@charset "UTF-8";

/* Mobile first styles 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

select {
	height:40px;
	background-color:#fad9ab;
	background-image:url(/Images/Icons/dropdown-arrow.png);
	background-position:95%;
    background-size:15px;
    background-repeat:no-repeat;
	border: none;
	border-radius: 0px;
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  -webkit-border-radius: 0px;
	padding-left:8px;
	box-shadow: inset 1px 2px 7px rgba(0,0,0,.2);
	font-size:16px;
	font-weight:300;
	color:#3b3733;	
}

/* FOR IE */
select::-ms-expand{
    display: none;
}

input[type="text"], #ddlStation {
	height:40px;
	background-color:#fad9ab;
	border: none;
	border-radius: 0px;
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  -webkit-border-radius: 0px;
	padding-left:8px;
	box-shadow: inset 1px 2px 7px rgba(0,0,0,.2);
	font-size:16px;
	color:#3b3733;
	display:inline;
	width:100%;

}

#txtCCNum input[type="text"] {
	width:25%;
}

textarea {
	height:100px;
	min-height:40px;
	background-color:#fad9ab;
	border: none;
	border-radius: 0px;
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  -webkit-border-radius: 0px;
	padding-left:8px;
	padding-top:8px;
	box-shadow: inset 1px 2px 7px rgba(0,0,0,.2);
	font-size:16px;
	font-weight:300;
	color:#3b3733;
	display:inline;
	width:100%;
}
label, #lblContactEmailSuccess {
	color: #006851;
	font-size:18px;
	margin-bottom:2px;
	font-style: normal;
}
.FormRequiredLabel {
	font-weight: bold;
	color: #006851;
	font-size:18px;
	margin-bottom:2px;
}
.node {
	font-size:12px;
	line-height:16px;
	padding-top:4px;
	margin-bottom:0px;
}
.email-node, .one-time-node {
	padding-top:0px;
}
.input-row {
	margin-bottom:15px;
}
.what-is-this {
	margin-left:-3px;
	font-size:14px;
	color:#006851;
}


.bg-tan-light.p-40.shadow-outer.text-center.col-matchHeight.animate.wow.fadeInLeft.comment-panel {
	
	max-width: 500px;
	margin: auto;
}


input:disabled {
	background-color:#fde7c3;
	box-shadow: inset 1px 2px 7px rgba(0,0,0,.05);
}
.country-label {
	padding-bottom:4px;	
}
#txtEmail, #txtDonationAmount, #ddlStation {
	margin-bottom:5px;
}
#ddlStopChargeMonth, #ddlStopChargeYear {
	width:120px;
	margin-right:3px;
}
.card-images img {
	border: 1px solid #fad9ab;
	margin-top:-5px;
}
#pnlContactForm #tblMultilineTextBox, #ctl00_cphMainContent_ddlContactCategory {
	width:100%;
}
#pnlContactForm .WatermarkedText {
	color:transparent;
}
.ValidationSummary {
	text-align:left;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #006851!important;
}

/* RADIO STYLES */
input[type="radio"] {
    display:none;
}

input[type="radio"] + label {
  position:relative;
  padding-left:25px;
  cursor:pointer;
  display:inline-block;
  margin-bottom:5px;
}

input[type="radio"] + label:after {
	content:"";
	position:absolute;
	top:50%;
	left:0;
	width:20px;
	height:20px;
	background:url("/Images/Graphics/input-buttons.png") top left no-repeat;
	background-position:0 0;
	background-size:20px 80px;
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}

input[type="radio"]:checked + label:after {
  background-position:0 -20px;
}



/* CHECKBOX STYLES */
input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 5px;
}

input[type="checkbox"] + label:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	background: url("/Images/Graphics/input-buttons.png") top left no-repeat;
	background-position: 0 -40px;
	background-size: 20px 80px;
	-ms-transform: translateY(-50%);
	-webkit-transform:translateY(-50%);
	transform: translateY(-50%);
}

input[type="checkbox"]:checked + label:after {
  background-position: 0 -60px;
}



/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select {
	outline:none;
}
input:focus, select:focus, textarea:focus {
	outline:2px solid #00b05f;
}

textarea {}

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus {}

label, legend {}

fieldset {}



label > .label-body {}

/* Removes awkward default styles on some inputs for iOS */
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

/* Extra small devices (portrait phones, less than 576px)
–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (min-width: 576px) { 
	select, input[type="text"], textarea {
		font-size:18px;
		line-height:22px;
		font-weight:400;
	}
	/*#txtCCNum input[type="text"] {
		width:14%;
	}*/
	#ctl00_cphMainContent_ddlContactCategory tr {
		display:block;
		padding-right:20px;	
	}   
}

@media (min-width: 768px) { 
	#ctl00_cphMainContent_ddlContactCategory tr {
		display:block;
		padding-right:20px;	
	}      
}

@media (min-width: 992px) { 
   
}

@media (min-width: 1140px) { 
	#ctl00_cphMainContent_ddlContactCategory tr {
		display:block;
		padding-right:20px;	
	}   
}

@media (min-width: 1200px) { 
   
}


/* Extra large devices (large desktops)
   No media query since the extra-large breakpoint has no upper bound on its width */
