/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0; 
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	word-wrap: break-word;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	margin-left: 1em;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	page: '';
	page: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th, table td
{
	vertical-align: middle;
}
table td img
{
	vertical-align: top;
}
a {
	text-decoration: none;
	color: #ffffff;
}
a:hover { text-decoration: none; }
.clear{ clear: both;}
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;}
/* End hide from IE Mac */
html, body {
	height: 100%;
}
/*  default basic input button styling  */
input[type="button"],
.button
{
	color: #4C4C4C;
	text-shadow: 1px 1px 1px #ffffff;
	filter: dropshadow(color=#ffffff, offx=1, offy=1);
	border-bottom: 1px solid #4d4d4d;
	border-top: 1px solid #ffffff;
	font: bold 11px Arial;
	padding: 5px 6px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #454141;
}
/*  general  */
.fleft { float:left; }
.fright { float:right; }
.text_left { text-align: left; }
.text_right { text-align: right; }
.text_center { text-align: center; }
@font-face
{
	font-family: HelveticaRounded;
 	src: url('../fonts/HelveticaNeueLTStd-Roman.otf');
}
@font-face
{
	font-family: HelveticaRoundedBold;
 	src: url('../fonts/HelveticaRoundedLTStd-Bd.otf');
}
@font-face
{
	font-family: MuseoSans100;
 	src: url('../fonts/MuseoSans100.otf');
}
@font-face
{
	font-family: MuseoSans500;
 	src: url('../fonts/MuseoSans500.otf');
}
@font-face
{
	font-family: MuseoSans700;
 	src: url('../fonts/MuseoSans700.otf');
}
@font-face
{
	font-family: FoobarPro;
 	src: url('../fonts/FoobarPro.otf');
}
#container
{
	max-width: 1020px;
	min-width: 440px;
	margin: 0 auto;
}
.rainwater_harvest
{
	background: url(../images/mountain.jpg) no-repeat 0 -35px;
	font-family: HelveticaRounded;
}
#top_menu
{
	position: fixed;
	top: 0;
	z-index: 999;
	width: 1020px;
	min-width: 440px;
	max-width: 100%;
	height: 36px;
	padding: 7px 0;
}
.rainwater_harvest #top_menu
{
	background-color: rgb(0, 0, 0);
	/* RGBa with 0.6 opacity */
	background-color: rgba(0, 0, 0, 0.6);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
}
.rainwater_harvest .columns #arrow_top
{
	background: url(../images/white_arrow_top.png) no-repeat;
}
.row .orange_text
{
	color: #f5842f;
}
#top_menu ul
{
	list-style-type: none;
}
#top_menu ul li 
{
	font-family: HelveticaRoundedBold;
	float: left;
	margin: 0 2%;
}
#top_menu ul li a 
{
	padding: 4px 0;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	display: block;
}
#top_menu ul li a:hover
{
	color: #f8b133;
}
#top_menu a#twitter_icon
{
	margin: 0 2%;
	width: 30px;
	height: 25px;
	display: inline-block;
	background-image: url(../images/twitter_icon.png);
	background-position: 0 0;
}
#top_menu a#fb_icon
{
	width: 14px;
	height: 28px;
	display: inline-block;
	background-image: url(../images/facebook_icon.png);
	background-position: 0 0;
}
#top_menu a#twitter_icon:hover,
#top_menu a#fb_icon:hover
{
	background-position: 100% 0;
}
#header_wrapper
{
	min-height: 335px;	
}
.row
{
	padding: 20px 3%;	
	overflow: hidden;
}
.row h1
{
	color: #ffffff;
	font-size: 22pt;
	font-family: HelveticaRoundedBold;
}
.uppercase
{
	text-transform: uppercase;
}
.row h2
{
	color: #ffffff;
	font-size: 20pt;
	font-family: HelveticaRoundedBold;
}
.row h2.title
{
	margin-bottom: 20px;
	font-family: HelveticaRoundedBold;
	letter-spacing: 1pt;
}
.row h3
{
	font-family: HelveticaRoundedBold;
	font-size: 17pt;
}
.row h4
{
	font-family: HelveticaRoundedBold;
	font-size: 13pt;
}
.row h3.subtitle
{
	padding: 2px;
	font-size: 12pt;
	background: #bdbfbf;
	width: 200px;
	text-align: center;
	border-radius: 4px;
}
.row p
{
	margin: 10px 0;
	font-size: 11pt;
}
.row ul
{
	font-size: 11pt;
}
.header_title
{
	background-color: rgba(0, 0, 0, 0.4);
	margin: 85px 3% 30px 4%;
	padding: 15px 1%;
	line-height: 23pt;
	font-size: 21pt;
	text-transform: uppercase;
	color: #ffffff;
	font-family: HelveticaRoundedBold;
	width: 26%;
}
.header_desc
{
	background-color: rgba(0, 0, 0, 0.4);
	margin: 75px 3% 30px;
	padding: 15px 1%;
	line-height: 13pt;
	font-size: 10pt;
	color: #ffffff;
	font-family: HelveticaRounded;
	width: 45%;
}
a.find_out_btn
{
	color: #f6b245;
	display: block;
	font-family: HelveticaRoundedBold;
	font-size: 15pt;
	margin: 5% 0 1%;
}
.description_block
{
	background: url(../images/blue_arrow_down_bg.png) no-repeat top;
	padding-top: 30px;
}
.large_text
{
	display: block;
	font-size: 48pt;
}
.rain_tool_text
{
	width: 40%;
	color: #2e578c;
	font-size: 23pt;
	text-transform: uppercase;
	color: #2e578c;
	line-height: 35pt;
	margin-top: 15px;
	font-family: HelveticaRoundedBold;
}
.rain_tool_desc
{
	width: 60%;
	font-size: 15pt;
	color: #2e578c;
	line-height: 13pt;
	font-family: HelveticaRoundedBold;
}
.dashed_line
{
	width: 100%;
	border-top: 3px dashed #2e578c;
	height: 1px;
}
.water_needs_result
{
	background: url(../images/leaf2_bg.jpg) no-repeat;
	padding: 10px 0.5% !important;
	display: none;
}
.visible
{
	display: block !important;
}
.water_needs_result h1
{
	color: #ffffff !important;
}
.water_needs_result .static_popupbox
{
	background: url(../images/popupbox.png) no-repeat;
	width: 401px;
	height: 103px;
	padding: 15px;
	position: relative;
	top: 0;
	margin: 0 auto;
	color: #ffffff;
}
.row .subrow
{
	border-bottom: 1px solid #f6b245;
	padding: 20px 0;
	clear: both;
	overflow: hidden;
}
.row .subrow .centerblock
{
	margin: 0 auto;
	width: 35%;
	color: #2e578c;
}
.row .subrow .centerblock img
{
	float: left;
}
.row .subrow .centerblock .title
{
	font-size: 17pt;
	text-align: center;
}
.row .subrow .centerblock .desc
{
	font-size: 17pt;
	text-align: center;
}
.row_blue
{
	background: #2e578c;
	color: #ffffff;
}
.row_gray
{
	background: #d1d4d4;
	color: #ffffff;
}
.row_yellow
{
	background: #f6b245;
	color: #2e578a;
}
.row_orange
{
	background: #f17a31;
	color: #ffffff;
}
.row_lightblue
{
	background: #219dcb;
	color: #ffffff;
}
.row_navy
{
	background: #0c1a2b;
	color: #ffffff;
}
.row #footer
{
	text-align: center;
	font-size: 11pt;
	margin: 0 auto;
	font-family: HelveticaRounded;
}
.row #footer .social_icons
{
	width: 76%;
	margin: 0 auto 10px;
}
.row #footer .social_icons a:first-child
{
	margin-right: 7%;
}
.row #footer .social_icons a
{
	text-indent: -999em;
	width: 114px;
	height: 59px;
	background-position: 0 0;
	display: inline-block;
}
.row #footer .social_icons a:hover
{
	background-position: 100% 0;
}
.columns
{
	padding: 20px 0;
}
.column5 h3
{
	color: #2e578c;	
	font-family: HelveticaRoundedBold;
}
#techniques .text .text_block
{
	color: #2e578c;	
	padding: 20px 0 0 0;
	margin: 0;
	width: 100%;
	display: none;
	overflow: hidden;
	background: #ffffff;
}
#techniques .text .text_block a
{
	color: #f6b245;
}
.columns #arrow_top
{
	height: 28px;
	width: 57px;
	position: absolute;
	top: -28px;
	left: 0;
	z-index: 0;
}
.columns .text .text_block:first-child
{
	display: block;
}
.columns .text 
{
	position: relative;
	clear: both;
}
#techniques .text .text_block .picture_thumb
{
	margin: 0 6% 0 9%;
}
#techniques h2
{
	margin: 0 0 10px 2.4%;
}	
#techniques .column:first-child
{
	background: url(../images/breadcrumb_s.png) no-repeat;
	width: 170px;
	margin-left: 2.4%;
}
#techniques .column
{
	padding: 15px 20px;
	width: 165px;
	height: 59px;
	color: #2e578c;
	font-family: HelveticaRoundedBold;
	font-size: 13pt;
	background: url(../images/breadcrumb_m.png) no-repeat;
	float: left;
	margin: 0 0 0 -12px;
	text-align: center;
	cursor: pointer;
	position: relative;
	z-index: 1;
}
#techniques .column.active,
#techniques .column:hover
{
	color: #ffffff;
}
#broader_context
{
	padding: 0;
}
#broader_context .column:first-child
{
	margin-left: 3%;
}
#broader_context .column
{
	width: /*190px*/ 19%;
	height: 234px;
	font-family: HelveticaRoundedBold;
	float: left;
	text-align: center;
	cursor: pointer;
}
#broader_context .column #landscape_circle
{
	background: url(../images/landscape_circle.png);
}
#broader_context .column #water_circle
{
	background: url(../images/water_circle.png);
}
#broader_context .column #social_circle
{
	background: url(../images/social_circle.png);
}
#broader_context .column #multistak_circle
{
	background: url(../images/multistak_circle.png);
}
#broader_context .column #finance_circle
{
	background: url(../images/finance_circle.png);
}
#broader_context .circle_img
{
	width: 147px;
	height: 147px;
	display: block;
	margin: 0 auto 5px;
}
#broader_context .column .circle_img:hover 
{
	background-position: 100% 0 !important;
}
#broader_context .active .circle_img
{
	background-position: 100% 0;
}
#broader_context .text
{
	color: #2e578c;	
	margin: 0;
	width: 100%;
	background: #ffffff;
}
#broader_context .text .text_block
{
	margin: 0 auto;
	padding: 20px 0;
	width: 50%;
	display: none;
}
#broader_context .text .text_block a
{
	color: #f6b245;
}
#broader_context .text .text_block h3
{
	color: #2e578c;
}
#broader_context .text .close_btn
{
	text-indent: -999em;
	position: absolute;
	top: 15px;
	right: 30px;
	cursor: pointer;
	display: inline-block;
	width: 42px;
	height: 42px;
	background-image: url(../images/close_btn.png);
	background-position: 0 0;
}
#broader_context .text .close_btn:hover
{
	background-position: 100% 0;
}
.row .contactus_btn
{
	display: block;
	background-image: url(../images/contactus_btn.png);
	background-position: 0 0;
	width: 309px;
	height: 37px;
	padding: 25px 0;
	margin: 50px auto 30px;
	font-family: HelveticaRoundedBold;
	text-transform: uppercase;
	font-size: 26pt;
	color: #ffffff;
	text-align:center;
}
.row .contactus_btn:hover
{
	background-position: 100% 0;
}
.questionary .arrow_left,
.questionary .arrow_right
{
	position: absolute;
	top: 43%;
	z-index: 99;
	cursor: pointer;
}
.questionary .arrow_left
{
	left: 1%;
}
.questionary .arrow_right
{
	right: 1%;
}
/*.row .slide_toggle
{
	margin: 30px 0 30px 60px;
	overflow: hidden;
	border: 1px solid red;
	cursor: pointer;
}
.row .slide_toggle p
{
	display: none;
}
.row .arrow_toggle
{
	width: 15px;
	height: 27px;
	background: url(../images/arrow_close.png) no-repeat;
	float: left;
	margin: 0 20px;
}*/
.questionary .slider
{
	overflow: hidden;
	width: inherit;
	position: relative;
}
.questionary .slider .slider_list
{
	position: absolute;
	width: 2000%;
}
.questionary .arrow_left
{
	display: none;
}
.questionary .arrow_left,
.questionary .arrow_right
{
	position: absolute;
	top: 25%;
	z-index: 99;
	cursor: pointer;
}
.questionary .questions
{
	padding: 0 0.5%;
	width: 4%;
	float: left;
}
.questionary .questions inlinepopupbox
{
	color: #f6b245;
	cursor: pointer;
}
#questionary1 
{
	padding: 20px 0;
	position: relative;
	overflow: visible;
}
#questionary1 .slider
{
	height: 120px;
}
#questionary2
{
	padding: 20px 0;
	position: relative;
	overflow: visible;
}
#questionary2 .slider
{
	height: 157px;
}
.inline_link_popup_box:before
{
	width: 40px;
	height: 20px;
	background: url(../images/yellow_arrow_top.png) no-repeat;
	content: "";
	position: absolute;
	top: -20px;	
	left: 42%;
}
.inline_link_popup_box
{
	font-size: 10pt;
	color: #f6b245;
	position: absolute;
	background: #f6b245;
	color: #2e578c;
	padding: 18px;
	width: 350px;
	border-radius: 3px;
	box-shadow: 0 1px 5px -2px #000000;
	z-index: 888;
}
.inline_link_popup_box .close_btn
{
	text-indent: -999em;
	position: absolute;
	top: 6px;
	right: 6px;
	cursor: pointer;
	display: inline-block;
	width: 18px;
	height: 18px;
	background-image: url(../images/close_small_white_btn.png);
	background-position: 0 0;
}
.inline_link_popup_box .close_btn:hover
{
	background-position: 100% 0;
}
.inline_link_popup_box ul li
{
	font-size: 10pt;
}
.questionary .questions input
{
	color: #f6b245;
	font-size: 14pt;
	background: #4d4d4d;
	border-radius: 3px;
	border: none;
	display: inline-block;
	width: 88px;
	padding: 4px 57px 5px 7px;
}
.questionary .questions input.rd_options
{
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	height: 1px;
	width: 1px;
	padding: 0;
	margin: -1px;
	border: 0;
}
.questionary .questions input.rd_options+label
{
	height: 18px;
	background-repeat: no-repeat;
	background-position: 0 0;
	padding-left: 23px;
	margin-right: 25px;
	font-size: 18px;
	vertical-align: middle;
	display: inline-block;
	cursor: pointer;
}
.questionary .questions input.rd_options:checked+label
{
	background-position: 0 -18px;
}
.questionary .questions .lb_options
{
	background-image: url(../images/checkbox_custom.png);
}
.questionary .questions .label_in
{
	margin-left: -53px;
	color: #f6b245;
	font-size: 13pt;
	position: relative;
	top: -1px;
}
.questionary .questions a
{
	color: #F6B245;
}
.questionary .questions h1
{
	color: #f6b245;
	font-size: 23pt;
	text-transform: uppercase;
	font-family: HelveticaRoundedBold;
	text-align: center;
}
.questionary .questions h4
{
	color: #2e578c;
	text-align: center;
}
.questionary .questions p
{
	text-align: center;
	color: #2e578c;
	font-family: HelveticaRoundedBold;
}
.questionary .questions p.footnote
{
	font-size: 9pt;
	bottom: 5px;
	font-size: 9pt;
	position: absolute;
	width: inherit;
}
.questionary .questions .result_field
{
	border: 1px solid #f6b245;
	border-radius: 3px;
	color: #2e578c;
	font-size: 18pt;
	background: #fff;
	padding: 7px 15px 1px;
	display: inline-block;
	margin-top: -3px;
}
.questionary .nav_circle_thumbs 
{
	display:inline-block;
	position:relative;
	left:50%;
	bottom:-8px;
}
.questionary .nav_circle_thumbs ul
{
	list-style-type: none;
	position:relative;
	left:-50%;
}
.questionary .nav_circle_thumbs ul li
{
	width: 15px;
	height: 14px;
	background-image: url(../images/circle_i.png);
	background-position: 0 0;
	float: left;
	margin: 0 3px;
	cursor: pointer;
}
.questionary .nav_circle_thumbs ul li.active
{
	background-position: 100% 0;
}	
.inner_blue_arrow
{
	background-image: url(../images/blue_arrow_down_bg.png);
	height: 30px;
	width: 100%;
	position: absolute;
	bottom: 0;
	background-size: cover;
  	-moz-background-size: cover;  /* Firefox 3.6 */
  	background-position: center;  /* Internet Explorer 7/8 */
}	
.row p.intro
{
	margin: 10px 0 0;
}
.row p.fulltext
{
	display: none;
}


/* river catchment */
.river_catchment 
{
	background: none;
	font-family: MuseoSans500;
}
.river_catchment a { text-decoration: none; color: #f47b20; }
.river_catchment #top_menu
{
	background-color: #f47b20;
}
.river_catchment #top_menu ul li
{
	margin: 0 6%;
	font-family: MuseoSans500;
	font-size: 13pt;
}
.river_catchment #top_menu ul li a:hover
{
	color: #219dcb;
}
.river_catchment #top_menu a#twitter_icon
{
	margin: 0 3% 0 4%;
	background-image: url(../images/twitter_blue_icon.png);
}
.river_catchment #top_menu a#fb_icon
{
	background-image: url(../images/facebook_blue_icon.png);
}
.river_catchment .row h2.title
{
	font-family: FoobarPro;
}
.river_catchment #landscape
{
	background: url(../images/landscape.jpg) no-repeat top;
	height: 680px;
	position: relative;
	overflow: visible;
}
.river_catchment #landscape h2
{
	text-transform: uppercase;
	margin-top: 30px;
	text-align :center;
}
.river_catchment .row .arrow_top_popup_box
{
	content: '';
	background: url(../images/arrow_top_popupbox.png);
	width: 40px;
	height: 21px;
	position: absolute;
	top: -21px;
	margin-left: -21px;
}
.river_catchment .row .arrow_left_popup_box:before
{
	content: '';
	background: url(../images/arrow_left_popupbox.png);
	width: 21px;
	height: 40px;
	position: absolute;
	left: -21px;
	top: 50px;
}
.river_catchment .row .arrow_right_popup_box:after
{
	content: '';
	background: url(../images/arrow_right_popupbox.png);
	width: 21px;
	height: 40px;
	position: absolute;
	right: -21px;
	top: 50px;
}
.river_catchment .row .popup_box 
{
	background: none repeat scroll 0 0 #f2f2f2;
	border-radius: 5px;
	width: 460px;
	box-shadow: 2px 5px 11px -4px #444;
	padding: 15px;
	position: absolute;
	text-align: left;
	z-index: 999;
	display: none;
	border: 2px solid #ffffff;
	cursor: auto;
}
.river_catchment .popup_box .close_btn
{
	text-indent: -999em;
	position: absolute;
	top: 15px;
	right: 20px;
	cursor: pointer;
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(../images/close_small_blue_btn.png);
	background-position: 0 0;
}
.river_catchment .popup_box .close_btn:hover
{
	background-position: 100% 0;
}
.river_catchment  .row .popup_box .title 
{
	color: #f47b20;
	display: block;
	font-family: MuseoSans700;
	margin-bottom: 10px;
}
.river_catchment  .row .popup_box .text
{
	color: #219dcb;
	display: block;
	font-size: 11pt;
}
.river_catchment .row .hotspot
{
	position: absolute;
	cursor: pointer;
	background-position: 0 0;
}
.river_catchment .row .hotspot:hover
{
	background-position: 100% 0 !important;
}	
.river_catchment #waterSteps
{
	background: #2e578c url(../images/waterSteps_bg.png) no-repeat top;
	padding-top: 40px;
        padding-bottom: 5px; // Remove this for "Read some valuable..."
}
.river_catchment #waterSteps h2
{
 	font-family: FoobarPro;
}
.river_catchment #waterSteps h4
{
 	font-family: MuseoSans500;
}
.river_catchment #waterSteps .step_blocks
{
	width: 28.5%;
	min-height: 350px;
	padding: 2% 2% 0 2%;
	float: left;
	background: rgba(255, 255, 255, 0.8);
	border-top-right-radius:2em;
	border-top-left-radius:2em;
	border-bottom-right-radius:2em;
	margin: 20px 0 5px 0;
}
.river_catchment #waterSteps .step_blocks h4
{
	color: #f47b20;
	font-size: 12pt;
	font-family: MuseoSans700;
}
.river_catchment #waterSteps .step_blocks p
{
	color: #219dcb;
	font-size: 10pt;
	font-family: MuseoSans500;
}
.river_catchment #waterSteps p.clear
{
	font-family: MuseoSans700;
}
.river_catchment #tip_tricks
{
	padding: 0;
	position: relative;
}
.river_catchment #tip_tricks h3
{
	text-transform: uppercase;
	text-align: center;
	padding: 15px 2%;
	width: 77%;
	border-radius: 8px;
	color: #ffffff;
	background: #f47b20;
	font-family: FoobarPro;
	margin: 15px auto;
}
.river_catchment #tip_tricks .listing:before
{
	content: '';
	background: url(../images/lightblue_arrow_top.png);
	width: 52px;
	height: 24px;
	position: absolute;
	left: 11%;
	margin-top: -34px;
}	
.river_catchment #tip_tricks .listing
{
	background: #1e9ccb;
	padding: 10px 0;
	margin-bottom: 25px;
	font-family: MuseoSans500;
}
.river_catchment #tip_tricks ul
{
	color: #ffffff;
	margin: 0;
	list-style-type: none;
	width: 80%;
	margin: 0 auto;
}
.river_catchment #tip_tricks ul li
{
	display: block;
	margin: 22px 0;
	overflow: hidden;
}
.river_catchment #tip_tricks ul li span.numeric
{
	font-weight: bold;
	font-size: 17pt;
	float: left;
	width: 5%;
}
.river_catchment #tip_tricks ul li span.text
{
	font-size: 11pt;
	float: right;
	width: 95%;
}
.river_catchment #wash_projects
{
	padding: 0;
}
.river_catchment #wash_projects .column:first-child
{
	margin-left: 35px;
}
.river_catchment #wash_projects .column
{
	width: /*236px*/ 24%;
	height: 164px;
	font-family: HelveticaRoundedBold;
	float: left;
	text-align: center;
	cursor: pointer;
}
.river_catchment .columns #arrow_top
{
	background: url(../images/lightblue_arrow_top.png) no-repeat;
	top: -24px;
}
.river_catchment #wash_projects .circle_img
{
	width: 109px;
	height: 117px;
	background-position: 0 0;
	display: block;
	margin: 0 auto 5px;
}
.river_catchment #wash_projects .circle_img:hover
{
	background-position: 100% 0;
}
.river_catchment #wash_projects .active .circle_img
{
	background-position: 100% 0;
}
.river_catchment #wash_projects .text
{
	color: #ffffff;	
	margin: 0;
	width: 100%;
	background: #219dcb;
}
.river_catchment #wash_projects .text .text_block
{
	margin: 0 auto;
	padding: 20px 0;
	margin-bottom: 25px;
	width: 74%;
	display: none;
	font-family: MuseoSans500;
}
.river_catchment #wash_projects .text .text_block a
{
	color: #f5842f;
}
.river_catchment #wash_projects .text .text_block h3
{
	color: #ffffff;
	font-family: FoobarPro;
}
.river_catchment #wash_projects .text .close_btn
{
	text-indent: -999em;
	position: absolute;
	top: 15px;
	right: 20px;
	cursor: pointer;
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(../images/close_medium_white_btn.png);
	background-position: 0 0;
}
.river_catchment #wash_projects .text .close_btn:hover
{
	background-position: 100% 0;
}
.river_catchment .logoBlocks
{
	width: 50%;
	float: left;
	text-align: center;
	margin: 0 auto;
}
.river_catchment .logoBlocks img
{
	display: block;
	margin: 0 auto 10px;
}
/* maps page */
.maps
{
	background: url(../images/maps_header_bg.jpg) 0 -35px;
	font-family: HelveticaRounded;
}
.maps #top_menu 
{
	background-color: rgba(0, 0, 0, 0.5);
	height: 32px;
	padding: 9px 0;
}
.maps #top_menu ul li 
{
	margin: 0 4%;
}
.maps #top_menu ul li a
{
	padding: 6px 0;
}
.maps #top_menu ul li a
{
	color: #f7b22e;
}
.maps #top_menu a:hover
{
	color: #ffffff;
}
.maps #top_menu a#twitter_icon
{
	margin: 0 4%;
	background-position: 100% 0;
}
.maps #top_menu a#fb_icon
{
	background-position: 100% 0;
}
.maps #top_menu a#twitter_icon:hover,
.maps #top_menu a#fb_icon:hover
{
	background-position: 0 0;
}
.maps #welcome_msg 
{
	background-color: rgba(0, 0, 0, 0.4);
	margin: 60px 3% 30px;
	padding: 15px 1%;
	text-align: center;
	color: #ffffff;
}
.maps #welcome_msg a,
.maps inlinepopupbox
{
	color: #f7b22e;
}
.maps inlinepopupbox
{
	cursor: pointer;
}
.maps #welcome_msg h2
{
	margin-bottom: 20px;
	color: #f7b22e;
}
.maps #welcome_msg h3
{
	margin-top: 20px;
	margin-bottom: -10px;
	font-size: 16pt;
	color: #f7b22e;
}
.maps .inline_link_popup_box:before
{
	width: 40px;
	height: 20px;
	background: url(../images/yellow_arrow_top.png) no-repeat;
	content: "";
	position: absolute;
	top: -20px;	
	left: 45%;
}
.maps .inline_link_popup_box .close_btn
{
	text-indent: -999em;
	position: absolute;
	top: 12px;
	right: 12px;
	cursor: pointer;
	display: inline-block;
	width: 27px;
	height: 27px;
	background-image: url(../images/close_large_white_btn.png);
	background-position: 0 0;
}
.maps .inline_link_popup_box
{
	font-size: 10pt;
	color: #ffffff;
	position: absolute;
	background: #f6b245;
	padding: 17px 40px 17px 25px;
	width: 230px;
	border-radius: 1px;
	box-shadow: 0 1px 5px -2px #000000;
	z-index: 888;
}
.maps #broader_context
{
	padding: 0;
}
.maps #broader_context .column:first-child
{
	margin-left: 8%;
}
.maps #broader_context .column
{
	width: 29%;
	height: 265px;
	font-family: HelveticaRoundedBold;
	float: left;
	text-align: center;
	cursor: pointer;
	color: #f7b22e;
}
.maps #broader_context .column h3
{
	font-size: 15pt;
}
.maps #broader_context .column #collecting_circle
{
	margin-bottom: 18px;
	background: url(../images/collecting_circle.png);
}
.maps #broader_context .column #assigning_circle
{
	margin-bottom: 18px;
	background: url(../images/assigning_circle.png);
}
.maps #broader_context .column #combining_circle
{
	margin-bottom: 18px;
	background: url(../images/combining_circle.png);
}
.maps .columns #arrow_top 
{
	background: url("../images/white_arrow_top.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.maps #broader_context .circle_img
{
	width: 148px;
	height: 148px;
	display: block;
	margin: 0 auto 5px;
}
.maps #broader_context .column .circle_img:hover 
{
	background-position: 100% 0 !important;
}
.maps #broader_context .active .circle_img
{
	background-position: 100% 0 !important;
}
.maps #broader_context .text
{
	top: 20px;
	color: #2e578c;
	margin: 0 0 25px 0;
	width: 100%;
	background: #ffffff;
}
.maps #broader_context .text .text_block
{
	margin: 0 auto;
	padding: 35px 0 20px 0;
	width: 90%;
	display: none;
}
.maps #broader_context .text .text_block a
{
	color: #f6b245;
}
.maps #broader_context .text .text_block h3
{
	color: #2e578c;
}
.maps #broader_context .text .close_btn
{
	text-indent: -999em;
	position: absolute;
	top: 10px;
	right: 20px;
	cursor: pointer;
	display: inline-block;
	width: 42px;
	height: 42px;
	background-image: url(../images/close_btn.png);
	background-position: 0 0;
}
.maps #broader_context .text .close_btn:hover
{
	background-position: 100% 0;
}
.maps #tip_tricks
{
	padding: 0;
	position: relative;
	margin-top: 15px;
}
.maps #tip_tricks h3
{
	text-transform: uppercase;
	text-align: center;
	padding: 8px 1.2%;
	width: 88%;
	border-radius: 2px;
	color: #ffffff;
	background: #28588e;
	margin: 0 auto 15px;
	font-size: 16pt;
}
.maps #tip_tricks .listing:before
{
	content: '';
	background: url(../images/yellow_arrow_top@2x.png);
	width: 80px;
	height: 40px;
	position: absolute;
	left: 11%;
	margin-top: -40px;
}	
.maps #tip_tricks .listing
{
	background: #f7b22e;
	padding: 10px 0;
	margin-bottom: 25px;
}
.maps #tip_tricks ul
{
	color: #ffffff;
	margin: 0;
	list-style-type: none;
	width: 83%;
	margin: 0 auto;
}
.maps #tip_tricks ul li
{
	display: block;
	margin: 27px 0;
	overflow: hidden;
}
.maps #tip_tricks ul li span.numeric
{
	font-weight: bold;
	font-size: 18pt;
	float: left;
	width: 5%;
}
.maps #tip_tricks ul li span.text
{
	font-size: 11pt;
	float: right;
	width: 92%;
	color: #28588e;
}
.maps #map_slider
{	
	position: relative;
	padding: 30px 0;
}
.maps #map_slider h3
{
	width: 95%;
	margin: 0 auto 20px;
	font-size: 16pt;
}
.maps #map_slider .slider
{
	overflow: hidden;
	width: 88%;
	border: 3px solid white;
	margin: 0 auto;
	height: 520px;
	position: relative;
}
.maps #map_slider .slider .slider_list
{
	position: absolute;
	width: 2000%;
}
.maps #map_slider .slider .slider_list .slider_item
{
	float: left;
}

.maps #map_slider .slider .slider_list .slider_item .mapContainer {
	float: left;
	width: 900px;
	height: 520px;
}
.maps #map_slider .slider .slider_list .slider_item .mapContainer .mapComponent {
	width: 100%;
	height: 100%;
}
.maps #map_slider .slider .slider_list .slider_item .mapContainer .mapComponent .mapControl {
	position: absolute;
	left: 15px;
	top: 15px;
	padding: 10px 15px 10px 5px;
	background-color: rgba(0, 0, 0, 0.6);
}
.maps #map_slider .slider .slider_list .slider_item .mapContainer .mapComponent .mapControl h2 {
	text-align: center;
	color: #f7b22e;
}
.maps #map_slider .slider .slider_list .slider_item .mapContainer .mapComponent .mapControl label {
	font-size: 11pt;
}
.maps #map_slider .slider .slider_list .slider_item .mapContainer .mapComponent .mapControl input {
	position: relative;
	top: 2px;
}
.maps #map_slider .slider .slider_list .slider_item .mapContainer .mapComponent .mapLegend {
	position: absolute;
	left: 15px;
	bottom: 15px;
	border: 1px solid rgba(0, 0, 0, 0.6);
}
.maps #map_slider .arrow_left
{
	background: url(../images/arrow_left.png) no-repeat;
	background-position: 0 0;
	width: 24px;
	height: 42px;
	position: absolute;
	top: 48%;
	left: 2%;
	z-index: 99;
	cursor: pointer;
}
.maps #map_slider .arrow_right
{
	background: url(../images/arrow_right.png) no-repeat;
	background-position: 0 0;
	width: 24px;
	height: 42px;
	position: absolute;
	top: 48%;
	right: 2%;
	z-index: 99;
	cursor: pointer;
}
.maps #map_slider .arrow_left:hover,
.maps #map_sliders .arrow_right:hover
{
	background-position: 100% 0;
}
.maps .mapControls
{
	position: absolute; 
	top: 23px; 
	right: 30px;
	width: 50px;
}
.maps .mapControls button
{
	border: none;
	text-indent: -999em;
	cursor: pointer;
}
.maps .mapControls .panControls
{
	position: relative;
	border: 2px solid #f7b22e;
	width: 50px;
	height: 50px;
	background: #ffffff;
}
.maps .mapControls .panControls .panLeft
{
	background: url(../images/panLeft_btn.png) no-repeat;
	width: 10px;
	height: 14px;
	position: absolute;
	left: 1px;
	top: 18px;
}
.maps .mapControls .panControls .panRight
{
	background: url(../images/panRight_btn.png) no-repeat;
	width: 10px;
	height: 14px;
	position: absolute;
	right: 1px;
	top: 18px;
}
.maps .mapControls .panControls .panTop
{
	background: url(../images/panTop_btn.png) no-repeat;
	width: 14px;
	height: 10px;
	position: absolute;
	top: 1px;
	left: 18px;
}
.maps .mapControls .panControls .panBottom
{
	background: url(../images/panBottom_btn.png) no-repeat;
	width: 14px;
	height: 10px;
	position: absolute;
	bottom: 1px;
	left: 18px;
}
.maps .mapControls .zoomControls
{
	margin: 40px 0 0 14px;
	position: relative;
	border: 2px solid #f7b22e;
	width: 16px;
	height: 139px;
	background: #ffffff;
	padding: 2px;
}
.maps .mapControls .zoomControls .zoomIn
{
	background: url(../images/zoomIn_btn.png) no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 2px;
}
.maps .mapControls .zoomControls .zoomOut
{
	background: url(../images/zoomOut_btn.png) no-repeat;
	width: 16px;
	height: 16px;
	position: absolute;
	bottom: 2px;
}
.maps .mapControls .zoomControls .zoomFractionWrapper
{
	width: 16px;
	height: 101px;
	display: block;
	position: absolute;
	top: 20px;
}
.maps .mapControls .zoomControls .zoomFractionWrapper .zoomFraction
{
	background: url(../images/zoomFraction_btn.png) no-repeat;
	width: 16px;
	height:23px;
	display: block;
	position: absolute;
	/* 80px is limit */
}

