body {
	background-image: url(../images/home/page-bg.png);
}

#special-feature {
	width: 800px;
	overflow: hidden;
	margin: 20px;
	padding: 0 90px 30px;
	border-bottom: 1px solid #b0b0b0;
}
	#special-feature img {
		float: left;
		width: 250px;
		height: 150px;
		margin: 0 30px 0 0;
		padding: 0;
		border: 10px solid #e5e5e5;
	}
	#special-feature .text {
		float: left;
		width: auto;
		margin: 10px 0 0;
	}
	#special-feature .text.with-picture {
		width: 500px;
	}
		#special-feature .text h1 {
			margin: 0 0 5px;
			padding: 0;
			font: bold 20px/20px Arial, sans-serif;
			color: #f3d900;
		}
		#special-feature .text p {
			margin: 5px 0;
			padding: 0;
			font: normal 12px/16px Arial, sans-serif;
			color: #fff;
		}
			#special-feature .text p.action {
				margin-top: 12px;
				margin-bottom: 0;
			}
				#special-feature .text p.action a {
					font-weight: bold;
					color: #fff;
					text-decoration: none;
					text-transform: uppercase;
				}

#body #features {
	float: left;
	width: 600px;
	height: 550px;
	overflow-y: auto;
	margin: 0 40px;
	padding: 0;
}
	#features .feature {
		width: 580px;
		overflow: hidden;
		margin: 18px 0;
		padding: 18px 0 0;
		border-top: 1px solid #b0b0b0;
	}
		#features .feature.first {
			margin-top: 0;
			padding-top: 0;
			border-top: none;
		}
		#features .feature img.image {
			float: left;
			width: 210px;
			height: 120px;
			margin: 0 20px 0 0;
			padding: 0;
			border: 10px solid #e5e5e5;
		}
		#features .feature .text {
			float: left;
			width: 330px;
			margin: 10px 0 0;
		}
			#features .feature .text h1 {
				margin: 0 0 5px;
				padding: 0;
				font: bold 20px/20px Arial, sans-serif;
				color: #EA3A47;
			}
			#features .feature .text p {
				margin: 5px 0;
				padding: 0;
				font: normal 12px/16px Arial, sans-serif;
				color: #fff;
			}
				#features .feature .text p.action {
					margin-top: 12px;
					margin-bottom: 0;
				}
					#features .feature .text p.action a {
						font-weight: bold;
						color: #fff;
						text-decoration: none;
						text-transform: uppercase;
					}

#body #sidebar {
	float: left;
	width: 262px;
}

	#signal {
		width: 240px;
		height: 234px;
		margin: 0;
		padding: 11px;
		background: #e5e5e5;
	}
		#signal a {
			display: block;
			width: 240px;
			height: 72px;
			overflow: hidden;
			margin: 0;
			padding: 0;
			/* background: url(../images/home/signal.png) no-repeat; */
			background: #ccc;
			box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.5) inset;

			font-weight: 600;
			font-size: 20px;
			font-family: Arial, sans-serif;
			line-height: 72px;
			text-align: center;
			text-transform: uppercase;
			text-decoration: none;
			letter-spacing: 0.020em;
			color: #fff;
			transition: all 0.1s;
		}
		#signal a:hover {
			box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.4) inset;
		}
			#signal a.in-the-news {
				background: #9e151a;
				/* background-position: 0px 0px; */
			}
			#signal a.blog {
				margin-top: 9px;
				background: #ffe400;
				/* background-position: 0px -72px; */
				color: #444;
			}
			#signal a.newsroom {
				margin-top: 9px;
				background: #00a651;
				/* background-position: 0px -144px; */
			}

#donate {
		width: 262px;
		height: 258px;
		margin: 15px 0 0;
		padding: 22px 0 0;
		border-top: 1px solid #b0b0b0;
	}
		#donate a {
			display: block;
			width: 262px;
			height: 258px;
			overflow: hidden;
			background: url(../images/home/top_half_resize.jpg) no-repeat;
			line-height: 1000em;
		}


	#social {
		width: auto;
		height: 28px;
		overflow: hidden;
		margin: 25px 0 0;
	}
		#social a {
			display: block;
			float: left;
			width: 28px;
			height: 28px;
			overflow: hidden;
			margin: 0 18px 0 0;
			padding: 0;
			background: url(../images/home/social.png) no-repeat;
			line-height: 1000em;
		}
			#social a.twitter {
				background-position: 0px 0px;
			}
			#social a.facebook {
				background-position: -28px 0px;
			}
			#social a.youtube {
				background-position: -56px 0px;
			}
		}
			#social a.instagram {
				background-position: -84px 0px;
			}
	#calendar {
		width: 262px;
		margin: 15px 0 0;
		padding: 22px 0 0;
