#give-form {
	background-color:#004987;
	color:white;
	margin-top:0;
	margin-bottom:0;
	padding:2em 30% 2em 30%;
	letter-spacing: 1px;
	line-height: 1.25em;
}

@media screen and (max-width:1000px){
	#give-form {
		padding: 2em 15% 2em 15%
	}
}

@media screen and (max-width:600px){
	#give-form {
		padding: 2em 5% 2em 5%
	}
}

#give-form a,
#give-form .subheading a,
#give-form .heading a {
	color:#FFF;
	text-decoration: underline;
}

#give-form .btn-success:hover {
	background: #FFF;
    border-color: #008000;
    color: #008000;
}

#give-form .btn-danger:hover {
	background: #FFF;
    border-color: #D50000;
    color: #D50000;
}

#give-form input[type="submit"] {
	color: #fff;
	background-color: #00948f;
}
#give-form input[type="submit"]:hover,
#give-form input[type="submit"]:focus,
#give-form input[type="submit"]:active {
	color: #fff;
    background-color: #00948f;
    border-color: #285e8e;
}

#give-form .breadcrumbs {
	text-align:center;
	padding-bottom:1em;
}
#give-form .breadcrumbs-link {
	color:#FFF;
	text-decoration:none;
}
#give-form .breadcrumbs-end {
	display:inline-block;
	border-top:1px solid #FFF;
	width:0.5em;
	height:.25em;
}
#give-form .breadcrumbs-spacer {
	display:inline-block;
	border-top:1px solid #FFF;
	width:1em;
	height:.25em;
}

#give-form .heading {
	text-align: center;
	color:#96caed;
	text-transform: none;
	font-size: 1.75em;
	line-height: 1.5em;
	margin-bottom:1.5em;
}

#give-form .subheading {
	font-size:1.25em;
	color:#FFF;
	text-transform: none;

}

#give-form label {
	display:block;
	line-height:1.5em;
	color:#ffffff;
	letter-spacing: 1px;
	margin-bottom:0;
}

#give-form hr {
	border:1px solid #84bae1;
	margin-top:1.5em;
	margin-bottom:1.5em;
	height:1px;
}

#give-form input{
	max-width:100%;
}

#give-form input[type="text"],
#give-form input[type="password"],
#give-form textarea {
	border:3px solid #96caed;
}

#give-form input[type="radio"],
#give-form input[type="checkbox"] {
	margin-right:0.5em;
	border:none;
}

#give-form #fund {
	margin-top:2em;
}

#give-form #fundSearch{
	width:100%;
	box-sizing: border-box;
	margin-top:1em;
}
#give-form #fundAmounts{
	width:100%;
	/*background-color: #0072ba;*/
	background-color: #0063ba;

}

#give-form #fundList {
	padding:.5em;
	margin-top:1em;
	/*background-color: #0072ba;*/
	background-color: #0063ba;
}

/*Selected funds list */
#give-form #fundAmounts {
	list-style-type: none;
	margin:0;
	display:table;
    border-spacing: .5em;	
}

#give-form #fundAmounts .fund {
	display:table-row;
	border-spacing:1em;
}

#give-form #fundAmounts .fund-name {
	display:table-cell;
	width:100%;
}
#give-form #fundAmounts .fund-amount{
	display:table-cell;
	width:90px;
	text-align: right;
}
#give-form #fundAmounts .fund-remove {
	display:table-cell;
	padding:.5em;
}

#give-form #fundAmounts .fund-remove .btn {
	padding:.325em .645em;
	border-radius:50%;
	box-sizing: border-box;
}

#give-form #fundAmounts .fund-footer {
	display:table-row;
}

#give-form #fundAmounts .fund-total {
	display:table-cell;
	text-align:right;
}
	

/* Select a Fund List */
#give-form #fundList .fund {
	margin-bottom:2em;
	margin-top:1em;
}

#give-form #fundList .fund-add {
	border-radius:50%;
	float:right;
	padding:.325em .645em;
	box-sizing: border-box;
}

#give-form #fundList .fund-name {
	margin-right: 2.5em;
	font-size: .9em;	
}

#give-form #fundList .fund-description {
	margin-right: 2.5em;
    font-size: .85em;
    opacity: .85;
}

#give-form #employerMatchContainer {
	margin:1em 0;
}


#give-form #employer-profile {
	margin-top:1em;
}


#give-form #honorMemoryContainer {
	margin:1em 0;
}


/* Credit Card Fomr Orverrides */
#ccinit-items h2,
#ccinit-billing h2 {
	display:none;
}

#ccinit-items table {
	color:#4E4E4E;
	background-color:#fff;
	margin-bottom:1em;
	width:100%;
}

#ccinit-billing td input{
	width:95%;
}
#ccinit-billing td select {
	width:100%;
}

#socialbuttons {
	color: #FFF;
}

#give-form .required {
	color:#FFF;
}

#give-form .table {
	color:#4E4E4E;
}

#give-form .table>tfoot>tr>td {
    padding: .85em;
    vertical-align: bottom;
    text-align: left;
    border-bottom: 2px solid #dddddd;
    border-top: 0;
    background: #0065a4;
    color: #FFF;
}


