.footer-outer-table { width:100%;background:#124f68;min-height:100px; }

	.footer-outer-table .about-section-line { 
		width: 100px;
		height: 5px;
		background-color: #a0d992;
		overflow: hidden;
		margin: 0 0 1.5em 0;	
	}			

	.footer-contact-cell { padding:3em 1em; color:#fff;vertical-align:middle;background-color:#10465c;background-image:url(/assets-2020/images/rhode-island.png?v=1);background-size:fit;background-repeat:no-repeat;background-position:center; }
	.footer-services-cell { padding:2em 1em; }
	
		.footer-logo { width:90%; }
		.footer-contact-subtitle { font-size:1.1em;margin:0 0 0.33em 0;color:#c7e3c0;text-shadow:1px 1px #000; }

.footer-services-table { width:100%; }
	.footer-services-table .outer-cell { padding:1em 0.5em; }
		.footer-services-table .table-cell h3 { color:#c4f7fa;margin-bottom:0.33em; text-shadow:1px 1px #000; }

.footer-services-table a { display:block; padding:0.5em 0; border-bottom:1px dotted rgba(255,255,255,0.25); width:auto; }
.footer-services-table a:link, .footer-services-table a:visited { color:#fff; }

@media all and (min-width: 1024px) {	

	.footer-contact-cell { padding:3em; }
	
	.footer-services-table .outer-cell { padding:3em 3em 3em 0; }
	
		.footer-services-cell { padding:0 3em; }

}