.card-1 {
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

button {
	font-family: Poppins;
	line-height: 1.5rem;
	outline: none;
}


.vertical-center {
	margin-bottom: 1.5rem;
}

.heading-icon {
	text-align: center;
	border: 2px solid #09b2e5;
	border-radius: 50%;
	height: 80px;
	width: 80px;
	margin-left: auto;
	margin-right: auto;
}

.heading-icon i {
	line-height: 80px;
	font-size: 40px;
	color: #09b3e5;
}

.ratings, .financials {
	margin-top: 40px;
}

.rating {
	margin-bottom: 28px;
}

.rating:before, .rating:after {
	display: table;
	content: " ";
}

.rating:after {
	clear: both;
}

.rating-label {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	width: 58.33333333%;
	float: left;
	
	font-family: Poppins;
}

.rating-heading {
	font-size: 16px;
	font-weight: 600;
}

.rating-subheading {
	font-size: 16px;
	font-weight: 400;
	color: #999;
}

.rating-text-score {
	text-align: center;
}

.financial-subheading {
	font-size: 16px;
	font-weight: 400;
	color: #999;
	line-height: 1.2em;
}

.rating-meter {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	width: 41.66666667%;
	float: left;
	
	text-align: center;
}

.rating-meter > span {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
}

.rating-meter-score {
	font-size: 13px;
	font-weight: 600;
	color: #09b3e5;
}

.rating-meter-scale {
	font-size: 14px;
	font-weight: 400;
	color: #999;
}

.rating-text-score {
	font-size: 13px;
	color: #999;
	font-weight: 600;
	line-height: 32px;
}

.financial-table {
	margin-top: 0;
	width: 100%;
}

.financial-table tr {
	border-bottom: 1px solid #f3f3f3;
}

.financial-table tr td {
	padding: 15px;
	vertical-align: middle;
}

.financial-table tr:first-child td {
	padding-top: 0px;
}

.financial-heading {
	font-size: 16px;
	font-weight: 600;
}

.financial-value {
	width: 30%;
	text-align: right;
}

.financial-value.good {
	color: #5dc199;
}

.financial-value.bad {
	color: #d26a5c;
}

.financial-label {
	font-size: 16px;
	font-weight: 400;
	color: #999;
	width: 70%;
}


/* Form Styling */
@media (min-width: 768px) {
	.form-group {
		display: block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	
	.form-control {
		display: block;
		vertical-align: middle;
		width: 400px;
	}
}

@media (max-width: 767px) {
	.form-group {
		width: 100%;
	}
}

.form-group {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

.form-group.margin-top-50 {
	margin-top: 50px;
}

.form-control {
	color: #646464;
	border: 1px solid #e6e6e6;
	border-radius: 3px;
	transition: all .15s ease-out;
	height: 60px;
	padding: 6px 12px;
	background-color: 3ffffff;
	background-image: none;
	line-height: 1.42857143;
	font-size: 16px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: Poppins
}