/* Alliance Plugins CSS */


blockquote cite {
	display: block;
	margin-top: 10px;
	font-style: normal;
	font-weight: bold;
}

/*** FEATURE BLOCKS ***/
.feature-block {
	background: #f9f9f9;
	border: 1px solid #eee;
	padding: 15px 20px;
	margin-bottom: 20px;
	border-radius: 3px;
}

.feature-block h3 {
	margin-top: 0;
	color: #333;
}

/*** DIVIDER ***/
.divider {
	height: 2px;
	background: #ddd;
	margin: 15px 0 20px 0;
	clear: both;
}

/*** CHECKLISTS ***/
.checklist {
	list-style: none;
	margin: 15px 0;
	padding: 0;
}

.checklist li {
	padding: 5px 0 5px 25px;
	background: url(../../images/check.png) no-repeat left center;
	line-height: 20px;
}

/*** COLUMNS ***/
.one_third {
	width: 30%;
	float: left;
	margin-right: 5%;
	margin-bottom: 20px;
}

.two_third {
	width: 65%;
	float: left;
	margin-bottom: 20px;
}

.three_third {
	width: 100%;
	clear: both;
	margin-bottom: 20px;
}

.one_third.last,
.two_third.last,
.three_third.last {
	margin-right: 0;
}

.one_fourth {
	width: 22%;
	float: left;
	margin-right: 4%;
	margin-bottom: 20px;
}

.two_fourth {
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 20px;
}

.three_fourth {
	width: 74%;
	float: left;
	margin-right: 4%;
	margin-bottom: 20px;
}

.one_fourth.last,
.two_fourth.last,
.three_fourth.last {
	margin-right: 0;
}

/* Title styling */
.top-title {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	margin-bottom: 15px;
	padding-bottom: 0;
}

.top-title.with-icon {
	padding-left: 30px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 24px 24px;
}


/*** SPACING UTILITIES ***/
.top10 { margin-top: 10px !important; }
.top20 { margin-top: 20px !important; }
.top30 { margin-top: 30px !important; }
.bottom15 { margin-bottom: 15px !important; }

/*** UTILITY CLASSES ***/
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
