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

}

.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: 'Roboto', sans-serif;
	
}

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

.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 (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: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;
	/*margin: 20 auto;*/
	margin-top: 45px;
	object-fit:contain;
}

.social_media {
	margin-left: 10px;
	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;
    }
