@charset "utf-8";
/* CSS Document */

ul.contact {list-style-type: none;padding-left:0px;}

.contact li:before {
    content: "";
    display: block;
    float: left;
    margin: 4px 16px 0 0;
}


li.contact:before {
    background: url(https://www.georgiapower.com/content/dam/georgia-power/callout-icons/icon-person.png) no-repeat;
    width: 19px;
    height: 21px;
}

li.phone:before {
    background: url(https://www.georgiapower.com/content/dam/georgia-power/callout-icons/icon-phone.png) no-repeat;
    width: 21px;
    height: 21px;
}
li.web:before {
    background: url(https://www.georgiapower.com/content/dam/georgia-power/callout-icons/icon-www.png) no-repeat;
    width: 21px;
    height: 21px;
}
li.email:before {
    background: url(https://www.georgiapower.com/content/dam/georgia-power/callout-icons/icon-envelope.png) no-repeat;
    width: 21px;
    height: 17px;
}
