@charset "UTF-8";
/* CSS Document */

* {
  box-sizing: border-box;
}


body{
	background-color:white;
	margin:0px;
}


	/*Page Banner*/
		.page-banner{
		background-image: url("../about-us/affiliations-images/affiliations-banner.jpg");
		background-position:center right;
		background-size:cover;

		}



/*keep an eye of the title spacing*/
.when-to-use-title-group h2{
	padding:0px !important;
	margin:0px !important;
}

		.thin-container-opt2{
			background-color:#e3e8ee;
			width:100%;
			margin-top:100px;
			padding:50px;
		}
		
		.links-img img{
			width:100%;
			margin-bottom: 30px;
		}

.top-container a {
	color:#0087ff;
	text-decoration: underline;
}

/*Registered R*/
   .section_1 h7 spun::after {
    content: " ®";
    font-size: 0.8em; /* Adjust size */
    vertical-align: super; /* Makes it appear like a superscript */
}

	
	
/*blue bottom code*/

.text-5-outer{
	display:flex;
	justify-content:left;
	width: 100%;
	margin-bottom:0px;
	margin-top:0px;
	background-color:#004079;
	padding:8% 15%;
	color:white;
}
.text-5{
	margin-top:0px;
}

.text-5 h2{
	border-left:8px solid #0087ff;
	padding-left:8px;
}

.text-5-groups {
	display:flex;
	margin-top:10px;
	padding:0px 12px;
}

.text-5-groups ul {
	margin-right:50px;
	margin-left:20px;
}


.text-5-groups ul span {
	font-weight: bold;
}


	.text-5 ul  ul {
		margin-left:20px;
		line-height:2;
		
	}
	
	.text-5 ul li::marker {
     color:#0087ff; /* Change bullet point color */
}

/*blue side code*/

.text-6-outer{
	display:flex;
	justify-content:left;
	width: 100%;
	margin-bottom:0px;
	margin-top:80px;
	background-color:#004079;
	padding:15%;
	color:white;
}
.text-6{
	margin-top:0px;
}

.text-6 h2{
	border-left:8px solid #0087ff;
	padding-left:8px;
}

.text-6-groups {
	display:flex;
	margin-top:20px;
}

.text-6 ul {
	margin-right:0px;
	margin-left:20px;
}


.text-6 ul li{
	margin-bottom: 8px;
}


	
	.text-6 ul li::marker {
     color:#0087ff; /* Change bullet point color */
}
	
	


/*Product- Drop down code Building Wire*/

        /* Style for the lists */
	
        .featured-page-list {
            list-style-type: none; /* Remove default bullets */
            padding: 0;
            display: none; /* Hidden by default */
			margin-top:20px;
        }

        /* Show the list when the 'open' class is added */
        .toggle-list.open {
            display: block; /* Show the list when open */
        }

        /* Style for h4 titles to indicate they are clickable */
.text-2 h2{
	margin-bottom:0px;
	color:#004079
}
   .when-to-use {
            margin-bottom: 20px;
			border:5px solid #e3e8ee;
			padding:20px;
			border-radius:25px;
		}


   .when-to-use-opt2 {
            margin-bottom:20px;
		}

.when-to-use span, .when-to-use-opt2 span{
	font-size:18px;
	font-weight: bold;  
}

   .when-to-use h4{
       color:#004079;
	   font-weight: bold;
		}

.when-to-use h2 spun, .when-to-use-opt2 h2 spun{
	font-size:16px;
	font-weight: bold;  
	vertical-align: text-top;
}

		
		.featured-page-title{
			display:flex;
			justify-content: space-around;
			align-items: center;
			align-self: center;
			width:100%;
			min-height:80px;
			cursor: pointer; /* Makes the icon clickable */
		}
		
		.when-to-use-title-group{
			width:80%;
		}
		
	.featured-page-title .fa-plus-circle, .featured-page-title .fa-minus-circle {
	width:20px;
	font-size: 22px;
	color:#004079;
	background-color:transparent;
	border:0px;
	display:flex;
	align-items: center;
	
}


