/* --------------------------------------------------------------
 Default / All Widths
-------------------------------------------------------------- */

/* --------------------------------------------
  global elements
-------------------------------------------- */
h5 {
  font-size: 16px;
  /* line-height: 18px; */
  line-height: 24px;
  font-weight: normal;
}
button, input, textarea, select {
  background-image: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: #ffffff;
  max-width: 100%;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="username"] {
  display: inline-block;
  vertical-align: top;
  font-family: Montserrat, Arial, sans-serif;
  color: #58595b;
  /* font-size: 16pt; */
  font-size: 16px;
  font-weight: 400;
  margin: 0px;
  padding: 0px 0px 0px 20px;
  border: 1px solid #77787b;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 40px;
  line-height: 38px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
textarea {
  display: inline-block;
  vertical-align: top;
  font-family: Montserrat, Arial, sans-serif;
  color: #58595b;
  font-size: 16pt;
  font-weight: 400;
  margin: 0px;
  padding: 15px 20px;
  border: 1px solid #77787b;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
select {
  display: inline-block;
  vertical-align: top;
  margin: 0px;
  font-family: Montserrat, Arial, sans-serif;
  color: #58595b;
  /* font-size: 16pt; */
  font-size: 16px;
  /* font-weight: 200; */
  padding: 0px 24px 0px 20px;
  border: 1px solid #77787b;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 40px;
  line-height: 38px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  background-color: #ffffff;
  background-image: url('../../../images/content/pagebuilder/jfw_dropdown.png');
  background-repeat: no-repeat;
  background-position: right center;
  text-indent: 0.01px;
  text-overflow: '';
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

option {
  font-family: inherit;
  font-size: inherit;
  color: #58595b;
  font-weight: 200;
}

option:checked {
   font-weight: 400;
}

input[type="radio" i] {
  cursor: pointer;
}

a, a:link, div.responsive a:visited, div.responsive a:link, a:visited, a:active, div.responsive a:active, a:focus, div.responsive a:focus {
  font-family: Montserrat, Arial, sans-serif;
  text-decoration: underline;
}

a.btn-primary, a.btn-primary-outline,
div#hero-container > div.hero-overlay-container > div.hero-overlay-content > div.social-share-icons.addthis_toolbox > a.addthis_button_facebook {
  text-decoration: none;
}

/* allow long links to wrap on personal pages */
div#personal_story a {
  word-break: break-all;
}

/* information circle */
i.fa-info-circle {
    /* font-size: 90%; */
    font-size: 19.2px;
    color: #9d9fa2;
    margin-left: 5px;
}

svg.svg-inline--fa.fa-circle-info {
    font-size: 16px;
    color: #9d9fa2;
    margin-left: 0px;
    padding-left:0px
}

/* Error messages */
div.responsive div.ErrorMessage.page-error>span.field-error-text {
  position: static;
  font-size: 18px;
  width: 96%
}

div.responsive div.ErrorMessage.page-error>span.field-error-indicator {
  vertical-align: middle;
}

#reg_donate_container > div.left.half-width > div.form-error > div > span.field-error-text {
  font-size: 16px;
}

#reg_donate_container > div.left.half-width > div.form-error {
  padding: unset;
  margin-bottom: 15px;
}

#reg_donate_container > div.left.half-width.amount-error {
  padding-top: 25px;
}

#reg_donate_container > div.left.half-width.amount-error > h3{
  margin-bottom: 15px;
}

/* HEADER LOGOS SECTION */
.header_logos {
  display: inline-block;
  padding: 18px 0px 12px 0px;
  float: left;
  text-align: left;
}
.header_logos a {
  display: inline-block;
  vertical-align: bottom;
  padding: 2px 7px;
}
.header_logos a.header_dfci_logo {
    border-right: 2px solid #63666A;
    padding-right: 14px;
}
.header_logos a.header_jfw_logo {
  border-right: 1px solid #939598;
  padding-left: 0px;
}
.header_logos a img {
  display: block;
  border: 0px;
  margin: 0px;
}
a#header_search_toggle, span#header_search_menu_link {
  text-decoration: none;
  color: #9d9fa2;
  height: 29px;
  vertical-align: bottom;
  margin-bottom: 10px;
  margin: 0px 10px 10px 10px;
  display: inline-block;
  font-size: 25px;
}
a#header_search_toggle:hover {
  color: #bcbec0;
}
svg#header_search_toggle {
  text-decoration: none;
  color: #9d9fa2;
  /* height: 29px; */
  vertical-align: -webkit-baseline-middle;
  /* margin-bottom: 10px; */
  margin: 0px 10px 10px 10px;
  display: inline-block;
  font-size: 22px;
}
svg#header_search_toggle:hover {
  color: #bcbec0;
}

