body {
	background-color: #eeece3;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100% auto;
	background-image: url( ../images/volunteer-background.png );
	color: #000000;
	font-family: Lato, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body.small_image {
	background-position: calc(100% - 10px) 253px;
	background-size: 53%;
}

div.form-close-container {
	position: absolute;
	top: 25px;
	right: 20px;
}

div.form-close-container span {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px;
}

button.form-close,
a.form-close {
	background-image: url( ../images/back-arrow.png );
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 50% auto;
	background-color: #252424;
	border: none;
	color: transparent;
	display: inline-block;
	height: 50px;
	outline: none;
	vertical-align: middle;
	width: 50px;
	z-index: 100;
}

/*--- MAIN WRAPPER ---*/

a {
	color: #ee3b36;
	text-decoration: none;
}

a:hover {
	color: #ee3b36;
	text-decoration: underline;
}

#donate-container {
	padding: 40px 0;
}

.wrapper {
	padding: 60px 20px 0;
	position: relative;
	text-align: left;
	margin: 0 auto;
	max-width: 985px;
}

div.order-step-indicator {
	display: block;
	margin: 10px auto 50px auto;
	/*max-width: 180px;*/
	position: relative;
	text-align: center;
	z-index: 1;
}
div.order-step-indicator span {
	background-color: #ffffff;
	border: 2px solid #d0cfcf;
	border-radius: 50%;
	color: #d0cfcf;
	cursor: pointer;
	display: inline-block;
	height: 36px;
	line-height: 32px;
	top: -16px;
	position: absolute;
	width: 36px;
	z-index: 2;
}

div.order-step-indicator.volunteer span:first-of-type {
	left: -16px
}

div.order-step-indicator.volunteer span:nth-of-type(2) {
	left: calc(33% - 16px);
}

div.order-step-indicator.volunteer span:nth-of-type(3) {
	left: calc(66% - 16px);
}

div.order-step-indicator.volunteer span:last-of-type {
	right: -16px;
}

div.order-step-indicator.donate span:first-of-type {
	left: -16px
}

div.order-step-indicator.donate span:nth-of-type(2) {
	left: calc(50% - 16px);
}

div.order-step-indicator.donate span:last-of-type {
	right: -16px;
}

div.order-step-indicator.request-sign span:first-of-type {
	left: -16px
}

div.order-step-indicator.request-sign span:last-of-type {
	right: -16px;
}

div.order-step-indicator::before {
	background-color: #d0cfcf;
	content: " ";
	display: block;
	height: 2px;
	left: 0;
	margin: -2px 0 0 0;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 1;
}

div.order-step-indicator span.current {
	border: 2px solid #ee3b36;
	color: #ee3b36;
}

.top-bar {
	background: #f0f0f1;
	padding: 0px 20px;
	position: relative;
	text-align: left;
}

.top-bar h1 {
	color: #FFFFFF;
	line-height: 60px;
	font-weight: 300;
	margin: 0;
}

.top-bar a.logo {
	display: block;
	padding: 18px 0;
	width: 375px;
}

.top-bar a.logo img {
	height: auto;
	max-width: 100%;
	width: auto;
}

.image-bar {
	display: none;
}

/* donate bar */

header {
	background-color: #ee3b36;
	padding: 8px 10px;
}

header h2 {
	color: #FFFFFF;
	font-size: 140%;
	font-weight: bold;
	margin: 0;
	text-align: center;
	letter-spacing: 3px;
}

section {
	background-color: #efefef;
	padding: 10px;
	min-height: 250px;
}

span.form-error {
	color: red;
	display: block;
	margin-bottom: 10px;
}


/* general styles */

select.form,
input[type=text].form,
textarea.form,
form.notify select,
form.notify input[type=text],
form.notify textarea {
	background: #ffffff; /* Old browsers */
	border: 2px solid #f0f0f1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #131313;
	display: inline-block;
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 90%;
	margin: 0px 0px;
	max-width: 700px;
	padding: 13px 15px;
	width: 100%;
}

form.notify div.row input[type=text] {
	max-width: 100%;
}

.bambora-checkoutfield {
	border: 1px solid #131313;
	box-sizing: border-box;
	color: #131313;
	font-family: 'Lato', Helvetica, sans-serif;
	font-size: 90%;
}

div.field {
	margin: 0;
	padding: 5px 0;
}

div.field div.input {
	margin: 0;
}

div.field div.input.checkbox-container {
	padding: 0 15px;
}

div.field > label {
	font-weight: 700;
	padding-bottom: 7px;
	text-transform: none;
}

