
html { 
	margin: 0; 
	padding: 0; 
	background: url() no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-width:320px;
}
  
body {
  margin:0;
}

/* Text Styles */
h1 {
	font-family:Georgia,serif;
	font-size:28px;
	color:#2a417a;
	font-weight:normal;
	margin:0;
	line-height:48px;
}
h2 {
	font-family:"myriad-pro",helvetica,sans-serif;
	font-size:22px;
	color:#2a417a;
	font-weight:300;
	margin:0;
	display:inline;
}

/* Form Styles */
.structBody{
	background:rgb(255,255,255);
}

.structBody a{
  	font-family:Verdana, Arial, sans-serif;
  	font-size:15px;
	color:#7c7c7c;
	text-decoration:none;
}

.structBody a.current{
  	font-weight:bold;
  	color:#000000;
}

section p {
  	font-family:Verdana, Arial, sans-serif;
  	font-size:14px;
	color:#4f4f4f;
	line-height:1.5em;
	margin:0;
}

.payment {
  	font-family:Verdana, Arial, sans-serif;
  	font-size:14px;
	color:#4f4f4f;
	line-height:1.5em;
	margin:.25em;
}

.payment td {
	width:45%;
	vertical-align:bottom;
}

input, select, textarea { 
    padding:0; 
    font-size:1em /* this is optional, I like the fonts a little smaller */; 
    font-family:Arial;
    line-height:28px;
    height:40px;
    outline:none; 
    font-family:inherit; 
    box-sizing:border-box;
    margin-top:6px;
}

select { 
    background-color:transparent /* this hides the select's background making any styling visible from the div */; 
    background-image:none; 
    -webkit-appearance: none /* this is required for Webkit browsers */; 
    border:none; 
    box-shadow:none; 
    padding:0 0.5em; /* padding should be added to the select, not the div */
    font-family:Arial, sans-serif;
    font-size:0.9em;
}
#ContentMiddle .styled,
#ContentMiddle select { 
    overflow:hidden; /* this hides the select's drop button */
    margin-right:10px;
    background: white url(../images/formelements-select.png) no-repeat bottom right; 
    /* this is the new drop button, in image form */
    width:12em; border-radius:2px; 
    box-shadow: 0 1px 3px rgba(0,0,0,0.2); 
    border: solid 1px #ccc; 
	float:left;
}

input[type="text"],
input[type="password"],
 textarea { 
    width:12em; 
    border-radius:2px; 
    border: solid 1px #ccc; 
    padding:0.5em; 
    background-color: #f5f5f5; 
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.2); 
    width:45%;
    font-family:Verdana, Arial, sans-serif;
	color:#4f4f4f;
}

input[type="donationamount"] { 
    border-radius:2px; 
    border: solid 1px #ccc; 
    padding:0.5em; 
    background-color: #f5f5f5; 
    box-shadow: inset 0 2px 3px rgba(0,0,0,0.2); 
    width:25%;
    margin-right:2%;
    font-family:Verdana, Arial, sans-serif;
	color:#4f4f4f;
	float:left;
}

.currency {
float:left;
display:inline;
}

label {
  	font-family:Verdana, Arial, sans-serif;
  	font-size:15px;
	color:#4f4f4f;
	line-height:28px;
	margin:12px 0;	
}

input[type="submit"], 
input[type="button"] { 
	padding:0.5em 1em; line-height:1em; cursor:pointer;
	border-radius:4px; color:#000; font-weight:bold; font-size:inherit;
	border:solid 1px #ccc;	
	background: white url(../images/formelements-select.png) no-repeat bottom right; 
	box-shadow:0 1px 5px rgba(0,0,0,0.2);
	background-position: center bottom;
	font-size:1em /* this is optional, I like the fonts a little smaller */; 
    font-family:Arial;
    font-weight:normal;
    text-shadow: 1px 1px #fff;
    }
		
input[type="submit"]:active, 
input[type="button"]:active {-webkit-box-shadow: none; box-shadow:none;}


input[type="radio"], 
input[type="checkbox"] { position: absolute; left: -999em; }
				
input[type="checkbox"] + label:before {display: inline-block; position: relative; top:5px; left:-2px;content:''; width:25px; height:25px;background-image:url(../images/formelements.png); background-position: 0 -25px;}
input[type="checkbox"]:checked + label:before {background-image:url(../images/formelements.png); background-position: 0 0 ; }
		 
input[type="radio"] + label:before {display: inline-block; position: relative; top:0.25em; left:-2px;content:''; width:25px; height:25px;background-image:url(../images/formelements.png);background-position: -25px -25px;}	 	
input[type="radio"]:checked + label:before {background-image:url(../images/formelements.png);background-position: -25px 0;}


#ContentMiddle .idbmsCampaignLevels input {display: block; height: 22px; left: auto; position: relative;}

section {
	padding: 20px 0;
}