/* FOOTER LOGOS SECTION */
img.campaign-logo-footer {
  width: 225px;
  /* float: left; */
  margin-right: 25px;
}

.footer-default-logo a.dfcilogo {
  display: block;
  width: 45%;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 240px;
  height: 50%;
}

.footer-default-logo a.jimmyfundlogo {
  display: block;
  width: 45%;
  position: absolute;
  top: auto;
  right: 0px;
  bottom: 0px;
  left: 240px;
  height: 50%;
}

div#footer_social > a {
  text-decoration: none;
}

/* MAKE A GIFT PAGE */
#donate_forms form input, #search_forms form input, #reg_search_for_team input {
  height: 62px;
  line-height: 62px;
  width: 447px;
  padding: 0px 30px;
  background-color: #f1f2f2;
  /* border: none; */
  color: #58595b;
  margin-right: 20px;
  font-size: 22px;
}

div#search_general_gift > p.donate-by-mail-note {
  max-width: 590px;
  font-size: 12px;
}

/* LOG IN PAGE */
#login_social h2 {
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
}

/* REGISTRATION GET STARTED PAGE */
div#team_find_page.responsive select {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  /* font-weight: 200; */
  margin: 0px;
  padding: 0px 0px 0px 20px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 52px;
  line-height: 50px;
  background-color: #f1f2f2;
  /* border: none; */
  /* color: #000000; */
  /* -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px; */
  width: 100%;
  background-image: url(../../../images/content/pagebuilder/don_arrow1.png);
  background-repeat: no-repeat;
  background-position: right center;
}
div#team_find_page.responsive select#team_sort {
  background-color: #ffffff;
  background-image: url(../../../images/content/pagebuilder/jfw_dropdown.png);
  background-repeat: no-repeat;
  background-position: right center;
  width: 100%;
  max-width: 100%;
}
div#team_find_page select#fr_division_name {
  margin-left: 0px;
}

/* REGISTRATION TYPES PAGE */
p#register-post-regtype {
  margin-top: 30px;
}

/* PARTICIPATION TYPES PAGE */
/* #part_type_selection_container {
    display: flex;
    flex-direction: row;
    margin-right: -30px;
}

#part_type_selection_container div.part-type-container {
  display: table-cell;
  vertical-align: top;
  border-right: 30px solid #ffffff;
  background-color: #f1f2f2;
  width: 25%;
  padding: 35px 30px 100px 30px;
  position: relative;
  flex-grow: 1;
}  */

/* #suggested_goal_container > a {
  text-decoration: none;
} */
/* REG START A TEAM / JOINT A TEAM PAGE */
div#team_find_page.responsive input[type="text"], div#team_find_page.responsive input[type="number"], div#team_find_page.responsive input[type="password"], div#team_find_page.responsive textarea,
div#team_find_page.responsive select {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0px;
  padding: 0px 0px 0px 20px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 52px;
  line-height: 50px;
  background-color: #f1f2f2;
  border: 1px solid #77787b;
  color: #58595b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/*  REG SELECT OPTIONS PAGE */
div#part_type_fundraising_goal_container input#fr_goal, #participation_options_page #part_type_discount_code_section_row_container.input-container #discount_code {
  margin-left: 0px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  outline: none;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  -ms-appearance: textfield;
  appearance: textfield;
  height: 52px;
  line-height: 50px;
  background-color: #f1f2f2;
  border: 1px solid #77787b;
  color: #58595b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 334px;
  text-align: center;
}

/* REG DONATE CONTAINTER */
#reg_donate_container .left h3 {
    max-width: 418px;
    margin: 0px auto 25px auto;
}

