

  /** BANNER **/
  .banner-copy.desktop {
	display: none;
  }

  #internet-banner {
	background: url('/Images/HomeSC/2025/10/community/COMMUNITY_OUTREACH_HEADER_2.jpg');
	background-size: cover;
	height: 300px;
	float: left;
	width: 100%;
  }

  .banner-copy.mobile {
	display: none;
  }
  @media(min-width: 768px) {
	.banner-copy.desktop {
	  display: flex;
	  flex-direction: column;
	  height: 100%;
	  width: 50%;
	  margin-left: 50%;
	  align-items: center;
	  justify-content: center;  
	}
  }

  @media(min-width: 991px) {
	#internet-banner {
	  height: 400px;
	}
  }



  @media(min-width: 1200px) {
	#internet-banner {
	  height: 551px;
	}
	#internet-banner-2 {
	  height: 551px;
	}
  }

  @media(min-width: 1400px) {
	.banner-copy.desktop {
	  margin-left: 50%;
	}

  }
  /** END BANNER **/

  .margin_left {
	margin-left: 30%;
	text-align: center;
  }
  b, strong {
	color: #333333 !important;
  }
  .container{
	max-width:1200px;
	width:100%;
  }

  @media screen and (max-width: 1180px) {
	.margin_left {
	  margin-left: 20%;
	  width: 84%;
	}
  }


  a.bttn-green, a.bttn-green:visited {
	display: inline-block;
	background-color: #70b840;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 18px 30px;
	font-weight: 300;
	font-family: Quasimoda;
	border-radius: 50px;
	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;
	border: 1px solid #80db44;
  }
  a.bttn-green-3, a.bttn-green-3:visited {
	display: inline-block;
	background-color: #70b840;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 18px 30px;
	font-weight: 300;
	font-family: Quasimoda;
	border-radius: 20px;
	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;
	border: 1px solid #80db44;
	cursor: pointer;
  }
  .modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: none;
  }

  .get_certified .bttn-green {
	margin-top: 40px !important;
  }

  #header {
	z-index: 9999;
  }


  .slider_top_1{
	background: url('/Images/HomeSC/2022/do-more/easy_tools_2.png') no-repeat;
	background-size: 100% 125%;
	padding-top: 20px;
	padding-bottom: 0;
  }


  .bttn-green.slider_btn {
	margin-top: 20px;
  }



  /* animations */
  .security_item img{
	width: 80px;
	aspect-ratio: 1/1;
  }
  .bttn-green {
	transition: all 0.1s;
  }
  .bttn-green:hover {
	background-color: #fff !important;
	border: 1px solid #80db44 !important;
	color: #80db44 !important;
	text-decoration: none;
  }
  .bttn-green-3:hover {
	background-color: #f2faff !important;
	border: 1px solid #80db44 !important;
	color: #80db44 !important;
	text-decoration: none;
  }



  @media screen and (max-width: 980px) {
	.banner-copy h1 {
	  font-size: 50px;
	}
	.banner-copy p {
	  font-size: 20px;
	}

	.vantage .row {
	  display: block;
	}
	.vantage-point .img-responsive {
	  margin-left: auto;
	  margin-right: auto;
	}
	.vantage .impact {
	  padding-right: 14px;
	  margin-bottom: 10px;
	}
  }
  @media screen and (max-width: 1124px) {
	.banner-copy h1 {
	  font-size: 40px;
	}
	.banner-copy p br{
	  display:none;
	}
  }
  @media screen and (max-width: 980px) {
	#internet-banner-2 {
	  display: none;
	}
	.banner-copy.mobile.tabs-full {
	  display: block;
	}
  }
  @media screen and (max-width: 767px) {
	.banner-copy.mobile {
	  margin-top: 30px;
	}
	.banner-copy.mobile {
	  display: block;
	}

	a.bttn-green, a.bttn-green:visited {
	  font-size: 16px;
	  padding: 14px 30px;
	}
	a.bttn-green-3, a.bttn-green-3:visited {
	  font-size: 16px;
	  padding: 14px 30px;
	}
	#additional-benefits .modal-footer p {
	  text-align: left;
	}
	#additional-benefits .modal-body .img-fluid {
	  max-width: 300px;
	  width: 100%;
	}

  }
  @media screen and (max-width: 575px) {
	.banner-copy h1 {
	  font-size: 30px;
	}
	.fiber-powered {
	  padding: 0 0 30px;
	}
	.plans-top h2 {
	  font-size: 28px;
	}
	.icon ul li {
	  width: 94%;
	  min-height: auto;
	}
	.boost-1 h2 {
	  font-size: 28px;
	}

	#additional-benefits h2 {
	  font-size: 30px;
	}
	#wifi-xtreme article img.app_screenshot {
	  display: block;
	  margin: 0 auto 0;
	}
	.security h2 {
	  font-size: 28px;
	}
	.padding-none {
	  padding: 0;
	}
  }

