
   @import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
  
   body {
  font-family: "DM Sans", serif;
}

/* Headings */
h1, h2, h3, h4, h5, h6, p {
  font-family: "DM Sans", serif;
}
  .mobile {
	display: none;
}
  #site-alert {
	background: #8fc641;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding: 10px;
	display: none;
}
  .banner-residential-internet {
	background-image: url('/Images/prtccoop/2026/6/cybersecurity/banner/HEADER.jpg');
}
  #banner {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-color: #fff;
	position: relative;
}
  .bundle .img-fluid {
	border-radius: 14px;
}
  #banner h1 span {
	font-family: "DM Sans", serif;
	font-weight: 400;
	display: inline-block;
	color: #fff;
	font-size: 125%;
	text-transform: Capitalize;
}
  #banner h1 {
	font-size: 38px;
	font-weight: 300;
	line-height: 50px;
	text-transform: capitalize;
  }
  #banner h1 span.tagline {
	font-weight: 500;
	font-size: 26px;
	color: #114060;
  }
  #banner p {
	margin: 15px 0 0;
}
  .best-top p {
	max-width: 520px;
}
  .enterprise-equipment {
	width: 100%;
	background: #fff; 
	padding: 60px 0;
}
  .equipment-top {
	text-align: center;
}
  .equipment-top span {
	color: #114060;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}
  .equipment-top h2 {
	color: #467CBF;
	font-weight: 700;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 10px;
}
  .equipment-top p {
	max-width: 520px;
	margin-left: auto;
	margin-right: auto;
	color: #000;
	margin-bottom: 0;
	font-size: 18px;
	letter-spacing: 0.25px;
}
  .pattern-full {
	width: 100%;
	background: #467CBF;
	position: relative;
	overflow: hidden;
	padding: 75px 0;
}

.pattern-full::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:url("/Images/prtccoop/2026/6/cybersecurity/BANNER_BG.jpg") no-repeat center center;
    background-size:cover;
    opacity:0.5;
    z-index:1;
}

.pattern-full .email-security{
    position:relative;
    z-index:2;
    text-align: center;
}
  .email-security h5 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 40px;
	text-transform: uppercase;
}
 .email-security span {
	font-family: relation-one, sans-serif;
	font-weight: 700;
	display: inline-block;
	color: #fff;
	font-size: 80px;
	text-transform: Capitalize;
	margin-bottom: 40px;
}
  .email-security h4 {
	margin-bottom: 30px;
	font-size: 32px;
	color: #fff;
	font-weight: 300;
	letter-spacing:1px;
}
  .enterprise-equipment.tabs-flex {
	padding-top: 0;
}
  
  /****video css start****/
  .video-banner {
	position: relative;
	overflow: hidden;
	width: 100%;
}
 
.video-banner .bg-video {
	position: absolute;
	width: 100%;
	height: auto;
	object-fit: cover;
	z-index: 1;
}
 
/***.video-banner .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.4);
    z-index: 2;
}***/
 
