/* Boilerplate. See http://html5boilerplate.com */

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%; }

::-moz-selection { background: #ddd; color: #222; text-shadow: none; }
::selection { background: #ddd; color: #222 text-shadow: none; }

a:focus, a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: none; }
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 { 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: 0px; }
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; -moz-box-sizing:border-box; }
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; }

/* General Styles */

body {
  font-family: 'Muli',sans-serif;
}

  
.clear {
  clear:both;
}
img {
  border:0px;
}
a {
  
}
a:hover {
  
}
  
#wrapper.no-background {
  background-image:none;  
}

/* header styles */
    
.social-links {
  float: right;
  height: 30px;
  margin: -2px 0 10px 25px;
  width: 130px;
}
.social-links img {
  opacity:0.3;
  float:right;
  margin-left:20px;
}
.social-links a:hover img {
  opacity:0.7;  
}
    
.centering{
  width:980px;
  margin:0 auto;
}
.headerpad{
  padding-top:30px;
}
.logo {
  width:210px;
  height:33px;
  background-image:url(/images_per_page/no_cms_splash_donate/methuselah_logo.png);
  background-repeat:no-repeat;
  display:block;
  float:left;
  position:relative;
  top: -10px;
}

/*Payment options styles*/
#payment-options{
  display: none;
}

.select-buttons{
  display: none;
}

.general-error {
  margin:0 auto 10px; 
  width:700px;
  color: #ee5555;
}
#donate-form {
  margin: 0 auto 30px;
  width: 718px;
  text-transform: uppercase;
  font-size: .8em;
}
#donate-form ul.container {
  margin: 0;
  padding: 0 0 100px 0;
  width: 550px;
}
#donate-form li {
  list-style-type: none;  
  font-size: 1em;
}
#donate-form li.form-row {
  display: block;
  margin: 10px 0 0;
  padding: 0;
  float: left;
}

#donate-form li.form-row:after {
  content: "";
  display: table;
  clear: both;
}

#donate-form li.error {
  text-align: right;
  height: 20px;
  color: #ee5555;
  margin: 5px 0 0;  
  padding: 0;
  clear: both;
}
#donate-form label {
  display: block;
  float: left;
  padding: 0 10px 0 0;
  text-align: right;

}
#donate-form li.form-row input.text-input {
  border: 1px solid rgb(163,45,47);
  color: #999999;
  float: left;
  padding: 5px 10px;
  width: 400px;
  height: 55px;
  border-radius:5px;
  -moz-border-radius:5px;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
}
#donate-form li.form-row input.text-input.input-shadow-text {
  color: #666666; 
  font-style: italic;
}
#donate-form li.form-row select {
  border: medium none;
  color: #999999;
  padding:5px 3px;
  width: 400px;
  height:30px;
}

.full-width-section{
  text-align: center;
  font-size: 1.3em;
  margin: 30px 0 20px;
}

#donate-form li#amount-form-row{
  text-align: left;
  padding-left: 140px;
}

#amount-form-row label, #donate-form #amount-form-row input.text-input{
  display: inline-block;
  float: none;
}

#amount-form-row label{
  width: 200px;
  padding-right:0px;
}

#gifttype-form-row{
  opacity: 0;
  position: absolute;
  width: 0;
  left: -100px;
}

#donate-form #amount-form-row input.text-input{
  border:none;
  width: 35px;
  height: 40px;
  line-height: 40px;
  color: black;
  border-radius: 0px;
  -moz-border-radius:0px;
  margin-left: -4px;
  padding: 0px;
  text-align: left;

}

#donate-form li.submit-row{
  float: right;
}

#donate-form #submit {
  border: 1px solid rgb(163,45,47);
  width: 400px;
  height: 35px;
  float: right;
  margin: 10px 0 0 0;
  background: none;
  border-radius: 5px;
  -moz-border-radius:5px;
  text-transform: uppercase;
}
#donate-form #submit:hover {
  background: rgb(163,45,47);
  color: white;
}

