#Button1 {
  margin-top: 14px;
  margin-bottom: 20px;
  width: 100%;
}

body {
	color: #000;
}

.center{
  text-align: center;
}

.cont-shadow {
	box-shadow: 5px 0px 640px 15px #000000, -5px 0px 640px 15px #000000;
}

.contribute{
  border-style: solid;
  border-color: #565656;
  border-radius: 15px;
  background-color: #252525;
  color: white;
  padding-top: 14px;
}

.copy{
  color:#000000;
  font-size:20px;
  text-align: left;
}

.donate-field{
  border-style: solid;
  background-color: #333333;
  border-radius: 15px;
}

.dudleySig{
  margin-top: 14px;
  margin-left: 5%;
  text-align: left;
  padding-bottom:30px;
}

.dudleySigImg{
  width: 150px; height: 57px
}

.disclaimer{
  color: white;
  padding: 7px 7px;
  font-size: 10pt;
  line-height: 15px;
}

.form-group{
  width: 100%;
  border-color: #b7b7b7;
  color: black;
  border-radius: 1px;
  margin-bottom: 1px;
}

.form-group2{
  width: 100%;
  border-color: #b7b7b7;
  color: black;
  border-radius: 1px;
  margin-bottom: 25px;
}

.hide{
  height: 0;
}
@media only screen and (max-width: 767px){
	.tankImg {
		text-align: center;
		width: 100%;
	}
	
	.hangingIndent {
		padding-left: 15%;
		text-indent: -17.25%;
	}
	.hangingIndentWhereas {
		padding-left: 0px;
		text-indent: -30px;
	}
	.hangingIndentTherfore {
		padding-left: 0px;
		text-indent: -30px;
	}
}

@media only screen and (min-width: 768px){
	.sigFloat {
		float: left;
	}
	.tankImg {
		float: right;
		width: 60%;
	}
	
	.hangingIndent {
    padding-left: 15%;
    text-indent: -17.25%;
	}
	.hangingIndentWhereas {
		padding-left: 110px;
		text-indent: -118px;
	}
	.hangingIndentTherfore {
		padding-left: 110px;
		text-indent: -137px;
	}
}
.header{
}
.headerImg {
    margin-bottom: -23px;
    z-index: 99999;
}
.headerImgDonate {
    padding: 0.5px;
}
.indent {
  text-indent: 2em;
}
.logo {
    margin-top: 14px
}
.maroonBtn {
    color: white;
    font-size: 1em;
    font-weight: bold;
    background-color: #FF6600;
    border: 2px solid Maroon;
}
#middle {
  background-color: white;
}

#middle_d{
  background-color: white;
}

p {
  margin-top: 20px;
  color: #000;
}

.petition{
  border: 2px solid black;
  background-color: #E0E0E0;
  /*border-radius: 15px;*/
  padding-top: 14px;
  padding-bottom: 14px;
}

.shadow {
   -moz-box-shadow:    inset 1px 1px 0 0 rgba(0,0,0,1);
   -webkit-box-shadow: inset 1px 1px 0 0 rgba(0,0,0,1);
   box-shadow:         inset 1px 1px 0 0 rgba(0,0,0,1);
}

.signdiv {
  border-style: solid;
  border-color: #565656;
  background-color: #252525;
  padding: 21px 0 21px 0;
  margin-top: 21px;
  margin-bottom: 21px;
}

small{
  font-size: 0.5em;
}

.states{
  width: 252px;
  height: 32px;
  border: 2px solid black;
}

.textbox {
  color: black;
}

#txt_state{
  /*margin-bottom: 32px;*/
  width: 100%;
  color: #000000;
  border-color: #b7b7b7;
}

ul {
	margin-top: 15px;
	margin-bottom: 15px;
}

li {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mobile-disclaimer {
	text-align:center; 
	font-size: 10px; 
	color: #fff; 
	padding: 0px 15px;
}