.video-banner .content {
    position: relative;
    z-index: 3;
    color: #fff;
    padding: 140px 0 60px;
}
  .cybersafe {
	margin-top: 80px;
}
  .cybersafe h2 {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	font-family: Urbane;
	margin-bottom: 28px;
}
  .cybersafe p {
	font-size: 20px;
	margin-bottom: 0;
	line-height: 30px;
	max-width: 598px;
}
  
  /***video css end*****/
  
 
  @media (min-width: 1600px) {
	
	.banner-residential-internet .container-fluid, .enterprise-equipment .container, .pattern-full .container, .video-banner .container{
    max-width: 1500px;
}
	
	
	.cybersafe h2 {
	font-size: 50px;
}
	.video-banner .content {
	padding: 170px 0;
}
	.cybersafe p {
	font-size: 22px;
	max-width: 645px;
}
	#banner h1 span.tagline {
	font-size: 35px;
}
	#banner h1 {
	font-size: 50px;
	line-height: 65px;
}
	#banner p {
	font-size: 25px;
}
	.best-top p {
	max-width: 630px;
}
	.equipment-top h2 {
	max-width: 520px;
	font-size: 50px;
	line-height: 62px;
}
	.equipment-top p {
	max-width: 556px;
	font-size: 25px;
	line-height: 28px;
}
	.email-security h5 {
	margin-bottom: 60px;
}
	.email-security span {
	font-size: 104px;
	margin-bottom: 60px;
}
	.email-security h4 {
	margin-bottom: 60px;
	font-size: 43px;
}
	.pattern-full {
	padding: 100px 0;
}
	.enterprise-equipment {
	padding: 80px 0;
}

	
  }
  @media (max-width: 1280px) {
	.video-banner .content {
	padding: 80px 0 40px;
}
  }
  @media (max-width: 1180px) {
	#banner article {
	padding: 60px 15px 80px;
}
	#banner h1 span.tagline {
	font-size: 22px;
}
	#banner h1 {
	font-size: 30px;
	line-height: 40px;
}
	.equipment-top span {
	font-size: 16px;
}
	.email-security span {
	font-size: 60px;
}
	.email-security h4 {
	font-size: 22px;
}
	.cybersafe h2 {
	font-size: 30px;
	margin-bottom: 20px;
}
	.cybersafe p {
	font-size: 18px;
	line-height: 28px;
}
	
  }
  @media (max-width: 1024px) {
	#banner h1 br {
	display: none;
}
	.cybersafe {
	margin-top: 70px;
}
  }
  @media (max-width: 992px) {
	.cybersafe {
	margin-top: 60px;
}
  }
  @media (max-width: 1080px) {
	
	#banner article {
	padding: 74px 15px 100px;
}
	#banner h1 span.tagline {
	font-size: 20px;
}
	#banner h1 {
	font-size: 32px;
	line-height: 38px;
}
  }
  
 @media (max-width: 980px) {
   .video-banner .bg-video {
	position: unset;
}
   .cybersafe {
	margin-top: 0;
	max-width: 100%;
	flex: 100%;
}
   .video-banner .content {
	padding: 40px 0 40px;
	text-align: center;
}
   .cybersafe h2 {
	color: #467CBF;
}
   .cybersafe p {
	color: #000;
	max-width: inherit;
}
   
   .best-top {
	text-align: center;
}
   .desktop {
	display: none;
}
   .mobile {
	display: block;
}
   #banner h1 span.tagline {
	font-size: 24px;
	float: left;
	width: 100%;
}
   #banner::before {
	content: '';
	display: block;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
	#banner .row {
	position: relative;
	z-index: 99;
}
	#banner.banner-residential-internet h1 {
	color: #fff;
}
	#banner.banner-residential-internet p {
	color: #fff;
}
	#banner h1 span.tagline {
	font-size: 24px;
}
	#banner article {
	padding: 50px 15px 0;
}
	#banner h1 {
	color: #447cbf;
	text-shadow: none;
}
	#banner p {
	color: #000;
	text-shadow: none;
}
   #banner h1 br {
	display: none;
}
   .best-top p {
	max-width: inherit;
	width: 100%;
}
   .directv-banner {
	flex: 100%;
	max-width: 100%;
	margin-bottom: 30px;
}
   .equipment-top {
	text-align: center;
	max-width: 100%;
	flex: 100%;
}
   .enterprise-equipment.tabs-flex .row {
	flex-direction: column-reverse;
}
   .enterprise-equipment.tabs-flex {
	padding-top: 0;
}
 }
  @media (max-width: 860px) {
	.email-security span {
	font-size: 48px;
}
	.email-security h4 {
	font-size: 18px;
	line-height: 26px;
}
	
  }
  @media (max-width: 767px) {
	.email-security h5 {
	font-size: 18px;
	margin-bottom: 25px;
}
	.email-security span {
	font-size: 34px;
	line-height: 42px;
	margin-bottom: 20px;
}
  }
  @media (max-width: 575px) {
	
	 #banner {
	background-position: 95% center;
}
	 #banner article {
	padding: 30px 15px 20px;
}
	 #banner p {
	width: 100%;
}
	 #banner h1 {
	font-size: 28px;
	line-height: 32px;
}
	#banner h1 span.tagline {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 10px;
}
	.enterprise-equipment {
	padding: 50px 0;
}
	.pattern-full {
	padding: 50px 0;
}
	
	
   }
   @media (max-width: 420px) {
	 #footer-cta .text-right {
	text-align: center !important;
}
	 #social {
	margin-bottom: 15px !important;
}
   }
  
