*{
	/*outline: red 1px solid;*/
}

body{ background-color: #E8E8E8; }

p{ padding: 10px 0; font-size:12px;}

input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #CCCCCC;
	font-style: italic;
    opacity: 1; /* Firefox */
	font-size:0.6em;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #DCDCDC;
	font-style: italic;
	font-size:0.6em;
}

input::-ms-input-placeholder { /* Microsoft Edge */
    color: #DCDCDC;
	font-style: italic;
	font-size:0.6em;
}

input#recurring-date {
    width: 140px;
    margin-left: 10px;
}

input#recurring-date::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

.section{ padding:50px 0; margin:0; }

.s-two-third{
	width:686px;
	vertical-align: top;
}
.s-one-third{
	width:270px;
	vertical-align: top;
}

.standardUpBottomPadding{
	padding: 40px 0 0 0;
}

.arrow-down {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #6EC9FF;
}

.error{
	margin-top:5px;
	margin-right: 15px;
	font-size:0.8em;
	color:red;
	text-align: right;
	display:none;
	font-weight: normal;
}


#main-banner{ width:100%; }


#choose-date{
	padding: 25px 0;
}


#globalerrormessage{
	color: red;
	font-size:16px;
	padding:20px;
	font-weight: bold;
	width:calc(100% - 40px);
	background-color: #F1F1F1;
	margin-top:30px;
	display:none;
}

#doner-otherinfo{
	background-color: #E8E8E8;
	padding:20px;
	font-size: 12px;	
}

#doner-testimony{
	text-align: center;
	background-color: #FFFFFF;
	padding:20px;	
	margin-bottom:30px;
}

#doner-testimony p{
	padding: 0 30px;
}

/* LHS of the website*/
#doner-info{ 
	margin-right: 26px;
	padding:20px 40px 40px;
	background-color: #FFFFFF;
}

#donation-type{
	position:relative;
}

#one-time{
	margin-right:5px;
}

#recurring-notice,
#one-time-notice{
	max-width:275px;
	width:100%;
	display: inline-block;
	padding: 0 0 0 15px;
	vertical-align: middle;
	font-size:0.85em;
}
#one-time-notice{
	display:none;
}

#one-time-donation-amounts{
	display:none;
	width:100%;
}

#recurring-donation-amounts{
	display:inline-block;
	width:100%;
}

#one-time-donation-amounts > .flex-box,
#recurring-donation-amounts > .flex-box{
	justify-content:space-between;
}

#one-time-donation-amount-1.local-donate-btn,
#one-time-donation-amount-2.local-donate-btn,
#one-time-donation-amount-3.local-donate-btn,
#one-time-donation-amount-4.local-donate-btn,
#one-time-donation-amount-5.local-donate-btn,
#recurring-donation-amount-1.local-donate-btn,
#recurring-donation-amount-2.local-donate-btn,
#recurring-donation-amount-3.local-donate-btn,
#recurring-donation-amount-4.local-donate-btn,
#recurring-donation-amount-5.local-donate-btn,
#other-amount.local-donate-btn
{
	margin-right:10px;
	width:105px;
	height:80px;
	line-height:80px;
	font-size:20px;
	margin-bottom:15px;
}


#one-time-donation-amount-5.local-donate-btn,
#recurring-donation-amount-5.local-donate-btn
{
	margin-right:0 !important;
}


/**** Initial choosing Amount ***/
#recurring,
#one-time-donation-amount-2.local-donate-btn,
#recurring-donation-amount-3.local-donate-btn,
#credit-card-btn.local-donate-btn{
	background-color: #6EC9FF;
}

#other-amounts{	
	display:flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
}

#other-amount-text{
	position: relative;
}

#other-amount-text > div.textbox-label {
	top:18px;
	left: 10px;
	font-size:1.8em;
	font-weight: bold;
	display: none;
}

#other-amount-input{
	height:75px;
	width:420px;
	font-weight: bold;
	font-size:1.5em;
	padding:0 5px 5px 35px;
	display:none;
}

#recurring-amount{
}

/*** PAYMENT METHOD ***/
#credit-card-btn, #cheque-btn{
	max-width:185px;
	width:100%;
	margin-right:0;
}

