.hormones-link {
	max-width: 225px;
	float: right;
	margin-left: 15px;
}



.clickme-widget--women {
	background-image: url("../../img/clickhere_women.png");
	background-position: left bottom;
	padding-left: 130px !important;
}

.clickme-widget--men {
	background-image: url("../../img/clickhere_men.png");
	background-position: right bottom;
	padding-right: 130px;
}

.clickme-widget {
	background-repeat: no-repeat;
	height: 136px;
	min-width: 180px;
	background-color: #144477;
	padding: 10px;
	padding-left: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #e6ecf1;
	text-decoration: none;
	font-size: 13px;
	line-height: 150%;
	font-weight: 600;
	letter-spacing: .5px;
	margin-bottom: 10px;
}

.clickme-widget {
	color: #e6ecf1 !important;
	font-size: 13px;
	line-height: 150%;
	font-weight: 600;
	letter-spacing: .5px;
}

.clickme-widget span:last-child {
	display: block;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 10px;
	margin-top: 10px;
}

.click-here {
	background-image: url("../../img/simb_click.png");
	background-position: right;
	background-repeat: no-repeat;
	width: 80px;
}