@font-face {
    font-family: 'PFHandbookProMedium';
    src: url('../eot/pfhandbookpro-medium-webfont.eot');
    src: url('../eot/pfhandbookpro-medium-webfontd41d.eot#iefix') format('embedded-opentype'),
    url('../woff/pfhandbookpro-medium-webfont.woff') format('woff'),
    url('../ttf/pfhandbookpro-medium-webfont.ttf') format('truetype'),
    url('../svg/pfhandbookpro-medium-webfont.svg#PFHandbookProMediumRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PFHandbookProRegular';
    src: url('../eot/pfhandbookpro-regular-webfont.eot');
    src: url('../eot/pfhandbookpro-regular-webfontd41d.eot#iefix') format('embedded-opentype'),
    url('../woff/pfhandbookpro-regular-webfont.woff') format('woff'),
    url('../ttf/pfhandbookpro-regular-webfont.ttf') format('truetype'),
    url('../svg/pfhandbookpro-regular-webfont.svg#pf_handbook_proregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.btnGreenBig{
    background-color: #7FCD00 !important;
    font-family: PFHandbookProRegular, sans-serif !important;
    font-size: 30px !important;
    padding: 15px;
}


.btnGreen{
    background-color: #7FCD00 !important;
    font-family: PFHandbookProRegular, sans-serif !important;
    color: #fff !important;
    font-size: 26px !important;
}