/* ********************************** */
/* 13.org website overrides           */
/* ********************************** */
@import "https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700&display=swap";

body{
  font: normal 100% 'Montserrat';
  background-color: #000;
}
#sitewrapper{
  max-width: 100%;
  background-color: #000;
}
#page, #branding, #footer, #socialfooter {
  padding: 0;
  max-width: 980px;
  margin: 0 auto;
}
#branding{
  height:56px;
  background-color: #000;
  padding: 1em 0;
}
#branding .logo img{
  max-height: 25px;
  margin-left: 20px;
}

.singlepage h1 {
  padding-left: 20px;
  font-size: 2em;
  font-weight: bold;
}
.singlepage h1, .singlepage h3 {
  font-family: "Montserrat", arial, helvetica, sans-serif;
}
#socialfooter .sfoot-icons li {
  color:#fff;
}

/* ********************************** */
/* Generic Element                    */
/* ********************************** */

div.responsive {
  width: 100%;
}
div.responsive, div.html-caption-container, .FormLabelText, P, label, .singlepage {
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

UL, LI, table {
  font-family: inherit;
  font-size: inherit;
}

div.responsive a:visited, div.responsive a:link {
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
}

/* thirteen only color */
a.HelpLink {
  color: #008cb6;
}


div.responsive div.form-content {
  margin: 0;
}

div.responsive div.form-error {
  padding: 0;
  background-color: inherit;
  border: 0 none;
  border-radius: 0;
  margin: 0;
}
div.html-caption-container {
  display: inline;
}
div.form-row {
  display: inline;
  margin: 0;
  padding: 0;
}
/* Page level errors */
div.responsive div.ErrorMessage.page-error {
  margin: 0;
  padding: 0;
  border: 0 none;
}

/* Page level error text */
div.responsive div.ErrorMessage.page-error>span.field-error-indicator {
  display: none;
}
div.responsive div.ErrorMessage.page-error>span.field-error-text {
  border: 0 none;
  width: 100%;
}



div.responsive input[type="text"], 
div.responsive input[type="number"], 
div.responsive input[type="password"], 
div.responsive textarea {
  padding: 3px 9px;
  box-shadow: 2px 2px 2px #F0F0F0 inset;
}

p {
  padding: 0;  
}

/* ********************************** */
/* Specific Elements                  */
/* ********************************** */

/* header/tout area */
div.donate-header {
  background-color: #fff; 
  position: relative;
  overflow: hidden;
  line-height: normal;
}
.donate-header img {
  position: absolute;
  width: 50%;
}

/* this version doesn't crop to fill the space, but otherwise behaves the same */
.donate-header img.nocrop {
    float: left;
    position: relative;
}

.donate-header p { 
  padding: 0 1em 1.5em; 
  margin: 0 0 0 50%;
}

div.donateform-spacer {
  display: block; 
  clear: both; 
  background-color: #fff; 
  width: 100%; margin: 0; 
  padding: 0; 
  outline: 1px solid #fff;
  border: 0 none;
}

div.benefits-sidebar {
  float: right;
  padding: 0 1.3em 0 2.6em;
  width: 33%;
  font-size: .9em;
  margin: 2% 0;
  line-height: normal;
}
.benefits-sidebar h3 {
  color: #666;
  margin-bottom: .5em;
  font-size: 1.25em;
}

.benefits-sidebar p, .benefits-sidebar li {
  color: #666;
}

.benefits-sidebar hr {
  height: 0;
  border: 0;
  border-top: 1px solid #aaa;
}


div#memberbenefits {
  padding-bottom: 1em;
}

ul.linklist {
  margin: 1em 0;
}

ul.linklist a:before {    
  font-family: 'FontAwesome';
  content: '\f101';
  color:inherit;
  margin-left: -15px;
  padding-right: 5px;
}

ul.linklist > li {
  padding-left: 15px;
  margin: 0;
}

ul.standard {
  list-style: disc outside none;
  margin-left: 15px;
}

.headertabs > li {
    margin: 1px 0 5px 1%;
    line-height: 1.1;
    display: block;
    background-color: #ccc;
    float: left;
    padding: .75em 1em;
    text-align: center;
    width: 24%;
    font-weight: 700;
}

