
  .persona-testimonial-section a:hover {
	text-decoration: none;
}
  .visa-gift h2 {
	color: #1682c5;
	font-size: 40px;
	font-weight: 500;
	margin-bottom: 20px;
}
  .mt-5 {
	margin-top: 3rem;
  }

  a.green-btn,
  .green-btn {
	display: inline-block;
	font-family: "quasimoda", sans-serif;
	color: white;
	background-color: #70b840;
	text-transform: uppercase;
	padding: 1.75rem 2.5rem;
	border-radius: 1.5rem;
	width: 250px;
	border: none;
  }

  a.green-btn img,
  .green-btn img {
	width: 35px;
	margin-right: 1rem;
  }
  
  a.green-btn:hover,
  .green-btn:hover {
	text-decoration: none;
  }
  
  b {
	font-weight: 400;
  }
  
  h2.title {
	font-size: 30px;
	font-weight: 400;
  }
  
  p.subtitle {
	font-size: 18px;
	font-weight: 300;
  }
  
  p.body {
	font-size: 21px;
	font-weight: 300;
  }

  .uppercase {
	text-transform: uppercase;
  }
  
  /* BANNER */
  .content.mobile {
	display: block;
  }

  #switch-landing-banner .content.desktop {
	display: none;
  }

  @media(min-width: 768px) {
	.content.mobile {
	  display: none;
	}

	#switch-landing-banner .content.desktop {
	  display: flex;
	}
  }

  #switch-landing-banner {
	background: url('/Images/HomeSC/2024/03/switch-landing/switch-landing-banner.jpg');
	background-repeat: no-repeat;
	background-position: left;
	background-size: cover;
	height: 350px;
  }

  #switch-landing-banner .container {
	height: 100%;
	display: flex;
	align-items: center;
  }

  #switch-landing-banner .content {
	width: 100%;
	text-align: center;
	flex-direction: column;
	align-items: center;
  }

  #switch-landing-banner h1,
  .content.mobile h1 {
	font-family: 'bebas neue', sans-serif;
  }

  #switch-landing-banner h1 {
	font-size: 96px;
  }

  .content.mobile h1 {
	font-size: 72px;
  }

  #switch-landing-banner p ,
  .content.mobile p {
	font-family: 'quasimoda', sans-serif;
  }

  @media(min-width: 768px) {
	#switch-landing-banner {
	  height: 500px;
	  background-position: center;
	}

	#switch-landing-banner .content {
	  width: 60%;
	  margin-left: auto;
	}
  }

  /* HIGHLIGHTS */
  #highlights-section {
	background-image: linear-gradient(to right, #19b4e8 , #19afae, #19a974);
  }

  #highlights-section .highlight {
	padding: 2rem 0;
	display: flex;
	justify-content: center;
  }

  #highlights-section .highlight img {
	object-fit: contain;
  }

  #highlights-section .highlight h2 {
	font-family: 'quasimoda', sans-serif;
	color: white;
	margin-left: 2rem;
  }

  /* SWITCH TODAY */
  #switch-today-top-section {
	padding-top: 5rem;
  }

  #switch-today-top-section .row {
	text-align: center;
  }

  #switch-today-top-section .row h2 {
	font-family: 'quasimoda', sans-serif;
	margin: 1rem 0;
  }

  #switch-today-top-section .row p {
	font-family: 'quasimoda', sans-serif;
	margin: 0;
  }

/* Persona Testimonail */
.testimonial-column {
  padding: 20px 75px;
}

.testimonial {
  position: relative;
}

.testimonial p {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0;
}

.testimonial-author {
  text-align: right;
  font-weight: 500;
  color: #333;
  font-size: 20px;
}