#donate-form li#firstname-form-row,
#donate-form li#lastname-form-row{
  display: inline-block;
}

#donate-form li#lastname-form-row label{
  width: 120px;
  margin-right: 6px;
}

#donate-form li.form-row input#firstname,
#donate-form li.form-row input#lastname{
  width: 130px;
}



/* chosen style overrides */

.chzn-container{
  float: left;
}

.chzn-container-single .chzn-search {
  display: none;
}

.chzn-container .chzn-results{
  padding: 0;
  margin: 0;
}

.chzn-container-single .chzn-single {
  position: static;
  border: 1px solid rgb(163,45,47);
  color: #999999;
  background-image: none;
  filter: none;
  display: block;
  height: 55px;
  padding: 0 10px;
  line-height: 55px;
  text-transform: uppercase;
}

.chzn-container-single .chzn-single div {
  background: none;
  border: none;
}

.chzn-container .chzn-drop {
  border: 1px solid rgb(163,45,47);  
}

.chzn-container-active .chzn-single-with-drop {
  box-shadow: none; 
}
.chzn-container .chzn-results .highlighted {
  background: rgb(163,45,47);
  color: white;
}



.chzn-container-single .chzn-single div b{
  background: url('../../images_per_page/no_cms_donate_2013/down-arrow.png') center center no-repeat;
}






/* chosen month / year dropdowns */

#cardexp-form-row{
  width: 405px;
}

#donate-form li.form-row select#cardexp_month {
  width: 100px;
}
#donate-form li.form-row select#cardexp_year {
  width: 100px;
}
/*#donate-form li.form-row #cardexp_year_chzn {
  float: right;
}*/

#donate-form div#cardexp_month_chzn, #donate-form div#cardexp_year_chzn{
  margin-right: 25px;
}

#donate-form li#cardexp-form-row, #donate-form li#cardcvv2-form-row{
  display: inline-block;
  position: relative;
}

#donate-form li#cardcvv2-form-row input#cardcvv2{
  width: 105px;
}

#donate-form li#cardcvv2-form-row label{
  width: 30px;
}


/*-----Form Error Styles-----*/
.errors-box{
  display: none;
  padding: 20px 0 0 150px;
  text-align: left;
  float: left;
}

#donate-form .errors-box p{
  color: rgb(163,45,47);
  width: auto;
  padding: 5px 0;
}

/* footer styles */

#footer{
  height:167px;
  background-image:url(/images_per_page/no_cms_splash_donate/footer.png);
  background-repeat:repeat-x;
  background-position:top center;
  clear:both;
  color:#333333;
  border-top: 1px solid rgba(120, 120, 120, 0.5);
}
#footer a {
  color: #333333;
  text-decoration: none;
}
#footer a:hover {
  color: #BA8E30;
}
.partners{
  height:106px;
}
.p1, .p2, .p3, .p4, .p5, .p6 {
  float:left;
  margin-right:60px;
}
.p1{margin-top:49px;}
.p2{margin-top:46px;}
.p3{margin-top:40px;}
.p4{margin-top:44px;}
.p5{margin-top:44px;}
.p6{margin-top:27px;}

.clocklink{
  float:left;
  margin-top:15px;
}
.copyright{
  float:right;
  text-align:right;
  margin-top:23px;
}

/* Confirmation page */

#thank-you {
  margin: 60px auto 0;
  width: 224px;
}
h2#confirmation-text {
  display: block;
  font-size: 26px;
  line-height: 29px;
  margin: 25px auto 330px;
  width: 672px;
  padding-top: 25px;
  border-top: 1px solid #252525;
}

body{
  padding: 90px 0 0 0;
}

label{
  height: 55px;
  line-height: 55px;
  width: 140px;
}