/* fix for Chrome rendering issue with Country field overlapping Zip/Postal Code field */
.cons-city-town-label + .cons-full-address-container {
    height: 1px;
}

/* REG FORMS */
div#registration_options_page.responsive input[type="text"], div#registration_options_page.responsive input[type="email"], div#registration_options_page.responsive input[type="tel"], div#registration_options_page.responsive input[type="number"], div#registration_options_page.responsive input[type="password"], div#registration_options_page.responsive textarea, div#registration_options_page.responsive select, #reg_payment_page div.form-row div.form-content>select, #reg_payment_page div.form-row div.form-content>select, #reg_payment_page div.form-row div.form-content>input, #reg_payment_page #responsive_payment_typecc_exp_date_MONTH, #reg_payment_page #responsive_payment_typecc_exp_date_YEAR {
  margin-left: 0px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  /* font-weight: 200; */
  font-weight: 400;
  margin: 0px;
  padding: 0px 24px 0px 20px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 52px;
  line-height: 50px;
  background-color: #f1f2f2;
  border: 1px solid #77787b;
  /* color: #000000; */
  color: #58595b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
}

/* a#billing-change-country {
  font-size: 16px;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  padding-left: 10px;
  border-left: 1px solid #000000;
  line-height: 16px;
} */
a#billing-change-country, a.change-country {
  font-size: 16px;
  font-weight: 300;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
  padding-left: 10px;
  border-left: 1px solid #000000;
  line-height: 16px;
}
/* a#billing-change-country:hover, a.change-country:hover {
  text-decoration: none;
} */
div#registration_options_page.registration-page-container.responsive span.size-chart {
  font-size: 18px;
  /* font-weight: 300; */
}

div#registration_options_page.registration-page-container.responsive span.size-chart > span {
  font-weight: 300;
}

#reg_waiver_text {
  height: 200px;
  overflow-y: scroll;
  background-color: #f1f2f2;
  font-size: 16px;
  color: #000000;
  padding: 20px 20px 10px 20px;
  border: 1px solid #77787b;
  border-radius: 3px;
}

::-webkit-input-placeholder, input::-webkit-input-placeholder, select::-webkit-input-placeholder {
  /* color: #9d9fa2; */
  color: #58595b;
  opacity: 1;
  font-weight: 200;
}
#reg_donate_levels_buttons_container input::-webkit-input-placeholder,
.donation-level-user-entered input[type="text"]::-webkit-input-placeholder {
  font-weight: 600;
}

#reg_options_email_notif {
  /* text-align: right; */
  font-size: 14px;
  /* color: #9d9fa2; */
  color: #000000;
  margin: 10px 0px 0px 0px;
}


/* REGISTRATION PAYMENT PAGE */
#reg_payment_page #responsive_payment_typecc_exp_date_MONTH, #reg_payment_page #responsive_payment_typecc_exp_date_YEAR {
  margin-left: 0px;
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  /* font-weight: 200; */
  margin: 0px;
  padding: 0px 24px 0px 20px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 52px;
  line-height: 50px;
  background-color: #f1f2f2;
  /* border: none; */
  /* color: #000000; */
  /* -webkit-border-radius: 3px; */
  /* -moz-border-radius: 3px; */
  /* -o-border-radius: 3px; */
  /* border-radius: 3px; */
  /* width: 50%; */
  width: 46%;
  background-image: url(../../../images/content/pagebuilder/don_arrow1.png);
  background-repeat: no-repeat;
  background-position: right center;
  float: left;
}
#reg_payment_page #responsive_payment_typecc_exp_date_MONTH {
  /* border-right: 15px solid #ffffff; */
  margin-right: 15px;
}
#reg_payment_page #responsive_payment_typecc_exp_date_YEAR {
  /* border-left: 15px solid #ffffff; */
  margin-left: 15px;
} 

/* REG FORM TIMEOUT PAGE */
div#don_timeout_primary_message,
div#don_timeout_secondary_message,
div#don_timeout_detailed_message,
div#don_timeout_retry_link {
  font-size: 16px;
}

/* LOGIN PAGE */
#login_options {
  padding-bottom: 20px;
  border-bottom: 1px solid #939598;
}
#login_options > p {
  max-width: 970px;
  margin: 0px auto 40px auto;
  font-size: 18px;
}

