.pcmag {
  background-color: #FFF;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
  font-family: Roboto; }
  .pcmag img {
    margin: 0 20px 0 0;
    padding-bottom: 20px; }
  .pcmag div {
    text-align: left;
    padding-bottom: 20px; }
    .pcmag div h3 {
      margin-bottom: 0; }
    .pcmag div hr {
      margin: 16px auto;
      border-color: #CCCCCC; }
    .pcmag div span {
      color: #333333;
      letter-spacing: 0.42px; }
  .pcmag.internet div h3 {
    color: #483292;
    font-weight: normal;
    font-size: 33px;
    line-height: 39px; }
  .pcmag.internet div span {
    font-size: 22px;
    line-height: 25px; }
  .pcmag.phone div h3 {
    color: #333;
    font-weight: bold;
    font-size: 40px; }
  .pcmag.phone div span {
    font-size: 18px; }
  .pcmag.digital-tv div h3 {
    color: #483292;
    font-weight: normal;
    font-size: 33px; }
  .pcmag.digital-tv div span {
    font-size: 22px; }

.sub-header {
  position: relative;
  padding: 0;
  margin: 0;
  font-family: Roboto; }
  .sub-header.internet {
    background-color: #FAFAFA; }
  .sub-header.phone {
    background-color: #FAFAFA; }
  .sub-header.digital-tv {
    background-color: #FAFAFA; }
  .sub-header img {
    height: 235px; }
  .sub-header .sub-text {
    color: #333;
    position: absolute;
    top: 0;
    left: 600px;
    padding-top: 55px;
    margin-right: 10px; }
    .sub-header .sub-text span {
      display: block; }
    .sub-header .sub-text .title {
      font-weight: 400;
      font-size: 33px;
      line-height: 39px;
      padding-bottom: 10px; }
      .sub-header .sub-text .title sup {
        font-weight: normal;
        top: -16px;
        font-size: 50%; }
    .sub-header .sub-text .subtitle {
      font-size: 18px;
      padding-bottom: 20px; }

.buttons {
  font-weight: bold;
  border: 2px solid #0f891e;
  border-radius: 6px;
  text-align: center;
  font-family: Roboto;
  width: 100%;
  text-decoration: none; }
  .buttons.small {
    font-size: 16px;
    max-width: 115px;
    padding: 10px 0; }
  .buttons.medium {
    font-size: 22px;
    max-width: 240px;
    padding: 11px 0; }
  .buttons.large {
    font-size: 33px;
    max-width: 300px;
    padding: 20px 0; }
  .buttons.primary {
    color: #FFF;
    background-color: #0f891e; }
  .buttons.secondary {
    color: #30AA3F;
    background-color: #FFF; }
  .buttons:hover {
    color: #30AA3F;
    background-color: #FFF;
    cursor: pointer; }

.noUnderline {
  text-decoration: none; }
  .noUnderline:hover {
    text-decoration: none; }

.price {
  color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  font-family: Roboto; }
  .price .dollars sup {
    top: -32px;
    font-size: 30px;
    font-weight: 700; }
  .price .dollars span {
    font-size: 80px;
    font-weight: 700;
    margin-right: 3px; }
  .price .cents {
    margin-top: 15px; }
    .price .cents .top {
      font-size: 20px;
      font-weight: bold;
      line-height: 24px; }
      .price .cents .top sup {
        font-size: 20px;
        font-weight: bold;
        top: 0px; }
    .price .cents .bottom {
      margin-top: 3px;
      font-size: 14px;
      line-height: 16px; }

.packages {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  font-family: Roboto;
  padding: 0 10px; }
  .packages .mobilePicker {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-end;
    max-width: 370px;
    width: 100%;
    padding: 0 25px; }
    .packages .mobilePicker .mobileButton {
      color: #483291;
      font-size: 19px;
      font-weight: bold;
      line-height: 23px;
      padding: 10px 5px;
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      justify-content: center;
      align-items: center;
      height: 50px;
      max-width: 115px;
      width: 100%;
      border: 1px solid #DADADF;
      background: linear-gradient(0deg, #E5E5E5 0%, #F6F6F6 100%); }
      .packages .mobilePicker .mobileButton:first-child {
        border-top-left-radius: 4px; }
      .packages .mobilePicker .mobileButton:last-child {
        border-top-right-radius: 4px; }
      .packages .mobilePicker .mobileButton.selected {
        color: #FFF;
        padding: 15px 10px;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        border: none;
        background: #483491;
        height: 58px; }
      .packages .mobilePicker .mobileButton .mobile-price {
        font-size: 19px;
        font-weight: bold;
        line-height: 23px; }
      .packages .mobilePicker .mobileButton .title {
        font-size: 12px;
        letter-spacing: 0.69px;
        line-height: 14px;
        text-align: center; }
  .packages .packageContainer {
    display: flex;
    max-width: 387px;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
    position: relative;
    overflow: hidden; }
    .packages .packageContainer:not(:last-child) {
      margin-right: 35px; }
    .packages .packageContainer .top-banner {
      max-width: 350px; }
      .packages .packageContainer .top-banner.none {
        border: none;
        background-color: transparent; }
    .packages .packageContainer .dogEar {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 1; }
      .packages .packageContainer .dogEar span {
        position: absolute;
        font-size: 16px;
        font-weight: bold;
        line-height: 19px;
        text-align: center;
        transform: rotate(45deg);
        display: block;
        z-index: 2;
        top: 24px;
        right: -7px;
        width: 100px;
        color: #FFFFFF; }
    .packages .packageContainer .package {
      border: 1px solid #C6C6CC;
      border-radius: 5px;
      background-color: #FFF;
      box-shadow: 0 0 7px 0 #00000021;
      width: 100%;
      display: flex;
      flex-wrap: nowrap;
      flex-direction: column;
      flex-grow: 1; }
      .packages .packageContainer .package .gradient {
        height: 52px;
        width: 100%;
        transform: rotate(-180deg);
        border-radius: 0 0 5px 5px;
        background: linear-gradient(0deg, #E5E5E5 0%, rgba(229, 229, 229, 0) 100%); }
      .packages .packageContainer .package .package-info {
        padding: 0 30px;
        width: 100%;
        flex-grow: 1; }
        .packages .packageContainer .package .package-info .title {
          color: #483292;
          font-size: 44px;
          font-weight: 900;
          letter-spacing: 0.67px;
          line-height: 52px;
          text-align: center;
          margin-bottom: 10px; }
          .packages .packageContainer .package .package-info .title.addDogEarSpacing {
            margin-top: 10px; }
        .packages .packageContainer .package .package-info .combo {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          justify-content: center;
          align-items: center;
          padding-bottom: 30px; }
          .packages .packageContainer .package .package-info .combo img {
            width: 100%;
            max-width: 94px; }
          .packages .packageContainer .package .package-info .combo .plusContainer {
            margin: 0 20px; }
          .packages .packageContainer .package .package-info .combo.three .plusContainer {
            margin: 0 10px; }
        .packages .packageContainer .package .package-info .topImage {
          margin: 0 auto;
          padding-bottom: 15px; }
        .packages .packageContainer .package .package-info .subTitle {
          color: #333333;
          font-size: 20px;
          font-weight: bold;
          line-height: 28px;
          display: block;
          text-align: center;
          padding-bottom: 15px;
          width: 100%;
          max-width: 290px;
          margin: 0 auto; }
          .packages .packageContainer .package .package-info .subTitle.phone {
            min-height: 87px; }
        .packages .packageContainer .package .package-info .allChannels {
          display: block;
          text-align: center;
          margin-bottom: 5px; }
        .packages .packageContainer .package .package-info .addOn {
          display: flex;
          flex-wrap: nowrap;
          align-items: center;
          margin-bottom: 7px; }
          .packages .packageContainer .package .package-info .addOn > div { width: 65%; }
          .packages .packageContainer .package .package-info .addOn .imageContainer {
            max-width: 100px;
            width: 100%;
            margin-right: 12px; }
            .packages .packageContainer .package .package-info .addOn .imageContainer img {
              margin: 0 auto; }
          .packages .packageContainer .package .package-info .addOn svg {
            margin-right: 12px; }
          .packages .packageContainer .package .package-info .addOn .addOnTitle {
            color: #333333;
            font-size: 16px;
            font-weight: bold;
            line-height: 19px;
            text-align: center;
            margin-bottom: 6px;
            display: block; }
          .packages .packageContainer .package .package-info .addOn .text {
            display: block;
            color: #333333;
            font-size: 16px;
            line-height: 19px; }
          .packages .packageContainer .package .package-info .addOn .bold {
            color: #333333;
            font-size: 18px;
            font-weight: bold;
            line-height: 21px;
            display: block; }
          .packages .packageContainer .package .package-info .addOn .link {
            color: #0F891E;
            font-size: 15px;
            line-height: 18px; }
          .packages .packageContainer .package .package-info .addOn .callingFeatures {
            margin-left: 10px; }
          .packages .packageContainer .package .package-info .addOn.centered {
            text-align: center; }
          .packages .packageContainer .package .package-info .addOn.premiereChannels {
            flex-direction: column; }
            .packages .packageContainer .package .package-info .addOn.premiereChannels .channelPackages {
              display: flex;
              flex-direction: column;
              flex-wrap: nowrap; }
              .packages .packageContainer .package .package-info .addOn.premiereChannels .channelPackages .packageRow {
                display: flex;
                flex-direction: row;
                flex-wrap: nowrap;
                margin-bottom: 10px; }
                .packages .packageContainer .package .package-info .addOn.premiereChannels .channelPackages .packageRow .packageContent {
                  width: 100%;
                  max-width: 160px;
                  border: 1px solid #DADADF;
                  border-radius: 2px;
                  background-color: #F7F7F7;
                  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.05);
                  padding: 8px;
                  display: flex;
                  flex-wrap: nowrap;
                  flex-direction: row;
                  align-items: center; }
                  .packages .packageContainer .package .package-info .addOn.premiereChannels .channelPackages .packageRow .packageContent .packageName {
                    color: #333333;
                    font-weight: bold;
                    font-size: 12px;
                    letter-spacing: 0.55px;
                    text-align: left;
                    margin-right: 4px;
                    flex-grow: 1; }
                  .packages .packageContainer .package .package-info .addOn.premiereChannels .channelPackages .packageRow .packageContent .arrowContainer {
                    padding-bottom: 3px; }
                    .packages .packageContainer .package .package-info .addOn.premiereChannels .channelPackages .packageRow .packageContent .arrowContainer svg {
                      margin-right: 0; }
                  .packages .packageContainer .package .package-info .addOn.premiereChannels .channelPackages .packageRow .packageContent:first-child {
                    margin-right: 8px; }
                  .packages .packageContainer .package .package-info .addOn.premiereChannels .channelPackages .packageRow .packageContent:hover {
                    border-color: #0f891e; }
                    .packages .packageContainer .package .package-info .addOn.premiereChannels .channelPackages .packageRow .packageContent:hover .packageName {
                      color: #0f891e; }
                    .packages .packageContainer .package .package-info .addOn.premiereChannels .channelPackages .packageRow .packageContent:hover .arrowContainer svg path {
                      fill: #0f891e; }
        .packages .packageContainer .package .package-info .separator {
          display: flex;
          flex-wrap: nowrap;
          justify-content: center;
          align-items: center;
          margin-bottom: 7px; }
          .packages .packageContainer .package .package-info .separator .plusContainer {
            margin: 0 20px;
            display: flex; }
          .packages .packageContainer .package .package-info .separator hr {
            display: inline-block;
            border-color: #E5E5E5;
            width: 100%;
            max-width: 135px;
            margin: 20px auto; }
      .packages .packageContainer .package .bottomSection {
        position: relative;
        margin-top: 15px; }
        .packages .packageContainer .package .bottomSection .priceBox {
          background-color: #333333;
          padding: 10px 0 50px; }
        .packages .packageContainer .package .bottomSection .planDetails {
          background-color: #E5E5E5;
          padding: 40px 0 15px;
          border-bottom-left-radius: 5px;
          border-bottom-right-radius: 5px; }
          .packages .packageContainer .package .bottomSection .planDetails .detailsContainer {
            display: flex;
            flex-wrap: nowrap;
            justify-content: center;
            align-items: center;
            padding-top: 15px; }
            .packages .packageContainer .package .bottomSection .planDetails .detailsContainer a {
              color: #6943B4;
              font-size: 18px;
              font-weight: bold;
              letter-spacing: 0.6px;
              line-height: 21px;
              margin-left: 5px; }
        .packages .packageContainer .package .bottomSection .buttons {
          position: absolute;
          bottom: 54px;
          left: 0;
          right: 0;
          margin: 0 auto; }
      .packages .packageContainer .package.hasDogEar .package-info .title {
        margin-top: 10px; }
  .packages.variation .mobilePicker .mobileButton {
    padding: 14px 15px 10px; }
    .packages.variation .mobilePicker .mobileButton.selected {
      padding: 16px 22.5px 13px; }
    .packages.variation .mobilePicker .mobileButton .mobile-price {
      font-size: 22px;
      font-weight: bold;
      line-height: 25px; }
  .packages.variation .packageContainer .package-info .title {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .packages.variation .packageContainer .package-info .title h1 {
      color: #0F891E;
      font-size: 26px;
      font-weight: bold;
      line-height: 34px;
      text-align: center;
      margin: 0 auto;
      max-width: 310px;
      width: 100%; }
  .packages.variation .packageContainer .package-info .priceBox .price {
    color: #483292; }
    .packages.variation .packageContainer .package-info .priceBox .price .dollars sup {
      font-size: 54px;
      top: -41px; }
    .packages.variation .packageContainer .package-info .priceBox .price .dollars span {
      font-size: 120px; }
    .packages.variation .packageContainer .package-info .priceBox .price .cents .top {
      font-size: 54px;
      line-height: 63px; }
      .packages.variation .packageContainer .package-info .priceBox .price .cents .top sup {
        font-size: 24px;
        top: -20px; }
    .packages.variation .packageContainer .package-info .priceBox .price .cents .bottom {
      margin-left: 5px;
      font-size: 13.82px; }
  .packages.variation .packageContainer .bottomSection .planDetails {
    background-color: transparent;
    padding: 25px 0 30px; }
    .packages.variation .packageContainer .bottomSection .planDetails .detailsContainer {
      padding-top: 0; }
  .packages.variation .packageContainer .bottomSection .buttons {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto; }
  .packages.digitalTV .packageContainer .package .package-info .title {
    font-size: 75px;
    letter-spacing: 1.15px;
    line-height: 88px;
    margin-bottom: 18px; }
  .packages.digitalTV .packageContainer .package .package-info .subTitle {
    padding-bottom: 7px; }
  .packages.phone .packageContainer .package .package-info .combo {
    margin-top: 24px; }
    .packages.phone .packageContainer .package .package-info .combo .phoneLeft {
      margin-left: -10px; }
  .packages.phone .packageContainer .package .package-info .subTitle {
    padding-bottom: 7px; }

.packages-shop-all {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: Roboto;
  padding: 20px; }
  .packages-shop-all a {
    text-align: center; }
    .packages-shop-all a.shop-all {
      color: #0F891E;
      font-size: 20px;
      line-height: 24px; }
    .packages-shop-all a.help:hover {
      color: #6943B4; }
  .packages-shop-all span {
    color: #515151;
    font-size: 14px;
    line-height: 16px;
    padding-top: 25px;
    text-align: center; }
  .packages-shop-all h3 {
    color: #6943B4;
    font-size: 28px;
    font-weight: bold;
    line-height: 33px;
    margin: 65px 0 30px; }

.top-banner {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 21px;
  width: 100%;
  height: 33px;
  border-radius: 5px 5px 0 0;
  background-color: #af6300;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  margin: 0 auto; }

.product-page {
  font-family: Roboto; }
  .product-page .product-package-header {
    padding: 0;
    margin: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative; }
    .product-page .product-package-header.top {
      margin-top: 30px; }
    .product-page .product-package-header.internet {
      background-image: url("../images/product/headers/Internet.jpg"); }
    .product-page .product-package-header.digitalTV {
      background-image: url("../images/product/headers/TV.jpg"); }
    .product-page .product-package-header.phone {
      background-image: url("../images/product/headers/Phone.jpg"); }
    .product-page .product-package-header .bannerContainer {
      position: absolute;
      top: -33px;
      left: 0;
      right: 0;
      margin: 0 auto; }
      .product-page .product-package-header .bannerContainer .top-banner {
        max-width: 560px; }
    .product-page .product-package-header .package-content h1 {
      padding-top: 40px;
      margin: 0;
      color: #FFF;
      font-size: 50px;
      font-weight: 400;
      line-height: 58px;
      text-align: center; }
    .product-page .product-package-header .package-content .bundles {
      display: flex;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      width: 100%;
      max-width: 1145px;
      margin: 5px auto 0; }
      .product-page .product-package-header .package-content .bundles .plus {
        color: #FFFFFF;
        font-size: 32px;
        line-height: 38px;
        margin: 0 20px; }
        .product-page .product-package-header .package-content .bundles .plus.empty {
          color: transparent;
          display: none; }
      .product-page .product-package-header .package-content .bundles .bundle {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        border-radius: 2px;
        background-color: #FFFFFF;
        padding: 8px 25px; }
        .product-page .product-package-header .package-content .bundles .bundle img {
          margin-right: 20px; }
        .product-page .product-package-header .package-content .bundles .bundle h2 {
          color: #222222;
          font-size: 25px;
          line-height: 29px;
          font-weight: normal;
          margin: 0; }
          .product-page .product-package-header .package-content .bundles .bundle h2.core {
            font-size: 32px;
            font-weight: 700;
            line-height: 32px;
            margin-left: 18px; }
    .product-page .product-package-header .package-content .priceBox {
      padding-top: 5px;
      padding-bottom: 33px; }
    .product-page .product-package-header .package-content .emptyPriceBox {
      height: 70px; }
    .product-page .product-package-header .package-content.bundle .iconContainer {
      display: flex;
      align-items: center; }
    .product-page .product-package-header .package-content.bundle h1 {
      padding-top: 35px;
      font-size: 38px;
      font-weight: 400;
      line-height: 44px; }
    .product-page .product-package-header .package-content.bundle .bundleContainer {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: center;
      margin-top: 20px; }
    .product-page .product-package-header .package-content.bundle .bundle.showPrice {
      padding: 0 25px 0 0; }
      .product-page .product-package-header .package-content.bundle .bundle.showPrice h2 {
        margin-left: 20px; }
    .product-page .product-package-header .package-content.bundle .bundle .productPrice {
      background-color: #D67A02;
      display: flex;
      align-items: center; }
      .product-page .product-package-header .package-content.bundle .bundle .productPrice .price {
        padding: 2px 9px 0; }
        .product-page .product-package-header .package-content.bundle .bundle .productPrice .price .dollars sup {
          top: -17px;
          font-size: 22px; }
        .product-page .product-package-header .package-content.bundle .bundle .productPrice .price .dollars span {
          font-size: 45px;
          letter-spacing: -2px; }
        .product-page .product-package-header .package-content.bundle .bundle .productPrice .price .cents {
          margin-top: 6px; }
          .product-page .product-package-header .package-content.bundle .bundle .productPrice .price .cents .top {
            font-size: 22px; }
    .product-page .product-package-header .orderContainer {
      position: absolute;
      bottom: -65px;
      left: 0;
      right: 0;
      z-index: 2; }
      .product-page .product-package-header .orderContainer .buttons {
        margin: 0 auto; }
      .product-page .product-package-header .orderContainer p {
        padding-top: 25px;
        margin: 0;
        color: #515151;
        font-size: 14px;
        line-height: 16px;
        text-align: center; }
  .product-page .productTemplate {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    padding: 0 55px 90px 0;
    position: relative;
    width: 100%; }
    .product-page .productTemplate.productOdd {
      background-color: #FFF;
      padding-top: 100px; }
      .product-page .productTemplate.productOdd .template-info .included .included-table {
        background-color: #F9F8F4; }
      .product-page .productTemplate.productOdd .template-info .included .phoneFeatures, .product-page .productTemplate.productOdd .template-info .included .totalPackFeatures {
        background-color: #F9F8F4; }
      .product-page .productTemplate.productOdd .template-info .also-need .viewOptions {
        background-color: #F9F8F4; }
      .product-page .productTemplate.productOdd .template-info .also-need .options {
        background-color: #F9F8F4; }
    .product-page .productTemplate.productEven {
      background-color: #F9F8F4;
      padding-top: 100px; }
      .product-page .productTemplate.productEven .template-info .included .included-table {
        background-color: #FFF; }
      .product-page .productTemplate.productEven .template-info .included .phoneFeatures, .product-page .productTemplate.productEven .template-info .included .totalPackFeatures {
        background-color: #FFF; }
      .product-page .productTemplate.productEven .template-info .also-need .viewOptions {
        background-color: #FFF; }
      .product-page .productTemplate.productEven .template-info .also-need .options {
        background-color: #FFF; }
    .product-page .productTemplate.topProduct {
      padding-top: 140px; }
    .product-page .productTemplate .productImage {
      padding-right: 25px;
      align-self: flex-start;
      flex-shrink: 0; }
    .product-page .productTemplate .template-info {
      display: flex;
      flex-direction: column;
      flex-wrap: nowrap;
      width: 100%; }
      .product-page .productTemplate .template-info .header {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        padding-bottom: 12px; }
        .product-page .productTemplate .template-info .header h2 {
          color: #483292;
          font-size: 35px;
          line-height: 41px;
          padding-right: 25px;
          margin: 0; }
        .product-page .productTemplate .template-info .header a {
          color: #0F891E;
          font-size: 14px;
          line-height: 24px;
          padding-right: 20px; }
      .product-page .productTemplate .template-info .productText {
        color: #333333;
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 35px;
        margin: 0; }
      .product-page .productTemplate .template-info .included .title {
        color: #222222;
        font-size: 20px;
        line-height: 24px;
        display: block;
        padding-bottom: 20px; }
      .product-page .productTemplate .template-info .included .included-table {
        border: 1px solid #EAE7DC;
        background-color: #F9F8F4;
        padding: 30px 25px; }
        .product-page .productTemplate .template-info .included .included-table .included-item {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap; }
          .product-page .productTemplate .template-info .included .included-table .included-item:not(:last-child) {
            margin-bottom: 35px; }
          .product-page .productTemplate .template-info .included .included-table .included-item span {
            display: block; }
          .product-page .productTemplate .template-info .included .included-table .included-item .name {
            color: #333333;
            font-size: 14px;
            font-weight: bold;
            line-height: 24px;
            width: 100%; }
          .product-page .productTemplate .template-info .included .included-table .included-item .description {
            color: #333333;
            font-size: 16px;
            line-height: 24px; }
          .product-page .productTemplate .template-info .included .included-table .included-item .item-images {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-items: center; }
            .product-page .productTemplate .template-info .included .included-table .included-item .item-images img:not(:last-child) {
              margin-right: 10px; }
        .product-page .productTemplate .template-info .included .included-table.internet .included-item .name {
          max-width: 100px;
          min-width: 100px; }
        .product-page .productTemplate .template-info .included .included-table.digitalTV .included-item .name {
          max-width: 190px;
          min-width: 190px; }
        .product-page .productTemplate .template-info .included .included-table.phone .included-item .name {
          max-width: 185px;
          min-width: 185px; }
        .product-page .productTemplate .template-info .included .included-table.eero {
          padding: 30px 65px 30px 25px; }
          .product-page .productTemplate .template-info .included .included-table.eero .included-item .name {
            max-width: 175px;
            min-width: 175px; }
      .product-page .productTemplate .template-info .included .phoneFeatures, .product-page .productTemplate .template-info .included .totalPackFeatures {
        border: 1px solid #EAE7DC;
        border-radius: 2px;
        background-color: #F9F8F4;
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.09);
        margin-top: 12px;
        padding: 15px 25px; }
        .product-page .productTemplate .template-info .included .phoneFeatures .viewOptions, .product-page .productTemplate .template-info .included .totalPackFeatures .viewOptions {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          align-items: center; }
          .product-page .productTemplate .template-info .included .phoneFeatures .viewOptions span, .product-page .productTemplate .template-info .included .totalPackFeatures .viewOptions span {
            display: block;
            flex-grow: 1;
            color: #333333;
            font-size: 14px;
            font-weight: bold;
            line-height: 24px; }
          .product-page .productTemplate .template-info .included .phoneFeatures .viewOptions .optionsArrow, .product-page .productTemplate .template-info .included .totalPackFeatures .viewOptions .optionsArrow {
            transition: all 0.2s linear; }
            .product-page .productTemplate .template-info .included .phoneFeatures .viewOptions .optionsArrow.up, .product-page .productTemplate .template-info .included .totalPackFeatures .viewOptions .optionsArrow.up {
              transform: rotate(-180deg); }
            .product-page .productTemplate .template-info .included .phoneFeatures .viewOptions .optionsArrow.down, .product-page .productTemplate .template-info .included .totalPackFeatures .viewOptions .optionsArrow.down {
              transform: translate(1 1); }
        .product-page .productTemplate .template-info .included .phoneFeatures .features, .product-page .productTemplate .template-info .included .totalPackFeatures .features {
          padding-top: 25px; }
      .product-page .productTemplate .template-info .also-need {
        margin-top: 28px; }
        .product-page .productTemplate .template-info .also-need .also-need-header {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          align-items: center;
          padding-bottom: 20px; }
          .product-page .productTemplate .template-info .also-need .also-need-header .title {
            color: #222222;
            font-size: 20px;
            line-height: 24px;
            display: inline-block;
            padding-right: 8px; }
          .product-page .productTemplate .template-info .also-need .also-need-header .info-help {
            position: relative;
            display: flex;
            align-items: center; }
        .product-page .productTemplate .template-info .also-need .viewOptions {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          align-items: center;
          border: 1px solid #EAE7DC;
          border-radius: 5px;
          background-color: #F9F8F4;
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.09);
          padding: 15px 25px; }
          .product-page .productTemplate .template-info .also-need .viewOptions .leftSide {
            flex-grow: 1;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-items: center; }
            .product-page .productTemplate .template-info .also-need .viewOptions .leftSide img {
              margin-right: 5px; }
            .product-page .productTemplate .template-info .also-need .viewOptions .leftSide span {
              color: #333333;
              font-size: 14px;
              font-weight: bold;
              line-height: 24px;
              display: inline-block; }
          .product-page .productTemplate .template-info .also-need .viewOptions .optionsArrow {
            transition: all 0.2s linear; }
            .product-page .productTemplate .template-info .also-need .viewOptions .optionsArrow.up {
              transform: rotate(-180deg); }
            .product-page .productTemplate .template-info .also-need .viewOptions .optionsArrow.down {
              transform: translate(1 1); }
        .product-page .productTemplate .template-info .also-need .options {
          padding: 48px 75px 50px 58px;
          border: 1px solid #EAE7DC;
          border-radius: 5px;
          background-color: #F9F8F4;
          box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.09);
          position: relative;
          margin-top: 15px; }
          .product-page .productTemplate .template-info .also-need .options .title {
            color: #483292;
            font-size: 20px;
            line-height: 24px;
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-items: center;
            padding-bottom: 20px; }
            .product-page .productTemplate .template-info .also-need .options .title img {
              margin: 0 10px; }
          .product-page .productTemplate .template-info .also-need .options .subTitle {
            color: #7FB1B2;
            font-size: 20px;
            margin-bottom: 35px;
            display: block; }
          .product-page .productTemplate .template-info .also-need .options .arrowTab {
            position: absolute;
            top: -14px;
            right: 20px; }
          .product-page .productTemplate .template-info .also-need .options .option {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            padding-bottom: 35px;
            align-items: flex-start; }
            .product-page .productTemplate .template-info .also-need .options .option .imageContainer {
              max-width: 160px;
              margin-right: 25px; }
              .product-page .productTemplate .template-info .also-need .options .option .imageContainer img {
                max-width: none; }
            .product-page .productTemplate .template-info .also-need .options .option .info span {
              color: #333333;
              font-size: 17px;
              font-weight: bold;
              line-height: 20px;
              display: block;
              padding-bottom: 10px; }
            .product-page .productTemplate .template-info .also-need .options .option .info p {
              color: #333333;
              font-size: 14px;
              line-height: 16px;
              margin: 0;
              padding-bottom: 0; }
          .product-page .productTemplate .template-info .also-need .options .or {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap;
            align-items: center;
            margin-bottom: 40px; }
            .product-page .productTemplate .template-info .also-need .options .or hr {
              height: 1px;
              max-width: 306.64px;
              width: 100%;
              border-color: #483292;
              margin: 0; }
            .product-page .productTemplate .template-info .also-need .options .or span {
              color: #483292;
              font-size: 28px;
              font-weight: bold;
              line-height: 33px;
              display: block;
              margin: 0 20px; }
          .product-page .productTemplate .template-info .also-need .options .already-have {
            display: flex;
            flex-direction: row;
            flex-wrap: nowrap; }
            .product-page .productTemplate .template-info .also-need .options .already-have img {
              margin-left: 15px;
              margin-right: 46px;
              align-self: flex-start; }
            .product-page .productTemplate .template-info .also-need .options .already-have .info span {
              color: #483292;
              font-size: 20px;
              line-height: 24px;
              display: block;
              padding-bottom: 8px; }
            .product-page .productTemplate .template-info .also-need .options .already-have .info p {
              color: #333333;
              font-size: 14px;
              line-height: 16px; }
          .product-page .productTemplate .template-info .also-need .options.digitalTV .tivoDiagram {
            margin: 0 auto 45px; }
          .product-page .productTemplate .template-info .also-need .options.digitalTV .title {
            color: #483292;
            font-size: 28px;
            line-height: 33px; }
          .product-page .productTemplate .template-info .also-need .options.digitalTV .tivoBundle {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            margin-bottom: 65px; }
            .product-page .productTemplate .template-info .also-need .options.digitalTV .tivoBundle .leftSide {
              display: flex;
              flex-direction: column;
              flex-wrap: nowrap;
              align-items: flex-start;
              margin-right: 20px; }
              .product-page .productTemplate .template-info .also-need .options.digitalTV .tivoBundle .leftSide img:first-child {
                margin-bottom: 10px; }
            .product-page .productTemplate .template-info .also-need .options.digitalTV .tivoBundle .rightSide span {
              color: #483292;
              font-size: 17px;
              line-height: 20px;
              display: block;
              margin-bottom: 10px; }
            .product-page .productTemplate .template-info .also-need .options.digitalTV .tivoBundle .rightSide .tivoAddOn {
              color: #7FB1B2;
              font-size: 14px;
              font-style: italic;
              line-height: 16px; }
            .product-page .productTemplate .template-info .also-need .options.digitalTV .tivoBundle .rightSide p {
              color: #333333;
              font-size: 14px;
              line-height: 16px;
              padding: 0; }
            .product-page .productTemplate .template-info .also-need .options.digitalTV .tivoBundle .rightSide .sixTuner {
              margin-bottom: 30px; }
            .product-page .productTemplate .template-info .also-need .options.digitalTV .tivoBundle .rightSide .oneMini {
              margin-bottom: 20px; }
          .product-page .productTemplate .template-info .also-need .options.digitalTV .or {
            margin-bottom: 60px; }
    .product-page .productTemplate.digitalTV .productImage {
      padding-right: 50px; }
    .product-page .productTemplate.phone .productImage {
      padding-right: 100px;
      padding-left: 80px; }
    .product-page .productTemplate.eero .productImage {
      padding-right: 75px;
      padding-top: 15px; }
    .product-page .productTemplate.total-pack .productImage {
      padding: 10px 65px 0; }

.cross-sell {
  font-family: Roboto;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 15px 0; }
  .cross-sell img {
    display: block;
    max-width: 100%;
    min-height: 100%;
    height: auto; }
  .cross-sell svg {
    position: absolute;
    top: 0;
    left: 0; }
  .cross-sell .info {
    position: absolute;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 80px;
    top: 0; }
    .cross-sell .info span {
      display: block; }
    .cross-sell .info .title {
      color: #6943B4;
      font-size: 17px;
      font-weight: bold;
      line-height: 20px;
      margin-bottom: 15px; }
    .cross-sell .info .description {
      color: #333333;
      font-size: 40px;
      line-height: 46px;
      margin-bottom: 20px;
      width: 100%;
      max-width: 500px; }
      .cross-sell .info .description sup {
        top: -6px; }
    .cross-sell .info .link {
      color: #0F891E;
      font-size: 16px;
      font-weight: 700;
      line-height: 19px; }
    .cross-sell .info.top {
      padding-left: 0;
      padding-top: 65px;
      height: auto;
      width: auto;
      top: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      align-items: center; }
      .cross-sell .info.top .description {
        max-width: 800px;
        text-align: center;
        margin-bottom: 18px;
        line-height: 42px; }

.customer-reviews {
  font-family: Roboto;
  display: flex;
  flex-direction: column;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-image: url("../images/product/Reviews Background.jpg");
  padding: 70px 20px 100px;
  position: relative; }
  .customer-reviews h4 {
    color: #F9F8F4;
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 20px;
    margin-left: 37px; }
  .customer-reviews .averages {
    margin-bottom: 45px;
    margin-left: 37px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center; }
    .customer-reviews .averages .reviewAverage {
      color: #FFFFFF;
      font-size: 48px;
      line-height: 57px;
      margin-right: 20px; }
    .customer-reviews .averages .icon-star {
      color: #D67A02;
      margin-right: -5px; }
    .customer-reviews .averages .icon-star-empty {
      color: #9779E4;
      opacity: 0.5;
      margin-right: -5px; }
    .customer-reviews .averages .reviewCount {
      color: #FFFFFF;
      font-size: 14px;
      letter-spacing: 0.4px;
      line-height: 16px;
      margin-left: 15px; }
  .customer-reviews .reviewContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    height: 100%;
    min-height: 385px; }
    .customer-reviews .reviewContainer .arrowContainer {
      align-self: center;
      padding: 15px;
      border-radius: 30px; }
      .customer-reviews .reviewContainer .arrowContainer.left {
        margin-right: 15px;
        padding-left: 14px; }
      .customer-reviews .reviewContainer .arrowContainer.right {
        margin-left: 15px;
        padding-left: 16px; }
      .customer-reviews .reviewContainer .arrowContainer:hover {
        background-color: #483292; }
      .customer-reviews .reviewContainer .arrowContainer .leftArrow {
        transform: rotate(90deg); }
      .customer-reviews .reviewContainer .arrowContainer .rightArrow {
        transform: rotate(-90deg); }
    .customer-reviews .reviewContainer .reviews {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap; }
      .customer-reviews .reviewContainer .reviews .review {
        min-height: 385px;
        height: auto;
        max-width: 385px;
        width: 100%;
        border: 1px solid #DADADF;
        border-radius: 5px;
        background-color: #FFFFFF;
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
        padding: 55px 55px 0 38px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap; }
        .customer-reviews .reviewContainer .reviews .review .ratingDate {
          margin-bottom: 20px;
          display: flex;
          flex-direction: row;
          flex-wrap: wrap;
          align-items: center; }
          .customer-reviews .reviewContainer .reviews .review .ratingDate .stars {
            margin-right: 15px;
            margin-bottom: 5px;
            margin-left: -4px; }
            .customer-reviews .reviewContainer .reviews .review .ratingDate .stars .icon-star {
              color: #D67A02;
              margin-right: -5px; }
            .customer-reviews .reviewContainer .reviews .review .ratingDate .stars .icon-star-empty {
              color: #D8d8d8;
              margin-right: -5px; }
          .customer-reviews .reviewContainer .reviews .review .ratingDate .reviewDate {
            color: #818181;
            font-size: 14px;
            letter-spacing: 0.4px;
            line-height: 16px;
            margin-bottom: 5px; }
        .customer-reviews .reviewContainer .reviews .review .reviewText {
          flex-grow: 1;
          padding-bottom: 40px;
          color: #222222;
          font-size: 26px;
          line-height: 30px;
          margin: 0; }
        .customer-reviews .reviewContainer .reviews .review .nameLocation {
          color: #333333;
          font-size: 16px;
          line-height: 24px;
          padding-bottom: 60px; }
        .customer-reviews .reviewContainer .reviews .review.active {
          display: flex;
          margin-right: 15px; }
          .customer-reviews .reviewContainer .reviews .review.active.lastReview {
            margin-right: 0; }
        .customer-reviews .reviewContainer .reviews .review.inactive {
          display: none; }

.hoverHelp {
  position: absolute;
  border-radius: 2px;
  background-color: rgba(72, 50, 146, 0.98);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  padding: 20px;
  top: -176px;
  left: -145px;
  width: 100%;
  min-width: 315px; }
  .hoverHelp .helpContainer {
    position: relative; }
    .hoverHelp .helpContainer .helpText {
      margin: 0;
      padding: 0;
      color: #FFFFFF;
      font-family: Roboto;
      font-size: 14px;
      line-height: 20px; }
    .hoverHelp .helpContainer .helpTriangle {
      position: absolute;
      bottom: -34px;
      right: 128px; }

.bundleSeparator {
  height: 78px;
  width: 78px;
  position: absolute;
  top: -39px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 44px;
  display: flex;
  justify-content: center;
  align-items: center; }
  .bundleSeparator.odd {
    background-color: #FFF; }
  .bundleSeparator.even {
    background-color: #F9F8F4; }

.disclosures {
  height: 100%;
  overflow: hidden;
  padding: 0 30px;
  margin: 130px 0 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  font-family: Roboto;
  position: relative; }
  .disclosures p {
    color: #333333;
    font-size: 14px;
    line-height: 24px; }
  .disclosures .readMoreContainer {
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 0) -50%, #FFFFFF 50%);
    padding: 60px 0 10px; }
    .disclosures .readMoreContainer .whiteSpace {
      background-color: #FFF;
      height: 50px;
      flex-grow: 1;
      display: flex;
      justify-content: center;
      align-items: center; }
    .disclosures .readMoreContainer .readMore {
      border: 2px solid #E5E5E5;
      border-radius: 6px;
      background-color: #E5E5E5;
      height: 35px;
      width: 119px;
      padding: 8px 0; }
      .disclosures .readMoreContainer .readMore span {
        color: #737373;
        font-size: 16px;
        font-weight: bold;
        line-height: 18px;
        display: block;
        text-align: center; }
  .disclosures.collapsed {
    max-height: 200px; }
    .disclosures.collapsed .readMoreContainer {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto; }
  .disclosures.expanded {
    max-height: 100%; }
    .disclosures.expanded .readMoreContainer {
      padding-top: 0;
      padding-bottom: 20px; }

.special-offers {
  font-family: Roboto; }
  .special-offers .spo-top {
    padding: 0 100px;
    min-height: 650px;
    height: 100%;
    position: relative;
    margin-bottom: 115px; }
    .special-offers .spo-top h1 {
      font-size: 48px;
      font-weight: bold;
      line-height: 57px;
      text-align: center;
      margin: 0;
      padding-top: 35px; }
    .special-offers .spo-top h2 {
      font-size: 32px;
      line-height: 44px;
      text-align: center;
      margin: 0 0 55px;
      padding-top: 5px; }
    .special-offers .spo-top .priceAndImageContainer {
      position: relative;
      display: flex;
      flex-direction: row;
      width: 100%; }
      .special-offers .spo-top .priceAndImageContainer .priceContainer {
        margin-right: 75px;
        width: 100%;
        max-width: 300px; }
        .special-offers .spo-top .priceAndImageContainer .priceContainer h3 {
          font-size: 26px;
          font-weight: bold;
          line-height: 34px;
          text-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
          margin: 0; }
        .special-offers .spo-top .priceAndImageContainer .priceContainer .price .dollars sup {
          font-size: 54px;
          line-height: 63px;
          top: -43px; }
        .special-offers .spo-top .priceAndImageContainer .priceContainer .price .dollars span {
          font-size: 120px;
          line-height: 140px;
          letter-spacing: -2.4px; }
        .special-offers .spo-top .priceAndImageContainer .priceContainer .price .cents .top {
          font-size: 54px;
          line-height: 63px; }
          .special-offers .spo-top .priceAndImageContainer .priceContainer .price .cents .top sup {
            top: -24px; }
        .special-offers .spo-top .priceAndImageContainer .priceContainer .price .cents .bottom {
          font-size: 17.28px;
          line-height: 20px;
          margin-bottom: -2px; 
          margin-left: 5px;  }
        .special-offers .spo-top .priceAndImageContainer .priceContainer .footnote {
          font-size: 14px;
          line-height: 18px;
          margin: 5px 0 25px;
          padding: 0; }
        .special-offers .spo-top .priceAndImageContainer .priceContainer .offersLink {
          font-size: 14px;
          font-weight: bold;
          line-height: 16px;
          margin-top: 55px;
          display: block;
          margin-bottom: 40px; }
      .special-offers .spo-top .priceAndImageContainer img {
        position: absolute;
        left: 375px;
        top: 0;
        max-width: 723px; }
    .special-offers .spo-top.light {
      background-color: #fffef8; }
      .special-offers .spo-top.light h1 {
        color: #483292; }
      .special-offers .spo-top.light h2 {
        color: #0F891E; }
      .special-offers .spo-top.light .priceAndImageContainer .priceContainer h3 {
        color: #000000; }
      .special-offers .spo-top.light .priceAndImageContainer .priceContainer .price {
        color: #483292; }
      .special-offers .spo-top.light .priceAndImageContainer .priceContainer .footnote {
        color: #000000; }
      .special-offers .spo-top.light .priceAndImageContainer .priceContainer .offersLink {
        color: #0F891E; }
    .special-offers .spo-top.purple {
      background: linear-gradient(0deg, #6943B4 0%, #483292 100%); }
      .special-offers .spo-top.purple h1 {
        color: #FFFFFF; }
      .special-offers .spo-top.purple h2 {
        color: rgba(255, 255, 255, 0.8); }
      .special-offers .spo-top.purple .priceAndImageContainer .priceContainer h3 {
        color: #FFFFFF; }
      .special-offers .spo-top.purple .priceAndImageContainer .priceContainer .price {
        color: #FFFFFF; }
      .special-offers .spo-top.purple .priceAndImageContainer .priceContainer .footnote {
        color: #FFFFFF; }
      .special-offers .spo-top.purple .priceAndImageContainer .priceContainer .offersLink {
        color: #FFFFFF; }
    .special-offers .spo-top.dark {
      background: linear-gradient(0deg, #333333 0%, #222222 100%); }
      .special-offers .spo-top.dark h1 {
        color: #A2CBCC; }
      .special-offers .spo-top.dark h2 {
        color: #FFFFFF; }
      .special-offers .spo-top.dark .priceAndImageContainer .priceContainer h3 {
        color: #FFFFFF; }
      .special-offers .spo-top.dark .priceAndImageContainer .priceContainer .price {
        color: #FFFFFF; }
      .special-offers .spo-top.dark .priceAndImageContainer .priceContainer .footnote {
        color: #FFFFFF; }
      .special-offers .spo-top.dark .priceAndImageContainer .priceContainer .offersLink {
        color: #FFFFFF; }
  .special-offers .optionalHeadline {
    color: #483292;
    font-size: 38px;
    line-height: 44px;
    text-align: center;
    margin: 0 0 40px;
    padding: 0;
    font-weight: normal; }

.optional-bundle {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: Roboto;
  padding: 100px;
  margin: 40px 0;
  align-items: center;
  justify-content: center; }
  .optional-bundle img {
    align-self: flex-start; }
  .optional-bundle .rightContainer {
    width: 100%;
    max-width: 475px;
    margin-left: 35px; }
    .optional-bundle .rightContainer .header {
      font-size: 38px;
      font-weight: bold;
      line-height: 44px;
      margin-bottom: 18px;
      display: block; }
    .optional-bundle .rightContainer .subHeader {
      font-size: 20px;
      line-height: 30px;
      margin-bottom: 25px;
      display: block;
      max-width: 400px; }
  .optional-bundle.light {
    background-color: #FBFAF1;
    padding: 50px 100px 60px; }
    .optional-bundle.light .rightContainer .header {
      color: #483292; }
    .optional-bundle.light .rightContainer .subHeader {
      color: #333333; }
  .optional-bundle.purple {
    background: linear-gradient(0deg, #6943B4 0%, #483292 100%); }
    .optional-bundle.purple .rightContainer .header {
      color: #FFFFFF; }
    .optional-bundle.purple .rightContainer .subHeader {
      color: #FFFFFF; }
  .optional-bundle.dark {
    background: linear-gradient(0deg, #333333 0%, #222222 100%); }
    .optional-bundle.dark .rightContainer .header {
      color: #A2CBCC; }
    .optional-bundle.dark .rightContainer .subHeader {
      color: #FFFFFF; }

.moreOffers {
  font-family: Roboto;
  padding: 0 100px; }
  .moreOffers hr {
    width: 100%;
    border-color: #E5E5E5;
    margin: 50px auto; }
    .moreOffers hr:first-child {
      margin: 30px auto 35px; }
    .moreOffers hr.last {
      margin-bottom: 45px; }
  .moreOffers h3 {
    color: #483292;
    font-size: 38px;
    line-height: 44px;
    text-align: center;
    margin: 0 0 25px; }
  .moreOffers .offers {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center; }
    .moreOffers .offers .group {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap; }
      .moreOffers .offers .group:not(:last-child) {
        margin-right: 30px; }
      .moreOffers .offers .group a {
        color: #FFFFFF; }
        .moreOffers .offers .group a:hover, .moreOffers .offers .group a:active, .moreOffers .offers .group a:visited {
          cursor: pointer;
          color: #FFFFFF; }
        .moreOffers .offers .group a:not(:last-child) {
          margin-right: 30px; }
      .moreOffers .offers .group .offer {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        min-width: 250px;
        min-height: 133px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        border-radius: 6px; }
        .moreOffers .offers .group .offer span {
          color: #FFFFFF;
          font-size: 24px;
          font-weight: bold;
          line-height: 28px;
          display: block; }
        .moreOffers .offers .group .offer.offer-1 {
          background-image: url("/assets/images/special-offers/gbb/offer-1.png"); }
        .moreOffers .offers .group .offer.offer-2 {
          background-image: url("/assets/images/special-offers/gbb/offer-2.png"); }
        .moreOffers .offers .group .offer.offer-3 {
          background-image: url("/assets/images/special-offers/gbb/offer-3.png"); }
        .moreOffers .offers .group .offer.offer-4 {
          background-image: url("/assets/images/special-offers/gbb/offer-4.png"); }
  .moreOffers .share {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 22px; }
    .moreOffers .share .shareWith {
      color: #483292;
      letter-spacing: 0;
      text-align: center;
      font-weight: bold;
      margin-right: 15px; }
    .moreOffers .share .links a {
      color: #0F891E;
      letter-spacing: 0;
      text-align: center; }
    .moreOffers .share .links span {
      color: #483292;
      letter-spacing: 0;
      margin: 0 15px;
      display: inline-block; }
  .moreOffers .spo-disclaimer {
    padding-bottom: 45px; }
    .moreOffers .spo-disclaimer p {
      color: #333333;
      font-size: 14px;
      line-height: 17px; }

.page-check-for-service {
  font-family: Roboto;
  background-color: #af6300;
  width: 100%;
  max-width: 1300px;
  height: 63px;
  padding: 10px 0; }
  .page-check-for-service form {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    padding: 0; }
    .page-check-for-service form span {
      color: #FFFFFF;
      font-size: 18px;
      font-weight: bold;
      line-height: 34px;
      margin-right: 20px; }
    .page-check-for-service form input {
      width: 100%;
      height: 43px;
      display: inline-block;
      margin: 0;
      border-radius: 0px; }
      .page-check-for-service form input:not(:last-child) {
        margin-right: 20px; }
      .page-check-for-service form input.streetAddress {
        max-width: 445px; }
      .page-check-for-service form input.aptNum {
        max-width: 155px; }
      .page-check-for-service form input.zipCode {
        max-width: 170px; }
      .page-check-for-service form input[type=text] {
        font-family: Roboto; }
        .page-check-for-service form input[type=text]::placeholder {
          font-style: normal;
          font-size: 14px;
          line-height: 16px;
          color: #999999; }
        .page-check-for-service form input[type=text]:-ms-input-placeholder {
          font-style: normal;
          font-size: 14px;
          line-height: 16px;
          color: #999999; }
      .page-check-for-service form input[type=submit] {
        max-width: 170px;
        border-radius: 6px;
        background-color: #6943B4;
        border: none; }
  .page-check-for-service.top.stick {
    position: fixed;
    top: 0;
    z-index: 10; }
  .page-check-for-service.bottom {
    position: fixed;
    bottom: 0;
    z-index: 10; }


#check-for-service-filler {
  width: 100%;
  max-width: 1300px;
  height: 63px; }

.featured-offer-description, .gbb-offer-description {
    font-size: 18px;
}
.featured-offer-description {
    font-weight: bold;
}
.gbb-offer-description {
    text-align: center;
}

@media screen and (min-width: 1024px) {
  .hide-desktop {
    display: none !important; } }

@media screen and (min-width: 714px) and (max-width: 1023px) {
  .hide-tablet {
    display: none !important; }
  .packages .packageContainer {
    padding: 0; }
  .product-page .productTemplate {
    padding-left: 55px; }
  .cross-sell .info .description {
    max-width: 300px; }
  .special-offers .spo-top {
    padding: 0 50px; }
    .special-offers .spo-top .priceAndImageContainer {
      align-items: flex-start; }
      .special-offers .spo-top .priceAndImageContainer img {
        position: relative;
        top: unset;
        left: unset;
        max-width: 100%; }
  .moreOffers {
    padding: 0 50px; }
    .moreOffers .offers {
      align-items: center; }
  .page-check-for-service {
    padding: 10px; }
    .page-check-for-service form span {
      font-size: 16px;
      margin-right: 10px; }
    .page-check-for-service form input {
      padding: 10px; }
      .page-check-for-service form input:not(:last-child) {
        margin-right: 10px; }
      .page-check-for-service form input.streetAddress {
        max-width: 200px; }
      .page-check-for-service form input.aptNum {
        max-width: 70px; }
      .page-check-for-service form input.zipCode {
        max-width: 100px; }
      .page-check-for-service form input[type=submit] {
        max-width: 150px; } }

@media screen and (max-width: 1300px) {
  .cross-sell .info {
    padding-left: 6vw; }
    .cross-sell .info .title {
      font-size: 1.3vw;
      line-height: unset; }
    .cross-sell .info .description {
      font-size: 3.2vw;
      line-height: 3.5vw; }
    .cross-sell .info .link {
      font-size: 1.35vw;
      line-height: unset; }
    .cross-sell .info.top {
      padding-top: 40px; }
      .cross-sell .info.top .title {
        margin-bottom: 10px; }
      .cross-sell .info.top .description {
        line-height: unset;
        margin-bottom: 10px; } }

@media screen and (min-width: 1024px) and (max-width: 1100px) {
  .packages .packageContainer .package .package-info .combo.three .plusContainer {
    margin: 0 5px; } }

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .packages .packageContainer:not(:last-child) {
    margin-right: 20px; }
  .packages .packageContainer .package .package-info {
    padding: 0 15px; }
  .page-check-for-service {
    padding: 10px; }
    .page-check-for-service form input.streetAddress {
      max-width: 300px; }
    .page-check-for-service form input.zipCode {
      max-width: 100px; } }

@media screen and (min-width: 1024px) and (max-width: 1250px) {
  .special-offers .spo-top {
    padding: 0 80px; }
    .special-offers .spo-top .priceAndImageContainer img {
      width: 100%;
      max-width: 600px;
      left: 325px; } }

@media screen and (min-width: 1024px) and (max-width: 1299px) {
  .moreOffers {
    padding: 0 25px; }
    .moreOffers .offers .group:not(:last-child) {
      margin-right: 10px; }
    .moreOffers .offers .group a:not(:last-child) {
      margin-right: 10px; }
    .moreOffers .offers .group .offer {
      min-width: 225px;
      min-height: 108px; } }

@media screen and (min-width: 1195px) and (max-width: 1244px) {
  .optional-bundle {
    padding: 75px; }
    .optional-bundle .rightContainer {
      margin-top: 65px; }
    .optional-bundle.light .rightContainer {
      margin-top: 25px; } }

@media screen and (min-width: 714px) and (max-width: 1194px) {
  .optional-bundle {
    padding: 95px; }
    .optional-bundle .rightContainer {
      margin-left: 0;
      margin-top: 65px; }
    .optional-bundle.light .rightContainer {
      margin-top: 25px; } }

@media screen and (max-width: 1023px) {
  .packages {
    flex-direction: column;
    align-items: center; }
    .packages .mobilePicker {
      max-width: 100%; }
      .packages .mobilePicker .mobileButton {
        max-width: 120px; }
    .packages .packageContainer {
      padding: 0px; }
      .packages .packageContainer:not(:last-child) {
        margin-right: 0; }
      .packages .packageContainer .top-banner {
        max-width: 100%; }
        .packages .packageContainer .top-banner.none {
          display: none; }
      .packages .packageContainer .package {
        border-top-left-radius: 0;
        border-top-right-radius: 0; }
        .packages .packageContainer .package.hasBanner {
          border-top: none; }
        .packages .packageContainer .package .gradient {
          border-radius: 0; }
        .packages .packageContainer .package .package-info {
          padding: 15px 20px 0; }
          .packages .packageContainer .package .package-info .topImage.speed {
            width: 143px; }
          .packages .packageContainer .package .package-info .combo {
            padding-bottom: 20px; }
        .packages .packageContainer .package .bottomSection .buttons {
          bottom: 50px; }
        .packages .packageContainer .package .bottomSection .priceBox {
          padding: 0 0 25px; }
        .packages .packageContainer .package .bottomSection .planDetails .detailsContainer {
          padding-top: 0; }
        .packages .packageContainer .package.hasDogEar {
          border-top-left-radius: 5px;
          border-top-right-radius: 5px; }
    .packages.variation .packageContainer .package .buttons {
      bottom: unset; }
    .packages.phone .packageContainer .package .package-info .combo {
      margin-top: 15px; }
    .packages.phone .packageContainer .package .package-info .subTitle.phone {
      min-height: auto; }
  .moreOffers .offers {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap; }
    .moreOffers .offers .group:not(:last-child) {
      margin-right: 0;
      margin-bottom: 20px; }
    .moreOffers .offers .group:last-child {
      margin-bottom: 15px; } }

@media screen and (max-width: 990px) {
  .sub-header .sub-text {
    position: relative;
    padding: 0;
    top: unset;
    left: unset;
    text-align: center;
    margin-top: -30px;
    margin-right: 0px; }
    .sub-header .sub-text .title {
      font-size: 26px; }
    .sub-header .sub-text .subtitle {
      font-size: 16px; }
  .sub-header.phone img, .sub-header.internet img, .sub-header.digital-tv img {
    width: 100%;
    height: auto; }
    .sub-header.phone img.hide-desktop, .sub-header.internet img.hide-desktop, .sub-header.digital-tv img.hide-desktop {
      display: block !important; }
    .sub-header.phone img.hide-mobile, .sub-header.internet img.hide-mobile, .sub-header.digital-tv img.hide-mobile {
      /*display: none !important;*/ display: block !important; }
  .sub-header.phone .sub-text, .sub-header.internet .sub-text, .sub-header.digital-tv .sub-text {
    padding: 30px; }
  .sub-header .buttons {
    margin: 0 auto; }
  .cross-sell .info.top {
    padding-top: 30px; } }

@media screen and (max-width: 860px) {
  .pcmag {
    margin: 0; }
    .pcmag img {
      margin: 0 auto; }
    .pcmag div {
      margin: 0 auto;
      width: 100%;
      text-align: center;
      padding: 0 20px; }
      .pcmag div h3 {
        margin: 0 auto;
        font-size: 26px; }
      .pcmag div hr {
        width: 40%;
        max-width: 100px;
        margin: 12px auto; }
      .pcmag div span {
        font-size: 18px;
        line-height: 21px;
        letter-spacing: 0.35px;
        font-size: 18px; }
    .pcmag.phone div span {
      margin: 0 auto;
      display: block; }
    .pcmag.digital-tv img {
      padding-left: 22px; } }

@media screen and (max-width: 796px) {
  .moreOffers .share {
    flex-direction: column;
    align-items: center; }
    .moreOffers .share .shareWith {
      margin-right: 0;
      margin-bottom: 15px; } }

@media screen and (min-width: 450px) and (max-width: 713px) {
  .product-page .productTemplate .template-info .header {
    flex-direction: column;
    align-items: center; }
    .product-page .productTemplate .template-info .header h2 {
      padding-right: 0; }
    .product-page .productTemplate .template-info .header a {
      padding-right: 0; } }

@media screen and (max-width: 600px) {
  .product-page .product-package-header .package-content.bundle .bundleContainer {
    flex-grow: 1; } }

@media screen and (max-width: 713px) {
  .cross-sell .info .title {
    font-size: 17px;
    font-weight: bold;
    line-height: 20px;
    margin-bottom: 10px; }
  .cross-sell .info .description {
    font-size: 29px;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 10px;
    max-width: 300px; }
  .cross-sell .info .link {
    font-size: 16px;
    font-weight: 700;
    line-height: 19px; }
  .cross-sell .info.top {
    background-color: #FFF;
    align-items: flex-start;
    padding: 65px 0 65px 18px;
    position: relative;
    border-top: 1px solid #c2bfbf; }
    .cross-sell .info.top .description {
      text-align: left; }
  .product-page .bannerContainer {
    padding: 0 30px; }
    .product-page .bannerContainer .top-banner {
      font-size: 15px;
      font-weight: 700;
      line-height: 18px; }
  .product-page .product-package-header .package-content h1 {
    font-size: 34px;
    line-height: 40px; }
  .product-page .product-package-header .package-content .bundles {
    padding-right: 25px; }
    .product-page .product-package-header .package-content .bundles .bundle {
      align-items: center;
      flex-grow: 1;
      justify-content: flex-start; }
    .product-page .product-package-header .package-content .bundles .plus.empty {
      display: block; }
  .product-page .product-package-header .package-content.bundle .bundle.showPrice {
    align-items: stretch;
    padding: 0 20px 0 0; }
    .product-page .product-package-header .package-content.bundle .bundle.showPrice h2 {
      align-self: center;
      padding: 8px 0; }
    .product-page .product-package-header .package-content.bundle .bundle.showPrice .productPrice {
      min-width: 110px;
      justify-content: center; }
  .product-page .product-package-header .orderContainer {
    bottom: -70px; }
    .product-page .product-package-header .orderContainer p {
      padding: 18px 30px 0; }
  .product-page .productTemplate {
    padding-right: 0; }
    .product-page .productTemplate .template-info .header {
      flex-wrap: wrap;
      flex-direction: column;
      justify-content: center; }
      .product-page .productTemplate .template-info .header h2 {
        padding-right: 0; }
      .product-page .productTemplate .template-info .header a {
        text-align: center;
        padding-right: 0; }
    .product-page .productTemplate .template-info p {
      padding-left: 20px;
      padding-right: 20px; }
    .product-page .productTemplate .template-info .included .title {
      padding-left: 20px; }
    .product-page .productTemplate .template-info .included .included-table .included-item {
      display: flex;
      flex-direction: column; }
      .product-page .productTemplate .template-info .included .included-table .included-item .name {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center; }
        .product-page .productTemplate .template-info .included .included-table .included-item .name span {
          display: block;
          flex-grow: 1; }
        .product-page .productTemplate .template-info .included .included-table .included-item .name svg {
          transition: all 0.2s linear; }
          .product-page .productTemplate .template-info .included .included-table .included-item .name svg.up {
            transform: rotate(-180deg); }
          .product-page .productTemplate .template-info .included .included-table .included-item .name svg.down {
            transform: translate(1 1); }
      .product-page .productTemplate .template-info .included .included-table .included-item .description {
        margin-top: 10px; }
    .product-page .productTemplate .template-info .included .included-table.internet .included-item .name {
      max-width: unset; }
    .product-page .productTemplate .template-info .included .included-table.digitalTV .included-item .name {
      max-width: unset; }
    .product-page .productTemplate .template-info .included .included-table.phone .included-item .name {
      max-width: unset; }
    .product-page .productTemplate .template-info .included .included-table.eero {
      padding: 30px 25px; }
      .product-page .productTemplate .template-info .included .included-table.eero .included-item .name {
        max-width: unset; }
    .product-page .productTemplate .template-info .included .included-table.total-pack .included-item .name {
      max-width: unset; }
    .product-page .productTemplate .template-info .also-need .also-need-header .title {
      padding-left: 20px; }
    .product-page .productTemplate .template-info .also-need .also-need-header .info-help {
      margin-right: 15px; }
      .product-page .productTemplate .template-info .also-need .also-need-header .info-help .hoverHelp {
        top: -175px;
        right: -10px;
        left: unset; }
        .product-page .productTemplate .template-info .also-need .also-need-header .info-help .hoverHelp .helpContainer p {
          padding-left: 5px;
          padding-right: 5px; }
        .product-page .productTemplate .template-info .also-need .also-need-header .info-help .hoverHelp .helpContainer .helpTriangle {
          bottom: -33px;
          right: -16px; }
    .product-page .productTemplate .template-info .also-need .options {
      padding-left: 25px;
      padding-right: 25px;
      position: relative; }
      .product-page .productTemplate .template-info .also-need .options .title {
        padding-left: 0; }
      .product-page .productTemplate .template-info .also-need .options .option {
        flex-wrap: wrap; }
        .product-page .productTemplate .template-info .also-need .options .option img {
          padding-right: 0;
          padding-bottom: 10px; }
        .product-page .productTemplate .template-info .also-need .options .option .info p {
          padding-left: 0;
          padding-right: 0; }
      .product-page .productTemplate .template-info .also-need .options .already-have {
        flex-wrap: wrap; }
        .product-page .productTemplate .template-info .also-need .options .already-have img {
          padding: 0 0 10px 0; }
        .product-page .productTemplate .template-info .also-need .options .already-have .info p {
          padding-left: 0;
          padding-right: 0; }
      .product-page .productTemplate .template-info .also-need .options.digitalTV .title {
        font-size: 24px;
        line-height: 28px; }
      .product-page .productTemplate .template-info .also-need .options.digitalTV .tivoBundle {
        margin-bottom: 30px; }
        .product-page .productTemplate .template-info .also-need .options.digitalTV .tivoBundle .leftSide {
          flex-direction: row;
          margin-bottom: 15px;
          align-items: center; }
          .product-page .productTemplate .template-info .also-need .options.digitalTV .tivoBundle .leftSide img:first-child {
            margin-bottom: 0;
            margin-right: 10px; }
      .product-page .productTemplate .template-info .also-need .options.digitalTV .or {
        margin-bottom: 30px; }
      .product-page .productTemplate .template-info .also-need .options.digitalTV .option {
        justify-content: flex-start; }
        .product-page .productTemplate .template-info .also-need .options.digitalTV .option .info {
          text-align: left; }
          .product-page .productTemplate .template-info .also-need .options.digitalTV .option .info p {
            padding: 0; }
    .product-page .productTemplate.productOdd, .product-page .productTemplate.productEven {
      padding-top: 80px; }
    .product-page .productTemplate.topProduct {
      padding: 100px 0 75px; }
  .packages .packageContainer .package.hasDogEar .package-info {
    padding-top: 65px; }
  .customer-reviews {
    padding: 60px 0 100px 20px; }
    .customer-reviews h4 {
      margin-left: 0; }
    .customer-reviews .averages {
      margin-left: 0;
      margin-bottom: 25px; }
    .customer-reviews .reviewContainer .reviews {
      margin: 0;
      width: 100%;
      overflow: hidden; }
      .customer-reviews .reviewContainer .reviews .review {
        padding: 26px 26px 0;
        min-width: 273px;
        max-width: 273px;
        animation: display 0.4s linear forwards; }
        .customer-reviews .reviewContainer .reviews .review.nextOne {
          padding-right: 0;
          overflow: hidden;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
          .customer-reviews .reviewContainer .reviews .review.nextOne .ratingDate .stars {
            height: 20px;
            overflow: hidden;
            margin-right: 0; }
          .customer-reviews .reviewContainer .reviews .review.nextOne .ratingDate .reviewDate {
            width: 200px; }
          .customer-reviews .reviewContainer .reviews .review.nextOne .nameLocation {
            white-space: pre; }
        .customer-reviews .reviewContainer .reviews .review .ratingDate {
          flex-direction: column;
          flex-wrap: wrap;
          align-items: flex-start; }
          .customer-reviews .reviewContainer .reviews .review .ratingDate .stars {
            margin-left: -4px; }
  .hoverHelp {
    top: -190px; }
  .disclosures {
    margin: 115px 0 0; }
  .special-offers .spo-top {
    padding: 0;
    min-height: auto;
    margin-bottom: 40px; }
    .special-offers .spo-top h1 {
      font-size: 27px;
      line-height: 32px;
      margin-bottom: 7px;
      padding-top: 15px; }
    .special-offers .spo-top h2 {
      font-size: 18px;
      line-height: 21px;
      margin-bottom: 15px; }
    .special-offers .spo-top .priceAndImageContainer img {
      position: relative;
      width: 100%;
      left: unset;
      top: unset;
      max-width: 100%;
      align-self: flex-start; }
  .special-offers .optionalHeadline {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 25px;
    padding: 0 10px; }
  .optional-bundle {
    padding: 55px 20px 25px;
    margin: 65px 0 40px;
    justify-content: center; }
    .optional-bundle img {
      align-self: flex-start; }
    .optional-bundle .rightContainer {
      margin-left: 0;
      margin-top: 65px; }
      .optional-bundle .rightContainer .header {
        font-size: 26px;
        font-weight: bold;
        line-height: 30px; }
      .optional-bundle .rightContainer .subHeader {
        font-size: 18px;
        line-height: 30px; }
    .optional-bundle.light {
      padding: 50px 20px; }
      .optional-bundle.light .rightContainer {
        margin-top: 25px; }
  .moreOffers {
    padding: 0 20px; }
    .moreOffers hr:first-child {
      margin-top: 30px; }
    .moreOffers hr.last {
      margin-bottom: 25px; }
    .moreOffers h3 {
      font-size: 26px;
      line-height: 30px; }
    .moreOffers .offers {
      align-items: center; }
      .moreOffers .offers .group:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px; }
      .moreOffers .offers .group:last-child {
        margin-bottom: 15px; }
      .moreOffers .offers .group a:not(:last-child) {
        margin-right: 20px; }
      .moreOffers .offers .group .offer {
        min-width: 170px;
        min-height: 100px; }
        .moreOffers .offers .group .offer span {
          font-size: 15px;
          font-weight: bold;
          line-height: 18px;
          text-align: center; }
    .moreOffers .share {
      font-size: 18px; }
    .moreOffers .spo-disclaimer {
      margin: 0 auto; }
      .moreOffers .spo-disclaimer p {
        line-height: 20px; }
  .page-check-for-service {
    padding: 0;
    height: 43px; }
    .page-check-for-service .mobileLink {
      color: #FFFFFF; }
      .page-check-for-service .mobileLink:hover, .page-check-for-service .mobileLink:active, .page-check-for-service .mobileLink:visited {
        cursor: pointer;
        color: #FFFFFF; }
      .page-check-for-service .mobileLink .mobileLinkContainer {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        color: #FFFFFF;
        align-items: center; }
        .page-check-for-service .mobileLink .mobileLinkContainer span {
          font-size: 16px;
          font-weight: bold;
          line-height: 19px;
          flex-grow: 1;
          display: block;
          margin-left: 15px; }
        .page-check-for-service .mobileLink .mobileLinkContainer .arrowBox {
          display: flex;
          justify-content: center;
          align-items: center;
          height: 43px;
          width: 43px;
          background-color: rgba(0, 0, 0, 0.07); }
  #check-for-service-filler {
    height: 43px; }
  .hide-mobile {
    display: none !important; } }

@media screen and (max-width: 368px) {
  .packages {
    flex-direction: column; }
    .packages .mobilePicker .mobileButton {
      padding: 10px 5px; }
    .packages .packageContainer {
      padding: 0 5px;
      width: 100%; }
      .packages .packageContainer .package.hasDogEar .package-info .combo .plusContainer {
        margin: 0 5px; }
      .packages .packageContainer .top-banner {
        width: 95%; }
    .packages.variation .mobilePicker .mobileButton {
      padding: 10px 5px; }
      .packages.variation .mobilePicker .mobileButton .mobile-price {
        font-size: 18px; }
      .packages.variation .mobilePicker .mobileButton.selected {
        padding: 15px 10px; }
  .product-page .product-package-header .package-content.bundle .bundle.showPrice {
    padding: 0 5px 0 0; }
    .product-page .product-package-header .package-content.bundle .bundle.showPrice h2 {
      margin-left: 5px; }
  .product-page .product-package-header .orderContainer {
    bottom: -88px; }
  .product-page .productTemplate .template-info .also-need .viewOptions .leftSide {
    flex-wrap: wrap; }
    .product-page .productTemplate .template-info .also-need .viewOptions .leftSide img {
      margin-right: 50px; }
  .product-page .productTemplate .template-info .also-need .options .title {
    flex-direction: column; }
    .product-page .productTemplate .template-info .also-need .options .title img {
      margin: 10px 0; }
  .hoverHelp {
    min-width: 300px; }
  .moreOffers .offers .group .offer {
    min-width: 130px;
    min-height: 80px; }
  .hide-mobile {
    display: none !important; } }

@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3 / 2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .moreOffers .offers .group .offer.offer-1 {
    background-image: url("/assets/images/special-offers/gbb/offer-1@2x.png"); }
  .moreOffers .offers .group .offer.offer-2 {
    background-image: url("/assets/images/special-offers/gbb/offer-2@2x.png"); }
  .moreOffers .offers .group .offer.offer-3 {
    background-image: url("/assets/images/special-offers/gbb/offer-3@2x.png"); }
  .moreOffers .offers .group .offer.offer-4 {
    background-image: url("/assets/images/special-offers/gbb/offer-4@2x.png"); } }
    
    
.package-info .addOn img {
    max-width:90px;   
}    

.buttons.primary.large.btn-shop{
    display:block;
}

.buttons.primary.large.btn-shop, .buttons.primary.large.btn-shop:hover{
    text-decoration:none;
}

.line2_phone img, .line3_tv img, .line2_tv img{
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.line2_tv .tv_midline{
    color:#483292;
    height: 57px;
    line-height: 3.75rem; 
    font-size: 2.6875rem;
}

.service .ck-details{
    font-size:14px;
}

.plans.list .plan .items-wrap .items .feature-row .first-month-free{
    padding-top:80px;
}


  
