/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { margin: 0; font-size: 13px; line-height: 1.231; overflow: auto; }
body, button, input, select, textarea { font-family: sans-serif; color: #222; }

::-moz-selection { background: #afd0f9; color: #fff; text-shadow: none; }
::selection { background: #afd0f9; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding-right: 18px; margin-left: 10px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }


/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */

body {
	font: normal 100% Calibri, Candara, "Gill Sans", "Gill Sans MT", sans-serif;
	background: url(/dpa/static/img/large_background_tile.png) repeat-y 39.7% 0;
}

html,
body {
   	margin:0;
   	padding:0;
   	height:100%;
}

#overlay {
	display: none;
	z-index: 90000;
	width: 300%;
	height: 100%;
	position: fixed;
	margin-left: -1000px;
	background-color: #000;
}

#loader {
	display: none;
	z-index: 100001;
	width: 200px;
	height: 200px;
	position: fixed;
	margin-top: 200px;
	margin-left: 170px;
	background-color: #000;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

#loader p {
	font-size: 16px;
	color: #ffffff;
	margin-top: 20px;
	margin-bottom: 40px;
}

#how-to-cancel-modal, #ccv-info-modal, #attribution-info-modal {
	display: none;
    position:absolute;/*--to make it float--*/
	top:100px;/*--Align it away from top for 100pixels--*/
	margin-left:-150px;/*--Align it at center of the screen--*/
	left:50%;/*--Align it at center of the screen--*/
	width:300px;
	height:300px;
	z-index: 100001;
	background-color: whitesmoke;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border: 3px solid #CCCCCC;
	border-radius: 20px;
	box-shadow: rgba(0,0,0, 0.6) 0px 0px 15px;
	-moz-box-shadow: rgba(0,0,0, 0.6) 0px 0px 15px;
	-webkit-box-shadow: rgba(0,0,0, 0.6) 0px 0px 15px;
}

#attribution-info-modal ul, #attribution-info-modal-2 ul {
	font-size: 0.8em;
	text-align: left;
	padding-right:0.4em;
	margin-top: -0.2em;
	margin-bottom: -0.2em;	
}


#how-to-cancel-modal p, #ccv-info-modal p, #attribution-info-modal p {
	font-size: 0.8em;
	text-align: left;
	padding: 0 0.8em 0.4em 0.8em;
}

.modal-close {
    background: url(/dpa/static/img/consumer_modal_sprite.png) no-repeat 0 -317px;
    height: 32px;
    width: 32px;
    margin-left: 288px;
    margin-top: -19px;
    position: absolute;
}

.modal-close:hover {
    background: url(/dpa/static/img/consumer_modal_sprite.png) no-repeat -37px -317px;
    cursor: pointer;
}

#section-indicator {
	display: none;
}

#container {
	min-height:100%;
    position:relative;
}

#main {
	/*padding-bottom: 4em;*/
}

header {
	height: .5em;
	background-color: #2f76bc;
	margin-bottom: 2em;
}

header a {
	display: none;
}

h1 {
	font-size: 1.4em;
}

#charity-info {
	float: left;
	width: 30%;
	font-size: 1em;
	margin-left: 5%;
	margin-right: 5%;
	
}


h2 {
	color: #0183C3;
	font-size: 1.2em;
	border-bottom: 2px solid #929292;
	padding-bottom: 1%;
	margin-top: 1em;
	margin-left: 1em;
	margin-right: 1em;
}

#form-block, #thank-you-block {
	float: left;
	width: 60.0%;
}

#thank-you-block {
	display: none;
	width:  60%;
	text-shadow: 0 1px 0 #fff;
	padding-top: .5em;
	margin-left: auto;
	margin-right: auto;
}

#thank-you-block h2 {
	text-align: center;
}

#thank-you-block div {
	margin-bottom: 2em;
}

.form-section {
	width:  90%;
	font-size: .8em;
	text-shadow: 0 1px 0 #fff;
	margin-bottom: 4em;
	margin-left: auto;
	margin-right: auto;
}

/*.form-section fieldset {
	width: 90%;
	margin: 0 4%;
}*/

ol {
	list-style: none;
	margin: 0 5%;
	padding: 0;
}

li {
	padding: 5px 0;
}

#form-errors-summary {
	display: none;
    width: 85%;
    background-color: #D33C31;
    color: whitesmoke;
    padding: 1em;
    border: 2px solid #B54F49;
    margin:  0 auto;
}

#form-errors-summary p {
	margin: 0 .3em 0 0;
}

/* @group Form Styles */

#donation-info fieldset {
	margin-bottom: 1em;
}

#donation-info .donationTiers {
	margin-bottom: .2em;
}

hr {
	margin: 0 0 .5em 0;
}

*:focus {outline: none;}

input[type=text], input[type=email] {
	width: 90%;
	background: none repeat scroll 0 0 white;
	font-size: 1.0em;
	color: #636363;
	font-weight: bold;
	padding: 5px 5px;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 0px 3px #D5DBDF;
	-moz-box-shadow: 0px 0px 0px 3px #D5DBDF;
	box-shadow: 0px 0px 0px 3px #D5DBDF;
}

