.follow-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.follow-container .follow-button {
	align-items: center;
	text-decoration: none;
	background-color: #c6002b;
	border-radius: 17px/50%;
	border: none;
	display: flex;
	font-size: 16px;
	height: 34px;
	line-height: 26px;
	margin-bottom: 0;
	min-width: 34px;
	padding: 4px;
	transition: background-color 0.2s;
}
.follow-container .follow-button:hover {
	background-color: #555;
}
.follow-container .follow-button .plus {
	color: #fff;
	display: inline-block;
	font-size: 16px;
	line-height: 1;
	text-align: center;
	width: 26px;
}
.follow-container .follow-button .plus:before {
	content: '\002B';
}
.follow-container .follow-button .text {
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
	padding-right: 10px;
	vertical-align: middle;
}
.follow-container .follow-information {
	vertical-align: middle;
	flex-grow: 1;
}
.follow-container .follow-information .initial {
	padding: 0 5px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.6875em;
	line-height: 1.3636363636;
}
.follow-container .follow-information .logo {
	max-height: 23px;
	margin-left: -1px;
	margin-top: -3px;
	vertical-align: middle;
	display: inline;
}

