@charset "UTF-8";
/* CSS Document */

/* Events */

.HowToJoin {
	background: url(../../module/how-to-join/img/BgrHowToJoin.svg) no-repeat center center #cd694a;
	background-size: auto;
	color: #FFF;
}




.HowToJoin a {
	text-decoration: none;
}


.HowToJoin .StickerWrpper {
	display: inline-block;
	vertical-align: top;
	width: 200px;
	margin: 10px 10px;
}

.HowToJoin .Sticker {
	position: relative;
	display: table;
	width: 200px;
	height: 200px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	background: #FFF;
	text-align: center;
	margin: 0 0 15px 0;
	color: #cd694a;
	font-size: 1.6em;
	line-height: 1.1em;
	font-weight: 600;
}

.HowToJoin .StickerCenter {
	display: table-cell; 
	vertical-align: middle; 
	width: 100%; 
	position: static;
}


.HowToJoin .Sticker:hover {
	background: rgba(255, 255, 255, 0.7);
	transition: background-color 300ms;
	}
	
	
.HowToJoin .Sticker img {
	margin-bottom: 10px;
}

h3 {
	line-height: 1em;
	margin: 0;
}