input[type=radio] {
	margin-top: 2px;
}

input::-webkit-input-placeholder {
    color: #636363;
    font-weight: bold;
}

input:-moz-placeholder {
    color: #636363;
    font-weight: bold;
}

.placeholder { 
	color: #636363; 
	font-weight: bold;
}

input.error {
	background-color: #DB7779;
	border: 1px solid #B54F49;
}

div.error {
	color: #D33C31;
	font-style: italic;
	margin-top: .5em;
	clear: both;
}

.no-touch label {
	margin-left: .2em;
	margin-right: .8em;
}

.giving-tier-block label div {
	font-weight: bold;
	margin-left: .4em;
}

.no-touch .giving-tier-block label {
	display: block;
	margin-bottom: 1.5em;
}


.radio-fieldset-title {
	display: block;
	font-weight: bold;
	color: #636363;
	margin-top: .2em;
	margin-left: 6%;
	margin-bottom: .2em;
	/*margin-right: 4%;*/
}

.radio-fieldset-title {
	margin-bottom: .2em;
}

#amount.no-tier-amount {
	width: 20%;
	font-size: 1.5em;
	text-align: right;
	/*margin-top: 1.5em;
	margin-bottom: .8em;*/
}

#amount {
	text-align: right;
}

span.tier-amount {
	font-size: 1.1em;
}

span.no-tier-amount {
	font-size: 1.5em;
}

.sub-label {
    display: block;
    float: left;
    font-size: 1.0em;
    font-weight: bold;
    margin-bottom: .5em;
}

.small-italic {
	font-size: .9em;
	font-style: italic;
	color: #919191;
}

.small-italic.dbl-line {
	margin-bottom: .5em;
    margin-left: 1em;
}

input[name='amount'] {
	width: 10%;
}

#recurring-ask {
	float: left;
	width: auto;
}

#recurring-ask, #fee-toggle {
    margin-left: .2em;
}

#recurring-block {
	display: none;
	font-style: italic;
	padding-top: .2em;
}

#recurring-block span {
	padding-left: 1em;
}

button {
	position: relative;
	border: 0; 
	padding: 0;
	cursor: pointer;
	overflow: visible; /* removes extra side padding in IE */
	background: url(/dpa/static/img/sprite.png) no-repeat 0 -307px;
    height:  37px;
    width: 252px;
    color: whitesmoke;
}

button:hover, button:focus {
	background: url(/dpa/static/img/sprite.png) no-repeat 0 -344px;
}

.split button {
	background: url(/dpa/static/img/sprite.png) no-repeat -311px -116px;
    height:  37px;
    width: 182px;
}

.split button:hover, .split button:focus {
	background: url(/dpa/static/img/sprite.png) no-repeat -311px -160px;
}	

button.previous-section-button {
	background: url(/dpa/static/img/sprite.png) no-repeat -311px 0;
    height:  37px;
    width: 65px;
}

button.previous-section-button:hover, button.previous-section-button:focus {
	background: url(/dpa/static/img/sprite.png) no-repeat -311px -40px;
}

button::-moz-focus-inner {
	border: none;  /* overrides extra padding in Firefox */
}

/* @end */

#summary {
	display: none;
}

#ccv-learn-more {
	padding-top: .5em;
	margin: 0;
}

#spread-the-word {
	padding: 0 2em;
}

#spread-the-word label {
	float: left;
	width: 50%;
	padding-right: .5em;
	border-right: 1px dashed #CACACA;
}

#form-section-footer {
	background: url(/dpa/static/img/footer_texture.png) repeat 0 0;
	padding: .5em 0 3.5em 2em;
	border-top: .4em solid #CACACA;
}

#form-section-footer div {
	float: left;
}

#charity-info #powered-by-logo, #powered-by-logo-footer {
	float: left;
	width: 108px;
	height: 30px;
	background: url(/dpa/static/img/sprite.png) no-repeat 0 -185px;
	margin-left: 26px;
	margin-top: 4px;
}

#charity-info #malware_siteseal, #malware_siteseal {
	float: left;
	margin-left: 10px;
}

.form-section-buttons {
	display: none;
}


footer {
	background-color: white;
	/*padding: 2% 0;*/
	border-top: 4px solid #999;
	position:absolute;
    bottom:0;
    width:100%;
}




/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (max-width: 768px) {

html,
body {
	background: none;
   	margin:0;
   	padding:0;
   	height:100%;
}

#section-indicator {
	display: none;
	position: absolute;
	top: 15em;
	left: 50%;
	width: 100px;
	height: 100px;
	background-color: black;
	z-index: 999999;
	margin-left: -50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 4px 3px 3px 0px #515151;
	-moz-box-shadow: 4px 3px 3px 0px #515151;
	box-shadow: 4px 3px 3px 0px #515151;
}

#section-indicator div {
	background: url(/dpa/static/img/section-indicator-arrows.png) repeat 0 0;
	height: 74px;
	width: 84px;
	margin: 13px auto 0 auto;
}

