.logo-box {
	/*min-width: fit-content; 
	background-color:  #333;*/
	background-color: #fff;
	text-align: center;
	color:#fff;
}

.link-box {                                            
	/*background-color: #2E92E9;
	color: #fff;*/
	background-color: #fff;
	color: #686e71;
	flex-basis: min-content;
}

.segment-text{
	text-align: left !important;
	float: left;
	display: inline-block;
	color: #393E40;
	font-size: 13px;
	margin-left: 10px;
	font-family: 'Overpass';
	
}

.elk-footer {
	color: #fff;
	font-size: 12px;
	font-family: Inter,sans-serif;
	display: flex;
	justify-content: center;
	float: right;
}

.tpl3-footer-container {
	width: 80vw; 
}

.tpl3-footer-content-wrapper {
	padding:0px;
	gap:24px;
}

.footer-logo-social-media {
	width:25%;
	display: flex;
    flex-direction: column;
    justify-content: space-between;	
}

.tpl3-footer-logo-image {
	width: 100%;
	max-width: 200px;
}

.footer-social-media {
	width: unset;
	padding: 0px;
}

.footer-power-outage {
	padding:0px;
	width:30%;
}

.footer-qlinks {
	margin-left: 0px;
    padding: 0px;
    width: 20%;
}

.footer-infocentre {
	margin-left: 0px;
    padding: 0px;
    width: 20%;
    
    .external-box {
    	width: 100%;	
    }
}

.below-footer {
	display: flex !important;
	padding: 0px;
	justify-content: center;
}

.footer-below-section-wrapper {
    width: 80vw;
    justify-content: space-between;
}

@media screen and (max-width: 400px) {
  .elk-footer {
	  flex-direction: column !important;
	  align-items: center !important;
  }
  .vl {
	  display: none !important;
  }
  .below-footer {
	justify-content: center !important;
  }
}



.vl {
  border-left: 1px solid white;
  height: 17px;
  margin-left: 7px;
  margin-right: 7px;
}

.company-box{
	float: right;
}

.internal-box{
	float: right;
}

.external-box{
	float: right;
}

dt,dd{
	display:inline!important;
}

@media screen and (max-width : 767px){
	.company-box {
		float: none!important;
	}
	.internal-box {
		float:none!important;
	}
	.external-box {
		float:none!important;
	}
}
  
@media screen and (min-width:768px),(max-width:990px){
	.company-box {
		float: none!important;
	}
	.internal-box {
		float: none!important;
	}
	.external-box {
		float: none!important;
	}
	
}

.footer-header {
	font-size: 20px;
    color: #444;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

.small {
	font-size: 80%;
	width: 100px;
	height: 3px !important;
}


.siteFooter {
	font-size: 13px;
    line-height: 26px;
    font-weight: 500;
    color: #666;
    display: inline-block;
    border-bottom: 1px solid transparent;
}

.powerOutage a {
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 2px;
    color: #005faa;
    font-size:14px;
}

.powerOutage p {
	font-weight: 500;
    line-height: 22px;
    margin-bottom: 2px;
    font-size:14px;
}

.siteFooter .powerOutage a:hover,.siteFooter .powerOutage a:focus,.siteFooter a:hover,.siteFooter a:focus {
    text-decoration: underline
}

.siteFooter ul a:focus,footer.siteFooter ul a:hover {
    border-bottom: 1px solid #005FAA;
    color: #005FAA;
    text-decoration: underline;
}

.section_one {
	white-space: nowrap !important;
}

.section_one:active, .section_one:hover, .section_one:focus {                                               
	/*border-radius: 20px;
	background: #ff8f1c;
	text-align: center;
	color: #000;*/
	text-decoration: underline;
}

.social-icon-img {
	width:68%;
	height: 43px;
	display: block;
	object-fit:contain;
}

.footer-social-media {
	margin-left: 7px;
	display: inline-block;
}
/*.social_media ul li a img:hover {
    color: #005FAA;
}*/

/* facebook */

.fb a .img-top {
		display: none;
	
}

.fb:hover a .img-top {
        display: block;
        top: 2px;
        position: relative;
    }
    
.fb:hover a .img-main {
        display: none;
    }
    
/* twitter */

.twitter a .img-top {
		display: none;
	
}

.twitter:hover a .img-top {
        display: block;
        top: 2px;
        position: relative;
    }
    
.twitter:hover a .img-main {
        display: none;
  }
    
/* linkedin */

.linkedin a .img-top {
		display: none;
	
}

.linkedin:hover a .img-top {
        display: block;
        top: 2px;
        position: relative;
    }
    
.linkedin:hover a .img-main {
        display: none;
    }
    
/* youtube */

.youtube a .img-top {
		display: none;
	
}

.youtube:hover a .img-top {
        display: block;
        top: 2px;
        position: relative;
    }
    
.youtube:hover a .img-main {
        display: none;
    }
    
/* instagram */

.ig a .img-top {
		display: none;
	
}

.ig:hover a .img-top {
        display: block;
        top: 2px;
        position: relative;
    }
    
.ig:hover a .img-main {
        display: none;
    }
    
@media screen and (max-width: 1199.98px) {
	.tpl3-footer-container {
		width: 90vw; 
	}
	
	.footer-below-section-wrapper {
	    width: 90vw;
	}
}

@media screen and (max-width: 991.98px) {
	.tpl3-footer-container {
		width: 100vw; 
		padding-left: 24px;
		padding-right:24px;
	}
	
	.footer-below-section-wrapper {
	    width: 100vw; 
		padding-left: 24px;
		padding-right:24px;
	}
}

@media screen and (max-width: 767.98px) {
	
	.tpl3-footer-content-wrapper {
	    padding: 0px 24px;
	    flex-direction: column;
	}
	
	.footer-logo-social-media {
	    width: 100%;
	}
	
	.footer-social-media {
		padding-top:24px;
	}
	
	.footer-power-outage {
		width:100%;
	}
	
	.footer-qlinks {
	    width: 100%;
	}
	
	.footer-infocentre {
	    width: 100%;
	}
	
	.footer-below-section-wrapper {
	    justify-content: center;
	    flex-direction: column;
	}
	
}