#credit-card-btn{
	margin-right: 10px;
}

#payment-method{
	position:relative;
}

#payment-method-button{
	margin-bottom:5px;
}
#payment-method-button > .flex-box{
	justify-content:space-between;
	flex-wrap: nowrap;
}

#payment-method-button > .arrow-down{
	position:relative;
	top: -1px;
	left: 80px;
}

/*** Expiration Date ***/
#expire-date-field{
	position: relative;
	color:#AFAFAF;
	font-weight: bold;
	margin-top:10px;
}

/*** Title Field Checkboxes ***/

#title-field-container{ margin-bottom: 5px; padding:10px;}

#title-field{ display: flex; flex-wrap: wrap; }

.title-field-item{
	margin-bottom:25px;
}

.subscribeMailingList-item,
.title-field-item {
	display: block;
	position: relative;
	padding-left: 35px;
    margin-right: 30px;
	cursor: pointer;
	font-size: 12px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default checkbox */
.subscribeMailingList-item input,
.title-field-item input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: -3px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border: 1px solid #9e9e9e;
	border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.subscribeMailingList-item:hover input ~ .checkmark,
.title-field-item:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.subscribeMailingList-item input:checked ~ .checkmark,
.title-field-item input:checked ~ .checkmark {
  background-color: #969696;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.subscribeMailingList-item input:checked ~ .checkmark:after,
.title-field-item input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.subscribeMailingList-item .checkmark:after ,
.title-field-item .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*** ALL TEXTBOX INPUT FIELDS ***/
#province-field,
#state-field{
	display:none;
}

#province-field,
#state-field,
#country-field{
	color:#AFAFAF;
	font-weight: bold;
	position: relative;
	margin-bottom: 10px;
}

#credit-card-number-field,
#cvv-field,
#firstname-field,
#lastname-field,
#phone-field,
#email-field,
#address-field,
#city-field,
#postalcode-field,
#comment-field{
	position: relative;
	margin-bottom: 10px;
}

#credit-card-number-field > div.textbox-label,
#cvv-field > div.textbox-label,
#firstname-field > div.textbox-label,
#lastname-field > div.textbox-label,
#phone-field > div.textbox-label,
#email-field > div.textbox-label,
#address-field > div.textbox-label,
#city-field > div.textbox-label,
#postalcode-field > div.textbox-label,
#comment-field > div.textbox-label{
	top: 10px;
	left: 10px;
	font-weight: bold;
}


#country-field > div.textbox-label,
#state-field > div.textbox-label,
#province-field > div.textbox-label{
	padding-top:10px;
}

#question-mark{
	position: absolute;
    top: 10px;
    right: 30px;
}

#question-mark img{
	width:20px;
}

#cvv-sample{
	max-width:500px;
	width:100%;
	position: absolute;
	z-index: 2;
	top:60px;
	right:10px;
	-moz-box-shadow:    0 8px 6px -6px #333333;
  	-webkit-box-shadow: 0 8px 6px -6px #333333;
  	box-shadow:         0 8px 6px -6px #333333;
	
	display:none;
	
}

#recurringDay,
#expireMM{
	width:50px;
	margin-right:5px;
}

#expireYY{
	width:80px;
}


.province-dropdown,
.state-dropdown,
.country-dropdown,
.date-dropdown{
	background-color: #FFFFFF;
	color:#333333;
	border: 1px solid #9e9e9e;
	-moz-box-shadow:    inset 0 0 4px #CCCCCC;
   	-webkit-box-shadow: inset 0 0 4px #CCCCCC;
   	box-shadow:         inset 0 0 4px #CCCCCC;	
	overflow: scroll;
	
}

#recurringDay{
	width:60px;
	height:35px;
}

.date-dropdown{	
	height:45px;
	text-align: center;
}
.province-dropdown,
.state-dropdown,
.country-dropdown{
	height: 42px;
	/*width: 106%;*/
}
/*
.country-dropdown{
	margin-left:4px;
}
.state-dropdown{
	margin-left:11px;
}
*/

#submit.local-donate-btn{
	margin-top:30px;
	width:300px;
	height:100px;
	font-size:2em;
	background-color:#6EC9FF;
	color: #555555;
}