/* DONATION FORMS */
.donation-form-container.responsive input[type="text"],
.donation-form-container.responsive input[type="number"],
.donation-form-container.responsive input[type="password"],
.donation-form-container.responsive textarea {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin: 0px;
  padding: 0px 0px 0px 20px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 52px;
  line-height: 50px;
  background-color: #f1f2f2 !important;
  border: 1px solid #77787b;
  color: #58595b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.donation-form-container.responsive select {
  font-family: Montserrat, Arial, sans-serif;
  font-size: 16px;
  /* font-weight: 200; */
  margin: 0px;
  padding: 0px 0px 0px 20px;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  height: 52px;
  line-height: 50px;
  background-color: #f1f2f2;
  border: 1px solid #77787b;
  /* color: #000; */
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
}
/* div.responsive div.form-error, div#contact_info_section_one div.form-error, div#personal_info_section_one div.form-error, div#user_name_pword_container div.form-error */
div#contact_info_section_one div.form-error, div#personal_info_section_one div.form-error, div#user_name_pword_container div.form-error {
  margin-right: auto;
  margin: -1px auto;
  padding: 15px;
}

.donation-levels-header-container .required-indicator {
  top:-15px;
}

div.responsive .custom-field-container--checkbox > div.form-content label {
  line-height: 1;
}

form#ProcessForm > div.donation-form-container > div.donation-form-content > div.form-row > div.html-caption-container {
  margin-top:10px;
}

h5.footer-email-updates-note {
  margin-top: 40px;
  /* max-width: 592px; */
  max-width: 644px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

#donation-information .gray-boxes {
  background-color: #f1f2f2;
  height: 168px;
  max-width: 570px;
  padding: 30px;
  margin-left: 15px;
  margin-right: 15px;
}

#ProcessForm div.payment-type-element-container #responsive_payment_typecc_cvv_row > div > label {
  vertical-align: baseline;
}

/* PayPal Fix */
#ProcessForm > div > div.donation-form-content > div.payment-type-element-container > div.payment-type-selection-container.payment-field-container > h3 {
  font-size: 18px;
  font-weight: 400;
  color: #58595b;
  margin-top: 20px;
}

div.payment-type-selection-container.payment-field-container > h3:after {
  display: inline-block;
  content: '*';
  color: #9d2235;
}

/* PayPal button */
div.payment-field-container span.payment-type-option {
  border: none;
}

div.payment-field-container span.payment-type-option.selected {
  background: #00629b;
}

#responsive_payment_typepay_typeradio_payment_types > span.external-payment > span.payment-type-option > label[for="responsive_payment_typepay_typeradiopaypal"] > span.payment-type-label,
#responsive_payment_typepay_typeradio_payment_types > span.external-payment > span.payment-type-option.selected > label[for="responsive_payment_typepay_typeradiopaypal"] > span.payment-type-label  {
    background-size: 180px;
    color: unset;
}
/* PayPal button not selected */
#responsive_payment_typepay_typeradio_payment_types > span.external-payment > span.payment-type-option > label[for="responsive_payment_typepay_typeradiopaypal"] > span.payment-type-label {
    background: url(../../..//images/payment/paypal-not-selected.png) no-repeat top center;
    width: 130px;
    background-size: 100px;
    height: 40px;
    background-position: center;
}

/* PayPal button selected */
#responsive_payment_typepay_typeradio_payment_types > span.external-payment > span.payment-type-option.selected > label[for="responsive_payment_typepay_typeradiopaypal"] > span.payment-type-label {
  background: url(../../..//images/payment/paypal-selected.png) no-repeat top center #00629b;
  width: 130px;
  background-size: 100px;
  height: 40px;
  background-position: center;
}

div.payment-field-container span.internal-payment {
/* border: 2px solid #00629b; */
border: 2px solid #ffffff;
}

#responsive_payment_typepay_typeradio_payment_types > span.internal-payment > span {
background: #ffffff;
border-radius: 5px;
}

#responsive_payment_typepay_typeradio_payment_types > span.internal-payment > span.selected {
/* background: #00629b; */
background: #ffffff;
border-radius: unset;
}

#responsive_payment_typepay_typeradio_payment_types > span.internal-payment > span.selected > label > span.payment-type-label {
color: #ffffff;
}