.featured-page-title h4{
			font-weight: bold;
		}
       
		
.featured-page-list{
			border-top:1px solid black;
			margin:10px 25px 25px 25px;
	        padding-top:25px;
		}
		
		   .featured-page-title .header_h7 {
    font-weight: 100 !important;
        }

        /* Custom marker using ::before */
        .featured-page-list li {
            position: relative;
			margin-left:20px;
            padding:0px; /* Add space for custom bullet */
            line-height: 1.5; /* Ensure proper line height for wrapping text */

        }

        .featured-page-list li::before {
            content: "\2022"; /* Unicode character for a bullet */
            position: absolute;
            left: -16px; /* Adjust the bullet's position to align with text */
            color: #0087ff; /* Blue color for the bullet */
            font-size: 1.5em; /* Optional: make the bullet larger */
            top:0%;/*END OF drop down code*/
        }


/*Text in image box*/

.product_parentContainer img{
height: 100%;
width: 100%;
}

.product_parentContainer {
position: relative;
text-align: center;
color:white;
}

.product_parentContainer .bottom-left {
position: absolute;
bottom: 22px;
left: 0px;
background-color:rgba(0,64,121,1);
padding:8px 15px 8px 30px;
font-size: 12px;
}

/*End of text in image box*/


.text-group{
	border-left:8px solid #0087ff;
	padding-left:8px;
}

.section_1{
	padding:0px 0px 3% 0px;
}

.section_2{
	width: 55%;
	padding:0px 100px 50px 0px;
}

.section_3{
	width:45%;
	padding:0px 0% 5% 7%;
	margin-bottom:0px;
}

.product-title {
	border-bottom: 2px black solid;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.product-title h2 {
	margin-bottom:5px;
	padding-left:6px;
	border-left:6px solid #0087ff;
	color:#004079;
}

.second-product-title{
padding:10px 0px;
}


.second-product-title h2{
	padding:0px;
	margin-bottom:5px;
	color:#004079
}


.product-title{
display:flex;
width:100%;
align-items:flex-end;
height:100%;
}

.title-group{
	width:50%;
}

.brand{
	display:flex;
	justify-content: flex-end;
	margin-top:0px;
}

.brand-img{
	height:50%;
	width:50%;
	display:flex;
	justify-content: flex-end;
	align-self: flex-end;
}

/*for more than one brand*/

.brand-group {
	display:flex;
	align-items:center;
	margin-bottom: 10px;
}

.brand-group .img-container{
	padding:0px 20px;
	border-right:1px solid black;
	height:40px;
	display: flex;
	align-items: center;
}

.brand-group .img-container:last-child{
	padding:0px 0px 0px 20px;
	border-right:0px solid black;
}

.brand-group .img-container img {
height: auto;
}

.brand-group img:last-child {
	margin-right:0px;
}

.featured-page-title {
	font-weight: bold;
}


.featured-page-list li span{
font-weight: bold;
font-size:16px;
}



.top-container{
	width:100%;
	display:flex;
}



.top-container .text-1 h2{
color:#004079;
margin-bottom: 10px;
}



.video{
	width:100%;
	height:100%;
}


.video iframe{
	width:100%;
	object-fit:cover;
}

.container{
	width:100%;
	height: 100%;
}



.text-1 {
	margin-bottom: 30px;
	
}

.text-1 ul {
	margin:0px;
}


.text-2 h2{
	color:#004079;
	margin-bottom:10px;
}

.section_1 h3 {
	padding:0;
	margin:0px;
}

.benefits-containter{
	width:100%;
	display:flex;
	margin:20px 0px;
}
.benefits{
	padding-left:10%;
}
.ben-list-1{
	float:left;
	width:50%;
}

.benefits_0{
	padding-left:20px;
}

.benefits_0 li{
  margin-bottom:8px;
}



.ben-list-0 li::marker {
	color: #0087ff
}

.ben-list-1 li::marker {
	color: #0087ff
}


.ben-list-2 li::marker {
	color: #0087ff
}

.tool_list li::marker {
	color: #0087ff
}

.benefits li {
	margin-bottom: 10px;
}

.ben-list-2{
	float:right;
	width:50%;
}



.section_3 a{
	text-decoration: none;
	cursor: pointer;
	padding:10px 0px;
}

.section_3 a:hover{
	color:#0087ff;
}


/*Helpful manual links*/

	
	.small-thin-container{
		background-color:#e3e8ee;
		display:flex;
		justify-content: center;
		width:100%;
		padding:60px;
		margin-top:80px;
	}
	

.thin-container{
	padding:6% 8%;
	margin:0px 0%;
	background-color:#e3e8ee;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	border:0px solid #004079;
	color:#004079;
}

#mi-thin-container{
	padding: 80px  10%;
}