/*		border-top: 1px solid #b0b0b0;*/
	}
		#calendar a {
			display: block;
			width: 262px;
			height: 258px;
			overflow: hidden;
			/* background: url(../images/home/top_half_resize.jpg) no-repeat; */
			line-height: 1000em;
		}

#special-columns {
	border-bottom: 1px solid #b0b0b0;
	margin-bottom:30px;
	padding:0 70px 10px;
}
#special-columns .special-feature {
	width: 270px;
	overflow: hidden;
	margin: 20px;
	padding: 0 65px 0px;
	float:left;
}
#special-columns .special-feature img {
		float: none;
		width: 250px;
		height: 150px;
		margin: 0 30px 0 0;
		padding: 0;
		border: 10px solid #e5e5e5;
	}
#special-columns .special-feature .text {
		float: none;
		width: auto;
		margin: 10px 0 0;
	}
#special-columns .special-feature .text.with-picture {
		width: 270px;
	}
#special-columns .special-feature .text h1 {
			margin: 0 0 5px;
			padding: 0;
			font: bold 20px/20px Arial, sans-serif;
			color: #f3d900;
		}
#special-columns .special-feature .text p {
			margin: 5px 0;
			padding: 0;
			font: normal 12px/16px Arial, sans-serif;
			color: #fff;
		}
#special-columns .special-feature .text p.action {
				margin-top: 12px;
				margin-bottom: 0;
			}
#special-columns .special-feature .text p.action a {
					font-weight: bold;
					color: #fff;
					text-decoration: none;
					text-transform: uppercase;
				}
#special-columns:after {
    content: '';
    display: block;
    clear: both;
	}

#special-columns.ovr-col-3 {
	padding:6px 30px 10px;
}
#special-columns.ovr-col-3 .special-feature {
	overflow: initial;
	width: 280px;
	padding:0 20px 10px;
margin:0;
}
#special-columns.ovr-col-3 .special-feature img {
margin:0;
}





/* AZ: links block on the homepage */
.home-links {
	width: 880px;
	/*background-color: #ffffff;*/
	/*border-bottom: 6px solid #ee1c24;*/
	margin: 10px 20px 30px;
	/*box-shadow: 0px 10px 13px #222;*/
	padding: 20px 50px;
	margin: 10px 20px 75px 20px;
	color: #ffffff;
}

.home-links ul {
	list-style: none;
	padding: 0px;
	marker: 0px;
	text-align: center;
	line-height: 30px;
}
.home-links ul li {
	display: inline-block;
}
.home-links h1 {
	color: #f3d900 ;
	font-family: arial;
	font-size: 33px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.home-links a {
	font-family: arial;
	font-weight: bold;
	color: #ffffff;
	font-size: 16px;
	text-transform: uppercase;
}
.social {
	font-family: arial;
	font-weight: bold;
	color:#000000;
	font-size: 20px;
	background-image: url(/assets/images/home/social-icons-background.png?2);
	background-size:     cover;
	background-repeat:   no-repeat;
	background-position: center center;

}
.odo-title {margin-top:15px;}
.count-up-clock {
	background-image: url(/assets/images/home/counter-background.png) !important;
	background-size: 100% 100%;
	height:111px !important;
	width:700px !important;
	}
.social {
	text-align: center;
	width: 600px;
	margin: 0 auto;
	margin-bottom: -40px;
}

.social img {
	vertical-align: middle;
	width: 50px;
}

.social ul {
	display: inline-block;
}


.social.count-up-clock {
	display: block;
	padding-top: 14px;
}
.count-up-clock ul {
    display: inline-block;
    margin-top: 7px;
    margin-bottom: 17px;
}

.count-up-clock ul li {
	background: black;
	color: #f3d900;
	width: 24px;
}