#responsive_payment_typepay_typeradio_payment_types > span.internal-payment > span > label > span.payment-type-label {
color: #00629b;
}

#responsive_payment_typepay_typeradio_payment_types > span.internal-payment > span > label,
#responsive_payment_typepay_typeradio_payment_types > span.external-payment > span > label {
  margin-top: 0px;
}

#responsive_payment_typepay_typeradio_payment_types > span.internal-payment > span {
  padding: 0;
}
#responsive_payment_typepay_typeradio_payment_types > span.internal-payment > span > label {
  /* padding: 7px 20px 8px; */
  padding: 14px 13px 12px 11px;
  cursor: pointer;
}
#responsive_payment_typepay_typeradio_payment_types > span.internal-payment > span > label > span {
  /* font-size: 14px; */
  font-size: 18px;
  font-weight: 700;
}
div.payment-field-container span.external-payment span.payment-type-option {
  padding: 0;
}
div.payment-field-container span.external-payment span.payment-type-option > label {
  padding: 6px 5px 6px;
  cursor: pointer;
  border: 2px solid #00629b;
  border-radius: 5px;
  background-color: #ffffff;
}

div.payment-field-container span.external-payment span.payment-type-option.selected > label {
  background-color: #00629b;
}

  /* ACH styles */
  div#payment_bank_container > h3 {
    display: none;
  }

  span.payment-type-option > label[for="responsive_payment_typepay_typeradiocredit"],
  span.payment-type-option > label[for="responsive_payment_typepay_typeradioach"]
   {
    border: 2px solid #00629b;
    border-radius: 5px;
  }
  
  #responsive_payment_typepay_typeradio_payment_types > span.internal-payment > span.selected > label[for="responsive_payment_typepay_typeradiocredit"],
  #responsive_payment_typepay_typeradio_payment_types > span.internal-payment > span.selected > label[for="responsive_payment_typepay_typeradioach"]  {
    background: #00629b;
  }
  
  #responsive_payment_typepay_typeradio_payment_types > span.internal-payment > span > label[for="responsive_payment_typepay_typeradiocredit"]  {
      margin-right: 20px;
  }
  
  div.payment-type-element-container > div#payment_bank_container > div#responsive_payment_typerouting_number_row > div.form-content > a > i.fa.fa-info-circle { 
    display: none;
  }
  
  div.payment-field-container div.payment-type-selections span {
    vertical-align: middle;
  }
  
  #responsive_payment_typeach_confirm_row > div > label[for="responsive_payment_typeach_confirmname"] {
    max-width: 90%;
    margin-top: 0;
  }
  
  #responsive_payment_typeach_confirm_row > div > label.check-box-container {
    height: 100%;
    vertical-align: top;
  }

  #responsive_payment_typeach_confirm_row > div.form-content > label.check-box-container > span.check-box {
    margin-right: 5px;
  }
   
  #ProcessForm > div > div.donation-form-content > div.payment-type-element-container > div#payment_bank_container div.form-content  fieldset > legend:after{
    display: inline-block;
    content: '*';
    color: #9d2235;
  }
  
  input#responsive_payment_type\.account_type_responsive_payment_typeaccount_type_checking,
  input#responsive_payment_type\.account_type_responsive_payment_typeaccount_type_savings,
  label[for="responsive_payment_type.account_type_responsive_payment_typeaccount_type_checking"] {
    float: left;
    margin-right: 10px;
  }
  
  label[for="responsive_payment_type.account_type_responsive_payment_typeaccount_type_checking"] {
    margin-top: 0px !important;
  }
  
  label[for="responsive_payment_type.account_type_responsive_payment_typeaccount_type_savings"] {
    margin-top: 10px;
  }

  div#payment_bank_container div#responsive_payment_type\.account_type_row > div.form-content > fieldset > legend {
    font-size: 18px;
    font-weight: 400;
    color: #58595b;
    margin-top: 20px;
    margin-bottom: 0;
    border-bottom: none;
  }


/* PARTICIPANT CENTER */
a.addthis_button_facebook {
  text-decoration: none;
}

/* FOOTER */
#footer_bottom {
  padding-top: 25px;
  display: table;
  width: 100%;
}
#footer_bottom > img {
  display: table-cell;
  width: 166px;
  vertical-align: top;
}

