
	#pageContainer { background-image: url('/resources/img/blue-map-background.jpg'); background-repeat: no-repeat; background-position: top center; }
	#pageContent { margin: 0 auto; padding-bottom: 200px; }

	#homePage_lede { margin-bottom: 70px; }
	#homePage_lede_text { font-size: 24pt; line-height: 1.25em; }
	#homePage_lede_text_mobile { font-size: 18pt; line-height: 1.25em; }
	.homePage_lede_buttons { font-size: 12pt; margin-top: 15px; }

	#homePage_stats_top { background-color: #636363; height: 25px; border-radius: 10px 10px 0px 0px; }
	#homePage_stats { background-color: #636363; text-align: center; text-transform: uppercase; padding-top: 25px; padding-bottom: 20px; }
	.homePage_stats_number { font-size: 32pt; color: #ffffff; padding-bottom: 15px; }
	a.homePageStats, a.homePageStats:visited { color: #ffffff; text-decoration: none; }
	a.homePageStats:active, a.homePageStats:hover { color: #dddddd; text-decoration: none; }
	.homePage_stats_label { font-size: 11pt; font-weight: bold; color: #a7a7a7; padding-bottom: 15px; }
	
	#homePage_description_text { background-color:  #ffffff; padding: 15px; padding-top: 50px; padding-bottom: 50px; border-left: 1px solid #dddddd; line-height: 2em; }
	#homePage_description_image { background-image: url('/resources/img/drone_flight.jpg'); background-repeat: no-repeat; background-position: top left; animation-name: move; animation-duration: 480s; animation-iteration-count: infinite; animation-timing-function: linear; overflow: hidden; padding-left: 0px; }
	@keyframes move { 0%, 100% { background-position: left; } 50% { background-position: right; } }

	#homePage_blog { background-color: #e2e2e2; padding-top: 50px; padding-bottom: 100px; }
	#homePage_blog_headline_title { font-size: 20pt; line-height: 1.25em; padding-bottom: 25px; }
	#homePage_blog_excerpt { line-height: 1.5em; padding-bottom: 15px; }
	#homePage_blog_title { font-size: 14pt; }
	#homePage_blog_more { text-align: center; }
