* {
	float:none !important;
}

html, body {
	
}


a {
	font-size:inherit;
}

/* --- Site Specific Customizations --- */
.header-container, .main-container {
    width: 100%;
}

.header-container header, .donation #intro, .donation #section-personalInfo, .donation #section-donationInfo, footer {
    float: none;
    display: block;
	background: none;
	border: none;
    width: 94%;
    padding: 0 2%;
    min-height: 100%;
    height: 100%;
    margin: 0;
}

.formelements {
	padding: 10px 0;
}

.fieldgroup { 
    height: auto;
    margin: 0;
}

.fielditem {
    padding: 0;
}

.formelements input, .formelements select, .formelements textarea {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 15px;
	height: 38px;
	font-size: 22px;
}

/* Receipt page */
.receipt img {
    max-width: 100%;
	height: auto;
}
.receipt .main-container {
    width: 96%;
    margin-left: 2%;
    margin-right: 2%;
}
.receipt .confirmation, .receipt .thank-you-text {
    width: 92%;
    padding-left: 4%;
    padding-right: 4%;
    margin-left: 0;
    margin-right: 0;
}

.receipt .confirmation h4 {
    text-align: left;
}

.receipt .share .fb-share, .receipt .share .email-share {
    width: 100%;
    margin:  15px 0;
}




/* iPhone 4, Opera Mobile 11 and other high pixel ratio devices ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
  #header.interior a img  {
	background-size: 310px 105px;
	}
}

/* --- /Site Specific Customizations --- */

/* -- General Handheld settings --- */
.hidden-mobile {
  display: none;
  visibility: hidden;
}

#column-1, #column-2 {
	width:100% !important;
	padding:0;
}

#heading-video, #heading-text {
	width: 93%;
}

/* Create elastic video iframe for mobile */
#heading-video, .video {
	position: relative;
	/* this works to set aspect ratio to 16:9 */
	padding-bottom: 56.25%;
	padding-top: 10px;
	height: 0;
	overflow: hidden;
}

#heading-video iframe, .video iframe, 
#heading-video object,  .video iframe,
#heading-video embed, .video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


label {
	width:100% !important;
}

div.contrib-type {
    border: none;
	height: auto;
}

div.contrib-type .fielditem {
    height: 50px;
}

div.contrib-type input {
    width: 15px !important;
	margin: 0 !important;
}

 div.contrib-type label {
    margin: 0;
    padding: 10px 20px;
    border: 1px solid black;
    background-color: #F0F0F0;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    min-height: 25px;
    width: 240px;
}

td#amount-other {
	font-size: 22px;
	width: 100%;
}

input#AskAmountOtherValue {
    width:  90% !important;
}

table#table-type tbody tr, table#table-type tbody tr td {
	padding-right: 0 !important;
	display: block;
	width: 100%;
}

table.checkradio tbody tr td {
	display: none;
}

table.checkradio tbody tr td.td-item, table.checkradio tbody tr td.td-qty, table.checkradio tbody tr td.td-price, table.checkradio tbody tr td.td-total {
	display: table-cell;
}

.donationamount input[type="radio"] {
    background: #5E5E5E;
    border: 1px solid #d9d9d9;
}

table.checkradio tbody tr td#amount-other {
	display: block;
}

input#field-amount_otherchk, label#amount_label_other {
	display: none;
}

input.button {
    background-image: none;
	padding: 10px 0;
	margin: 10px 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 20px;
}

#receipt-details, #receipt-share, #share-facebook, #share-twitter, #share-email {
	width:90% !important;
}

#receipt-share {
	margin:10px 0 0 0;
}