#footer_legal {
  /*display: table-cell;*/
  display: inline-block;
  float:left;
  /*vertical-align: top;*/
  vertical-align: initial;
  font-size: 14px;
  line-height: 20px;
  color: #58595b;
}
#footer_legal p {
  font-size: 14px;
  line-height: 20px;
  color: #58595b;
}
#footer_legal p:last-child {
  margin-top: 30px;
}
#footer_socialchatshare {
  /*display: table-cell;*/
  display: inline-block;
  float: right;
  /*vertical-align: top;*/
  vertical-align: initial;
  text-align: right;
}
#footer_social a.fa {
  font-family: FontAwesome;
  color: #77787b;
  font-size: 30px;
  line-height: 30px;
  padding: 0px 5px;
}
svg.svg-inline--fa,
svg.fa-solid,
svg.fa-brands,
svg.fa-sharp-solid {
  font-family: FontAwesome;
  color: #77787b;
  font-size: 27px;
  line-height: 30px;
  padding: 0px 5px;
}
#footer_social a.fa:last-child {
  padding-right: 0px;
}
#footer_social a.fa:hover,
svg.svg-inline--fa:hover {
  color: #939598;
}
#footer_social a.fa span,
svg.svg-inline--fa span {
  display: none;
}

#footer_chatshare {
  position: fixed;
  z-index: 1000;
  bottom: 40px;
  right: 30px;
}
#footer_chat_button {
  width: 95px;
  height: 42px;
  background: url('../../../images/content/pagebuilder/jfw_wrpr_footer_default_chat.png') no-repeat top center;
  /*display: inline-block;*/
  display: none;
  margin-right: 10px;
}
#footer_chat_button:hover {
  background-position: bottom center;
  cursor: pointer;
}
#footer_share_button {
  width: 105px;
  height: 42px;
  background: url('../../../images/content/pagebuilder/jfw_wrpr_footer_default_share.png') no-repeat top center;
  display: inline-block;
  border-radius: 44px;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.15);
}
#footer_share_button:hover {
  background-position: bottom center;
  cursor: pointer;
}
#footer_chat_button span, #footer_share_button span {
  display: none;
}
.footer-share-container {
  display: none;
  position: absolute;
  bottom: 60px;
  right: 0;
  background-color: #fff;
  padding: 10px;
  z-index: 100;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
  width: 60px;
}
.sharethis-inline-share-buttons .st-btn {
  display: block !important;
  margin-bottom: 8px;
  width: 100%;
}
#st_gdpr_iframe {
  display: none!important;
}
.footer-share-container p {
  font-size: 14px;
}
.footer-share-container button.close {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  font-size: 30px;
}

/* --------------------------------------------------------------
 Odd breakpoints (used for overrides only) - (A)
-------------------------------------------------------------- */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  
  /* ERROR MESSAGES */
  .mobile div.responsive div.ErrorMessage.page-error>span.field-error-indicator {
    vertical-align: middle;
  }

  .mobile div.responsive div.ErrorMessage.page-error>span.field-error-text {
    width: 94%;
  }
}

@media only screen and (max-width: 767px){

  /* DONATION FORMS */
  #donation-information .gray-boxes.left {
    margin-right: 20px;
  }

  /* REG FORM TIMEOUT PAGE */
  div#don_timeout_primary_message,
  div#don_timeout_secondary_message,
  div#don_timeout_detailed_message,
  div#don_timeout_retry_link {
    font-size: 16px !important;
  }

  /* FOOTER LOGOS */
  img.campaign-logo-footer {
    display: block;
    float: none;
    margin: 0 auto 27.5px;
    width: 166px;
  }

  .footer-default-logo a.dfcilogo {
    display: block;
    width: auto;
    position: absolute;
    top: 105px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 25%;
  }

  .footer-default-logo a.jimmyfundlogo {
    display: block;
    width: auto;
    position: absolute;
    top: auto;
    right: 0px;
    bottom: 0px;
    left: 0px;
    height: 25%;
  }

}