div.field label.block {
	margin: 10px 0;
	display: block;
}

label.hide {
	display: none;
}

.clear {
	clear: both;
}

div.submit {
	margin: 40px auto 10px auto;
	text-align: center;
}

h3 {
	border-bottom: 1px solid #DDDDDD;
	color: #ee3b36;
	margin: 20px 0 5px;
	padding-bottom: 5px;
}

a.email_info_link,
div.email_info_text {
	font-size: 90%;
}

/* buttons */

div.checkbox {
	display: block;
	position: relative;
	margin-bottom: 10px;
	min-height: 22px;
}

div.checkbox.inline {
	display: inline-block;
	margin-bottom: 0;
	margin-right: 5px;
}

div.checkbox.inline-sm {
	margin-bottom: 0;
}

/*div.checkbox:not(:last-child) {
	margin-bottom: 5px;
}*/

div.checkbox input[type=radio],
div.checkbox input[type=checkbox] {
	outline: none !important;
	opacity: 0;
	left: 0;
	position: absolute;
}

div.checkbox label {
	display: block;
	font-weight: normal;
	line-height: 20px;
	margin-left: 25px;
	padding: 0;
	text-align: left;
	text-transform: none;
	/*text-indent: -9999px;*/
}

div.checkbox.hasLabel label {
	margin-left: 20px;
	text-align: left;
	text-indent: 0;
}

div.checkbox label:before {
	background: none;
	border-radius: 50%;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.07) inset, 0 1px 3px #bbb inset;
	content: "";
	cursor: pointer;
	display: inline-block;
	height: 20px;
	left: 0;
	position: absolute;
	top: 0;
	transition: all 0.2s linear 0s;
	vertical-align: middle;
	width: 20px;
}

div.checkbox label::after {
	background-image: url( ../images/checkbox.png );
	background-position: center;
	background-repeat: no-repeat;
	background-size: 8px auto;
	height: 10px;
	content: "";
	cursor: pointer;
	left: 5px;
	opacity: 0;
	position: absolute;
	top: 5px;
	width: 10px;
}

div.checkbox input[type=radio]:checked + label:before,
div.checkbox input[type=checkbox]:checked + label:before {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05) inset, 0 0 0 16px #ee3b36 inset;
}

div.checkbox input[type=radio]:checked + label:after,
div.checkbox input[type=checkbox]:checked + label:after {
	opacity: 1;
}

/*amounts*/

div.checkbox.amount label {
	text-indent: -9999px;
	margin-left: 0;
	height: 40px;
	line-height: 37px;
}

div.checkbox.amount label:before {
	border: 2px solid #f0f0f1;
	border-radius: 0;
	box-shadow: none;
	color: #231f20;
	content: attr( data-amount );
	width: 100%;
	height: 40px;
	display: block;
	text-align: center;
	text-indent: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

div.checkbox.amount label:after {
	left: 0px;
	right: 0px;
	margin: 0 auto;
	height: 30px;
	opacity: 0!important;
}

div.checkbox.amount input[type=radio]:checked + label:before,
div.checkbox.amount input[type=checkbox]:checked + label:before {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08) inset, 0 0 0 21px #ee3b36 inset;
	border-color: #ee3b36;
	color: #ffffff;
}

input[type="text"].amount {
	border-radius: 2px!important;
	border: 2px solid #ccc!important;
	height: 40px;
	padding: 6px 10px!important;
	text-align: center;
}

div.price-spacer {
	height: 10px;
}

input#donation_amount_other {
	border-radius: 2px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.07) inset, 0 1px 3px #bbb inset;
	font-weight: bold;
	left: 0;
	line-height: 35px;
	padding: 0 5px 0 15px;
	position: relative;
	max-width: 100px;
	vertical-align: middle;
	z-index: 1;
}

.form-error:empty,
.message-center:empty {
	display: none;
}

span.slash {
	display: inline-block;
	padding-top: 14px;
}

p.disclaimer {
	color: #666;
	font-size: 80%;
}

.campaign-container {
	-webkit-box-shadow: 6px 6px 0px 0px rgba(240,240,240,1);
	-moz-box-shadow: 6px 6px 0px 0px rgba(240,240,240,1);
	box-shadow: 6px 6px 0px 0px rgba(240,240,240,1);
	position: relative;
}

section.campaign-content-container {
	background-color: #ffffff;
	padding: 35px 30px 30px;
}

section.campaign-content-container.volunteer {
	background-image: url('../images/heart-watermark.png');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 40% auto;
}

