  @charset "utf-8";
/* CSS Document */
h2#stock::before {
    font-family: 'FontAwesome';
    content: "\f201 ";
    padding-right:11px;
    color: #9A7F59;
}
h2#daf::before {
    font-family: 'FontAwesome';
    content: "\f06b";
    padding-right:11px;
    color: #9A7F59;
    font-size: 1.3em;
}
h2#federal::before {
    font-family: 'FontAwesome';
    content: "\f19c";
    padding-right:11px;
    color: #9A7F59; 
}
h2#property::before {
    font-family: 'FontAwesome';
    content: "\f015";
    padding-right:11px;
    color: #9A7F59; 
    font-size: 1.2em;
}
h2#corporate::before {
    font-family: 'FontAwesome';
    content: "\f0b1";
    padding-right:11px;
    color: #9A7F59; 
}
h2#rollover::before {
    font-family: 'FontAwesome';
    content: "\f01e";
    padding-right:11px;
    color: #9A7F59; 
}
.gift-descr {
    margin-left:42px;
}
#dafdirectdiv {
    width: 60% !important;
}
@media (max-width: 680px) {
    .gift-descr {
    margin-left:0px;
    }
}




