
  [v-cloak] { 
	display: none; 
  }

  body {
	font-family: "quasimoda", sans-serif;
	font-weight: 400;
	font-style: normal;
	position: relative;
  }

  h2, h4 {
	font-weight: 400;
  }

  h3 {
	font-weight: 600;
  }
  p {
	font-family: "quasimoda", sans-serif;
	font-weight: 300;
	font-style: normal;
  }
  .img-fluid {
	display: inline-block;
	max-width: 100%;
	height: auto;
  }
  p.section-header {
	font-size:16px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 0px;
  }

  #shoptool-banner {
	background: url('/Images/HomeSC/2023/shoptool/banner-shoptool.jpg') no-repeat right top / cover;
	color: #fff;
	padding: 12% 15px;
  }
  #shoptool-banner h1 {
	font-family: 'bebas_kairegular';
	color: #fff;
	font-size: 95px;
	line-height: .9em;
	text-transform: uppercase;
	margin: 0;
  }
  #shoptool-banner p {
	color: #fff;
	font-size: 21px;
	margin: 5px;
  }
  @media screen and (max-width: 1200px) {
	#shoptool-banner h1 {
	  font-size: 60px;
	}
	#shoptool-banner p {
	  font-size: 16px;
	}
  }
  @media screen and (max-width: 767px) {
	#shoptool-banner h1 {
	  font-size: 55px;
	}
	#shoptool-banner p {
	  font-size: 15px;
	}
  }

  #reliable-solutions {
	text-align: center;
	padding: 4rem 15px 1rem;
	display: none;
  }

  #reliable-solutions h2 {
	font-size: 34px;
	line-height: 1.2em;
	margin: 0 0 5px;
  }

  #reliable-solutions p {
	font-size: 1.92rem;
	max-width: 675px;
	margin: 8px auto 15px;
  }

  #reliable-solutions p.section-header {
	font-size:17px;
	font-weight: 300;
	text-transform: uppercase;
	margin: 5px auto;
  }


  #reliable-solutions {
	margin-top: 50px;
  }

  /* shop tool global */ 
  #main,
  .progress-indicator {
	background-color: #f7f6fb;
  }

  #shoptool { 
	/*margin-top: 5rem;*/
  }

  #shoptool > .container-fluid {
	max-width: 1300px;
	margin: 25px auto 75px;
	padding: 40px 40px;
	position: relative;
  }

  #shoptool h2.blue-style {
	font-family: 'bebas_kairegular';
	color: #1682c5;
	font-size: 42px;
	line-height: 1.2em;
	margin: 0;
  }

  #shop-wrap {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
  }

  .card {
	background: white;
	border-radius: 2rem;
	padding: 4rem 2rem;
	margin-bottom: 3rem;
  }

  @media(min-width: 1750px) {
	#shop-wrap {
	  max-width: 1200px;
	}

	.card {
	  /* padding: 4rem 195px; */
	}
  }

  .card.order-details {
	padding: 4rem 2rem;
  }

  /* PROGRESS INDICATOR */

  /* address lookup indicator is a static duplicate element outside of the vue app */
  .progress-indicator.address-lookup {
	margin-top: 5rem;
  }

  .progress-indicator {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 5rem;
	font-size: 16px;
  }

  @media(min-width: 576px) {
	.progress-indicator {
	  width: 945px;
	  max-width: 80%;
	  margin: 5rem auto;
	}
  }

  .progress-indicator .line {
	height: 4px;
	background-color: #bcbdc8;
	width: 100%;
	position: absolute;
	top: 19px;
	width: 80%;
	left: 10%;
  }

  .progress-indicator .item {
	color: #B1B2BB;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 20%;
	text-align:center;
  }

  .progress-indicator .circle {
	z-index: 10;
	margin-bottom: 1rem;
	background-color: #ededf2;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
  }

  .progress-indicator svg {
	fill: #B1B2BB;
  }

  .progress-indicator .item.active .circle {
	background-color: #e9f0e7;
  }

  .progress-indicator .item.active svg {
	fill: #6fb841;
  }

  .progress-indicator .item.active .step {
	color: #6fb841;
  }

  .progress-indicator.active {
	fill: #6FB841;
  }
  /* /PROGRESS INDICATOR */

  a.large-blue-link {
	color: #1682c5;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
  }

  #shoptool h3.choose {
	font-size: 20px;
	font-weight: bold;
  }

  #shoptool h3.choose svg.wifi {
	width: 75px;
	fill: #6fb841;
  }

  #internet-card article,
  #video-card article {
	background: white;
  }

  /* slide header */
  .slide-header,
  .unsure {
	text-align: center;
	padding-bottom: 15px;
  }

  .slide-header h3,
  .unsure h3 {
	color: black;
	font-size: 28px;
  }

  .slide-header p,
  .unsure p {
	font-size: 24px;
	font-weight: 300;
	margin: 8px auto 5px;
  }

  .slide-header a.tel,
  .unsure a.tel {
	color: black;
	text-decoration: underline;
  }

  /* slide box */
  .slide-box {
	background: linear-gradient(90deg, #6FB841 0%, #009B67 100%);
	border-radius: 20px;
	padding: 2rem;
	margin-bottom: 2rem;
  }

  .slide-box .content {
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around;
  }

  .slide-box .copy-side .subheader{
	font-size: 22px;
	font-weight: bold;
	color: white;
	margin-bottom: 1rem;
  }

  .slide-box .copy-side .header {
	font-size: 35px;
	font-weight: bold;
	color: white;
	margin-bottom: 1rem;
  }

  .slide-box .copy-side .normal {
	font-size: 18px;
	color: white;
  }

  .slide-box .image-side {
	transition: all 0.3s ease;
  }

  .slide-box .image-side:hover {
	transform: scale(1.05);
  }

  .slide-box .image-side button {
	color: white;
	background: none;
	border: none;
	text-align: center;
  }

  @media(min-width: 992px) {
	.slide-box .content {
	  flex-direction: row;
	}
  }

  .choose-service {
	display: flex;
	align-items: center;
	margin-bottom: 1rem;
	gap: 1rem;
  }

  .choose-service svg {
	fill: #6fb842;
	width: 35px;
	height: 35px;
  }

  .choose-service h3,
  .complete h2 {
	color: black;
	font-size: 28px;
  }

  p.subheader,
  .add-on-description,
  .add-on-subtext,
  p.offset {
	font-size: 18px;
	color: #333;
	font-weight: 400;
  }

  .choose-service input {
	width: 30px;
	height: 30px;
	border-radius: 5px;
	accent-color: #5D9C37;
  }

  .offset {
	margin-left: calc(30px + 1rem);
  }

  p.click-text {
	font-weight:400;
	margin-top:0px;
  }
  .next-btn,
  .prev-btn {
	text-align: center;
	padding: 15px 15px 10px;
  }

  ul.check-list {
	display: block;
	width: 100%;
	max-width: 400px;
	margin: 10px auto;
	padding: 0;
	list-style: none;
  }
  ul.check-list li {
	display: block;
	font-size: 16px;
	margin-bottom: 5px;
	padding: 4px 4px 4px 35px;
	vertical-align: top;
	position: relative;
	font-weight:300;
  }
  ul.check-list li:before {
	content: '';
	display: inline-block;
	background: url('/Images/HomeSC/2023/shoptool/checkmark.png') no-repeat center center;
	background-size: 100%;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 99;
  }
  .bg-gray {
	background-color:#f7f7f7;
  }
  ul.blue-checkmark li:before {
	background: url('/Images/HomeSC/2023/shoptool/checkmark-blue.png') no-repeat center center;
	background-size: 100%;

  }
  ul.lime-green-checkmark li:before {
	background: url('/Images/HomeSC/2023/shoptool/checkmark-lime-green.png')	no-repeat center center;
	background-size: 100%;
  }
  ul.lime-checkmark li:before {
	background: url('/Images/HomeSC/2023/shoptool/checkmark-lime.png')	no-repeat center center;
	background-size: 100%;
  }

  .no-margin-right {
	margin-right: 0 !important;
  }
  .no-padding-right {
	padding-right: 0 !important;
  }



  .security-package ul li {
	font-size: 14px;
  }
  .security-package .bg-gray {
	min-height: 150px;
  }



  /* internet */

  #internet-card .bar {
	height: 1rem;
	width: 100%;
  }

  /* 5 gig wrap */
  #five-gig-wrap .item-con:hover,
  #five-gig-wrap.is-selected .item-con {
	border-right: 2px solid #001B47;
	border-bottom: 2px solid #001B47;
	border-left: 2px solid #001B47;
	background-color: #e3edfd;
  }

  #five-gig-wrap .bar,
  #five-gig-wrap .circle {
	background: #001B47;
  }

  #five-gig-wrap h3,
  #five-gig-wrap .pricetag,
  #five-gig-wrap .radio-button label {
	color: #001B47;
  }

  #five-gig-wrap .radio-button {
	border: 2px solid #001B47;
  }

  #five-gig-wrap .item-con:hover .radio-button,
  #five-gig-wrap .radio-button.is-selected {
	background: #001B47;
	border-color: #001B47;
  }

  #five-gig-wrap .item-con:hover .radio-button label,
  #five-gig-wrap .radio-button.is-selected label {
	color: white;
  }

  /* 2 gig wrap */
  #two-gig-wrap .item-con:hover,
  #two-gig-wrap.is-selected .item-con {
	border-right: 2px solid #5CA82B;
	border-bottom: 2px solid #5CA82B;
	border-left: 2px solid #5CA82B;
	background-color: #efffe5;
  }

  #two-gig-wrap .bar,
  #two-gig-wrap .circle {
	background: #5CA82B;
  }

  #two-gig-wrap h3,
  #two-gig-wrap .pricetag,
  #two-gig-wrap .radio-button label {
	color: #5CA82B;
  }

  #two-gig-wrap .radio-button {
	border: 2px solid #5CA82B;
  }

  #two-gig-wrap .item-con:hover .radio-button,
  #two-gig-wrap .radio-button.is-selected {
	background: #5CA82B;
	border-color: #5CA82B;
  }

  #two-gig-wrap .item-con:hover .radio-button label,
  #two-gig-wrap .radio-button.is-selected label {
	color: white;
  }

  /* 1 gig wrap */
  #one-gig-wrap .item-con:hover,
  #one-gig-wrap.is-selected .item-con {
	border-right: 2px solid #57B193;
	border-bottom: 2px solid #57B193;
	border-left: 2px solid #57B193;
	background-color: #e2fff5;
  }

  #one-gig-wrap .bar,
  #one-gig-wrap .circle {
	background:   #57B193;
  }

  #one-gig-wrap h3,
  #one-gig-wrap .pricetag,
  #one-gig-wrap .radio-button label {
	color:   #57B193;
  }

  #one-gig-wrap .radio-button {
	border: 2px solid   #57B193;
  }

  #one-gig-wrap .item-con:hover .radio-button,
  #one-gig-wrap .radio-button.is-selected {
	background: #57B193;
	border-color: #57B193;
  }

  #one-gig-wrap .item-con:hover .radio-button label,
  #one-gig-wrap .radio-button.is-selected label {
	color: white;
  }

  /* 500 mb wrap */
  #mb-500-wrap .item-con:hover,
  #mb-500-wrap.is-selected .item-con {
	border-right: 2px solid #A6D14F;
	border-bottom: 2px solid #A6D14F;
	border-left: 2px solid #A6D14F;
	background-color: #f8ffe9;
  }

  #mb-500-wrap .bar,
  #mb-500-wrap .circle {
	background: #A6D14F;
  }

  #mb-500-wrap h3,
  #mb-500-wrap .pricetag,
  #mb-500-wrap .radio-button label {
	color: #A6D14F;
  }

  #mb-500-wrap .radio-button {
	border: 2px solid #A6D14F;
  }

  #mb-500-wrap .item-con:hover .radio-button,
  #mb-500-wrap .radio-button.is-selected {
	background: #A6D14F;
	border-color: #A6D14F;
  }

  #mb-500-wrap .item-con:hover .radio-button label,
  #mb-500-wrap .radio-button.is-selected label {
	color: white;
  }

  /* 300 mb wrap */
  #mb-300-wrap .item-con:hover,
  #mb-300-wrap.is-selected .item-con {
	border-right: 2px solid #52C5EC;
	border-bottom: 2px solid #52C5EC;
	border-left: 2px solid #52C5EC;
	background-color: #e7f9ff;
  }

  #mb-300-wrap .bar,
  #mb-300-wrap .circle {
	background: #52C5EC;
  }

  #mb-300-wrap h3,
  #mb-300-wrap .pricetag,
  #mb-300-wrap .radio-button label {
	color: #52C5EC;
  }

  #mb-300-wrap .radio-button {
	border: 2px solid #52C5EC;
  }

  #mb-300-wrap .item-con:hover .radio-button,
  #mb-300-wrap .radio-button.is-selected {
	background: #52C5EC;
	border-color: #52C5EC;
  }

  #mb-300-wrap .item-con:hover .radio-button label,
  #mb-300-wrap .radio-button.is-selected label {
	color: white;
  }

  #speeds, #video-items, #voice-items {
	margin-top: 3rem;
	display: flex;
	align-items: flex-start;
	gap: 1.5rem;
	flex-wrap: wrap;
  }

  #speeds {
	justify-content: center;
	justify-content: flex-start;
  }

  #video-items {
	justify-content: flex-start;
  }

  #voice-items {
	gap: 3rem;
	/* justify-content: flex-start; */
  }

  #speeds > * {
	flex: 0 1 235px;
	width: 100%;
  }

  #video-items > * {
	flex: 0 1 235px;
	width: 100%;
  }

  #unlimited-voice-wrap {
	flex: 0 1 255px;
	width: 100%;
  }

  #unlimited-voice-wrap.is-selected .radio-button {
	background-color: #A6D14F;
  }

  #unlimited-voice-wrap.is-selected .radio-button label {
	color: white;
  }

  #calling-features {
	flex: 1;
  }

  #calling-features h3.select {
	text-align: center;
  }

  @media(min-width: 1200px) {
	#calling-features h3.select {
	  text-align: left
	}
  }

  #speeds .radio-button, #video-items .radio-button, #voice-items .radio-button {
	border-radius: 50px;
	display: flex;
	margin-bottom: 1rem;
	overflow: hidden; 
  }

  #speeds .radio-button label, #video-items .radio-button label, #voice-items .radio-button label {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;      
	padding: 1rem;     
	cursor: pointer;   
	margin: 0;
	font-weight: 400;
	font-size: 16px;
  }

  #speeds .radio-button input, #video-items .radio-button input, #voice-items .radio-button input {
	margin-right: 10px; 
  }

  #video-items h3.speed, #voice-items h3.speed {
	color: #BDBDBD;
	font-size: 18px;
	font-weight: 600;
  }

  #speeds p.tagline, #video-items p.tagline, #voice-items p.tagline {
	color: #333333;
	font-size: 22px;
	font-weight: 600;
	white-space: nowrap;
  }

  @media screen and (max-width: 1400px) {
	#speeds, #video-items, #voice-items {
	  flex-direction: column;
	}
  }

  #speeds .item-con, #video-items .item-con, #voice-items .item-con {
	border-right: 2px solid #efefef;
	border-bottom: 2px solid #efefef;
	border-left: 2px solid #efefef;
	border-radius: 0 0 1rem 1rem;
	padding: 1rem;
	outline: 0;
	transition: all 0.5s;
  }

  @media screen and (max-width: 1400px) {
	#speeds .item-con, #video-items .item-con, #voice-items .item-con {
	  display: flex;
	  flex-direction: column;
	  align-items: center;
	}

	#speeds .item-con .radio-button, #video-items .item-con .radio-button, #voice-items .item-con .radio-button {
	  width: 200px;
	}
  }

  #speeds .radio-button,
  #video-items .radio-button,
  #voice-items .radio-button {
	transition: all 0.5s;
  }

  #speeds .item-con:hover, 
  #video-items .item-con:hover,
  #voice-items .item-con:hover {
	/* background-color: #e3edfd; */
  }

  #speeds .item-con .most-popular, #video-items .item-con .most-popular, #voice-items .item-con .most-popular {
	color: white;
	background-color: #57B193;
	font-size: 13px;
	font-weight: 400;
	padding: 3px 10px;
	border-radius: 2rem;
	margin-left: 1rem;
  }
  #speeds .item-con .best-deal {
	color: white;
	background-color: #58ab2a;
	font-size: 13px;
	font-weight: 400;
	padding: 3px 10px;
	border-radius: 2rem;
	margin-left: 1rem;
  }

  #speeds .speed-features, #video-items .speed-features, #voice-items .speed-features {
	list-style: none;
	padding: 0;
	margin: 0 0 1rem 0;
	display: flex;
	flex-direction: column;
	gap: 1rem; 
  }

  #speeds .speed-features li, #video-items .speed-features li, #voice-items .speed-features li {
	display: flex;
	align-items: center;
	gap: 1rem;
	font-size: 14px;
	color: #333;
	white-space: nowrap;
  }

  #speeds .speed-features li .circle, #video-items .speed-features li .circle, #voice-items .speed-features li .circle {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	width: 16px;
	height: 16px;
  }

  #speeds .speed-features svg, #video-items .speed-features svg, #voice-items .speed-features svg {
	width: 10px;
	height: 10px;
	flex-shrink: 0; 
	fill: white; 
  }

  #speeds .pricetag, #video-items .pricetag, #voice-items .pricetag {
	margin-bottom: 2rem;
  }

  .pricetag p.strikethrough {
	display: block;
	font-size: 3rem;
	position: relative;
  }
  .pricetag p.strikethrough::before {
	content: "";
	position: absolute;
	background: url("/Images/HomeSC/2026/5/shop/line-through.png") center/cover no-repeat;
	width: 164px;
	height: 31px;
	top: 15px;
  }

  .has-strike-spacing {
	height: 100px;
	display: flex;
	align-items: center;
  }

  /* RADIO */
  #speeds input[type="radio"], #video-items input[type="radio"], #voice-items input[type="radio"] {
	display: none;
  }


  .gift-card-gradient {
	background: linear-gradient(to right, black, #58ab2a, #99d02a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 18px;
	margin-bottom: 1rem;
	padding: 0 0.5rem;
  }

  .gift-card-red {
	color: red;
	font-size: 18px;
	margin-bottom: 1rem;
	padding: 0 0.5rem;
  }

  .gc-bar, .gc-bar-spacer {
	height: 45px;
  }

  .gc-bar {
	width: 85%;
	color: white;
	margin: 0 auto;
	padding: 1rem 0;
	text-align: center;
	font-size: 18px;
	font-weight: 600;
  }

  .gc-bar.dark-blue {
	background: #001B47;
	color: white;
  }

  .gc-bar.hunter {
	background: #5CA82B;
	color: white;
  }

  .gc-bar.turquoise {
	background: #57B193;
	color: white;
  }

  .gc-bar.lime {
	background: #A6D14F;
	color: white;
  }

  .gc-bar.lt-blue {
	background: #52C5EC;
	color: white;
  }

  /* video */

  #video-card .bar {
	height: 1rem;
	width: 100%;
  }

  #hstv-radio-bttn {
	margin-top:30px;
  }

  #mybundle-learn-more-button {
	font-size:16px;
	font-weight:bold;
	text-decoration: underline;
	margin: 20px 0 15px;
	color: #6fb842;
  }

  #video-card article.main-item {
	border: 2px solid #efefef;
	cursor: pointer;
  }

  .mybundle-logo {
	height: 40px;
	display: block;
	margin: 2rem auto;
  }

  #video-card h4 {
	text-align: center;
	font-family: 'bebas_kairegular';
	font-size: 32px;
	margin-bottom:0px;
  }

  #video-card hr {
	border-top: 1px solid #ccc;
	margin:0px 10px;
  }

  #video-card .add-on-box .full-width.options {
	display: flex;
	flex-direction: column;
  }

  @media(min-width: 992px) {
	#video-card .add-on-box .full-width.options {
	  flex-direction: row;
	  justify-content: flex-start;
	  flex-wrap: wrap;
	  gap: 4rem;
	}
  }

  #video-card label {
	font-size: 16px;
	font-weight: 600;
	text-transform: capitalize;
	color: #828282;
  }

  #internet-card,
  #video-card,
  #voice-card,
  #internet-add-ons,
  #scroll-to-video-addons {
	scroll-margin-top: 225px;
  }

  /* hstv essential wrap */
  #hstv-essential-wrap .item-con:hover,#hstv-essential-wrap.is-selected .item-con {
	border-right: 2px solid #A6D14F;
	border-bottom: 2px solid #A6D14F;
	border-left: 2px solid #A6D14F;
	background-color: #f8ffe9;
  }

  #hstv-essential-wrap .bar,
  #hstv-essential-wrap .circle {
	background: #A6D14F;
  }

  #hstv-essential-wrap .pricetag,
  #hstv-essential-wrap .radio-button label {
	color: #A6D14F;
	white-space: nowrap;
  }

  #hstv-essential-wrap .radio-button {
	border: 2px solid #A6D14F;
  }

  #hstv-essential-wrap:hover .radio-button,
  #hstv-essential-wrap .radio-button.is-selected {
	background: #A6D14F;
	border-color: #A6D14F;
  }

  #hstv-essential-wrap:hover .radio-button label,
  #hstv-essential-wrap .radio-button.is-selected label {
	color: white;
  }




  /* hstv basic wrap */
  #hstv-basic-wrap .item-con:hover,#hstv-basic-wrap.is-selected .item-con {
	border-right: 2px solid #52c5ec;
	border-bottom: 2px solid #52c5ec;
	border-left: 2px solid #52c5ec;
	background-color: #e3edfd;
  }

  #hstv-basic-wrap .bar,
  #hstv-basic-wrap .circle {
	background: #52c5ec;
  }

  #hstv-basic-wrap .pricetag,
  #hstv-basic-wrap .radio-button label {
	color: #52c5ec;
  }

  #hstv-basic-wrap .radio-button {
	border: 2px solid #52c5ec;
  }

  #hstv-basic-wrap:hover .radio-button,
  #hstv-basic-wrap .radio-button.is-selected {
	background: #52c5ec;
	border-color: #52c5ec;
  }

  #hstv-basic-wrap:hover .radio-button label,
  #hstv-basic-wrap .radio-button.is-selected label {
	color: white;
  }

  /* hstv limited basic wrap */
  #hstv-limited-basic-wrap .item-con:hover,#hstv-limited-basic-wrap.is-selected .item-con {
	border-right: 2px solid #994aa4;
	border-bottom: 2px solid #994aa4;
	border-left: 2px solid #994aa4;
	background-color: #fef5ff;
  }

  #hstv-limited-basic-wrap .bar,
  #hstv-limited-basic-wrap .circle {
	background: #994aa4;
  }

  #hstv-limited-basic-wrap .pricetag,
  #hstv-limited-basic-wrap .radio-button label {
	color: #994aa4;
  }

  #hstv-limited-basic-wrap .radio-button {
	border: 2px solid #994aa4;
  }

  #hstv-limited-basic-wrap:hover .radio-button,
  #hstv-limited-basic-wrap .radio-button.is-selected {
	background: #994aa4;
	border-color: #994aa4;
  }

  #hstv-limited-basic-wrap:hover .radio-button label,
  #hstv-limited-basic-wrap .radio-button.is-selected label {
	color: white;
  }

  /* mybundle wrap */
  #mybundle-wrap .item-con:hover,#mybundle-wrap.is-selected .item-con {
	border-right: 2px solid #58ab2a;
	border-bottom: 2px solid #58ab2a;
	border-left: 2px solid #58ab2a;
	background-color: #efffe5;
  }

  #mybundle-wrap .bar,
  #mybundle-wrap .circle {
	background: #58ab2a;
  }

  #mybundle-wrap .pricetag,
  #mybundle-wrap .radio-button label {
	color: #58ab2a;
  }

  #mybundle-wrap .radio-button {
	border: 2px solid #58ab2a;
  }

  #mybundle-wrap:hover .radio-button,
  #mybundle-wrap .radio-button.is-selected {
	background: #58ab2a;
	border-color: #58ab2a;
  }

  #mybundle-wrap:hover .radio-button label,
  #mybundle-wrap .radio-button.is-selected label {
	color: white;
  }

  /* homestream */

  .homestream-nav-buttons {
	margin-bottom: 2rem;
  }

  .homestream-nav-buttons button {
	font: 'bebas_kairegular';
	font-size: 18px;
	border: none;
	background: transparent;
  }

  .homestream-nav-buttons button.active {
	border-bottom: 2px solid #1782c5;
  }

  .essential-only {
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
  }

  #video-add-ons [type=checkbox],
  #video-add-ons input[type=radio] {
	width: 16px;
	height: 16px;
  }

  /* homestream 2 */


  article#prem-chan-box {
	margin-bottom:15px;

  }

  #last-prem-full {
	margin-bottom:10px;
  }

  .video-add-on-dropdown {
	font-weight:100;
	padding:5px;
	border-radius:5px;
  }

  .video-add-on-dropdown:after {
	position: absolute;
	content: "";
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #fff transparent transparent transparent;
  }

  #view-all-channel-lineups-con {
	margin-top: 12px;
  }

  #open-channel-lineup-modal {
	color: #1682c5;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: bold;
	border: none;
	background: transparent;
  }

  /* voice */

  #voice-card .bar {
	height: 1rem;
	width: 100%;
  }

  #UnlimitedVoice {
	display: none;
  }

  /* unlimited voice */
  /* unlimited voice is the only item with border + background when selected as opposed to hover only*/
  #unlimited-voice-wrap .item-con:hover,
  #unlimited-voice-wrap.is-selected .item-con {
	border-right: 2px solid #A6D14F;
	border-bottom: 2px solid #A6D14F;
	border-left: 2px solid #A6D14F;
	background-color: #f8ffe9;
  }

  #unlimited-voice-wrap .bar,
  #unlimited-voice-wrap .circle {
	background: #A6D14F;
  }

  #unlimited-voice-wrap .pricetag,
  #unlimited-voice-wrap .radio-button label {
	color: #A6D14F;
  }

  #unlimited-voice-wrap .radio-button {
	border: 2px solid #A6D14F;
  }

  #unlimited-voice-wrap .item-con:hover .radio-button,
  #unlimited-voice-wrap .radio-button.is-selected {
	background: #A6D14F;
	border-color: #A6D14F;
  }

  #unlimited-voice-wrap .item-con:hover .radio-button label,
  #unlimited-voice-wrap .radio-button.is-selected label {
	color: white;
  }

  #voice-items ul.choose-features {
	color: #333;
	font-size: 15px;
	text-align: left;
	max-width: 180px;
	margin: 8px auto;
	padding: 0 0 50px 0;
	list-style: none;
  }
  #voice-items ul.choose-features li {
	margin-bottom: 15px;
  }
  #voice-items ul.choose-features li label {
	color: #333;
	font-weight: 300;
	font-size: 18px;
	vertical-align: middle;
  }
  #voice-items ul.choose-features li label input {
	margin-right: 10px;
  }

  h3.select {
	color: black;
	margin-bottom: 1rem;
	color: #333333;
	font-size: 22px;
	font-weight: 600;
  }

  #security-card .security-add-on-original-price,
  #security-card article.sub .pricetag .security-add-on-original-price i.dsign {
	font-size: 60%;
	text-decoration: line-through;
  }




  /* security */
  .pointer {
	cursor: pointer;
  }


  .security-radio-holder {
	display: flex;
	justify-content: center;
	align-items: center;
  }

  #homesmart-add-ons .grid {
	display: grid;
	grid-template-columns: 5fr 2fr;
	gap: 10px;
	min-height: 150px;
	padding: 15px;
	align-items: center;
  }
  #homesmart-add-ons .grid input {
	margin-right: 5px;
	width: 22px;
  }
  #homesmart-add-ons .grid label {
	font-weight: normal;
	font-size: 16px;
	margin: 0;
  }
  #homesmart-add-ons .grid span {
	font-weight: bold;
	font-size: 16px;
  }
  #camera-promo {
	padding: 25px 0;
	color: #1682c5;
	font-size: 26px;
	text-align: center;
  }

  #camera-promo .small {
	color: #1682c5;
	font-size: 12px;
  }

  /* SECURITY GRID */
  #security-grid {
	margin-top: 1rem;
	display: grid;
	grid-template-columns: 1fr;
	gap: 3rem;
  }

  #security-grid .item {
	background-color: #3498db;
	display: flex;
	align-items: center;
	justify-content: center;
  }

  #security-grid .nested-grid {
	display: grid;
	grid-template-rows: repeat(4, 1fr);
	row-gap: 2rem;
	min-height: 300px;
  }

  #security-grid .sub-item {
	background-color: #2ecc71;
	display: flex;
	align-items: center;
	justify-content: center;
  }

  @media (min-width: 992px) {
	#security-grid {
	  grid-template-columns: repeat(2, 1fr);
	  min-height: auto;
	}
  }

  @media (min-width: 1200px) {
	#security-grid {
	  grid-template-columns: repeat(4, 1fr);
	  min-height: 500px;
	}
  }
  /* /SECURITY GRID */

  #security-card article {
	background: white;
	padding: 0;
  }

  #security-card article.main {
	border: 2px solid #efefef;
	height: 100%;
	width: 100%;
  }

  #security-card article.sub {
	border: 2px solid #efefef;
	padding: 1.5rem;
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
  }

  #security-card article h3 {
	font-family: "quasimoda",sans-serif;
	color: #fff;
	font-size: 21px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	margin: auto;
	padding: 20px;
  }

  #security-card article h4 {
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
  }

  #security-card article ul.description {
	list-style-type: none;
	text-align: center;
	padding: 1rem;
	font-size: 16px;
  }

  #security-card article ul.description:nth-of-type(1) {
	margin: 0;
  }

  #security-card article ul.description li {
	display: block;
	color: #333;
	font-size: 16px;
	padding: 4px 0;
	font-weight: 300;
  }

  #security-card .pricetag.lt-blue {
	height: 120px;
	height: 75px;
	display: flex;
	align-items: center;
  }

  .select-package {
	display: block;
	color: #333;
	font-size: 16px;
	padding: 4px 0;
	font-weight: 300;
  }

  #security-card .label-price {
	display: flex;
	flex-direction: column;
	width: 100%;
	align-items: center;
  }

  #security-card article.sub label {
	font-weight: 300;
	margin: 0;
  }

  #security-card article.sub .pricetag p {
	font-size: 4rem;
  }

  #security-card article.sub .pricetag .dsign {
	font-size: 24px;
  }

  #security-card article.sub .pricetag sup {
	top: -1.5rem;
	font-size: 50%;
  }

  #attack-pack {
	border-top: 2px solid #efefef;
	padding: 2.5rem;
  }

  #attack-pack label {
	font-weight: 300;
	font-size: 16px;
  }

  #attack-pack label.long {
	display: flex;
	align-items: flex-start;
  }

  #attack-pack label.long input {
	margin-top: 5px;
	margin-right: 6px;
  }

  #security-card ul.check-list {
	margin: 10px;
  }


  /* CHECKOUT PAGE */
  #checkout {

  }

  #checkout section {
	background: white;
	border: 2px solid #efefef;
	padding: 2rem;
	margin-bottom: 1rem;
  }

  /* Checkout Section Labels */
  #checkout h5.checkout-section-header,
  #checkout h5.details {
	max-width: 80%;
	margin: 0 auto;
	font-size: 22px;
	text-align: center;
	cursor: pointer;
  }

  #checkout h5.checkout-section-header.open {
	margin: 0 auto 1rem auto;
	padding-bottom: 1rem;
	border-bottom: 2px solid #efefef;
  }

  /* Checkout Section Content */
  #checkout .checkout-section-content {
	max-height: 0;
	overflow: hidden;
	transition: all 0.6s ease;
  }

  #checkout h5.checkout-section-header.open + .checkout-section-content {
	max-height: 1000px;
  }

  label[for="e-bill-in"],
  label[for="e-bill-out"],
  label.font-300,
  #checkout .single-check label {
	font-weight: 300;
  }

  .single-check {
	display: flex;
	justify-content: center;
	margin: 1rem;
  }

  .single-check input {
	margin-right: 1rem;
  }

  .single-check.self-install {
	text-align: center;
	padding: 12px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
  }

  single-check.self-install label {
	text-align: left;
  }

  .single-check.self-install input {
	margin: 0 1rem 0 0;
	min-width: 25px;
	min-height: 25px;
  }

  .single-check input {
	display: inline-block;
	background-color: #f7f7f7;
	width: 25px;
	height: 25px;
	margin: auto;
	border: solid 1px #d7d5d5;
	vertical-align: middle;
	cursor: pointer;
  }
  .order-summary .internet h5 {
	cursor: pointer;
  }


  .single-check input[type="checkbox"] {
	box-shadow: none;
  }

  .single-check.left {
	justify-content: flex-start;
  } 

  .single-check.left input {
	margin-left: 0;
	margin-right: 1rem;
  } 





  #ha-pkg-text  {
	font-size: 22px;
	font-family: "Quasimoda";
	color: rgb(153, 208, 42);
	font-weight: 600;
	padding-top:20px;
  }

  .no-need label {
	display: block;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	margin: 12px 0;
  }
  .no-need label input {
	display: inline-block;
	background-color: #f7f7f7;
	width: 30px;
	height: 30px;
	margin-right: 5px;
	border: solid 1px #d7d5d5;
	vertical-align: text-bottom;
  }
  button.green-btn,
  button.next-btn,
  button.next-btn:visited,
  button.prev-btn,
  button.prev-btn:visited {
	display: inline-block;
	background-color: #6fb841;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	text-transform: uppercase;
	min-width: 200px;
	margin: 12px auto;
	padding: 15px;
	border-radius: 10px;
	overflow: hidden;
	border: 0;
	position: relative;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	transition: all 0.1s;
	box-shadow: 0 0 1px transparent;
  }
  button.next-btn:hover,
  button.prev-btn:hover {
	display: inline-block;
	background-color: #5f9e38;
	color: #fff;
	text-decoration: none;
	outline: 0;
	border: 0;
  }
  .next-btn.final {
	font-size: 16px;
  }
  .prev-final {
	font-style: italic;
	text-decoration: underline;
	color: #9d9d9d;
	cursor: pointer;
  }
  .go-to-last-window {
	font-style: italic;
	text-decoration: underline;
	color: #9d9d9d;
	cursor: pointer;
	text-align:center;
  }

  .ssingle-check input[type="radio"] {
	/* ...existing styles */
	display: grid;
	place-content: center;
  }

  .ssingle-check input[type="radio"]::before {
	content: "";
	width: 40px;
	height: 40px;
	border-radius: 50%;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em var(--form-control-color);
	  }

  .ssingle-check input[type="radio"]:checked::before {
	transform: scale(1);
  }



  .bttn-green,
  .bttn-green:visited {
	display: inline-block;
	background-color: #70b840 !important;
	color: #fff !important;
	font-size: 13px;
	text-decoration: none;
	text-transform: uppercase;
	min-width: 200px;
	margin: 0 auto;
	padding: 1.25em 15px 1.25em 15px;
	border-radius: 10px;
	overflow: hidden;
	border: 0;
	position: relative;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	transition: all 0.1s;
	box-shadow: 0 0 1px transparent;
  }
  .bttn-green:hover:before {
	opacity: 0;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-animation-name: hvr-icon-drop;
	animation-name: hvr-icon-drop;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
	animation-timing-function: cubic-bezier(0.52,1.64,0.37,0.66);
  }
  .bttn-green img {
	display: inline-block;
	width: 22px;
	margin-left: 8px;
	margin-right: 10px;
  }
  .bttn-green:hover {
	background-color: #80db44 !important;
	color: white !important;
	text-decoration: none;
	padding: 1.25em 25px;
	outline: 0;
	border: 0;
  }


  /* INTERNET SPEED STYLES */
  #homestream2 h2.lime, .lime {
	color: #99d02a;
  }
  .bg-lime {
	background-color: #99d02a;
  }
  #homestream2 h2.lime-green, .lime-green {
	color: #57b193;
  }
  .bg-lime-green {
	background-color: #57b193;
  }
  #homestream2 h2.lt-blue, .lt-blue {
	color: #52c5ec;
  }
  .bg-lt-blue {
	background-color: #52c5ec;
  }
  #homestream2 h2.blue, .blue {
	color: #1682c5;
  }
  .bg-blue {
	background-color: #1682c5;
  }
  .hunter {
	color: #58ab2a;
  }

  .green {
	color: #6fb841;
  }
  .bg-green {
	background-color: #6fb841;
  }

  .best-deal-top {
	margin-left: 1rem;
  }


  #homestream2 h2.purple, .purple {
	color: #8e4e9f;
  }

  .bg-purple {
	background-color: #8e4e9f;
  }

  .highlight-tag {
	position: relative;
	display: block;
	background-color: #1682c5;
	color: #fff;
	font-size: 28px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
	margin: auto;
	padding: 1rem;
	z-index: 40;
	font-weight: 600;
  }

  .highlight-tag.popular {
	background-color: #99d02a;
  }

  .highlight-tag.fastest {
	background-color: #58ab2a;
  }

  .highlight-tag.speed-100-mb {
	background-color: #999999;
  }
  .highlight-tag.speed-300-mb {
	background-color: #52c5ec;
  }

  .highlight-tag.speed-500-mb {
	background-color: #57b193;
  }

  .highlight-tag.speed-1-gb {
	background-color: #99d02a;
  }

  .highlight-tag.speed-2-gb {
	background-color: #58ab2a;
  }

  .nexton-exclusive {
	top: -30px;
	position: absolute;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: black;
	width: 100%;
	padding: 0rem 1rem 1rem 0rem;
  }

  #free-mywifi a.bttn-green {
	color: #fff;
  }

  p.includes {
	font-size: 18px;
	margin: 15px 0 0;
  }

  img.speed {
	display: none;
	width: 100%;
	max-width: 250px;
	margin: auto;
  }
  img.price {
	display: block;
	width: 100%;
	max-width: 125px;
	margin: 12px auto 0;
  }

  .pricetag {
	position: relative;
  }

  .pricetag .dsign {
	vertical-align: 45%;
  }

  #voice-card .pricetag .dsign {
	vertical-align: 20%;
	font-size: 80%;
  }

  .pricetag * {
	line-height: 1.1;
  }

  .pricetag p {
	display: inline-block;
	font-family: 'Quasimoda', sans-serif;
	font-weight: 800;
	font-size: 38px;
	margin: 0;
	position: relative;
  }

  .pricetag p small {
	color: inherit;
	font-size: 4.5rem;
  }

  .pricetag p span {
	display: inline-block;
	font-size: 1.9rem;
  }


  #finish-order article {
	margin: 10px auto 20px;
	box-shadow: 0 0 10px #bbb;
  }

  #contact-billing-info {
	text-align: center;
	padding: 10px 20px;
	min-height: 500px;
  }
  #contact-billing-info h3 {
	color: #000;
	margin: 5px 0;
	font-family: 'quasimoda';
	font-size: 21px;
	font-weight: 600;
  }
  #contact-billing-info p {
	font-size: 16px;
	font-weight: 400;
	font-family: "quasimoda",sans-serif;
  }
  #finish-order .phone-link,
  #finish-order .phone-link:hover,
  #finish-order .phone-link:visited {
	color: black;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
  }
  #finish-order em {
	font-weight: 100;
  }

  #finish-order form {
	padding: 20px 50px 10px;
  }
  #finish-order .form-group {
	margin-bottom: 15px;
  }
  #finish-order input {
	padding: 18px 10px;
	border-radius: 8px;
  }
  #finish-order #shop-tool-appt {
	width:100%;
	border: 1px solid #ccc;
	border-radius:8px;
	padding: 7px;
  }
  #appt-text {
	width: 50%;
  }
  #finish-order .address-display {
	font-style: italic;
	text-decoration: underline;
	color: #9d9d9d;
	text-align: center;
	font-family: "quasimoda",sans-serif;
	font-weight: 300;
  }
  #finish-order .clear-x {
	background-color: lightgray;
	color: black;
	padding: 5px 8px;
	border-radius: 99px;
	cursor: pointer;
	font-family: "quasimoda",sans-serif;
	font-weight: 300;
  }

  #clear-save-cart-holder p {
	font-style: italic;
	text-decoration: underline;
	color: #9d9d9d;
	cursor: pointer;
  }

  #details-wrap {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	max-width: 1200px;
	margin:auto;
  }

  #details-wrap label {
	font-weight: 400;
  }
  h3.choose-required-choice {
	margin-bottom: 15px !important;
  }

  #details-wrap .radio-group-row,
  #details-wrap .radio-group-column {
	display: flex;
	flex-direction: column;
	gap: 1rem;
  }

  @media(min-width: 992px) {
	#details-wrap .radio-group-row {
	  flex-direction: row;
	  align-items: center;
	  margin-bottom: 15px;
	}
  }

  @media(min-width: 1400px) {

	#details-wrap {
	  flex-direction: row;
	}

	#final-form {
	  flex: 65%;
	}

	#order-details-wrapper {
	  flex: 35%;
	}

  }

  #final-form h3,
  #final-acknowledgement h3,#loyalty-credit-card h3 {
	color: black;
	margin-bottom: 1rem;
	font-weight: 700;
	font-size: 22px;
	display: flex;
	align-items: center;
	gap: 1rem;
  }

  #final-form h3,,#loyalty-credit-card h3  {
	justify-content: space-between;
  }

  #final-acknowledgement h3 {
	justify-content: flex-start;
  }

  #final-form-submit {
	display: block;
	margin: 1rem auto;
  }

  /* will show when input error */
  .red-border,.user-error {
	border: 1px solid #ff0000 !important;
  }

  .last-next-wrap {
	display: flex;
  }

  .last-page-button {
	background: white;
	border: none;
	padding: 1rem;
	margin-right: 1rem;
  }

  h5.persona-details {
	text-align: center;
	font-size: 22px;
	color: #6fb841;
  }

  ul.persona-details {
	text-align: center;
	list-style-type: none;
	font-size: 16px;
	padding: 0;
	margin-bottom: 2rem;
  }

  ul.persona-details  li {
	margin: 1rem 0;
  }

  #calling-features {
	width: 100%;
  }

  .calling-features {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 1rem;
  }

  .calling-features > div {
	background-color: white;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	width: 130px;
	margin: 0 auto;
  }

  @media(min-width: 1201px) {
	.calling-features {
	  display: grid;
	  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	  grid-template-rows: 1fr;
	  gap: 2rem;
	  width: auto;
	}
  }



  .calling-features p {
	font-size: 18px;
  }

  .calling-features input {
	width: 20px;
	height: 20px;
	margin: 0;
	accent-color: #5D9C37;
  }

  .calling-features label {
	margin-left: 1rem;
	margin-bottom: 0;
	font-weight: 500;
  }
  .lto-callout {
	font-weight: bold;
	color: red;
  }

  #autobill-check {
	margin: 0 1rem 0 0;
  }

  p.social-disclaimer small {
	color: inherit;
  }