.links-container{
	width:100%;
	display:flex;
	flex-wrap: wrap;
}

.text-group{
	color:#004079;
}



.mi-poster_wide {
	width:500px;
	margin:0px 30px 0px 0px;
	padding:0px;
	background-color:transparent;
}

.mi-poster{
	max-width: 250px;
	margin-right:30px;
}

.mi-poster_wide img{
width:100%;
height: 100%;
object-fit: cover;
border:5px solid white;

}

.mi-poster img{
width:100%;
max-width: 200px;
height: 100%;
object-fit: cover;
border:5px solid white;

}


.download-group{
	display:flex;
	margin:0px 0px 0px 0px;
}

.download-pdf-group{
	margin-top:30px;
}

.space .fa-download{
	margin-right:5px;
	color:#0087ff;
}

.mi-links {
	padding-left:0px;
	margin:0px;
	max-width:600px;
}

.download-pdf-group .space{  
	  line-height:1;
	  margin-bottom:15px;
	}

.download-pdf-group .space a i {
	padding-right:10px;
	margin:0px 0;
}

.download-pdf-group .space a {
	text-decoration: none;
	color:#0087ff;
	padding:0px;
	display:flex;
	
}
.download-pdf-group .space a:hover {
	text-decoration: underline;
	color:#0087ff;
}


.mi-links h2{
	padding:0px;
	margin:0px;
}
	
.mi-links h3{
margin-bottom: 0px;
padding:0px;
}

/*Video*/
.images_2{
	margin-top:80px;
	width:100%;
}

.video iframe{
	width:100%;
	object-fit:cover;
	min-height: 350px;
}

/*large building showing cables*/
/*section 4*/
.section_4{
	width:100%;
	display: inline-block;
	padding:2% 0% 0% 0%;
	margin-top:50px;
}

.wires{
	width:30%;
	float:left;
}

.png {
	width:100%;
	padding:15%;
}


.building-wire-img{
	width:70%;
	float:right;
	padding:0px 0px 0px 5%;
}

.building-wire-img img{
	width:100%;
}


.section_6{
	width:100%;
	display:inline-block;
	padding:5%;
}


.img-1{
	width:50%;
	height: auto;
	float:left;
	padding:1%;
}
.img-2{
	width:50%;
	height: auto;
	float:left;
	padding:1%;
}


/*image slider*/

.container {
  margin: 0 auto;
  width: 100%;
  color: #333;
  height: auto;
}

.single-item img {
	height:350px;
	object-fit: cover;
}

.slick-slide {
  text-align: center;
}

/* Next & previous buttons */
.arrow-right, .arrow-left {
  cursor: pointer;
  position: absolute;
  top:50%;
  color:#004079;
  background-color:rgba(0,0,0,0.05);
  font-weight: bold;
  font-size:20px;
	width:32px;
	height:32px;
  transition: 0.6s ease;
  z-index: 1;
  display:flex;
	justify-content: center;
	align-items: center;
  border-radius:50%;
}


/* Position the "next button" to the right */
.arrow-right {
  right:-12%;
}
.arrow-left {
  left:-12%;
}



