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

/* Mothodology */
.Methodology {
	background: url(../../module/methodology-icons/img/BgrBubble.svg) no-repeat center center #8bb431;
	background-size: cover;
	color: #FFF;
}

.Methodology .StickerBlock {
	position: relative;
	display: inline-block;
	width: 160px;
	height: auto;
	vertical-align: top;
	margin: 10px 10px;
	text-align: center;
	color: #FFF;
	font-size: 1.2em;
	font-weight: 600;
}


.Methodology .Sticker {
	display: table;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	background: #FFF;
	margin: 0 auto 10px auto;
}

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


.Methodology .Sticker:hover {
	background: rgba(255, 255, 255, 0.7);
	transition: background-color 300ms;
	}
	
	
.Methodology .Sticker img {
	max-width: 80%;
}

.Methodology .Sticker .Arrow {
	position: absolute;
	right:-22px;
	top:45px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 0 12px 18px;
	border-color: transparent transparent transparent rgba(255, 255, 255, 0.4);
}


@media (max-width: 480px)
{
.Methodology .StickerBlock {
	width: 100%;
	margin: 10px auto 20px auto;
}
}
	
	
