/* Text Styles Half Left */
.content-panel .half-left {
	width: 48%;
	float: left;
	clear: left;
}

@media screen and (max-width: 900px) {
	.content-panel .half-left {
		width: 100%;
		float: none;
		clear: both;
	}
}
/* End Text Styles Half Left */

/* Text Styles Half Right */
.content-panel .half-right {
	width: 48%;
	float: right;
	clear: right;
}

@media screen and (max-width: 900px) {
	.content-panel .half-right {
		width: 100%;
		float: none;
		clear: both;
	}
}
/* End Text Styles Half Right */

/* Text Styles Third */
.content-panel .third {
	width: 32.3%;
	display: inline-block;
	vertical-align: top;
}

@media screen and (max-width: 900px) {
	.content-panel .third {
		width: 100%;
		display: block;
		text-align: center;
	}
}
/* End Text Styles Third */

/* Bullet List Half */
ul.bullet-list-half li {
	position: relative;
	margin: 1%;
	list-style: none;
	width: 48%;
}

ul.bullet-list-half li:last-child {
	margin-bottom: .5em;
}

ul.bullet-list-half li h5, ul.bullet-list-fancy li p {
	margin: 0;
	font-size: 1em;
}
/* End Bullet List Half */

/* Responsive @ 900px */
@media screen and (max-width: 900px) {
	ul.bullet-list-fancy li {
		width: 100%;
	}
}
/* End Responsive @ 900px */
