.plan-products--active .plan-product--inactive {
  display: none;
}

.plan-products--active .plan-product--active {
  border: 0;
}

.plan-product__overlay-trigger {
  border: 0;
  padding: 0;
  background-color: transparent;
  color: #0073c5;
  cursor: pointer;
}

.plan-product__overlay-trigger:hover {
  text-decoration: underline;
}

.plan-confirm {
  padding: 30px 0;
  text-align: left;
  vertical-align: middle;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

@media (min-width:46.25em) {
  .plan-confirm {
    width: 66.66666%;
    padding: 0 50px 30px;
    display: table-cell;
  }
}

.mobile-plan__footer {
  padding-top: 40px;
  margin-bottom: -40px;
}

.mobile-plan__alert {
  color: #ff2744;
  font-weight: 700;
}

.c-panel-navigation {
  margin-bottom: 10px;
}

.c-panel-navigation:active,
.c-panel-navigation:focus,
.c-panel-navigation:hover {
  color: #73add8;
  cursor: pointer;
  outline: none;
}

@media (min-width:46.25em) {
  .success-tick {
    width: 85px;
    height: 85px;
  }
}

.c-mobile-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 2000;
  background-color: hsla(0,0%,100%,.8);
}

.c-mobile-overlay__panel {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  background-color: #fff;
  overflow-y: scroll;
  line-height: 26px;
}

@media (min-width:46.25em) {
  .c-mobile-overlay__panel {
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    width: 540px;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
    border-radius: .25em;
  }
}

.c-mobile-overlay__toggle {
  border: 0;
  background-color: transparent;
  position: absolute;
  top: 15px;
  right: 20px;
  padding: 0;
  cursor: pointer;
}

.c-mobile-overlay__toggle:after {
  display: inline-block;
  position: relative;
  top: .15em;
  content: "\2715";
  font-size: 1.3em;
  margin-left: 5px;
  text-decoration: none!important;
}

.panel-content__constraint {
  max-width: 1200px;
  margin: 0 auto;
}

@media (min-width:46.25em) {
  .mobile-products-header {
    text-align: center;
  }
}

@media (min-width:46.25em) {
  .mobile-products-header__title {
    margin-bottom: 0;
  }
}

@media (min-width:46.25em) {
  .mobile-products-header__text {
    margin-bottom: 40px;
  }
}

.mobile-products-wrapper {
  margin-bottom: 40px;
  text-align: center;
}

.mobile-product {
  width: 100%;
  display: inline-block;
  padding: 0 0 20px;
  margin-bottom: 40px;
  vertical-align: top;
  text-align: left;
}

.mobile-product:first-of-type {
  border-left: 0;
}

@media (min-width:46.25em) {
  .mobile-product {
    border-left: 1px solid silver;
    padding: 0 25px 25px;
    margin-bottom: 0;
  }
}

@media (min-width:61.25em) {
  .mobile-product {
    padding: 0 50px 20px;
  }
}

.mobile-product.mobile-product--active {
  padding-left: 0!important;
}

