/*
#wrapperbkd div {
	background: #FFF;
}
*/


@media only screen and (max-width: 768px) {
	.leadershipcircleinformation {
		margin-top: 1em;
	}
}

.radioLabel a#questionCircleLCO, .radioLabel a#questionCircleLCO2 {
	display: inline-block;
	width: 27px;
	height: 21px;
	margin-left: 6px;
	text-indent: -9999px;
	background-image: url(/templates_smarty/redes_2012_responsive/lib/img/question.jpg);
	background-repeat: no-repeat;
	position: relative;
	top: -5px;
}

/* ==|== print styles ======================================================= */

/*@media only screen and (min-width: 768px) {*/
@media only screen and (min-width: 481px) {
	#support-mpr-h1 {
		text-indent: -9999px;
/*		position: absolute;
		top: 0;
		left: 25px;*/
		background: transparent url("/templates_smarty/redes_2012_responsive/children/CYE_2015_Drive/lib/img/CYE2016_lg.png") no-repeat;
		background-size: contain;
		height: 85px;
		width: 890px;
		margin-left: 1%;
		margin-bottom: -10px;
		max-width: 98%;
	}
/*	#donation-h2 {
		margin-top: -10px;
	}*/
}

/*@media only screen and (max-width: 767px) {*/
@media only screen and (max-width: 480px) {
		#support-mpr-h1 {
			text-indent: -9999px;
	/*		position: absolute;
			top: 0;
			left: 25px;*/
			background: transparent url("/templates_smarty/redes_2012_responsive/children/CYE_2015_Drive/lib/img/CYE2016_sm.png") no-repeat;
			background-size: contain;
			height: 68px;
			width: 485px;
			margin-left: 1%;
			margin-bottom: -10px;
			max-width: 98%;
		}

	.radioLabel span.blockMobile {
		display: block;
		line-height: 2em;
	}
}



/* Red buttons - Optimizely A/B test */
/*input.contribBtn2 {
	background-color: #ad1421;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e11e27), to(#ad1421));
	background-image: -webkit-linear-gradient(top, #e11e27, #ad1421);
	background-image: -moz-linear-gradient(top, #e11e27, #ad1421);
	background-image: -ms-linear-gradient(top, #e11e27, #ad1421);
	background-image: -o-linear-gradient(top, #e11e27, #ad1421);
	background: linear-gradient(90deg, #e11e27 0%, #ad1421 100%);
}*/


