.sf_content {
line-height:21px;
}
.sf_pagetitle h1 {
font-size: 22px;
font-weight: bold;
}
.sf_main_header {
margin-bottom: 10px;
padding-left: 0px;
}
.sf_wrapper {
padding-top: 10px;
}
.sf_content h3, .sf_content h4, .sf_content h5, .sf_content h6 {
margin-top:0px;
margin-bottom:0px;
font-size:16px;
font-weight:bold;
color:#699b44;
}
.sf_content h2 { 
margin-top:0px;
margin-bottom:0px;
font-size:24px;
font-weight:bold;
color:#979fa5;
}
.callout {
	padding: 12px;
	border-radius: 8px;
	box-shadow: 3px 3px 3px #ccc;
	margin: 0 12px 12px;
}
ul.callout {
	padding-left: 2em;
}
.box1 {
	background-color: #EAFBFF;
}
.box2 {
	background-color: #7df481;
}

.inlineheader, .burst-container {
	display: inline-block;
	vertical-align: middle;
}

.burst-container,
.burst-container:before,
.burst-container:after,
.burst-container .burst,
.burst-container .burst:before,
.burst-container .burst:after {
	height: 8.5em;
	width: 8.5em;
	background: #3F82C0 url(uploads/burst-bg.png) top left no-repeat;
	background-size: 8.5em;
}

.burst-container:before,
.burst-container:after,
.burst-container .burst:before,
.burst-container .burst:after {
	content: "";
	position: absolute;
}

.burst-container {
	margin: 2.5em 2.5em 2.5em 6em;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	font-size: 8px;
}

.burst-container:before {
	top: 0;
	left: 0;
	-webkit-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

.burst-container:after {
	top: 0;
	left: 0;
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
}

.burst-container .burst {
	padding: .5em 0em;
	height: 7.5em; /* height minus padding */
	position: absolute;
	bottom: 0;
	right: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1; /* important so the text shows up */
}

.burst-container .burst:before {
	top: 0;
	left: 0;
	-webkit-transform: rotate(60deg);
	transform: rotate(60deg);
}

.burst-container .burst:after {
	top: 0;
	left: 0;
	-webkit-transform: rotate(75deg);
	transform: rotate(75deg);
}

.burst-container .burst span {
  position: relative;
  z-index: 100;
  display: block;
  text-align: center;
  color: white;
  font: 1.8em/1.4em Sans-Serif;
  text-transform: uppercase;
  margin-top: 0.75em;
  margin-left: -3px;
}

.burst-container .burst span.number {
  font-weight: bold;
  font-size: 2.5em;
  line-height: .9em;
  color: #fff;
}