/* Center glow strip */
.testimonial-separator {
  height: 3px;
  background: radial-gradient(ellipse at center,#19b4e8,transparent 65%);
  margin: 30px 0;
}

/* Persona Testimonial Section */

.persona-testimonial-section {
    margin-top: 40px;
}
.persona-column {
  background-color: #07c;
  color: #fff;
  padding: 30px 20px 5px;
  border-radius: 6px;
}

.persona-box {
  display: table;
  width: 100%;
  margin-bottom: 25px;
}

.persona-icon {
  display: table-cell;
  width: 60px;
  vertical-align: top;
  padding-right: 15px;
}

.persona-icon img {
  width: 75px;
  height: auto;
}

.persona-content {
  display: table-cell;
  vertical-align: top;
}

.persona-content h3 {
  margin-top: 0;
  font-size: 30px;
  font-weight: bold;
  text-transform: lowercase;
  margin-bottom: 5px;
  color: #fff
}

.persona-content p {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 0;
}


/* Smarttown Wifi */

.smarttown-section {
  background-color: #071d49;
  color: #fff;
  padding: 80px 20px 80px;
  margin-top: 0;
  position: relative;
  z-index: 1;
}


.smarttown-heading {
  font-size: 60px;
  font-weight: 600;
  background: linear-gradient(to right, #00a9e0, #78be20);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  display: inline-block;
  margin:0;
}

.smarttown-subtitle {
  font-size: 55px;
  font-weight: 700;
  margin-top: 10px;
  color:#fff;
}

.smarttown-desc {
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 20px;
  color:#fff;
}

.smarttown-para {
  font-size: 22px;
  max-width: 640px;
  margin: 0 auto;
  line-height: 1.4;
  text-align:left;
  margin-top: 35px;
  font-weight: 300;
}

.smarttown-para strong {
    color: #fff;
}
.smart-btn {
    margin-top: 50px;
}
.bttn-green, .bttn-green:visited {
    display: inline-block;
    font-family: "quasimoda",sans-serif;
    font-weight: 400;
    font-style: normal;
    background-color: #70b840;
    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);
    box-shadow: 0 0 1px transparent;
}
.bttn-green img {
    display: inline-block;
    width: 25px;
    margin: -3px 10px 0 8px;
}
.bttn-green:hover {
    background-color: #80db44!important;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {

.testimonial-column {
    padding: 20px;
}
.persona-column {
    margin-bottom: 20px;
}
 }

@media screen and (max-width: 767px) {

.testimonial-column {
    margin-bottom: 20px;
}
.smarttown-heading {
    font-size: 38px;
}
.smarttown-subtitle {
    font-size: 35px;
}
.smarttown-desc {
    font-size: 24px;
}
.smarttown-para {
    text-align: center;
}
.smarttown-section {
    padding: 60px 20px 60px;
}
.persona-content h3 {
    font-size: 28px;
}
.persona-icon img {
    width: 60px;
}
.persona-content p {
    font-size: 16px;
}
.persona-testimonial-section {
    margin-top: 20px;
}
 }




/* BOXES */
  #boxes-section {
	padding-bottom: 5rem;
	display: flex;
	align-items: center;
	background-image: url('/Images/HomeSC/2024/03/switch-landing/boxes-bg.png');
	background-repeat: no-repeat;
	background-size: 130%;
	background-position: -600px -150px;
  }

  #boxes-section .container {
	max-width: 1400px;
  }

  #boxes-section .box {
	border: 2px solid #efefef;
	border-radius: 20px;
	background: white;
	padding: 1rem;
	text-align: center;
	margin: 2rem 0;
  }

  #boxes-section .box h4 {
	font-family: 'quasimoda', sans-serif;
	font-size: 24px;
  }

  #boxes-section .box p {
	font-family: 'quasimoda', sans-serif;
	font-weight: 300;
	font-size: 16px;
  }
  
  #boxes-section .box img {
	width: 75px;
	height: 82px;
	object-fit: contain;
  }

  @media(min-width: 1200px) {
	#boxes-section .box {
	  height: 250px;
	}
  }

  #boxes-section a.green-btn {
	display: inline-block;
  }
  
  /* BOXES FORM */
  #switch-form-wrap {
	display: none;
  }
  
  /* pulled from https://www.homesc.com/happy-to-serve */
  #form-wrap {
	max-width: 750px;
	margin: 15px auto;
	padding: 15px;
  }
  #boxes-section .form-control {
	height: auto;
	border: 1px solid grey;
	outline: 0;
	padding: 12px 15px;
  }
  /*
  #boxes-section button {
	display: inline-block;
	background-color: #6fb841;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	margin-top: 25px;
	padding: 1.75rem 2.5rem;
	outline: 0;
	border: 0;
	border-radius: 10px;
	transition: all 0.5s;
  }
  
  #boxes-section button img {
	display: inline-block;
	width: 25px;
	margin-left: 8px;
	margin-right: 7px;
  }
  #boxes-section button:hover {
	display: inline-block;
	background-color: #66ac3b;
	color: #fff;
	text-decoration: none;
	outline: 0;
	border: 0;
  }
  */
  
  #boxes-section ::-webkit-input-placeholder { /* Edge */
	font-size: 13px;
	text-transform: uppercase;
  }
  #boxes-section :-ms-input-placeholder { /* Internet Explorer 10-11 */
	font-size: 13px;
	text-transform: uppercase;
  }
  #boxes-section ::placeholder {
	font-size: 13px;
	text-transform: uppercase;
  }
  
  .disclaimer-link {
	color: #333;
	display: block;
	margin-top: 2rem;
	text-decoration: underline;
	cursor: pointer;
	font-style: italic;
	transition: all 0.25s;
  }
  .disclaimer-link:hover {
	color: #70b840;
  }
  
  #disclaimer-modal .modal-content, #disclaimer-modal2 .modal-content {
	padding: 40px 30px;
  }
  
  #disclaimer-modal .modal-body, #disclaimer-modal2 .modal-body {
	font-style: italic;
  }
  
  #disclaimer-modal button, #disclaimer-modal2 button {
	position: absolute;
	top: 20px;
	right: 20px;
	border: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background: none;
  }
  
  #disclaimer-modal button > svg, #disclaimer-modal2 button > svg {
	color: #b7b8b7;
  }

  /* STREAM */
  #stream-section {
	padding: 5rem 0;
  }

  #stream-section p {
	margin: 0;
  }

  #stream-section img.stream-on-us {
	display: block;
	margin: 0 auto;
	width: 60%;
	margin: 0 auto 2rem auto;
  }

  @media(min-width: 768px) {
	#stream-section img.stream-on-us {
	  width: 100%;
	}

	#stream-section .row {
	  display: flex;
	  align-items: center;
	}
  }

  #stream-section .greeny {
	font-weight: 400;
	font-style: italic;
	color: #7aba49;
  }

  #stream-section .bluey {
	font-weight: 400;
	font-style: italic;
	color: #1182c3;
  }


  /* STACK UP */
  #stack-up-section {
	padding-bottom: 5rem;
  }
  
  #stack-up-section h2 {
	margin-top: 8px;
  }

  #stack-up-section p.subtitle {
	margin: 0;
  }
  
  #compare-now-toggle {
	cursor: pointer;
  }
  
  #stackup-graph {
	display: none;
  }
  
  /* pulled from homepage */
  #vs {
	display: block;
	max-width: 950px;
	margin: auto;
	float: none;
  }
  #vs img {
	display: inline-block;
	width: 100%;
	max-width: 120px;
	padding: 10px;
  }
  #vs p {
	display: block;
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	margin: 0;
	padding: 20px 10px 10px;
	justify-content: center;
  }
  .vs {
	max-width: 450px;
	margin: auto;
	padding: 40px 15px 20px;
  }
  .vs-1 {
	background-color: #1683c5;
	color: #fff;
  }
  .vs-2 {
	background-color: #54c7ed;
	color: #fff;
  }
  .vs-3 {
	background-color: #52c3c5;
	color: #fff;
  }
  .vs-4 {
	background-color: #52c1af;
	color: #fff;
  }
  .vs-5 {
	background-color: #52bf99;
	color: #fff;
  }
  #stack-up .vs-1 p, 
  #stack-up .vs-2 p, 
  #stack-up .vs-3 p, 
  #stack-up .vs-4 p,
  #stack-up .vs-5 p {
	padding: 12px;
  }

  /* MORE REASONS */
  #more-reasons-section {
	background: #f2faff;
	padding: 7rem 0;
  }

  #more-reasons-section .reason {
	height: 160px;
	text-align: center;
	margin: 1rem 0;
  }

  #more-reasons-section .reason img {
	height: 70px;
	margin-bottom: 1rem;
  }

  #more-reasons-section h5 {
	font-family: 'quasimoda', sans-serif;
	font-size: 18px;
	text-align: center;
  }
  
  /* PROTECT */
  #protect-section {
	padding: 5rem 0;
  }

  #protect-section p.subtitle {
	margin: 0;
  }
  
  #protect-section p.body {
	margin-bottom: 1rem;
  }

  #protect-section img.stream-on-us {
	display: block;
	margin: 0 auto;
	width: 60%;
	margin: 2rem auto 2rem;
  }

  @media(min-width: 768px) {
	#protect-section img.stream-on-us {
	  width: 100%;
	}

	#protect-section .row {
	  display: flex;
	  align-items: center;
	}
  }
