@font-face {
    font-family: '../fonts/EBGaramondRegular';
    src: url('../fonts/EBGaramond-webfont.eot');
    src: url('../fonts/EBGaramond-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/EBGaramond-webfont.woff') format('woff'),
         url('../fonts/EBGaramond-webfont.ttf') format('truetype'),
         url('../fonts/EBGaramond-webfont.svg#EBGaramondRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: '../fonts/EBGaramondSC';
    src: url('../fonts/EBGaramondSC-webfont.eot');
    src: url('../fonts/EBGaramondSC-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/EBGaramondSC-webfont.woff') format('woff'),
         url('../fonts/EBGaramondSC-webfont.ttf') format('truetype'),
         url('../fonts/EBGaramondSC-webfont.svg#EBGaramondSC') format('svg');
    font-weight: normal;
    font-style: normal;
}

.sbContainer h1, .sbContainer h2, .sbContainer h3, .sbContainer h4, .sbContainer h5, .sbContainer h6 { 
    color: #78AC53;
    font-family: '../fonts/EBGaramondRegular', Times, serif;
    font-weight: 500;
    letter-spacing: 1px;
}
.sbContainer h1 { font-size: 32px; line-height: 40px; }
.sbContainer h2 { font-size: 28px; line-height: 36px; }
.sbContainer h3 { font-size: 24px; line-height: 32px; }
.sbContainer h4 { font-size: 20px; line-height: 28px; }
.sbContainer h5 { font-size: 18px; line-height: 26px; }
.sbContainer h6 { font-size: 16px; line-height: 24px; }

.sbContainer p { color:#271b06; font-size: 14px; }
.sbContainer ul, ol { color:#271b06; font-size: 14px; margin: 0; padding: 0; }
.sbContainer a { color:#78AC53; }
.sbContainer a:hover { color: #5F9637; cursor: pointer; }

blockquote { padding-left: 20px; }

#comp-flashText .sbContainer h1, #comp-flashText .sbContainer h2, #comp-flashText .sbContainer h3, #comp-flashText .sbContainer h4, #comp-flashText .sbContainer h5, #comp-flashText .sbContainer h6 { 
    color: #271b06;
    font-family: '../fonts/EBGaramondRegular', Times, serif;
    font-weight: 500;
    letter-spacing: 1px;
}