/* #TODO: add social icons to bootstrap fontawesome*/
.icon{
    display: block;
    width: 24px;
    height: 24px;
    font-size: 0px;
    line-height:  0px;
    color: transparent;
    text-indent: -999px;
}
.icon-googleplus{ background: url(../img/icon-googleplus.png);}
.icon-facebook{ background: url(../img/icon-facebook.png);}
.icon-twitter{ background: url(../img/icon-twitter.png);}
.icon-instagram{ background: url(../img/icon-instagram.png);}
.icon-pinterest{ background: url(../img/icon-pinterest.png);}
.icon-letter{
    display: inline-block;
    font-family: robotolight, arial, helvetica;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 33px;
    line-height: 3.3rem;
    text-align: center;
    width: 33px;
    height: 33px;
    cursor: default !important;
    border: none !important;
}
.icon-circle{
    width: 24px;
    height: 24px;
    border-radius: 20px;
    background: #ffffff;
    padding: 3px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.75);
}
.icon-circle-sm{
    width: 18px;
    height: 18px;
    border-radius: 20px;
    background: #ffffff;
    border: 4px solid #faae4c;
}
.recruiting,
.alumni,
.program{
    font-family: robotolight, arial, helvetica;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 33px;
    line-height: 3.3rem;
    height: 33px;
    color: #ffffff;
    text-align: center;
}
.recruiting{
    background: #faae4c;
}
.alumni{
    background: #009d97;
}
.program{
    background: #523c6b;
}