.headertabs > li a {
  color: #666;
}
.headertabs > li.highlighted a {
  color: #fff;
}
.headertabs > li:first-child {
  margin-left: 0px;
}


.headertabs > li.highlighted {
  background-color: #007da3;
  color: #fff;
}

/* tab styles for passport form */
.headertabs > li.double  {
    margin: 1px 0 5px 1%;
    line-height: 1.1;
    display: block;
    float: left;
    padding: .75em 1.5em;
    text-align: center;
    width: 49%;
    font-weight: 700;
}


div.responsive .headertabs-two a {
  color: #999;
}

.headertabs-two > li.highlighted {
  border-bottom: 0 none;
  background-color: #f8f8f8;
  color: #008cb6;
}


div#vs_seal{
  font-size: 0.75em;
  padding: 15px 0 10px 0;
  width: 150px; 
  float:left;
  border: 1px solid #aaa;
  background: #fff;
}
a#about_ssl, a#about_ssl:link, a#about_ssl:active, a#about_ssl:hover {
  letter-spacing: normal;
}
#vs_seal a img {margin: auto;}

.sealwrapper.sw-passport {
  width: auto;
}

.sealwrapper {
  border: 0 none;
  float: right;
  margin: 10px 3%;
  width: 45%;
}

.custom-field-container.form-row {
  width: 28%;
  margin-top: 10px;
  float: right;
}

input#member_id_placebo_input {
    width: 150px;
}

#billing_title_row, #billing_first_name_row, #billing_middle_name_row {
  float: left;
  clear: left;
  margin: 10px 3% 0 3%;
  padding: 0;
  display: block;
}
#billing_title_row {
  width: 15%;
}
#billing_last_name_row, #billing_suffix_row, #billing_addr_street1_row, #billing_addr_street2_row, #billing_addr_city_row, #billing_addr_state_row, #billing_addr_zip_row, #billing_addr_country_row, #donor_email_address_row {
  float: left;
  clear: left;
  margin: 10px 3% 0 3%;
  padding: 0;
  display: block;
}


#donor_email_opt_in_Row {
  width: 45%;
  float: right;
  margin: -30px 3% 0 3%;
}

 

div.don-standard-levels {
  clear:left;
  display: block;
  margin: 10px 3% 0 3%;
  padding-top: 10px;
}

/* sets the label and form input element on its own line */
div.form-row div.form-content>select,
div.form-row div.form-content>input[type="text"],
div.form-row div.form-content input.ui-autocomplete-input,
div.form-row div.form-content>textarea,
div.form-row div.form-content>button, 
div.payment-field-container select, 
div.payment-field-container input {
  font-size: 80%;
  margin-top: 0;
}




/* keep checkbox on the same line as its label */
div.form-row.form-checkbox div.form-content>input {
  vertical-align: inherit;
}

div.button-container {
  clear:both;
  border: 0 none;
  margin: -30px 3% 20px;
  padding-top: 0;
  float: right;
  width: 45%;
}

div.button-sub-container {
  float: left;
}

div.responsive button.step-button, div.responsive button.step-button:hover, div.responsive a.button.step-button, div.responsive a.button.step-button:hover {
  max-width: none;
  color: #fff;
  font-family: inherit;
  font-weight: 700;
  font-size: 1.25em;
  padding: 0.5em 1.5em;
  background-color: #007da3;
  background-image: none;
  border:none;
  border-radius: none;
}

div.responsive a.next-step, div.responsive button.next-step, div.responsive button.finish-step {
    display: block;
    float: none;
    margin: auto;
} 

/* ********************************** */
/* Page container                     */
/* ********************************** */

div.donation-form-container.responsive {
  padding: 0;
  width: 63%;
  float: left;
  margin: 2%;
  border-radius: 0;
  border:none;
  background-color: #fff; 
}

/* ********************************** */
/* Section Header                     */
/* ********************************** */
.section-header-container {
  clear: both;
  margin-top: 0;
  padding-top: 0;
  border: 0 none;
}
h1 {
  color: inherit;
}
h2.section-header-container, h3 {
  font-size: 1em;
}