.mobile-product--roll .mobile-product__title {
  /*! autoprefixer: off */
  background-image: -webkit-linear-gradient(left,#ff4e01,#ffcb00);
}

.mobile-product--active {
  position: relative;
}

.mobile-product--active:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: bottom;
  background-image: -webkit-gradient(linear,left top,right top,from(transparent),color-stop(20%,#dadada),color-stop(80%,#dadada),to(transparent));
  background-image: -webkit-linear-gradient(left,transparent,#dadada 20%,#dadada 80%,transparent);
  background-image: -o-linear-gradient(left,transparent,#dadada 20%,#dadada 80%,transparent);
  background-image: linear-gradient(to right,transparent,#dadada 20%,#dadada 80%,transparent);
  border-bottom: 1px solid\9;
  z-index: 2;
}

@media (min-width:46.25em) {
  .mobile-product--active:before {
    height: 120%;
    width: 1px;
    left: auto;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-size: 1px 100%;
    background-position: 0 0;
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(20%,#dadada),color-stop(80%,#dadada),to(transparent));
    background-image: -webkit-linear-gradient(top,transparent,#dadada 20%,#dadada 80%,transparent);
    background-image: -o-linear-gradient(top,transparent,#dadada 20%,#dadada 80%,transparent);
    background-image: linear-gradient(to bottom,transparent,#dadada 20%,#dadada 80%,transparent);
    border-right: 1px solid\9;
  }
}

.mobile-product--active:after {
  content: "";
  position: absolute;
  height: 15px;
  width: 100%;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  background-image: -webkit-radial-gradient(50% 0,ellipse,rgba(0,0,0,.08),transparent 60%);
  background-image: -o-radial-gradient(50% 0,ellipse,rgba(0,0,0,.08),transparent 60%);
  background-image: radial-gradient(ellipse at 50% 0,rgba(0,0,0,.08),transparent 60%);
  z-index: 1;
}

@media (min-width:46.25em) {
  .mobile-product--active:after {
    height: 120%;
    width: 15px;
    right: -15px;
    left: auto;
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: -webkit-radial-gradient(0 50%,ellipse,rgba(0,0,0,.08),transparent 60%);
    background-image: -o-radial-gradient(0 50%,ellipse,rgba(0,0,0,.08),transparent 60%);
    background-image: radial-gradient(ellipse at 0 50%,rgba(0,0,0,.08),transparent 60%);
  }
}

.mobile-product--active .mobile-product__inner {
  position: relative;
}

.mobile-product--active .mobile-product__inner:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translate(-50%) rotate(45deg);
  -ms-transform: translate(-50%) rotate(45deg);
  transform: translate(-50%) rotate(45deg);
  border-bottom: 1px solid #dadada;
  border-right: 1px solid #dadada;
  background-color: #fff;
  -webkit-box-shadow: 8px 8px 8px rgba(0,0,0,.05);
  box-shadow: 8px 8px 8px rgba(0,0,0,.05);
  z-index: 3;
}

@media (min-width:46.25em) {
  .mobile-product--active .mobile-product__inner:after {
    bottom: auto;
    left: auto;
    right: -35px;
    top: 50%;
    -webkit-transform: translateY(50%) rotate(45deg);
    -ms-transform: translateY(50%) rotate(45deg);
    transform: translateY(50%) rotate(45deg);
    border-bottom: 0;
    border-top: 1px solid #dadada;
    border-right: 1px solid #dadada;
    -webkit-box-shadow: 8px -8px 8px rgba(0,0,0,.05);
    box-shadow: 8px -8px 8px rgba(0,0,0,.05);
  }
}

@media (min-width:61.25em) {
  .mobile-product--active .mobile-product__inner:after {
    right: -60px;
  }
}

.mobile-product__title {
  /*! autoprefixer: off */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translateZ(0);
  color: #ff000b;
  background-image: -webkit-linear-gradient(left,#ff000b,#ff008f);
  display: inline-block;
}

.mobile-product--piggybank .mobile-product__title {
  color: #ff4e01;
  background-image: -webkit-linear-gradient(left,#ff4e01,#ffcb00);
}

.mobile-product__sub-title {
  line-height: 1;
  min-height: 45px;
}

.mobile-product__price {
  white-space: nowrap;
}

@media (max-width:46.24em) {
  .c-btn--mobile-product {
    width: 100%;
  }
}

.mobile-products-footer__alert {
  color: #ff2744;
}

@media (min-width:61.25em) {
  .mobile-products-footer {
    text-align: center;
  }
}

.data-product-confirm {
  width: 100%;
  display: inline-block;
  padding: 0 0 50px;
  text-align: left;
  vertical-align: top;
}

@media (min-width:46.25em) {
  .data-product-confirm {
    width: 66.66666%;
    padding: 0 50px 25px 25px;
  }
}

@media (min-width:61.25em) {
  .data-product-confirm {
    padding: 0 50px 25px;
  }
}

.addon-state .mobile-product--piggybank,
.addon-state .mobile-product--plan {
  display: none;
}

.addon-state .mobile-product--addon {
  border: 0;
}

.data-product-confirm__links-list {
  margin-bottom: 0;
}

.data-product-confirm__links-list li {
  margin-bottom: 5px;
}

.c-btn--mobile-product-cancel,
.c-btn--mobile-product-confirm {
  width: 100%;
}

@media (min-width:46.25em) {
  .c-btn--mobile-product-cancel,
  .c-btn--mobile-product-confirm {
    width: auto;
  }
}

.product-failure,
.product-success {
  text-align: center;
}

.success-tick {
  margin-bottom: 10px;
  width: 65px;
  height: 65px;
}

@media (min-width:61.25em) {
  .success-tick {
    width: 85px;
    height: 85px;
  }
}

.plan-product--manage-data:first-of-type {
  border-left: 0;
}

@media (min-width:46.25em) {
  .plan-product--manage-data {
    display: table-cell;
    width: 33.33333%;
  }
}

.plan-product.plan-product--roll .plan-product__title {
  /*! autoprefixer: off */
  background-image: -webkit-linear-gradient(left,#ff4e01,#ffcb00);
}

.white-theme.mobileordertracking-template .panel-content {
  line-height: 1.44444;
}

.white-theme.mobileordertracking-template .mobile-text-gradient--error {
  /*! autoprefixer: off */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(left,#ff000b,#ff008f);
  color: #ff004d;
  display: inline-block;
}

.c-panel-navigation {
  background-color: transparent;
  border: 0;
  color: #0073c5;
  display: block;
  padding-left: 20px;
  line-height: 40px;
  position: absolute;
  top: 0;
}

.c-panel-navigation:before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAABACAMAAACnZz6fAAAAG1BMVEUAAAAAcskAcskAcskAcskAcskAcskAcskAcsk09XWDAAAACHRSTlMAMGBwgI+f7y/+m9wAAABGSURBVHgB7c3LDYBADAPRIXyc/iuGCmJuK6085ycNUFIxd/fXjKrbIrVHxw4oKCgIj/4b/3KkQkJC1hI8gdMTeDyBS5rJC7vhD7kuyMbFAAAAAElFTkSuQmCC");
  background-repeat: no-repeat;
  background-size: .8em;
  background-position: 50%;
  content: "";
  display: block;
  height: 2em;
  left: 0;
  position: absolute;
  top: .6em;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  width: 1em;
}

.c-panel-navigation:focus,
.c-panel-navigation:hover {
  color: #0073c5;
  cursor: pointer;
  outline: none;
  text-decoration: underline;
}

.mobile-handsets-summary__sub-title {
  color: #9f9f9f;
}

.mobile-handsets-summary__links-list-item {
  margin-bottom: 20px;
}

@media (min-width:46.25em) {
  .mobile-handsets-summary__links-list-item {
    display: inline-block;
    margin-right: 20px;
  }

  .mobile-handsets-summary__links-list-item:last-of-type {
    margin-right: 0;
  }
}

@media (min-width:46.25em) {
  .c-table-simple__cell--swap-return-dates {
    padding: 20px!important;
  }
}

@media (min-width:46.25em) {
  .c-mobile-handsets-overview-summary {
    text-align: center;
  }
}

.c-mobile-handsets-overview-summary__handset {
  border: 1px solid #eaeaea;
  border-radius: 2px;
  display: inline-block;
  overflow: hidden;
  padding: 20px 40px;
}

.c-mobile-handsets-overview-summary__details,
.c-mobile-handsets-overview-summary__image {
  display: inline-block;
  vertical-align: middle;
}

.c-mobile-handsets-overview-summary__image {
  max-width: 3em;
  margin-right: 1em;
}

.c-mobile-handsets-overview-summary__details {
  padding-top: 2em;
  text-align: left;
}

.c-mobile-handsets-overview-summary__title {
  color: #4a4a4a;
  font-weight: 600;
}

.c-mobile-handsets-overview-summary__link {
  display: inline-block;
  line-height: 2em;
  margin-right: 10px;
  padding-right: 10px;
  position: relative;
}

.c-mobile-handsets-overview-summary__link:after {
  background: silver;
  background: -webkit-linear-gradient(top,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
  background: -o-linear-gradient(top,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
  background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,75%,0)),color-stop(silver),to(hsla(0,0%,75%,0)));
  background: linear-gradient(to bottom,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1px;
  content: "";
}

.c-mobile-handsets-overview-summary__link:last-of-type:after {
  display: none;
}

.mobile-handsets-summary__details,
.mobile-handsets-summary__image {
  padding: 20px;
}

@media (min-width:46.25em) {
  .mobile-handsets-summary__details,
  .mobile-handsets-summary__image {
    padding: 40px;
  }
}

.mobile-handsets-summary__image {
  text-align: right;
}

@media (max-width:46.24em) {
  .mobile-handsets-summary__image {
    text-align: center;
  }
}

.mobile-handsets-summary__description {
  color: #9f9f9f;
}

.mobile-handsets-summary__details {
  text-align: left;
}

@media (max-width:46.24em) {
  .mobile-handsets-summary__details {
    text-align: center;
  }
}

.mobile-handsets-summary__list {
  text-align: center;
}

@media (min-width:46.25em) {
  .mobile-handsets-summary__list {
    display: table;
    margin: 0 auto;
  }
}

.mobile-handsets-summary__list-item {
  display: block;
  position: relative;
  padding: 10px 0;
  text-align: left;
}

@media (min-width:46.25em) {
  .mobile-handsets-summary__list-item {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
    text-align: center;
  }

  .mobile-handsets-summary__list-item:after {
    background: silver;
    background: -webkit-linear-gradient(top,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
    background: -o-linear-gradient(top,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
    background: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,75%,0)),color-stop(silver),to(hsla(0,0%,75%,0)));
    background: linear-gradient(to bottom,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
  }

  .mobile-handsets-summary__list-item:last-of-type:after {
    display: none;
  }
}

.mobile-handsets-summary__link {
  vertical-align: middle;
  color: #4a4a4a;
}

.mobile-handsets-summary__link>.c-mobile-icon {
  vertical-align: middle;
  margin-right: 5px;
}

.mobile-handsets-summary__link-text {
  vertical-align: middle;
}

.mobile-handsets-summary .info-circle {
  height: 1.5em;
  margin-bottom: -.35em;
  width: 1.5em;
}

.mobile-handsets-summary .info-circle g {
  fill: #0073c5;
}

.c-mobile-handsets-cca-summary {
  margin: 0 auto;
  max-width: 47em;
}

.c-mobile-handsets-cca-summary__phone {
  text-align: center;
}

@media (min-width:61.25em) {
  .c-mobile-handsets-cca-summary__phone {
    text-align: left;
  }
}

.c-mobile-payments-table {
  border: 1px solid #eaeaea;
  border-radius: 3px;
  border-spacing: 0;
  font-size: 16px;
  font-size: .88889rem;
  text-align: left;
}

@media (min-width:46.25em) {
  .c-mobile-payments-table {
    font-size: 18px;
  }
}

.c-mobile-payments-table__header {
  background-color: #f7f7f7;
  color: #7f7f7f;
}

.c-mobile-payments-table__cell,
.c-mobile-payments-table__header.c-mobile-payments-table__header {
  border-bottom: 1px solid #eaeaea;
  line-height: 1.2em;
  padding: 5px;
  width: 50%;
}

@media (min-width:46.25em) {
  .c-mobile-payments-table__cell,
  .c-mobile-payments-table__header.c-mobile-payments-table__header {
    padding: .2em 10px;
    width: auto;
  }
}

.c-mobile-payments-table__row:last-of-type .c-mobile-payments-table__cell,
.c-mobile-payments-table__row:last-of-type .c-mobile-payments-table__header {
  border-bottom: 0;
}

.c-mobile-payments-table__recurring-interval {
  font-size: 12px;
}

.c-mobile-handsets-cca-summary__alert .c-mobile-alert-icon {
  height: 17px;
  width: 18px;
  margin-right: 5px;
}

.request-email-statement--duplicate,
.request-email-statement--error {
  color: #ff2744;
}

.request-email-statement__spinner {
  font-size: 26px;
}

.request-email-statement__try-again-button {
  background-color: transparent;
  border: 0;
  color: #0073c5;
  padding: 0;
  margin: 0;
  display: inline-block;
  cursor: pointer;
}

.swap-education {
  max-width: 530px;
  margin: 0 auto;
}

@-webkit-keyframes swap-text-fade-one {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  45% {
    opacity: 0;
  }

  55% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}

@keyframes swap-text-fade-one {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  45% {
    opacity: 0;
  }

  55% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes swap-text-fade-two {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  45% {
    opacity: 0;
  }

  55% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}

@keyframes swap-text-fade-two {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  45% {
    opacity: 0;
  }

  55% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes swap-text-fade-three {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  45% {
    opacity: 0;
  }

  55% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}

@keyframes swap-text-fade-three {
  0% {
    opacity: 1;
  }

  20% {
    opacity: 1;
  }

  45% {
    opacity: 0;
  }

  55% {
    opacity: 0;
  }

  80% {
    opacity: 1;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes swap-phone-animation-step-two {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes swap-phone-animation-step-two {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  50% {
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes swap-phone-animation-step-three {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  48% {
    -webkit-transform: rotateY(-30deg);
    transform: rotateY(-30deg);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotateY(30deg);
    transform: rotateY(30deg);
    opacity: 0;
  }

  52% {
    -webkit-transform: rotateY(30deg);
    transform: rotateY(30deg);
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}

@keyframes swap-phone-animation-step-three {
  0% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  48% {
    -webkit-transform: rotateY(-30deg);
    transform: rotateY(-30deg);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotateY(30deg);
    transform: rotateY(30deg);
    opacity: 0;
  }

  52% {
    -webkit-transform: rotateY(30deg);
    transform: rotateY(30deg);
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  to {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes swap-phone-animation-step-three-reflection {
  0% {
    -webkit-transform: rotate3d(0,-1,0,0deg);
    transform: rotate3d(0,-1,0,0deg);
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  48% {
    -webkit-transform: rotate3d(0,-1,0,-30deg);
    transform: rotate3d(0,-1,0,-30deg);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate3d(0,-1,0,30deg);
    transform: rotate3d(0,-1,0,30deg);
    opacity: 0;
  }

  52% {
    -webkit-transform: rotate3d(0,-1,0,30deg);
    transform: rotate3d(0,-1,0,30deg);
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0,-1,0,0deg);
    transform: rotate3d(0,-1,0,0deg);
    opacity: 1;
  }
}

@keyframes swap-phone-animation-step-three-reflection {
  0% {
    -webkit-transform: rotate3d(0,-1,0,0deg);
    transform: rotate3d(0,-1,0,0deg);
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  48% {
    -webkit-transform: rotate3d(0,-1,0,-30deg);
    transform: rotate3d(0,-1,0,-30deg);
    opacity: 0;
  }

  50% {
    -webkit-transform: rotate3d(0,-1,0,30deg);
    transform: rotate3d(0,-1,0,30deg);
    opacity: 0;
  }

  52% {
    -webkit-transform: rotate3d(0,-1,0,30deg);
    transform: rotate3d(0,-1,0,30deg);
    opacity: 0;
  }

  75% {
    opacity: 1;
  }

  to {
    -webkit-transform: rotate3d(0,-1,0,0deg);
    transform: rotate3d(0,-1,0,0deg);
    opacity: 1;
  }
}

@-webkit-keyframes swap-phone-shadow-animation-step-2 {
  0% {
    opacity: 1;
  }

  35% {
    opacity: 1;
  }

  45% {
    opacity: 0;
  }

  55% {
    opacity: 0;
  }

  65% {
    opacity: 1;
  }

  to {
    opacity: 1%;
  }
}

@keyframes swap-phone-shadow-animation-step-2 {
  0% {
    opacity: 1;
  }

  35% {
    opacity: 1;
  }

  45% {
    opacity: 0;
  }

  55% {
    opacity: 0;
  }

  65% {
    opacity: 1;
  }

  to {
    opacity: 1%;
  }
}

.swap-education {
  text-align: center;
}

.swap-education__heading {
  /*! autoprefixer: off */
  background-image: -webkit-linear-gradient(1turn,#c527fb,#1424fb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.swap-education--step-2 .swap-education__heading {
  -webkit-animation: swap-text-fade-one 2s linear 0s 1 forwards;
  animation: swap-text-fade-one 2s linear 0s 1 forwards;
}

.swap-education--step-3 .swap-education__heading {
  -webkit-animation: swap-text-fade-two 2s linear 0s 1 forwards;
  animation: swap-text-fade-two 2s linear 0s 1 forwards;
}

.swap-education--replay .swap-education__heading {
  -webkit-animation: swap-text-fade-three 2s linear 0s 1 forwards;
  animation: swap-text-fade-three 2s linear 0s 1 forwards;
}

.swap-education-graphics {
  position: relative;
  width: 100%;
  height: 360px;
}

.swap-education-graphics__top {
  width: 100%;
  position: relative;
  padding-top: 40px;
}

.swap-education-graphics__top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 90px;
  background-image: -webkit-gradient(linear,left bottom,left top,from(hsla(0,0%,100%,0)),color-stop(60%,hsla(0,0%,100%,.6)),to(#fff));
  background-image: -webkit-linear-gradient(bottom,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.6) 60%,#fff);
  background-image: -o-linear-gradient(bottom,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.6) 60%,#fff);
  background-image: linear-gradient(to top,hsla(0,0%,100%,0) 0,hsla(0,0%,100%,.6) 60%,#fff);
  z-index: 1;
}

.swap-education-graphics__top-gradients,
.swap-education-graphics__top-gradients:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.swap-education-graphics__top-gradients:before {
  content: "";
  background-image: -webkit-radial-gradient(50% 50%,circle,#1424fb 0,#fff 80%);
  background-image: -o-radial-gradient(50% 50%,circle,#1424fb 0,#fff 80%);
  background-image: radial-gradient(circle at 50% 50%,#1424fb 0,#fff 80%);
  opacity: 0;
  -webkit-transition: opacity 2s ease;
  -o-transition: opacity 2s ease;
  transition: opacity 2s ease;
}

.swap-education--step-2 .swap-education-graphics__top-gradients:before {
  opacity: .2;
}

.swap-education--step-3 .swap-education-graphics__top-gradients:before {
  opacity: 0;
}

.swap-education-graphics__top-gradients:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: -webkit-radial-gradient(50% 50%,circle,#eaeaea 0,#fff 70%);
  background-image: -o-radial-gradient(50% 50%,circle,#eaeaea 0,#fff 70%);
  background-image: radial-gradient(circle at 50% 50%,#eaeaea 0,#fff 70%);
  opacity: 1;
  -webkit-transition: opacity 2s ease;
  -o-transition: opacity 2s ease;
  transition: opacity 2s ease;
}

.swap-education--step-2 .swap-education-graphics__top-gradients:after {
  opacity: 0;
}

.swap-education--step-3 .swap-education-graphics__top-gradients:after {
  opacity: 1;
}

.swap-education-graphics__top-edge {
  width: 100%;
  height: 24px;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: -webkit-radial-gradient(at 50% 0,#e4e4e4,#fff 66%);
  background: -o-radial-gradient(at 50% 0,#e4e4e4,#fff 66%);
  background: radial-gradient(at 50% 0,#e4e4e4,#fff 66%);
}

.swap-education-graphics__top-edge:after {
  content: "";
  position: absolute;
  bottom: 24px;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background-image: -webkit-gradient(linear,right top,left top,from(hsla(0,0%,100%,0)),color-stop(50%,#e3e3e3),to(hsla(0,0%,100%,0)));
  background-image: -webkit-linear-gradient(right,hsla(0,0%,100%,0) 0,#e3e3e3 50%,hsla(0,0%,100%,0) 100%);
  background-image: -o-linear-gradient(right,hsla(0,0%,100%,0) 0,#e3e3e3 50%,hsla(0,0%,100%,0) 100%);
  background-image: linear-gradient(to left,hsla(0,0%,100%,0) 0,#e3e3e3 50%,hsla(0,0%,100%,0) 100%);
}

.swap-education-graphics__circle {
  position: absolute;
  height: 200px;
  width: 200px;
  top: calc($global-spacing-unit-large + 10px);
  left: 50%;
  z-index: 10;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}

.swap-education-graphics__circle:after {
  background-color: hsla(0,0%,100%,.9);
  background-image: -webkit-linear-gradient(top,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.9) 100%);
  background-image: -o-linear-gradient(top,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.9) 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.4)),to(hsla(0,0%,100%,.9)));
  background-image: linear-gradient(to bottom,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.9) 100%);
  background-color: transparent;
  border-radius: 50%;
  bottom: -3px;
  -webkit-box-shadow: 0 .1em .5em rgba(34,34,34,.2);
  box-shadow: 0 .1em .5em rgba(34,34,34,.2);
  content: "";
  display: block;
  left: -3px;
  position: absolute;
  right: -3px;
  top: -3px;
  z-index: -1;
}

.swap-education-graphics__circle--reflection {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  opacity: .1;
}

.swap-education-graphics__circle--reflection:after {
  content: "";
  height: 200px;
  width: 200px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear,left bottom,left top,from(hsla(0,0%,100%,0)),color-stop(#fff),color-stop(60%,#fff));
  background: -webkit-linear-gradient(bottom,hsla(0,0%,100%,0),#fff,#fff 60%);
  background: -o-linear-gradient(bottom,hsla(0,0%,100%,0),#fff,#fff 60%);
  background: linear-gradient(to top,hsla(0,0%,100%,0),#fff,#fff 60%);
}

.swap-education--step-1.swap-education--half-step-1 .swap-education-graphics__circle,
.swap-education--step-2.swap-education--half-step-1 .swap-education-graphics__circle {
  opacity: 1;
}

.swap-education--step-2.swap-education--half-step-2 .swap-education-graphics__circle,
.swap-education--step-3 .swap-education-graphics__circle {
  opacity: 0;
}

.swap-education-graphics__circle-inner {
  height: 200px;
  width: 200px;
  position: relative;
}

.swap-education-graphics__circle-data {
  /*! autoprefixer: off */
  background-image: -webkit-linear-gradient(180deg,#c527fb,#1424fb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  line-height: 1;
  transition: opacity .5s ease;
  opacity: 0;
}

.swap-education--step-2 .swap-education-graphics__circle-data {
  opacity: 1;
}

.swap-education-graphics__circle-data .circle-counter {
  /*! autoprefixer: off */
  background-image: -webkit-linear-gradient(180deg,#c527fb,#1424fb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  font-size: 6em;
  line-height: .75em;
  font-weight: 700;
  will-change: transform;
}

.swap-education-graphics__circle-data .circle-text {
  /*! autoprefixer: off */
}

.swap-education-graphics__circle-data .circle-text,
.swap-education-graphics__circle-data .circle-text span {
  background-image: -webkit-linear-gradient(180deg,#c527fb,#1424fb);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  display: block;
}

.swap-education-graphics__circle-data .circle-text span {
  /*! autoprefixer: off */
}

.swap-circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 1.2s ease;
  -o-transition: stroke-dashoffset 1.2s ease;
  transition: stroke-dashoffset 1.2s ease;
  -webkit-transform-origin: 50% 50% 0;
  -ms-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.swap-education--step-2 .swap-circle {
  stroke-dashoffset: 603.1857894892403;
}

.swap-education-graphics__bottom {
  -webkit-transform: translateY(-100%) scaleY(-1);
  -ms-transform: translateY(-100%) scaleY(-1);
  transform: translateY(-100%) scaleY(-1);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  position: relative;
  opacity: .1;
}

.swap-education-graphics__bottom:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear,left bottom,left top,from(hsla(0,0%,100%,0)),color-stop(#fff),color-stop(70%,#fff));
  background: -webkit-linear-gradient(bottom,hsla(0,0%,100%,0),#fff,#fff 70%);
  background: -o-linear-gradient(bottom,hsla(0,0%,100%,0),#fff,#fff 70%);
  background: linear-gradient(to top,hsla(0,0%,100%,0),#fff,#fff 70%);
  z-index: 10;
}

.swap-phone {
  width: 115px;
  height: 232px;
  position: relative;
  margin: 0 auto;
  z-index: 10;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.swap-phone-inner {
  width: 115px;
  height: 232px;
  overflow: hidden;
}

.swap-phone-inner:after {
  content: "";
  position: absolute;
  width: 152px;
  height: 25px;
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(https://www.sky.com/assets2/mobile/shadow.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  z-index: -1;
}

.swap-education--step-2 .swap-phone-inner:after {
  -webkit-animation: swap-phone-shadow-animation-step-2 2s ease-in-out 0s 1 forwards;
  animation: swap-phone-shadow-animation-step-2 2s ease-in-out 0s 1 forwards;
}

.swap-education--step-3 .swap-phone-inner {
  overflow: visible;
  -webkit-animation: swap-phone-animation-step-three 2s ease-in-out 0s 1 forwards;
  animation: swap-phone-animation-step-three 2s ease-in-out 0s 1 forwards;
}

.swap-education--step-3 .swap-education-graphics__bottom .swap-phone-inner {
  -webkit-animation: swap-phone-animation-step-three-reflection 2s ease-in-out 0s 1 forwards;
  animation: swap-phone-animation-step-three-reflection 2s ease-in-out 0s 1 forwards;
}

.swap-phone-image {
  width: 115px;
  height: 232px;
  padding: 32px 10px;
  background-image: url(https://www.sky.com/assets2/mobile/phone-black.png);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  display: table;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.swap-education--step-2 .swap-phone-image {
  -webkit-animation: swap-phone-animation-step-two 2s ease-in-out 0s 1 forwards;
  animation: swap-phone-animation-step-two 2s ease-in-out 0s 1 forwards;
}

.swap-education--step-2.swap-education--half-step-2 .swap-phone-image,
.swap-education--step-3.swap-education--half-step-2 .swap-phone-image {
  background-image: url(https://www.sky.com/assets2/mobile/phone-white.png);
}

.swap-education--step-3.swap-education--half-step-3 .swap-phone-image {
  background-image: url(https://www.sky.com/assets2/mobile/phone-black.png);
}

.swap-phone-image__text {
  color: #fff;
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}

.swap-phone-image__text span {
  display: block;
  font-size: 4em;
  line-height: .75em;
  font-weight: 700;
}

.swap-education--step-2.swap-education--half-step-2 .swap-phone-image__text,
.swap-education--step-3.swap-education--half-step-2 .swap-phone-image__text,
.swap-education--step-3.swap-education--half-step-3 .swap-phone-image__text {
  color: #4a4a4a;
}

.swap-education--step-3.swap-education--half-step-3 .swap-phone-image__text {
  color: #fff;
}

.swap-education--replay .swap-phone-image__text {
  -webkit-animation: swap-text-fade-three 2s linear 0s 1 forwards;
  animation: swap-text-fade-three 2s linear 0s 1 forwards;
}

.swap-education-information {
  margin-top: -40px;
  position: relative;
  z-index: 10;
}

.swap-education-information__text {
  min-height: 70px;
}

@media (max-width:26.24em) {
  .swap-education-information__text {
    min-height: 125px;
  }
}

.swap-education--step-2 .swap-education-information__text {
  -webkit-animation: swap-text-fade-one 2s linear 0s 1 forwards;
  animation: swap-text-fade-one 2s linear 0s 1 forwards;
}

.swap-education--step-3 .swap-education-information__text {
  -webkit-animation: swap-text-fade-two 2s linear 0s 1 forwards;
  animation: swap-text-fade-two 2s linear 0s 1 forwards;
}

.swap-education--replay .swap-education-information__text {
  -webkit-animation: swap-text-fade-three 2s linear 0s 1 forwards;
  animation: swap-text-fade-three 2s linear 0s 1 forwards;
}

.swap-education-navigation__dots {
  list-style-type: none;
  margin: 0 40px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width:26.24em) {
  .swap-education-navigation__dots {
    margin: 0 20px;
  }
}

.swap-education-navigation__dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 1px solid #0073c5;
  border-radius: 50%;
  margin: 2px;
  -webkit-transition: background-color .5s ease;
  -o-transition: background-color .5s ease;
  transition: background-color .5s ease;
}

.swap-education-navigation__dot--active {
  background-color: #0073c5;
}

.swap-education-navigation__btn {
  border: 0;
  background-color: transparent;
  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
  display: inline-block;
  min-width: 40px;
  outline: none;
}

.swap-education-navigation__btn.swap-education-navigation__btn--next {
  color: #0073c5;
}

.swap-education-navigation__btn.swap-education-navigation__btn--next:disabled {
  color: silver;
}

.swap-bar-infographic__time-remaining {
  /*! autoprefixer: off */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(right,#2d10a4 0,#9972fb 40%,#be56fb 80%,#c01efb 100%);
  color: #be56fb;
  display: inline-block;
  font-weight: 600;
}

.swap-bar-infographic__bar {
  background-color: #fafafa;
  border-radius: 1em;
  -webkit-box-shadow: inset 0 1px 1px silver;
  box-shadow: inset 0 1px 1px silver;
  display: block;
  height: 1em;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.swap-bar-infographic__bar.empty .swap-bar-infographic__meter {
  display: none;
}

.swap-bar-infographic__meter {
  height: 100%;
  position: absolute;
  width: 100%;
}

.swap-bar-infographic__scale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
  margin: 0;
  width: 100%;
}

.swap-bar-infographic__scale>li {
  color: #7f7f7f;
}

.swap-walkthrough {
  background-color: #fff;
}

.swap-damage-table {
  max-width: 740px;
  margin: 0 auto;
}

.swap-damage-table--grey-fill {
  background-color: #eaeaea;
}

.swap-damage-table--small-print {
  font-weight: 400;
}

.swap-reject-swap-confirmation {
  max-width: 740px;
  margin: 0 auto;
}

@media (max-width:46.24em) {
  .mobile-accessory-summary__image-wrapper:after,
  .mobile-accessory-summary__image-wrapper:before {
    display: none;
  }
}

.mobile-accessory-summary__image {
  padding: 20px;
}

@media (min-width:46.25em) {
  .mobile-accessory-summary__image {
    padding: 40px;
  }
}

.mobile-accessory-summary__actions {
  padding: 20px;
}

@media (min-width:46.25em) {
  .mobile-accessory-summary__actions {
    padding: 40px;
  }
}

.mobile-accessory-form {
  padding: 20px;
}

@media (min-width:46.25em) {
  .mobile-accessory-form {
    padding: 40px;
  }
}

.mobile-accessory-form .c-dropdown,
.mobile-accessory-form .c-dropdown__toggle {
  display: block;
  width: 100%;
}

.mobile-accessory-form__submission--invalid {
  pointer-events: none;
  opacity: .3;
}

.c-form-checkbox--mobile-accessory {
  margin: 0;
}

.mobile-accessory-summary__purchase-date {
  color: #7f7f7f;
}

.mobile-accessories-panel {
  text-align: center;
}

.mobile-accessories-panel .c-card {
  height: 100%;
  cursor: pointer;
}

.mobile-accessories-panel .c-card .c-mobile-product--accessory {
  height: 100%;
}

.mobile-accessories-panel .is-scrollable .c-card {
  margin-bottom: 0;
}

[data-channel=mobile] .polaris-main {
  overflow: visible;
}

.devices-upsell__body {
  padding: 20px;
  text-align: center;
}

@media (min-width:46.25em) {
  .devices-upsell__body {
    padding: 40px 40px 40px 60px;
    text-align: left;
  }
}

.devices-upsell__img {
  padding-top: 20px;
}

@media (min-width:46.25em) {
  .devices-upsell__img {
    padding-top: 40px;
  }
}

.devices-upsell__img img {
  max-height: 336px;
}

.devices-upsell--accessories .devices-upsell__img {
  text-align: right;
}

.devices-upsell--handsets {
  background-color: #fafafa;
}

.devices-upsell--handsets .devices-upsell__img {
  text-align: center;
}

@media (min-width:46.25em) {
  .devices-upsell--handsets .devices-upsell__img {
    text-align: right;
  }
}

.mobiledevices-template .c-mobile-carousel__scroller {
  padding: 20px 0;
}

.mobiledevices-template .c-tabs__content {
  overflow: visible;
}

.mobiledevices-template .c-tabs__body.o-container {
  padding: 0;
}

@media (min-width:46.25em) {
  .mobiledevices-template .c-mobile-carousel__item {
    padding: 0 10px;
  }
}

.mobile-devices-handsetPanelCcaSummary.tca-overlay-open {
  z-index: 20;
  overflow: inherit;
}

.mobile-devices-handsetPanelCcaSummary.tca-overlay-open .c-tabs__content {
  z-index: 100;
}

.mobile-devices-accessoryRefundForm .mobiledevices-template.open {
  z-index: 20;
  overflow: visible;
}

@media (min-width:46.25em) {
  .piggybank-panel-journeys {
    display: flexbox;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.piggybank-panel-journeys__journey {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  background-color: #eaeaea;
}

@media (min-width:46.25em) {
  .piggybank-panel-journeys__journey {
    margin-bottom: 0;
    width: calc(50% - 10px);
  }
}

@media (min-width:61.25em) {
  .piggybank-panel-rewards__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row no-wrap;
    flex-flow: row;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
}

.piggybank-panel-rewards__image {
  padding: 30px;
}

.piggybank-panel-rewards__blurb {
  padding: 0 20px 20px;
}

@media (min-width:46.25em) {
  .piggybank-panel-rewards__blurb {
    text-align: left;
    padding: 30px 30px 10px 20px;
  }
}

.piggybank-panel-rewards__balance-image {
  width: 12.22222em;
  margin: 0 auto;
}

.piggybank-panel-rewards .c-mobile-usage-graphic--piggybank-rewards {
  width: 104px;
  height: 104px;
  margin: 0 auto 20px;
}

.piggybank-panel-rewards .c-mobile-usage-graphic--piggybank-rewards:after,
.piggybank-panel-rewards .c-mobile-usage-graphic--piggybank-rewards:before {
  display: none;
}

.piggybank-panel-rewards .c-mobile-usage-graphic--piggybank-rewards .c-mobile-usage-graphic__inner {
  top: 1.88889em;
  right: 0;
  left: 0;
}

.piggybank-panel-rewards .c-mobile-usage-graphic--piggybank-rewards .c-mobile-usage-graphic__amount,
.piggybank-panel-rewards .c-mobile-usage-graphic--piggybank-rewards .c-mobile-usage-graphic__description {
  color: #2900ff;
}

.piggybank-panel-rewards .c-mobile-usage-graphic--piggybank-rewards .c-mobile-usage-graphic__amount {
  font-size: 1.22222em;
}

.piggybank-panel-rewards .c-mobile-usage-graphic--piggybank-rewards .c-mobile-usage-graphic__description {
  font-weight: 700;
}

.piggybank-panel-rewards .c-mobile-usage-graphic--piggybank-rewards .c-mobile-usage-graphic__reflection-wrapper {
  display: none;
}

.piggybank-panel-rewards__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-line-pack: center;
  align-content: center;
}

@media (min-width:61.25em) {
  .piggybank-panel-rewards__header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .piggybank-panel-rewards__header-balance {
    margin-bottom: 0;
  }
}

.piggybank-panel-rewards__header img {
  max-width: 6.11111em;
}

.piggybank-panel-rewards__header-saving {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width:61.24em) {
  .piggybank-panel-rewards__header-saving.c-divider:after,
  .piggybank-panel-rewards__header-saving.c-divider:before {
    display: none;
  }
}

.piggybank-panel-rewards__header-balance {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width:61.25em) {
  .piggybank-panel-rewards__header-balance.c-divider:after,
  .piggybank-panel-rewards__header-balance.c-divider:before {
    display: none;
  }
}

.piggybank-panel-rewards__header-balance-text {
  padding-left: 10px;
}

.piggybank-panel-rewards__header-balance,
.piggybank-panel-rewards__header-saving {
  width: 100%;
  padding: 0 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width:61.25em) {
  .piggybank-panel-rewards__header-balance,
  .piggybank-panel-rewards__header-saving {
    width: 25%;
    padding: 0 10px;
  }
}

.piggybank-panel-rewards__saving-amount {
  color: #f15a22;
}

@media (min-width:61.25em) {
  .piggybank-panel-rewards__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 100%;
  }
}

@media (min-width:61.25em) {
  .piggybank-panel-rewards .c-card {
    height: 100%;
  }
}

@media (min-width:61.25em) {
  .piggybank-panel-rewards .rewards-item-details {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.c-mobile-usage-graphic-indicator--piggybank-rewards {
  font-size: 11.55px;
}

.piggybank-rewards-card__graphic {
  margin-bottom: -20px;
}

.piggybank-rewards-card__graphic img {
  max-width: 190px;
  width: 100%;
}

.piggybank-roll-data .c-mobile-usage-graphic {
  margin: 0 auto 20px;
  height: 8em;
  width: 8em;
}

.piggybank-roll-data .c-mobile-usage-graphic-indicator {
  height: 8em;
  width: 8em;
}

.piggybank-roll-data .c-mobile-usage-graphic__amount {
  font-size: 1.7em;
}

.piggybank-roll-data .c-mobile-usage-graphic__reflection-wrapper {
  display: none;
}

.c-btn--roll-data,
.piggybank-roll-data__selector {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}

.c-btn--roll-data:disabled {
  background-color: silver;
  border-color: silver;
  cursor: default;
}

.c-btn--roll-data .c-spinner {
  height: 30px;
  width: 30px;
  border-width: .04em;
  position: relative;
  top: -2px;
  border-color: transparent #fff #fff;
}

.c-form-select--roll {
  display: block;
  width: 100%;
}

@media (min-width:46.25em) {
  .c-form-select--roll {
    display: inline-block;
  }
}

@media (min-width:46.25em) {
  .piggybank-activity-table__inner {
    padding: 0 40px;
  }
}

.piggybank-activity-table__summary {
  padding: 10px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
  border-bottom: 2px solid #222;
}

@media (min-width:46.25em) {
  .piggybank-activity-table__summary {
    padding-top: 20px;
    padding-right: 0;
    padding-left: 0;
  }
}

.piggybank-activity-table__summary>* {
  margin-bottom: 10px;
}

@media (min-width:46.25em) {
  .piggybank-activity-table__summary>* {
    margin-bottom: 20px;
  }
}

.piggybank-activity-table__summary>:first-child {
  padding-right: 40px;
}

.piggybank-activity-table__telephone-number {
  display: inline-block;
}

.piggybank-activity-table__status-icon {
  width: 28px;
  height: 27px;
  vertical-align: bottom;
}

@media (min-width:46.25em) {
  .piggybank-activity-table__status-icon {
    margin-right: 20px;
  }
}

.piggybank-activity-table__status-text {
  border: 0!important;
  clip: rect(0 0 0 0)!important;
  height: 1px!important;
  margin: -1px!important;
  overflow: hidden!important;
  padding: 0!important;
  position: absolute!important;
  width: 1px!important;
  white-space: nowrap!important;
}

@media (min-width:46.25em) {
  .piggybank-activity-table__status-text {
    clip: auto!important;
    height: auto!important;
    margin: auto!important;
    overflow: visible!important;
    position: static!important;
    width: auto!important;
    white-space: normal!important;
  }
}

.piggybank-activity-table .c-table-simple--statement {
  font-size: 16px;
}

@media (min-width:46.25em) {
  .piggybank-activity-table .c-table-simple--statement {
    font-size: 18px;
  }
}

.piggybank-activity-table .c-table-simple__row--statement {
  border-bottom-color: silver;
  display: table-row;
  font-weight: 400;
}

.piggybank-activity-table .c-table-simple__row--statement:first-of-type {
  border-top: 0;
}

.piggybank-activity-table .c-table-simple__row--statement:last-of-type {
  border-bottom-width: 1px;
}

.piggybank-activity-table .c-table-simple__row--statement-head {
  clip: auto!important;
  height: auto!important;
  margin: auto!important;
  overflow: visible!important;
  position: static!important;
  width: auto!important;
  white-space: normal!important;
}

.piggybank-activity-table .c-table-simple__cell.c-table-simple__cell--statement {
  display: table-cell;
  padding-right: 10px;
  padding-left: 10px;
  min-height: 0;
  font-size: inherit;
  text-align: left!important;
}

.piggybank-activity-table .c-table-simple__cell.c-table-simple__cell--statement[data-column-title=Balance],
.piggybank-activity-table .c-table-simple__cell.c-table-simple__cell--statement[data-column-title=Data] {
  text-align: right!important;
}

.piggybank-activity-table .c-table-simple__cell.c-table-simple__cell--statement[data-column-title=Balance] {
  font-weight: 700;
}

.piggybank-activity-table .c-table-simple__cell.c-table-simple__cell--statement:first-of-type {
  padding-top: 10px;
  padding-left: 20px;
  min-height: 0;
}

.piggybank-activity-table .c-table-simple__cell.c-table-simple__cell--statement:last-of-type {
  padding-bottom: 10px;
  padding-right: 20px;
  min-height: 0;
}

.piggybank-activity-table .c-table-simple__cell.c-table-simple__cell--statement:not(:last-of-type) {
  padding-bottom: 10px;
}

.piggybank-activity-table .c-table-simple__cell.c-table-simple__cell--statement:before {
  left: 20px;
  content: "";
}

.piggybank-activity-table .statement-table-pagination {
  padding-left: 20px;
}

@media (min-width:46.25em) {
  .piggybank-activity-table .statement-table-pagination {
    padding-left: 0;
  }
}

.piggybank-activity-table .statement-table-pagination__item {
  width: auto;
  height: auto;
  margin-right: 10px;
}

.piggybank-activity-table .statement-table-pagination__item .statement-table-pagination__button {
  width: 25px;
  height: 25px;
  border: 2px solid #0073c5;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 100%;
}

.piggybank-activity-table .statement-table-pagination__item .statement-table-pagination__button.is-disabled {
  border-color: #eaeaea;
}

.piggybank-activity-table .statement-table-pagination__item .statement-table-pagination__button .c-mobile-chevron--small {
  width: 25px;
  height: 25px;
}

.piggybank-activity-table .statement-table-pagination__item--next .c-mobile-chevron--small {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

.piggybank-activity-table .statement-table-pagination__item--previous .c-mobile-chevron--small {
  -webkit-transform: translateY(-1px);
  -ms-transform: translateY(-1px);
  transform: translateY(-1px);
}

.piggybank-activity-table__no-activity {
  background-color: #eaeaea;
  padding: 20px 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media (min-width:46.25em) {
  .piggybank-activity-table__no-activity {
    padding: 40px 40px 20px;
    margin-bottom: 40px;
  }
}

@media (min-width:61.25em) {
  .piggybank-activity-table__no-activity {
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .piggybank-activity-table__no-activity>:last-child {
    margin-left: auto;
  }

  .piggybank-activity-table__no-activity-text {
    max-width: 500px;
  }
}

.piggybank-activity-table__no-activity-graphic {
  width: 100%;
  max-width: 200px;
}

.c-tile.c-tile-theme--mobile-account .c-tile__content,
.c-tile.tile-template--mobileusage .c-tile__content {
  background-color: #fff;
}

.c-tile.c-tile-theme--mobile-account .c-tile__poster--bottom,
.c-tile.tile-template--mobileusage .c-tile__poster--bottom {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}

.c-tile.c-tile-theme--mobile-account .c-spinner-overlay,
.c-tile.tile-template--mobileusage .c-spinner-overlay {
  background-color: #fff;
}

.c-tile.c-tile-theme--mobile-account .c-tile__link .c-tile__content:focus,
.c-tile.c-tile-theme--mobile-account .c-tile__link .c-tile__content:focus .c-tile__body,
.c-tile.c-tile-theme--mobile-account .c-tile__link .c-tile__content:focus .c-tile__title,
.c-tile.c-tile-theme--mobile-account .c-tile__link .c-tile__content:hover,
.c-tile.c-tile-theme--mobile-account .c-tile__link .c-tile__content:hover .c-tile__body,
.c-tile.c-tile-theme--mobile-account .c-tile__link .c-tile__content:hover .c-tile__title,
.c-tile.c-tile-theme--mobile-account .c-tile__link:focus,
.c-tile.c-tile-theme--mobile-account .c-tile__link:focus .c-tile__body,
.c-tile.c-tile-theme--mobile-account .c-tile__link:focus .c-tile__title,
.c-tile.c-tile-theme--mobile-account .c-tile__link:hover,
.c-tile.c-tile-theme--mobile-account .c-tile__link:hover .c-tile__body,
.c-tile.c-tile-theme--mobile-account .c-tile__link:hover .c-tile__title,
.c-tile.tile-template--mobileusage .c-tile__link .c-tile__content:focus,
.c-tile.tile-template--mobileusage .c-tile__link .c-tile__content:focus .c-tile__body,
.c-tile.tile-template--mobileusage .c-tile__link .c-tile__content:focus .c-tile__title,
.c-tile.tile-template--mobileusage .c-tile__link .c-tile__content:hover,
.c-tile.tile-template--mobileusage .c-tile__link .c-tile__content:hover .c-tile__body,
.c-tile.tile-template--mobileusage .c-tile__link .c-tile__content:hover .c-tile__title,
.c-tile.tile-template--mobileusage .c-tile__link:focus,
.c-tile.tile-template--mobileusage .c-tile__link:focus .c-tile__body,
.c-tile.tile-template--mobileusage .c-tile__link:focus .c-tile__title,
.c-tile.tile-template--mobileusage .c-tile__link:hover,
.c-tile.tile-template--mobileusage .c-tile__link:hover .c-tile__body,
.c-tile.tile-template--mobileusage .c-tile__link:hover .c-tile__title {
  text-decoration: none;
}

.c-mobile-tile-header {
  padding: .55556em;
}

.c-mobile-tile-header__title {
  font-size: 1.88889em;
  margin-bottom: .55556em;
}

.c-mobile-tile-header__action {
  color: #7f7f7f;
  margin-bottom: 0;
}

.c-tile__link .c-mobile-tile-header__action {
  color: #0073c5;
}

.c-mobile-tile-header__action.is-disabled {
  color: #7f7f7f;
}

.c-mobile-tile-content {
  padding: 1.11111em;
}

.c-mobile-tile-content__error {
  font-size: 1em;
}

.c-mobile-tile-content__unavailable-sub-title {
  margin-bottom: .55556em;
}

.c-tile__footer-text {
  font-size: .8em;
  left: 0;
  position: absolute;
  right: 0;
  top: 16em;
}

.c-mobile-tile-content__mix-plan-description,
.c-mobile-tile-content__mix-plan-title {
  /*! autoprefixer: off */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translateZ(0);
  display: inline-block;
  color: #ff008f;
  background-image: -webkit-linear-gradient(left,#ff000b 0,#ff008f 30%);
  background-size: 100%;
  line-height: 1.1;
  display: list-item;
}

.c-mobile-tile-content__mix-plan-title {
  font-size: 1.88889em;
  font-weight: 800;
  padding-bottom: .29412em;
}

.c-mobile-tile-content__mix-plan-description {
  font-size: 1em;
  padding-bottom: .55556em;
}

.c-mobile-tile-content__bill-copy {
  font-size: 1em;
  margin-bottom: .27778em;
}

.c-mobile-tile-content__bill-amount {
  font-size: 1.88889em;
  font-weight: 700;
  margin-bottom: .58824em;
}

.mobile-devices-accessoryRefundForm .c-tile.tile-template--mobiledevices.is-selected {
  z-index: 30;
}

.hero.hero-mobile {
  padding-bottom: 12vw;
}

.hero.hero-mobile.inside-mysky {
  padding-bottom: 1vw;
}

@media (max-width:39.99em) {
  .hero.hero-mobile {
    display: block;
    padding-bottom: 0;
  }
}

.hero.hero-mobile .c-blackjack-tabs__marker--mobile-hub {
  width: 6em;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.hero.hero-mobile .c-blackjack-tabs__marker:before {
  margin-left: -8px;
}

.mobile-hero__account-number {
  display: block;
}

@media (min-width:46.25em) {
  .c-form-select.c-form-select--mobile-hero {
    width: auto;
  }
}

.c-form-select.c-form-select--mobile-hero .c-form-select__dropdown {
  padding-right: 50px;
}

.c-blackjack-tabs__nav.c-blackjack-tabs__nav--mobile-hub {
  overflow-x: auto;
  margin-bottom: 0;
}

.is-active--mobile-hub {
  position: relative;
  z-index: 1;
}

.is-active--mobile-hub:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 10px 0;
  border-color: #4a4a4a transparent transparent;
}

.is-active--mobile-hub:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: -5px;
  bottom: -5px;
  width: 100%;
  background-color: #4a4a4a;
  border-radius: .25em;
  z-index: -1;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
}

@media (min-width:64em) {
  .is-active--mobile-hub:before {
    -webkit-box-shadow: 1px 5px 14px 0 rgba(0,0,0,.2);
    box-shadow: 1px 5px 14px 0 rgba(0,0,0,.2);
  }
}

.mobile-help-footer {
  margin-bottom: 44px;
  padding-top: 44px;
  position: relative;
  text-align: center;
}

@media (max-width:61.24em) {
  .c-table-simple__row--statement:first-of-type {
    border-top: 1px solid silver;
  }
}

tbody .c-table-simple__row--statement:last-of-type {
  border-bottom-width: 2px;
}

@media (max-width:61.24em) {
  .c-table-simple__row--statement {
    display: block;
  }
}

.c-table-simple__row--past {
  border-bottom: 1px solid #222;
}

.c-table-simple__row--present {
  font-weight: 700;
  border-bottom: 1px solid #222;
}

.c-table-simple__row--future {
  border-bottom: 1px solid silver;
  color: silver;
}

.c-table-simple__row--statement-head {
  background-color: #eaeaea;
  border: 0!important;
}

@media (max-width:61.24em) {
  .c-table-simple__row--statement-head {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    white-space: nowrap!important;
  }
}

.c-table-simple__row--statement-head td {
  font-weight: 700;
}

.c-table-simple__cell.c-table-simple__cell--statement {
  text-align: left;
}

@media (max-width:61.24em) {
  .c-table-simple__cell.c-table-simple__cell--statement:first-of-type:before {
    top: 20px;
  }
}

@media (max-width:61.24em) {
  .c-table-simple__cell.c-table-simple__cell--statement:first-of-type {
    padding-top: 20px;
    min-height: 40px;
  }
}

@media (min-width:61.25em) {
  .c-table-simple__cell.c-table-simple__cell--statement:first-of-type {
    padding-left: 10px;
  }
}

@media (max-width:61.24em) {
  .c-table-simple__cell.c-table-simple__cell--statement:last-of-type {
    padding-bottom: 20px;
    min-height: 50px;
  }
}

@media (max-width:61.24em) {
  .c-table-simple__cell.c-table-simple__cell--statement:before {
    content: attr(data-column-title);
    display: inline-block;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 10px;
  }
}

@media speech {
  .c-table-simple__cell.c-table-simple__cell--statement:before {
    display: none;
  }
}

@media (max-width:61.24em) {
  .c-table-simple__cell.c-table-simple__cell--statement {
    text-align: right!important;
    display: block;
    position: relative;
    padding-left: 90px;
    padding-right: 0;
    font-size: .8em;
    min-height: 30px;
  }
}

@media (max-width:61.24em) {
  .c-table-simple__cell.c-table-simple__cell--statement:not(:last-of-type) {
    padding-bottom: 0;
  }
}

.statement-table-pagination {
  margin: 0 0 20px;
  line-height: 0;
  text-align: left;
}

.statement-table-pagination__item {
  display: inline-block;
  margin-right: 5px;
  line-height: 0;
  width: 20px;
  height: 20px;
}

.statement-table-pagination__button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  line-height: 0;
  width: 20px;
  height: 20px;
}

.statement-table-pagination__button:focus {
  outline: 0;
}

.statement-table-pagination__button svg {
  overflow: visible;
}

.statement-table-pagination__button.is-disabled {
  cursor: inherit;
}

.statement-table-pagination__button.is-disabled path {
  fill: #eaeaea;
}

.c-notification-banner {
  background-color: #fff;
  padding: 10px 0;
  -webkit-box-shadow: inset 0 8px 6px -6px rgba(0,0,0,.2),0 8px 6px -6px rgba(0,0,0,.2);
  box-shadow: inset 0 8px 6px -6px rgba(0,0,0,.2),0 8px 6px -6px rgba(0,0,0,.2);
  position: relative;
  z-index: 1;
}

@media (min-width:61.25em) {
  .c-notification-banner {
    padding: 10px 200px;
    min-height: 140px;
    display: table;
    width: 100%;
  }
}

@media (min-width:61.25em) {
  .c-notification-banner__text {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
  }
}

.c-notification-banner__title--alert {
  color: #ff2744;
}

.c-notification-banner__title--success {
  color: #1cb334;
}

.c-notification-banner__title strong,
.c-notifications-banner__alert-icon {
  display: inline-block;
  vertical-align: middle;
}

.c-notifications-banner__alert-icon {
  margin-right: 5px;
}

.c-notification-navigation {
  text-align: center;
}

@media (min-width:61.25em) {
  .c-notification-navigation {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.c-notification-navigation__list {
  margin-left: 0;
  margin-bottom: 5px;
  display: inline-block;
}

@media (min-width:46.25em) {
  .c-notification-navigation__list {
    margin-bottom: 0;
  }
}

.c-notification-navigation__item {
  display: inline-block;
  vertical-align: middle;
  height: 30px;
}

.c-notification-navigation__notification-counter {
  display: inline-block;
  text-align: center;
  min-width: 40px;
}

.c-notification-navigation__notification-counter-current:after {
  content: "/";
}

.c-notification-navigation__button,
.c-notification-navigation__notification-counter-current,
.c-notification-navigation__notification-counter-total {
  display: inline-block;
  vertical-align: middle;
}

.c-notification-navigation__button {
  width: 20px;
  height: 20px;
  padding: 0;
  border: 0;
  position: relative;
  background-color: transparent;
}

.c-notification-navigation__button:after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 26%;
  border-bottom: 2px solid #0073c5;
}

.c-notification-navigation__button--previous:after {
  right: 50%;
  border-left: 2px solid #0073c5;
  -webkit-transform: rotate(45deg) translate(50%,-50%);
  -ms-transform: rotate(45deg) translate(50%,-50%);
  transform: rotate(45deg) translate(50%,-50%);
}

.c-notification-navigation__button--next:after {
  left: 50%;
  border-right: 2px solid #0073c5;
  -webkit-transform: rotate(-45deg) translate(-50%,-50%);
  -ms-transform: rotate(-45deg) translate(-50%,-50%);
  transform: rotate(-45deg) translate(-50%,-50%);
}

.c-notification-navigation__toggle {
  font-size: 18px;
  font-size: 1rem;
  line-height: 1;
  color: #4a4a4a;
  background-color: transparent;
  border: 0;
}

.c-notification-navigation__toggle:after {
  display: inline-block;
  position: relative;
  content: "\2715";
  font-size: 1.5em;
  margin-left: 20px;
  text-decoration: none;
}

.mobile-sell-through {
  background-color: #fff;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),color-stop(50%,#fff),color-stop(90%,#f2f2f2),to(#eee));
  background-image: -webkit-linear-gradient(top,#fff 0,#fff 50%,#f2f2f2 90%,#eee 100%);
  background-image: -o-linear-gradient(top,#fff 0,#fff 50%,#f2f2f2 90%,#eee 100%);
  background-image: linear-gradient(to bottom,#fff 0,#fff 50%,#f2f2f2 90%,#eee 100%);
  -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
  opacity: .001;
  -webkit-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: opacity .6s ease,-webkit-transform .6s ease;
  transition: opacity .6s ease,-webkit-transform .6s ease;
  -o-transition: opacity .6s ease,transform .6s ease;
  transition: opacity .6s ease,transform .6s ease;
  transition: opacity .6s ease,transform .6s ease,-webkit-transform .6s ease;
}

@media (min-width:46.25em) {
  .mobile-sell-through {
    display: table;
    margin-top: 50px;
    vertical-align: middle;
    width: 100%;
  }
}

.mobile-sell-through__link {
  color: inherit;
}

.mobile-sell-through__link:hover {
  text-decoration: none;
}

.mobile-sell-through__text {
  padding: 25px;
}

@media (max-width:46.24em) {
  .mobile-sell-through__text {
    padding-bottom: 0;
  }
}

@media (min-width:46.25em) {
  .mobile-sell-through__text {
    padding-left: 170px;
    display: table-cell;
    vertical-align: middle;
  }
}

.mobile-sell-through__button {
  padding: 25px;
}

@media (min-width:46.25em) {
  .mobile-sell-through__button {
    padding: 25px 40px 25px 0;
    display: table-cell;
    vertical-align: middle;
  }
}

.mobile-sell-through.mobile-sell-through--in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.mobile-sell-through__background {
  background-image: url(https://www.sky.com/assets2/mobile/banner-sim-mobile.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

@media (min-width:46.25em) {
  .mobile-sell-through__background {
    background-image: url(https://www.sky.com/assets2/mobile/banner-sim.png);
    background-position: 15px 0;
    background-size: auto calc(100% + 1px);
    display: table;
    width: 100%;
  }
}

.mobile-sell-through__title {
  /*! autoprefixer: off */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(1turn,#f08300 0,#e3000f 35%,#a72879 80%,#064496 100%);
  color: #f08300;
  display: inline-block;
}

.c-btn--mobile-sell-through {
  white-space: nowrap;
  padding: 1px;
  background-image: -webkit-gradient(linear,left top,right top,from(#f08300),color-stop(35%,#e3000f),color-stop(80%,#a72879),to(#064496));
  background-image: -webkit-linear-gradient(left,#f08300 0,#e3000f 35%,#a72879 80%,#064496 100%);
  background-image: -o-linear-gradient(left,#f08300 0,#e3000f 35%,#a72879 80%,#064496 100%);
  background-image: linear-gradient(to right,#f08300 0,#e3000f 35%,#a72879 80%,#064496 100%);
  border-radius: .2em;
  display: inline-block;
}

.c-btn--mobile-sell-through .c-btn--mobile-sell-through__inner {
  background-color: #fff;
  display: inline-block;
  border-radius: .15em;
}

.c-btn--mobile-sell-through .c-btn--mobile-sell-through__text {
  /*! autoprefixer: off */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-image: -webkit-linear-gradient(1turn,#f08300 0,#e3000f 35%,#a72879 80%,#064496 100%);
  color: #f08300;
  display: inline-block;
}

.c-mobile-icon-list__row {
  position: relative;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: transparent;
}

.c-mobile-icon-list__row:after {
  background: silver;
  background: -webkit-linear-gradient(left,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
  background: -o-linear-gradient(left,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,75%,0)),color-stop(silver),to(hsla(0,0%,75%,0)));
  background: linear-gradient(to right,hsla(0,0%,75%,0),silver,hsla(0,0%,75%,0));
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  height: 1px;
}

.c-mobile-icon-list__row:last-of-type {
  border: 0;
}

.c-mobile-icon-list__row:last-of-type:after {
  display: none;
}

.c-mobile-icon-list__button {
  position: relative;
  padding: 20px 40px;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  width: 100%;
  color: #4a4a4a;
  font-weight: 700;
}

@media (min-width:46.25em) {
  .c-mobile-icon-list__button {
    padding-left: 60px;
  }
}

.c-mobile-icon-list__row-icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-mobile-icon-list__row-icon svg {
  display: block;
}

.c-mobile-icon-list .c-mobile-chevron {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.c-mobile-signin .c-form-list__item {
  width: 100%;
}

.c-mobile-signin .c-mobile-signin__form {
  margin: auto;
}

.navigation-dots {
  list-style-type: none;
}

.navigation-dots__dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: silver;
  border-radius: 50%;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-transition: background-color .5s ease;
  -o-transition: background-color .5s ease;
  transition: background-color .5s ease;
}

.navigation-dots__dot--active {
  background-color: #0073c5;
}

@-webkit-keyframes rollFill {
  to {
    height: 75%;
  }
}

@keyframes rollFill {
  to {
    height: 75%;
  }
}

.c-mobile-usage-graphic {
  height: 9em;
  margin: -.5em auto 0;
  position: relative;
  text-align: center;
  width: 9em;
  z-index: 10;
}

.c-mobile-usage-graphic:before {
  background-image: -webkit-radial-gradient(ellipse farthest-corner at 50% 50%,rgba(34,34,34,.1) 0,rgba(34,34,34,0) 75%);
  background-image: -o-radial-gradient(ellipse farthest-corner at 50% 50%,rgba(34,34,34,.1) 0,rgba(34,34,34,0) 75%);
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%,rgba(34,34,34,.1) 0,rgba(34,34,34,0) 75%);
  top: 99%;
  content: "";
  display: block;
  position: absolute;
  left: -5%;
  width: 110%;
  height: .5em;
  background-size: contains;
  z-index: -10;
}

.c-mobile-usage-graphic:after {
  background-color: hsla(0,0%,100%,.9);
  background-image: -webkit-linear-gradient(top,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.9) 100%);
  background-image: -o-linear-gradient(top,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.9) 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.4)),to(hsla(0,0%,100%,.9)));
  background-image: linear-gradient(to bottom,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.9) 100%);
  background-color: transparent;
  border-radius: 5em;
  bottom: -5px;
  -webkit-box-shadow: 0 .1em .5em rgba(34,34,34,.1);
  box-shadow: 0 .1em .5em rgba(34,34,34,.1);
  content: "";
  display: block;
  left: -5px;
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: -1;
}

.c-mobile-usage-graphic__reflection-wrapper {
  height: 3em;
  overflow: hidden;
  position: absolute;
  top: calc(101% + 6px);
  width: 9em;
}

.c-mobile-usage-graphic__reflection {
  background-color: #fff;
  border-radius: 5em;
  -webkit-box-shadow: 0 .1em .5em rgba(34,34,34,.1);
  box-shadow: 0 .1em .5em rgba(34,34,34,.1);
  height: 9em;
  width: 9em;
}

.c-mobile-usage-graphic__reflection:before {
  background-color: hsla(0,0%,100%,.25);
  background-image: -webkit-linear-gradient(top,hsla(0,0%,62%,.2) 0,hsla(0,0%,100%,.25) 20%);
  background-image: -o-linear-gradient(top,hsla(0,0%,62%,.2) 0,hsla(0,0%,100%,.25) 20%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,62%,.2)),color-stop(20%,hsla(0,0%,100%,.25)));
  background-image: linear-gradient(to bottom,hsla(0,0%,62%,.2) 0,hsla(0,0%,100%,.25) 20%);
  border-radius: 50%;
  bottom: 5px;
  content: "";
  display: block;
  left: 5px;
  opacity: .1;
  position: absolute;
  right: 5px;
  top: 5px;
}

.c-mobile-usage-graphic__reflection:after {
  background-color: #fff;
  background-image: -webkit-linear-gradient(top,hsla(0,0%,100%,0) 0,#fff 50%);
  background-image: -o-linear-gradient(top,hsla(0,0%,100%,0) 0,#fff 50%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,0)),color-stop(50%,#fff));
  background-image: linear-gradient(to bottom,hsla(0,0%,100%,0) 0,#fff 50%);
  background-color: transparent;
  content: "";
  display: block;
  height: 3em;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.c-mobile-usage-graphic__gauge {
  -webkit-box-shadow: 0 .1em .5em rgba(34,34,34,.05);
  box-shadow: 0 .1em .5em rgba(34,34,34,.05);
  border-radius: 50%;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.c-mobile-usage-graphic__gauge:before {
  background-color: hsla(0,0%,100%,.25);
  background-image: -webkit-linear-gradient(top,hsla(0,0%,62%,.2) 0,hsla(0,0%,100%,.25) 20%);
  background-image: -o-linear-gradient(top,hsla(0,0%,62%,.2) 0,hsla(0,0%,100%,.25) 20%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,62%,.2)),color-stop(20%,hsla(0,0%,100%,.25)));
  background-image: linear-gradient(to bottom,hsla(0,0%,62%,.2) 0,hsla(0,0%,100%,.25) 20%);
  border-radius: 50%;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.c-mobile-usage-graphic__inner {
  left: 1em;
  position: absolute;
  right: 1em;
  top: 3em;
  z-index: 10;
}

.c-mobile-usage-graphic__overlay {
  padding: 2px;
  position: relative;
}

.c-mobile-usage-graphic__amount {
  font-size: 1.88889em;
  font-weight: 800;
  line-height: 1em;
  margin-bottom: -.2em;
}

.c-mobile-usage-graphic__description {
  font-size: .88889em;
  line-height: 1.2em;
  margin: 0 auto;
  max-width: 7em;
  padding-top: .5em;
  color: #4c4c4c;
}

.c-mobile-usage-graphic__sub-message {
  bottom: 1.5em;
  color: #6c6c6c;
  font-size: .66667em;
  left: 2.5em;
  margin-bottom: 0;
  position: absolute;
  right: 2.5em;
}

.c-mobile-usage-graphic-indicator {
  height: 9em;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.c-mobile-usage-graphic-indicator--circular {
  -webkit-transform: rotate(-89deg);
  -ms-transform: rotate(-89deg);
  transform: rotate(-89deg);
}

.c-mobile-usage-graphic-indicator__fill {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  will-change: transform;
}

.c-mobile-usage-graphic-indicator.is-ie.is-empty {
  display: none;
}

.c-mobile-usage-graphic--mix .c-mobile-usage-graphic__amount {
  /*! autoprefixer: off */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translateZ(0);
  display: inline-block;
  color: #ff008f;
  background-image: -webkit-linear-gradient(left,#ff000b 0,#ff008f 30%);
  background-size: 100%;
}

@media (max-width:46.24em) {
  .u-lock-scroll\@small {
    overflow: hidden;
  }
}

@media (max-width:46.24em) {
  .u-lock-scroll\@small body {
    overflow: hidden;
    height: 100%;
  }
}

.c-lightbox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 300;
  background: hsla(0,0%,100%,.75);
}

.c-lightbox__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 20px;
  border-radius: .25em;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
  overflow-y: auto;
}

@media (min-width:64em) {
  .c-lightbox__content {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%;
    max-width: 30em;
    height: auto;
  }
}

.c-lightbox__content p:last-child {
  margin-bottom: 0;
}

.c-lightbox__close {
  position: absolute;
  cursor: pointer;
  border: 0;
  padding: 0;
  background: none;
  top: 10px;
  right: 20px;
}

@media (max-width:63.99em) {
  .c-lightbox__close .c-lightbox__close-label {
    visibility: hidden;
  }
}

.c-lightbox__icon {
  margin: 0;
  position: relative;
  top: .15em;
  right: -.5em;
  fill: #7f7f7f;
}

.u-lock-scroll {
  overflow: hidden;
}

.u-lock-scroll body {
  overflow: hidden;
  height: 100%;
}

.lure {
  text-align: center;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
  position: absolute;
  padding: .5em;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.lure__link {
  display: inline-block;
}

.lure__label {
  display: none;
}

@media (min-width:64em) {
  .lure__label {
    display: block;
    margin-bottom: 5px;
  }
}

.lure__icon {
  display: block;
  margin: 0 auto;
  width: 38px;
  height: 38px;
  border: 2px solid rgba(0,0,0,.125);
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
  padding: 5px;
}

.lure__icon path {
  stroke: #0073c5;
  stroke-width: 2px;
  fill: none;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.view {
  position: relative;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 480px;
  pointer-events: none;
  background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,65%,0)),to(hsla(0,0%,65%,.1)));
  background-image: -webkit-linear-gradient(top,hsla(0,0%,65%,0) 0,hsla(0,0%,65%,.1) 100%);
  background-image: -o-linear-gradient(top,hsla(0,0%,65%,0) 0,hsla(0,0%,65%,.1) 100%);
  background-image: linear-gradient(to bottom,hsla(0,0%,65%,0) 0,hsla(0,0%,65%,.1) 100%);
  background-size: 100% 175px;
  background-position: bottom;
  background-repeat: no-repeat;
  background-color: #fff;
}

.view:after {
  display: block;
  height: 10px;
  background-color: hsla(0,0%,100%,.3);
}

.view:after,
.view:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
}

.view:before {
  height: 460px;
  background-repeat: no-repeat;
  background-position: top;
  opacity: 0;
  will-change: transform;
  -webkit-transition: opacity 1s linear .15s,-webkit-transform 1s ease-in-out;
  transition: opacity 1s linear .15s,-webkit-transform 1s ease-in-out;
  -o-transition: opacity 1s linear .15s,transform 1s ease-in-out;
  transition: opacity 1s linear .15s,transform 1s ease-in-out;
  transition: opacity 1s linear .15s,transform 1s ease-in-out,-webkit-transform 1s ease-in-out;
}

@media (min-width:46.25em) {
  .view {
    background: none;
    padding: 0!important;
    height: 100vh;
  }

  .view:after {
    display: none;
  }

  .view:before {
    bottom: auto;
    top: 0;
    right: -20px;
    width: 50%;
    height: 100%!important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 0;
    -webkit-transform: rotate(-5deg) scale(1.1);
    -ms-transform: rotate(-5deg) scale(1.1);
    transform: rotate(-5deg) scale(1.1);
  }
}

.view.is-in-view {
  pointer-events: all;
}

.view.is-in-view:before {
  opacity: 1;
  -webkit-transform: rotate(0) scale(1);
  -ms-transform: rotate(0) scale(1);
  transform: rotate(0) scale(1);
}

.view.is-in-view .view__animation-context>* {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media (min-width:46.25em) {
  .view__content {
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 40;
  }
}

@media (max-width:46.24em) {
  .view__button.view__button {
    width: auto;
    background: #fff;
    color: #0073c5;
    position: absolute;
    bottom: 60px;
    left: 20px;
    right: 20px;
  }
}

.view__legal {
  position: relative;
  left: 20px;
  z-index: 30;
}

@media (min-width:46.25em) {
  .view__legal {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: none;
  }

  .is-in-view .view__legal {
    display: block;
  }
}

.view__animation-context {
  -webkit-transition: -webkit-transform .1s ease;
  transition: -webkit-transform .1s ease;
  -o-transition: transform .1s ease;
  transition: transform .1s ease;
  transition: transform .1s ease,-webkit-transform .1s ease;
}

@media (max-width:63.99em) {
  .view__animation-context {
    -webkit-transform: inherit!important;
    -ms-transform: inherit!important;
    transform: inherit!important;
  }
}

.view__animation-context>*,
.view__animation-context>.c-btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
  will-change: transform;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  -o-transition-property: opacity,transform;
  transition-property: opacity,transform;
  transition-property: opacity,transform,-webkit-transform;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.view__animation-context>:nth-child(2) {
  -webkit-transition-delay: .25s;
  -o-transition-delay: .25s;
  transition-delay: .25s;
}

.view__animation-context>:nth-child(3) {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
}

.view__animation-context>:nth-child(4) {
  -webkit-transition-delay: .75s;
  -o-transition-delay: .75s;
  transition-delay: .75s;
}

.view__lure {
  display: none;
}

.is-in-view .view__lure {
  display: block;
}

.views {
  position: relative;
}

@media (min-width:46.25em) {
  .views.is-fixed .view:before,
  .views.is-fixed .view__content,
  .views.is-fixed .view__legal,
  .views.is-fixed .view__lure {
    position: fixed;
  }
}

.u-faux-link {
  color: #0073c5;
  cursor: pointer;
  border: 0;
  background: none;
  padding: 0;
}

.u-faux-link:hover {
  text-decoration: underline;
}

.c-hero--mobile-features.c-hero--mobile-features .c-hero__caption h1,
.grad-text {
  display: inline-block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grad-text--mix {
  /*! autoprefixer: off */
  color: #ff000b;
  background-image: -webkit-linear-gradient(1turn,#ff000b 0,#ff008f 30%);
}

.grad-text--sync {
  /*! autoprefixer: off */
  color: #57c72c;
  background-image: -webkit-linear-gradient(1turn,#2af2ef,#57c72c);
}

.grad-text--roll {
  /*! autoprefixer: off */
  color: #ffcb00;
  background-image: -webkit-linear-gradient(1turn,#ffcb00,#ff5101);
}

.c-hero--mobile-features.c-hero--mobile-features .c-hero__caption h1,
.grad-text--full {
  /*! autoprefixer: off */
  color: #f600a8;
  background-image: -webkit-linear-gradient(320deg,#ffd300 0,#ff7100 20%,red 50%,#f600a8 80%,#f600a8 100%);
}

.views.is-fixed .video-background {
  position: fixed;
  height: auto;
  width: auto;
  min-width: 100%;
  min-height: 100%;
}

.video-background {
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
}

.video-background--bottom {
  top: auto;
  bottom: 0;
}

.view--swap,
.view--sync {
  padding-bottom: 370px;
}

.view--swap:before,
.view--sync:before {
  height: 350px;
}

.view--mix:before {
  background-image: url(https://www.sky.com/assets2/mobile/features/mix-mobile.png);
  height: 500px;
}

@media (min-width:46.25em) {
  .view--mix:before {
    background-image: url(https://www.sky.com/assets2/mobile/features/mix-desktop.png);
    width: 68%;
  }
}

@media (min-width:64em) {
  .view--mix:before {
    width: 65%;
  }
}

@media (min-width:95em) {
  .view--mix:before {
    width: 55%;
  }
}

.view--roll:before {
  background-image: url(https://www.sky.com/assets2/mobile/features/roll-mobile.png);
}

@media (min-width:46.25em) {
  .view--roll:before {
    background-image: url(https://www.sky.com/assets2/mobile/features/roll-desktop.png);
    width: 55%;
  }
}

@media (min-width:64em) {
  .view--roll:before {
    width: 50%;
  }
}

.view--save:before {
  background-image: url(https://www.sky.com/assets2/mobile/features/save-mobile.png);
}

@media (min-width:46.25em) {
  .view--save:before {
    background-image: url(https://www.sky.com/assets2/mobile/features/save-desktop.png);
    width: 55%;
  }
}

@media (min-width:64em) {
  .view--save:before {
    width: 50%;
  }
}

.view--sync:before {
  background-image: url(https://www.sky.com/assets2/mobile/features/sync-mobile.png);
}

@media (min-width:46.25em) {
  .view--sync:before {
    background-image: url(https://www.sky.com/assets2/mobile/features/sync-desktop.png);
  }
}

.view--swap:before {
  background-image: url(https://www.sky.com/assets2/mobile/features/swap-mobile.png);
  margin-bottom: 100px;
}

@media (min-width:46.25em) {
  .view--swap:before {
    background-image: url(https://www.sky.com/assets2/mobile/features/swap-desktop.png);
    padding-top: 0;
    width: 55%;
  }
}

@media (min-width:64em) {
  .view--swap:before {
    width: 50%;
  }
}

.view--mix .logo-sprite {
  -webkit-animation: mixTitle 10.14s steps(132) infinite;
  animation: mixTitle 10.14s steps(132) infinite;
  height: 105px;
  width: 90px;
}

@-webkit-keyframes mixTitle {
  0% {
    background-position: 0;
  }

  50%, to {
    background-position: 11880px;
  }
}

@keyframes mixTitle {
  0% {
    background-position: 0;
  }

  50%, to {
    background-position: 11880px;
  }
}

.view--sync .logo-sprite {
  -webkit-animation: syncTitle 2s steps(50) infinite;
  animation: syncTitle 2s steps(50) infinite;
  height: 105px;
  width: 124px;
}

@-webkit-keyframes syncTitle {
  0% {
    background-position: 0;
  }

  to {
    background-position: 6200px;
  }
}

@keyframes syncTitle {
  0% {
    background-position: 0;
  }

  to {
    background-position: 6200px;
  }
}

.view--roll .logo-sprite {
  -webkit-animation: rollTitle 3.13s steps(88) infinite;
  animation: rollTitle 3.13s steps(88) infinite;
  height: 140px;
  width: 90px;
  margin-bottom: -10px;
}

@-webkit-keyframes rollTitle {
  0% {
    background-position: 0;
  }

  to {
    background-position: 7920px;
  }
}

@keyframes rollTitle {
  0% {
    background-position: 0;
  }

  to {
    background-position: 7920px;
  }
}

.view--save .logo-sprite {
  -webkit-animation: saveTitle 4.15s steps(115) infinite;
  animation: saveTitle 4.15s steps(115) infinite;
  height: 122px;
  width: 129px;
  margin-bottom: 10px;
}

@-webkit-keyframes saveTitle {
  0% {
    background-position: 0;
  }

  to {
    background-position: 14835px;
  }
}

@keyframes saveTitle {
  0% {
    background-position: 0;
  }

  to {
    background-position: 14835px;
  }
}

.view--swap .logo-sprite {
  -webkit-animation: swapTitle 3s steps(44) infinite;
  animation: swapTitle 3s steps(44) infinite;
  height: 105px;
  width: 181px;
  margin-bottom: 10px;
  margin-left: -25px;
}

@-webkit-keyframes swapTitle {
  0% {
    background-position: 0;
  }

  50%, to {
    background-position: 7964px;
  }
}

@keyframes swapTitle {
  0% {
    background-position: 0;
  }

  50%, to {
    background-position: 7964px;
  }
}

.c-hero--mobile-features.c-hero--mobile-features {
  position: relative;
  height: calc(100vh - 44px);
  max-height: 740px;
}

@media (min-width:40em) {
  .c-hero--mobile-features.c-hero--mobile-features {
    max-height: none;
  }
}

@media (min-width:48em) {
  .c-hero--mobile-features.c-hero--mobile-features {
    height: calc(100vh - 126px);
  }
}

.c-hero--mobile-features.c-hero--mobile-features .c-hero__video {
  height: auto;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.c-hero--mobile-features.c-hero--mobile-features .c-hero__caption {
  position: absolute;
  top: 0;
  text-shadow: none;
  color: #4a4a4a;
  text-align: center;
}

@media (min-width:48.0625em) {
  .c-hero--mobile-features.c-hero--mobile-features .c-hero__caption {
    top: 30%;
    bottom: auto;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    transform: translateY(-30%);
    text-align: left;
  }
}

@media (min-width:48.0625em) {
  .c-hero--mobile-features.c-hero--mobile-features .c-hero__caption h1,
  .c-hero--mobile-features.c-hero--mobile-features .c-hero__caption h2 {
    max-width: 15em;
  }
}

.c-hero--mobile-features.c-hero--mobile-features .c-hero__video-placeholder {
  background-image: url(https://www.sky.com/assets2/mobile/features/touch-tall.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
}

@media (min-width:26.25em) {
  .c-hero--mobile-features.c-hero--mobile-features .c-hero__video-placeholder {
    background-image: url(https://www.sky.com/assets2/mobile/features/touch-portrait.png);
  }
}

@media (max-height:415px) {
  .c-hero--mobile-features.c-hero--mobile-features .c-hero__video-placeholder {
    background-size: cover;
    background-position: 0 6em;
  }
}

@media (min-width:48.0625em) {
  .c-hero--mobile-features.c-hero--mobile-features .c-hero__video-placeholder {
    height: calc(100vh - 126px);
    background-image: url(https://www.sky.com/assets2/mobile/features/touch-landscape.png);
    background-position: 50%;
    background-size: cover;
  }
}

.c-hero--mobile-features.c-hero--mobile-features .c-hero__play-button {
  width: 60px;
  height: 60px;
}

@media (min-width:48.0625em) {
  .c-hero--mobile-features.c-hero--mobile-features .c-hero__play-button {
    width: 80px;
    height: 80px;
  }
}

.c-hero__caption .c-hero__play-button {
  top: auto;
  left: auto;
  width: 60px;
  height: 60px;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

@media (min-width:48.0625em) {
  .c-hero__caption .c-hero__play-button {
    width: 80px;
    height: 80px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.mobile-features-page {
  overflow-x: hidden;
}

.app-mobile-returns {
  background: url(https://www.sky.com/assets2/help/spec-lines.png) no-repeat 100% 100%;
  min-height: 30em;
  padding-bottom: 20px;
  overflow-x: hidden;
}

@media (max-width:63.99em) {
  .app-mobile-returns {
    background-size: auto 40%;
  }
}

@media (min-width:95em) {
  .app-mobile-returns {
    min-height: 40em;
  }
}

.app-mobile-returns .c-tile--white {
  background-color: #fff;
}

.app-mobile-returns svg.info-circle {
  vertical-align: bottom;
  margin-right: .5em;
}

.app-mobile-returns .o-list-bullet {
  list-style: disc;
}

.app-mobile-returns .c-tile {
  opacity: 1;
}

.app-mobile-returns .c-tile.c-tile--advice-box {
  display: inline-block;
}

.app-mobile-returns .c-tile.c-tile--advice-box:after,
.app-mobile-returns .c-tile.c-tile--advice-box:before {
  background-color: #fff;
  background-image: none;
}

.app-mobile-returns .phone-image {
  margin-top: 60px;
  max-width: 110%;
}

@media (max-width:61.24em) {
  .app-mobile-returns .phone-image {
    display: none;
  }
}

.app-mobile-returns .confirmation-button {
  min-width: 80px;
}

.app-mobile-returns .confirmation-button.c-btn--secondary {
  background-color: #fff;
}

.my-broadband.spinner-top-spacing {
  margin-top: 170px;
}

.my-broadband .fav-status-help .green-broadband-spinner {
  width: 50px;
  height: 50px;
  margin-right: 15px;
  display: inline-block;
}

.my-broadband .fav-status-help .green-status {
  color: #30973a;
  font-size: 1.5em;
  display: inline-block;
}

.my-broadband .c-bb-speed {
  -webkit-transition: color .5s ease;
  -o-transition: color .5s ease;
  transition: color .5s ease;
}

.my-broadband .c-tile__container {
  margin-top: 40px;
}

.my-broadband .c-tile__content:hover .c-tile__body {
  text-decoration: none;
}

.my-broadband .c-tile--useful-link .c-tile__content {
  height: 110px;
}

.my-broadband .c-tile--error {
  background: rgba(255,39,68,.8);
}

.my-broadband .c-fluid-heading-delta {
  font-size: 1.55556em;
  line-height: normal;
}

.my-broadband .c-tile.tile-template--mybroadbandusage .c-usage-dial {
  font-size: 21px;
  margin-top: 50px;
}

.my-broadband .c-tile.tile-template--mybroadbandusage .c-usage-dial.c-usage__used .c-mobile-usage-graphic__amount {
  color: #f7964f;
  display: inline-block;
}

.my-broadband .c-tile.tile-template--mybroadbandusage .c-usage-dial.c-usage__remaining .c-mobile-usage-graphic__amount {
  color: #a22e78;
  display: inline-block;
}

.my-broadband .c-tile.tile-template--mybroadbandusage .c-usage-dial .c-mobile-usage-graphic {
  margin-top: 1.5em;
  margin-bottom: 10px;
}

.my-broadband .c-tile.tile-template--mybroadbandusage .c-usage-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.my-broadband .c-tile.tile-template--mybroadbandusage .c-mobile-usage-graphic--broadband:before {
  content: "";
  background-image: none;
}

.my-broadband .u-color-broadband {
  color: #c30d7f;
}

.my-broadband .u-color-broadband-unlimited {
  color: #f48624;
}

.my-broadband .u-color-fibre-unlimited {
  color: #3d64b0;
}

.my-broadband .u-color-brand {
  color: #0073c5;
}

.c-tile.c-tile-theme--mybroadband .c-fluid-text-lead {
  font-size: 1.22222em;
  line-height: normal;
}

.c-tile.c-tile-theme--mybroadband .c-tile__body {
  position: absolute;
  height: 100%;
  top: 0;
}

.c-tile.c-tile-theme--mybroadband .c-tile__media {
  height: auto;
  z-index: 30;
  position: relative;
}

.c-tile.c-tile-theme--mybroadband .c-tile__link .c-tile__body:before {
  background: #fff;
}

.c-tile.c-tile-theme--mybroadband .c-tile__link .c-tile__body:after {
  background-color: #e6e6ea;
  background-image: -webkit-linear-gradient(bottom,#fff 50%,#e6e6ea 100%);
  background-image: -o-linear-gradient(bottom,#fff 50%,#e6e6ea 100%);
  background-image: -webkit-gradient(linear,left bottom,left top,color-stop(50%,#fff),to(#e6e6ea));
  background-image: linear-gradient(to top,#fff 50%,#e6e6ea 100%);
}

.c-tile.c-tile-theme--mybroadband .c-tile__header {
  position: absolute;
  top: 1.5em;
  left: 0;
  right: 0;
  z-index: 15;
}

.c-tile.c-tile-theme--mybroadband .c-tile__footer {
  position: absolute;
  bottom: 1.5em;
  left: 0;
  right: 0;
  z-index: 15;
}

.polaris.mysky {
  background: #fff;
}

.polaris.mysky .sms-message {
  min-height: 52px;
}

.polaris.mysky .facebook-message a,
.polaris.mysky .facebook-message button,
.polaris.mysky .sms-message a,
.polaris.mysky .sms-message button {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

@keyframes carouselfadein {
  0% {
    opacity: 0;
    max-height: 0;
  }

  1% {
    max-height: 999px;
  }

  to {
    opacity: 1;
    max-height: 999px;
  }
}

@keyframes carouselcarouselfadeout {
  0% {
    opacity: 1;
    max-height: 999px;
  }

  99% {
    max-height: 999px;
  }

  to {
    opacity: 0;
    max-height: 0;
  }
}

.polaris.mysky .c-panel--force-height.is-open {
  max-height: inherit;
}

.polaris.mysky .app-mysky-app-view .panel-close {
  display: none!important;
}

.polaris.mysky .c-spinner-overlay--white {
  background-color: #fff;
}

.polaris.mysky .c-tabs__divider {
  max-width: 1200px;
  margin: 0 auto;
}

.polaris.mysky .c-offer-content__terms-link {
  display: inline-block;
}

@media (max-width:46.24em) {
  .polaris.mysky .c-offer-content__cta {
    margin-bottom: 10px;
  }
}

@media (min-width:46.25em) {
  .polaris.mysky .c-offer-content__cta {
    margin-right: 10px;
  }
}

.polaris.mysky .c-carousel {
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media (min-width:46.25em) {
  .polaris.mysky .c-carousel:after,
  .polaris.mysky .c-carousel:before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    z-index: 1;
  }
}

@media (min-width:46.25em) {
  .polaris.mysky .c-carousel:before {
    left: 0;
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#fff),to(hsla(0,0%,100%,0)));
    background: -webkit-linear-gradient(left,#fff 0,hsla(0,0%,100%,0));
    background: -o-linear-gradient(left,#fff 0,hsla(0,0%,100%,0));
    background: linear-gradient(90deg,#fff 0,hsla(0,0%,100%,0));
    width: 60px;
  }
}

@media (min-width:61.25em) {
  .polaris.mysky .c-carousel:before {
    width: 150px;
  }
}

@media (min-width:46.25em) {
  .polaris.mysky .c-carousel:after {
    right: 0;
    background: -webkit-gradient(linear,right top,left top,color-stop(0,#fff),to(hsla(0,0%,100%,0)));
    background: -webkit-linear-gradient(right,#fff 0,hsla(0,0%,100%,0));
    background: -o-linear-gradient(right,#fff 0,hsla(0,0%,100%,0));
    background: linear-gradient(270deg,#fff 0,hsla(0,0%,100%,0));
    width: 60px;
  }
}

@media (min-width:61.25em) {
  .polaris.mysky .c-carousel:after {
    width: 75px;
  }
}

@media (min-width:81.25em) {
  .polaris.mysky .c-carousel:after {
    width: 150px;
  }
}

@media (min-width:46.25em) {
  .polaris.mysky .c-carousel__stage {
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    text-align: center;
    padding-left: 75px;
    padding-right: 75px;
  }
}

@media (min-width:81.25em) {
  .polaris.mysky .c-carousel__stage {
    padding-left: 150px;
    padding-right: 150px;
  }
}

.polaris.mysky .c-carousel__item {
  white-space: normal;
  display: block;
  overflow: hidden;
  text-align: left;
}

@media (min-width:46.25em) {
  .polaris.mysky .c-carousel__item {
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
}

@media (min-width:61.25em) {
  .polaris.mysky .c-carousel__item {
    width: 50%;
  }
}

@media (min-width:81.25em) {
  .polaris.mysky .c-carousel__item {
    width: 33.33%;
  }
}

@media (max-width:46.24em) {
  .polaris.mysky .c-carousel__item.is-active {
    -webkit-animation-name: carouselfadein;
    animation-name: carouselfadein;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
    z-index: 1;
  }
}

@media (max-width:46.24em) {
  .polaris.mysky .c-carousel__item.is-inactive {
    -webkit-animation-name: carouselcarouselfadeout;
    animation-name: carouselcarouselfadeout;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 0;
  }
}

.polaris.mysky .c-carousel__item-inner {
  margin-bottom: 40px;
}

@media (min-width:46.25em) {
  .polaris.mysky .c-carousel__item-inner {
    padding: 0 20px;
  }
}

@media (min-width:46.25em) {
  .polaris.mysky .c-carousel__navigation {
    cursor: pointer;
    display: block;
    border: 0;
    background: none;
    position: absolute;
    top: 50%;
    margin: 0 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    z-index: 2;
  }
}

@media (min-width:61.25em) {
  .polaris.mysky .c-carousel__navigation {
    margin: 0 40px;
  }
}

.polaris.mysky .c-carousel__navigation:focus,
.polaris.mysky .c-carousel__navigation:hover {
  -webkit-transform: scale(1.25) translateY(-50%);
  -ms-transform: scale(1.25) translateY(-50%);
  transform: scale(1.25) translateY(-50%);
  outline: none;
}

.polaris.mysky .c-carousel__navigation.is-disabled {
  visibility: hidden;
}

.polaris.mysky .c-carousel__navigation--prev {
  left: 0;
}

.polaris.mysky .c-carousel__navigation--next {
  right: 0;
}

.polaris.mysky .c-carousel__icon svg {
  vertical-align: middle;
  fill: #4a4a4a;
  width: 22px;
  height: 40px;
}

.polaris.mysky .c-carousel__compact-navigation {
  text-align: center;
  margin: 0 auto;
  border: 0;
  color: #0073c5;
  display: block;
  position: relative;
  z-index: 2;
}

.polaris.mysky .c-carousel__compact-navigation.is-disabled {
  visibility: hidden;
}

.polaris.mysky .notification {
  background: #0073c5;
  z-index: 10;
}

.polaris.mysky .notification-text {
  text-align: center;
  color: #fff;
  margin: 20px;
}

@media (min-width:46.25em) {
  .polaris.mysky .notification-text {
    margin: 40px;
  }
}

.polaris.mysky .notification-mailto {
  color: #fff;
  margin-left: 2px;
  text-decoration: underline;
}

.polaris.mysky .shop-offers__panel {
  position: relative;
  min-height: 300px;
  max-height: 300px;
  -webkit-transition: max-height 1s;
  -o-transition: max-height 1s;
  transition: max-height 1s;
}

.polaris.mysky .shop-offers__panel.js-content-loaded {
  max-height: 9999em;
}

.polaris.mysky .shop-offers__panel img {
  max-width: 100%;
}

.polaris.mysky .c-offer-panel__back-button {
  background: none;
  border: none;
}

.polaris.mysky .c-offer-panel__back-button:hover .c-offer-panel__back-button-title {
  text-decoration: underline;
}

.polaris.mysky .c-offer-panel__back-button .c-offer-panel__back-icon {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  margin-right: 10px;
}

.polaris.mysky .c-offer-panel__back-button .c-offer-panel__back-icon .i-arrow-left {
  fill: #222;
  width: 14px;
  height: 26px;
}

.polaris.mysky .c-offer-panel__back-button .c-offer-panel__back-button-title {
  display: inline-block;
  vertical-align: middle;
}

.polaris.mysky .c-tile.tile-template--mybroadbandusage .c-usage-dial {
  font-size: 17px;
}

@media (max-width:46.24em) {
  .polaris.mysky .c-tile.tile-template--mybroadbandusage .c-usage-dial {
    font-size: 9px;
  }
}

.polaris.mysky .c-tile.tile-template--mybroadbandusage .c-usage-dial.c-usage__used .c-mobile-usage-graphic__amount {
  color: #f7964f;
  display: inline-block;
}

.polaris.mysky .c-tile.tile-template--mybroadbandusage .c-usage-dial.c-usage__remaining .c-mobile-usage-graphic__amount {
  color: #a22e78;
  display: inline-block;
}

.polaris.mysky .c-tile.tile-template--mybroadbandusage .c-usage-dial .c-mobile-usage-graphic {
  margin-top: 1.5em;
  margin-bottom: 10px;
}

.polaris.mysky .c-tile.tile-template--mybroadbandusage .c-usage-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.polaris.mysky .c-tile.tile-template--mybroadbandusage .c-mobile-usage-graphic--broadband:before {
  content: "";
  background-image: none;
}

.polaris.mysky .account-info-block {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -20px;
  overflow: hidden;
}

.polaris.mysky .account-info-block .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-shadow: 0 2px 10px 0 #ededed;
  box-shadow: 0 2px 10px 0 #ededed;
  background: #fff;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #eaeaea;
  border-width: 0 1px 1px;
}

.polaris.mysky .account-info-block .account-info-icon {
  fill: #fff;
}

.polaris.mysky .account-info-block .account-numbers-block {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 16em;
}

.polaris.mysky .account-info-block .account-numbers-block>.account-info-icon-wrapper {
  background: #0073c5;
  border-radius: 50%;
  display: inline-block;
  line-height: 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 52px;
}

@media (max-width:46.24em) {
  .polaris.mysky .u-hide\@small {
    display: none;
  }
}

@media (min-width:46.25em) and (max-width:61.24em) {
  .polaris.mysky .u-hide\@medium {
    display: none;
  }
}

@media (min-width:61.25em) {
  .polaris.mysky .u-hide\@large {
    display: none;
  }
}

@media (min-width:46.25em) {
  .polaris.mysky .u-text-center\@medium {
    text-align: center;
  }
}

.polaris.mysky .manage-container .info-circle,
.polaris.mysky .manage-container .tick-circle {
  margin-bottom: 5px;
  vertical-align: middle;
}

@media (min-width:520px) {
  .polaris.mysky .manage-container .view-only-tooltip .c-tooltip {
    position: relative;
  }

  .polaris.mysky .manage-container .view-only-tooltip .c-tooltip.c-tooltip--hover:hover .c-tooltip__content {
    left: -60px;
    right: auto;
    width: 20em;
  }
}

@media (max-width:520px) {
  .polaris.mysky .manage-container .view-only-tooltip .c-tooltip__content {
    left: -125px;
  }
}

.polaris.mysky .manage-container .c-tooltip {
  white-space: normal;
}

.polaris.mysky .manage-container .c-tooltip__text {
  list-style: disc;
  margin-left: 20px;
}

.polaris.mysky .manage-container .c-tooltip__content {
  right: auto;
  top: 100%;
  min-width: 290px;
}

.polaris.mysky .manage-container .c-tooltip__trigger:after {
  top: 100%;
}

.polaris.mysky .manage-container .c-form-required {
  display: none;
}

.polaris.mysky .manage-container .c-form-error {
  outline: none;
}

.polaris.mysky .manage-container .c-form-list__item {
  margin-bottom: 0;
}

.polaris.mysky .manage-container .limit-form-width {
  max-width: 350px;
}

.polaris.mysky .manage-container .limit-security-width {
  max-width: 430px;
}

.polaris.mysky .manage-container .t-field-header {
  width: auto;
  white-space: nowrap;
}

@media (max-width:400px) {
  .polaris.mysky .manage-container .t-field-header {
    white-space: normal;
  }
}

.polaris.mysky .manage-container .limit-communication-form-width .c-form-list__item {
  width: 100%;
}

.polaris.mysky .manage-container .limit-communication-form-width .c-form-list__item[data-field-type=cancel-link],
.polaris.mysky .manage-container .limit-communication-form-width .c-form-list__item[data-field-type=submit],
.polaris.mysky .manage-container [data-field-type=cancel-link],
.polaris.mysky .manage-container [data-field-type=submit] {
  display: inline-block;
  margin-top: 22px;
  width: auto;
}

.polaris.mysky .manage-container .list-title {
  margin-bottom: 10px;
}

.polaris.mysky .manage-container .c-feature-list {
  margin-left: 20px;
  margin-bottom: 10px;
  list-style-type: disc;
}

.polaris.mysky .manage-container .u-insert-line:after {
  content: "\A0";
  display: block;
}

.polaris.mysky .manage-container .invalid-detail-icon,
.polaris.mysky .manage-container .reconsent-warning-icon {
  margin-top: 3px;
  float: left;
}

.polaris.mysky .manage-container .c-form-list--mydetails .error-msg:not(:first-child) {
  margin-top: 10px;
}

.polaris.mysky .manage-container .c-form-list--mydetails .error-msg:last-child {
  margin-bottom: 10px;
}

.polaris.mysky .manage-container .c-form-list--mydetails p+p {
  margin-top: 5px;
}

@media (min-width:650px) {
  .polaris.mysky .manage-sky-id-container .t-formatted-user-type .c-tooltip {
    position: relative;
  }

  .polaris.mysky .manage-sky-id-container .t-formatted-user-type .c-tooltip.c-tooltip--hover:hover .c-tooltip__content {
    left: -60px;
    right: auto;
    width: 20em;
  }
}

.polaris.mysky .manage-sky-id-container .unverified-description {
  padding-left: 28px;
  position: relative;
}

.polaris.mysky .manage-sky-id-container .unverified-description .info-circle {
  fill: #ff2744;
  position: absolute;
  top: 0;
  left: 0;
}

.polaris.mysky .manage-sky-id-container .unverified-description .info-circle #ring {
  fill: url(#failureGradient);
}

.polaris.mysky .manage-sky-id-container .c-inline-verification-text .verified {
  color: #1cb334;
}

.polaris.mysky .manage-sky-id-container .c-tooltip {
  position: relative;
}

.polaris.mysky .manage-sky-id-container .c-tooltip__content {
  left: -240px;
}

.polaris.mysky .manage-communication-prefs-container .c-mydetails-toggle-text {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 60px);
}

.polaris.mysky .manage-communication-prefs-container .c-switch {
  vertical-align: middle;
}

.polaris.mysky .manage-communication-prefs-container #edit-tailored-advertising-form .c-form-list__item {
  width: 100%;
}

.polaris.mysky .manage-communication-prefs-container label.c-form-checkbox .c-form-checkbox__caption {
  line-height: 1.4;
  margin-bottom: 0;
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.44;
}

@media (min-width:46.25em) {
  .polaris.mysky .manage-communication-prefs-container label.c-form-checkbox .c-form-checkbox__caption {
    font-size: 22px;
    font-size: 1.22222rem;
    line-height: 1.36;
    line-height: 1.4;
  }
}

.polaris.mysky .manage-communication-prefs-container .c-mydetails-preferences-view-only .c-mydetails-toggle .c-mydetails-toggle-text {
  color: silver;
}

.polaris.mysky .manage-communication-prefs-container .c-mydetails-preferences-view-only .c-mydetails-toggle .c-switch {
  opacity: .5;
}

.polaris.mysky .manage-communication-prefs-container .c-mydetails-preferences-view-only .c-my-details-checkbox .c-form-checkbox {
  cursor: default;
}

.polaris.mysky .manage-communication-prefs-container .c-mydetails-preferences-view-only .c-my-details-checkbox .c-form-checkbox__input {
  opacity: .5;
}

.polaris.mysky .manage-communication-prefs-container .c-mydetails-preferences-view-only .c-my-details-checkbox .c-form-checkbox__caption {
  color: silver;
}

.polaris.mysky .additional-users-container .c-access-level-item {
  white-space: nowrap;
  display: inline-block;
}

@media (min-width:520px) {
  .polaris.mysky .additional-users-container .c-access-level-item--authorised .c-tooltip {
    position: relative;
  }

  .polaris.mysky .additional-users-container .c-access-level-item--authorised .c-tooltip.c-tooltip--hover:hover .c-tooltip__content {
    left: -60px;
    right: auto;
    width: 20em;
  }
}

@media (min-width:750px) {
  .polaris.mysky .additional-users-container .c-access-level-item--secondary .c-tooltip {
    position: relative;
  }

  .polaris.mysky .additional-users-container .c-access-level-item--secondary .c-tooltip.c-tooltip--hover:hover .c-tooltip__content {
    left: -60px;
    right: auto;
    width: 20em;
  }
}

.polaris.mysky .additional-users-container .c-access-level-authorised,
.polaris.mysky .additional-users-container .c-access-level-secondary {
  vertical-align: middle;
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 3px solid;
  border-radius: 50%;
}

.polaris.mysky .additional-users-container .c-access-level-authorised {
  background-color: #bc124f;
  border-color: #bc124f;
}

.polaris.mysky .additional-users-container .c-access-level-secondary {
  border-color: #f37a00;
}

.polaris.mysky .additional-users-container .blue-button {
  background: none;
  border: none;
  color: #0073c5;
  font-size: 18px;
  cursor: pointer;
  outline: none;
  display: inline-block;
}

.polaris.mysky .additional-users-container .blue-button:hover {
  text-decoration: underline;
}

.polaris.mysky .additional-users-container .is-disabled {
  color: #7f7f7f;
  cursor: default;
}

.polaris.mysky .additional-users-container .is-disabled:hover {
  text-decoration: none;
}

.polaris.mysky .additional-users-container .c-additional-user-wrapper {
  display: inline-block;
}

.polaris.mysky .additional-users-container .c-additional-user-wrapper img {
  width: 48px;
}

.polaris.mysky .additional-users-container .c-tooltip {
  position: relative;
}

.polaris.mysky .additional-users-container .c-tooltip__content {
  left: -158px;
}

@media (min-width:430px) and (max-width:510px) {
  .polaris.mysky .additional-users-container .c-access-level-item--secondary .c-tooltip__content {
    left: -240px;
  }
}

.polaris.mysky .edit-name [data-field-type=select] {
  width: 8em;
}

@media (min-width:46.25em) {
  .polaris.mysky .edit-security-questions .c-form-list__item {
    width: 20em;
  }

  .polaris.mysky .edit-security-questions .c-form-list__item[data-field-type=cancel-link],
  .polaris.mysky .edit-security-questions .c-form-list__item[data-field-type=submit] {
    width: auto;
  }
}

.polaris.mysky .react-edit-address .inlineblock {
  display: inline-block;
  text-align: left;
}

.polaris.mysky .submit-button.is-success {
  background-color: #1cb334;
  border-color: #1cb334;
  color: #fff;
}

.polaris.mysky .submit-button.is-success:after {
  content: "";
  margin-left: 9px;
  margin-bottom: 6px;
  display: inline-block;
  width: 15px;
  height: 7px;
  border-left: .11em solid #fff;
  border-bottom: .11em solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.polaris.mysky .submit-button.is-disabled:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 15px;
  height: 15px;
  color: #fff;
  border: .08em solid;
  border-color: transparent currentColor currentColor;
  vertical-align: middle;
  overflow: hidden;
  border-radius: 100%;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

.polaris.mysky .submit-button.c-mydetails-submit-view-only {
  color: #fff;
  background-color: silver;
  border-color: silver;
  cursor: not-allowed;
}

.polaris.mysky .form-error-message {
  max-width: 550px;
}

.polaris.mysky .c-error-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width:570px) {
  .polaris.mysky .c-error-icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
}

.polaris.mysky .c-error-message {
  width: calc(100% - 30px);
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width:570px) {
  .polaris.mysky .c-error-message {
    white-space: normal;
    width: 100%;
    padding: 0;
  }
}

.polaris.mysky .c-switch {
  position: relative;
}

.polaris.mysky .c-switch.checked .c-switch__button:after,
.polaris.mysky .c-switch.is-checked .c-switch__button:after {
  left: calc(100% - 22px);
}

.polaris.mysky .c-switch.is-error .c-switch__button {
  color: #ff2744;
}

.polaris.mysky .c-switch.is-error:hover .c-switch__button {
  color: #ff5a70;
}

.polaris.mysky .c-switch.is-loading .c-switch__button:after {
  opacity: 1;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.polaris.mysky .c-switch.is-loading .c-switch__button:before {
  opacity: 0;
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s;
}

.polaris.mysky .c-switch__button:after {
  display: inline-block;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  content: "";
  position: absolute;
  color: #fff;
  border: .08em solid;
  border-color: transparent currentColor currentColor;
  border-radius: 100%;
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
  opacity: 0;
  -webkit-transition: opacity .2 ease;
  -o-transition: opacity .2 ease;
  transition: opacity .2 ease;
}

.polaris.mysky .c-talkshield-icon-alert--small {
  max-width: 40px;
}

.polaris.mysky .c-talkshield-icon-alert--medium {
  max-width: 80px;
}

.polaris.mysky .c-talkshield-icon-alert--large {
  max-width: 160px;
}

.polaris.mysky .c-spinner.c-spinner--talkshield {
  color: #a72879;
}

.polaris.mysky .talkshield-template .c-spinner.c-spinner--fit-button {
  font-size: 30px;
}

.polaris.mysky .c-talkshield-settings-section {
  margin-bottom: 10px;
  padding: 0 10px 10px;
  position: relative;
}

.polaris.mysky .c-talkshield-settings-section.has-divider:after {
  background: #eaeaea;
  background: -webkit-linear-gradient(left,hsla(0,0%,92%,0),#eaeaea,hsla(0,0%,92%,0));
  background: -o-linear-gradient(left,hsla(0,0%,92%,0),#eaeaea,hsla(0,0%,92%,0));
  background: -webkit-gradient(linear,left top,right top,from(hsla(0,0%,92%,0)),color-stop(#eaeaea),to(hsla(0,0%,92%,0)));
  background: linear-gradient(to right,hsla(0,0%,92%,0),#eaeaea,hsla(0,0%,92%,0));
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  bottom: -1px;
  left: 0;
}

.polaris.mysky .c-talkshield-settings-section.is-disabled {
  color: #9f9f9f;
}

.polaris.mysky .c-talkshield-settings-section.is-disabled .c-btn,
.polaris.mysky .c-talkshield-settings-section.is-disabled .c-link-external {
  pointer-events: none;
}

.polaris.mysky .c-talkshield-settings-section.is-disabled .c-link-external {
  opacity: .5;
}

.polaris.mysky .c-talkshield-settings-section .c-text-lead {
  margin-bottom: 5px;
}

@media (min-width:46.25em) {
  .polaris.mysky .c-talkshield-settings-section .c-text-lead {
    margin-bottom: 0;
  }
}

.polaris.mysky .c-talkshield-settings-section__text {
  vertical-align: middle;
  padding: 0 10px 0 0;
}

@media (min-width:46.25em) {
  .polaris.mysky .c-talkshield-settings-section__text {
    display: inline-block;
    width: calc(100% - 12.75em);
  }
}

.polaris.mysky .c-talkshield-settings-section__heading {
  margin-bottom: 5px;
}

@media (min-width:46.25em) {
  .polaris.mysky .c-talkshield-settings-section__heading {
    margin-bottom: 0;
  }
}

.polaris.mysky .c-talkshield-settings-section__cta {
  padding: 0;
  vertical-align: bottom;
}

@media (min-width:46.25em) {
  .polaris.mysky .c-talkshield-settings-section__cta {
    display: inline-block;
    text-align: right;
  }
}

.polaris.mysky .c-talkshield-settings-section__cta--top-align {
  vertical-align: top;
}

@media (min-width:46.25em) {
  .polaris.mysky .c-talkshield-settings-section--text .c-talkshield-settings-section__cta {
    width: 12.75em;
  }
}

.polaris.mysky .c-talkshield-settings-section--toggle.is-disabled .c-talkshield-settings-section__cta {
  opacity: .5;
}

@media (max-width:46.24em) {
  .polaris.mysky .c-talkshield-settings-section--toggle .c-talkshield-settings-section__text {
    width: 100%;
  }
}

@media (max-width:46.24em) {
  .polaris.mysky .c-talkshield-settings-section--toggle .c-talkshield-settings-section__heading {
    width: calc(100% - 68px);
  }
}

.polaris.mysky .c-talkshield-settings-section--toggle .c-talkshield-settings-section__cta {
  position: absolute;
  top: 0;
  right: 10px;
  display: inline-block;
}

@media (min-width:46.25em) {
  .polaris.mysky .c-talkshield-settings-section--toggle .c-talkshield-settings-section__cta {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.polaris.mysky .talkshield-template .c-divider--small {
  margin-bottom: 9px;
}

.polaris.mysky .c-number-list {
  padding-bottom: 20px;
  position: relative;
}

@media (min-width:46.25em) {
  .polaris.mysky .c-number-list {
    padding: 0 40px 0 0;
  }
}

.polaris.mysky .c-number-list .c-icon--talkshield {
  fill: #0073c5;
}

.polaris.mysky .c-number-list--incoming {
  margin: 0 auto;
  max-width: 30em;
  padding-right: 0;
}

.polaris.mysky .c-number-list__table {
  border-collapse: collapse;
  margin-bottom: 5px;
}

.polaris.mysky .c-number-list__body {
  border-bottom: 1px solid #eaeaea;
  border-top: 1px solid #eaeaea;
}

.polaris.mysky .c-number-list__row:last-child td {
  padding-bottom: 20px;
}

.polaris.mysky .c-number-list__cell {
  line-height: 1em;
  padding-bottom: 5px;
  padding-top: 5px;
  vertical-align: baseline;
}

.polaris.mysky .c-number-list__cell.has-mobile-text {
  position: relative;
}

.polaris.mysky .c-number-list__cell.has-mobile-text:after {
  color: #9f9f9f;
  content: attr(data-mobile-text);
  display: block;
  font-size: .8em;
  left: 0;
  position: absolute;
  top: 28px;
}

@media (min-width:40em) {
  .polaris.mysky .c-number-list__cell.has-mobile-text:after {
    display: none;
  }
}

.polaris.mysky .c-number-list__unknown-icon {
  display: inline-block;
  line-height: 34px;
  text-indent: .6em;
}

.polaris.mysky .c-number-list__pagination {
  margin: 0;
  padding: 0;
}

.polaris.mysky .c-number-list__pagination-item {
  display: inline-block;
  margin: 0 10px 0 0;
}

.polaris.mysky .c-number-list__pagination-button {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  outline: 0;
  padding: 0;
  fill: #4a4a4a;
}

.polaris.mysky .c-number-list__pagination-button--disabled {
  cursor: inherit;
  fill: #eaeaea;
}

.polaris.mysky .c-number-list__toggle {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
  vertical-align: middle;
}

.polaris.mysky .c-number-list__toggle--on {
  cursor: default;
  display: inline-block;
}

@media (max-width:46.24em) {
  .polaris.mysky .c-divider--talkshield-number-list:after,
  .polaris.mysky .c-divider--talkshield-number-list:before {
    display: none;
  }
}

.polaris.mysky .talk-shield-block-unknown-callers {
  margin-bottom: 20px;
}

.polaris.mysky .talk-shield-block-unknown-callers .c-talkshield-switch {
  vertical-align: middle;
}

.polaris.mysky .c-number-list__download {
  vertical-align: top;
  line-height: 32px;
}

@media (min-width:46.25em) {
  .polaris.mysky .c-talkshield-list__cta {
    padding: 0 20px;
  }
}

.polaris.mysky .c-form-list__item--talkshield-add-number {
  margin: 0 auto;
  max-width: 20em;
}

@media (min-width:46.25em) {
  .polaris.mysky .c-form-list__item--talkshield-add-number {
    width: 20em;
  }
}

@media (max-width:46.24em) {
  .polaris.mysky .call-history__add-number:after,
  .polaris.mysky .call-history__add-number:before {
    display: none;
  }
}

@media (min-width:46.25em) {
  .polaris.mysky .call-history__call-history {
    padding-right: 40px;
  }
}

@media (max-width:46.24em) {
  .polaris.mysky .call-history__empty-history-copy {
    display: none;
  }
}

@media (max-width:46.24em) {
  .polaris.mysky .c-talk-shield-stats__stat {
    display: block;
  }
}

@media (max-width:46.24em) {
  .polaris.mysky .c-talk-shield-stats__divider {
    display: none;
  }
}

@media (min-width:46.25em) {
  .polaris.mysky .u-talkshield-hide\@medium {
    display: none;
  }
}

.polaris.mysky .cardpairing-template .u-position-relative {
  position: relative;
}

.polaris.mysky .cardpairing-template .c-form-input:invalid,
.polaris.mysky .cardpairing-template .c-form-select__dropdown:invalid {
  border-color: silver;
}

.polaris.mysky .cardpairing-template .c-form-input:invalid:focus,
.polaris.mysky .cardpairing-template .c-form-select__dropdown:invalid:focus {
  border-color: #fff;
  -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
  box-shadow: 0 0 8px 0 rgba(0,0,0,.2);
}

.polaris.mysky .cardpairing-template .cp-viewing-card-input .c-form-select {
  margin-bottom: 5px;
}

.polaris.mysky .cardpairing-template .c-step__bullet-item p {
  margin-bottom: 0;
}

.polaris.mysky .cardpairing-template .c-panel__back {
  color: #0073c5;
  line-height: 1em;
  vertical-align: middle;
  background-color: transparent;
  border: 0;
  top: 25px;
}

.polaris.mysky .cardpairing-template .c-panel__back:hover {
  cursor: pointer;
}

.polaris.mysky .cardpairing-template .c-panel__back .c-icon {
  fill: #0073c5;
  vertical-align: top;
}

.polaris.mysky .cardpairing-template .c-spinner-overlay {
  margin: -20px;
}

.polaris.mysky .cardpairing-template .panel-content--card-pairing .c-spinner.c-spinner--fit-button {
  font-size: 30px;
}

.polaris.mysky .app-mysky-device-management .c-device-management-panel {
  position: relative;
  padding-top: 75px;
}

.polaris.mysky .app-mysky-device-management .c-device-management-devices {
  padding-bottom: 20px;
}

.polaris.mysky .app-mysky-device-management .app-mysky-app-view .c-device-management-devices {
  padding-bottom: 40px;
}

.polaris.mysky .app-mysky-device-management .c-device-management-error {
  padding-bottom: 60px;
}

.polaris.mysky .app-mysky-device-management .c-manage-taken-device-slot {
  border: 1px solid silver;
  border-radius: 4px;
  padding: 15px 15px 15px 80px;
  position: relative;
  margin-bottom: 10px;
  text-align: left;
  min-height: 100px;
}

@media (min-width:46.25em) {
  .polaris.mysky .app-mysky-device-management .c-manage-taken-device-slot {
    text-align: center;
    padding-left: 15px;
    margin-top: 25px;
    margin-bottom: 0;
    height: calc(100% - 25px);
  }
}

.polaris.mysky .app-mysky-device-management .c-manage-taken-device-slot p {
  margin-bottom: 0;
  font-size: 13px;
}

.polaris.mysky .app-mysky-device-management .c-manage-taken-device-slot__button-close {
  border: 0;
  padding: 0;
  background-color: transparent;
  font-size: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
  line-height: .7;
}

@media (min-width:46.25em) {
  .polaris.mysky .app-mysky-device-management .c-manage-taken-device-slot__button-close {
    top: 25px;
    right: 15px;
  }
}

.polaris.mysky .app-mysky-device-management .c-manage-taken-device-slot__button-close:hover {
  cursor: pointer;
}

.polaris.mysky .app-mysky-device-management .c-manage-taken-device-slot__name {
  font-size: 22px;
  margin-bottom: 15px;
}

@media (min-width:46.25em) {
  .polaris.mysky .app-mysky-device-management .c-manage-taken-device-slot__name {
    margin-top: 20px;
  }
}

.polaris.mysky .app-mysky-device-management .c-manage-taken-device-slot__name-button {
  border: 0;
  padding: 0;
  background-color: transparent;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.polaris.mysky .app-mysky-device-management .c-manage-taken-device-slot__name-button:hover {
  cursor: pointer;
}

.polaris.mysky .app-mysky-device-management .c-manage-taken-device-slot__device-icon-wrapper {
  background-color: #fff;
  border: 1px solid silver;
  border-radius: 50%;
  padding: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  width: 50px;
  height: 50px;
}

@media (min-width:46.25em) {
  .polaris.mysky .app-mysky-device-management .c-manage-taken-device-slot__device-icon-wrapper {
    top: -25px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1;
  }
}

.polaris.mysky .app-mysky-device-management .c-manage-taken-device-slot__button-icon {
  margin-left: 5px;
}

.polaris.mysky .app-mysky-device-management .c-manage-free-device-slot {
  border: 1px solid silver;
  border-radius: 4px;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  min-height: 100px;
  text-align: center;
}

@media (min-width:46.25em) {
  .polaris.mysky .app-mysky-device-management .c-manage-free-device-slot {
    margin-top: 25px;
    margin-bottom: 0;
  }
}

.polaris.mysky .app-mysky-device-management .c-manage-free-device-slot p:last-child {
  margin-bottom: 0;
}

.polaris.mysky .app-mysky-device-management .c-manage-free-device-slot__title {
  font-size: 18px;
  margin-bottom: 15px;
}

.polaris.mysky .app-mysky-device-management .c-manage-free-device-slot__text {
  font-size: 13px;
}

.polaris.mysky .app-mysky-device-management .c-parental-controls {
  background: #f1f7fc;
  text-align: left;
  position: relative;
  padding: 20px 0;
}

@media (min-width:46.25em) {
  .polaris.mysky .app-mysky-device-management .c-parental-controls {
    padding: 20px;
  }
}

.polaris.mysky .app-mysky-device-management .c-parental-controls:after,
.polaris.mysky .app-mysky-device-management .c-parental-controls:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: inherit;
}

.polaris.mysky .app-mysky-device-management .c-parental-controls:before {
  left: -100%;
}

.polaris.mysky .app-mysky-device-management .c-parental-controls:after {
  right: -100%;
}

.polaris.mysky .app-mysky-device-management .c-parental-controls .c-parental-controls__title {
  margin-bottom: 10px;
}

.polaris.mysky .app-mysky-device-management .c-parental-controls .c-parental-controls-description {
  max-width: 250px;
}

@media (min-width:46.25em) {
  .polaris.mysky .app-mysky-device-management .c-parental-controls .c-parental-controls-description {
    max-width: none;
  }

  .polaris.mysky .app-mysky-device-management .c-parental-controls .c-parental-controls-description span {
    font-size: 17px;
  }
}

.polaris.mysky .app-mysky-device-management .c-parental-controls .c-tooltip {
  padding-top: 3px;
}

.polaris.mysky .app-mysky-device-management .c-parental-controls .c-tooltip .c-tooltip__trigger:after {
  top: 90%;
}

@media (max-width:46.24em) {
  .polaris.mysky .app-mysky-device-management .c-parental-controls .c-tooltip .c-tooltip__content {
    left: -215px;
    top: 25px;
  }
}

@media (min-width:46.25em) {
  .polaris.mysky .app-mysky-device-management .c-parental-controls .c-tooltip .c-tooltip__trigger:after {
    left: 35px;
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .polaris.mysky .app-mysky-device-management .c-parental-controls .c-tooltip .c-tooltip__content {
    left: 40px;
    top: -65px;
  }
}

.polaris.mysky .app-mysky-device-management .c-parental-controls__ratings {
  text-align: center;
  display: table;
  margin: 0 auto;
  padding-top: 20px;
}

@media (max-width:61.24em) {
  .polaris.mysky .app-mysky-device-management .c-parental-controls__ratings div:nth-child(4n) {
    clear: left;
  }

  .polaris.mysky .app-mysky-device-management .c-parental-controls__ratings div:nth-child(4n+2) {
    margin-top: 10px;
  }
}

@media (min-width:46.25em) {
  .polaris.mysky .app-mysky-device-management .c-parental-controls__ratings {
    padding-top: 0;
  }
}

.polaris.mysky .app-mysky-device-management .c-device-rating {
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-right: 10px;
  width: 74px;
  height: 74px;
  border-radius: 100%;
  background-color: #eaeaea;
}

@media (max-width:61.24em) {
  .polaris.mysky .app-mysky-device-management .c-device-rating {
    margin-top: 10px;
  }
}

.polaris.mysky .app-mysky-device-management .c-device-rating:hover .c-device-rating--border {
  stroke: silver;
}

.polaris.mysky .app-mysky-device-management .c-device-rating svg {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.polaris.mysky .app-mysky-device-management .c-device-rating .c-device-rating-input {
  position: absolute;
  left: 2px;
  top: 2px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  color: #0073c5;
  cursor: pointer;
  font-size: 38px;
  font-weight: bolder;
  line-height: 70px;
}

.polaris.mysky .app-mysky-device-management .c-device-rating .c-device-rating-input.c-device-rating-input--selected {
  background-color: #0073c5;
  color: #fff;
}

.polaris.mysky .app-mysky-device-management .c-device-rating .c-device-rating-input.c-device-rating-input--loading {
  background-color: #fff;
  color: #7f7f7f;
}

.polaris.mysky .app-mysky-device-management .c-device-rating .c-device-rating-input input {
  position: fixed;
  opacity: 0;
}

.polaris.mysky .app-mysky-device-management .app-mysky-app-view .c-parental-controls {
  display: none;
}

.polaris.mysky .app-mysky-device-management .c-device-management-pin .c-device-management-pin__back {
  position: absolute;
  top: 20px;
  left: 0;
}

.polaris.mysky .app-mysky-device-management .c-device-management-pin-form {
  max-width: 22em;
}

.polaris.mysky .app-mysky-device-management .c-device-management-pin-form input::-webkit-inner-spin-button,
.polaris.mysky .app-mysky-device-management .c-device-management-pin-form input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.polaris.mysky .app-mysky-device-management .c-device-management-pin-form input[type=number] {
  -moz-appearance: textfield;
}

.polaris.mysky .app-mysky-device-management .c-device-management-pin-form .c-device-management-pin-form__error {
  color: red;
}

.polaris.mysky .app-mysky-device-management .c-device-management-pin-form .c-device-management-pin-form__submit svg {
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

.polaris.mysky .app-mysky-device-management .c-device-management-pin-form .c-device-management-pin-form__submit--success {
  background: #1cb334;
  border-color: #1cb334;
  color: #fff;
}

.polaris.mysky .app-mysky-device-management .c-device-management-pin-form .c-form-input {
  text-align: center;
  font-size: 1.9rem;
  height: 1.3em;
}

.polaris.mysky .panel.package-template .panel-wrapper,
.polaris.mysky .panel.package_new-template .panel-wrapper {
  overflow: hidden;
}

.polaris.mysky .panel.package-template a.panel-close.close.has-focus,
.polaris.mysky .panel.package-template a.tab.has-focus,
.polaris.mysky .panel.package_new-template a.panel-close.close.has-focus,
.polaris.mysky .panel.package_new-template a.tab.has-focus {
  border-bottom: 2px solid #222;
  margin-bottom: -1px;
}

.polaris.mysky .panel.package-template .panel-text,
.polaris.mysky .panel.package-template .panel-title,
.polaris.mysky .panel.package_new-template .panel-text,
.polaris.mysky .panel.package_new-template .panel-title {
  color: #4a4a4a;
}

@media (min-width:46.25em) {
  .polaris.mysky .panel.package-template .panel-text,
  .polaris.mysky .panel.package_new-template .panel-text {
    max-width: 90%;
  }
}

@media (min-width:46.25em) {
  .polaris.mysky .panel.package-template .tabs,
  .polaris.mysky .panel.package_new-template .tabs {
    white-space: normal;
  }
}

.polaris.mysky .panel.package-template .panel-image,
.polaris.mysky .panel.package_new-template .panel-image {
  width: 100%;
}

.polaris.mysky .panel.package-template .c-btn+.panel-downgrade-link,
.polaris.mysky .panel.package_new-template .c-btn+.panel-downgrade-link {
  margin-left: 20px;
}

@media (max-width:46.24em) {
  .polaris.mysky .panel.package-template .panel-downgrade-link,
  .polaris.mysky .panel.package_new-template .panel-downgrade-link {
    display: block;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.polaris.mysky .c-panel__overlay {
  width: 100%;
  position: absolute;
  z-index: 100;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -o-transition: transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease,-webkit-transform .5s ease;
  visibility: hidden;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.polaris.mysky .c-panel__overlay.is-visible {
  visibility: visible;
}

.polaris.mysky .c-panel__overlay.full-width-overlay {
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@-webkit-keyframes slide-in {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slide-in {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.polaris.mysky .c-panel__overlay .overlay-header {
  line-height: 60px;
  position: absolute;
  top: 6px;
  right: 0;
  left: 0;
  background: #fff;
}

.polaris.mysky .c-panel__overlay .overlay-header .overlay-navigation {
  position: absolute;
  right: 40px;
}

.polaris.mysky .c-panel__overlay .overlay-header .overlay-navigation .overlay-navigation-position {
  vertical-align: middle;
}

.polaris.mysky .c-panel__overlay .overlay-header .overlay-navigation .overlay-next {
  text-decoration: none;
}

.polaris.mysky .c-panel__overlay .overlay-header .overlay-navigation .overlay-next .overlay-next-label {
  vertical-align: middle;
}

.polaris.mysky .c-panel__overlay .overlay-content {
  color: #fff;
  padding: 40px 10px;
}

@media (min-width:46.25em) {
  .polaris.mysky .c-panel__overlay .overlay-content {
    padding: 40px;
  }
}

.polaris.mysky .c-panel__overlay .overlay-content .logo-image {
  width: 65%;
  margin-bottom: 20px;
}

.polaris.mysky .c-panel__overlay .overlay-content .logo-image img {
  width: 100%;
}

@media screen and (min-width:0\0) {
  .polaris.mysky .c-panel__overlay .overlay-content .content-inner-image {
    max-height: 55px;
    width: auto;
  }
}

.polaris.mysky .c-panel__overlay .c-panel__overlay-content {
  width: 100%;
  position: absolute;
  top: 66px;
  left: 0;
  right: 0;
  bottom: 20px;
}

@media (min-width:46.25em) {
  .polaris.mysky .c-panel__overlay .c-panel__overlay-content {
    padding: 0 20px;
  }
}

.polaris.mysky .c-panel__overlay .c-panel__overlay-content.slide-in {
  -webkit-animation: slide-in .5s ease;
  animation: slide-in .5s ease;
  z-index: 10;
}

.polaris.mysky .c-panel__overlay .c-panel__overlay-image {
  width: 100%;
  height: auto;
  background-size: cover;
}

.polaris.mysky .c-panel__overlay .c-panel__overlay-image.overlay-content-item {
  background-color: #fff;
}

.polaris.mysky .c-panel__overlay .c-panel__overlay-image.overlay-content-item .overlay-content {
  color: #000;
}

.polaris.mysky .c-panel__overlay .c-panel__overlay-image.overlay-content-item.overlay-content-item-14497 {
  background-color: #101152;
}

.polaris.mysky .c-panel__overlay .c-panel__overlay-image.overlay-content-item.overlay-content-item-14497 .overlay-content {
  color: #fff;
}

.polaris.mysky .c-panel__overlay .c-panel__overlay-image.overlay-content-item.overlay-content-item-14501 {
  background-color: #063e71;
}

.polaris.mysky .c-panel__overlay .c-panel__overlay-image.overlay-content-item.overlay-content-item-14501 .overlay-content {
  color: #fff;
}

.polaris.mysky .c-panel__overlay .c-panel__overlay-image.overlay-content-item.overlay-content-item-14499 {
  background-color: #070101;
}

.polaris.mysky .c-panel__overlay .c-panel__overlay-image.overlay-content-item.overlay-content-item-14499 .overlay-content {
  color: #fff;
}

.polaris.mysky .c-panel__overlay .c-panel__overlay-image.overlay-content-item.overlay-content-item-14498 {
  background-color: #a20506;
}

.polaris.mysky .c-panel__overlay .c-panel__overlay-image.overlay-content-item.overlay-content-item-14498 .overlay-content {
  color: #fff;
}

.polaris.mysky .c-panel__overlay .c-panel__overlay-image.overlay-content-item.overlay-content-item-14502 {
  background-color: #d4d4d4;
}

.polaris.mysky .c-panel__overlay .c-panel__overlay-image.overlay-content-item.overlay-content-item-14502 .overlay-content {
  color: #000;
}

.polaris.mysky .c-panel__overlay .c-panel__overlay-image.overlay-content-item.overlay-content-item-14500 {
  background-color: #004a2e;
}

.polaris.mysky .c-panel__overlay .c-panel__overlay-image.overlay-content-item.overlay-content-item-14500 .overlay-content {
  color: #fff;
}

.polaris.mysky .c-panel__overlay .c-panel__overlay-image.error {
  background-color: #fff;
}

.polaris.mysky .c-panel__overlay .c-panel__overlay-image.error .overlay-content {
  color: #000;
}

@media (min-width:61.25em) {
  .polaris.mysky .c-panel__overlay .c-panel__overlay-image {
    background-image: inherit;
  }
}

@media (min-width:81.25em) {
  .polaris.mysky .c-panel__overlay .c-panel__overlay-image {
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 100%;
    background-position-y: top;
  }
}

.polaris.mysky .overlay-animating-in .c-panel__overlay {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.polaris.mysky .small-print {
  color: #f15a22;
  font-size: .7rem;
  display: block;
  padding-top: 4px;
}

.polaris.mysky .packages-tabs.panel-content {
  padding-top: 60px;
}

.polaris.mysky .packages-tabs.panel-content.is-hidden {
  visibility: hidden;
}

.polaris.mysky .packages-tabs.panel-content.is-touch .c-tabs__link:not(.is-active):hover:after {
  display: none;
}

@media (min-width:26.25em) {
  .polaris.mysky .small-print {
    position: absolute;
  }

  .polaris.mysky .channel-logo-container {
    max-height: 30px;
  }
}

@media (min-width:61.25em) {
  .polaris.mysky .packages-buttons .wrapped-button {
    margin-left: 40px;
    display: inline-block;
  }
}

.polaris.mysky .c-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  background-color: #fff;
  z-index: 50;
}

.polaris.mysky .c-overlay__footer,
.polaris.mysky .c-overlay__header {
  -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
  position: absolute;
  width: 100%;
  background-color: #fff;
}

.polaris.mysky .c-overlay__header {
  top: 0;
  height: 60px;
  padding: 0 10px;
  text-align: right;
  z-index: 20;
}

@media (min-width:46.25em) {
  .polaris.mysky .c-overlay__header {
    height: 80px;
    padding: 0 20px;
  }
}

.polaris.mysky .c-overlay__footer {
  bottom: 0;
  padding: 10px;
  text-align: center;
}

.polaris.mysky .c-overlay__content {
  padding-top: 60px;
  height: 100%;
  overflow-y: scroll;
  position: relative;
  z-index: 10;
  -webkit-overflow-scrolling: touch;
}

@media (min-width:46.25em) {
  .polaris.mysky .c-overlay__content {
    padding-top: 80px;
  }
}

.polaris.mysky .c-overlay__close-icon {
  margin-left: 10px;
  vertical-align: middle;
}

.polaris.mysky .c-overlay__close-label {
  vertical-align: middle;
  color: #4a4a4a;
}

@media (max-width:26.24em) {
  .polaris.mysky .c-overlay__close-label {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    white-space: nowrap!important;
  }
}

.polaris.mysky .c-overlay--close-left .c-overlay__header {
  text-align: left;
}

.polaris.mysky .c-overlay--close-left .c-overlay__close-icon {
  margin-left: 0;
  margin-right: 10px;
}

.polaris.mysky .u-read-more {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width:46.25em) {
  .polaris.mysky .u-read-more {
    overflow: unset;
    -o-text-overflow: unset;
    text-overflow: unset;
    display: unset;
  }
}

.polaris.mysky .c-product-card {
  border-bottom: 0;
}

.polaris.mysky .c-product-card:focus,
.polaris.mysky .c-product-card:hover {
  text-decoration: none!important;
}

.polaris.mysky .c-product-card:focus .c-product-card__title,
.polaris.mysky .c-product-card:hover .c-product-card__title {
  text-decoration: underline;
}

.polaris.mysky .c-product-card__content {
  padding: 10px;
}

@media (min-width:46.25em) {
  .polaris.mysky .c-product-card__content {
    padding: 20px 20px 40px;
    min-height: 150px;
  }
}

.polaris.mysky .c-product-card__title {
  color: #0073c5;
  margin-bottom: 0;
}

@media (min-width:46.25em) {
  .polaris.mysky .c-product-card__title {
    margin-bottom: 5px;
  }
}

.polaris.mysky .c-product-card__static {
  margin-bottom: 0;
}

@media (min-width:46.25em) {
  .polaris.mysky .c-product-card__static {
    margin-bottom: 5px;
  }
}

.polaris.mysky .c-product-card__description {
  color: #4a4a4a;
  margin-bottom: 0;
}

.polaris.mysky .c-product-card__image.o-layout__item {
  padding-left: 0;
}

.polaris.mysky .c-product-card__image .c-product-card__image__responsive_image {
  width: 100%;
}

.polaris.mysky .c-product-card__border {
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 5px;
}

@media (min-width:46.25em) {
  .polaris.mysky .c-product-card__border {
    height: 5px;
    left: 0;
    top: auto;
    width: 100%;
  }
}

.polaris.mysky .c-product-card__border--color-packages-sports {
  background-color: #000842;
  background-image: -webkit-linear-gradient(top,#0e2a69 0,#000842 100%);
  background-image: -o-linear-gradient(top,#0e2a69 0,#000842 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#0e2a69),to(#000842));
  background-image: linear-gradient(to bottom,#0e2a69 0,#000842 100%);
}

@media (min-width:46.25em) {
  .polaris.mysky .c-product-card__border--color-packages-sports {
    background-color: #000842;
    background-image: -webkit-linear-gradient(left,#0e2a69 0,#000842 100%);
    background-image: -o-linear-gradient(left,#0e2a69 0,#000842 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(#0e2a69),to(#000842));
    background-image: linear-gradient(to right,#0e2a69 0,#000842 100%);
  }
}

.polaris.mysky .c-product-card__border--color-packages-box-sets {
  background-color: #3a1543;
  background-image: -webkit-linear-gradient(top,#e1000f 0,#3a1543 100%);
  background-image: -o-linear-gradient(top,#e1000f 0,#3a1543 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#e1000f),to(#3a1543));
  background-image: linear-gradient(to bottom,#e1000f 0,#3a1543 100%);
}

@media (min-width:46.25em) {
  .polaris.mysky .c-product-card__border--color-packages-box-sets {
    background-color: #3a1543;
    background-image: -webkit-linear-gradient(left,#e1000f 0,#3a1543 100%);
    background-image: -o-linear-gradient(left,#e1000f 0,#3a1543 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(#e1000f),to(#3a1543));
    background-image: linear-gradient(to right,#e1000f 0,#3a1543 100%);
  }
}

.polaris.mysky .c-product-card__border--color-packages-entertainment {
  background-color: #0266ac;
  background-image: -webkit-linear-gradient(top,#0082de 0,#0266ac 100%);
  background-image: -o-linear-gradient(top,#0082de 0,#0266ac 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#0082de),to(#0266ac));
  background-image: linear-gradient(to bottom,#0082de 0,#0266ac 100%);
}

@media (min-width:46.25em) {
  .polaris.mysky .c-product-card__border--color-packages-entertainment {
    background-color: #0266ac;
    background-image: -webkit-linear-gradient(left,#0082de 0,#0266ac 100%);
    background-image: -o-linear-gradient(left,#0082de 0,#0266ac 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(#0082de),to(#0266ac));
    background-image: linear-gradient(to right,#0082de 0,#0266ac 100%);
  }
}

.polaris.mysky .c-product-card__border--color-packages-hd {
  background-color: #000;
  background-image: -webkit-linear-gradient(top,#565656 0,#000 100%);
  background-image: -o-linear-gradient(top,#565656 0,#000 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#565656),to(#000));
  background-image: linear-gradient(to bottom,#565656 0,#000 100%);
}

@media (min-width:46.25em) {
  .polaris.mysky .c-product-card__border--color-packages-hd {
    background-color: #000;
    background-image: -webkit-linear-gradient(left,#565656 0,#000 100%);
    background-image: -o-linear-gradient(left,#565656 0,#000 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(#565656),to(#000));
    background-image: linear-gradient(to right,#565656 0,#000 100%);
  }
}

.polaris.mysky .c-product-card__border--color-packages-multiscreen {
  background-color: #ef4a29;
  background-image: -webkit-linear-gradient(top,#f48f30 0,#ef4a29 100%);
  background-image: -o-linear-gradient(top,#f48f30 0,#ef4a29 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f48f30),to(#ef4a29));
  background-image: linear-gradient(to bottom,#f48f30 0,#ef4a29 100%);
}

@media (min-width:46.25em) {
  .polaris.mysky .c-product-card__border--color-packages-multiscreen {
    background-color: #ef4a29;
    background-image: -webkit-linear-gradient(left,#f48f30 0,#ef4a29 100%);
    background-image: -o-linear-gradient(left,#f48f30 0,#ef4a29 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(#f48f30),to(#ef4a29));
    background-image: linear-gradient(to right,#f48f30 0,#ef4a29 100%);
  }
}

.polaris.mysky .c-product-card__border--color-packages-cinema {
  background-color: #8c0000;
  background-image: -webkit-linear-gradient(top,#c73347 0,#8c0000 100%);
  background-image: -o-linear-gradient(top,#c73347 0,#8c0000 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#c73347),to(#8c0000));
  background-image: linear-gradient(to bottom,#c73347 0,#8c0000 100%);
}

@media (min-width:46.25em) {
  .polaris.mysky .c-product-card__border--color-packages-cinema {
    background-color: #8c0000;
    background-image: -webkit-linear-gradient(left,#c73347 0,#8c0000 100%);
    background-image: -o-linear-gradient(left,#c73347 0,#8c0000 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(#c73347),to(#8c0000));
    background-image: linear-gradient(to right,#c73347 0,#8c0000 100%);
  }
}

.polaris.mysky .c-product-card__border--color-packages-kids {
  background-color: #0c5825;
  background-image: -webkit-linear-gradient(top,#76b33f 0,#0c5825 100%);
  background-image: -o-linear-gradient(top,#76b33f 0,#0c5825 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#76b33f),to(#0c5825));
  background-image: linear-gradient(to bottom,#76b33f 0,#0c5825 100%);
}

@media (min-width:46.25em) {
  .polaris.mysky .c-product-card__border--color-packages-kids {
    background-color: #0c5825;
    background-image: -webkit-linear-gradient(left,#76b33f 0,#0c5825 100%);
    background-image: -o-linear-gradient(left,#76b33f 0,#0c5825 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(#76b33f),to(#0c5825));
    background-image: linear-gradient(to right,#76b33f 0,#0c5825 100%);
  }
}

.polaris.mysky .c-product-card__border--color-packages-liverpool-tv {
  background-color: #dc0714;
  background-image: -webkit-linear-gradient(top,#dc0714 0,#dc0714 100%);
  background-image: -o-linear-gradient(top,#dc0714 0,#dc0714 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#dc0714),to(#dc0714));
  background-image: linear-gradient(to bottom,#dc0714 0,#dc0714 100%);
}

@media (min-width:46.25em) {
  .polaris.mysky .c-product-card__border--color-packages-liverpool-tv {
    background-color: #dc0714;
    background-image: -webkit-linear-gradient(left,#dc0714 0,#dc0714 100%);
    background-image: -o-linear-gradient(left,#dc0714 0,#dc0714 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(#dc0714),to(#dc0714));
    background-image: linear-gradient(to right,#dc0714 0,#dc0714 100%);
  }
}

.polaris.mysky .c-product-card__border--color-packages-mutv {
  background-color: #f01e23;
  background-image: -webkit-linear-gradient(top,#f01e23 0,#f01e23 100%);
  background-image: -o-linear-gradient(top,#f01e23 0,#f01e23 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f01e23),to(#f01e23));
  background-image: linear-gradient(to bottom,#f01e23 0,#f01e23 100%);
}

@media (min-width:46.25em) {
  .polaris.mysky .c-product-card__border--color-packages-mutv {
    background-color: #f01e23;
    background-image: -webkit-linear-gradient(left,#f01e23 0,#f01e23 100%);
    background-image: -o-linear-gradient(left,#f01e23 0,#f01e23 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(#f01e23),to(#f01e23));
    background-image: linear-gradient(to right,#f01e23 0,#f01e23 100%);
  }
}

.polaris.mysky .c-product-card__border--color-packages-chelsea-tv {
  background-color: #024593;
  background-image: -webkit-linear-gradient(top,#024593 0,#024593 100%);
  background-image: -o-linear-gradient(top,#024593 0,#024593 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#024593),to(#024593));
  background-image: linear-gradient(to bottom,#024593 0,#024593 100%);
}

@media (min-width:46.25em) {
  .polaris.mysky .c-product-card__border--color-packages-chelsea-tv {
    background-color: #024593;
    background-image: -webkit-linear-gradient(left,#024593 0,#024593 100%);
    background-image: -o-linear-gradient(left,#024593 0,#024593 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(#024593),to(#024593));
    background-image: linear-gradient(to right,#024593 0,#024593 100%);
  }
}

.polaris.mysky .c-product-card__border--color-packages-sky-go-extra {
  background-color: #3296e8;
  background-image: -webkit-linear-gradient(top,#0064d8 0,#3296e8 100%);
  background-image: -o-linear-gradient(top,#0064d8 0,#3296e8 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#0064d8),to(#3296e8));
  background-image: linear-gradient(to bottom,#0064d8 0,#3296e8 100%);
}

@media (min-width:46.25em) {
  .polaris.mysky .c-product-card__border--color-packages-sky-go-extra {
    background-color: #3296e8;
    background-image: -webkit-linear-gradient(left,#0064d8 0,#3296e8 100%);
    background-image: -o-linear-gradient(left,#0064d8 0,#3296e8 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(#0064d8),to(#3296e8));
    background-image: linear-gradient(to right,#0064d8 0,#3296e8 100%);
  }
}

.polaris.mysky .c-product-card__border--color-packages-sky-3d {
  background-color: #342f83;
  background-image: -webkit-linear-gradient(top,#ee252a 0,#e83e90 50%,#342f83 100%);
  background-image: -o-linear-gradient(top,#ee252a 0,#e83e90 50%,#342f83 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#ee252a),color-stop(50%,#e83e90),to(#342f83));
  background-image: linear-gradient(to bottom,#ee252a 0,#e83e90 50%,#342f83 100%);
}

@media (min-width:46.25em) {
  .polaris.mysky .c-product-card__border--color-packages-sky-3d {
    background-color: #342f83;
    background-image: -webkit-linear-gradient(left,#ee252a 0,#e83e90 50%,#342f83 100%);
    background-image: -o-linear-gradient(left,#ee252a 0,#e83e90 50%,#342f83 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(#ee252a),color-stop(50%,#e83e90),to(#342f83));
    background-image: linear-gradient(to right,#ee252a 0,#e83e90 50%,#342f83 100%);
  }
}

.polaris.mysky .c-package-overlay .c-product-detail {
  text-align: center;
  background-color: #fff;
}

.polaris.mysky .c-package-overlay .c-overlay__content {
  padding-bottom: 60px;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (min-width:46.25em) {
  .polaris.mysky .c-package-overlay .c-overlay__content {
    padding-bottom: 80px;
  }
}

.polaris.mysky .c-package-overlay .c-product-detail__title:focus {
  outline: none;
}

.polaris.mysky .c-package-overlay .sky-overlay-logo {
  width: 70px;
  height: auto;
  position: absolute;
  left: 50%;
  margin-left: -35px;
  top: -5px;
}

.polaris.mysky .c-package-overlay .manage-button-container {
  padding-bottom: 20px;
}

.polaris.mysky .c-package-overlay .c-btn--manage {
  padding: 0 100px;
}

.polaris.mysky .c-package-overlay .c-overlay__image {
  width: 100%;
}

.polaris.mysky .c-package-overlay .c-product-detail--packages-sports {
  color: #fff;
  background-color: #000842;
  background-image: -webkit-linear-gradient(left,#0e2a69 0,#000842 100%);
  background-image: -o-linear-gradient(left,#0e2a69 0,#000842 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(#0e2a69),to(#000842));
  background-image: linear-gradient(to right,#0e2a69 0,#000842 100%);
}

.polaris.mysky .c-package-overlay .c-product-detail--packages-box-sets {
  color: #fff;
  background-color: #3a1543;
  background-image: -webkit-linear-gradient(left,#e1000f 0,#3a1543 100%);
  background-image: -o-linear-gradient(left,#e1000f 0,#3a1543 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(#e1000f),to(#3a1543));
  background-image: linear-gradient(to right,#e1000f 0,#3a1543 100%);
}

.polaris.mysky .c-package-overlay .c-product-detail--packages-entertainment {
  color: #fff;
  background-color: #0266ac;
  background-image: -webkit-linear-gradient(left,#0082de 0,#0266ac 100%);
  background-image: -o-linear-gradient(left,#0082de 0,#0266ac 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(#0082de),to(#0266ac));
  background-image: linear-gradient(to right,#0082de 0,#0266ac 100%);
}

.polaris.mysky .c-package-overlay .c-product-detail--packages-hd {
  color: #fff;
  background-color: #000;
  background-image: -webkit-linear-gradient(left,#565656 0,#000 100%);
  background-image: -o-linear-gradient(left,#565656 0,#000 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(#565656),to(#000));
  background-image: linear-gradient(to right,#565656 0,#000 100%);
}

.polaris.mysky .c-package-overlay .c-product-detail--packages-multiscreen {
  color: #fff;
  background-color: #ef4a29;
  background-image: -webkit-linear-gradient(left,#f48f30 0,#ef4a29 100%);
  background-image: -o-linear-gradient(left,#f48f30 0,#ef4a29 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(#f48f30),to(#ef4a29));
  background-image: linear-gradient(to right,#f48f30 0,#ef4a29 100%);
}

.polaris.mysky .c-package-overlay .c-product-detail--packages-cinema {
  color: #fff;
  background-color: #8c0000;
  background-image: -webkit-linear-gradient(left,#c73347 0,#8c0000 100%);
  background-image: -o-linear-gradient(left,#c73347 0,#8c0000 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(#c73347),to(#8c0000));
  background-image: linear-gradient(to right,#c73347 0,#8c0000 100%);
}

.polaris.mysky .c-package-overlay .c-product-detail--packages-kids {
  color: #fff;
  background-color: #0c5825;
  background-image: -webkit-linear-gradient(left,#76b33f 0,#0c5825 100%);
  background-image: -o-linear-gradient(left,#76b33f 0,#0c5825 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(#76b33f),to(#0c5825));
  background-image: linear-gradient(to right,#76b33f 0,#0c5825 100%);
}

.polaris.mysky .c-package-overlay .c-product-detail--packages-liverpool-tv {
  color: #fff;
  background-color: #dc0714;
  background-image: -webkit-linear-gradient(left,#dc0714 0,#dc0714 100%);
  background-image: -o-linear-gradient(left,#dc0714 0,#dc0714 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(#dc0714),to(#dc0714));
  background-image: linear-gradient(to right,#dc0714 0,#dc0714 100%);
}

.polaris.mysky .c-package-overlay .c-product-detail--packages-mutv {
  color: #fff;
  background-color: #f01e23;
  background-image: -webkit-linear-gradient(left,#f01e23 0,#f01e23 100%);
  background-image: -o-linear-gradient(left,#f01e23 0,#f01e23 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(#f01e23),to(#f01e23));
  background-image: linear-gradient(to right,#f01e23 0,#f01e23 100%);
}

.polaris.mysky .c-package-overlay .c-product-detail--packages-chelsea-tv {
  color: #fff;
  background-color: #024593;
  background-image: -webkit-linear-gradient(left,#024593 0,#024593 100%);
  background-image: -o-linear-gradient(left,#024593 0,#024593 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(#024593),to(#024593));
  background-image: linear-gradient(to right,#024593 0,#024593 100%);
}

.polaris.mysky .c-package-overlay .c-product-detail--packages-sky-go-extra {
  color: #fff;
  background-color: #3296e8;
  background-image: -webkit-linear-gradient(left,#0064d8 0,#3296e8 100%);
  background-image: -o-linear-gradient(left,#0064d8 0,#3296e8 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(#0064d8),to(#3296e8));
  background-image: linear-gradient(to right,#0064d8 0,#3296e8 100%);
}

.polaris.mysky .c-package-overlay .c-product-detail--packages-sky-3d {
  color: #fff;
  background-color: #342f83;
  background-image: -webkit-linear-gradient(left,#ee252a 0,#e83e90 50%,#342f83 100%);
  background-image: -o-linear-gradient(left,#ee252a 0,#e83e90 50%,#342f83 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(#ee252a),color-stop(50%,#e83e90),to(#342f83));
  background-image: linear-gradient(to right,#ee252a 0,#e83e90 50%,#342f83 100%);
}

.polaris.mysky .c-your-package .c-divider:after,
.polaris.mysky .c-your-package .c-divider:before {
  display: none;
}

.polaris.mysky .c-your-package__side-by-side {
  display: block;
}

.polaris.mysky .c-your-package__side-by-side .c-your-package-carousel:last-child .c-divider:after,
.polaris.mysky .c-your-package__side-by-side .c-your-package-carousel:last-child .c-divider:before {
  display: none;
}

@media (min-width:65em) {
  .polaris.mysky .c-your-package__side-by-side--3 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .polaris.mysky .c-your-package__side-by-side--3 .c-divider:after,
  .polaris.mysky .c-your-package__side-by-side--3 .c-divider:before {
    display: block;
  }

  .polaris.mysky .c-your-package__side-by-side--3 .c-divider {
    padding-right: 10px;
  }

  .polaris.mysky .c-your-package__side-by-side--3 .c-your-package-carousel:last-child {
    margin-left: 30px;
  }
}

@media (min-width:46.25em) {
  .polaris.mysky .c-your-package__side-by-side--2 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }

  .polaris.mysky .c-your-package__side-by-side--2 .c-divider:after,
  .polaris.mysky .c-your-package__side-by-side--2 .c-divider:before {
    display: block;
  }

  .polaris.mysky .c-your-package__side-by-side--2 .c-divider {
    padding-right: 10px;
  }

  .polaris.mysky .c-your-package__side-by-side--2 .c-your-package-carousel:last-child {
    margin-left: 30px;
  }
}

.polaris.mysky .c-your-package__side-by-side__container {
  text-align: center;
}

.polaris.mysky .c-your-package__side-by-side__container .c-product-card__content,
.polaris.mysky .c-your-package__side-by-side__container .c-your-package__section-title {
  text-align: left;
}

.polaris.mysky .c-manage-carousel {
  position: relative;
}

.polaris.mysky .c-manage-carousel .c-icon {
  fill: #4a4a4a;
}

.polaris.mysky .c-manage-carousel.has-overflow {
  text-align: left;
}

.polaris.mysky .has-overflow .c-manage-carousel__mask {
  overflow: hidden;
}

.polaris.mysky .c-manage-carousel__scroller {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  max-width: 100%;
}

.polaris.mysky .has-overflow .c-manage-carousel__scroller {
  margin: -40px 0;
  overflow-y: hidden;
  padding: 40px 0;
  -webkit-overflow-scrolling: touch;
}

@media (max-width:46.24em) {
  .polaris.mysky .has-overflow .c-manage-carousel__scroller {
    margin: 0;
    padding: 0 0 20px;
  }
}

.polaris.mysky .c-manage-carousel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
  white-space: normal;
}

.polaris.mysky .c-manage-carousel__item:last-child {
  padding: 0 0 0 10px;
}

.polaris.mysky .c-manage-carousel__item:first-child {
  padding: 0 10px 0 0;
}

.polaris.mysky .c-manage-carousel__nav-button--next,
.polaris.mysky .c-manage-carousel__nav-button--prev {
  padding: 5px;
  border: none;
  bottom: 0;
  display: block;
  outline: none;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  white-space: nowrap;
  width: 40px;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

.polaris.mysky .c-manage-carousel__nav-button--next .c-mobile-chevron,
.polaris.mysky .c-manage-carousel__nav-button--prev .c-mobile-chevron {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.polaris.mysky .c-manage-carousel__nav-button--next:after,
.polaris.mysky .c-manage-carousel__nav-button--prev:after {
  pointer-events: none;
}

.polaris.mysky .c-manage-carousel__nav-button--prev {
  background: transparent;
  right: 100%;
}

.polaris.mysky .c-manage-carousel__nav-button--prev .c-mobile-chevron {
  left: 0;
}

.polaris.mysky .has-prev .c-manage-carousel__nav-button--prev {
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
}

.polaris.mysky .c-manage-carousel__nav-button--next {
  background: transparent;
  left: 100%;
}

.polaris.mysky .c-manage-carousel__nav-button--next .c-mobile-chevron {
  right: 0;
}

@media (max-width:46.24em) {
  .polaris.mysky .c-manage-carousel--desktop-only .c-manage-carousel__nav-button--next,
  .polaris.mysky .c-manage-carousel--desktop-only .c-manage-carousel__nav-button--prev {
    display: none;
  }

  .polaris.mysky .c-manage-carousel--desktop-only .c-manage-carousel__item,
  .polaris.mysky .c-manage-carousel--desktop-only .c-manage-carousel__scroller {
    display: block;
  }

  .polaris.mysky .c-manage-carousel--desktop-only .c-manage-carousel__mask,
  .polaris.mysky .c-manage-carousel--desktop-only .c-manage-carousel__scroller {
    overflow: visible;
    overflow-y: visible;
  }

  .polaris.mysky .c-manage-carousel--desktop-only .c-manage-carousel__item {
    max-width: 100%!important;
    min-width: 0!important;
    padding: 0;
    width: 100%!important;
  }
}

@media (min-width:46.25em) {
  .polaris.mysky .c-manage-carousel--mobile-only .c-manage-carousel__nav-button--next,
  .polaris.mysky .c-manage-carousel--mobile-only .c-manage-carousel__nav-button--prev {
    display: none;
  }

  .polaris.mysky .c-manage-carousel--mobile-only .c-manage-carousel__item,
  .polaris.mysky .c-manage-carousel--mobile-only .c-manage-carousel__scroller {
    display: block;
  }
}

.polaris.mysky .has-next .c-manage-carousel__nav-button--next {
  cursor: pointer;
  opacity: 1;
  pointer-events: auto;
}

.polaris.mysky .c-tile--packages-upsell .c-tile__innards {
  background: #fff;
  height: 100%;
}

.polaris.mysky .c-tile--packages-upsell .c-tile__shine--top {
  top: -20px;
}

.polaris.mysky .c-tile--packages-upsell .c-tile__shine--bottom {
  bottom: -20px;
}

@media (min-width:46.25em) {
  .polaris.mysky .c-tile--packages-upsell {
    margin: 5px;
  }
}

@media (max-width:26.24em) {
  .polaris.mysky .c-tile--packages-upsell .c-tile__innards,
  .polaris.mysky .c-tile--packages-upsell .c-tile__innards .o-flag__body {
    display: block;
  }

  .polaris.mysky .c-tile--packages-upsell .c-tile__innards .o-flag__img {
    display: block;
    width: 100%;
  }

  .polaris.mysky .c-tile--packages-upsell .c-tile__innards .o-flag__img .c-tile__image {
    display: inline-block;
    width: 100%;
    max-width: none;
  }
}

.polaris.mysky .c-tile--packages-upsell .c-tile__image {
  min-width: 135px;
  width: 30%;
}

@media (max-width:61.24em) {
  .polaris.mysky .c-tile--packages-upsell .c-tile__image {
    width: 15%;
  }
}

@media (min-width:46.25em) {
  .polaris.mysky .c-tile--packages-upsell .c-tile__body {
    padding-top: 0;
    padding-bottom: 0;
  }

  .polaris.mysky .c-tile--packages-upsell .c-tile__product-description {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
}

@media (min-width:61.25em) {
  .polaris.mysky .c-upsell-section {
    max-height: 0;
    -webkit-transition: max-height .6s ease,overflow 0s .6s;
    -o-transition: max-height .6s ease,overflow 0s .6s;
    transition: max-height .6s ease,overflow 0s .6s;
    overflow: hidden;
  }

  .polaris.mysky .c-upsell-section.in-view {
    max-height: 300px;
    overflow: visible;
  }
}

.polaris.mysky .is-hidden {
  visibility: hidden;
}

.mysky-header-redesign-tabs {
  margin-top: -66px;
}

.mysky-header-redesign-tabs ::-webkit-scrollbar {
  height: 5px;
  background: rgba(0,0,0,.2);
}

.mysky-header-redesign-tabs ::-webkit-scrollbar-thumb {
  background: #fff;
}

.mysky-header-redesign-tabs>.c-tabs__content {
  overflow: visible;
}

.mysky-header-redesign-tabs>.c-tabs__content .c-tabs__body {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.mysky-header-redesign-tabs>.c-tabs__header {
  min-width: 0;
  width: 100%;
  padding: 0;
}

.mysky-header-redesign-tabs>.c-tabs__header .c-tabs__divider {
  display: none;
}

.mysky-header-redesign-tabs>.c-tabs__header .c-tabs__nav {
  padding: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-box-shadow: 0 2px 10px 0 #ededed;
  box-shadow: 0 2px 10px 0 #ededed;
  background: #0073c5 -webkit-gradient(linear,right top,left top,from(#0075c5),color-stop(50%,#0091d9));
  background: #0073c5 -webkit-linear-gradient(right,#0075c5 0,#0091d9 50%);
  background: #0073c5 -o-linear-gradient(right,#0075c5 0,#0091d9 50%);
  background: #0073c5 linear-gradient(to left,#0075c5 0,#0091d9 50%);
  margin: 0 20px;
  width: auto;
}

.mysky-header-redesign-tabs>.c-tabs__header .c-tabs__list {
  margin-bottom: 0;
  padding-bottom: 0;
}

.mysky-header-redesign-tabs>.c-tabs__header .c-tabs__item {
  color: #fff;
  padding: 0 10px;
  margin-right: 10px;
}

.mysky-header-redesign-tabs>.c-tabs__header .c-tabs__item:first-child {
  margin-left: 10px;
}

.mysky-header-redesign-tabs>.c-tabs__header .c-tabs__link {
  padding: 20px 0;
}

.mysky-header-redesign-tabs>.c-tabs__header .c-tabs__link:after {
  height: 4px;
  background-color: #fff;
  bottom: 5px;
  right: 0;
  left: 0;
}

.c-hero-mysky {
  color: #4a4a4a;
  background: -webkit-radial-gradient(top left,#e0edf6 0,#fff 30%,#b7d5ec 100%) #f5f9fc;
  background: -o-radial-gradient(top left,#e0edf6 0,#fff 30%,#b7d5ec 100%) #f5f9fc;
  background: radial-gradient(to bottom right,#e0edf6 0,#fff 30%,#b7d5ec 100%) #f5f9fc;
  padding-bottom: 85px;
  padding-top: 20px;
}

.c-hero-mysky .o-container {
  min-height: 215px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translateY(32.5px);
  -ms-transform: translateY(32.5px);
  transform: translateY(32.5px);
}

@media (max-width:46.24em) {
  .c-hero-mysky .o-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    min-height: 0;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.mysky-container.is-touch a.u-faux-link:hover {
  text-decoration: none;
}

.mysky-container .c-tile__container {
  margin-top: 30px;
}

.c-form-select.c-form-select-small {
  width: 145px;
}

.no-scroll {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

body.overlay--active .polaris-main,
body.overlay--active>.mast-c-footer,
body.overlay--active>.polaris-masthead {
  display: none;
}

.prospect-homepage .c-channel-logo {
  width: 146px;
  height: 40px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0;
  image-rendering: -webkit-optimize-contrast;
}

.prospect-homepage .s-molecule .c-whiteworld--wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.prospect-homepage .s-molecule .c-whiteworld--wrapper .c-whiteworld {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 47.3vw;
  width: 100%;
  padding: 6vh 8vh;
}

@media (max-width:46.24em) {
  .prospect-homepage .s-molecule .c-whiteworld--wrapper .c-whiteworld {
    padding: 6vh;
  }
}

.prospect-homepage .s-molecule .c-whiteworld--wrapper .c-whiteworld .o-container--full {
  width: 100%;
}

.prospect-homepage .s-molecule .c-whiteworld--wrapper .c-whiteworld .u-content-middle {
  vertical-align: middle;
}

.prospect-homepage .s-molecule .c-whiteworld--wrapper .c-whiteworld .c-whiteworld-media__image {
  width: 50vw;
}

.prospect-homepage .s-molecule .c-whiteworld--wrapper .c-whiteworld .c-whiteworld__text {
  text-align: center;
}

@media (min-width:46.25em) {
  .prospect-homepage .s-molecule .c-whiteworld--wrapper .c-whiteworld .c-whiteworld__text {
    text-align: left;
  }
}

@media (max-width:46.24em) {
  .prospect-homepage .s-molecule .c-whiteworld--wrapper .c-whiteworld .c-whiteworld-hide\@medium {
    display: none!important;
  }
}

@media (min-width:46.25em) {
  .prospect-homepage .s-molecule .c-whiteworld--wrapper .c-whiteworld .c-whiteworld-show\@medium {
    display: none!important;
  }
}

.prospect-homepage .layout {
  width: 100%;
}

.prospect-homepage .layout__tiles {
  padding: 10vh 0;
}

.prospect-homepage .layout__tiles .c-tile__container {
  margin-top: 0;
}

.prospect-homepage .c-prospect-hero .c-hero {
  min-height: 0;
}

.prospect-homepage .c-prospect-hero .c-hero__background-image {
  height: 47.3vw;
}

.prospect-homepage .c-prospect-hero .c-hero__caption {
  padding: 4% 6%;
  text-shadow: none;
}

.prospect-homepage .c-prospect-hero .gradient .c-hero__caption {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=");
  background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(50%,rgba(0,0,0,.5)));
  background: -webkit-linear-gradient(top,transparent 0,rgba(0,0,0,.5) 50%);
  background: -o-linear-gradient(top,transparent 0,rgba(0,0,0,.5) 50%);
  background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.5) 50%);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=0);
  background-position-y: -1px;
}

.prospect-homepage .c-prospect-hero .c-channel-logo {
  height: 30px;
  width: 100px;
}

@media (min-width:46.25em) {
  .prospect-homepage .c-prospect-hero .c-channel-logo {
    height: 44px;
    width: 146px;
  }
}

@media (max-width:46.24em) {
  .prospect-homepage .c-prospect-hero .c-heading-delta {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    white-space: nowrap!important;
  }
}

.prospect-homepage .c-prospect-hero .c-hero--light {
  color: #fff;
}

.prospect-homepage .c-prospect-hero .c-hero--dark {
  color: #000;
}

.prospect-homepage .c-prospect-hero .c-hero__link .c-heading-alpha {
  font-size: 25px;
  font-size: 1.38889rem;
  line-height: 1.24;
}

@media (min-width:46.25em) {
  .prospect-homepage .c-prospect-hero .c-hero__link .c-heading-alpha {
    font-size: 50px;
    font-size: 2.77778rem;
    line-height: 1.12;
  }
}

.prospect-homepage .c-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.prospect-homepage .c-slider .c-slider-background {
  min-height: 1px;
  width: 100%;
}

.prospect-homepage .c-slider .c-slider-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 120px;
  margin-bottom: 120px;
  position: relative;
}

@media (max-width:46.24em) {
  .prospect-homepage .c-slider .c-slider-container {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

.prospect-homepage .c-slider .c-slider-slides {
  width: 73%;
  position: absolute;
  top: 3%;
  left: 13.5%;
  text-align: left;
}

.prospect-homepage .c-slider .c-slider-image {
  width: 100%;
}

.prospect-homepage .c-slider .c-slider-slide-content {
  color: #fff;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 20px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=");
  background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(50%,rgba(0,0,0,.5)));
  background: -webkit-linear-gradient(top,transparent 0,rgba(0,0,0,.5) 50%);
  background: -o-linear-gradient(top,transparent 0,rgba(0,0,0,.5) 50%);
  background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.5) 50%);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=0);
  text-decoration: none;
}

.prospect-homepage .c-slider .c-slider-slide-content:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: #fff;
  text-decoration-color: #fff;
}

@media (max-width:61.24em) {
  .prospect-homepage .c-slider .c-slider-slide-content {
    padding: 10px;
  }
}

.prospect-homepage .c-slider .c-slider-slide-content .c-slider-heading {
  margin-bottom: 0;
  font-size: .9rem;
  line-height: 1;
  width: 75%;
  font-weight: 600;
}

@media (max-width:26.24em) {
  .prospect-homepage .c-slider .c-slider-slide-content .c-slider-heading {
    font-size: .6rem;
  }
}

.prospect-homepage .c-slider .c-slider-slide-content .c-slider-paragraph {
  display: none;
  margin-bottom: 0;
  font-size: .8rem;
}

@media (min-width:46.25em) {
  .prospect-homepage .c-slider .c-slider-slide-content .c-slider-paragraph {
    display: block;
  }
}

.prospect-homepage .c-slider .c-slider-slide-content .c-logo-image {
  max-height: 15px;
  max-width: 100%;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

@media (max-width:61.24em) {
  .prospect-homepage .c-slider .c-slider-slide-content .c-logo-image {
    right: 10px;
    bottom: 10px;
  }
}

@media (max-width:26.24em) {
  .prospect-homepage .c-slider .c-slider-slide-content .c-logo-image {
    max-width: 40px;
    max-height: 11px;
  }
}

.prospect-homepage .c-slider .c-slider-slide {
  position: absolute;
  top: 0;
  overflow: hidden;
  width: 100%;
}

@keyframes Slide0Anim {
  0% {
    opacity: 0;
    z-index: 1;
  }

  10%, 23% {
    opacity: 1;
    z-index: 5;
  }

  33%, to {
    opacity: 0;
    z-index: 1;
  }
}

@keyframes Slide1Anim {
  0%, 33% {
    opacity: 0;
    z-index: 2;
  }

  43%, 56% {
    opacity: 1;
    z-index: 5;
  }

  66%, to {
    opacity: 0;
    z-index: 2;
  }
}

@keyframes Slide2Anim {
  0%, 66% {
    opacity: 0;
    z-index: 3;
  }

  76%, 89% {
    opacity: 1;
    z-index: 5;
  }

  99%, to {
    opacity: 0;
    z-index: 3;
  }
}

.prospect-homepage .c-slider .c-slide-0 {
  -webkit-animation-name: Slide0Anim;
  animation-name: Slide0Anim;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 7.5s;
  animation-duration: 7.5s;
}

.prospect-homepage .c-slider .c-slide-1 {
  -webkit-animation-name: Slide1Anim;
  animation-name: Slide1Anim;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 7.5s;
  animation-duration: 7.5s;
}

.prospect-homepage .c-slider .c-slide-2 {
  -webkit-animation-name: Slide2Anim;
  animation-name: Slide2Anim;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 7.5s;
  animation-duration: 7.5s;
}

.prospect-homepage .c-billboard .c-hero__background-image {
  height: 47.3vw;
}

.prospect-homepage .c-billboard .c-hero {
  min-height: 0;
}

.prospect-homepage .c-billboard .c-hero:before {
  z-index: 10;
}

.prospect-homepage .c-billboard canvas {
  width: 100%;
  height: 100%;
}

.prospect-homepage .c-billboard .c-hero__caption {
  padding: 4% 6%;
}

.prospect-homepage .c-billboard .gradient .c-hero__caption {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=");
  background: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(50%,rgba(0,0,0,.5)));
  background: -webkit-linear-gradient(top,transparent 0,rgba(0,0,0,.5) 50%);
  background: -o-linear-gradient(top,transparent 0,rgba(0,0,0,.5) 50%);
  background: linear-gradient(to bottom,transparent 0,rgba(0,0,0,.5) 50%);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#00000000",endColorstr="#80000000",GradientType=0);
}

.prospect-homepage .c-billboard .c-channel-logo {
  height: 30px;
  width: 100px;
}

@media (min-width:46.25em) {
  .prospect-homepage .c-billboard .c-channel-logo {
    height: 44px;
    width: 146px;
  }
}

@media (max-width:46.24em) {
  .prospect-homepage .c-billboard .c-heading-delta {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    white-space: nowrap!important;
  }
}

.prospect-homepage .c-billboard .c-hero__link .c-heading-alpha {
  font-size: 25px;
  font-size: 1.38889rem;
  line-height: 1.24;
}

@media (min-width:46.25em) {
  .prospect-homepage .c-billboard .c-hero__link .c-heading-alpha {
    font-size: 50px;
    font-size: 2.77778rem;
    line-height: 1.12;
  }
}

.prospect-homepage .c-billboard .c-hero--light {
  color: #fff;
}

.prospect-homepage .c-billboard .c-hero--dark {
  color: #000;
}

.prospect-homepage .c-scroll-down {
  bottom: 0;
  width: 100%;
  z-index: 11;
  position: fixed;
  font-size: 32px;
  cursor: pointer;
  text-align: center;
}

.prospect-homepage .c-scroll-down .arrow {
  color: #fff;
  opacity: .3;
  background: #2d2d2d;
}

.prospect-homepage .c-scroll-down .arrow:hover {
  opacity: .8;
}

.search-app .search-layout {
  padding-top: 40px;
}

.search-app .search-layout__header {
  margin-bottom: 40px;
}

.search-app .search-layout--no-result .search-layout___sidebar {
  padding-top: 20px;
}

.search-app .search-layout--watch {
  padding-top: 30px;
}

.search-app .search-layout--watch .c-tile__container {
  margin-top: 0;
}

.search-app .not-found {
  padding: 20px;
}

.search-app .not-found__title {
  font-size: 34px;
  font-size: 1.88889rem;
  line-height: 1.18;
  margin-bottom: 40px;
}

.search-app .not-found__suggestions {
  margin-bottom: 30px;
}

.search-app .not-found__suggestions-title {
  font-size: 22px;
  font-size: 1.22222rem;
  line-height: 1.36;
  margin-bottom: 10px;
}

.search-app .not-found__suggestions-text {
  font-size: 16px;
  font-size: .88889rem;
  line-height: 1.5;
}

.search-app .c-editorial-layer__inner {
  position: relative;
}

.search-app .c-editorial-layer__body {
  position: relative;
  padding: 20px;
}

.search-app .c-editorial-layer__desc {
  display: inline-block;
}

.search-app .c-editorial-layer__title {
  font-size: 34px;
  font-size: 1.88889rem;
  line-height: 1.18;
  display: inline-block;
  margin-bottom: 20px;
}

.search-app .c-editorial-layer__text {
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.44;
}

.search-app .c-editorial-layer__link-item {
  margin-bottom: 20px;
}

.search-app .c-editorial-layer__media {
  display: none;
  float: right;
  text-align: right;
  padding-left: 20px;
}

.search-app .c-editorial-layer__media a {
  display: inline-block;
}

.search-app .c-editorial-layer__image {
  max-height: 100%;
}

@media (min-width:46.25em) {
  .search-app .c-editorial-layer__title {
    margin-bottom: 10px;
  }

  .search-app .c-editorial-layer__text {
    margin-bottom: 20px;
    padding-right: 40px;
  }

  .search-app .c-editorial-layer__links {
    display: inline-block;
    margin-top: 10px;
  }

  .search-app .c-editorial-layer__link-item {
    position: relative;
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0;
    padding-left: 15px;
  }

  .search-app .c-editorial-layer__link-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    bottom: 3px;
    border-left: 1px solid silver;
  }

  .search-app .c-editorial-layer__link-item:first-child {
    padding-left: 0;
  }

  .search-app .c-editorial-layer__link-item:first-child:before {
    content: normal;
  }

  .search-app .c-editorial-layer__media {
    display: inline-block;
  }

  .search-app .c-editorial-layer__image {
    max-height: 152px;
  }
}

@media (min-width:61.25em) {
  .search-app .c-editorial-layer__inner {
    min-height: 152px;
  }

  .search-app .c-editorial-layer__text {
    padding-right: 100px;
  }

  .search-app .c-editorial-layer__links {
    display: block;
  }

  .search-app .c-editorial-layer__media {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .search-app .c-editorial-layer__image {
    max-width: 270px;
  }
}

.search-app .c-results-list {
  margin-left: 10px;
}

.search-app .c-results-list__item {
  list-style-type: none;
  padding-bottom: 10px;
}

.search-app .c-results-list__link {
  font-size: 22px;
  font-size: 1.22222rem;
  line-height: 1.36;
}

.search-app .c-results-list__text {
  font-size: 16px;
  font-size: .88889rem;
  line-height: 1.5;
}

@media (min-width:61.25em) {
  .search-app .c-action-tile__text {
    font-size: 16px;
    font-size: .88889rem;
    line-height: 1.5;
  }
}

@media (max-width:63.99em) {
  .app-shop-buy .o-container--shop-buy {
    padding: 0 10px;
  }
}

.app-shop-buy .c-extra-utilities-container {
  position: relative;
}

.app-shop-buy .c-extra-utilities {
  margin: 0;
  font-size: 0;
  position: relative;
  top: -5px;
}

@media (min-width:52.5em) {
  .app-shop-buy .c-extra-utilities {
    top: 3px;
  }
}

.app-shop-buy .c-extra-utilities__item {
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 25px;
  height: 24px;
}

@media (min-width:52.5em) and (max-width:55.3125em) {
  .app-shop-buy .c-extra-utilities__item {
    margin-left: 10px;
  }
}

.app-shop-buy .c-extra-utilities__toggle-sub-menu {
  vertical-align: middle;
}

.app-shop-buy .c-extra-utilities__toggle-sub-menu:focus {
  outline: none;
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4),0 1px 15px 3px rgba(115,173,216,.75);
  box-shadow: 0 1px 3px rgba(0,0,0,.4),0 1px 15px 3px rgba(115,173,216,.75);
}

.app-shop-buy .c-extra-utilities__sub-menu {
  list-style: none;
}

@media (max-width:69.375em) {
  .app-shop-buy .c-extra-utilities__sub-menu {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 30px;
    right: 55%;
    min-width: 160px;
    text-align: left;
    border: 1px solid silver;
  }
}

.app-shop-buy .c-extra-utilities__sub-menu.is-active {
  display: block;
}

@media (max-width:69.375em) {
  .app-shop-buy .c-extra-utilities__sub-menu:before {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    right: 5px;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-right: 1px solid silver;
    border-bottom: 1px solid silver;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}

.app-shop-buy .c-extra-utilities__sub-menu-item {
  opacity: 1;
  -webkit-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  margin-left: 10px;
}

@media (min-width:69.375em) {
  .app-shop-buy .c-extra-utilities__sub-menu-item {
    display: inline-block;
    vertical-align: text-top;
  }
}

@media (min-width:69.375em) {
  .app-shop-buy .c-extra-utilities__sub-menu-item.is-disabled {
    opacity: 0;
  }
}

@media (max-width:69.375em) {
  .app-shop-buy .c-extra-utilities__sub-menu-item.is-disabled .c-extra-utilities__link,
  .app-shop-buy .c-extra-utilities__sub-menu-item.is-disabled .c-extra-utilities__text {
    color: #9f9f9f;
  }
}

@media (max-width:69.375em) {
  .app-shop-buy .c-extra-utilities__sub-menu-item:not(:last-child) {
    border-bottom: 1px solid silver;
  }
}

.app-shop-buy .c-extra-utilities__link {
  color: #4a4a4a;
  vertical-align: middle;
}

.app-shop-buy .c-extra-utilities__link:hover {
  color: #0073c5;
}

@media (max-width:69.375em) {
  .app-shop-buy .c-extra-utilities__link--sub {
    display: block;
    padding: 5px;
  }
}

@media (max-width:63.99em) {
  .app-shop-buy .c-extra-utilities__link--sub:focus {
    outline: none;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4),0 1px 15px 3px rgba(115,173,216,.75);
    box-shadow: 0 1px 3px rgba(0,0,0,.4),0 1px 15px 3px rgba(115,173,216,.75);
  }
}

@media (max-width:69.375em) {
  .app-shop-buy .c-extra-utilities__link--top:focus {
    outline: none;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.4),0 1px 15px 3px rgba(115,173,216,.75);
    box-shadow: 0 1px 3px rgba(0,0,0,.4),0 1px 15px 3px rgba(115,173,216,.75);
  }
}

.app-shop-buy .c-extra-utilities__icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.app-shop-buy .c-extra-utilities__icon .i-basket,
.app-shop-buy .c-extra-utilities__icon .i-chat {
  fill: #4a4a4a;
  display: block;
  width: 100%;
  height: 100%;
}

.app-shop-buy .c-extra-utilities__icon .i-basket:hover,
.app-shop-buy .c-extra-utilities__icon .i-chat:hover {
  fill: #0073c5;
}

.app-shop-buy .c-extra-utilities__text {
  vertical-align: middle;
}

.app-shop-buy .c-product-pod {
  margin-bottom: 20px;
}

@media (min-width:46.25em) {
  .app-shop-buy .c-product-pod {
    margin-bottom: 40px;
  }
}

.app-shop-buy .c-product-pod__footer p {
  margin-bottom: 10px;
}

.app-shop-buy .c-costing__price,
.app-shop-buy .c-costing__supportive {
  display: inline-block;
}

.app-shop-buy p.c-costing__oldprice {
  margin: 0 0 -8px;
  font-size: 1rem;
}

.app-shop-buy p.c-costing__oldprice del {
  position: relative;
  text-decoration: none;
}

.app-shop-buy p.c-costing__oldprice del:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  -webkit-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  transform: rotate(-25deg);
}

.app-shop-buy .c-costing__offer {
  color: #f15a22;
}

.app-shop-buy .c-costing__price__decimal,
.app-shop-buy .c-costing__terms {
  font-size: .8rem;
}

.app-shop-buy .c-accordion--small-print .c-accordion__inner,
.app-shop-buy .c-accordion .c-accordion__inner {
  padding: 10px;
}

.app-shop-buy .c-accordion--small-print .c-accordion__inner p,
.app-shop-buy .c-accordion .c-accordion__inner p {
  margin-bottom: 10px;
  font-size: 12px;
  font-size: .66667rem;
  line-height: 1.5;
}

.app-shop-buy .t-grad-text {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translateZ(0);
  display: inline-block;
  color: #b77df4;
  background-image: -webkit-linear-gradient(left,#b77df4,#766fe8,#2679ed,#29b4d0,#49b688);
  background-size: 100%;
}

.app-shop-buy .t-grad-text--faux-bottom-border {
  position: relative;
  width: 100%;
}

.app-shop-buy .t-grad-text--faux-bottom-border:after {
  content: "";
  position: absolute;
  bottom: -5px;
  width: 100%;
  left: 0;
  height: 3px;
}

.app-shop-buy .t-grad-text--product0 {
  /*! autoprefixer: off */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translateZ(0);
  display: inline-block;
  color: #d70014;
  background-image: -webkit-linear-gradient(left,#e96419 0,#d70014 100%);
  background-size: 100%;
}

.app-shop-buy .t-grad-text--product0:after {
  background-color: #d70014;
  background-image: -webkit-linear-gradient(left,#e96419 0,#d70014 100%);
  background-image: -o-linear-gradient(left,#e96419 0,#d70014 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(#e96419),to(#d70014));
  background-image: linear-gradient(to right,#e96419 0,#d70014 100%);
}

.app-shop-buy .t-grad-text--product1 {
  /*! autoprefixer: off */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translateZ(0);
  display: inline-block;
  color: #582b7e;
  background-image: -webkit-linear-gradient(left,#dc006a 0,#582b7e 100%);
  background-size: 100%;
}

.app-shop-buy .t-grad-text--product1:after {
  background-color: #582b7e;
  background-image: -webkit-linear-gradient(left,#dc006a 0,#582b7e 100%);
  background-image: -o-linear-gradient(left,#dc006a 0,#582b7e 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(#dc006a),to(#582b7e));
  background-image: linear-gradient(to right,#dc006a 0,#582b7e 100%);
}

.app-shop-buy .t-grad-text--product2 {
  /*! autoprefixer: off */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translateZ(0);
  display: inline-block;
  color: #4c3386;
  background-image: -webkit-linear-gradient(left,#1c6fa4 0,#4c3386 100%);
  background-size: 100%;
}

.app-shop-buy .t-grad-text--product2:after {
  background-color: #4c3386;
  background-image: -webkit-linear-gradient(left,#1c6fa4 0,#4c3386 100%);
  background-image: -o-linear-gradient(left,#1c6fa4 0,#4c3386 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(#1c6fa4),to(#4c3386));
  background-image: linear-gradient(to right,#1c6fa4 0,#4c3386 100%);
}

.app-shop-buy .t-grad-text--product3 {
  /*! autoprefixer: off */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translateZ(0);
  display: inline-block;
  color: #399833;
  background-image: -webkit-linear-gradient(left,#247a81 0,#399833 100%);
  background-size: 100%;
}

.app-shop-buy .t-grad-text--product3:after {
  background-color: #399833;
  background-image: -webkit-linear-gradient(left,#247a81 0,#399833 100%);
  background-image: -o-linear-gradient(left,#247a81 0,#399833 100%);
  background-image: -webkit-gradient(linear,left top,right top,from(#247a81),to(#399833));
  background-image: linear-gradient(to right,#247a81 0,#399833 100%);
}

@media (min-width:46.25em) {
  .app-shop-buy .u-float-right\@medium {
    float: right;
  }
}

.app-shop-buy .u-collapsed-whitespace {
  white-space: pre-line;
}

@media (min-width:69.375em) {
  .app-shop-buy .u-hide-shop-buy\@utility-bp {
    display: none;
  }
}

@media (max-width:69.375em) {
  .app-shop-buy .u-hide-shop-buy\@\<-utility-bp {
    display: none;
  }
}

.shopbuy .polaris-main {
  overflow: visible;
}

.polaris.signin {
  position: relative;
}

.app-signin .signin-container {
  padding-top: 20px;
  position: relative;
}

@media (min-width:46.25em) {
  .app-signin .signin-container {
    padding-top: 40px;
  }
}

.app-signin abbr.c-form-required {
  display: none;
}

.app-signin .c-form-checkbox .c-text-caption {
  margin-top: 10px;
}

.app-signin .c-form-error:focus {
  outline: none;
}

.app-signin .u-faux-link {
  color: #0073c5;
  cursor: pointer;
  border: 0;
  background: none;
  padding: 0;
}

.app-signin .u-faux-link:hover {
  text-decoration: underline;
}

.app-signin .o-layout__item--border:not(:last-child) {
  border-top: 0;
  border-right: 1px solid silver;
  padding-right: 20px;
}

.app-signin .u-block {
  display: block;
}

.app-signin .c-spinner--fit-button {
  font-size: 30px;
}

.app-signin .c-form-list__item {
  width: 100%;
}

@media (min-width:46.25em) {
  .app-signin .c-tile--signin {
    width: 362px;
  }
}

.app-signin .c-captcha__image {
  margin-bottom: 10px;
  display: block;
}

.app-signin .c-captcha__control {
  font-size: 16px;
  font-size: .88889rem;
  color: #0073c5;
  padding-left: 10px;
}

.app-signin .c-captcha__control:first-child {
  padding-right: 10px;
  padding-left: 0;
  border-right: 1px solid silver;
}

.app-signin .c-captcha__icon {
  position: relative;
  top: .3em;
  height: 1.2em;
  width: 1.2em;
  margin-right: 5px;
}

.app-signin .c-spinner--small {
  font-size: 20px;
}

.app-signin .signin-img-container {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

@media (max-width:46.24em) {
  .app-signin .signin-img-container {
    display: none!important;
  }
}

.app-signin .loginBackground {
  position: absolute;
  top: 0;
  right: 0;
  min-height: 100%;
  max-width: none;
  width: auto;
  height: auto;
}

.app-signin--mysky .loginBackground {
  right: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.app-signin--mysky .c-tile--center {
  margin: auto;
}

.app-sky-creative {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.app-sky-creative .c-creative-logo {
  width: 120px;
}

@media (min-width:46.25em) {
  .app-sky-creative .c-creative-logo {
    width: 175px;
  }
}

.app-sky-creative .c-nav-bar {
  background: #fff;
  height: 55px;
}

@media (min-width:46.25em) {
  .app-sky-creative .c-nav-bar {
    height: 70px;
  }
}

.app-sky-creative .c-cookie-close {
  position: relative;
  text-align: right;
  line-height: 1.25em;
}

.app-sky-creative .c-cookie-banner-container {
  height: 115px;
  background-color: #f2f2f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.app-sky-creative .c-hide-cookie-banner {
  max-height: 0;
  overflow-y: hidden;
  -webkit-transition: max-height .8s ease-in-out;
  -o-transition: max-height .8s ease-in-out;
  transition: max-height .8s ease-in-out;
}

.app-sky-creative .c-creative-footer {
  height: 40%;
}

@media (min-width:26.25em) {
  .app-sky-creative .c-creative-footer {
    background: #f2f2f5;
    height: 30%;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}

.app-sky-creative .c-sky-logo {
  width: 40px;
}

.app-sky-creative .c-footer-text {
  color: #4a4a4a;
}

@media (min-width:46.25em) {
  .app-sky-creative .c-panel-alignment-left {
    left: 155.4%;
  }
}

@media (min-width:46.25em) {
  .app-sky-creative .c-panel-alignment-right {
    left: -55.4%;
  }
}

.app-sky-creative .u-arrow-indent {
  margin-left: -10%;
}

.app-sky-creative .u-back-arrow-text {
  vertical-align: bottom;
}

.sky-go-installer .watch-link__text {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  margin-top: -5px;
  text-decoration: inherit;
}

.sky-go-installer .watch-link__icon {
  fill: currentColor;
  display: inline-block;
  vertical-align: middle;
}

.sky-go-installer .download-cta__icon {
  display: inline-block;
  width: 12vw;
  margin-bottom: 14px;
}

@media (min-width:26.25em) {
  .sky-go-installer .download-cta__icon {
    width: 8vw;
  }
}

@media (min-width:46.25em) {
  .sky-go-installer .download-cta__icon {
    width: 6vw;
  }
}

@media (min-width:61.25em) {
  .sky-go-installer .download-cta__icon {
    width: 5vw;
  }
}

@media (min-width:81.25em) {
  .sky-go-installer .download-cta__icon {
    width: 4vw;
  }
}

.sky-go-installer .download-cta__link {
  display: inline-block;
  width: 100%;
}

.sky-go-installer .header {
  text-align: center;
}

@media (min-width:61.25em) {
  .sky-go-installer .header {
    text-align: left;
  }
}

.sky-go-installer .header__app-icon {
  width: 20vw;
}

@media (min-width:26.25em) {
  .sky-go-installer .header__app-icon {
    width: 12vw;
  }
}

@media (min-width:46.25em) {
  .sky-go-installer .header__app-icon {
    width: 10vw;
  }
}

@media (min-width:61.25em) {
  .sky-go-installer .header__app-icon {
    width: 8vw;
  }
}

@media (min-width:81.25em) {
  .sky-go-installer .header__app-icon {
    width: 6vw;
  }
}

.sky-go-installer .header__play-link--wide {
  display: none;
}

@media (min-width:61.25em) {
  .sky-go-installer .header__play-link--wide {
    display: inline-block;
  }
}

.sky-go-installer .header__play-link--narrow {
  display: inline-block;
}

@media (min-width:61.25em) {
  .sky-go-installer .header__play-link--narrow {
    display: none;
  }
}

.sky-go-installer .header__content-image {
  display: block;
}

.sky-go-installer .header__content-image img {
  display: block;
  min-width: 100%;
}

@media (min-width:61.25em) {
  .sky-go-installer .header__promo-image {
    float: right;
  }
}

.sky-go-installer .instruction-strip__icon {
  display: inline-block;
  width: 12vw;
}

@media (min-width:26.25em) {
  .sky-go-installer .instruction-strip__icon {
    width: 8vw;
  }
}

@media (min-width:46.25em) {
  .sky-go-installer .instruction-strip__icon {
    width: 6vw;
  }
}

@media (min-width:61.25em) {
  .sky-go-installer .instruction-strip__icon {
    width: 5vw;
  }
}

@media (min-width:81.25em) {
  .sky-go-installer .instruction-strip__icon {
    width: 4vw;
  }
}

.sky-go-installer .instruction-strip__heading {
  text-align: center;
}

@media (min-width:46.25em) {
  .sky-go-installer .instruction-strip__heading {
    text-align: left;
  }
}

.sky-go-installer .instruction-strip__all-platforms-link {
  font-size: .8rem;
}

@media (max-width:46.24em) {
  .app-id-mail-permissions .c-question-tree .c-btn {
    min-width: 100%;
    padding: 4px 0;
    overflow: hidden;
  }
}

.app-id-mail-permissions .u-text--inline {
  display: inline;
  margin-right: 5px;
}

.app-id-mail-permissions .c-dialog {
  position: relative;
  margin: 0;
  padding: 0;
}

.app-id-mail-permissions .c-dialog.c-dialog-type--warning.warning-large .c-dialog-body {
  padding-left: 105px;
}

.app-id-mail-permissions .c-dialog.c-dialog-type--warning--inline-form {
  margin-left: 50px;
}

.app-id-mail-permissions .c-dialog.c-dialog-type--warning--inline-form .c-dialog-body {
  padding-left: 80px;
}

.app-id-mail-permissions .c-btn--success {
  margin-right: 20px;
}

.app-id-mail-permissions .c-dialog.c-dialog-type--warning .c-dialog-body {
  display: inline-block;
}

.app-id-mail-permissions .c-dialog.c-dialog-type--warning .c-dialog-icon {
  display: inline-block;
  vertical-align: top;
  margin-top: 15%;
}

.app-id-mail-permissions .c-dialog.c-dialog-type--warning .c-dialog-icon--warning--block .c-dialog-body {
  display: block;
  margin-left: 0;
}

@media (max-width:46.24em) {
  .app-id-mail-permissions .c-dialog.c-dialog-type--warning .c-dialog-icon,
  .app-id-mail-permissions .c-dialog.c-dialog-type--warning .c-dialog-icon.c-dialog-icon--warning {
    display: block;
    margin: 0 auto 20px;
  }

  .app-id-mail-permissions .c-dialog.c-dialog-type--warning .c-dialog-body {
    margin-left: 0;
    max-width: 100%;
  }

  .app-id-mail-permissions .c-dialog.c-dialog-type--warning.c-dialog-type--mydetails>.c-dialog-body {
    margin-left: 0;
    display: inline-block;
    max-width: 30em;
  }
}

@media (min-width:46.25em) {
  .app-id-mail-permissions .c-dialog.c-dialog-type--warning.c-dialog-type--mydetails>.c-dialog-body {
    margin-left: 20px;
    display: inline-block;
    max-width: 30em;
  }
}

.app-id-mail-permissions .c-dialog.c-dialog-type--warning .c-dialog-icon--warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEQAAAA9CAYAAAAUPs+7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MDdEQjRGNzk1OTkyMTFFNzg5MEI4MjlEQjI3OTIzNEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MDdEQjRGN0E1OTkyMTFFNzg5MEI4MjlEQjI3OTIzNEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowN0RCNEY3NzU5OTIxMUU3ODkwQjgyOURCMjc5MjM0QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowN0RCNEY3ODU5OTIxMUU3ODkwQjgyOURCMjc5MjM0QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoiL6ckAAAO8SURBVHja7FrRceIwELW3AkowX/dLOjAz93+kA1JBTAWGCoAKoIOkgMzgVBDnM19QAh3kpDlx5+hWSMi7kjHZGY8HA7b3+e2+3bXSJKJ9/vg5ELsnseXq0FFss/TjZRvrntLIYOzENkK+fogFCkQkyNIAhrSNACy7GUCEsxKIqQNgN8MQzNmD9nkigMt7D4hwctJIoid7Ftt9F1gCHWGHVJZa7PVEOhIATnsLiHBuLnZ6slwIME7hMlPS27RSKVK/AFFOPWqHpfOrvzXAx4v8vNZ+IwEs+sgQGSoDJFR0RqyQBPsYiiUQiB2YzNZY8aUAWmiHB6ESLARkx3+J1Fg+/wGq1g5PFbDXDYhJZoXTleWvsxgyDF1jR4MllapPmpZzF2vAzA6bzCYeLNlcJSAuMuvAkgPy+0ycu7hGhrjKrM0WIYs1YGKHs8w6sMQkw8U1McQrkZ4BBSvWSo6ZCTCww1dmfRJsSX3/KQMge0RZhpiyqNCSTk3UoUqF1sxw7h0C9pgAbB6GeMjsUwOMRDk7siRYVpYAIRg+MptdmEsqZGaSU85MKBlCJbO236My3ClAWshsjRx7dyjW1kixNu8SQ3xl9uh5vRXyX5KZCRCwg0tmbcXajGNmAhHZYWLIwREU08wkiwYIQTf77gsIVzcMLcBo3c0ShE6lijmymQm0DBUKmW1rD45hzAcIYTdbtQyZkwzr1/V+wQUt2EHWzSIO+jR+OjOXPjIMHuwILrOOMrymmJlAZHbUhKDME/wFV8YGCIHMYk+WEiBsslayABJIZo8tWbJFEvX0EhmGC0OFQ2ab7HolALXVzCR1ZIeU2TdEZu8Iu+VErRGhON8GKQvuxfmfqRjCJrMnIKjAOMOSJUnIdFFmHWuZBTIzKSgYwsoORsNmJtYXXBBSZg3XkE8uV1tGyJKjjwynFpnda8oiLzKkauBUv6G366SrmC95LWJjSInI7IIQjNwwu9gQL3m4qBsGE42RPuCgXilS2a8z3+WEoYPNTIyLgk0M2Tgi3cayJJw5r0YCA5V19CoGmX3lKuGxOsd1ZgKR2JGoG6wNHfCWiSVWGQaNHQVC5RWlzGqyOFbOn+Jc5qgxxxjSdVFwGlJmY5vy8U176F98hFAy25GS3rooOG3I7B6R2WHSQxP+Spboyy7uZPKFwIm0K2aU4VTJ7A6R2XGPAZEs0RfrSBuDodnpMzvOsaQEpAjbcshsR2cmer2Ty5D5TL7tS2F2/IbhX00CSPV2y7ZOG4OaMnAH2iU7qCJ0+1uAAQB+28brhggdggAAAABJRU5ErkJggg==");
  display: inline-block;
  width: 68px;
  height: 61px;
  margin: 6px 0 20px;
}

.app-id-mail-permissions .c-dialog.c-dialog-type--warning .c-dialog-icon--warning.warning-small {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAtCAYAAADsvzj/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDQ5MzAwRUE0QThGMTFFN0E5QTFCNTU3RTQ3MEZGRjciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDQ5MzAwRUI0QThGMTFFN0E5QTFCNTU3RTQ3MEZGRjciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NDkzMDBFODRBOEYxMUU3QTlBMUI1NTdFNDcwRkZGNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NDkzMDBFOTRBOEYxMUU3QTlBMUI1NTdFNDcwRkZGNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PmjsFzUAAAQhSURBVHja1FppSFRRFL4zjjGIRqtR0YLSCkHRDmXQjmULaBAUtBJltNhiZpmm2eoStPwo2giJgqAksojCqLANyuiHhRTSao5Wloak0zl0Hhwv78289+bN+OaDj7lnvO+9891377nn3NHh9XqFiJ8igoTlwP3ArsDLwDXAJsufUl0uXCJ4SAGeYfYSYDRwYTAe5gySiM7AYyrfLyCGjZBMYCy1vwBL2N8OATuFg5A44CZmZwA3AxvJHgRMDQchBWzEnwMvAGuB+axPFrCbnYVMldYAvpk2ahcD31O7CzDbrkIiyFkFl4APmP0HuIPZa4FD7ChkFXAEczpdpQ/uJY+ojaH/sN2E4FTJZTY6WKPSD3ZfkcbsJOA0OwnBxduT2p+AB330fSyF4yIr/LBCyGDgemZvB/72c00GTT9B03GFHYRguI3UGG0t4LQrZHYeMKYjhcwCzpXCrVfntZhMfqV2LymihVSISxrVi8AKqY8bOB44GRgv/e0XpTIKMAj07wghmJIPp3aTyoji7v6CxN0HVqnc4yywkok+EGohmF7sZTZGqY9Sn37Shtegcp82ysMULAZOCKWQbJYr1WhsbD8ku0HjXneBpczG6eoIhZBhwHVSuG1W6eeRFv53H/fcCvxL7YnARaEQUkh5FeIhpR1CYxf36HgjiDfAE9JUdQdTyBzgbOaov3CrVwgih/UZINU0lgqJlMLteeAzP9d4dE4tRL0UQHbS/mK5kFRKR5Q9IEPHNfUG3oig6fWW2jGSMEuE9ADuYXY+1eL+UGtQSAtwm0ZpYImQXErVBVV5RTqvMzK1FFwD3mP+FVglBEdkNbO3sMzViJAGA9M4jQWRGRRkAhbCw2058KoBhzwabX/A1OYcs49QbmdaCB4kTJfCrRG8BD4F3qZPI8hkdc1Qyu1MCelEI6HgNI2UEaDz4yjdbzR47Wep0sxh69SQkI0s9f4J3CVCDxzID9Tu7ssHLSGx0kV5UigNFZql8mCDSl3jU8g+8f8gGlENPGrSEawebwJv6Ik8Gihh6ytS6whJTchI4EopFLaYcAB/dLlOuVkitSeZuI98hIQ/SyToEVLM6oE75IAZJEt1BT4rxeS98MTyirQlOH0JSaaRRLRKI2EUamuqLoD7pbOZMRq4VEuIW5p/p4CvAnjwSaozFFTRd2bxTrQ/W8Z8L0pNCNbOA1leFGi4raP1Nh84DzgqwDeiOP+N2n2oOm0npDfl/3zz8YjA0UxrrFSjHDYKPAfIYjZmyn25EDwsi2Zl53FhX2CG8ZraUfSWhMMblzAGPp+wCJNIsd/OwJSnjIXnsU56VYqIsjAQgbjFhKDvu12U7yvAU79lIjxQyQ5CZrooNrvZGVU4osVppMC3MbId9L8oeLqXRMcvEWHifCsdgJSK6vKKfwIMAPLX4bGVf55IAAAAAElFTkSuQmCC");
  width: 50px;
  height: 45px;
  margin: 6px 0 20px;
  position: absolute;
}

.app-id-mail-permissions .c-back-button {
  display: inline-block;
  cursor: pointer;
  margin-bottom: 20px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAASCAYAAABit09LAAABS2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxMzggNzkuMTU5ODI0LCAyMDE2LzA5LzE0LTAxOjA5OjAxICAgICAgICAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIi8+CiA8L3JkZjpSREY+CjwveDp4bXBtZXRhPgo8P3hwYWNrZXQgZW5kPSJyIj8+IEmuOgAAAJpJREFUKJGV0sEKQUEUBuBvvIS6imLhBTySvVJKWdh7HgtvoaREyJscmyHce3XvqdnMfHVm/jkpItRVSqmLLe6dP6jADhM8RERpoYcDAuuIUIX6OGa0eu//oAFOGS2/zj7QEOeMFqVOGY1wzWhec29j3DKaVaEXfKFpHYoItTlWVbPWjR/TKp5Wgbf6wlZD8YEL7DPepIaDe3kCZ8QrKhAvpnsAAAAASUVORK5CYII=");
  background-repeat: no-repeat;
  background-color: transparent;
  border: 0;
  padding-left: 10px;
  background-position: 0;
  font-size: .8em;
}

.app-id-mail-permissions .c-btn--link {
  color: #0072c9;
  text-decoration: none;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  font-weight: 400;
  border: 0;
  vertical-align: baseline;
  display: inline-block;
}

.app-id-mail-permissions .c-back-button:hover {
  text-decoration: underline;
}

.app-id-mail-permissions .c-back-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.app-id-mail-permissions .id-copy-message {
  color: #1cb334;
  margin-left: 10px;
  opacity: 0;
  -webkit-transition: opacity .2s;
  -o-transition: opacity .2s;
  transition: opacity .2s;
}

.app-id-mail-permissions .id-copy-message.id-copy-message-success {
  opacity: 1;
}

.app-id-mail-permissions .c-error-message {
  padding-top: 20px;
  white-space: pre-wrap;
}

.app-id-mail-permissions .spinner-holder {
  text-align: center;
  padding: 20px 0;
}

.app-id-mail-permissions .c-password-list {
  margin-top: 0;
}

.app-id-mail-permissions .c-password-list .c-password-list-rows {
  list-style-type: none;
  margin: 20px 0;
}

.app-id-mail-permissions .c-password-list .c-table-simple__row.c-table-simple__row--borderless {
  border-bottom: 0;
}

.app-id-mail-permissions .c-password-list .c-dialog-type--warning.warning-max-passwords .c-dialog-icon--warning.warning-max-passwords {
  position: absolute;
}

.app-id-mail-permissions .c-password-list .c-dialog-type--warning.warning-max-passwords .c-dialog-body {
  margin-left: 100px;
}

@media (max-width:46.24em) {
  .app-id-mail-permissions .c-password-list .c-dialog-type--warning.warning-max-passwords .c-dialog-icon--warning.warning-max-passwords {
    position: relative;
    margin: 0 auto;
  }

  .app-id-mail-permissions .c-password-list .c-dialog-type--warning.warning-max-passwords .c-dialog-body {
    margin: 40px 0 0;
  }
}

.app-id-mail-permissions .c-password-list.o-layout__item {
  padding-left: 0;
}

.app-id-mail-permissions .c-spinner--wrapper .c-spinner {
  display: block;
  margin: 0 auto;
}

.app-id-mail-permissions .display-password-container .display-password-container-column {
  padding: 20px 40px;
}

.app-id-mail-permissions .display-password-container .display-password .c-password-value {
  background: #eaeaea;
  padding: 10px 20px;
  font-size: 1.2em;
  display: inline-block;
  margin-bottom: 10px;
}

.app-id-mail-permissions .display-password-container .display-password .c-password-value .c-password-text-separator {
  margin-right: 10px;
}

.app-id-mail-permissions .display-password-container .display-password .c-password-value .c-password-text-separator:last-child {
  margin-right: 0;
}

.app-id-mail-permissions .display-password-container .display-password-container-column:first-child .c-help {
  padding: 20px 0;
}

@media (max-width:61.24em) {
  .app-id-mail-permissions .display-password-container .display-password-container-column {
    padding: 20px 10px 0 40px;
  }

  .app-id-mail-permissions .display-password-container .c-divider.c-divider--right:after,
  .app-id-mail-permissions .display-password-container .c-divider.c-divider--right:before {
    display: none;
  }
}

@media (max-width:46.24em) {
  .app-id-mail-permissions .display-password-container .display-password-container-column {
    padding: 10px 5px 0 20px;
  }

  .app-id-mail-permissions .display-password-container .display-password .c-password-value {
    font-size: 1em;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    overflow: hidden;
  }

  .app-id-mail-permissions .display-password-container .display-password .c-password-value .c-password-text-separator {
    margin-right: 5px;
  }
}

.app-id-mail-permissions .c-video {
  height: 100%;
  width: 100%;
  cursor: pointer;
}

.app-id-mail-permissions .panel-media .c-video {
  position: absolute;
}

.app-id-mail-permissions .panel-media .page-panel .c-video {
  position: relative;
}

.app-id-mail-permissions .c-tile.c-tile--video {
  padding: 0;
}

.app-id-mail-permissions .c-tile.c-tile--video .c-tile__body {
  padding: 0;
  font-size: 0;
}

.app-id-mail-permissions .shadow-test {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-box-shadow: 0 0 0 10px hsla(0,0%,92%,.2) inset;
  box-shadow: inset 0 0 0 10px hsla(0,0%,92%,.2);
  pointer-events: none;
}

.app-id-mail-permissions .create {
  margin-top: 20px;
}

.app-id-mail-permissions .create .c-tile,
.app-id-mail-permissions .create .c-tile__body:before {
  background-color: #fff;
  background-image: none;
}

.app-id-mail-permissions .create .c-btn--secondary {
  padding: 5px 40px;
}

.app-id-mail-permissions .c-step-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.app-id-mail-permissions .c-step-list .c-list {
  display: block;
  margin-bottom: 20px;
  clear: left;
}

.app-id-mail-permissions .c-step-list .c-list .c-step-title {
  vertical-align: top;
  font-weight: 400;
  font-size: 1.1em;
  width: 25%;
  display: inline-block;
}

.app-id-mail-permissions .c-step-list .c-list .c-step-content {
  width: 75%;
  display: inline-block;
}

.app-id-mail-permissions .c-step-list .c-list:after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width:46.24em) {
  .app-id-mail-permissions .c-step-list .c-list .c-step-title {
    font-size: 1em;
    font-weight: 700;
    width: 100%;
  }

  .app-id-mail-permissions .c-step-list .c-list .c-step-content {
    clear: left;
    width: 100%;
  }
}

.app-id-mail-permissions .c-question-tree .c-btn {
  max-width: 250px;
  display: block;
}

.app-id-mail-permissions .password-list-row {
  position: relative;
  min-height: 85px;
  overflow: hidden;
  opacity: 1;
}

.app-id-mail-permissions .password-list-row .c-divider.c-divider--fade {
  padding-top: 20px;
  margin-bottom: 20px;
  clear: both;
}

.app-id-mail-permissions .password-list-row .c-divider.c-divider--fade:before {
  background: -webkit-gradient(linear,left top,right top,from(#cfcfcf),color-stop(85%,#d9d9d9),to(hsla(0,0%,75%,0)));
  background: -webkit-linear-gradient(left,#cfcfcf,#d9d9d9 85%,hsla(0,0%,75%,0));
  background: -o-linear-gradient(left,#cfcfcf,#d9d9d9 85%,hsla(0,0%,75%,0));
  background: linear-gradient(to right,#cfcfcf,#d9d9d9 85%,hsla(0,0%,75%,0));
}

.app-id-mail-permissions .password-list-row .c-divider.c-divider--fade:after {
  display: none;
}

.app-id-mail-permissions .password-list-row .c-text-body:first-letter {
  text-transform: uppercase;
}

.app-id-mail-permissions .password-list-row .c-password-list-row-detail {
  width: 250px;
  float: left;
}

.app-id-mail-permissions .password-list-row .c-password-list-row-detail .c-password-created-date,
.app-id-mail-permissions .password-list-row .c-password-list-row-detail .c-password-name {
  display: block;
}

.app-id-mail-permissions .password-list-row .c-password-list-remove-btn {
  float: right;
}

.app-id-mail-permissions .password-list-row .c-dialog.c-dialog-type--warning {
  padding-top: 20px;
  clear: left;
}

.app-id-mail-permissions .password-list-row .c-dialog.c-dialog-type--warning .warning {
  position: absolute;
}

.app-id-mail-permissions .password-list-row .c-dialog.c-dialog-type--warning .c-dialog-body {
  margin-left: 75px;
}

.app-id-mail-permissions .password-list-row .is-disabled:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.app-id-mail-permissions .password-list-row .c-btn--link.is-disabled {
  color: silver;
}

.app-id-mail-permissions .password-list-row .c-btn--link.is-disabled:active,
.app-id-mail-permissions .password-list-row .c-btn--link.is-disabled:focus,
.app-id-mail-permissions .password-list-row .c-btn--link.is-disabled:hover {
  color: silver;
  background: transparent;
  text-decoration: none;
}

.app-id-mail-permissions .password-list-row .c-spinner {
  float: right;
}

.app-id-mail-permissions .password-list-row .c-spinner--tiny {
  font-size: 40px;
}

@media (max-width:46.24em) {
  .app-id-mail-permissions .password-list-row .c-password-list-remove-btn {
    float: left;
    clear: left;
  }

  .app-id-mail-permissions .password-list-row .c-password-list-remove-btn .c-btn--remove {
    font-size: 12px;
    font-size: .66667rem;
    line-height: 1.5;
  }

  .app-id-mail-permissions .password-list-row .c-dialog.c-dialog-type--warning.warning-small .c-dialog-body {
    margin-left: 0;
    margin-top: 40px;
  }
}

.app-id-mail-permissions .password-list-row.password-list-row-editing {
  min-height: 250px;
  -webkit-transition: opacity .25s,height .25s,min-height .25s;
  -o-transition: opacity .25s,height .25s,min-height .25s;
  transition: opacity .25s,height .25s,min-height .25s;
}

.app-id-mail-permissions .password-list-row.password-list-row-deleted {
  opacity: 0;
  min-height: 0;
  height: 0;
}

.app-id-mail-permissions .password-list-row:after {
  content: "";
  display: block;
  clear: both;
  width: 100%;
}

.app-mysky-tv-pin .c-tv-pin-form {
  max-width: 22em;
}

.app-mysky-tv-pin #viewingcardform-viewing-card-pin .c-form-input {
  text-align: center;
  font-size: 1.9rem;
  height: 1.3em;
}

.app-mysky-tv-pin .c-spinner--tiny {
  font-size: 20px;
}

.app-mysky-tv-pin input::-webkit-inner-spin-button,
.app-mysky-tv-pin input::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.app-mysky-tv-pin input[type=number] {
  -moz-appearance: textfield;
}

.app-mysky-tv-pin .c-tv-pin-form__submit svg {
  -webkit-animation: spin 1s infinite linear;
  animation: spin 1s infinite linear;
}

.soundboxPurchase .u-padding-all {
  padding: 20px!important;
}

.soundboxPurchase .u-padding-all-tiny {
  padding: 5px!important;
}

.soundboxPurchase .u-padding-all-small {
  padding: 10px!important;
}

.soundboxPurchase .u-padding-all-large {
  padding: 40px!important;
}

.soundboxPurchase .u-padding-all-none {
  padding: 0!important;
}

.soundboxPurchase .u-padding-top {
  padding-top: 20px!important;
}

.soundboxPurchase .u-padding-top-tiny {
  padding-top: 5px!important;
}

.soundboxPurchase .u-padding-top-small {
  padding-top: 10px!important;
}

.soundboxPurchase .u-padding-top-large {
  padding-top: 40px!important;
}

.soundboxPurchase .u-padding-top-none {
  padding-top: 0!important;
}

.soundboxPurchase .u-padding-right {
  padding-right: 20px!important;
}

.soundboxPurchase .u-padding-right-tiny {
  padding-right: 5px!important;
}

.soundboxPurchase .u-padding-right-small {
  padding-right: 10px!important;
}

.soundboxPurchase .u-padding-right-large {
  padding-right: 40px!important;
}

.soundboxPurchase .u-padding-right-none {
  padding-right: 0!important;
}

.soundboxPurchase .u-padding-bottom {
  padding-bottom: 20px!important;
}

.soundboxPurchase .u-padding-bottom-tiny {
  padding-bottom: 5px!important;
}

.soundboxPurchase .u-padding-bottom-small {
  padding-bottom: 10px!important;
}

.soundboxPurchase .u-padding-bottom-large {
  padding-bottom: 40px!important;
}

.soundboxPurchase .u-padding-bottom-none {
  padding-bottom: 0!important;
}

.soundboxPurchase .u-padding-left {
  padding-left: 20px!important;
}

.soundboxPurchase .u-padding-left-tiny {
  padding-left: 5px!important;
}

.soundboxPurchase .u-padding-left-small {
  padding-left: 10px!important;
}

.soundboxPurchase .u-padding-left-large {
  padding-left: 40px!important;
}

.soundboxPurchase .u-padding-left-none {
  padding-left: 0!important;
}

.soundboxPurchase .u-margin-all {
  margin: 20px!important;
}

.soundboxPurchase .u-margin-all-tiny {
  margin: 5px!important;
}

.soundboxPurchase .u-margin-all-small {
  margin: 10px!important;
}

.soundboxPurchase .u-margin-all-large {
  margin: 40px!important;
}

.soundboxPurchase .u-margin-all-none {
  margin: 0!important;
}

.soundboxPurchase .u-margin-top {
  margin-top: 20px!important;
}

.soundboxPurchase .u-margin-top-tiny {
  margin-top: 5px!important;
}

.soundboxPurchase .u-margin-top-small {
  margin-top: 10px!important;
}

.soundboxPurchase .u-margin-top-large {
  margin-top: 40px!important;
}

.soundboxPurchase .u-margin-top-none {
  margin-top: 0!important;
}

.soundboxPurchase .u-margin-right {
  margin-right: 20px!important;
}

.soundboxPurchase .u-margin-right-tiny {
  margin-right: 5px!important;
}

.soundboxPurchase .u-margin-right-small {
  margin-right: 10px!important;
}

.soundboxPurchase .u-margin-right-large {
  margin-right: 40px!important;
}

.soundboxPurchase .u-margin-right-none {
  margin-right: 0!important;
}

.soundboxPurchase .u-margin-bottom {
  margin-bottom: 20px!important;
}

.soundboxPurchase .u-margin-bottom-tiny {
  margin-bottom: 5px!important;
}

.soundboxPurchase .u-margin-bottom-small {
  margin-bottom: 10px!important;
}

.soundboxPurchase .u-margin-bottom-large {
  margin-bottom: 40px!important;
}

.soundboxPurchase .u-margin-bottom-none {
  margin-bottom: 0!important;
}

.soundboxPurchase .u-margin-left {
  margin-left: 20px!important;
}

.soundboxPurchase .u-margin-left-tiny {
  margin-left: 5px!important;
}

.soundboxPurchase .u-margin-left-small {
  margin-left: 10px!important;
}

.soundboxPurchase .u-margin-left-large {
  margin-left: 40px!important;
}

.soundboxPurchase .u-margin-left-none {
  margin-left: 0!important;
}

.soundboxPurchase .u-clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.soundboxPurchase .u-color-minor {
  color: #7f7f7f;
}

.soundboxPurchase .mast-c-footer {
  margin-top: 0;
}

.soundboxPurchase .c-checkout {
  margin-bottom: 50px;
}

.soundboxPurchase .u-margin-center {
  margin: 0 auto;
}

.soundboxPurchase .u-line-height-reset {
  line-height: 1;
}

@media (min-width:46.25em) {
  .soundboxPurchase .u-margin-left\@medium {
    margin-left: 20px;
  }
}

@media (min-width:46.25em) {
  .soundboxPurchase .u-padding-horizontal\@medium {
    padding: 0 20px;
  }
}

@media (max-width:46.24em) {
  .soundboxPurchase .u-margin-left-none\<medium {
    margin-left: 0;
  }
}

.soundboxPurchase .u-margin-top-xlarge {
  margin-top: 80px;
}

.soundboxPurchase .c-basket-wrapper {
  z-index: 300;
  position: absolute;
  top: 4px;
  right: 2px;
}

@media (min-width:46.25em) {
  .soundboxPurchase .c-basket-wrapper {
    z-index: 50;
    position: relative;
    top: 0;
    right: 0;
  }
}

.soundboxPurchase .c-basket-wrapper__floating-basket {
  padding-left: 20px;
}

@media (max-width:46.24em) {
  .soundboxPurchase .c-basket-wrapper__floating-basket {
    display: none;
  }
}

.soundboxPurchase .c-basket-wrapper__floating-basket--fixed {
  position: fixed;
  top: 20px;
}

@media (min-width:46.25em) {
  .soundboxPurchase .c-basket-wrapper__floating-basket--fixed {
    max-width: 450px;
    width: 33.33%;
  }
}

.soundboxPurchase .c-basket-wrapper__toggle {
  background: none;
  border: 0;
}

@media (min-width:46.25em) {
  .soundboxPurchase .c-basket-wrapper__toggle {
    display: none;
  }
}

.soundboxPurchase .c-basket-wrapper__toggle:after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  border: 2px solid #fff;
  border-radius: 20px;
  background-color: red;
  position: absolute;
  top: 10px;
  right: 5px;
}

.soundboxPurchase .c-basket-overlay {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 300;
}

.soundboxPurchase .c-basket-overlay.is-open {
  display: inline-block;
}

.soundboxPurchase .c-basket-overlay .c-panel__toggle {
  background: none;
  border: 0;
}

@media (max-width:26.24em) {
  .soundboxPurchase .c-basket-overview__image {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    white-space: nowrap!important;
  }
}

@media (min-width:46.25em) {
  .soundboxPurchase .c-box {
    padding: 2em;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
    box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
  }
}

.soundboxPurchase .c-btn--primary .c-icon {
  fill: #fff;
}

.soundboxPurchase .c-btn--icon .c-icon {
  position: relative;
  top: .1em;
  width: 20px;
  height: 20px;
  margin-right: .5em;
}

.soundboxPurchase .c-lure__link {
  display: inline-block;
}

@media (min-width:64em) {
  .soundboxPurchase .c-lure__label {
    display: block;
    margin-bottom: 5px;
  }
}

.soundboxPurchase .c-lure__icon {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
  padding: 5px;
  stroke: #0073c5;
  stroke-width: 2px;
  fill: none;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.soundboxPurchase .c-panel__toggle--button {
  background: transparent;
  border: none;
  font-weight: 400;
}

.soundboxPurchase .c-product-features .c-tabs {
  margin-bottom: 0;
}

@media (max-width:46.24em) {
  .soundboxPurchase .c-product-features .c-tabs__header {
    padding: 0 20px;
  }
}

@media (max-width:26.24em) {
  .soundboxPurchase .c-product-hero button {
    width: 100%;
  }
}

.soundboxPurchase .c-product-hero__text {
  width: 80%;
  margin: 0 auto;
  padding: 0 20px;
}

@media (min-width:46.25em) {
  .soundboxPurchase .c-product-hero__text {
    width: 60%;
  }
}

@media (min-width:61.25em) {
  .soundboxPurchase .c-product-hero__text {
    width: 50%;
  }
}

@media (min-width:81.25em) {
  .soundboxPurchase .c-product-hero__text {
    width: 35%;
  }
}

@media (min-width:81.25em) {
  .soundboxPurchase .c-product-hero__text--eligibility {
    width: 25%;
  }
}

.soundboxPurchase .c-product-hero__image {
  margin-top: 1.5em;
}

@media (min-width:46.25em) {
  .soundboxPurchase .c-product-hero__image {
    margin-top: 0;
  }
}

.soundboxPurchase .c-product-hero--solid {
  background-color: #fff;
}

.soundboxPurchase .c-product-hero__icon--success {
  fill: #1cb334;
}

.soundboxPurchase .c-product-hero__icon--info {
  fill: #4a4a4a;
}

.soundboxPurchase .c-product-hero__icon--error {
  fill: #ff2744;
}

.soundboxPurchase .c-soundbox-hero {
  color: #fff;
}

@media (min-width:46.25em) {
  .soundboxPurchase .c-soundbox-hero {
    height: 100vh;
    overflow: hidden;
    position: relative;
  }
}

.soundboxPurchase .c-soundbox-hero:after,
.soundboxPurchase .c-soundbox-hero:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  height: 5px;
  width: 100%;
  background: hsla(0,0%,100%,.3);
}

.soundboxPurchase .c-soundbox-hero video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.soundboxPurchase .product-introduction-container {
  position: relative;
  background: #fff;
}

.soundboxPurchase .product-introduction-text {
  position: absolute;
  top: 0;
}

@media (max-width:26.24em) {
  .soundboxPurchase .product-introduction-text {
    height: 52%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.soundboxPurchase .product-introduction-link {
  bottom: 20px;
  position: absolute;
  width: 100%;
}

@media (max-width:26.24em) {
  .soundboxPurchase .product-introduction-link {
    height: 20em;
  }
}

.soundboxPurchase .c-lure__label {
  display: none;
}

@media (min-width:46.25em) {
  .soundboxPurchase .c-lure__label {
    display: block;
    bottom: 15%;
  }
}

.soundboxPurchase .c-product-reviews {
  background: #fff;
}

@media (min-width:46.25em) {
  .soundboxPurchase .c-product-reviews__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.soundboxPurchase .c-product-reviews__list-item {
  padding: 0 40px;
}

.soundboxPurchase .c-product-reviews__list-item:after,
.soundboxPurchase .c-product-reviews__list-item:before {
  display: none;
  opacity: .5;
}

@media (min-width:46.25em) {
  .soundboxPurchase .c-product-reviews__list-item {
    margin-bottom: 0;
  }

  .soundboxPurchase .c-product-reviews__list-item:after,
  .soundboxPurchase .c-product-reviews__list-item:before {
    display: block;
  }

  .soundboxPurchase .c-product-reviews__list-item:first-child:after,
  .soundboxPurchase .c-product-reviews__list-item:first-child:before {
    display: none;
  }
}

.soundboxPurchase .c-product-reviews__image {
  max-width: 200px;
  max-height: 90px;
}

.soundboxPurchase .c-signin {
  min-height: 100vh;
  background-color: #fff;
}

.soundboxPurchase .c-signin__header {
  height: 150px;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.soundboxPurchase .c-signin__image {
  height: 60%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
}

.soundboxPurchase .c-signin__form {
  width: 100%;
  margin: 0 auto;
  margin-top: 40px;
}

@media (min-width:46.25em) {
  .soundboxPurchase .c-signin__form {
    width: 270px;
  }
}

.soundboxPurchase .c-signin__form .c-spinner {
  font-size: 25px;
}

.soundboxPurchase .c-upsell .c-upsell-cta-row {
  margin: 0 20px 40px;
}

@media (max-width:26.24em) {
  .soundboxPurchase .c-upsell .c-upsell-cta {
    width: 100%;
  }
}

.soundboxPurchase .c-upsell .c-upsell-image {
  padding: 0 10px;
}

.app-toolkit .o-container--wide {
  max-width: 1260px;
  padding-right: 20px;
  padding-left: 20px;
}

.app-toolkit .o-guide-layout {
  position: relative;
  display: block;
}

.app-toolkit .o-guide-layout__side {
  position: relative;
  display: block;
  height: 100%;
  z-index: 50;
  overflow: visible;
}

@media (min-width:46.25em) {
  .app-toolkit .o-guide-layout__side {
    position: absolute;
    width: 12em;
  }
}

.app-toolkit .o-guide-layout__side.is-fixed {
  position: relative;
}

@media (min-width:46.25em) {
  .app-toolkit .o-guide-layout__side.is-fixed {
    position: fixed;
    top: 0;
    bottom: 90px;
  }
}

.app-toolkit .o-guide-layout__main {
  position: relative;
  display: block;
  z-index: 1;
  padding-top: 20px;
  min-height: 40em;
}

@media (min-width:46.25em) {
  .app-toolkit .o-guide-layout__main {
    padding-left: calc(12em + 40px);
  }
}

.app-toolkit .o-layout--principles {
  margin-bottom: 40px;
}

@media (min-width:61.25em) {
  .app-toolkit .o-layout--principles {
    margin-bottom: 10px;
  }
}

.app-toolkit .c-aside {
  background: #fff;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
  padding: 20px;
}

@media (min-width:46.25em) {
  .app-toolkit .c-aside {
    max-height: 100%;
    overflow: scroll;
  }
}

@media (min-width:46.25em) {
  .o-guide-layout__side.is-fixed .app-toolkit .c-aside {
    height: calc(100vh - 100px);
    overflow: scroll;
  }
}

.app-toolkit .c-header {
  display: block;
  position: relative;
  padding: 10px 0;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
  z-index: 100;
}

.app-toolkit .c-header__title {
  font-size: 28px;
  font-size: 1.55556rem;
  line-height: 1.21;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  color: #4a4a4a;
}

.app-toolkit .c-header__title:focus,
.app-toolkit .c-header__title:hover {
  color: #0073c5;
  text-decoration: none;
}

@media (min-width:46.25em) {
  .app-toolkit .c-header__title {
    font-size: 34px;
    font-size: 1.88889rem;
    line-height: 1.18;
  }
}

.app-toolkit .c-header__title--blackjack {
  color: #000;
  font-weight: 700;
}

.app-toolkit .c-header__logo {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 35px;
  background-image: url("data:image/jpeg;base64,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dEJvdHRvbWxvbmcAAAAAAAAADGNyb3BSZWN0TGVmdGxvbmcAAAAAAAAADWNyb3BSZWN0UmlnaHRsb25nAAAAAAAAAAtjcm9wUmVjdFRvcGxvbmcAAAAAADhCSU0D7QAAAAAAEABIAAAAAQACAEgAAAABAAI4QklNBCYAAAAAAA4AAAAAAAAAAAAAP4AAADhCSU0EDQAAAAAABAAAAHg4QklNBBkAAAAAAAQAAAAeOEJJTQPzAAAAAAAJAAAAAAAAAAABADhCSU0nEAAAAAAACgABAAAAAAAAAAI4QklNA/UAAAAAAEgAL2ZmAAEAbGZmAAYAAAAAAAEAL2ZmAAEAoZmaAAYAAAAAAAEAMgAAAAEAWgAAAAYAAAAAAAEANQAAAAEALQAAAAYAAAAAAAE4QklNA/gAAAAAAHAAAP////////////////////////////8D6AAAAAD/////////////////////////////A+gAAAAA/////////////////////////////wPoAAAAAP////////////////////////////8D6AAAOEJJTQQAAAAAAAACAAE4QklNBAIAAAAAAAYAAAAAAAA4QklNBDAAAAAAAAMBAQEAOEJJTQQtAAAAAAAGAAEAAAAEOEJJTQQIAAAAAAAQAAAAAQAAAkAAAAJAAAAAADhCSU0EHgAAAAAABAAAAAA4QklNBBoAAAAAA0kAAAAGAAAAAAAAAAAAAAA/AAAAZAAAAAoAVQBuAHQAaQB0AGwAZQBkAC0AMQAAAAEAAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAZAAAAD8AAAAAAAAAAAAAAAAAAAAAAQAAAAAAAAAAAAAAAAAAAAAAAAAQAAAAAQAAAAAAAG51bGwAAAACAAAABmJvdW5kc09iamMAAAABAAAAAAAAUmN0MQAAAAQAAAAAVG9wIGxvbmcAAAAAAAAAAExlZnRsb25nAAAAAAAAAABCdG9tbG9uZwAAAD8AAAAAUmdodGxvbmcAAABkAAAABnNsaWNlc1ZsTHMAAAABT2JqYwAAAAEAAAAAAAVzbGljZQAAABIAAAAHc2xpY2VJRGxvbmcAAAAAAAAAB2dyb3VwSURsb25nAAAAAAAAAAZvcmlnaW5lbnVtAAAADEVTbGljZU9yaWdpbgAAAA1hdXRv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L1Jlc291cmNlRXZlbnQjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCkiIHhtcDpDcmVhdGVEYXRlPSIyMDE2LTEwLTA2VDA5OjMxOjU0KzAxOjAwIiB4bXA6TWV0YWRhdGFEYXRlPSIyMDE2LTEwLTA2VDA5OjMxOjU0KzAxOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAxNi0xMC0wNlQwOTozMTo1NCswMTowMCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpjYmRiOWUzYy00MGRlLTQyNTUtYTZmOC01YjllMmVlNTUyYjUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ZDdmMjdiYjItMGMxNS00YWQ2LTkxMTktMGRlY2JhNTljNzM4IiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6ZDdmMjdiYjItMGMxNS00YWQ2LTkxMTktMGRlY2JhNTljNzM4IiBkYzpmb3JtYXQ9ImltYWdlL2pwZWciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJEaXNwbGF5Ij4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpkN2YyN2JiMi0wYzE1LTRhZDYtOTExOS0wZGVjYmE1OWM3MzgiIHN0RXZ0OndoZW49IjIwMTYtMTAtMDZUMDk6MzE6NTQrMDE6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAoTWFjaW50b3NoKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6Y2JkYjllM2MtNDBkZS00MjU1LWE2ZjgtNWI5ZTJlZTU1MmI1IiBzdEV2dDp3aGVuPSIyMDE2LTEwLTA2VDA5OjMxOjU0KzAxOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgKE1hY2ludG9zaCkiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDw/eHBhY2tldCBlbmQ9InciPz7/4gz4SUNDX1BST0ZJTEUAAQEAAAzoYXBwbAIQAABtbnRyUkdCIFhZWiAH4AAIAAsACQAPACFhY3NwQVBQTAAAAABBUFBMAAAAAAAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLWFwcGwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABFkZXNjAAABUAAAAGJkc2NtAAABtAAAAc5jcHJ0AAADhAAAACN3dHB0AAADqAAAABRyWFlaAAADvAAAABRnWFlaAAAD0AAAABRiWFlaAAAD5AAAABRyVFJDAAAD+AAACAxhYXJnAAAMBAAAACB2Y2d0AAAMJAAAADBuZGluAAAMVAAAAD5jaGFkAAAMlAAAACxtbW9kAAAMwAAAAChiVFJDAAAD+AAACAxnVFJDAAAD+AAACAxhYWJnAAAMBAAAACBhYWdnAAAMBAAAACBkZXNjAAAAAAAAAAhEaXNwbGF5AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAbWx1YwAAAAAAAAAiAAAA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");
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width:46.25em) {
  .app-toolkit .c-header__logo {
    width: 70px;
    height: 40px;
  }
}

.app-toolkit .c-footer {
  display: block;
  background-color: #fff;
  margin: 0;
  overflow: hidden;
  padding-top: 20px;
  -webkit-box-shadow: inset 0 7px 10px -7px #909090;
  box-shadow: inset 0 7px 10px -7px #909090;
}

.app-toolkit .c-nav {
  position: relative;
}

.app-toolkit .c-nav__link {
  color: #4a4a4a;
}

.app-toolkit .c-nav__link:focus,
.app-toolkit .c-nav__link:hover {
  text-decoration: none;
  color: #0073c5;
}

.app-toolkit .c-nav__group {
  max-height: 0;
  overflow: hidden;
  margin-bottom: 5px;
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.app-toolkit .c-nav__group.is-current,
.app-toolkit .c-nav__group.is-open {
  max-height: 50em;
  opacity: 1;
}

.app-toolkit .c-nav__group li:first-of-type {
  margin-top: 5px;
}

.app-toolkit .c-nav__link.is-active {
  font-weight: 700;
}

.app-toolkit .c-nav--header {
  display: inline-block;
  vertical-align: middle;
  margin-top: 5px;
}

@media (min-width:46.25em) {
  .app-toolkit .c-nav--header {
    margin-top: 0;
  }
}

.app-toolkit .c-nav--side {
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.44;
  margin-bottom: 20px;
  padding: 5px 0 10px;
}

@media (min-width:46.25em) {
  .app-toolkit .c-nav--side {
    margin-bottom: 0;
    padding: 0;
  }
}

.app-toolkit .c-tile--intro {
  margin-bottom: 0;
}

.app-toolkit .c-tile--intro .c-tile__content {
  background: #fff;
  padding: .5em 0;
}

.app-toolkit .c-tile--solid-white .c-tile__content {
  background: #fff;
}

.app-toolkit .c-tile--solid-white .c-tile__body:before {
  background-image: none;
}

.app-toolkit .c-tile--light .c-tile__content {
  background: #fff;
}

.app-toolkit .c-tile--guides .c-skycon .c-skycon__path {
  fill: #000;
  -webkit-transition: fill .25s ease;
  -o-transition: fill .25s ease;
  transition: fill .25s ease;
}

.app-toolkit .c-tile--guides .c-tile__overlay {
  height: 40%;
}

.app-toolkit .c-tile--guides .c-tile__media {
  width: 40%;
  display: block;
  margin: 1rem auto 0;
}

.app-toolkit .c-tile--guides .c-tile__content:hover .c-skycon__path {
  fill: #0073c5;
}

.app-toolkit .c-snippet {
  background-color: #fff;
  border: 1px solid #eaeaea;
  border-radius: .25em;
  color: #222;
  font-size: inherit;
  line-height: inherit;
  margin: 0 2px;
  padding: 2px 5px;
}

.app-toolkit .c-snippet--code {
  font-size: 16px;
  font-size: .88889rem;
}

.app-toolkit .c-snippet--pre {
  margin: 0 0 20px;
}

.app-toolkit .c-snippet--pre .c-snippet--code {
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.app-toolkit .c-page {
  min-height: 95vh;
}

.app-toolkit .c-page-index {
  min-height: 44.4vh;
}

.app-toolkit .c-btn--github {
  background-color: #222;
  color: #fff;
}

.app-toolkit .c-btn--github .c-btn__icon-inner {
  fill: #fff;
}

.app-toolkit .c-btn--github:hover {
  background-color: #7f7f7f;
}

.app-toolkit .c-btn--github-hollow {
  background-color: transparent;
  border-color: #4a4a4a;
  color: #4a4a4a;
}

.app-toolkit .c-btn--github-hollow .c-btn__icon-inner {
  fill: #4a4a4a;
  -webkit-transition: fill .5s ease;
  -o-transition: fill .5s ease;
  transition: fill .5s ease;
}

.app-toolkit .c-btn--github-hollow:hover {
  background-color: #4a4a4a;
  border-color: #4a4a4a;
  color: #fff;
}

.app-toolkit .c-btn--github-hollow:hover .c-btn__icon-inner {
  fill: #fff;
}

.app-toolkit .c-btn--with-icon {
  padding-right: 50px;
  position: relative;
}

.app-toolkit .c-btn--with-icon .c-btn__icon-outer {
  position: absolute;
  right: 5px;
  top: 0;
}

.app-toolkit .c-code-example {
  display: block;
  position: relative;
  margin-bottom: 20px;
}

.app-toolkit .c-code-example__render,
.app-toolkit .c-code-example__source {
  display: block;
  position: relative;
  margin: 0;
  border-color: silver;
  border-style: solid;
}

.app-toolkit .c-code-example__source {
  font-size: 18px;
  font-size: 1rem;
  border-width: 0 1px 1px;
  border-radius: 0 0 .25em .25em;
  font-family: Roboto Mono,Source Code Pro,Menlo,Consolas,Liberation Mono,monospace;
  overflow-y: scroll;
}

.app-toolkit .c-code-example__source .hljs {
  background: none;
  font-family: inherit;
  padding: 20px;
}

.app-toolkit .c-code-example__render {
  border-width: 1px;
  border-radius: .25em .25em 0 0;
}

.app-toolkit .c-code-example--dark .c-code-example__render {
  background-color: #222;
  border-color: #222;
}

.app-toolkit .c-code-example .c-panel {
  left: 0!important;
  margin-left: 0!important;
  max-width: 100%;
}

.app-toolkit .c-code-example__container {
  padding: 0;
}

.app-toolkit .c-code-example__container--tile {
  max-width: 26em;
}

@media (max-width:46.24em) {
  .app-toolkit .c-heading-anchor__link {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    height: 1px!important;
    margin: -1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    white-space: nowrap!important;
  }
}

@media (min-width:46.25em) {
  .app-toolkit .c-heading-anchor__link {
    margin-left: -27px;
    font-size: 22px;
    padding-right: 5px;
    text-decoration: none;
    opacity: 0;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
  }
}

@media (min-width:46.25em) {
  .app-toolkit .c-heading-anchor:hover .c-heading-anchor__link {
    text-decoration: none;
    opacity: 1;
  }
}

.app-toolkit .c-intro {
  color: #fff;
  text-align: center;
}

.app-toolkit .c-roundel--contributor .c-roundel__option {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.app-toolkit .c-roundel--contributor .c-roundel__option:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.app-toolkit .c-roundel--contributor-rip .c-roundel__option,
.app-toolkit .c-roundel--contributor-rip .c-roundel__option:hover {
  opacity: .5;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.app-toolkit .c-swatch {
  padding: 10px;
  border-radius: .25em;
}

.app-toolkit .c-swatch__name {
  margin-bottom: 5px;
}

.app-toolkit .c-swatch__hex {
  display: block;
  font-family: Sky Text,Helvetica,Arial,sans-serif;
  margin-bottom: 9px;
}

.app-toolkit .c-swatch__code {
  display: inline-block;
  position: relative;
  font-size: inherit;
  line-height: inherit;
  padding: 5px 10px;
}

.app-toolkit .c-swatch__code:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  border: 1px solid currentColor;
  border-radius: .25em;
  opacity: .25;
}

.app-toolkit .c-swatch--color-brand {
  background-color: #0073c5;
  color: #fff;
}

.app-toolkit .c-swatch--color-highlight {
  background-color: #73add8;
  color: #fff;
}

.app-toolkit .c-swatch--color-error {
  background-color: #ff2744;
  color: #fff;
}

.app-toolkit .c-swatch--color-success {
  background-color: #1cb334;
  color: #fff;
}

.app-toolkit .c-swatch--color-text {
  background-color: #4a4a4a;
  color: #fff;
}

.app-toolkit .c-swatch--color-black {
  background-color: #000;
  color: #fff;
}

.app-toolkit .c-swatch--color-white {
  background-color: #fff;
  color: #222;
}

.app-toolkit .c-swatch--color-grey-10 {
  background-color: #eaeaea;
  color: #222;
}

.app-toolkit .c-swatch--color-grey-20 {
  background-color: silver;
  color: #222;
}

.app-toolkit .c-swatch--color-grey-30 {
  background-color: #9f9f9f;
  color: #fff;
}

.app-toolkit .c-swatch--color-grey-40 {
  background-color: #7f7f7f;
  color: #fff;
}

.app-toolkit .c-swatch--color-grey-50 {
  background-color: #222;
  color: #fff;
}

.app-toolkit .c-swatch--gradient-default {
  background-color: #fff;
  background-image: -webkit-linear-gradient(top,#f2f2f5 0,#fff 100%);
  background-image: -o-linear-gradient(top,#f2f2f5 0,#fff 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#f2f2f5),to(#fff));
  background-image: linear-gradient(to bottom,#f2f2f5 0,#fff 100%);
  color: #222;
}

.app-toolkit .c-swatch--gradient-highlight {
  background-color: #fff;
  background-image: -webkit-linear-gradient(top,#cdccd4 0,#fff 100%);
  background-image: -o-linear-gradient(top,#cdccd4 0,#fff 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#cdccd4),to(#fff));
  background-image: linear-gradient(to bottom,#cdccd4 0,#fff 100%);
  color: #222;
}

.app-toolkit .c-swatch--gradient-tile {
  background-color: #e6e6ea;
  background-image: -webkit-linear-gradient(top,#fff 50%,#e6e6ea 100%);
  background-image: -o-linear-gradient(top,#fff 50%,#e6e6ea 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),to(#e6e6ea));
  background-image: linear-gradient(to bottom,#fff 50%,#e6e6ea 100%);
  color: #222;
}

.app-toolkit .c-swatch--gradient-sky-1 {
  background-color: #079ef8;
  background-image: -webkit-linear-gradient(top,#0080df 0,#079ef8 100%);
  background-image: -o-linear-gradient(top,#0080df 0,#079ef8 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#0080df),to(#079ef8));
  background-image: linear-gradient(to bottom,#0080df 0,#079ef8 100%);
  color: #fff;
}

.app-toolkit .c-swatch--gradient-sky-account {
  background-color: #197bc9;
  background-image: -webkit-linear-gradient(top,#135fa0 0,#197bc9 100%);
  background-image: -o-linear-gradient(top,#135fa0 0,#197bc9 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#135fa0),to(#197bc9));
  background-image: linear-gradient(to bottom,#135fa0 0,#197bc9 100%);
  color: #fff;
}

.app-toolkit .c-swatch--gradient-sky-atlantic {
  background-color: #079ef8;
  background-image: -webkit-linear-gradient(top,#003a7f 0,#079ef8 100%);
  background-image: -o-linear-gradient(top,#003a7f 0,#079ef8 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#003a7f),to(#079ef8));
  background-image: linear-gradient(to bottom,#003a7f 0,#079ef8 100%);
  color: #fff;
}

.app-toolkit .c-swatch--gradient-sky-arts {
  background-color: #fd5366;
  background-image: -webkit-linear-gradient(top,#fd004c 0,#fd5366 100%);
  background-image: -o-linear-gradient(top,#fd004c 0,#fd5366 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#fd004c),to(#fd5366));
  background-image: linear-gradient(to bottom,#fd004c 0,#fd5366 100%);
  color: #fff;
}

.app-toolkit .c-swatch--gradient-sky-box-sets {
  background-color: #80082c;
  background-image: -webkit-linear-gradient(top,#5c0f39 0,#80082c 100%);
  background-image: -o-linear-gradient(top,#5c0f39 0,#80082c 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#5c0f39),to(#80082c));
  background-image: linear-gradient(to bottom,#5c0f39 0,#80082c 100%);
  color: #fff;
}

.app-toolkit .c-swatch--gradient-sky-cinema {
  background-color: #cb0033;
  background-image: -webkit-linear-gradient(top,#903 0,#cb0033 100%);
  background-image: -o-linear-gradient(top,#903 0,#cb0033 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#903),to(#cb0033));
  background-image: linear-gradient(to bottom,#903 0,#cb0033 100%);
  color: #fff;
}

.app-toolkit .c-swatch--gradient-sky-kids {
  background-color: #6626a1;
  background-image: -webkit-linear-gradient(top,#4c0080 0,#6626a1 100%);
  background-image: -o-linear-gradient(top,#4c0080 0,#6626a1 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#4c0080),to(#6626a1));
  background-image: linear-gradient(to bottom,#4c0080 0,#6626a1 100%);
  color: #fff;
}

.app-toolkit .c-swatch--gradient-sky-living {
  background-color: #67a0b5;
  background-image: -webkit-linear-gradient(top,#68879c 0,#67a0b5 100%);
  background-image: -o-linear-gradient(top,#68879c 0,#67a0b5 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#68879c),to(#67a0b5));
  background-image: linear-gradient(to bottom,#68879c 0,#67a0b5 100%);
  color: #fff;
}

.app-toolkit .c-swatch--gradient-sky-news {
  background-color: #122d74;
  background-image: -webkit-linear-gradient(top,#041957 0,#122d74 100%);
  background-image: -o-linear-gradient(top,#041957 0,#122d74 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#041957),to(#122d74));
  background-image: linear-gradient(to bottom,#041957 0,#122d74 100%);
  color: #fff;
}

.app-toolkit .c-swatch--gradient-sky-sports {
  background-color: #122476;
  background-image: -webkit-linear-gradient(top,#021158 0,#122476 100%);
  background-image: -o-linear-gradient(top,#021158 0,#122476 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#021158),to(#122476));
  background-image: linear-gradient(to bottom,#021158 0,#122476 100%);
  color: #fff;
}

.app-toolkit .c-swatch--gradient-sky-store {
  background-color: #073fa0;
  background-image: -webkit-linear-gradient(top,#003268 0,#073fa0 100%);
  background-image: -o-linear-gradient(top,#003268 0,#073fa0 100%);
  background-image: -webkit-gradient(linear,left top,left bottom,from(#003268),to(#073fa0));
  background-image: linear-gradient(to bottom,#003268 0,#073fa0 100%);
  color: #fff;
}

.app-toolkit .c-tile {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0 ease,-webkit-transform 0 ease;
  transition: opacity 0 ease,-webkit-transform 0 ease;
  -o-transition: opacity 0 ease,transform 0 ease;
  transition: opacity 0 ease,transform 0 ease;
  transition: opacity 0 ease,transform 0 ease,-webkit-transform 0 ease;
}

.app-toolkit .c-tile--full .c-tile__media {
  height: auto;
}

.c-code-example__source--no-example.c-code-example__source--no-example {
  border-width: 1px;
  border-radius: .25em;
}

.c-btn.c-btn--panel-indicator-demo.is-selected {
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}

.c-btn.c-btn--panel-indicator-demo.is-selected:after,
.c-btn.c-btn--panel-indicator-demo.is-selected:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -32px;
  left: 50%;
  width: 22px;
  height: 22px;
  margin-left: -11px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: translateZ(0) rotate(45deg);
}

.c-btn.c-btn--panel-indicator-demo.is-selected:before {
  -webkit-box-shadow: 5px 5px 8px #fff;
  box-shadow: 5px 5px 8px #fff;
}

.c-btn.c-btn--panel-indicator-demo.is-selected:after {
  background-color: #fff;
  -webkit-box-shadow: inset 11px 11px 11px -11px #9f9f9f;
  box-shadow: inset 11px 11px 11px -11px #9f9f9f;
}

.c-btn.c-btn--panel-indicator-demo-dark.is-selected {
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}

.c-btn.c-btn--panel-indicator-demo-dark.is-selected:after,
.c-btn.c-btn--panel-indicator-demo-dark.is-selected:before {
  display: block;
  content: "";
  position: absolute;
  bottom: -32px;
  left: 50%;
  width: 22px;
  height: 22px;
  margin-left: -11px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: translateZ(0) rotate(45deg);
}

.c-btn.c-btn--panel-indicator-demo-dark.is-selected:before {
  -webkit-box-shadow: 5px 5px 8px #222;
  box-shadow: 5px 5px 8px #222;
}

.c-btn.c-btn--panel-indicator-demo-dark.is-selected:after {
  background-color: #222;
  -webkit-box-shadow: inset 11px 11px 11px -11px #000;
  box-shadow: inset 11px 11px 11px -11px #000;
}

.tv-guide {
  overflow-x: auto;
  overflow-y: hidden;
}

.tv-guide .u-prevent-animation,
.tv-guide .u-prevent-animation .c-panel__content {
  -webkit-transition: none!important;
  -o-transition: none!important;
  transition: none!important;
  -webkit-animation: none!important;
  animation: none!important;
}

.tv-guide .c-panel.c-panel--animation-override {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  -webkit-transition: margin-bottom .5s ease;
  -o-transition: margin-bottom .5s ease;
  transition: margin-bottom .5s ease;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  will-change: transform;
  -webkit-animation-name: c-panel-shrink;
  animation-name: c-panel-shrink;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: cubic-bezier(.665,.425,.31,.965);
  animation-timing-function: cubic-bezier(.665,.425,.31,.965);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.tv-guide .c-panel.c-panel--animation-override.is-open {
  max-height: none;
  -webkit-animation-name: c-panel-grow;
  animation-name: c-panel-grow;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: cubic-bezier(.665,.425,.31,.965);
  animation-timing-function: cubic-bezier(.665,.425,.31,.965);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.tv-guide .c-panel__content {
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-animation-name: c-panel-inner-zoom-out;
  animation-name: c-panel-inner-zoom-out;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: cubic-bezier(.665,.425,.31,.965);
  animation-timing-function: cubic-bezier(.665,.425,.31,.965);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.tv-guide .is-open .c-panel__content {
  -webkit-animation-name: c-panel-inner-zoom;
  animation-name: c-panel-inner-zoom;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: cubic-bezier(.665,.425,.31,.965);
  animation-timing-function: cubic-bezier(.665,.425,.31,.965);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes c-panel-grow {
  0%, 1% {
    max-height: 0;
    -webkit-transform: scale3d(1,0,0);
    transform: scale3d(1,0,0);
  }

  99% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    max-height: 100vh;
  }

  to {
    max-height: none;
  }
}

@keyframes c-panel-grow {
  0%, 1% {
    max-height: 0;
    -webkit-transform: scale3d(1,0,0);
    transform: scale3d(1,0,0);
  }

  99% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    max-height: 100vh;
  }

  to {
    max-height: none;
  }
}

@-webkit-keyframes c-panel-shrink {
  0%, 1% {
    max-height: 100vh;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  to {
    max-height: 0;
    -webkit-transform: scale3d(1,0,0);
    transform: scale3d(1,0,0);
  }
}

@keyframes c-panel-shrink {
  0%, 1% {
    max-height: 100vh;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  to {
    max-height: 0;
    -webkit-transform: scale3d(1,0,0);
    transform: scale3d(1,0,0);
  }
}

@-webkit-keyframes c-panel-inner-zoom {
  0%, 35% {
    opacity: 0;
    -webkit-transform: scaleY(1.6);
    transform: scaleY(1.6);
  }

  50% {
    -webkit-transform: scaleY(1.1);
    transform: scaleY(1.1);
    opacity: .5;
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes c-panel-inner-zoom {
  0%, 35% {
    opacity: 0;
    -webkit-transform: scaleY(1.6);
    transform: scaleY(1.6);
  }

  50% {
    -webkit-transform: scaleY(1.1);
    transform: scaleY(1.1);
    opacity: .5;
  }

  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@-webkit-keyframes c-panel-inner-zoom-out {
  0%, 1% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  65% {
    -webkit-transform: scaleY(1.5);
    transform: scaleY(1.5);
    opacity: 0;
  }
}

@keyframes c-panel-inner-zoom-out {
  0%, 1% {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  65% {
    -webkit-transform: scaleY(1.5);
    transform: scaleY(1.5);
    opacity: 0;
  }
}

.tv-guide .channel-cell {
  height: 75px;
  white-space: normal;
  width: 160px;
  text-align: center;
  line-height: 60px;
  padding: 6.66667px;
  z-index: 2;
}

.tv-guide .channel-cell__content {
  float: right;
}

.tv-guide .channel-cell__label {
  padding: 0 10px;
  color: #fff;
  font-size: 12px;
  font-size: .66667rem;
  line-height: 1.5;
}

.tv-guide .channel-cell__logo {
  max-width: 80px;
}

.tv-guide .channel-cell__logo-placeholder {
  float: left;
  width: 60%;
  padding-top: 16px;
}

.tv-guide .c-day-filter {
  padding: 10px;
  min-height: 60px;
  line-height: 1.6;
  position: relative;
}

.tv-guide .c-day-filter__date {
  font-size: 25px;
  font-size: 1.38889rem;
  line-height: 1.24;
  line-height: 1.6;
}

.tv-guide .c-day-filter__navigation {
  position: absolute;
  font-size: 33px;
  color: #4a4a4a;
  line-height: 1;
}

.tv-guide .c-day-filter__navigation--left {
  left: 2%;
}

.tv-guide .c-day-filter__navigation--right {
  right: 2%;
}

@media (min-width:46.25em) {
  .tv-guide .c-day-filter__navigation {
    position: static;
    width: auto;
    height: auto;
  }
}

.tv-guide .c-day-filter__navigation-arrow {
  color: #242424;
  line-height: 33px;
  vertical-align: middle;
}

.tv-guide .c-day-filter__navigation-arrow--inactive {
  color: silver;
  cursor: default;
}

.tv-guide .c-day-filter__navigation-arrow--active {
  cursor: pointer;
}

.tv-guide .c-day-switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 87%;
  margin-top: .9%;
}

.tv-guide .c-day-switcher__date {
  font-size: 25px;
  font-size: 1.38889rem;
  line-height: 1.24;
  line-height: 1.6;
}

@media (min-width:46.25em) {
  .tv-guide .c-day-switcher__date {
    font-size: 20px;
    font-size: 1.11111rem;
    line-height: 1.3;
  }
}

.tv-guide .c-day-switcher__date--active {
  font-weight: 700;
}

.tv-guide .c-day-switcher__navigation {
  position: absolute;
  font-size: 33px;
  color: #4a4a4a;
  line-height: 1;
}

@media (min-width:46.25em) {
  .tv-guide .c-day-switcher__navigation {
    position: static;
    width: auto;
    height: auto;
  }
}

.tv-guide .c-dropdown-filter {
  padding: 10px;
}

.tv-guide .c-dropdown-filter .c-dropdown__list {
  z-index: 30!important;
  max-height: 30rem;
  overflow: scroll;
  overflow-x: hidden;
}

@media (max-width:26.24em) {
  .tv-guide .c-dropdown-filter {
    padding: 0;
  }

  .tv-guide .c-dropdown-filter .c-dropdown__link {
    font-size: .6rem;
  }

  .tv-guide .c-dropdown-filter .c-dropdown__toggle {
    font-size: .6rem;
    padding: 4px 16px;
  }

  .tv-guide .c-dropdown-filter .c-dropdown__toggle:after {
    background: 0;
  }
}

.tv-guide .c-filter-group {
  padding: 10px;
  min-width: 310px;
}

.tv-guide .c-filter-group__spacing {
  padding-left: 48px;
}

@media (min-width:46.25em) {
  .tv-guide .c-filter-group {
    padding: 10px 30px;
  }
}

@media (max-width:26.24em) {
  .tv-guide .c-filter-group .center-text\@small {
    text-align: center;
  }
}

@media (max-width:61.24em) {
  .tv-guide .c-filter-group .c-filter-hide\@large {
    display: none!important;
  }
}

@media (min-width:61.25em) {
  .tv-guide .c-filter-group .c-filter-show\@large {
    display: none!important;
  }
}

.tv-guide .tv-guide {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: auto;
}

.tv-guide .tv-guide__container {
  position: relative;
  width: 100%;
}

.tv-guide .tv-grid {
  position: relative;
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #fff;
  background-size: 100% 75px;
}

.tv-guide .tv-grid,
.tv-guide .tv-grid__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
}

.tv-guide .tv-grid__column {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.tv-guide .tv-grid__cell {
  white-space: nowrap;
}

.tv-guide .timeline {
  z-index: 21;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  pointer-events: none;
  user-select: none;
}

.tv-guide .timeline,
.tv-guide .timeline:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 26px;
}

.tv-guide .timeline:after {
  content: "";
  width: 160px;
  background: -webkit-radial-gradient(at bottom right,#4a4a4a 0,#000 70%);
  background: -o-radial-gradient(at bottom right,#4a4a4a 0,#000 70%);
  background: radial-gradient(at bottom right,#4a4a4a 0,#000 70%);
}

.tv-guide .timeline__scrollable {
  position: absolute;
  top: 0;
  left: 160px;
  right: 0;
  bottom: 0;
  overflow: hidden;
  background: -webkit-gradient(linear,left top,left bottom,from(#000),to(#4a4a4a));
  background: -webkit-linear-gradient(top,#000 0,#4a4a4a 100%);
  background: -o-linear-gradient(top,#000 0,#4a4a4a 100%);
  background: linear-gradient(to bottom,#000 0,#4a4a4a 100%);
}

.tv-guide .timeline__cell-container {
  position: relative;
  height: 100%;
}

.tv-guide .timeline__cell {
  height: 100%;
  display: inline-block;
  border-right: 1px solid #fff;
  color: #fff;
  padding: 0 15px;
}

.tv-guide .timeline-pointer {
  border-color: #0073c5;
  border-style: solid;
  border-width: 0 1px;
  z-index: 20;
}

.tv-guide .channel-sidebar {
  position: absolute;
  top: 26px;
  left: 0;
  bottom: 0;
  width: 160px;
  z-index: 21;
  overflow: hidden;
  pointer-events: none;
  background: -webkit-gradient(linear,left top,right top,from(#000),to(#4a4a4a));
  background: -webkit-linear-gradient(left,#000 0,#4a4a4a 100%);
  background: -o-linear-gradient(left,#000 0,#4a4a4a 100%);
  background: linear-gradient(to right,#000 0,#4a4a4a 100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tv-guide .channel-sidebar__list {
  will-change: transform;
}

.tv-guide .programme-cell {
  position: relative;
  display: inline-block;
  background-color: #fff;
  color: #0073c5;
  border: 1px solid silver;
  border-left: none;
  border-bottom: none;
  height: 100%;
  min-width: 100%;
  cursor: pointer;
  z-index: 0;
  padding: 10px;
  max-width: 100%;
  -webkit-transition: padding .3s ease-in-out,max-width .3s ease-in-out,z-index .3s ease-in-out;
  -o-transition: padding .3s ease-in-out,max-width .3s ease-in-out,z-index .3s ease-in-out;
  transition: padding .3s ease-in-out,max-width .3s ease-in-out,z-index .3s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tv-guide .programme-cell__times {
  color: #4a4a4a;
}

.tv-guide .programme-cell__times,
.tv-guide .programme-cell__title {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.tv-guide .programme-cell--truncated {
  padding-left: 0;
  padding-right: 0;
}

.tv-guide .programme-cell--truncated .programme-cell__content {
  -webkit-transition: opacity .1s ease-in-out;
  -o-transition: opacity .1s ease-in-out;
  transition: opacity .1s ease-in-out;
  opacity: 0;
}

.tv-guide .programme-cell--truncated:before {
  content: "...";
  position: absolute;
  width: 100%;
  top: 10px;
  right: 0;
  line-height: normal;
  text-align: center;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.tv-guide .programme-cell:hover .programme-cell__title {
  text-decoration: underline;
}

.tv-guide .programme-cell:hover:not(.programme-cell--truncated-prevent-expand) {
  width: auto;
  max-width: 1000px;
  z-index: 19;
}

.tv-guide .programme-cell:hover:not(.programme-cell--truncated-prevent-expand).programme-cell--truncated {
  padding-left: 10px;
  padding-right: 10px;
}

.tv-guide .programme-cell:hover:not(.programme-cell--truncated-prevent-expand).programme-cell--truncated .programme-cell__content {
  opacity: 1;
  -webkit-transition: opacity .3s ease;
  -o-transition: opacity .3s ease;
  transition: opacity .3s ease;
}

.tv-guide .programme-cell:hover:not(.programme-cell--truncated-prevent-expand).programme-cell--truncated:before {
  opacity: 0;
}

.tv-guide .programme-cell--showing {
  background-color: #eaeaea;
}

.tv-guide .programme-cell--off-screen {
  width: auto;
  position: absolute;
  left: -10000px;
}

.tv-guide .programme-cell__loading-bar-programme-description {
  width: 150px;
}

.tv-guide .programme-cell__loading-bar-programme-description,
.tv-guide .programme-cell__loading-bar-programme-time {
  background: -webkit-gradient(linear,left top,right top,color-stop(14%,#e3e3e3),color-stop(18%,#dfdfdf),color-stop(25%,#dcdcdc));
  background: -webkit-linear-gradient(left,#e3e3e3 14%,#dfdfdf 18%,#dcdcdc 25%);
  background: -o-linear-gradient(left,#e3e3e3 14%,#dfdfdf 18%,#dcdcdc 25%);
  background: linear-gradient(to right,#e3e3e3 14%,#dfdfdf 18%,#dcdcdc 25%);
  height: 17px;
  margin-bottom: 5px;
}

.tv-guide .programme-cell__loading-bar-programme-time {
  width: 75px;
}

.tv-guide .programme-content__title {
  text-align: center;
}

.tv-guide .programme-content__logo {
  height: 40px;
}

.tv-guide .programme-content__image {
  display: block;
  padding-bottom: 56.28%;
}

.tv-guide .programme-content__image img {
  height: auto;
  display: block;
  width: 100%;
  position: absolute;
}

.tv-guide .channel-item {
  display: block;
  cursor: pointer;
  background-color: #fff;
  text-decoration: none;
}

.tv-guide .channel-item__channel-cell {
  width: 50px;
  background-color: #242424;
  border-bottom: 1px solid #fff;
}

@media (min-width:26.25em) {
  .tv-guide .channel-item__channel-cell {
    width: 75px;
  }
}

.tv-guide .channel-item__programme-time {
  font-size: 14px;
  line-height: 24px;
  color: #4a4a4a;
}

.tv-guide .channel-item__programme-description,
.tv-guide .channel-item__programme-time {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  vertical-align: top;
}

.tv-guide .channel-item__programme-description {
  overflow: hidden;
  color: #0073c5;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 16px;
  font-size: .88889rem;
  line-height: 1.5;
  padding-left: 0;
}

.tv-guide .channel-item__programmes {
  position: absolute;
  display: inline;
  top: 0;
  right: 0;
  left: 50px;
  padding: 13px 20px;
  border-bottom: 1px solid silver;
  min-height: 105px;
}

@media (min-width:26.25em) {
  .tv-guide .channel-item__programmes {
    left: 75px;
    padding-left: 10%;
  }
}

.tv-guide .channel-item__loading-bar-programme-time {
  width: 65%;
}

.tv-guide .channel-item__loading-bar-programme-description,
.tv-guide .channel-item__loading-bar-programme-time {
  background: -webkit-gradient(linear,left top,right top,color-stop(14%,#e3e3e3),color-stop(18%,#dfdfdf),color-stop(25%,#dcdcdc));
  background: -webkit-linear-gradient(left,#e3e3e3 14%,#dfdfdf 18%,#dcdcdc 25%);
  background: -o-linear-gradient(left,#e3e3e3 14%,#dfdfdf 18%,#dcdcdc 25%);
  background: linear-gradient(to right,#e3e3e3 14%,#dfdfdf 18%,#dcdcdc 25%);
  height: 10px;
}

.tv-guide .channel-switcher {
  position: fixed;
  top: 89px;
  left: 0;
  right: 0;
  background-color: #242424;
  text-align: center;
  height: 50px;
  line-height: 50px;
  z-index: 1;
}

.tv-guide .channel-switcher__back-link {
  position: absolute;
  left: 10px;
}

.tv-guide .channel-switcher__arrow {
  color: #fff;
  font-size: 22px;
  font-size: 1.22222rem;
  line-height: 1.36;
  line-height: 50px;
}

.tv-guide .channel-switcher__arrow-icon {
  font-size: 34px;
  font-size: 1.88889rem;
  line-height: 1.18;
  line-height: 50px;
}

.tv-guide .channel-switcher__logo {
  display: inline-block;
  margin: 0 10px;
  max-width: 70px;
}

@media (max-width:21em) {
  .tv-guide .channel-switcher__logo {
    margin: 0;
  }
}

.tv-guide .infinite-list--mobile {
  padding-top: 189px;
}

.tv-guide .programme-list {
  padding-top: 139px;
}

.tv-guide .programme-item-list {
  padding-top: 10px;
  background-color: #fff;
  overflow: auto;
}

.tv-guide .programme-item {
  display: block;
  cursor: pointer;
  padding: 10px 20px;
}

.tv-guide .programme-item__title {
  margin-bottom: 0;
  line-height: 1.24;
  color: #0073c5;
}

.tv-guide .programme-item__time {
  font-size: 16px;
  font-size: .88889rem;
  line-height: 1.5;
  font-size: 14px;
  color: #4a4a4a;
}

.tv-guide .programme-item__image-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.tv-guide .programme-item__image {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

.tv-guide .programme-item--current {
  background-color: #eaeaea;
}

.tv-guide .programme-item--current .programme-item__time,
.tv-guide .programme-item--current .programme-item__title {
  font-weight: 700;
}

.tv-guide .programme-view {
  position: absolute;
  top: 0;
  z-index: 999;
  min-height: 100vh;
  background-image: -webkit-gradient(linear,left top,right top,from(#f2f2f5),color-stop(50%,#fff),to(#f2f2f5));
  background-image: -webkit-linear-gradient(left,#f2f2f5 0,#fff 50%,#f2f2f5 100%);
  background-image: -o-linear-gradient(left,#f2f2f5 0,#fff 50%,#f2f2f5 100%);
  background-image: linear-gradient(to right,#f2f2f5 0,#fff 50%,#f2f2f5 100%);
}

.tv-guide .programme-view__image {
  overflow: hidden;
  position: relative;
}

.tv-guide .programme-view__cross {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #fff;
  text-shadow: 0 0 2px rgba(0,0,0,.4);
}

.tv-guide .programme-view__cross-icon {
  font-size: 34px;
  font-size: 1.88889rem;
  line-height: 1.18;
}

.tv-guide .programme-view__inner {
  padding: 20px;
}

.tv-guide .programme-view__title {
  font-size: 29px;
  font-size: 1.61111rem;
  line-height: 1.2;
  margin-bottom: 5px;
}

.tv-guide .programme-view__meta {
  margin-bottom: 15px;
}

.tv-guide .programme-view__season {
  margin-left: 30px;
}

.tv-guide .programme-view__synopsis {
  font-size: 18px;
  font-size: 1rem;
  line-height: 1.44;
}

.tv-guide .channel-list-nav {
  z-index: 10;
  min-width: 300px;
  position: relative;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
}

.tv-guide .channel-list-nav__select {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: transparent;
  z-index: 1;
}

.tv-guide .channel-list-nav__display {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  padding: 0 15px;
}

.tv-guide .channel-list-nav__channels,
.tv-guide .channel-list-nav__regions {
  position: relative;
  height: 40px;
  line-height: 40px;
}

.tv-guide .channel-list-nav__days {
  white-space: nowrap;
}

.tv-guide .channel-list-nav--mobile {
  position: fixed;
  top: 89px;
  left: 0;
  right: 0;
}

.tv-guide .tv-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: hsla(0,0%,100%,.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity .4s ease-in;
  -o-transition: opacity .4s ease-in;
  transition: opacity .4s ease-in;
  pointer-events: none;
}

.tv-guide .tv-modal--open {
  opacity: 1;
  pointer-events: auto;
}

.tv-guide .tv-modal__container {
  position: absolute;
  width: 100vw;
  margin: auto;
  left: 0;
  top: 5vh;
  max-height: 90vh;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
  box-shadow: 0 1px 10px 0 rgba(0,0,0,.2);
}

@media (min-width:61.25em) {
  .tv-guide .tv-modal__container {
    width: 94vw;
    left: 3vw;
  }
}

@media (min-width:81.25em) {
  .tv-guide .tv-modal__container {
    width: 90vw;
    left: 5vw;
  }
}

@media (min-width:100em) {
  .tv-guide .tv-modal__container {
    width: 70vw;
    left: 15vw;
  }
}

.tv-guide .tv-modal__close-button-wrapper {
  text-align: right;
}

.tv-guide .tv-modal__close-button {
  color: inherit;
  display: inline;
  font-size: 18px;
}

.tv-guide .tv-modal__close-button:after {
  content: "\2715";
  font-size: 1.2em;
  margin-left: 5px;
  display: inline-block;
  -webkit-transform: translateY(5%);
  -ms-transform: translateY(5%);
  transform: translateY(5%);
}

.tv-guide .tv-modal .c-panel {
  background: #222;
  -webkit-box-shadow: 0 15px 20px -8px rgba(0,0,0,.2);
  box-shadow: 0 15px 20px -8px rgba(0,0,0,.2);
}

.tv-guide--mobile .channel-cell {
  width: auto;
  min-height: 104px;
  position: relative;
  line-height: inherit;
  padding: 5px;
  padding-top: 15px;
}

.tv-guide--mobile .channel-cell__content {
  float: none;
}

.tv-guide--mobile .channel-cell__label {
  font-size: 16px;
  font-size: .88889rem;
  line-height: 1.5;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}

.tv-guide--mobile .channel-cell__logo {
  max-width: 37px;
  margin-bottom: 15px;
}

.tv-guide .u-tv-guide-no-scroll {
  overflow-y: hidden;
}

.u-tv-guide-fixed-masthead {
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  position: fixed;
}

.recommended-tiles .c-tile__container {
  margin-top: auto;
}

.skycom-movies-search-wrapper {
  -webkit-box-shadow: 0 3px 18px .125px rgba(0,0,0,.2);
  box-shadow: 0 3px 18px .125px rgba(0,0,0,.2);
  width: 55%;
  position: relative;
  background-color: hsla(0,0%,100%,.3);
  padding: 5px;
  margin: 0 auto;
  will-change: transform;
  z-index: 10;
}

.skycom-movies-search-wrapper :focus {
  outline: none;
}

.skycom-movies-search-wrapper ::-moz-focus-inner {
  border: 0;
}

.skycom-movies-search-wrapper ::-ms-clear {
  display: none;
}

.skycom-movies-search-wrapper form {
  width: 100%;
}

@media screen and (max-width:850px) {
  .skycom-movies-search-wrapper {
    width: 70%;
  }
}

@media (max-width:39.99em) {
  .skycom-movies-search-wrapper {
    -webkit-box-shadow: 1px 1px 14px 0 rgba(0,0,0,.2);
    box-shadow: 1px 1px 14px 0 rgba(0,0,0,.2);
    float: left;
    display: block;
    width: 100%;
    margin: 3.44964% 0;
  }
}

.movies-search-placeholder {
  width: 80%;
  position: absolute;
  text-align: left;
  line-height: 30px;
  color: #7f7f7f;
  z-index: 1;
}

@media screen and (max-width:1335px) {
  .movies-search-placeholder {
    font-size: 20px;
  }
}

@media screen and (max-width:1225px) {
  .movies-search-placeholder {
    font-size: 18px;
  }
}

@media screen and (max-width:1120px) {
  .movies-search-placeholder {
    font-size: 16px;
  }
}

@media screen and (max-width:850px) {
  .movies-search-placeholder {
    font-size: 15px;
  }
}

@media (max-width:39.99em) {
  .movies-search-placeholder {
    font-size: 20px;
  }
}

@media screen and (max-width:39.99em) and (max-width:570px) {
  .movies-search-placeholder {
    font-size: 18px;
  }
}

@media screen and (max-width:39.99em) and (max-width:520px) {
  .movies-search-placeholder {
    font-size: 16px;
  }
}

@media screen and (max-width:39.99em) and (max-width:460px) {
  .movies-search-placeholder {
    font-size: 14px;
  }
}

@media screen and (max-width:39.99em) and (max-width:405px) {
  .movies-search-placeholder {
    font-size: 12px;
  }
}

@media screen and (max-width:39.99em) and (max-width:355px) {
  .movies-search-placeholder {
    font-size: 10px;
  }
}

.movies-search__input {
  /*! autoprefixer: off */
  z-index: 1;
  float: left;
  width: 80%;
  position: relative;
  outline: none;
  -webkit-appearance: none;
  line-height: 30px;
  height: 30px;
  background: transparent;
  border: 0;
  padding: 0;
}

@media (max-width:39.99em) {
  .movies-search__input {
    font-size: 16px;
    padding: 0;
  }
}

.movies-search__submit-wrapper {
  float: right;
  width: 20%;
  height: 100%;
  cursor: pointer;
  color: #000;
  padding: 0;
  border: 0;
}

@media screen and (max-width:480px) {
  .movies-search__submit-wrapper {
    height: 30px;
  }
}

.movies-search__submit-wrapper .clear-search-term {
  display: none;
}

.movies-search__submit-wrapper .clear-search-term .small-font {
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 46px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width:480px) {
  .movies-search__submit-wrapper .clear-search-term .small-font {
    font-size: 14px;
    right: 41px;
  }
}

.movies-search__submit-wrapper .clear-search-term .skycon2-cross {
  position: absolute;
  top: 50%;
  right: .25em;
  font-size: 40px;
  line-height: 40px;
  margin-top: -20px;
}

@media screen and (max-width:480px) {
  .movies-search__submit-wrapper .clear-search-term .skycon2-cross {
    font-size: 35px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.movies-search__submit-wrapper .clear-search-term.display-clear-search {
  display: inline-block;
  background-color: #fff;
}

.movies-search__submit-wrapper .skycon2-search {
  float: right;
  font-size: 30px;
  line-height: 30px;
}

@media screen and (max-width:480px) {
  .movies-search__submit-wrapper .skycon2-search {
    font-size: 25px;
  }
}

.movies-search__submit-wrapper .skycon2-search.hide-search {
  display: none;
}

.movies-search__wrapper {
  background-color: #fff;
  padding: .5em .75em;
}

@media screen and (max-width:570px) {
  .movies-search__wrapper {
    padding: .45em .75em;
  }
}

@media screen and (max-width:460px) {
  .movies-search__wrapper {
    padding: .45em .75em;
  }
}

@media screen and (max-width:320px) {
  .movies-search__wrapper {
    padding: .2em .75em;
  }
}

.movies-search-mobile {
  width: 91.25%;
  margin: 0 auto;
  display: none;
}

.movies-search-mobile img {
  display: none;
}

@media (max-width:39.99em) {
  .movies-search-mobile {
    display: block;
  }

  .movies-search-mobile img {
    display: inherit;
    width: 50%;
    margin: 3.44964% 25%;
  }
}

.polaris-movies .c-spinner--movies-wrapper {
  position: absolute;
  left: calc(50% - 30px);
  top: 40%;
  z-index: 999;
}

@media (min-width:64em) {
  .polaris-movies .c-spinner--movies-wrapper {
    top: 60%;
  }
}

.polaris-movies .c-spinner--movies-wrapper .c-spinner--small {
  text-indent: -1000px;
  overflow: hidden;
}

.no-movie-results {
  margin: -10rem 0 4rem;
}

@media (min-width:26.25em) and (max-width:63.99em) {
  .no-movie-results {
    margin: -4rem 0 4rem;
  }
}

@media (min-width:46.25em) and (max-width:94.99em) {
  .no-movie-results {
    margin: -8rem 0 4rem;
  }
}

@media (min-width:26.25em) {
  .polaris-main.sports .hero+.c-tile__container {
    margin-top: 1vw;
  }
}

.app-pay-per-view .hero-logo-channel {
  height: 4vw;
}

.app-pay-per-view .ppv-engagement .c-tile__container {
  margin-top: 0;
}

.ppv-events-panel .c-form-checkbox .c-text-caption {
  margin-top: 10px;
}

.ppv-events-panel .c-form-error:focus {
  outline: none;
}

.ppv-events-panel .u-faux-link {
  color: #0073c5;
  cursor: pointer;
  border: 0;
  background: none;
  padding: 0;
}

.ppv-events-panel .u-faux-link:hover {
  text-decoration: underline;
}

.ppv-events-panel .o-layout__item--border:not(:last-child) {
  border-top: 0;
  border-right: 1px solid silver;
  padding-right: 20px;
}

.ppv-events-panel .u-block {
  display: block;
}

.ppv-events-panel .c-spinner--fit-button {
  font-size: 30px;
}

.ppv-events-panel .ppv-event-details__channel-logo {
  display: inline-block;
  max-height: 1.11111em;
  width: auto;
}

@media (max-width:46.24em) {
  .ppv-events-panel .ppv-confirm-divider {
    padding-right: 0!important;
  }

  .ppv-events-panel .ppv-confirm-divider:after,
  .ppv-events-panel .ppv-confirm-divider:before {
    display: none;
  }
}

.ppv-events-panel .c-icon-shadow {
  display: inline-block;
  margin-bottom: 40px;
  position: relative;
}

.ppv-events-panel .c-icon-shadow .c-icon {
  display: block;
}

.ppv-events-panel .c-icon-shadow:before {
  background-image: -webkit-radial-gradient(ellipse farthest-corner at 50% 50%,rgba(34,34,34,.075) 0,rgba(34,34,34,0) 75%);
  background-image: -o-radial-gradient(ellipse farthest-corner at 50% 50%,rgba(34,34,34,.075) 0,rgba(34,34,34,0) 75%);
  background-image: radial-gradient(ellipse farthest-corner at 50% 50%,rgba(34,34,34,.075) 0,rgba(34,34,34,0) 75%);
  top: 95%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 10%;
  background-size: contains;
  z-index: -10;
}

.ppv-events-panel .c-spinner-overlay {
  top: 10px;
  bottom: 10px;
  background: #fff;
  z-index: 100;
}

.app-mysky-app-view .panel-close {
  display: none!important;
}

.app-mysky-app-view .ppv-events-panel.panel-content {
  padding-top: 25px;
  padding-bottom: 50px;
}

.messages__title {
  color: #1cb334;
}

.messages__title--error {
  color: #ff2744;
}

.messages__schema {
  background-color: #fff;
  border: 1px solid #000;
  display: none;
}

.messages__schema.open {
  display: block;
}

.polaris.mysky .fav-status .diagnostic-anim .sky-node-circle-wraper {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

.polaris.mysky .fav-status .diagnostic-anim .sky-node:after,
.polaris.mysky .fav-status .diagnostic-anim .state__shadow:after {
  width: 100%;
  height: 10px;
  margin-top: -5px;
  border-radius: 106px/5px;
  content: "";
  display: block;
  background: #d3d3d3;
  background: -webkit-radial-gradient(center,ellipse,#d3d3d3 0,hsla(0,0%,100%,0) 70%);
  background: -o-radial-gradient(center,ellipse,#d3d3d3 0,hsla(0,0%,100%,0) 70%);
  background: radial-gradient(ellipse at center,#d3d3d3 0,hsla(0,0%,100%,0) 70%);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#d3d3d3",endColorstr="#fff",GradientType=1);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#d3d3d3",endColorstr="#ffffff",GradientType=1);
  position: absolute;
  z-index: -1;
}

.polaris.mysky .fav-status .diagnostic-anim .basket__circle,
.polaris.mysky .fav-status .diagnostic-anim .circle__outline,
.polaris.mysky .fav-status .diagnostic-anim .errors__circle {
  stroke-width: 2px;
  -webkit-animation: stroke .6s cubic-bezier(.65,0,.45,1) forwards;
  animation: stroke .6s cubic-bezier(.65,0,.45,1) forwards;
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-miterlimit: 10;
}

.polaris.mysky .c-heading-charlie.diagnostic-anim--green,
.polaris.mysky .c-heading-delta.diagnostic-anim--green,
.polaris.mysky .c-text-lead.diagnostic-anim--green {
  color: #299934;
}

.polaris.mysky .c-heading-charlie .c-line-padding,
.polaris.mysky .c-heading-delta .c-line-padding,
.polaris.mysky .c-text-lead .c-line-padding {
  max-width: 60%;
  text-align: center;
  margin: 0 auto;
}

.polaris.mysky .c-heading-charlie.diagnostic-anim--amber,
.polaris.mysky .c-heading-delta.diagnostic-anim--amber,
.polaris.mysky .c-text-lead.diagnostic-anim--amber {
  color: #f7964f;
}

.polaris.mysky .c-heading-charlie.diagnostic-anim--red,
.polaris.mysky .c-heading-charlie.diagnostic-anim--red-ac,
.polaris.mysky .c-heading-delta.diagnostic-anim--red,
.polaris.mysky .c-heading-delta.diagnostic-anim--red-ac,
.polaris.mysky .c-text-lead.diagnostic-anim--red,
.polaris.mysky .c-text-lead.diagnostic-anim--red-ac {
  color: #e62a29;
}

.polaris.mysky .svg-defs {
  position: absolute;
  visibility: hidden;
}

@media screen and (max-width:765px) {
  .polaris.mysky .fav-status .diagnostic-anim {
    width: 100%;
  }
}

.polaris.mysky .fav-status .diagnostic-anim {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 800px;
  margin-top: 60px;
  clear: both;
}

.polaris.mysky .fav-status .diagnostic-anim:after {
  content: "";
  display: table;
}

.polaris.mysky .fav-status .diagnostic-anim .sky-node {
  background: transparent;
  width: calc(110px + 10%);
  position: relative;
  z-index: 1;
}

.polaris.mysky .fav-status .diagnostic-anim .sky-node:after {
  margin-top: -12px;
}

.polaris.mysky .fav-status .diagnostic-anim .sky-node .sky-node-circle {
  border-radius: 50%;
  border: 3.5px solid #ebebeb;
  width: 110px;
  height: 110px;
  display: inline-block;
  position: relative;
  background: #fff;
}

.polaris.mysky .fav-status .diagnostic-anim .sky-node-circle-wraper {
  width: 110px;
}

.polaris.mysky .fav-status .diagnostic-anim .sky-node__hub,
.polaris.mysky .fav-status .diagnostic-anim .sky-node__logo,
.polaris.mysky .fav-status .diagnostic-anim .sky-node__wifi {
  margin: 0 auto;
}

.polaris.mysky .fav-status .diagnostic-anim .sky-node__logo {
  background-image: url(https://dm8eklel4s62k.cloudfront.net/images/sky-logo-2016.svg),none;
  height: 35px;
  width: 55px;
  display: block;
  margin-top: 7px;
}

.polaris.mysky .fav-status .diagnostic-anim .sky-node__hub {
  background-image: url(https://www.sky.com/assets2/broadband/assurance-home-icon.svg);
  height: 43px;
  width: 40px;
  display: block;
}

.polaris.mysky .fav-status .diagnostic-anim .sky-node__wifi {
  background-image: url(https://www.sky.com/assets2/broadband/assurance-wifi.svg);
  height: 27px;
  width: 36px;
  display: block;
}

.polaris.mysky .fav-status .diagnostic-anim .sky-node-circle-text {
  line-height: 1.2;
  margin-top: 5px;
  font-size: .7em;
}

.polaris.mysky .fav-status .diagnostic-anim .sky-node-circle-text.hub-color {
  color: #893590;
}

.polaris.mysky .fav-status .diagnostic-anim .sky-node-text-wraper {
  display: block;
  margin: auto;
  position: absolute;
  top: 130px;
  left: 0;
  bottom: 0;
  right: 0;
}

.polaris.mysky .fav-status .diagnostic-anim .sky-node-text-wraper .sky-node-text {
  font-weight: 700;
  display: block;
  width: 70px;
  margin: 0 auto;
  line-height: 1.1;
}

.polaris.mysky .fav-status .diagnostic-anim .speed-state {
  position: absolute;
  left: calc(50% - 55px);
  width: 110px;
  height: 20px;
  margin-top: -60px;
  opacity: 0;
  -webkit-transition: opacity .6s;
  -o-transition: opacity .6s;
  transition: opacity .6s;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
  z-index: 3;
}

.polaris.mysky .fav-status .diagnostic-anim .speed-state .label,
.polaris.mysky .fav-status .diagnostic-anim .speed-state .number {
  opacity: 0;
  -webkit-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transition-delay: 2s;
  -o-transition-delay: 2s;
  transition-delay: 2s;
  display: block;
}

.polaris.mysky .fav-status .diagnostic-anim .speed-state .number {
  font-size: 2.5em;
}

.polaris.mysky .fav-status .diagnostic-anim .speed-state .speed-circle {
  -webkit-box-shadow: 1px 1px 35px rgba(148,0,211,.3);
  box-shadow: 1px 1px 35px rgba(148,0,211,.3);
  border-radius: 50%;
  border: 3.5px solid #fff;
  width: 110px;
  height: 110px;
  display: inline-block;
  position: relative;
  background: #fff;
  background: #693686;
  background: -webkit-linear-gradient(315deg,#693686 0,#a52d78 45%);
  background: -o-linear-gradient(315deg,#693686 0,#a52d78 45%);
  background: linear-gradient(135deg,#693686 0,#a52d78 45%);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#693686",endColorstr="#a52d78",GradientType=1);
  filter: progid:dximagetransform.microsoft.gradient(startColorstr="#693686",endColorstr="#a52d78",GradientType=1);
  text-align: center;
  color: #fefefe;
  line-height: .9;
}

.polaris.mysky .fav-status .diagnostic-anim .speed-state .speed-circle-text {
  display: block;
  position: relative;
  height: 110px;
  padding: 14px;
}

.polaris.mysky .fav-status .diagnostic-anim .state {
  position: absolute;
  left: calc(50% - 55px);
  width: 110px;
  height: 20px;
  margin-top: -60px;
  display: none;
  z-index: 2;
}

.polaris.mysky .fav-status .diagnostic-anim .circle {
  width: 110px;
  height: 110px;
  display: block;
  fill: #fefefe;
}

.polaris.mysky .fav-status .diagnostic-anim .circle__outline {
  stroke: url(#green-circle-linear);
}

.polaris.mysky .fav-status .diagnostic-anim .errors__circle {
  stroke: url(#amber-circle-linear);
}

.polaris.mysky .fav-status .diagnostic-anim .basket__circle {
  stroke: url(#dark-circle-linear);
}

.polaris.mysky .fav-status .diagnostic-anim .circle__tick {
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  -webkit-animation: stroke .3s cubic-bezier(.65,0,.45,1) .5s forwards;
  animation: stroke .3s cubic-bezier(.65,0,.45,1) .5s forwards;
  stroke: url(#green-circle-linear);
}

.polaris.mysky .fav-status .diagnostic-anim .exclamations__bottom,
.polaris.mysky .fav-status .diagnostic-anim .exclamations__top {
  opacity: 0;
  -webkit-animation: opacity 1s cubic-bezier(.65,0,.45,1) .5s forwards;
  animation: opacity 1s cubic-bezier(.65,0,.45,1) .5s forwards;
  fill: url(#amber-circle-linear);
}

.polaris.mysky .fav-status .diagnostic-anim .basket__icon {
  opacity: 0;
  -webkit-animation: opacity 1s cubic-bezier(.65,0,.45,1) .5s forwards;
  animation: opacity 1s cubic-bezier(.65,0,.45,1) .5s forwards;
  fill: url(#dark-circle-linear);
}

.polaris.mysky .fav-status .diagnostic-anim .c-loading-line {
  width: 80%;
  position: relative;
}

.polaris.mysky .fav-status .diagnostic-anim .c-loading-line__pulse {
  height: 3px;
  background: silver;
  -webkit-animation: pulsate 1.2s infinite linear alternate;
  animation: pulsate 1.2s infinite linear alternate;
}

.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--amber .c-loading-line__pulse,
.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--green .c-loading-line__pulse,
.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--grey .c-loading-line__pulse,
.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--open_order .c-loading-line__pulse,
.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--red-ac .c-loading-line__pulse,
.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--red .c-loading-line__pulse {
  -webkit-animation: line-width .8s;
  animation: line-width .8s;
  position: absolute;
  width: 100%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
}

.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--green .speed-state {
  opacity: 1;
}

.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--green .speed-state--disabled {
  display: none;
}

.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--green .speed-state .label,
.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--green .speed-state .number {
  opacity: 1;
}

.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--amber .state--amber,
.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--green .state--green,
.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--open_order .state--basket,
.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--red-ac .state--error,
.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--red .state--error {
  display: block;
}

.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--grey .c-loading-line__pulse,
.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--grey .sky-node,
.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--open_order .c-loading-line__pulse,
.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--open_order .sky-node,
.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--red-ac .c-loading-line__pulse,
.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--red-ac .sky-node {
  -webkit-animation: fadeout .8s;
  animation: fadeout .8s;
  opacity: 0;
}

.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--grey .state--error {
  display: block;
}

.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--grey .errors__circle {
  stroke: url(#dark-circle-linear-error);
}

.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--grey .exclamations__bottom,
.polaris.mysky .fav-status .diagnostic-anim.diagnostic-anim--grey .exclamations__top {
  fill: url(#dark-circle-linear-error);
}

@keyframes pulsate {
  0% {
    width: 0;
  }

  25% {
    width: 30%;
    margin-left: 0;
  }

  75% {
    width: 30%;
    margin-left: 70%;
  }

  to {
    width: 0;
    margin-left: 100%;
  }
}

@keyframes stroke {
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes fadeout {
  0% {
    opacity: .5;
  }

  to {
    opacity: 0;
  }
}

@keyframes opacity {
  to {
    opacity: 1;
  }
}

@keyframes line-width {
  0% {
    width: 0;
  }

  to {
    width: 100%;
  }
}

.polaris.mysky .fav-status .basket-state-inline {
  display: inline-block;
  background-image: url(https://www.sky.com/assets2/broadband/assurance-basket.svg);
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}

.polaris.mysky .fav-status .error-state-inline {
  display: inline-block;
  background-image: url(https://www.sky.com/assets2/broadband/assurance-error-icon-4.svg);
  vertical-align: middle;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}

@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none) {
  .polaris.mysky .fav-status .diagnostic-anim .basket__circle,
  .polaris.mysky .fav-status .diagnostic-anim .circle__outline,
  .polaris.mysky .fav-status .diagnostic-anim .circle__tick,
  .polaris.mysky .fav-status .diagnostic-anim .errors__circle {
    stroke-dashoffset: 0;
    stroke-dasharray: 0;
  }
}

@supports (-ms-ime-align:auto) {
  .polaris.mysky .fav-status .diagnostic-anim .basket__circle,
  .polaris.mysky .fav-status .diagnostic-anim .circle__outline,
  .polaris.mysky .fav-status .diagnostic-anim .circle__tick,
  .polaris.mysky .fav-status .diagnostic-anim .errors__circle {
    stroke-dashoffset: 0;
    stroke-dasharray: 0;
  }
}

.polaris.mysky .c-tooltip {
  position: absolute;
}

.polaris.mysky .c-tooltip__trigger:after {
  top: 130%;
}

.polaris.mysky .c-tooltip__content {
  right: auto;
  top: 20px;
  min-width: 290px;
  left: -200px;
}

.polaris.mysky .help-icon {
  background-image: url(https://www.sky.com/assets2/broadband/assurance-help-icon.svg);
  height: 15px;
  width: 15px;
  display: block;
  position: absolute;
  top: 0;
  cursor: pointer;
}

.polaris.mysky .c-in-home-health-status--green {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.polaris.mysky .o-connected-devices__bottom-message {
  position: relative;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width:46.25em) {
  .polaris.mysky .c-tooltip__content {
    left: -90px;
  }

  .polaris.mysky .c-previous-step {
    top: 0;
    margin-left: 0;
  }

  .polaris.mysky .c-devices {
    height: 330px;
  }

  .polaris.mysky .c-devices__page {
    top: 0;
  }

  .polaris.mysky .c-devices__page-controls {
    top: auto;
    bottom: 0;
  }

  .polaris.mysky .o-device {
    padding: 0 .325em;
  }

  .polaris.mysky .c-devices {
    width: 75%;
  }

  .polaris.mysky .o-instructions__layout {
    float: left;
    width: 48%;
    margin-right: 2%;
  }

  .polaris.mysky .o-instructions__layout img {
    margin-top: -80px;
  }

  .polaris.mysky .o-instructions__layout .c-btn--full {
    display: inline-block;
    width: auto;
  }

  .polaris.mysky .o-instructions__layout .c-btn--full:first-child {
    margin-bottom: 0;
    margin-right: 15px;
  }
}

.polaris.mysky .c-panel.is-open {
  overflow: visible;
}

.polaris.mysky .c-panel.is-open:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  height: 25px;
  width: 25px;
  -webkit-box-shadow: inset 12px 12px 12px -12px #9f9f9f;
  box-shadow: inset 12px 12px 12px -12px #9f9f9f;
  -webkit-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  background: #fff;
}

.polaris.mysky .c-panel__toggle {
  z-index: 1;
}

.polaris.mysky .c-previous-step {
  position: absolute;
  top: -.75em;
  margin-left: -1em;
}

.polaris.mysky .c-previous-step .c-previous-step__chevron {
  margin-top: -.2em;
}

.polaris.mysky .c-in-home-health-status {
  width: 200%;
  -webkit-transition: -webkit-transform 1s ease-in-out;
  transition: -webkit-transform 1s ease-in-out;
  -o-transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out;
  transition: transform 1s ease-in-out,-webkit-transform 1s ease-in-out;
}

.polaris.mysky .c-in-home-health-status:after {
  content: "";
  display: block;
  clear: both;
}

.polaris.mysky .c-in-home-health-status .c-in-home-health-status__slide {
  float: left;
  width: 50%;
}

.polaris.mysky .c-in-home-health-status--instructions {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.polaris.mysky .c-in-home-health-status--green,
.polaris.mysky .c-in-home-health-status--instructions {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.polaris.mysky .c-devices {
  position: relative;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
}

.polaris.mysky .c-devices__page {
  position: absolute;
  top: 60px;
  width: 100%;
  text-align: left;
  opacity: 0;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.polaris.mysky .c-devices__page--is-active {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.polaris.mysky .c-devices__page--prev {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.polaris.mysky .c-devices__page--next {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}

.polaris.mysky .c-devices__page-selector {
  display: inline-block;
  height: .5em;
  width: .5em;
  border-radius: 50%;
  background-color: transparent;
  border: 2px solid #0072c9;
  padding: 0;
  margin: 0 .1em;
}

.polaris.mysky .c-devices__page-selector--is-active {
  background-color: #0072c9;
}

.polaris.mysky .c-devices__page-controls {
  position: absolute;
  width: 100%;
  top: -20px;
}

.polaris.mysky .c-devices__page-control {
  color: #7f7f7f;
  background-color: transparent;
  border: 0;
}

.polaris.mysky .c-devices__page-control--is-active {
  color: #0072c9;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.polaris.mysky .c-devices__page-control:hover {
  text-decoration: underline;
}

.polaris.mysky .c-device {
  display: block;
  width: 100%;
  padding: 1em 0;
  margin-bottom: .75em;
  border: 3px solid #eaeaea;
  border-radius: 7px;
}

.polaris.mysky .c-device:after {
  content: "";
  display: block;
  clear: both;
}

.polaris.mysky .c-device--amber,
.polaris.mysky .c-device--red {
  cursor: pointer;
}

.polaris.mysky .c-device__icon {
  float: left;
  line-height: 0;
  padding: 0 .75em;
}

.polaris.mysky .c-device__name {
  float: left;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.polaris.mysky .c-device__status {
  font-style: italic;
  font-size: 15px;
}

.polaris.mysky .o-instructions__layout .c-btn--full:first-child,
.polaris.mysky .o-layout__layout .c-btn--full:first-child {
  margin-bottom: 15px;
}

@media (min-width:46.25em) {
  .polaris.mysky .c-previous-step {
    top: 0;
    margin-left: 0;
  }

  .polaris.mysky .c-devices {
    height: 330px;
  }

  .polaris.mysky .c-devices__page {
    top: 0;
  }

  .polaris.mysky .c-devices__page-controls {
    top: auto;
    bottom: 0;
  }

  .polaris.mysky .o-device {
    padding: 0 .325em;
  }

  .polaris.mysky .c-devices {
    width: 75%;
  }

  .polaris.mysky .o-instructions__layout {
    float: left;
    width: 48%;
    margin-right: 2%;
  }

  .polaris.mysky .o-instructions__layout img {
    margin-top: -80px;
  }

  .polaris.mysky .o-instructions__layout .c-btn--full {
    display: inline-block;
    width: auto;
  }

  .polaris.mysky .o-instructions__layout .c-btn--full:first-child {
    margin-bottom: 0;
    margin-right: 15px;
  }
}

.polaris.mysky .c-package__logo {
  height: 110px;
}

.polaris.mysky .c-package__logo img {
  height: 100%;
}

.polaris.mysky .c-package__icons {
  height: 1em;
  width: 1em;
}

.polaris.mysky .c-package__icon-spacer {
  display: inline-block;
}

.polaris.mysky .c-package__title {
  white-space: nowrap;
  min-height: 60px;
}

.polaris.mysky .c-package__title--desktop {
  min-height: 80px;
}

.polaris.mysky .c-package__text {
  display: none;
}

.polaris.mysky .c-package--outline {
  border: 2px solid #eaeaea;
  margin-bottom: 1em;
}

.polaris.mysky .c-package__cell {
  position: relative;
  background-color: #eaeaea;
  min-height: 125px;
}

.polaris.mysky .c-package__cell .c-package__cell-text {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 100%;
}

.polaris.mysky .c-package__spacer {
  min-height: 70px;
  color: #fff;
}

.polaris.mysky .c-package--meta .c-package__spacer {
  color: #4a4a4a;
}

.polaris.mysky .c-package--meta .c-package__link {
  display: none;
}

.polaris.mysky .c-package.is-selected .c-package__cell {
  color: #fff;
  font-weight: 700;
}

.polaris.mysky .c-package.is-selected .c-package__text {
  display: block;
}

.polaris.mysky .c-package.is-selected .c-package__link {
  display: none;
}

.polaris.mysky .c-package--sky-broadband-unlimited .c-package__text,
.polaris.mysky .c-package--sky-broadband-unlimited .c-package__title {
  color: #a52d78;
}

.polaris.mysky .c-package--sky-broadband-unlimited.is-selected .c-package__cell {
  background-color: #a52d78;
}

.polaris.mysky .c-package--sky-fibre-unlimited .c-package__text,
.polaris.mysky .c-package--sky-fibre-unlimited .c-package__title {
  color: #54ab42;
}

.polaris.mysky .c-package--sky-fibre-unlimited.is-selected .c-package__cell {
  background-color: #54ab42;
}

.polaris.mysky .c-package--sky-fibre-max .c-package__text,
.polaris.mysky .c-package--sky-fibre-max .c-package__title {
  color: #f26a22;
}

.polaris.mysky .c-package--sky-fibre-max.is-selected .c-package__cell {
  background-color: #f26a22;
}

.polaris.mysky .c-package.is-selected .c-package__cell--last:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  border: 10px solid transparent;
  border-bottom-color: #fff;
}

.polaris.mysky .c-package--margin {
  margin-bottom: .5em;
}

.polaris.mysky .c-broadband-router-image {
  max-width: 300px;
}

.polaris.mysky .c-manual-description {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}

.polaris.mysky .fav-status .c-speed-data-day {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  text-align: center;
}

@media (min-width:46.25em) {
  .polaris.mysky .fav-status .speed-graph {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    clear: both;
  }

  .polaris.mysky .fav-status .speed-graph .c-speed-data-line {
    border-left: 1px solid #ccc;
    height: 250px;
    width: 10px;
    margin-left: 23px;
    margin-right: 23px;
    position: relative;
  }

  .polaris.mysky .fav-status .speed-graph .c-speed-data-line--filler {
    height: 100px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#a52d78),color-stop(60%,#a52d78),to(#0e479e));
    background-image: -webkit-linear-gradient(top,#a52d78,#a52d78 60%,#0e479e);
    background-image: -o-linear-gradient(top,#a52d78,#a52d78 60%,#0e479e);
    background-image: linear-gradient(to bottom,#a52d78,#a52d78 60%,#0e479e);
    background-position: 50%;
    background-repeat: repeat-y;
    -webkit-animation: 1.5s ease-out 0s 1 animateLines;
    animation: 1.5s ease-out 0s 1 animateLines;
    width: 3px;
    position: absolute;
    bottom: 0;
    right: 8px;
  }

@-webkit-keyframes animateLines {
    0% {
      height: 0;
    }

    to {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
}

@keyframes animateLines {
    0% {
      height: 0;
    }

    to {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }
}

  .polaris.mysky .fav-status .speed-graph .y-axis {
    margin-right: 30px;
    margin-top: -51px;
    display: inline-block;
    vertical-align: top;
  }

  .polaris.mysky .fav-status .speed-graph .y-axis .y-text {
    margin-bottom: 15px;
  }

  .polaris.mysky .fav-status .speed-graph .c-line-circle {
    position: absolute;
    border-radius: 50%;
    background: #a52d78;
    width: 10px;
    height: 10px;
    right: -3.5px;
    top: -9px;
  }

  .polaris.mysky .fav-status .speed-graph .x-text {
    position: relative;
    left: -5px;
    top: 20px;
  }

  .polaris.mysky .fav-status .speed-graph .today {
    right: 58px;
  }

  .polaris.mysky .fav-status .speed-graph:after {
    content: "";
    display: table;
  }

  .polaris.mysky .fav-status .speed-graph .speed-state {
    position: absolute;
    width: 110px;
    height: 20px;
    z-index: 999;
    right: -53px;
    top: -130px;
    display: block;
  }

  .polaris.mysky .fav-status .speed-graph .speed-state .label,
  .polaris.mysky .fav-status .speed-graph .speed-state .number {
    display: block;
  }

  .polaris.mysky .fav-status .speed-graph .speed-state .number {
    font-size: 2.5em;
  }

  .polaris.mysky .fav-status .speed-graph .speed-state .speed-circle {
    -webkit-box-shadow: 1px 1px 35px rgba(148,0,211,.3);
    box-shadow: 1px 1px 35px rgba(148,0,211,.3);
    border-radius: 50%;
    border: 3.5px solid #fff;
    width: 110px;
    height: 110px;
    display: block;
    position: relative;
    background: #fff;
    background: #693686;
    background: -webkit-linear-gradient(315deg,#693686 0,#a52d78 45%);
    background: -o-linear-gradient(315deg,#693686 0,#a52d78 45%);
    background: linear-gradient(135deg,#693686 0,#a52d78 45%);
    -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorstr="#693686",endColorstr="#a52d78",GradientType=1);
    filter: progid:dximagetransform.microsoft.gradient(startColorstr="#693686",endColorstr="#a52d78",GradientType=1);
    text-align: center;
    color: #fefefe;
    line-height: .9;
  }

  .polaris.mysky .fav-status .speed-graph .speed-state .speed-circle-text {
    display: block;
    position: relative;
    height: 110px;
    padding: 14px;
  }
}

.polaris.mysky .fav-status .state-speed-graph--error {
  width: 110px;
  margin: 0 auto;
}

.polaris.mysky .fav-status .state-speed-graph--error .circle {
  width: 110px;
  height: 110px;
  display: block;
  fill: #fefefe;
}

.polaris.mysky .fav-status .state-speed-graph--error .circle .errors__circle {
  stroke-width: 2px;
  stroke: silver;
}

.polaris.mysky .fav-status .state-speed-graph--error .circle .exclamations__bottom,
.polaris.mysky .fav-status .state-speed-graph--error .circle .exclamations__top {
  fill: silver;
}

@media (max-width:46.24em) {
  .polaris.mysky .fav-status .c-tabs {
    margin: 0;
  }

  .polaris.mysky .fav-status .speed-header {
    width: 60%;
    margin: 0 auto;
  }

  .polaris.mysky .fav-status .speed-button {
    width: 78%;
  }

  .polaris.mysky .fav-status .speed-graph {
    position: relative;
    height: 350px;
    font-size: 18px;
    clear: both;
  }

  .polaris.mysky .fav-status .speed-graph .c-speed-data-line {
    height: 3px;
    width: 120px;
    left: 35%;
    position: absolute;
  }

  .polaris.mysky .fav-status .speed-graph .speed {
    position: absolute;
    left: 74%;
  }

  .polaris.mysky .fav-status .speed-graph .speed-0 {
    top: 0;
  }

  .polaris.mysky .fav-status .speed-graph .speed-1 {
    top: 15%;
  }

  .polaris.mysky .fav-status .speed-graph .speed-2 {
    top: 30%;
  }

  .polaris.mysky .fav-status .speed-graph .speed-3 {
    top: 45%;
  }

  .polaris.mysky .fav-status .speed-graph .speed-4 {
    top: 60%;
  }

  .polaris.mysky .fav-status .speed-graph .speed-5 {
    top: 75%;
  }

  .polaris.mysky .fav-status .speed-graph .speed-6 {
    top: 90%;
  }

  .polaris.mysky .fav-status .speed-graph .line-0 {
    top: 4%;
  }

  .polaris.mysky .fav-status .speed-graph .line-1 {
    top: 19%;
  }

  .polaris.mysky .fav-status .speed-graph .line-2 {
    top: 34%;
  }

  .polaris.mysky .fav-status .speed-graph .line-3 {
    top: 49%;
  }

  .polaris.mysky .fav-status .speed-graph .line-4 {
    top: 64%;
  }

  .polaris.mysky .fav-status .speed-graph .line-5 {
    top: 79%;
  }

  .polaris.mysky .fav-status .speed-graph .line-6 {
    top: 94%;
  }

  .polaris.mysky .fav-status .speed-graph .c-speed-data-line--filler {
    height: 3px;
    background-image: -webkit-gradient(linear,left top,right top,from(#a52d78),color-stop(60%,#a52d78),to(#0e479e));
    background-image: -webkit-linear-gradient(left,#a52d78,#a52d78 60%,#0e479e);
    background-image: -o-linear-gradient(left,#a52d78,#a52d78 60%,#0e479e);
    background-image: linear-gradient(to right,#a52d78,#a52d78 60%,#0e479e);
    background-position: 50%;
    background-repeat: repeat-y;
    -webkit-animation: 1.5s ease-out 0s 1 animateLines;
    animation: 1.5s ease-out 0s 1 animateLines;
    position: absolute;
  }

  .polaris.mysky .fav-status .speed-graph .c-speed-data-line--empty {
    width: 100%;
    background: none;
    height: 1px;
    border: 1px dashed silver;
  }

@-webkit-keyframes animateLines {
    0% {
      width: 0;
    }

    to {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
}

@keyframes animateLines {
    0% {
      width: 0;
    }

    to {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
}

  .polaris.mysky .fav-status .speed-graph .c-line-circle {
    position: absolute;
    border-radius: 50%;
    background: #a52d78;
    width: 10px;
    height: 10px;
    right: -8px;
    top: -4px;
  }

  .polaris.mysky .fav-status .speed-graph .x-text {
    position: absolute;
    left: 12%;
    top: 0;
  }

  .polaris.mysky .fav-status .speed-graph .x-0 {
    top: 0;
  }

  .polaris.mysky .fav-status .speed-graph .x-1 {
    top: 15%;
  }

  .polaris.mysky .fav-status .speed-graph .x-2 {
    top: 30%;
  }

  .polaris.mysky .fav-status .speed-graph .x-3 {
    top: 45%;
  }

  .polaris.mysky .fav-status .speed-graph .x-4 {
    top: 60%;
  }

  .polaris.mysky .fav-status .speed-graph .x-5 {
    top: 75%;
  }

  .polaris.mysky .fav-status .speed-graph .x-6 {
    top: 90%;
  }

  .polaris.mysky .fav-status .speed-graph:after {
    content: "";
    display: table;
  }
}

@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none) {
  .polaris.mysky .fav-status .diagnostic-anim .basket__circle,
  .polaris.mysky .fav-status .diagnostic-anim .checkmark__circle,
  .polaris.mysky .fav-status .diagnostic-anim .errors__circle {
    stroke-dashoffset: 0;
    stroke-dasharray: 0;
  }
}

@supports (-webkit-appearance:none) {
  .polaris.mysky .fav-status .diagnostic-anim .basket__circle,
  .polaris.mysky .fav-status .diagnostic-anim .checkmark__circle,
  .polaris.mysky .fav-status .diagnostic-anim .errors__circle {
    stroke-dashoffset: 0;
    stroke-dasharray: 0;
  }
}

.o-broadband-connection {
  margin-bottom: 70px;
}

.o-broadband-connection .c-hero {
  background-image: url(https://www.sky.com/assets2/broadband/broadband-connection-hero.jpg);
  background-position: 65%;
}

.o-broadband-connection .c-tile {
  opacity: 1;
}

.app-cancel-warmup .main .grad-text--bill {
  /*! autoprefixer: off */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translateZ(0);
  display: inline-block;
  color: #0644a1;
  background-image: -webkit-linear-gradient(left,#f08300 0,#e3000f 30%,#a72879 60%,#0644a1 100%);
  background-size: 100%;
}

.app-cancel-warmup .main .c-hero--mobile-features.c-hero--mobile-features .c-hero__caption h1,
.app-cancel-warmup .main .grad-text,
.c-hero--mobile-features.c-hero--mobile-features .c-hero__caption .app-cancel-warmup .main h1 {
  display: inline-block;
}

@media (min-width:46.25em) {
  .app-cancel-warmup .bottom-divider .c-divider:after,
  .app-cancel-warmup .bottom-divider .c-divider:before {
    display: none;
  }
}

.app-cancel-warmup .main .component-margin {
  margin-top: 100px;
  margin-bottom: 100px;
}

.app-cancel-warmup .main .triptych-panel img {
  max-width: 100%;
}

@media (min-width:46.25em) {
  .app-live-chat .c-live-chat__item {
    text-align: left;
    padding: 40px;
  }
}

@media (max-width:46.24em) {
  .app-live-chat .c-live-chat__item {
    padding: 10px;
  }
}

@media (min-width:46.25em) {
  .app-live-chat .c-divider--only-mobile {
    display: none;
  }
}

@media (max-width:46.24em) {
  .app-live-chat .c-divider--only-desktop:after,
  .app-live-chat .c-divider--only-desktop:before {
    display: none;
  }
}

@media (max-width:46.24em) {
  .app-live-chat .c-live-chat__header {
    font-size: 18px;
  }
}

@media (max-width:46.24em) {
  .app-live-chat .c-live-chat__contact-heading {
    font-size: 20px;
  }
}

@media (max-width:46.24em) {
  .app-live-chat .c-live-chat__contact-number {
    font-size: 30px;
  }
}

.app-live-chat .c-promo-panel__info {
  max-width: 900px;
}

@media (min-width:46.25em) {
  .app-live-chat .c-promo-panel__info {
    text-align: left;
  }
}

@media (max-width:46.24em) {
  .app-live-chat .c-info-panel {
    margin-bottom: 40px;
  }
}

@media (max-width:46.24em) {
  .app-live-chat .app-live-chat__main-section {
    padding-bottom: 10px;
  }
}

@media (min-width:46.25em) {
  .app-live-chat .app-live-chat__main-section {
    padding-bottom: 40px;
  }
}

.app-live-chat .app-live-chat__divider {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.app-live-chat .page-section__hero-heading {
  /*! autoprefixer: off */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transform: translateZ(0);
  display: inline-block;
  color: #0644a1;
  background-image: -webkit-linear-gradient(left,#f08300 0,#e3000f 30%,#a72879 60%,#0644a1 100%);
  background-size: 100%;
}

.subject-access-request-form {
  max-width: 300px;
  margin: 0 auto;
}

.subject-access-request-form--submit {
  display: block;
  margin: 0 auto;
}

.subject-access-request p {
  font-size: 1.225em;
}

.subject-access-request p.c-text-smallprint {
  font-size: .8em;
}

.subject-access-request__spinner {
  width: 75px;
  margin: 0 auto;
  padding-top: 40px;
}