
#pledge-intro {
	width: 250px;
	height: auto;
	text-align: left;
	border: 1px dashed black;
	background-color: #80b158;	
	margin: 0px 15px 0 30px;
	padding: 20px 10px 20px 15px;
	font-size: 18px;
	color: white;
}



.pledge-intro2 {
	display: inline-block;
    width: 830px;
    height: auto;
    background-color: white;
    margin: 0px 0px 0 0px;
    padding: 15px 0px 10px 0px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 3px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 12px 5px #81aa8c;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    0px 0px 12px 5px #81aa8c;  /* Firefox 3.5 - 3.6 */
    box-shadow:         0px 0px 12px 5px #81aa8c;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}


#pledge-header {
	float: left; 
	height: auto; 
	width: 900px; 
	margin: 0px 0px 5px 28px; 
	padding: 0px 0 15px 0px; 
	border: 1px solid black; 
	-webkit-box-shadow: 0px 0px 12px 5px #81aa8c; 
	-moz-box-shadow: 0px 0px 12px 5px #81aa8c; 
	box-shadow: 0px 0px 12px 5px #81aa8c; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
	border-radius: 4px;
}


/* MAIN BOXES */
.overview-box {
	position: relative;
	float: left;
	width: 600px;
	margin: 20px 0px 0 20px;
	border: 1px solid black;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 4px;
 }

.side-box {
	float: left; 
	width: 277px;
	min-height: 80px;
	margin: 3px 0px 0 20px;
	padding-bottom: 10px;
	border: 1px solid black;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 4px;
}


.side-box-header {
	text-align: center;
	height: 25px; 
	width: 277px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	padding-top: 10px;
	padding-bottom: 5px;
	color: black;
	text-decoration: underline;
	font-size: 20px;
}

.side-box-content {
	margin: 5px 0 0 2px;
}

#no-participants {
	margin-left: 60px;
	width: 110px;
	padding: 7px 20px 7px 20px;
	font-size: 12px;
	text-align: center;
	color: white;
	border: 1px solid #819783;
	background-color: #97b199;
}


.request-intro-text {
	display: inline-block;
	width: 670px;
	height: auto;
	margin-top: 20px;
	border: 1px dashed black;
	padding: 15px 15px 15px 15px;
	background-color: #80b158;
	color: white;
}



/* EXPLORE */
#resource-header2 {
	display: inline-block;
	text-align: center;
	width: 860px;
	height: 25px; 	
	padding: 10px 0 3px 0;
	color: white;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 300;
	font-size: 22px;
	background: -webkit-linear-gradient(#47a12c, #3c8d23); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#47a12c, #3c8d23); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#47a12c, #3c8d23); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#47a12c, #3c8d23); /* Standard syntax */
	font-family: sans-serif;
	font-size: 16px;
	margin-bottom: 5px;
}


#title1a {
	text-align: center;
	font-size: 24px;
	color: black;
}

#title2a {
	margin-top: 3px;
	text-align: center;
	font-size: 16px;
	color: black;
}

.point-of-view1 {
	display: inline-block;
	width: 750px;
	border: solid black 5px; 
	background-color: white;
	padding: 30px 40px 10px 40px;
	-moz-box-shadow: 1px 1px 20px orange;
	-webkit-box-shadow: 1px 1px 20px orange;
	box-shadow: 1px 1px 20px orange;	
}


#overview1 {
	padding: 25px 10px 25px 10px;
	border: 1px solid black;
	-moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

#overview1-heading {
	font-size: 18px;
	font-weight: bold;
	padding: 0 30px 0 30px;
}

#overview1-text {
	text-align: left;
	font-size: 16px;
	padding: 0 50px 0 50px;
}




#resource-button {
width: 160px; 
border: 1px solid #ec703b; 
text-align: center;
margin: -42px 10px 0 10px; 
padding: 10px 20px 8px 20px;
-moz-border-radius: 30px;
-webkit-border-radius: 30px;
border-radius: 30px;
font-size: 14px; 
color: white;
background: -moz-linear-gradient(#ff9263, #ec703b);
background: -webkit-linear-gradient(#ff9263, #ec703b);
background: -o-linear-gradient(#ff9263, #ec703b);
 }

#resources-button:hover {
box-shadow: 0px 0px 1px #777;
background: -moz-linear-gradient(#ec703b, #ec703b);
background: -webkit-linear-gradient(#ec703b, #ec703b);
background: -o-linear-gradient(#ec703b, #ec703b);
}






/* TOOLS */
.tools {
	display: inline-block;
    width: 830px;
    height: auto;
    background-color: white;
    margin: 0px 0 0px 0px;
    padding: 10px 0px 20px 0px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0px 12px 5px #81aa8c;  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    0px 0px 12px 5px #81aa8c;  /* Firefox 3.5 - 3.6 */
    box-shadow:         0px 0px 12px 5px #81aa8c;  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

.tools-header {
margin-left: 10px;
padding: 10px 0 3px 0;
font-size: 20px;
color: green;
}

.tools-content {
width: 810px;
text-align: left;
padding: 0 0px 0 0px;
font-family: serif;
line-height: 1.1;
float: left; 
font-size: 14px;
-webkit-column-count: 2; /* Chrome, Safari, Opera */
-moz-column-count: 2; /* Firefox */
column-count: 2;
}





/* TAKE PLEDGE */
.modalDialog1 {
  	overflow-y: scroll;
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	top: -90px;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog1:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog1 > div {
	width: 700px;
	height: auto;
	text-align: left;
	position: relative;
	margin: 10% auto;
	padding: 5px 50px 13px 50px;
	border-radius: 10px;
	background: #f4fbec;
	color: black;
}




.modalDialog42 {
  	overflow-y: scroll;
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	top: -90px;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog42:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog42 > div {
	width: 900px;
	height: auto;
	text-align: left;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #f4fbec;
	color: black;
}






/* ADD A VIEW */
.modalDialog8 {
  	overflow-y: scroll;
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	top: -90px;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog8:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog8 > div {
	width: 800px;
	height: auto;
	text-align: left;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #f4fbec;
	color: black;
}





/* ADD RESOURCE */
.modalDialog9 {
  	overflow-y: scroll;
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	top: -90px;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog9:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog9 > div {
	width: 800px;
	height: auto;
	text-align: left;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #f4fbec;
	color: black;
}






/* VIEW RESOURCE */
.modalDialog10 {
  	overflow-y: scroll;
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	top: -90px;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog10:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog10 > div {
	width: 800px;
	height: auto;
	text-align: left;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #f4fbec;
	color: black;
}




/* ASK COMMUNITY TO SUPPORT PLEDGE */
.modalDialog11 {
  	overflow-y: scroll;
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	top: -90px;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}

.modalDialog11:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog11 > div {
	width: 800px;
	height: auto;
	text-align: left;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #f4fbec;
	color: black;
}


