/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/

/***** HOME *****/
.menu_item {
    padding: 20px 0 0 0px;
}
.menu_item .menu_title {
    background: none;
}
.hero .wrapper small {
    letter-spacing: 0px;
    font-size: .9em;
}


/***** ICONS *****/
.icon-downloads-01:before {
    content: "";
    display: inline-block;
    width: 80px;
    height: 80px;
    background-image: url("../img/icon-downloads-01.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-downloads-02:before {
    content: "";
    display: inline-block;
    width: 80px;
    height: 80px;
    background-image: url("../img/icon-downloads-02.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-proof:before {
    content: "";
    display: inline-block;
    width: 80px;
    height: 80px;
    background-image: url("../img/icon-proof.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-tax:before {
    content: "";
    display: inline-block;
    width: 80px;
    height: 80px;
    background-image: url("../img/icon-tax.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-funds:before {
    content: "";
    display: inline-block;
    width: 80px;
    height: 80px;
    background-image: url("../img/icon-funds.png");
    background-size: contain;
    background-repeat: no-repeat;
}
.icon-employment:before {
    content: "";
    display: inline-block;
    width: 80px;
    height: 80px;
    background-image: url("../img/icon-employment.png");
    background-size: contain;
    background-repeat: no-repeat;
}