section.campaign-content-container.business {
	padding: 20px 30px 30px;
}

section.campaign-content-container img {
	display: none;
	max-width: 100%;
	height: auto;
}

section.campaign-content-container h2 {
	text-transform: none;
}

section.campaign-content-container h2,
section.campaign-content-container p {
	text-align: center;
}

.campaign-main-title {
	text-transform: uppercase;
	display: inline-block;
	margin: 0 auto;
	padding: 15px 0 15px 0;
	position: relative;
	width: 100%;
}

.campaign-main-title.volunteer {
	padding: 40px 0 15px 0;
}

.campaign-main-title.business {
	position: relative;
	top: 0px;
}

.campaign-main-title-icon {
	background: #fff;
	background-repeat: no-repeat;
	background-size: 25px auto;
	background-position: center;
	border: 8px solid #ee3b36;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	height: 60px;
	width: 60px;
	margin: -30px auto;
	position: relative;
	z-index: 100;
}

.campaign-main-title-icon.check {
	background-image: url('../images/elections/small-check.png');
}

.campaign-main-title-icon.heart {
	background-image: url('../images/elections/small-heart.png');
}

.campaign-main-title .header-icon {
	position: absolute;
	right: 15px;
	top: 25px;
}

.campaign-main-title .header-icon img {
	max-height: 50px;
}

.campaign-goal {
	color: #ee3b36;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.campaign-title h3 {
	border-bottom: 0;
	color: #000000;
	font-weight: 300;
	letter-spacing: 1px;
	margin: 15px 0 15px;
	padding-bottom: 0;
	text-align: center;
	text-transform: uppercase;
}

.campaign-goal h2,
.campaign-text h2 {
	margin: 0;
}

.campaign-text {
	text-align: center;
}

.campaign-bar {
	background-color: #ececec;
	height: 74px;
}

.campaign-bar-label {
	border-left: 2px solid #ee3b36;
	border-right: 2px solid #ececec;
	font-size: 80%;
	height: 25px;
	padding-top: 10px;
	position: relative;
}

.campaign-bar-label span.left {
	position: absolute;
	left: 0;
	top: 0;
	padding-bottom: 10px;
	padding-left: 5px;
}

.campaign-bar-label span.right {
	position: absolute;
	right: 0;
	top: 0;
	padding-bottom: 10px;
	padding-right: 5px;
}

.campaign-bar-progress {
	background-color: #ee3b36;
	display: inline-block;
	height: 74px;
	vertical-align: top;
}

.campaign-bar-progress-amount {
	height: 74px;
	line-height: 74px;
	display: inline-block;
	padding: 0 10px;
}

.campaign-text  img {
	height: auto !important;
	max-width: 100%;
}


div.step.two .row,
div.creditField .row {
	margin-bottom: 0px;
}

/*order*/

div.order-footer {
	margin: 10px 0;
	font-size: 80%;
}

div.order-footer-image p {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}


div.order-footer-image p:not(:last-child) {
	margin-right: 3px;
}

div.order-footer-image p img.mcvs {
	max-height: 38px;
	width: auto;
	margin: 7px 0;
}


@media all and (max-width: 1200px) {

	body.small_image {
		background-position: calc(100% - 10px) 253px;
		background-size: 43%;
	}

}

@media all and (max-width: 1000px) {

	body#donate_now .wrapper,
	body#donation .wrapper,
	body#volunteer .wrapper {
		padding-top: 40px;
	}


	.top-bar {
		text-align: center;
	}

	#donate-container {
		padding: 15px 0 0;
	}
}


@media all and (max-width: 768px) {
	#donate-container {
		/*padding-top: 140px;*/
		padding-top: 0;
	}

	.top-bar {
		height: 80px;
		padding: 0 10px;
	}

	.top-bar a.logo {
		width: 290px;
	}

	.image-bar {
		display: block;
	}

	div.submit {
		margin: 20px auto;
		/*text-align: right;*/
	}

	div.order-footer {
		margin: 0px 0 30px 0;
	}

	div.order-footer,
	div.order-footer-image p {
		text-align: left!important;
		width: 100%;
	}

	body#donate_now,
	body#donation,
	body#volunteer {
		background-image: none;
		background-size: contain;
		background-position: center -40px;
	}

	body#donate_now .wrapper,
	body#donation .wrapper,
	body#volunteer .wrapper {
		padding: 0;
	}

}

@media all and (max-width: 450px) {

	.top-bar a.logo {
		width: 240px;
		padding: 18px 0;
	}

	div.form-close-container span {
		display: none;
	}


}