/* --------------------------------------------------------------
 General Responsive Overrides: ~320px - 1169px
-------------------------------------------------------------- */
@media only screen and (max-width: 1169px) {

  /* DONATION FORM */
  #donation-information .gray-boxes {
    height: 168px;
	  max-width: 352px;
	  padding: 30px 20px;
	  margin: 0;
  }
  
  #donation-information .gray-boxes.left {
    margin-right: 20px;
  }

  /* PayPal buttons */
  #responsive_payment_typepay_typeradio_payment_types > span.internal-payment > span > label {
    /* padding: 14px 13px 12px 11px; */
    padding: 14px 13px 13px 11px;
  }
  
  #responsive_payment_typepay_typeradio_payment_types > span.internal-payment > span > label > span {
    font-size: 18px;
  }
  
  #responsive_payment_typepay_typeradio_payment_types > span.internal-payment > span.payment-type-option > label[for="responsive_payment_typepay_typeradiocredit"] {
    line-height: 25.5px;
  }
  
  /* REGISTRATION FORM */
  div#registration_options_page.registration-page-container.responsive span.input-label.survey-question-label {
    font-size: 16px;
  }


  /* FOOTER */
  #footer_legal {
    max-width: 415px;
    padding-right: 0;
  }

}  

/* --------------------------------------------------------------
 Odd breakpoints (used for overrides only) - (B)
-------------------------------------------------------------- */
@media only screen and (max-width: 1190px) {
  #donation-information .row {
    padding-left: 15px;
    padding-right: 15px;
  }
  #donation-information .gray-boxes {
    width: 47.2%;

  }
}

/* --------------------------------------------------------------
 Tablet Only: 768px - 991px
-------------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1169px) {

  /* DONATION FORM */
  #donor_last_name_row + .custom-field-container--checkbox > div.form-content fieldset,
  h2.donation-form-section-header + .custom-field-container--checkbox > div.form-content > fieldset {
    font-size: 21.333px;
  }

  #donation-information .gray-boxes {
    max-width: initial;
    width: 48.9%;
    
  }
  #donation-information .gray-boxes.left {
    margin-right: 2.2%;
  }

  /* FOOTER */
  #footer_bottom {
    padding: 25px 20px 0px 20px;
    display: block;
    float: left;
  }
  #footer_legal {
    /* float: none; */
    display: block;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
  }
  #footer_socialchatshare {
    display: block;
    text-align: center;
    /* float: none; */
    margin-left: auto;
    margin-right: auto;
  }
  #footer_social a.fa,
  svg.svg-inline--fa {
    padding: 0px 9px;
  }

}

/* --------------------------------------------------------------
 Odd breakpoints (used for overrides only) - (C)
-------------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 991px) {

  /* ERROR MESSAGES */
  .mobile div.responsive div.ErrorMessage.page-error>span.field-error-text {
    width: 96%;
  }

}

@media only screen and (min-width: 769px) and (max-width: 1024px) {

  /* DONATION FORMS */
  #donation-information .gray-boxes {
    height: 185px;
  }
}

