/*--Yellow/Green--*/
.bc-yellowgreen {}

.bc-yellowgreen h1,
.b-contentblock .bc-yellowgreen h1 {color: #BCD800;}


.bc-yellowgreen h2 {color: #BCD800;}


.bc-yellowgreen h3 {color: #fff;}
.bc-yellowgreen h4 {color: #fff;}
.bc-yellowgreen h5 {color: #BCD800;}
.bc-yellowgreen .hilite h5 {color: #fff; text-transform: none;}
.bc-yellowgreen p {color: #fff;}
.bc-yellowgreen p.lead {color: #BCD800;}
.bc-yellowgreen a {color: #BCD800; text-decoration: underline;}
.bc-yellowgreen a:hover {color: #fff; text-decoration: underline;}
.bc-yellowgreen li:before {color: #BCD800;}

.bc-yellowgreen .btn-default {
	border-radius: 0;
	color: #000;
	background: #BCD800;
	font-size: 0.8em;
	margin: 0 0 8px 0;}

.bc-yellowgreen .btn-default:hover {
	background: #BCD800;
	color: #000;
}

.bc-yellowgreen .btn-primary {
	border-radius: 0;
	color: #000;
	background: #BCD800;
	font-size: 0.8em;
	margin: 0 0 8px 0;
}

.bc-yellowgreen .btn-primary:hover {
	background: #BCD800;
	color: #000;
}

.bc-yellowgreen .bblock-icon {
	background: #BCD800;
}

.bc-yellowgreen .bblock-icon.blue2 {
	color: #BCD800;
}

.bc-yellowgreen .hilite {
	background: #BCD800
}

.b-contentblock.bc-yellowgreen h3.ib span {
	color: #BCD800 !important;
}

.bc-yellowgreen sup {
	color: #BCD800;
}