.pageBanner h1 {
	font-family: 'Circular' !important;
	font-weight: bold !important;
}

.headline {
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #373737;
	margin-bottom: 30px;
	font-family: 'Circular';
}

.intro {
	padding-top: 40px;
}

.icon-container {
	padding: 50px 0;
}

.intro-icon {
	width: 120px;
	height: 120px;
	border-radius: 100%;
	background: #06bd0a;
	text-align: center;
	padding-top: 20px;
	margin: 0 auto 15px;
}

.intro-icon .intro-img {
	width: 80px;
}

.stand-out {
	background: #e2e2e2;
	padding: 50px 0;
}

.stand-out ul {
	list-style: none;
}

.stand-out li {
	position: relative;
	margin-bottom: 20px
}

.stand-out li .fa {
	position: absolute;
	left: -20px;
	top: 6px;
	color: #06bd0a;
}

.quote-container {
	background: #5f73ac;
	box-shadow: 0 20px 29px 0 rgba(95, 115, 172, .5);
	color: #FFF;
	padding: 30px;
}

.quote-container .quote-byline {
	padding-top: 20px;
	font-size: 16px;
}

.quote-container .quote-byline i {
	font-size: 15px;
}

.business {
	padding: 50px 0;
	background: #293b49;
	color: #FFF;
}

.business .headline {
	color: #FFF;
	margin-bottom: 50px;
}

.business i {
	font-weight: bold;
	color: #87a8c2;
	font-style: normal;
	font-family: 'Circular';
}

.table-data {
	padding: 50px 0;
}

.btn-blue-fill {
	background: #3c81ff;
	border-color: #3c81ff;
	color: #FFF;
}

.btn-blue-fill:hover {
	background: #06bd0a;
	border-color: #06bd0a;
	color: #FFF;
}

.table__wrapper {
  width: 100%;
  padding-bottom: 40px;
}

.table__wrapper .table {
  width: 100%;
  max-width: 100%;
}

/*.table tr th,
.table tr td {
  white-space: nowrap;
}*/

.battlecard-table {
	font-size: 17px;
}

.battlecard-table .fa {
	color: #5f73ac;
}

.battlecard-table th {
	font-size: 19px;
}

.pcm {
	color: #FFF;
	transform: scale(1.1,1.2);
	background: #06bd0a;
	box-shadow: 0 20px 29px 0 rgba(6, 189, 10, .5);
}

.pcm .fa {
	color: #FFF;
}

.testimonials {
	padding: 50px 0;
	background: #e2e2e2;
}

.testimonial-wrapper {
	background: #FFF;
	padding: 30px;
	box-shadow: 0 20px 29px 0 rgba(0,0,0,.25);
	min-height: 260px;
}

.testimonial-byline {
	font-size: 16px;
	text-align: right;
}

.no-more-tables .battlecard-table .fa-times {
	color: #b20a11;
}

@media (max-width: 991px) {
	.battlecard-table.desktop {
		font-size: 13px;
	}
	.battlecard-table.desktop th {
		font-size: 15px;
	}	
}