/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Structure Elements CSS Rules Start                                                                 */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.pageBreak {
	height: 0px;
	clear: both;
	margin-bottom: 27px;
	border-top: 3px solid #f0f0f0;
}
.pageBreakBottom {
	height: 0px;
	clear: both;
	border-top: 3px solid #f0f0f0;
}
.pageBreakBoth {
	height: 27px;
	clear: both;
	margin-bottom: 27px;
	border-bottom: 3px solid #f0f0f0;
}
.textBreak {
	height: 4px;
	clear: both;
	margin-bottom: 27px;
	border-bottom: 3px solid #f0f0f0;
}
.textBreakBoth {
	height: 4px;
	clear: both;
	margin-bottom: 23px;
	border-bottom: 3px solid #f0f0f0;
}
.textBreakBottom {
	height: 0px;
	clear: both;
	margin-bottom: 23px;
	border-top: 3px solid #f0f0f0;
}
.pageSpacer {
	height: 4px;
	background: none;
	clear: both;
	width: 100%;
}
.sectionBreak {
	height: 0px;
	clear: both;
	margin-bottom: 36px;
	border-top: 3px solid #f0f0f0;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Structure Elements CSS Rules End                                                                   */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/



/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Elements CSS Rules Start                                                                           */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.quoteWrapper {
	margin-bottom: 27px;
}
.quoteWrapper > .quoteAvatar {
	margin-right: 12px;
	float: left;
	height: 54px;
	width: 54px;
	border: 3px solid #f0f0f0;
}
.quoteWrapper > .quoteAvatar:hover {
}
.quoteWrapper > blockquote {
	background: none;
	border-left: 3px solid #f0f0f0;
	padding-left: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	font-style: italic;
	margin-bottom: 0px;
}
.quoteWrapper > blockquote cite {
	clear: both;
	color: #999;
	font-weight: bold;
}
blockquote {
	background: url(../images/common/quoteBg.png) 0 0 no-repeat;
	padding-left: 28px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-style: italic;
	margin-bottom: 23px;
}
.blockquote cite {
	clear: both;
	color: #999;
	font-weight: bold;
}
.columnWrapper {
	margin-bottom: 27px;
}
.columnWrapper > *:last-child {
	margin-bottom: 0px;
}

.lastColumn {
	margin-right: 0px;
}
.testimonialsSectionWrapper {
	margin-bottom: 0px;
}
.buttonWrapper {
	height: 16px;
	width: 100%;

	padding: 4px;
	padding-right: 9px;
	padding-left: 9px;
	color: #fff;
	display: inline-block;
	background-position: 9px center;
	background-repeat: no-repeat;
}
.buttonWrapper:hover {
	text-decoration: none;
}
.buttonMarginRight {
	margin-right: 24px;
}
.buttonDefault, input.buttonDefault {
	background-color: #333;
}
.buttonBlue, input.buttonBlue {
	background-color: #4baad3;
}
.buttonBlue:hover {
}

.buttonArrowRight {
	background-image: url(../images/icons/smallIcons/16/2/iconArrowRightBg16.png);
	padding-left: 34px;
}

.largeImage {
	border: 3px solid #f0f0f0;
	margin-bottom: 23px;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.iconWrapper {
	min-height: 16px;
	padding-left: 25px;
	background-position: left center;
	background-repeat: no-repeat;
}
.singleIconWrapper {
	padding-left: 16px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-position: left center;
	background-repeat: no-repeat;
	display: inline;
}
.singleIconText {
	padding-left: 28px;
}

.iconArrowRightLight {
	background-image: url(../images/icons/smallIcons/16/1/iconArrowRightBg16.png);
}


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*//////////////////// Elements CSS Rules End                                                                             */
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