/* *************************************** */
/* Billing Information Fields              */
/* *************************************** */
#donor_email_address_row input,
#billing_first_name_row input,
#billing_last_name_row input,
#employer_street_row input,
#billing_addr_street1_row input,
#billing_addr_street2_row input,
#billing_addr_street3_row input,
#billing_addr_city_row input,
#billing_addr_country_row input.ui-autocomplete-input,
#billing_addr_state_row select, 
#billing_addr_country_row select,
#donor_addr_street1_row input,
#donor_addr_street2_row input,
#donor_addr_street3_row input,
#donor_addr_country_row input.ui-autocomplete-input,
#shipping_addr_street1_row input,
#shipping_addr_street2_row input,
#shipping_addr_street3_row input,
#shipping_addr_country_row input.ui-autocomplete-input,
#tribute_notify_recip_street1_row input,
#tribute_notify_recip_street2_row input,
#tribute_notify_recip_street3_row input,
#tribute_notify_recip_country_row input.ui-autocomplete-input,
#tribute_signature_row input,
#tribute_message_closing_row input,
div.employer-address-container input#employer_street {
  width: 260px;
}


/* ********************************** */
/* Transaction Summary & Thankyou     */
/* ********************************** */
div.thankyou {
  background: #fff;
  outline: 1px solid #fff;
}
.singlepage .thankyou h2, .singlepage .thankyou h3 {
  color: #000;
  border-top: 1px solid #ccc;
  padding: 1em 0;
}

div.thankyou .thanks_next_steps {
  display: table;
  margin-bottom: 1em;
  text-align: center;
}
/* passport-donate-activate is only on old Thirteen forms */
div.passport-donate-activate {
    background-color: #008cb6;
    display: inline-block;
    margin: 0;
    padding: 0.5em 1em;
}

.passport-donate-activate > img {
    float: left;
}

.passport-donate-activate > a:link, .passport-donate-activate > a {
    color: #fff;
    font-weight: bold;
    line-height: 1.75;
}

/* this replaces the passport-donate-activate stuff above */
#mvault_status_window div.activate {
    background-color: #008cb6;
    color: #fff;
    display: inline-block;
    margin: 0;
    padding: 0.5em 1em;
}


#mvault_status_window div.activate > a  {
    color: #fff;
    font-weight: bold;
    line-height: 1.75;
}


.thanks_next_steps > div {
  display: table-cell;
  padding: 0 1em 0 0;
  width: 33%;
}

.thanks_next_steps > div:last-child {
  padding-right: 0;
}

div.thankyou .thanks_next_steps a {
  color: #000;
  display: block;
  border: 1px solid #ccc;
  background: #f8f8f8;
  font-size: .8em;
}

div.thankyou .thanks_next_steps a h3 {
  color: #fff;
  background: #eb5d5d;
  padding: .5em;
  border: 0 none;
}

div.thankyou .thanks_next_steps a span {
  padding: 0 .5em .5em .5em;
  display: block;
}
div.contact-info-table table {
  width: 100%;
}
div.contact-info-table table th {
  text-align: left;
  font-size: .9em;
  font-family: inherit;
  color: #66666a;
}
div.contact-info h4 {
  font-size: .9em;
  font-family: inherit;
  color: #66666a;
  border-bottom: 1px solid #ccc;
}

div.transaction-summary-entries {
  border-top: 1px solid #ccc;
}


div.transaction-summary-entry span.entry-label, div.contact-info span.entry-label {
  font-weight: bold;
  font-size: .9em;
  vertical-align: top;
}

div.transaction-summary-entry span.entry-label,
div.transaction-summary-entry span.entry-value,
div.contact-info span.entry-label, div.contact-info span.entry-value {
  display: inline-block;
  background: #fff;
  border: none 0;
  width: 48%;
  margin-right: 1%;
}

div.transaction-summary-entry, div.contact-info > div {
  padding: .5em 0;
  background-color: inherit;
  border: none 0;
}


/* ********************************** */
/* Payment Type                       */
/* ********************************** */

div.payment-type-element-container {
  clear: right;
  border: 1px solid #aaa;
  padding: 1em;
  width: 45%;
  margin: 10px 3% 3% 52%;
}

div.payment-type-element-container h3 {
  font-size: 90%;
  margin-bottom: .5em;
}