/* print mode */
@media only screen and (max-width: 980px)
{
	.rainwater_harvest #top_menu
	{
		height: 60px;
	}
	.header_title 
	{
		width: 39%;
		margin-left: 1%;
	}
	.header_desc
	{
		width: 60%;
	}
	.river_catchment #top_menu
	{
		height: 60px;
	}
	.river_catchment #landscape
	{
	}
	.river_catchment #wash_projects .column:first-child
	{
		margin-left: 0;
	}
	.river_catchment .logoBlocks
	{
		margin: 15px auto;
		float: none;
	}
	.river_catchment #wash_projects .column
	{
		height: 150px;
	}
	.river_catchment .row .popup_box 
	{
		width: 360px;
	}
	#questionary2 .slider
	{
		height: 180px;
	}
	.maps #top_menu
	{
		height: 60px;
	}
}
@media only screen and (max-width: 850px)
{
	.river_catchment .row .popup_box 
	{
		width: 600px;
	}
	#questionary2 .slider
	{
		height: 195px;
	}
	#broader_context .circle_img
	{
		width: 85px;
		height: 85px;
		display: block;
		margin: 0 auto 5px;
	}
	#broader_context .column
	{
		height: 170px;
	}
	#broader_context .column h3
	{
		font-size: 14pt;
	}
	#broader_context .column #landscape_circle
	{
		background: url(../images/landscape_circle_m.png);
	}
	#broader_context .column #water_circle
	{
		background: url(../images/water_circle_m.png);
	}
	#broader_context .column #social_circle
	{
		background: url(../images/social_circle_m.png);
	}
	#broader_context .column #multistak_circle
	{
		background: url(../images/multistak_circle_m.png);
	}
	#broader_context .column #finance_circle
	{
		background: url(../images/finance_circle_m.png);
	}
	.maps #broader_context .column
	{
		height: 305px;
	}
}
@media only screen and (max-width: 650px)
{
	.river_catchment .row .popup_box 
	{
		width: 550px;
	}
	#broader_context .column:first-child
	{
		margin-left: 0;
	}	
	#broader_context .column
	{
		height: 144px;
	}
	#broader_context .column h3
	{
		font-size: 9pt;
	}
}
@media only screen and (max-width: 580px)
{
	.river_catchment #landscape
	{
		background: url(../images/landscape_mobile.jpg) no-repeat top;
	}
	.river_catchment .row .arrow_left_popup_box:before
	{
		display: none;
	}
	.river_catchment .row .arrow_right_popup_box:after
	{
		display: none;
	}
	.river_catchment .row .popup_box 
	{
		width: 450px;
	}
	#questionary2 .slider
	{
		height: 230px;
	}
	.maps #broader_context .column:first-child
	{
		margin-left: 1%;
	}
	.maps #broader_context .column
	{
		width: 33%;
		height: 333px;
	}
}
@media only screen and (max-width : 480px)
{
	.header_title 
	{
		margin-top: 65px;
		margin-left: 0;
		width: 100%;
	}
	.header_desc
	{
		margin: 0;
		width: 100%;
	}
	a.find_out_btn 
	{
		margin: 15px 0 0; 
	}
	.large_text 
	{
		font-size: 35pt;
	}
	.rain_tool_text
	{
		width: 30%;
	}
	.rain_tool_desc
	{
		width: 68%;
	}	
	.water_needs_result
	{
		padding: 2px;
	}
	.questionary .water_needs_result h1
	{
		font-size: 16pt !important;
	}
	.questionary .questions input.rd_options
	{
		margin-left: 35px;
	}
	#questionary2 .slider
	{
		height: 270px;
	}
	#techniques 
	{
		padding: 20px 20px;
	}
	#techniques .column
	{
		height: 48px;
	}
	#techniques .column:first-child
	{
		margin-left: -12px;
	}
	#techniques .text .text_block .picture_thumb
	{
		margin: 0 0 0 22px;
	}	
	#techniques .text .fleft
	{
		margin: 10px 5% 0;
		width: 90% !important;
	}
	.river_catchment .row .popup_box 
	{
		width: 400px;
	}
}