/* On hover, add a black background color with a little bit see-through */
.arrow-right:hover, .arrow-left:hover {
  color:white;
  background-color:#0087ff;
}


/*image slider dots*/

/* Make only the active dot blue */


/* Mobile STYLES */
@media only screen and (max-width: 1068px) {

 
  .text-5-outer,
  .text-6-outer {
    flex-direction: column;
    padding: 8% 15%;
  }

  .text-5-groups,
  .text-6-groups {
    flex-direction: column;
  }

  .text-5-groups ul,
  .text-6 ul {
    margin: 0 0 20px 0;
  }

  .section_2,
  .section_3 {
    width: 100%;
	height:100%;
    padding: 0 0% 80px 0%;
  }

	
  .section_3 {
	max-width: 600px;
	margin:0 auto;
  }
	
	
	.thin-container{
	padding: 80px  15%;
}
	
  .top-container,
  .benefits-containter,
  .download-group {
    flex-direction: column;
    align-items: left;
  }

  .mi-poster,
  .mi-poster_wide {
    width: 100%;
    margin: 20px 0;
  }

  .img-1,
  .img-2 {
    width: 100%;
    padding: 0;
  }

 


	.links-container{
		display:flex;
		align-items: center;
		padding:20px 20px;
		justify-content: center;
	}
	
	.mi-poster{
	display:flex;
	  justify-content: center;
	}

  .mi-tool-image img {
    width: 100%;
    height: auto;
  }

  .mi-tool-text {
    width: 100%;
    padding: 20px 0;
  }

  .video iframe {
    min-height: 380px;
  }

  .thin-container,
  .thin-container-opt2 {
    padding: 30px 20px;
  }


  .featured-page-list {
    margin: 10px 0 20px 0;
    padding: 10px 0;
  }

  .arrow-right,
  .arrow-left {
	  height: 25px;
	  width:25px;
    font-size: 16px;
	  background-color:white;
  }

  .arrow-right {
    right: 2%;
  }

  .arrow-left {
    left: 2%;
  }
	
	.brand-group .img-container img {
		width:100px;
	}
	
	.benefits{
	width:100%;
	margin:0px;
	padding:0px 0px 0px 20px;
}
	
	.ben-list-1, .ben-list-2{
	width:100%;
}
	

	.secion_4 {
		display:flex;
		flex-wrap: wrap;
		padding:8%;
		width:100%;
	}
	
	.wires, .building-wire-img{
		width:50%;
	}

	.section_4 .png {
		max-width:300px;
		margin:0px;
		padding:20px 20px;
	}


}
@media only screen and ( max-width : 600px ){
	.single-item img {
	height:300px;
	object-fit: cover;
}
	.product-title{
		width:100%;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	
	.brand-group{
		padding:0px;
		margin-bottom:35px;
	}
	
	.brand-group .img-container{
	height:22px;

}
	
	.brand-group .img-container img {
		width:auto;
		height: 22px;
		padding:0px;
		margin:0px;
	}
	
	
	.title-group{width:100%;}
	.brand-img{
		width:100%;
		
	}
	
		.links-container{
		margin:0 auto;
			justify-content: center;
		padding:20px;
	}
	
		.secion_4 {
		display:block;
		flex-wrap: wrap;
		padding:8%;
		width:100%;
		margin:0 auto;
		justify-content: center;
	}
	
	.section_4 .building-wire-img, .section_4 .wires{
		width:100%;
		justify-content: center;
		max-width: 200px;
	}
	
	.links-container{
		padding:0px;
		margin:0px;
	}
	
	.text-5-outer {
		padding:20% 10%;
	}	
	
.small-thin-container{
		padding:30px;
	}
	
#mi-thin-container{
	padding:80px 20%;
	justify-content: center;
}

.mi-poster{
	margin-right:0px;
}
	
	/* Next & previous buttons */
.arrow-right, .arrow-left {
  font-size:12px;
	width:22px;
	height:22px;
}
	

}
