@charset "utf-8";
/* NWCI FORMS CSS Document */

/* Forms =================================================== */
form {
  margin: 0 0 1.5em 0;
}
form fieldset {
  margin-bottom: 1.5em;
  padding: 0;
  border-width: 0;
}
form legend {
  display: block;
  width: 100%;
  margin-bottom: 1.5em;
  *margin-left: -7px;
  padding: 0;
  color: #000000;
  border: 0;
  border-bottom: 1px solid #8c9bab;
  white-space: normal;
}
form legend small {
  font-size: 14px;
  font-size: 1.4rem;
  color: #bfbfbf;
}
form p {
  margin-bottom: 0.75em;
}
form ul {
  list-style-type: none;
  margin: 0 0 1.5em 0;
  padding: 0;
}
form br {
  display: none;
}
label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: baseline;
  *vertical-align: middle;
}
input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
label {
  display: block;
  margin-bottom: 0.1875em;
  font-weight: bold;
  color: #000000;
  cursor: pointer;
}
label input,
label textarea,
label select {
  display: block;
}
input,
textarea,
select {
  display: inline-block;
  width: 100%;
  padding: 4px;
  margin-bottom: 0.375em;
  background-color: #ffffff;
  border: 1px solid #8c9bab;
  color: #000000;
}
input:hover,
textarea:hover,
select:hover {
  border-color: #586879;
}
.input-mini {
  width: 60px;
}
.input-small {
  width: 90px;
}
input[type="image"],
input[type="checkbox"],
input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 0;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0 \9;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  *width: 13px;
  *height: 13px;
}
input[type="image"] {
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="file"] {
  width: auto;
  padding: initial;
  line-height: initial;
  border: initial;
  background-color: transparent;
  background-color: initial;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  width: auto;
  height: auto;
  cursor: pointer;
  *overflow: visible;
}
select,
input[type="file"] {
  height: 28px;
  *margin-top: 4px;
  line-height: 28px;
}
select {
/*  width: auto;*/
  max-width:100%;
  background-color: #ffffff;
  font-size: 13px;
  font-size: 1.3rem;
}
select[multiple],
select[size] {
  height: auto;
}
textarea {
  resize: vertical;
  overflow: auto;
  height: auto;
  overflow: auto;
  vertical-align: top;
}
input[type="hidden"] {
  display: none;
}
.radio,
.checkbox {
  padding-left: 18px;
  font-weight: normal;
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -18px;
}
.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  cursor: not-allowed;
}
input:focus,
textarea:focus {
  border-color: #2d353e, 40%;
  outline: 0;
  outline: thin dotted \9;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
select:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
::-webkit-input-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
input:-moz-placeholder {
  font-size: 14px;
  font-size: 1.4rem;
}
.help-block,
.help-inline {
  color: #808080;
}
.help-block {
  display: block;
  margin-bottom: 0.75em;
}
.help-inline {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.form-inline input,
.form-inline textarea,
.form-inline select {
  display: inline-block;
  margin-bottom: 0;
}
.form-inline label {
  display: inline-block;
}
.form-inline .radio,
.form-inline .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}
.form-search input,
.form-search textarea,
.form-search select {
  display: inline-block;
  margin-bottom: 0;
}
.form-search .search-query {
  padding-left: 14px;
  padding-right: 14px;
  margin-bottom: 0;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
.form-search label {
  display: inline-block;
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"] {
  float: left;
  margin-left: 0;
  margin-right: 3px;
}


/* MARC Extras */
/*___________*/
/* Some Form Stuff */
label, fieldset legend {font-weight:bold;font-family: 'Open Sans', arial, helvetica, sans-serif;}

label {font-family: 'Open Sans', arial, helvetica, sans-serif;}

fieldset {margin-bottom:15px;border:0px solid #333;padding:1em;}

input, select, textarea {/*width:90%;padding:5px; background:#faffef;border:1px solid #99cc33;margin-top:0px; color:#4fb046; */ 
 background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  border-radius: 3px;
    display: inline-block;
    font-size: 13px;

    padding: 6px 6px;
    
}
.searcher input {padding: 0px;}
textarea {min-height:12em;height:auto;}
input[type="checkbox"] {width:auto;} 
input[type="radio"] {width:auto; background:none;} 
/*input[type="submit"] {width:auto;padding:7px;border:none;background:#333;cursor:hover;color:#fff;} */
input[type="submit"]:hover {cursor:hover;
  background:#6c4caa; /* Old browsers */
} 

.subscribe-form input[type="submit"]:hover, .login-clear:hover  {  color: #2b2c31;  
	background: #4fb046; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #4fb046 0%, #4fb046 70%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#4fb046), color-stop(70%,#4fb046)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(-45deg,  #4fb046 0%,#4fb046 70%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(-45deg,  #4fb046 0%,#4fb046 70%); /* Opera 11.10+ */
background: -ms-linear-gradient(-45deg,  #4fb046 0%,#4fb046 70%); /* IE10+ */
background: linear-gradient(135deg,  #4fb046 0%,#4fb046 70%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4fb046', endColorstr='#4fb046',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */}
/* Some Form Stuff */

.searcher {
	width:90%;
    margin: 0 auto;
}


.searcher .search-field {
    background: none repeat scroll 0 0 #fff;
    border: medium none;
    clear: both;
    color: #6e5ba7;
    display: block;
    float: left;
    font-family: Georgia,"Times New Roman",Times,serif;
    font-size: 1em;
    font-style: italic;
    height: 43px !important;
    margin-bottom: 0.5em;
    margin-left: 30px;
    padding: 0.4em;
    width: 50%;
	-webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
}


.search-bttn, .searcher input[type="submit"], input.submit[type="submit"] {
	margin-top:10px;
	margin-left: 10px;
    background: none repeat scroll 0 0 #C68D10;
    border: 3px solid #FFFFFF;
    -webkit-border-top-right-radius: 3px;
-webkit-border-bottom-right-radius: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 3px;
border-top-right-radius: 3px;
border-bottom-right-radius: 3px;
    color: #fff;
	font-weight:800;
    cursor: pointer;
    display: block;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    font-size: 1.125em;
    height: 43px;
    text-transform: none;
    
	background: #6c4caa; /* Old browsers */

}
 .search-bttn:hover , .searcher input[type="submit"]:hover, input.submit[type="submit"]:hover {   background: #ca9ad3; color: #2b2c31;  }


.donation-form fieldset div {clear:both;}
.donation-form fieldset div label {float:left;clear:none; margin-left:10px;}
.donation-form fieldset div input.checkbox {float:left;clear:none;}
.donation-form.register fieldset input {float:none;clear:none;}
.donation-form.register fieldset div {clear:none;}
hr.shadow {clear:both;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.0), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.0), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.0), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.0), rgba(0,0,0,0)); 
}


@media all and (min-width: 800px) {
.search-bttn, .searcher input[type="submit"] {

    width:7em;


}
}