/* --------------------------------------------------------------
 Mobile
-------------------------------------------------------------- */
@media only screen and (max-width: 767px) {

  /* remover the fix for Chrome rendering issue with Country field overlapping Zip/Postal Code field */
  .cons-city-town-label + .cons-full-address-container {
    height: unset;
  }

  /* DONATION FORM */
  h5.footer-email-updates-note {
    max-width: none;
  }

  #donation-information .gray-boxes {
	  height: auto;
    margin: 0 auto !important;
    width: 100%;
    max-width: 100%;
	}
  
	#donation-information .gray-boxes.left {
	  margin-bottom: 20px !important;
	}

  /* PAYPAL BUTTON */
  #responsive_payment_typepay_typeradio_payment_types > span.external-payment > span.payment-type-option > label[for="responsive_payment_typepay_typeradiopaypal"] > span.payment-type-label,
  #responsive_payment_typepay_typeradio_payment_types > span.external-payment > span.payment-type-option.selected > label[for="responsive_payment_typepay_typeradiopaypal"] > span.payment-type-label {
    width: auto;
  }

  .mobile div.payment-field-container span.internal-payment span.payment-type-option {
    border: 2px solid #00629b;
    border-radius: 5px;
  }

  #responsive_payment_typepay_typeradio_payment_types > span.internal-payment > span.selected {
    border-radius: 5px;
  }

  /*ACH styles*/  
  span.payment-type-option > label[for="responsive_payment_typepay_typeradiocredit"],
  span.payment-type-option > label[for="responsive_payment_typepay_typeradioach"] {
    border: unset;
    border-radius: unset;
  }
  
  #responsive_payment_typepay_typeradio_payment_types > span.internal-payment > span.selected > label[for="responsive_payment_typepay_typeradiocredit"] {
    width: 100%;
  }

  /* ERROR MESSAGES */
  #ProcessForm > div > div.errorMessageContainer {
    margin-top: 20px;
  }
  .mobile div.responsive div.ErrorMessage.page-error>span.field-error-text {
    width: 92%;
  }

  /* LOGIN PAGE */
  #login_options {
    border-bottom: none;
  }

  /* REGISTRATION PAYMENT PAGE */
  #reg_payment_page #responsive_payment_typecc_exp_date_MONTH {
    /* border-right: 10px solid #ffffff; */
    margin-right: 10px;
    width: 47%;
  }
  #reg_payment_page #responsive_payment_typecc_exp_date_YEAR {
    /* border-left: 10px solid #ffffff; */
    margin-left: 10px;
    float: right;
    width: 47%;
  } 
  
  /* FOOTER */
  .hidden-phone {
    display: none;
    /* display:block; */
  }
  #footer_chatshare {
    display:block;
  }
  #footer_share_button {
    width: 75px;
    height: 30px;
    background-size: 75px;
  }
  #footer_share_phone {
    display: none;
  }

  .footer-share-container {
    display: none;
    position: absolute;
    bottom: 50px;
    right: 0;
    background-color: #fff;
    padding: 5px;
    z-index: 100;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    width: 43px;
  }

  #st-1 .st-btn {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -moz-transition: opacity 0.2s ease-in, top 0.2s ease-in;
      -ms-transition: opacity 0.2s ease-in, top 0.2s ease-in;
      -o-transition: opacity 0.2s ease-in, top 0.2s ease-in;
      -webkit-transition: opacity 0.2s ease-in, top 0.2s ease-in;
      transition: opacity 0.2s ease-in, top 0.2s ease-in;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      border: none;
      cursor: pointer;
      display: inline-block;
      font-size: 12px;
      height: 32px;
      line-height: 32px;
      margin-right: 0px;
      padding: 0px;
      position: relative;
      text-align: center;
      top: 0;
      vertical-align: top;
      white-space: nowrap;
  }

  .sharethis-inline-share-buttons .st-btn {
      display: block !important;
      margin-bottom: 6px;
      /* width: 100%; */
  }

  #st-1 .st-btn > img {
      display: inline-block;
      height: 15px;
      width: 15px;
      position: relative;
      top: 8px;
      vertical-align: top;
  }

  .footer-share-container p {
      font-size: 12px;
  }


  p.share-title {
    margin: 5px 0px;
  }

  .footer-share-container button.close {
  font-size: 25px;
  }

}

@media only screen and (max-width: 690px) {

  /*ACH styles*/  
  #ProcessForm > div > div.donation-form-content > div.payment-type-element-container > div#payment_bank_container div.form-content fieldset > legend {
    font-size: 16px;
  }

}

@media only screen and (max-width: 600px) {
  /* ACH styles */
  #ProcessForm > div > div.donation-form-content > div.payment-type-element-container > div#payment_bank_container > div#responsive_payment_typerouting_number_row,
  #ProcessForm > div > div.donation-form-content > div.payment-type-element-container > div#payment_bank_container > div#responsive_payment_typebank_account_row,
  #ProcessForm > div > div.donation-form-content > div.payment-type-element-container > div#payment_bank_container > div#responsive_payment_typeverify_bank_account_row {
    width: 100%;
    padding-right: 0px;
  }

  #ProcessForm > div > div.donation-form-content > div.payment-type-element-container > div#payment_bank_container div.form-content > fieldset {
    margin-top: 20px;
  }

  #ProcessForm > div > div.donation-form-content > div.payment-type-element-container > div#payment_bank_container > div#responsive_payment_typeach_confirm_row > div.form-content { 
    margin-top: 20px;
  }

}