div.payment-type-selections {
  margin-bottom: .5em;
}

div.payment-field-container .form-row {
    display: block;
    padding: 5px 0;
}


div.payment-field-container span.internal-payment span.payment-type-option {
  padding: 5px 10px;
}


div.payment-field-container span.internal-payment {
  border-radius: 5px;
}

div.payment-field-container span.external-payment span.payment-type-option {
  margin: 0;
}


div.donation-level-input-container,
div.generic-repeat-label-checkbox-container {
  padding: 5px 0;
}

div.donation-level-container {
  float: left;
  border: 0 none;
  margin: 0 10px 0 0;
}


div.donation-level-amount-container,
div.donation-level-label-container {
  margin-top:3px;
}



div.donation-level-general-ask,
div.html-caption-container {
  max-width: 100%;
}


div.form-input-choose-block,
div.donation-level-label-input-container {
  margin-top: 8px;
}

div.donation-level-user-entered {
  vertical-align: bottom;
}
.donation-level-user-entered input {
  width: 60px;
}

label+div.donation-level-user-entered {
  display: inline-block;
  margin-left: 0;
  margin-top: 0;
}


div.responsive div.form-checkbox label, label.custom-element-checkbox-label {
  display: inline;
}


/* ********************************************************** */
/* Media Query Overrides                                      */
/* ********************************************************** */

/*      Tablet Layout: 768px.
        Gutters: 24px.
        Outer margins: 28px.
        Inherits styles from: Default Layout.
        Displays blue border in debug mode.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .social li {
    margin-right: 2px;
  }

  div.donation-form-container.responsive {
    width: 96%;
    float: none;
    overflow: hidden;
  }
  div.thankyou {
    padding: .5em;
  }

  div.benefits-sidebar {
    width: 100%;
    float: none;
    padding: 0;
  }

  div.donate-header {
    overflow: hidden;
  }
  .donate-header img {
    width: 30%;
  }
  .donate-header p {
    margin: 0 0 0 30%;
  } 
  div.donateform-spacer {
    overflow: hidden;
    height: .5em;
    outline: none; 
  } 
  .headertabs li {
    padding: .5em 0;
  } 

  div#memberbenefits {
    float: left;
    margin: 0 2%;
    padding-bottom: 1em;
    width: 46%;
  }
  div#otherways {
    float: right;
    margin: 0 2%;
    padding-bottom: 1em;
    width: 46%;
  }
}

/*      Mobile Layout: 320px.
        Gutters: 24px.
        Outer margins: 34px.
        Inherits styles from: Default Layout.
        Displays red border in debug mode.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {
  .singlepage h1 {
    padding: 5px;
    margin: 0;
  }
  .fullpage {
    margin: 0;
  }
  #socialfooter li {
    margin: 0;
  }
  div.donation-form-container.responsive {
    width: 100%;
    float: none;
    margin: 0;
  }

  div.benefits-sidebar {
    display: none;
  }

  .donate-header img {
    float: none;
    width: 100%;
    margin: 0;
  }
  .donate-header p {
    padding: .5em;
  }
  div.donateform-spacer, div.donate-header {
    display: none; 
  } 
  .headertabs li {
    width: 48%;
    margin: 1%;
    padding: 1em;
    height: 4em;
  } 
  .headertabs > li:first-child {
    margin-left: 1%;
  }

  div.payment-type-element-container, #donor_email_opt_in_Row, div.button-container, .sealwrapper {
    float: none;
    width: 94%;
    margin: 10px 3% 0;
    display: block;
    clear: both;
  }
  div.button-sub-container {
    float: none;
    padding-bottom: 1em;
  }
  
  #billing_last_name_row, #billing_suffix_row, #billing_addr_street1_row, #billing_addr_street2_row, #billing_addr_city_row, #billing_addr_state_row, #billing_addr_zip_row, #billing_addr_country_row, #donor_email_address_row, div#vs_seal {
    float: none;
  }

  .custom-field-container.form-row {
    float: left;
    width: inherit;
    margin-left: 3%;
  }

  .thanks_next_steps > div {
    display: inline;
    padding: 0 1em 0 0;
    text-align: left;
    width: 100%;
  }
}
