<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a.list-group-item.component-info.active,
a.list-group-item.component-info:focus {
    background-color: #c49e0d;
}

a.list-group-item.component-info {
    background-color: #000;
    color: #fff;
}

a.list-group-item.component-info:hover {
    color: #c49e0d;
    background-color: #111;
}

.list-group-item {
    border: 0px !important;
}

.bold {
    font-weight: bold;
}

.emphasis-font {
    color: #ff0000;
    text-align: center;
}

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

.contactBox { 
    height: auto;
    width: 375px;
    font-weight:bold;
}

#Successes a:link, #Successes a:visited{
	color:#E4DBC9 !important;
}

#Successes a:hover, #Successes a:active{
	color:#B75B00 !important;
}

.gridblock{
	width:188px;
	min-height:100px;
	padding: 15px;
	background:#fff;
	margin:5px;
	font-size:12px;
	float:left;
	overflow:hidden;
	text-align:justify;
	line-height:1.5;
	color:#888;
	box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-moz-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
	-webkit-box-shadow: 0 1px 3px rgba(34,25,25,0.4);
}

 #SocialFacebook{
	width:50px;
	height:50px;
	display:inline-block;
    background-image:url(/sof-atl/PublishingImages/facebook-3-50.png);
}

#SocialFacebook:hover {
        background-image:url(/sof-atl/PublishingImages/facebook-50.png);
}
	
#SocialTwitter{
	width:50px;
	height:50px;
	    display:inline-block;
        background-image:url(/sof-atl/PublishingImages/twitter-3-50.png);
}

#SocialTwitter:hover {
        background-image:url(/sof-atl/PublishingImages/twitter-50.png);
}

#SocialGoogle{
	width:50px;
	height:50px;
	    display:inline-block;
        background-image:url(/sof-atl/PublishingImages/google-plus-3-50.png);
}

#SocialGoogle:hover {
        background-image:url(/sof-atl/PublishingImages/google-plus-50.png);
}
	
#SocialLinkedIn{
	width:50px;
	height:50px;
	    display:inline-block;
        background-image:url(/sof-atl/PublishingImages/linkedin-3-50.png);
}

#SocialLinkedIn:hover {
        background-image:url(/sof-atl/PublishingImages/linkedin-50.png);
}
	
#SocialYouTube{
	width:50px;
	height:50px;
	    display:inline-block;
        background-image:url(/sof-atl/PublishingImages/youtube-3-50.png);
}

#SocialYouTube:hover {
        background-image:url(/sof-atl/PublishingImages/youtube-50.png);
}
	
#SocialEmail{
	width:50px;
	height:50px;
	    display:inline-block;
        background-image:url(/sof-atl/PublishingImages/email-3-50.png);
}

#SocialEmail:hover {
    background-image:url(/sof-atl/PublishingImages/email-10-50.png);
}
	
#SocialMedia a {
    position: relative;
}

#SocialMedia a:hover {
    font-size: 99%; /* this is just for IE */
}

#SocialMedia a span {
	display: none;
	position: absolute;
	top: -50px;
	left: 0px;
	width: 125px;
	padding: 5px;
	z-index: 1000 !important;
	background: #000000;
	color: #FFFFFF;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border-radius:5px 5px 5px 5px;
}

#SocialMedia a:hover span {
	display: block;
}</pre></body></html>