#submit.local-donate-btn:hover{
	background-color:#9DD9FD;
}

#string-monthly-submit{
	font-size:14px; margin-top: -35px; height: 60px;
}

.local-donate-btn {
	background-color:#DDDDDD;
	border:1px solid #dcdcdc;
	display:inline-block;
	font-weight:bold;
	font-style:normal;
	height:65px;
	line-height:65px;
	width:105px;
	text-decoration:none;
	text-align:center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.local-donate-btn:hover{
	background-color:#E8E8E8;
}


.local-donate-btn:active {
	position:relative;
	top:1px;
}

.textbox-label{
	position: absolute;
	z-index: 1;
	color:#AFAFAF;
}

input[type="checkbox"] {
    width: 0;
}

textarea {
	font-family: "Helvetica", sans-serif;
	font-size:14px;
	color: #333333;
    width: 100%;
    height: 150px;
    padding: 12px 20px 12px 100px;
    box-sizing: border-box;
    border: 1px solid #9e9e9e;
    border-radius: 4px;
    resize: none;
	-moz-box-shadow:    inset 0 0 4px #CCCCCC;
   	-webkit-box-shadow: inset 0 0 4px #CCCCCC;
   	box-shadow:         inset 0 0 4px #CCCCCC;
}

input{
	font-family: "Helvetica", sans-serif;
	font-size:14px;
	color: #333333;
	height:30px;
	line-height: 40px;
	/*max-width: 548px;*/
	width:100%;
	padding:5px 10px;
	/*background-color: #F1F1F1;*/
	/*background: radial-gradient(circle, #FFFFFF, #FAFAFA, #F1F1F1);*/
	border: 1px solid #9e9e9e;
	border-radius: 3px;
	-moz-box-shadow:    inset 0 0 4px #CCCCCC;
   	-webkit-box-shadow: inset 0 0 4px #CCCCCC;
   	box-shadow:         inset 0 0 4px #CCCCCC;
}


#donor-otherinfo h4{
	margin-bottom: 20px;
}

#doner-otherinfo img{
	width:30px;
	float: left;
	padding-right:10px;
}

h6{ margin-top:7px;}

#doner-testimony img{
	width:100%;
	max-width: 220px;
}
	
#cheque-monthly,
#cheque-one-time, 
#cheque-info,
#thank-you,
#call-us{
	display:none;
}

#thank-you, #call-us{
	border: 2px #333333 solid;
	background-color: #F1F1F1;
	padding:20px;
}

#thank-you-left{
	padding:20px 20px 0 0;
	display: inline-block;
	vertical-align: top;
}

#thank-you-right{
	padding:0;
	width:82%;
	display: inline-block;
}

#greencheckmark{
	max-width:70px;
	width:100%;
}

#loading-gif{
	position:fixed;
	top: 35%;
	z-index: 200;
	width:100%;
	color:white;
	display: none;
}

#loading-gif img{
	max-width:150px;
	width:100%;
}

@media screen and (max-width:960px)
{
	.s-two-third{
		width:66%;
		display:inline-block;
	}
	.s-one-third{
		width:32%;
		display:inline-block;
	}
	#other-amount-input{
		width:85%;
	}
	
	.arrow-down{
		display:none;
	}
	
	#payment-method-button{
		margin-bottom:20px;
	}
	
	#doner-info,
	#doner-testimony,
	#doner-otherinfo{
		padding:10px;
	}
	
	#credit-card-btn, #paypal-btn{
		margin-right:10px;
	}
	
	.textbox-label{
		font-size:0.8em;
	}

}

@media screen and (max-width:790px)
{
	input#recurring-date
	{
		width: 200px;
		margin: 10px 0;
	}
}

@media screen and (max-width:660px)
{
	.s-two-third{
		width:100%;
		display:block;
	}
	.s-one-third{
		width:100%;
		display:block;
	}
	
	#doner-info,
	#doner-testimony,
	#doner-otherinfo{
		margin:0 0 30px 0;
	}
	
	#recurring-notice, #one-time-notice {		
		padding: 15px 0 0 0;
		vertical-align: middle;
		font-size: 1em;
	}
}

@media screen and (max-width:600px)
{
	.flex-box {
    	display: flex;
	}
}