/*Mobile Styles*/
@media only screen and (max-width: 679px){
  body{
    padding: 0px;
  }

  #donate-form{
    width: 320px;
    display: none;
  }

  #donate-form ul.container{
    width: 320px;
    padding-bottom:40px;
  }

  #donate-form li{
    font-size: 0.9em;
  }

  #payment-options{
    display: block;
    text-align: center;
    width: 320px;
    margin: 0 auto 40px;
  }

  #bitcoin, #check, #credit-card{
    padding: 20px 0;
    margin: 30px auto 15px;
    width: 280px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    cursor: pointer;

    background-color: rgb(163,45,47);
    border-radius: 5px;
    -moz-border-radius: 5px;
    color: white;
    font-family: 'Muli', sans-serif;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 0.03em;
  }

  #check-dialog, #bitcoin-dialog{
    display: none;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    font-family: 'Muli', sans-serif;
    text-align: left;
    border:1px solid rgb(163,45,47);
    border-radius: 8px;
    -moz-border-radius:8px;
    background-color:white;
    color: rgb(163,45,47);
    width: 280px;
    margin: 5px auto;
    padding: 10px 20px;
  }

  /*Frequency options styles*/

  .selected{
    background-color: rgb(163,45,47);
    color: white;
  }

  .select-buttons{
    text-align: center;
    width: 320px;
    margin: -5px auto 20px;
  }

  .select-buttons div{
    display: inline-block;
    border: 1px solid rgb(163,45,47);
    padding: 5px 10px;
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius:5px;
    -moz-border-radius:5px;
    font-size: .9em;
    cursor: pointer;
  }

  #one-time{
    margin: 0px 15px 0 0;
  }

  #monthly-select{
    margin: 0px 0 0 15px;
  }

  #donate-form li#amount-form-row{
    padding-left: 8px;
  }

  #amount-form-row span{
    display: none;
  }

  .full-width-section{
    margin-top:10px;
  }

  label{
    line-height: 1.5em;
    width: 70px;
  }

  #donate-form label{
    padding-top: 10px;
    font-size: 0.95em;
  }

  #check-dialog h4, #bitcoin-dialog h4{
    font-size: .8em;
  }

  #check-dialog h4{
    text-transform: uppercase;
  }

  #bitcoin-dialog h4:nth-child(1){
    text-transform: uppercase;
  }

  #bitcoin-dialog h4:nth-child(3){
    font-size: .7em;
  }

  #check-dialog p, #bitcoin-dialog p{
    margin: 10px 0;
    font-family: 'Muli',sans-serif;
    padding: 0 0 4px 0;
    font-size: .8em;
    line-height: 1.3em;
  }

  #donate-form li#firstname-form-row,
  #donate-form li#lastname-form-row{
    display: block;
  }

  #donate-form li#cardexp-form-row, #donate-form li#cardcvv2-form-row{
    display: block;
    position: static;
  }

  #cardexp-form-row{
    width: 220px;
  }

  #donate-form li#lastname-form-row label{
    width: 70px;
    margin: 0px;
  }

  #donate-form li#cardcvv2-form-row label{
    width: 25px;
  }

  #donate-form li.form-row input.text-input, #donate-form li.form-row select, 
  #donate-form li.form-row input#firstname, #donate-form li.form-row input#lastname,
  #donate-form #submit{
    width: 220px;
  }

  #donate-form #submit{
    margin-right: 20px;
  }

  #donate-form div#cardexp_month_chzn, #donate-form div#cardexp_year_chzn{
    margin-right: 10px;
  }

  #donate-form li.form-row select#cardexp_month, #donate-form li.form-row select#cardexp_year{
    width: 60px;
  }

  #donate-form li#cardcvv2-form-row input#cardcvv2{
    width: 45px;
  }

  /*Chosen Overrides*/
  #cardtype_chzn, #state_chzn, #country_chzn{
    width: 220px !important;
  }

  #cardexp_month_chzn, #cardexp_year_chzn{
    width: 60px !important;
  }

}
