/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 18 2026 | 22:27:32 */
/* ============================================================
   CTA Box — Cellular Telephony (#hidden-telephony)
   These rules override sitewide .box-below-ellies styles
   for this specific CTA instance. Do not lower the
   specificity (the #hidden-telephony prefix is doing work).
   ============================================================ */
 
#hidden-telephony .cta-content p {
	color: #ffffff;
	font-size: 15px;
}
 
#hidden-telephony .cta-feature-list {
	padding: 10px 70px;
	color: #fee715;
	font-size: 12px;
	font-style: italic;
	list-style-type: none;
}
 
#hidden-telephony .cta-feature-list li {
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #fee715;
}
 
#hidden-telephony .cta-feature-list li:last-child {
	border-bottom: none;
}
 
#hidden-telephony .fusion-button-text {
	color: #ffffff;
}
 
#hidden-telephony .box-below-ellies {
	background-color: #000e2b;
}
 
#hidden-telephony .box-below-ellies img {
	display: block;
	width: 250px;
	height: auto;
	margin: 0 auto;
}