._bg_overlay.grey {
	background-color: rgba(78, 76, 76, 0.72);
}
.trial-signup__container {
	background: #fff;
	padding: 25px;
	margin: 25px auto;
	max-width: 400px;
}
.trial-signup__container h2 {
	margin: 0 0 25px 0;
}
.trial-signup__container input.form-control {
	height: 44px;
	display: block;
	float: none;
	font-size: 16px;
}
.trial-signup__container .btn {
	margin-top: 10px;
}
.trial-header__container {
	margin: 25px 0;
	padding: 25px 0;
	color: #fff;
}
.trial-header__container h1 {
	margin-top: 0px;
}
.trial-header__list .trial-header__list--item {
	color: #fff;
	background: transparent;
	border: none;
	padding-left: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}
.trial-header__list .trial-header__list--item i.fa,
.trial-header__list .trial-header__list--item i.fas {
    width: 30px;
    text-align: center;
    font-size: 18px;
}

/* customer reviews */
.customer-review {
	background-color: #f5f5f5;
	padding: 15px;
	margin-bottom: 15px;
}
.customer-review .logo-container {
	height: 100px;
}
@media(min-width: 992px) {
	.customer-review .logo-container {
		height: 60px;
	}
}
@media(min-width: 1200px) {
	.customer-review .logo-container {
		height: 75px;
	}
}
.customer-review .star-rating {
	color: #FFCC00;
    line-height: 100px;
    font-size: 24px;
    text-align: center;
}
@media(min-width: 768px) {
	.customer-review .star-rating {
	    line-height: 60px;
	}
}
@media(min-width: 992px) {
	.customer-review .star-rating {
	    text-align: left;
	    font-size: 20px;
	}
}
@media(min-width: 1200px) {
	.customer-review .star-rating {
	    font-size: 24px;
	    line-height: 75px;
	}
}
.customer-review .customer-review__content {
	margin-top: 15px;
	margin-bottom: 10px;
	text-align: center;
}
@media(min-width: 768px) {
	.customer-review .customer-review__content {
		text-align: left;
	}
}
.customer-review .customer-review__source {
	text-align: right;
	font-size: 14px;
	font-style: italic;
	color: #736F6F;
}