.btn-primary { border: none; }

body.donate-page button[type=submit], .btn-lg { background-color: #296ECB; border: 1px solid #296ECB; border-right: 1px solid #193F92; border-bottom: 1px solid #193F92; border-radius: 3px; box-shadow: none; font-size: 18px; font-weight: bold; line-height: 30px; padding: 10px 24px; text-transform: uppercase; transition: all .15s linear; }
body.donate-page button[type=submit]:focus, body.donate-page button[type=submit]:hover, .btn-lg:focus, .btn-lg:hover { background-color: #3184D5; border-color: #3184D5; border-right-color: #193F92; border-bottom-color: #193F92; }
body.donate-page button[type=submit]:active, .btn-lg:active { background-color: #0c1f48; border-color: #0c1f48; border-left-color: #03070f; border-top-color: #03070f; }

.btn-icon { position: relative; }
.btn-icon:before { background-position: 50% 50%; background-repeat: no-repeat; content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 60px; }
@media screen and (min-width: 768px) { .btn-icon:before { border-right: 1px solid rgba(0, 0, 0, 0.25); } }

.btn-share { border-radius: 3px; box-shadow: -1px -1px 0 rgba(0, 0, 0, 0.25) inset; color: #FFFFFF; display: block; font-weight: bold; line-height: 20px; padding: 20px 20px; text-align: center; text-decoration: none; text-transform: uppercase; transition: all .15s linear; }
.btn-share.btn-icon { padding-left: 60px; }
@media screen and (min-width: 768px) { .btn-share.btn-icon { padding-left: 80px; } }
.btn-share:hover, .btn-share:focus, .btn-share:active { color: #FFFFFF; text-decoration: none; }
.btn-share:active { box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25) inset; }

.btn-facebook { background-color: #3B5998; }
.btn-facebook:hover { background-color: #537dc1; }
.btn-facebook:active { background-color: #2e4581; }
.btn-facebook:before { background-image: url("//s3.amazonaws.com/actionkit.moveon.org/static/img/assets/icon-facebook-reversed.svg"); }

.btn-twitter { background-color: #1DA8E2; }
.btn-twitter:hover { background-color: #29cbee; }
.btn-twitter:active { background-color: #1795dc; }
.btn-twitter:before { background-image: url("//s3.amazonaws.com/actionkit.moveon.org/static/img/assets/icon-twitter-reversed.svg"); }

.btn-email { background-color: #C22326; }
.btn-email:hover { background-color: #da3135; }
.btn-email:active { background-color: #b51b1e; }
.btn-email:before { background-image: url("//s3.amazonaws.com/actionkit.moveon.org/static/img/assets/icon-email-reversed.svg"); }

.btn-toggle { background-color: #FFFFFF; border: 1px solid #FFFFFF; border-radius: 3px; box-shadow: none; color: #296ECB; display: block; font-size: 18px; font-weight: bold; line-height: 30px; padding: 10px 24px; text-align: center; text-decoration: none; text-transform: uppercase; transition: all .15s linear; }
.btn-toggle:focus, .btn-toggle:hover { background-color: #FFFFFF; color: #3184D5; }
.btn-toggle:active { background-color: #FFFFFF; }

body.donate-page ul#ak-errors > li, body.donate-page ul.errorlist > li, body.donate-page ul.ak-err > li, ul#ak-errors > li, ul.errorlist > li, ul.ak-err > li { background-color: #f9e9e9; border-radius: 3px; border: 1px solid #edbdbe; color: #C22326; font-size: 14px; padding: 6px 12px; }

.form-control, .form-well .ak-userfield-input, .form-well textarea, .form-well select, .form-well input[type=text], .form-well input[type=password] { border: 1px solid #CCCCCC; border-left-color: #a9a9a9; border-top-color: #a9a9a9; border-radius: 3px; box-shadow: 0 0 0 0 rgba(41, 110, 203, 0.25); color: #555555; font-size: 16px; height: auto; line-height: 25px; margin: 0; padding: 6px 12px; max-width: 100%; width: 100%; transition: all .15s linear; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; }
.form-control:hover, .form-well .ak-userfield-input:hover, .form-well textarea:hover, .form-well select:hover, .form-well input[type=text]:hover, .form-well input[type=password]:hover { border-color: #a9a9a9; }
.form-control:active, .form-control:focus, .form-well .ak-userfield-input:active, .form-well .ak-userfield-input:focus, .form-well textarea:active, .form-well textarea:focus, .form-well select:active, .form-well select:focus, .form-well input[type=text]:active, .form-well input[type=text]:focus, .form-well input[type=password]:active, .form-well input[type=password]:focus { border-color: #a9a9a9; box-shadow: 0 0 0 3px rgba(41, 110, 203, 0.25); }
.form-control::-ms-input-placeholder, .form-well .ak-userfield-input::-ms-input-placeholder, .form-well textarea::-ms-input-placeholder, .form-well select::-ms-input-placeholder, .form-well input[type=text]::-ms-input-placeholder, .form-well input[type=password]::-ms-input-placeholder { color: #AAAAAA; }
.form-control::-moz-input-placeholder, .form-well .ak-userfield-input::-moz-input-placeholder, .form-well textarea::-moz-input-placeholder, .form-well select::-moz-input-placeholder, .form-well input[type=text]::-moz-input-placeholder, .form-well input[type=password]::-moz-input-placeholder { color: #AAAAAA; }
.form-control::-webkit-input-placeholder, .form-well .ak-userfield-input::-webkit-input-placeholder, .form-well textarea::-webkit-input-placeholder, .form-well select::-webkit-input-placeholder, .form-well input[type=text]::-webkit-input-placeholder, .form-well input[type=password]::-webkit-input-placeholder { color: #AAAAAA; }

select.form-control, .form-well select { background-image: url("//s3.amazonaws.com/actionkit.moveon.org/static/img/assets/icon-arrow.svg"); background-position: 100% 50%; background-repeat: no-repeat; border-left-color: #CCCCCC; border-top-color: #CCCCCC; border-right-color: #a9a9a9; border-bottom-color: #a9a9a9; box-shadow: 0 -30px 30px -30px rgba(204, 204, 204, 0.25) inset; }
select.form-control:hover, select.form-control:active, select.form-control:focus, .form-well select:hover, .form-well select:active, .form-well select:focus { background-image: url("//s3.amazonaws.com/actionkit.moveon.org/static/img/assets/icon-arrow-hover.svg"); box-shadow: 0 0 0 3px rgba(41, 110, 203, 0.25); }

.checkbox { margin-bottom: 0; }

.form-section--wrapper { padding-left: 30px; padding-right: 30px; }

@media screen and (min-width: 992px) { .form-section .form-section--donation { float: left; width: 50%; }
  .form-section .form-section--wrapper.form-section--billing { border-left: 1px solid #CCCCCC; border-top: 0 !important; float: right; margin-top: 0; width: 50%; }
  .form-section .form-section--payment { float: left; width: 50%; } }

.form-section--submit { padding-left: 30px; padding-right: 30px; }

body.donate-page ul.donation-amount-choices { background-color: #FFFFFF; border: 1px solid #E3E3E3; border-top-width: 0; border-left-width: 0; border-radius: 3px; overflow: hidden; display: flex; flex-wrap: wrap; }
body.donate-page ul.donation-amount-choices li { border-left: 1px solid #E3E3E3; border-top: 1px solid #E3E3E3; flex-grow: 1; width: 33%; }
body.donate-page ul.donation-amount-choices li label { background-color: transparent; border-radius: 8px; border: 5px solid #FFFFFF; box-shadow: none; color: #296ECB; display: block; font-size: 18px; line-height: 40px; margin: 0; transition: all .15s linear; width: 100%; }
body.donate-page ul.donation-amount-choices li label:hover { background-color: #F3F3F3; }
body.donate-page ul.donation-amount-choices li label.ak-radio-checked { box-shadow: none; background-color: #2FB544; color: white; text-shadow: 0 1px 1px #1a6426; }
body.donate-page ul.donation-amount-choices li#other_amount_container { flex-grow: 2; position: relative; width: 66%; }
body.donate-page ul.donation-amount-choices li#other_amount_container label { background-color: transparent; padding: 5px; position: relative; text-shadow: none; }
body.donate-page ul.donation-amount-choices li#other_amount_container label.ak-radio-checked { background-color: #2FB544; }
body.donate-page ul.donation-amount-choices li#other_amount_container label.ak-radio-checked input.amount_other_field { border-color: #FFFFFF; box-shadow: none; }
body.donate-page ul.donation-amount-choices li#other_amount_container .currency_sym { height: 30px; line-height: 30px; left: 5px; position: absolute; text-align: center; top: 5px; width: 30px; }
body.donate-page ul.donation-amount-choices li#other_amount_container input.amount_other_field { line-height: 26px; padding-bottom: 1px; padding-top: 1px; padding-left: 30px; width: 100%; }
body.donate-page #quickpay-amounts #other_amount_container { flex-grow: 2; position: relative; width: 66%; }
body.donate-page #quickpay-amounts #other_amount_container label { background-color: transparent; box-shadow: none; color: #296ECB; display: block; font-size: 18px; line-height: 40px; margin: 0 0 0.5em 0; position: relative; text-shadow: none; transition: all .15s linear; width: 100%; }
body.donate-page #quickpay-amounts #other_amount_container .currency_sym { font-size: 2em; line-height: 2em; left: 0.5em; position: absolute; text-align: center; width: 30px; }
body.donate-page #quickpay-amounts #other_amount_container input.amount_other_field { box-shadow: none; font-size: 2em; line-height: 2em; padding-bottom: 1px; padding-top: 1px; padding-left: 1.25em; width: 5em; }

#custom-donate-split .amount-with-currency { background-color: transparent; box-shadow: none; color: #296ECB; display: block; margin: 0 0 0.5em 0; position: relative; text-shadow: none; transition: all .15s linear; }
#custom-donate-split .amount-with-currency .currency_sym { left: 0.75em; position: relative; }
#custom-donate-split .amount-with-currency input { box-shadow: none; padding-bottom: 1px; padding-top: 1px; padding-left: 1em; }

body.donate-page .check-link { font-size: 14px; float: right; line-height: 20px; margin-top: 9px; }
body.donate-page .check-link a { color: #296ECB; }
body.donate-page .check-link + h3 { margin-top: 0; }

body.donate-page #card_num_box { position: relative; }
body.donate-page #card_num_box .cc-icons { pointer-events: none; bottom: 12px; height: 15px; position: absolute; right: 12px; width: 24px; background-image: url("//s3.amazonaws.com/actionkit.moveon.org/static/img/assets/icon-cc-default.svg"); }
body.donate-page #card_num_box .cc-icons .wf-icon { display: block; left: 0; position: absolute; top: 0; height: 0; width: 0; }
body.donate-page #card_num_box .cc-icons .wf-icon.matched { height: 15px; width: 24px; z-index: 2; }
body.donate-page #card_num_box .wf-icon { text-indent: 100%; overflow: hidden; }
body.donate-page #card_num_box .icon-visa { background-image: url("//s3.amazonaws.com/actionkit.moveon.org/static/img/assets/icon-cc-visa.svg"); }
body.donate-page #card_num_box .icon-mastercard { background-image: url("//s3.amazonaws.com/actionkit.moveon.org/static/img/assets/icon-cc-mastercard.svg"); }
body.donate-page #card_num_box .icon-discover { background-image: url("//s3.amazonaws.com/actionkit.moveon.org/static/img/assets/icon-cc-discover.svg"); }
body.donate-page #card_num_box .icon-amex { background-image: url("//s3.amazonaws.com/actionkit.moveon.org/static/img/assets/icon-cc-amex.svg"); }
body.donate-page #card_num_box .icon-lock { background-image: url("//s3.amazonaws.com/actionkit.moveon.org/static/img/assets/icon-lock.svg"); display: inline-block; height: 12px; margin-left: 5px; width: 10px; vertical-align: baseline; }

.form-controls-inline { display: flex; }
.form-controls-inline select { margin-right: 20px; width: 50%; }
.form-controls-inline select:last-child { margin-right: 0; }

.form-well { border: none; border-radius: 0; box-shadow: none; margin-top: 30px; padding: 0; }
.form-well button.btn-lg { margin-top: 0; }
@media screen and (min-width: 992px) { .form-well button.btn-lg { width: auto; } }

body.donate-page .donation-container { background-color: #F3F3F3; border: none; border-radius: 0; box-shadow: none; margin: 30px -30px; padding: 0; }

label { cursor: pointer; font-size: 15px; line-height: 1.5em; margin-bottom: 0; }
@media screen and (min-width: 768px) { label { font-size: 16px; } }
@media screen and (min-width: 992px) { label { font-size: 18px; } }
label .ak-required-flag { color: #C22326; }

.radio label, .checkbox label { font-size: 13px; line-height: 1.25em; }
@media screen and (min-width: 768px) { .radio label, .checkbox label { font-size: 14px; } }
@media screen and (min-width: 992px) { .radio label, .checkbox label { font-size: 15px; } }

.form-section + .form-section .form-section--wrapper { border-top: 1px solid #CCCCCC; }
.form-section .form-section--wrapper { padding-bottom: 30px; padding-top: 30px; }
@media screen and (min-width: 768px) { .form-section .form-section--wrapper { border-top: 1px solid #CCCCCC; }
  .form-section:first-child .form-section--wrapper { border-top: 0; margin-top: 0; } }
.form-section > h3 { margin-bottom: 20px; }
.form-section .form-group { margin-bottom: 0; margin-top: 10px; }
@media screen and (min-width: 768px) { .form-section .form-group { margin-top: 15px; } }
@media screen and (min-width: 992px) { .form-section .form-group { margin-top: 15px; } }
.form-section .form-group p { margin: 0; }

@media screen and (max-width: 767px) { .form-section + .form-section .form-section--wrapper { border-top: 1px solid #CCCCCC; }
  .form-shown .form-section + .form-section .form-section--wrapper { border: none; } }

.form-section--submit { border-top: 1px solid #CCCCCC; padding: 30px; }

#known_user { padding-bottom: 30px; }
#known_user + h3 { margin-top: 0; }

footer { border-top: 5px solid #C22326; padding-bottom: 30px; transition: all .15s linear; }
body.nav-expanded footer { transform: translate3D(-100px, 0, 0); }
footer .navbar-nav { float: none; }
footer .navbar-nav > li > a { border-radius: 3px; transition: background-color .15s linear; }
footer .navbar-nav > li > a:hover, footer .navbar-nav > li > a:focus { background-color: #f3f3f3; transition: none; }
footer .nav.nav-secondary { margin-bottom: 15px; }
@media screen and (min-width: 480px) { footer .nav.nav-secondary { -moz-column-count: 2; -webkit-column-count: 2; column-count: 2; -moz-column-gap: 30px; -webkit-column-gap: 30px; column-gap: 30px; } }
footer .nav.nav-secondary > li.-mo-footer-links > a { display: block; line-height: 20px; padding: 0; width: auto; }
footer .nav.nav-secondary > li.-mo-footer-links > a:hover { background-color: transparent; text-decoration: underline; }

@media screen and (min-width: 0) and (max-width: 767px) { .has-page-footer div[data-paged="true"] { display: none; visibility: hidden; }
  .has-page-footer.form-shown { overflow: hidden; }
  .has-page-footer.form-shown div[data-paged="true"] { display: block; visibility: visible; }
  .has-page-footer.form-shown form { background-color: #F3F3F3; position: fixed; bottom: 60px; top: 0; left: 0; right: 0; width: 100vw; z-index: 400; }
  .has-page-footer.form-shown form > .row { margin: 0; }
  .has-page-footer.form-shown .form-section { overflow: auto; bottom: 0; position: absolute; top: 0; transform: translate3D(100%, 0, 0); transition: all .15s linear; width: 100%; }
  .has-page-footer.form-shown .form-section.is-active { transform: translate3D(0, 0, 0); }
  .has-page-footer.form-shown .form-section.is-right { transform: translate3D(100%, 0, 0); }
  .has-page-footer.form-shown .form-section.is-left { transform: translate3D(-100%, 0, 0); } }

.toggle-inline { margin-top: 30px; }
.toggle-inline .btn-lg { display: block; text-align: center; width: 100%; }
@media screen and (min-width: 768px) { .toggle-inline { display: none; visibility: hidden; } }

.form-close { background: #FFFFFF url("//s3.amazonaws.com/actionkit.moveon.org/static/img/assets/icon-close.svg") 50% 50% no-repeat; border-radius: 50em; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.25); display: none; height: 40px; overflow: hidden; position: fixed; right: 5px; text-indent: 100%; top: 5px; visibility: hidden; width: 40px; z-index: 600; }
@media screen and (min-width: 0) and (max-width: 767px) { .form-shown .form-close { display: block; visibility: visible; } }

.share-group { border-radius: 6px; clear: both; margin-top: 30px; }
@media screen and (min-width: 992px) { .share-group { border: 1px solid #E3E3E3; }
  .share-group.row { margin-left: 0; margin-right: 0; } }
@media screen and (min-width: 1200px) { .share-group { display: flex; flex-align: stretch; } }

.share-section { margin-bottom: 20px; text-align: center; }
.share-section h4 { display: none; visibility: visible; margin-bottom: 30px; }
.share-section h4.share-label { display: block; visibility: visible; }
@media screen and (min-width: 768px) { .share-section h4.email-label { display: block; visibility: visible; } }
@media screen and (min-width: 992px) { .share-section h4 { display: block; visibility: visible; } }
.share-section p { margin-bottom: 0; }
@media screen and (min-width: 992px) { .share-section { margin-bottom: 0; padding: 30px; }
  .survey-share .share-section:first-child { border-right: 1px solid #E3E3E3; }
  .survey-share .share-section:last-child { border-top: 1px solid #E3E3E3; } }
@media screen and (min-width: 1200px) { .share-section { border-right: 1px solid #E3E3E3; }
  .share-section:last-child { border-top: none; border-right: none; } }
.share-section > .row { min-height: 100%; }

.share-button { margin-top: 20px; }
.share-button:first-child { margin-top: 0; }
@media screen and (min-width: 768px) { .share-button { margin-top: 0; } }
@media screen and (min-width: 1200px) { .share-button { margin-top: 30px; } }

h4.share-label label { font-size: inherit; font-weight: normal; line-height: inherit; margin-bottom: 0; }

.share-url { font-size: 14px; height: 60px; line-height: 20px; padding: 20px 24px; }

@media screen and (min-width: 992px) { .share-header { display: flex; align-items: flex-end; } }

.share-embed { display: none; visibility: hidden; }
@media screen and (min-width: 992px) { .share-embed { display: block; visibility: visible; } }

@media screen and (min-width: 768px) { .share-section-email { margin-top: 30px; } }
@media screen and (min-width: 992px) { .share-section-email { border-top: 1px solid #E3E3E3; margin-top: 0; } }
@media screen and (min-width: 768px) { .share-section-email .row { display: flex; flex-align: stretch; } }

.share-email-message { display: none; visibility: hidden; }
@media screen and (min-width: 768px) { .share-email-message { border-left: 1px solid #E3E3E3; display: flex; flex-direction: column; visibility: visible; } }

.disclaimer { font-size: 12px; font-weight: normal; }

.share-email { border-radius: 3px; font-size: 12px; width: 100%; flex-grow: 1; border: 1px solid #CCCCCC; border-left-color: #a9a9a9; border-top-color: #a9a9a9; border-radius: 3px; box-shadow: 0 0 0 0 rgba(41, 110, 203, 0.25); color: #555555; height: auto; max-width: 100%; transition: all .15s linear; -webkit-appearance: none; -moz-appearance: none; }

.survey-media { background-color: #F3F3F3; margin-bottom: 30px; margin-top: -30px; transition: transform .15s linear; }
.survey-media .media-wrapper { max-width: 600px; margin-left: auto; margin-right: auto; }
.survey-media .media { display: block; height: 0; margin-left: auto; margin-right: auto; padding-bottom: 56.25%; position: relative; }
.survey-media .media iframe { border: 0; height: 100%; width: 100%; position: absolute; }
@media screen and (max-width: 767px) { body.nav-expanded .survey-media { transform: translate3D(-100px, 0, 0); } }

.image-right { float: right; margin-left: 20px; margin-bottom: 20px; width: 40%; }
@media screen and (min-width: 480px) { .image-right { margin-left: 30px; margin-bottom: 30px; width: 20%; } }
.image-right img { width: auto; max-width: 100%; }

body { overflow-x: hidden; padding-top: 90px; }
@media screen and (min-width: 768px) { body { padding-top: 0; } }

.navbar-default { z-index: 10; }

.navbar { box-shadow: 0 2px 2px rgba(0, 0, 0, 0.25); background: none; border: none; min-height: 60px; position: fixed; top: 0; background-color: #fff; width: 100%; z-index: 100; }
@media screen and (min-width: 768px) { .navbar { margin-bottom: 30px; position: relative; } }

@media screen and (min-width: 768px) { .navbar-header { min-width: 210px; } }
@media screen and (min-width: 992px) { .navbar-header { min-width: 264px; } }

a.navbar-brand { background: none; height: auto; max-width: 210px; padding: 16px 15px 14px; width: 80%; }
@media screen and (min-width: 768px) { a.navbar-brand { width: 100%; } }
@media screen and (min-width: 992px) { a.navbar-brand { max-width: 264px; } }
a.navbar-brand:before { content: ""; background: url("//s3.amazonaws.com/actionkit.moveon.org/static/img/assets/moveon-demaction.svg") no-repeat 0 50%; background-size: 100%; display: block; max-width: 150px; padding: 0; padding-bottom: 16.66667%; }
@media screen and (min-width: 768px) { a.navbar-brand:before { max-width: 234px; } }
footer a.navbar-brand { max-width: 150px; padding: 15px 0; }

.navbar a.navbar-brand { margin-left: -30px; }

@media screen and (min-width: 768px) { .navbar > .container .navbar-brand { margin-left: -15px; } }

.navbar-toggle { border: 0; border-left: 1px solid #D8D8D8; border-radius: 0; margin: 0; height: 60px; width: 60px; margin-right: -30px; text-align: center; background: url("//s3.amazonaws.com/actionkit.moveon.org/static/img/assets/icon-menu.svg") 50% 50% no-repeat; }
.nav-expanded .navbar-toggle { background-image: url("//s3.amazonaws.com/actionkit.moveon.org/static/img/assets/icon-close.svg"); }
.navbar-toggle .icon-bar { margin-left: auto; margin-right: auto; }

.navbar-default .navbar-toggle[aria-expanded="true"], .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle[aria-expanded="true"]:focus, .navbar-default .navbar-toggle[aria-expanded="true"]:active { background-color: #f3f3f3; }
.navbar-default .navbar-toggle[aria-expanded="false"]:focus, .navbar-default .navbar-toggle[aria-expanded="false"]:active { background-color: transparent; }
@media screen and (min-width: 768px) { .navbar-default .navbar-nav > li > a { border-radius: 3px; transition: background-color .15s linear; }
  .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { background-color: #f3f3f3; transition: none; } }

.navbar-collapse { background: #F9F9F9; border: none; box-shadow: 10px 0 10px -10px rgba(0, 0, 0, 0.25) inset, 0 12px 2px -10px rgba(0, 0, 0, 0.25) inset; height: calc(100vh - 60px) !important; position: fixed; top: 60px; width: 100px; padding: 0; right: 0; z-index: -10; transform: translate3D(100%, 0, 0); transition: transform .15s linear; }
.navbar-collapse[aria-expanded="true"] { transform: translate3D(0, 0, 0); }
@media screen and (min-width: 768px) { .navbar-collapse { background: none; box-shadow: none; width: auto; transform: none; position: static; top: auto; right: auto; } }

@media screen and (min-width: 768px) { .navbar-right { padding-top: 5px; } }
@media screen and (min-width: 992px) { .navbar-right { padding-top: 10px; } }

nav .nav, footer .nav { margin: 0; }
nav .nav > li a .icon, footer .nav > li a .icon { display: block; height: 50px; width: 50px; background-repeat: no-repeat; background-position: 50% 50%; background-size: 100%; margin: 0; }
nav .nav > li ul.list-unstyled, footer .nav > li ul.list-unstyled { margin: 0; padding: 10px 0; }
@media screen and (min-width: 768px) { nav .nav > li ul.list-unstyled, footer .nav > li ul.list-unstyled { margin-left: 15px; padding: 5px 0; } }
nav .nav > li ul.list-unstyled a, footer .nav > li ul.list-unstyled a { border: none; line-height: 30px; padding: 0; }
@media screen and (min-width: 768px) { nav .nav > li ul.list-unstyled a, footer .nav > li ul.list-unstyled a { line-height: 20px; } }

footer .navbar-nav { background-color: rgba(243, 243, 243, 0.75); margin: 0 -30px 30px; display: flex; }
@media screen and (min-width: 480px) { footer .navbar-nav { background-color: transparent; margin: 0 0 30px; } }
@media screen and (min-width: 768px) { footer .navbar-nav { justify-content: flex-end; } }
footer .navbar-nav > li { align-items: stretch; border-right: 1px solid #E3E3E3; flex-grow: 1; width: 33%; flex-direction: column; display: flex; }
footer .navbar-nav > li:last-child { border-right: 0; }
@media screen and (min-width: 480px) { footer .navbar-nav > li { border-right: 0; } }
@media screen and (min-width: 768px) { footer .navbar-nav > li { display: inline-block; flex-grow: 0; width: auto; } }
footer .navbar-nav > li a { align-items: center; flex-direction: column; flex-grow: 1; padding: 0; padding-bottom: 10px; padding-top: 10px; text-align: center; }
@media screen and (min-width: 480px) { footer .navbar-nav > li a { border-bottom: none; flex-direction: row; flex-grow: 0; padding: 0; padding-right: 15px; text-align: left; } }

nav .nav { margin: 0; }
nav .nav > li a { align-items: center; border-bottom: 1px solid #ccc; flex-direction: column; padding: 0; padding-bottom: 10px; padding-top: 10px; text-align: center; }
@media screen and (min-width: 768px) { nav .nav > li a { border-bottom: none; flex-direction: row; padding: 0; padding-right: 15px; text-align: left; } }

.icon-start { background: url("//s3.amazonaws.com/actionkit.moveon.org/static/img/assets/icon-start-petition.svg"); }

.icon-managepetitions { background: url("//s3.amazonaws.com/actionkit.moveon.org/static/img/assets/icon-manage-petition.svg"); }

.icon-donate { background: url("//s3.amazonaws.com/actionkit.moveon.org/static/img/assets/icon-donate.svg"); }

div[role="main"] { transition: transform .15s linear; }
@media screen and (max-width: 767px) { body.nav-expanded div[role="main"] { transform: translate3D(-100px, 0, 0); } }

body.has-page-footer { padding-bottom: 60px; }
@media screen and (min-width: 768px) { body.has-page-footer { padding-bottom: 0; } }

.page-footer { background: #FFFFFF; box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.25); padding: 5px; position: fixed; bottom: 0; left: 0; min-height: 60px; transition: all .15s linear; width: 100%; z-index: 300; }
body.nav-expanded .page-footer { transform: translate3D(-100px, 0, 0); }
.page-footer.page-footer--toggle { background-color: #193F92; }
.page-footer.page-footer--pager { background-color: #FFFFFF; display: none; visibility: hidden; z-index: 500; }
.form-shown .page-footer.page-footer--pager { display: block; visibility: visible; }
@media screen and (min-width: 768px) { .page-footer { display: none !important; visibility: hidden !important; } }
.form-viewable .page-footer { display: none; visibility: hidden; }

.pager-back, .pager-next { display: block; height: 60px; overflow: hidden; position: absolute; text-indent: 100%; top: 0; width: 60px; white-space: nowrap; background-repeat: no-repeat; background-position: 50% 50%; }

.pager-back { border-right: 1px solid #D8D8D8; background-image: url("//s3.amazonaws.com/actionkit.moveon.org/static/img/assets/icon-back.svg"); }
.pager-back.is-disabled { background-image: url("//s3.amazonaws.com/actionkit.moveon.org/static/img/assets/icon-back-disabled.svg"); }

.pager-next { right: 0; border-left: 1px solid #D8D8D8; background-image: url("//s3.amazonaws.com/actionkit.moveon.org/static/img/assets/icon-next.svg"); }
.pager-next.is-disabled { background-image: url("//s3.amazonaws.com/actionkit.moveon.org/static/img/assets/icon-next-disabled.svg"); }

.pager-text { color: #193F92; margin-left: 80px; margin-right: 80px; text-align: center; font-size: 16px; font-weight: 700; line-height: 20px; padding-top: 15px; }

footer .social { margin-bottom: 15px; }
footer .social > li { margin-top: 10px; }
footer .social > li:first-child { margin-top: 0; }
footer .social a { display: flex; }
footer .social .icon { background-position: 50% 50%; background-repeat: no-repeat; height: 20px; width: 20px; }
footer .social .icon:before { content: none; }
footer .social .icon-fb { background-image: url("//s3.amazonaws.com/actionkit.moveon.org/static/img/assets/icon-facebook.svg"); }
footer .social .icon-twitter { background-image: url("//s3.amazonaws.com/actionkit.moveon.org/static/img/assets/icon-twitter.svg"); }
footer .social .icon-join { background-image: url("//s3.amazonaws.com/actionkit.moveon.org/static/img/assets/icon-newsletter.svg"); }

p { font-size: 14px; }
@media screen and (min-width: 768px) { p { font-size: 16px; } }
@media screen and (min-width: 992px) { p { font-size: 18px; } }
p:last-child { margin-bottom: 0; }
.donation-legal p { font-size: 14px; }
@media screen and (min-width: 768px) { .donation-legal p { font-size: 15px; } }
@media screen and (min-width: 992px) { .donation-legal p { font-size: 16px; } }
p.legal { border-color: #CCCCCC; padding: 6px 12px; text-align: left; }

.codebox { font-family: 'Courier', 'Courier New', sans-serif; font-size: 12px; line-height: 30px; border: none; color: #B3B3B3; line-height: 20px; border: 1px dotted #AAAAAA; padding: 5px 10px; color: #878787; background: white; word-wrap: break-word; }

h1, .h1 { color: #000000; font-size: 26px; }
@media screen and (min-width: 768px) { h1, .h1 { font-size: 36px; } }
@media screen and (min-width: 992px) { h1, .h1 { font-size: 46px; } }
h1:last-child, .h1:last-child { margin-bottom: 0; }

h3, .h3 { font-size: 21px; font-weight: 400; }
@media screen and (min-width: 768px) { h3, .h3 { font-size: 24px; } }
@media screen and (min-width: 992px) { h3, .h3 { font-size: 27px; } }

h4, .h4 { color: #000000; font-size: 18px; font-weight: 400; }
@media screen and (min-width: 768px) { h4, .h4 { font-size: 21px; } }
@media screen and (min-width: 992px) { h4, .h4 { font-size: 24px; } }

p + h4, p + .h4 { margin-top: 30px; }

h5, .h5 { color: #000000; font-size: 16px; font-weight: 400; text-transform: none; }
@media screen and (min-width: 768px) { h5, .h5 { font-size: 18px; } }
@media screen and (min-width: 992px) { h5, .h5 { font-size: 21px; } }

p + h5, p + .h5 { margin-top: 30px; }

.heading-sm { font-size: 12px; font-weight: bold; text-transform: uppercase; }
@media screen and (min-width: 768px) { .heading-sm { font-size: 13px; } }
@media screen and (min-width: 992px) { .heading-sm { font-size: 14px; } }

.heading-xl { font-size: 40px; }
@media screen and (min-width: 768px) { .heading-xl { font-size: 60px; } }
@media screen and (min-width: 992px) { .heading-xl { font-size: 80px; } }

/*# sourceMappingURL=donation-test.css.map */