/*
#amountLabel {
	padding-left:15px;
	font-size: 1em;
}

#fundAmounts {
	margin: 10px 0;
	border-collapse: collapse;
	width:100%;
}

#fundAmounts tr.odd {
	background-color: #DDD;
}

#fundAmounts th {
	background-color: #f8f8f8;
	text-align: left;
	padding: 5px 20px 5px 0;
}

#fundAmounts td {
	padding: 5px 20px 5px 5px;
}

#fundAmounts .fund-amount {
	text-align: right;
} 

#fundAmounts  .fund-remove {
	text-align:right;
}

#fundAmounts #fund-total {
	padding-right:25px;	
} 

#fundAmounts tfoot tr td:nth-child(2) {
	text-align: right;
}

#fundList{
	height: 250px;
	width:100%;
	background-color: #FFF;
	border:1px solid #eee;
	border-radius: 5px;
	margin:5px 0;
	overflow-y: scroll;
}

.fund {
	padding:5px;
	width:98%;
}
.fund-description {
	width:75%;
}
.fund-addButton {
	float:right;
}


fieldset fieldset {
	background-color: #fdfdfd;
}


/* Bread Crumbs */
/*#cms-content #application-nav {
	width: 100%;
	min-height: 40px;
	padding: 0;
	margin: 0;
	margin-bottom: 25px;
}

#application-nav li{
	height: 40px;
	width: 25%;
	list-style:none;
	float:left;
	background-repeat: no-repeat;
	background-position: left top
}
#application-nav li div.link{
	width:86%;
	height:100%;
	float:left;
}
#application-nav li div.arrow{
	width: 14%;
	height: 100%;
	background-repeat: no-repeat;
	float: right;
	background-position: right top;
}
#application-nav li.current div.arrow{
	background-image: url(/giving/files/img/application-nav_current.gif);
}
#application-nav li.current-future-done div.arrow{
	background-image: url(/giving/files/img/application-nav_current_future_done.gif);
}
#application-nav li.current-future-current div.arrow{
	background-image: url(/giving/files/img/application-nav_current_future_current.gif);
}
#application-nav li.last-done div.arrow{
	background-image: url(/giving/files/img/application-nav_last_done.gif);
}
#application-nav li.future-next-current div.arrow{
	background-image: url(/giving/files/img/application-nav_future_next_current.gif);
}
#application-nav li.done div.arrow{
	background-image: url(/giving/files/img/application-nav_done.gif);
}
#application-nav li.future-last-done div.arrow{
	background-image: url(/giving/files/img/application-nav_future_done_last.gif);
}
#application-nav li.done-future div.arrow{
	background-image: url(/giving/files/img/application-nav_done_future.gif);
}

#application-nav li.current {
	background-color:#006599;
}
#application-nav li.current-future-done {
	background-color:#006599;
}
#application-nav li.current-future-current {
	background-color:#006599;	
}
#application-nav li.last-done {
	background-color:#88b3da;	
}
#application-nav li.future-next-current {
	background-color:#88b3da;
}
#application-nav li.done {
	background-color:#88b3da;
}
#application-nav li.future-last-done {
	background-color:#e8d3ab; 
}
#application-nav li.done-future {
	background-color:#e8d3ab;
}
#application-nav li.current {
	background-color:#006599;
}
#application-nav li.current-future-done {
	background-color:#006599;
}
#application-nav li.current-future-current {
	background-color:#006599;	
}
#application-nav li.last-done {
	background-color:#88b3da;	
}
#application-nav li.future-next-current {
	background-color:#88b3da;
}
#application-nav li.done {
	background-color:#88b3da;
}
#application-nav li.future-last-done {
	background-color:#e8d3ab; 
}
#application-nav li.done-future {
	background-color:#e8d3ab;
}
#application-nav li.no-background{
	background-image:none;
}
#application-nav li a, #application-nav li p {
	color:#999;
	text-decoration: none;
	display:block;
	padding: 8px 0 0 6px;
	font-weight:bold;
	font-size: .9em;
}
#application-nav li.last-done a, #application-nav li.current a, #application-nav li.current-future-done a, #application-nav li.done a, #application-nav li.future-last-done a, #application-nav li.done-future a, #application-nav li.current-future-current a,#application-nav li.future-next-current a {
	color:#fff;
}	
#application-nav li.done a:hover, #application-nav li.last-done a:hover, #application-nav li.future-last-done a:hover, #application-nav li.done-future a:hover ,#application-nav li.future-next-current a:hover {
	color:#006599;
	cursor:hand;
}

@media screen and (max-width: 995px) {
	#cms-content .step {
		display:none;
	}
	
	#fundAmounts td {
		padding: 5px;
	}
	
	#fundAmounts #fund-total {
		padding-right:13px;	
	} 

@media screen and (max-width: 600px) {
	#application-nav {
		display:none;
	}
	
	fieldset {
		padding:1em .8125em 0 .8125em;
	}
	
	fieldset fieldset {
		padding:1em .5125em 0 .5125em;

	}
	#fundAmounts .fund-amount {
		margin-top: 13px;
	}
	
	
	
}
*/*/