.ally-mega-menu .svg-inline--fa {
    -webkit-transform: rotateX(180deg) scale(1.75);
    background-color: #045D32;
    width: 25px !important;
    height: 25px;
    padding: 5px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    vertical-align: -1em !important;
    color: white;
    margin: 0 10px 0 7px;
    transition: all .25s ease-in-out;
    }

.ally-mega-menu a:hover .svg-inline--fa {
    background-color: #C35300;
    }
