/* Custom */
@font-face {
    font-family: 'chalkboardregular';
    src: url('/custom/themes/default/fonts/chalkboard/chalkboard-webfont.eot');
    src: url('/custom/themes/default/fonts/chalkboard/chalkboard-webfont.eot?#iefix') format('embedded-opentype'),
         url('/custom/themes/default/fonts/chalkboard/chalkboard-webfont.woff2') format('woff2'),
         url('/custom/themes/default/fonts/chalkboard/chalkboard-webfont.woff') format('woff'),
         url('/custom/themes/default/fonts/chalkboard/chalkboard-webfont.ttf') format('truetype'),
         url('/custom/themes/default/fonts/chalkboard/chalkboard-webfont.svg#chalkboardregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


ol.breadcrumb li span.active{
color:#009BB5;
}

.category-content h2{
	margin-bottom:5px;
}