/* social icons via font-awesome */
ul.social-glyphs {
    padding-top: 4px;
    list-style: none;
    display: block;
    font-size: 1.34em;
    float: right;
}

.social-glyphs > li { float: left; }
.social-glyphs li {
    position: relative;
    list-style: none;
    padding-right: 6px; 
}
.social-glyphs li a {
    color: #595959;
}
.social-glyphs li a:hover {
    text-decoration: none;
    color: #d44500;
    -moz-transition:color .35s ease-in;
    -o-transition:color .35s ease-in;
    -webkit-transition:color .35s ease-in;
}


.social-glyphs li a.btn.btn-giving,
.social-glyphs li a.btn.btn-giving:link,
.social-glyphs li a.btn.btn-giving:visited {
    color: #fff;
    background-color: #d44500;
    transition: 0s;
}

.social-glyphs li a.btn.btn-giving:hover,
.social-glyphs li a.btn.btn-giving:active {
    color: #d44500;
    background-color: white;
}

.social-glyphs li a.btn.btn-applynow, .social-glyphs li a.btn.btn-applynow:link, .social-glyphs li a.btn.btn-applynow:visited {
	 color: #fff;
	 background-color: #d44500;
	 transition: 0s;
}
.social-glyphs li a.btn.btn-applynow:hover, .social-glyphs li a.btn.btn-applynow:active {
	 color: #d44500;
	 background-color: white;
}
