.donate-now {
	background: #e4ebf1;
    overflow: hidden;
    margin-bottom: 60px;
    padding: 0px;
}

.hero {
	float: right; 
	padding-left: 35px; 
	max-width: 850px;	
}

.intro {
	line-height: 32px;
	padding: 25px; 
}

.icon {
	display: inline-block;
	padding: 0px 30px;
	cursor:pointer;
	color: gray;
}

#icon1 {
	background: #0067bb;
	color: #fff;	
}

.donate-button {
	font-weight: bold;
	font-size: 14px;
}

#nav > label:nth-child(1) > div > p > input {
	display:none;
}

#nav > label:nth-child(2) > div > p > input {
	display:none;
}

.tab {
	overflow: auto;
	background:#e9e9e9;
}

.hide {
	display:none;
}

.set_amounts  {
	display: inline-block;
	width: 100%;	
}

.set_amount {
	display: inline-block;	
	width: 25%;
}

.set_amount .user_display_amount input[type="text"] {
	max-width:235px;
	width:100%;
	border-radius:3px;
	height:40px;
}

.set_amounts > p:last-child {
	display:block;
	width:100%;
}

.set_amounts input[type="radio"] {
	display:none;
}

.set_amounts input[type="radio"]:checked + span  {
	background:#0067bb;
	color:white;
}

.set_amounts > p:last-child input[type="radio"]:checked + span  {
	background:none;
	color:black;
} 

.display_amount {
	font-size: 36px;
	font-weight: normal;
    background: white;
    margin-right: 35px;
    padding: 15px 10px;
    border-radius: 3px;
    text-align: center;
    display: inline-block;
    width: 80%;
	cursor:pointer;
    border: 1px solid #ccc;
}

.display_amount:hover {
	background:#0067bb;
	color:white;
}

.user_label {
	display:block;
	font-size:14px;
}

.blurb {
	min-height: 120px;
	padding-left: 25px;
}

#single_amounts {
	padding-left: 25px;
	padding-top: 30px;
	padding-bottom: 20px;
	background-color: #e9e9e9;
}

#tribute_show_honor_fields_row {
	margin-top: -5px;
	padding-left: 30px;
	background: #e9e9e9;
	padding-bottom: 20px;
	margin-bottom:30px;
}

div.payment-type-selection-container.payment-field-container > h3 {
	display:none;
}

div.payment-field-container span.payment-type-option.selected {
	background: #0067bb;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	font-weight: bolder;
	font-size: 14px;
}

#payment_typecc_cvv_row > div > a {
	font-size:15px;
}

#payment_typecc_type_row > div > fieldset > legend {
	float:left;
}

#payment_typecc_type_row > div > fieldset > ul {
	display: inline;
	margin-left: 85px;
}

div.payment-field-container span.internal-payment {
	border-radius:1px;
	line-height: 26px;
}

div.payment-field-container span.external-payment span.payment-type-option {
	padding:10px 20px;
	border-radius:1px;
}

div.payment-field-container span.payment-type-option {
    background: white;
	padding:10px 20px;
	border-radius:1px;
    text-transform: uppercase;
    font-weight: bolder;
    font-size: 14px;
}

div.payment-field-container span.payment-type-option.selected {
	padding:10px 20px;
	border-radius:1px;
	background: #e4ebf1;
}

div.payment-field-container span.payment-type-option.selected a:link {
	color:#03407a;
}

@media (max-width:1125px) {
	
.hero {
	display:none;
}
}

@media (max-width: 800px) {
.set_amount {
	display:block;
	width:100%;
}

.set_amount .user_display_amount input[type="text"] {
	max-width:800px;
	width:80%;
}

#tribute_show_honor_fields_row {
	padding-top:20px;
}

#payment_typecc_type_row > div > fieldset > ul {
	display:block;
	margin-left:0px;
}

}