.breadcrumbs {
	list-style:none;
	margin:0;
	padding:0;
}

.breadcrumbs li {
    display:inline;
    padding-right:10px;
    }
    
#toggleButton1, #toggleButton2{
	text-indent:-999999px;
	border:0;
	background-repeat:none;
	height:40px;
	width:40px;
	cursor: pointer; 
	display:inline;
	margin-left:20px;
}

.expanded {
	background-image:url(../images/toggleHide.png);
	}
.collapsed {
	background-image:url(../images/toggleButton.png);
}

.toggleText {
	display:inline;
	color:#2a417a;
	font-family:Arial, sans-serif;
	font-size:14px;
	margin-left:10px;
}
#toggleContent1, #toggleContent2 {
	display:none;
}

/* Top Header & Navigation */
header {
  width:100%;
  margin:0;
}

#top-banner {
	background:#fff;
	width:100%;
	border:0;
	z-index:10;
	position:relative;
}

.logo {
	position: relative;
    margin:0 auto;
    top:30px;
	z-index:100;
	display:block;
}

/* Footer Styles */
footer {
  width:100%;
  max-width:810px;
  margin:0;
  margin:0 auto;
  background:#fff;
  }
  
footer p{
	margin:0;
	padding:0;
}

/** @group clearfix **/
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block; }
 
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

.wrapper {
  width:90%;
  max-width:810px;
  padding:0px;
  margin:0 auto;
}

.left {
	float:left;
}
.right {
	float: right;
}
.clear {
	clear:both;
}

.EventsHeader {
	padding:6px 10px 6px 0;  	
	font-family:Verdana,Arial,sans-serif;
  	font-size:14px;
  	font-weight:bold;
	color:#4f4f4f;
	border:none;
	margin-top:20px;

}

.donor-information {
	float:right;
	width:50%;
	font-family:Verdana,Arial,sans-serif;
  	font-size:14px;
	color:#4f4f4f;
}

.billing-information {
	float:left;
	width:50%;
	font-family:Verdana,Arial,sans-serif;
  	font-size:14px;
	color:#4f4f4f;
}

.gift-information, .special-instructions {
	float:left;
	width:100%;
	font-family:Verdana,Arial,sans-serif;
  	font-size:14px;
	color:#4f4f4f;
}

/* @author Jeffrey Jones @date 2013-03-27 @ref https://jira.imodules.com/browse/ENC-11791 @comment adding CSS styles for the template changes */
/* begin ENC-11791 */
.CommerceSummary
{
	margin: 0px 5px 10px;
  	font-family:Verdana,Arial,sans-serif;
  	font-size:14px;
	color:#4f4f4f;
}

.CommerceSummary table
{
	border: 1px solid black;
	border-collapse: collapse;
	width: 100%;
}

.CommerceSummary td
{
	padding: 10px 5px;
	margin: 0;
}

.CommerceSummary table td.Footer
{
	text-align: right;
	border-top: 1px solid black;
	font-weight: bold;
}

.CommerceSummary table td.PrimaryConfirmationNumber
{
	font-style: italic;
}

.CommerceSummary table td.SecondaryConfirmationNumber
{
	font-style: italic;
	border-top: 1px dashed black;
}

.CommerceSummary table th.CommerceDescriptionHeader
{
	border-bottom: 1px dashed black;
	text-align:left;
}

.CommerceSummary table th.CommerceSubTotalHeader
{
	text-align: right;
	border-bottom: 1px dashed black;
}

.CommerceSummary table td.CommerceItem
{
	padding-left: 50px;
}

.CommerceSummary table td.CommerceSubTotal
{
	text-align: right;
}

@media (max-width: 750px) {

nav {
	margin:0px 0px 0px -10px;
}
nav a { 
   padding:0 5px;
}
.wrapper {
  width:90%;
  margin:0 auto;
  }
  
.donor-information {
	float:left;
	width:100%;
	}
	
	
input[type="donationamount"] { 
  margin-bottom:20px;
  width:50%;
}

label {
  width:100%;
  display:block;
  margin:0;	
}


}

@media (max-width: 580px) {
header {
}

.wrapper {
  width:95%;
  margin:0 auto;
}
select {
  margin-bottom: 10px;
}
  
input[type="text"], textarea {
  width:75%;
  margin-bottom:25px;
}


input[type="donationamount"] { 
  margin-bottom:20px;
  width:50%;
}

label {
  width:100%;
  display:block;
  margin:0;	
}

}


  
@font-face {
	font-family: 'icomoon';
	src:url('../fonts/icomoon.eot');
	src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
		url('../fonts/icomoon.woff') format('woff'),
		url('../fonts/icomoon.ttf') format('truetype'),
		url('../fonts/icomoon.svg#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
.giving .imod_fieldWrapper .imod_fieldInput label {
    padding-bottom: 2px;
    padding-top: 6px;
}