#section-indicator.left div {
	background: url(/dpa/static/img/section-indicator-arrows.png) repeat 0 -76px;
	height: 74px;
	width: 84px;
	margin: 13px auto 0 auto;
}

#container {
	background: #fafafa url(/dpa/static/img/small_background_tile.png) repeat 0 0;
	min-height:100%;
    position:relative;
}

header {
	display: none;
}

h1 {
	font-size: 1.3em;
	margin:.2em 0;
}

p {
	margin: .2em 0;
}

#charity-info {
	float: none;
	width: 96%;
	background-color: white;
	font-size: .8em;
	padding: 1em 2%;
	border-bottom: .4em solid #CACACA;
	margin: 0;
}

#charity-info img {
	float: left;
}

#charity-info div {
	margin-left: 8em;
}

#charity-info div.no-banner-image {
	margin-left: 1em;
}

#charity-info #powered-by-logo, #charity-info #verisign-logo, #charity-info #malware_siteseal {
	display: none;
}

h2 {
	font-size: 1.1em;
	background: none;
	border-top: none;
	border-bottom: .2em solid #CACACA;
}

#main {
	padding-bottom: 3.6em;
}

#form-block, #thank-you-block {
	float: none;
	position: relative;
	width: 90%;
	margin: 0 auto;
}

#form-errors-summary {
	position: absolute;
	width: 94%;
	font-size: .8em;
}

.form-section {
	display: none;
	width: 100%;
	font-size: .8em;
	margin-right: 0;
	margin-left: 0;
}

.form-section.active {
	display: block;
}

.form-section fieldset {
	width: 100%;
	margin: 0;
}

.form-section-buttons {
	display: block;
}

input[type=text], input[type=email] {
	width: 96%;
}

input[name='amount'] {
	width: 10%;
}

.giving-tier-block {
	margin-bottom: 0;
}

.radio-fieldset-title {
	margin-left: 1em;
	margin-right: 0;
}

#summary {
	display: block;
}

#donation-summary .total-line .left {
	float: left;
	color: #666;
	font-size: 0.8em;
}

#donation-summary .right {
	float: right;
}

#donation-summary .line-item {
	border-bottom: 1px solid #e0e0e0;
}

#donation-summary .total-line {
	font-weight: bold;
}

#form-section-footer {
	display: none;
}

footer {
	position:absolute;
    bottom:0;
    width:100%;
    /*height:60px;*/   /* Height of the footer */
    background: #fafafa url(/dpa/static/img/footer_texture.png) repeat 0 0;
    border-top: .4em solid #CACACA;
}

footer .form-section-buttons {
	display: none;
	/*width: 85%;*/
	float: left;
	/*background: #fafafa url(/dpa/static/img/footer_texture.png) repeat 0 0;*/
	padding: 0 .5em;
	/*border: 2px solid #CCCCCC;*/
	/*-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
	margin: .5em 1em;
}

footer .form-section-buttons.active {
	display: block;
}

footer #powered-by-logo {
	float: left;
	width: 108px;
	height: 30px;
	background: url(/dpa/static/img/sprite.png) no-repeat 0 -185px;
	margin-left: 26px;
	margin-top: 11px;
}

footer #malware_siteseal {
	float: left;
	margin-left: 10px;
	margin-top: 4px;
}

}

/*@media only screen and (min-width: 768px) {
	
}*/

@media only screen and (max-width: 320px) {
	main {
		padding-bottom: 6.0em;
	}
	
	#charity-info {
		padding-bottom: 1em;
	}
	
	#charity-info img {
		width: 40px;
		height:  40px;
		margin-left: 1em;
	}
	
	#charity-info p {
		display: none;
	}
	
	#charity-info div {
		margin-left: 5em;
		padding-top: 1em;
	}
	
	h1 {
		font-size: 1.1em;
	}
	
	#amount.no-tier-amount {
		font-size: 1.0em;
	}
	
	span.no-tier-amount {
		font-size: 1.0em;
	}
	
	footer {
		position:relative;
	    width:100%;
	    /*height:60px;*/   /* Height of the footer */
	    padding: 1em 0;
	    margin-top: 1.5em;
	}

}

/* @group Override jQuery Mobile Styles */

.ui-body-c {
	background: url(/dpa/static/img/large_background_tile.png) repeat-y 39.7% 0;
}

.ui-controlgroup .ui-checkbox label, .ui-controlgroup .ui-radio label {
	font-size: 1em;
}

.ui-focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.ui-select {
	width: 92%;
}


#cc-expire-block .ui-select {
	width: auto;
}

label.ui-input-text {
	display: block;
	font-weight: bold;
	margin-bottom: .5em;
}

/* @end */

/* @group Touch Event Based Styles */

.touch #amount.ui-input-text {
	display: inline;
}

.touch #recurring-ask {
	float: none;
	width: 100%;
}

.touch #recurring-block {
	display: none;
	font-style: normal;
	color: #636363;
	font-weight: bold;
}

.touch #recurring-block span {
	padding-left: 0em;
}

.touch footer #powered-by-logo {
	margin-left: 55px;
}

/* @end */

/* ==|== print styles ======================================================= */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } 
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
