body {
    margin-right:auto !important;
}
/* EN hidden content label */
kbd {
    font-family: Arial, Helvetica, sans-serif;
    color: #f27420;
    font-weight:normal;
    background-color:#f6f6f6;
}
/* for multiple h3s on form */
.form_header {
    padding-top:1rem;
}
blockquote, dd, div, dl, dt, form, h1, h2, h3, h4, h5, h6, li, ol, ul {
    padding:0;
}
label {
    margin: 0;
    font-weight: 300;
    line-height: 1.8;
}
.button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    transition: background-color .25s ease-out,color .25s ease-out;
    line-height: 1;
    text-align: center;
    cursor: pointer;
}
ins {
    text-decoration: none;
}
/* hides default ie arrow */
select::-ms-expand {
    display: none;
}
select {
    min-width:124px;
    height: 39px;
    margin: 0 0 1rem;
    padding: .5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cacaca;
    border-radius: 0;
    background-color: #fefefe;
    font-family: inherit;
    font-size: 16px;
    line-height: normal;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
    background-origin: content-box;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 9px 6px;
    transition: box-shadow .5s,border-color .25s ease-in-out;
}
.en__field__input--select {
    width:258px;
    margin-bottom:0;
}
.en__field__input--select {
    white-space: normal;
}
[type="radio"] + label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: .5rem;
    margin-right: 1rem;
    margin-bottom: 0;
}
input[type="email"],
input[type="text"],
input[type="tel"] {
    width:258px; 
    height: 39px !important;
    color: #090a0b;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    background-color: #F7F7FA !important;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px hsla(0,0%,4%,.1) !important;
    display: inline;
    float: none;
    margin: 0;
    padding: 4px 6px !important;
}
input[type="email"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus {
    outline: none;
    border: 1px solid #8a8a8a !important;
    background-color: #fefefe !important;
    box-shadow: 0 0 5px #cacaca !important;
    transition: box-shadow .5s,border-color .25s ease-in-out;
}
input[name="transaction.ccvv"].en__field__input--text { 
    width:9rem;
}
input[name="contact.subject"].en__field__input--text { 
    width:100%;
}
input[name="transaction.donationAmt"],
input[name="transaction.recurrpay"] { 
    width:20px;
    height:20px;
}
input[name="transaction.donationAmt.other"].en__field__input--other { 
    margin-bottom: -20px;
    margin-left: -10px;
    width:100px;
}
@media only screen and (max-width: 488px),
only screen and (max-device-width: 488px) {
    input[name="transaction.donationAmt.other"].en__field__input--other { 
        margin-bottom: 0;
        margin-left: 0;
    }
}
.en__field__label {
    font-size:16px !important;
    vertical-align:top !important;
    width: 190px !important;
}
input[type=number] {
    -moz-appearance:textfield;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; 
    margin: 0; 
}
/* checkbox styles */
.en__field__input--checkbox {
    margin: 0 8px 0 0 !important;
    vertical-align:middle;
    width:20px;
    height:20px;
}
.en__field--checkbox {
    overflow-x:hidden;
    overflow-y:auto;
}
.en__field--checkbox .en__field__label--item {
    display:block;
    font-size:.875rem;
    margin:-24px 0 0 30px;
}
.en__field__element--checkbox > .en__field__item {
    width: 100%;
    padding:0;
    margin: 0 0 .5rem;
}
.en__field--checkbox .en__field__label {
    vertical-align: baseline !important;
}
.en__field--checkbox .en__field__label--item[for="en__field_transaction_recurrpay"] {
    font-size:1rem;
    /*width:80%;*/
    vertical-align: top !important;
}
/* hidden casl checkbox */
.en__field--question .en__field__element--checkbox {
    float: left;
}
.en__field--checkbox.en__field--question .en__field__label {
    width:95% !important;
}
.en__field--checkbox .en__field__label {
    vertical-align: top !important;
}
.en__field--checkbox.en__field--question .en__field__label[for="en__field_supporter_questions_128935"]{
    width: auto !important;
}
.en__field--checkbox label {
    display:inline-block;
    /*width:80%;*/
    margin: 0;
    padding-top:0;
}
/* end hidden casl checkbox */
.en__field__input--radio {
    margin: -1px 0 0 0 !important;
}
.en__field--radio.en__field--question .en__field__element--radio .en__field__item {
    padding:0;
}
.en__field__element--radio .en__field__label {
    width: auto !important;
}
.en__field__item {
    margin-right: 5px;
}
.en__field__input--splitselect {
    margin-bottom:0 !important;
}
.en__component--copyblock h3 {
    text-transform:none;
    margin:0 0 1rem 0;
}
.en__component--contactblock,
.en__component--pledgeblock {
    margin-bottom:2rem;
}
.en__field--message textarea {
    width: 452px;
    height:200px;
}
.en__submit {
    text-align: center;
    max-width: 280px;
    margin: 0 auto;
}
.en__submit button,
button.en__submit {
    color: #fff;
    background-color: #FF8408;
    border: 0;
    padding: 16px 22px;
    margin: 1rem auto 2rem auto;
    text-align: center;
    font-weight: 500;
    cursor: pointer;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    text-transform:uppercase;
    line-height:1.1;
    box-shadow:none;
}
.en__submit button:hover,
button.en__submit:hover {
    background: #FF6B08 !important;
}
.en__field__error {
    width: 258px;
    font-size:15px;
    text-align: left;
    color: #c92533;
    margin: 5px 0 12px 0;
}
.en__field__error,
.en__field__error strong {
    font-style: italic;
}
@media only screen and (max-width: 319px) {
    input[type="text"]{   
        width:100% !important; 
    }
    .en__field__input--select {
        width:100%
    }
}
.en__component--contactblock,
.en__component--pledgeblock,
.en__component--petitionblock {
    display: block;
}
.en__component--column {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
    float:none !important;
}
.replacementHeader{
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}
.replacementHeader, .footer-row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem;
}
@media only screen and (max-width: 600px),
only screen and (max-device-width: 600px) {
    .replacementHeader, .footer-row {
        margin-left: 0;
        margin-right: 0;
    }
}
.en__component--socialblock {
    margin-top: 1rem;
}
.field_label_text_component {
    margin-top:-10px;
    margin-bottom:1.25rem;
    margin-left:184px;
    width:258px;
    font-size:0.6875rem;
    line-height:1.2;
} 
@media only screen and (max-width: 488px),
only screen and (max-device-width: 488px) {
    .field_label_text_component {
        margin-left:0;
    }
}
input[name="supporter.bankRoutingNumber"],
input[name="supporter.bankAccountNumber"] {
    width:230px;
    margin-right:5px;
}
.ccvv__link {
    display: inline-block;
    padding: 0 0 0 8px;
    margin-left: 0;
    margin-top: 0;
}
.ccvv__link a {
    color:#999;
    font-size:16px;
}
.open-popup-link {
    width: 15px;
    height: 15px;
    display: inline-block;
    background-repeat: no-repeat;
    text-decoration: none;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 26.0.3, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.2' baseProfile='tiny' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='15px' height='15px' viewBox='0 0 15 15' overflow='visible' xml:space='preserve'%3E%3Cpath fill='%23999999' d='M7.5,0C3.4,0,0,3.4,0,7.5C0,11.6,3.4,15,7.5,15S15,11.6,15,7.5C15,3.4,11.6,0,7.5,0z M7.5,12.7 c-0.7,0-1.4-0.6-1.4-1.4c0-0.8,0.6-1.4,1.4-1.4c0.8,0,1.4,0.6,1.4,1.4C8.9,12.1,8.3,12.7,7.5,12.7z M8.6,8.9c0,0.2-0.1,0.3-0.3,0.3 H6.7C6.5,9.2,6.4,9,6.4,8.9V8.2c0-1.3,2.1-1.9,2.1-2.9c0-0.5-0.5-0.9-1.2-0.9c-1.1,0-1.4,1-1.8,0.6l-1-0.9C4.5,4,4.5,3.8,4.6,3.7 c0,0,1.2-1.4,3.2-1.4c1.7,0,3.2,1.2,3.2,2.7C11,7.1,8.6,7.2,8.6,8.9z'/%3E%3C/svg%3E");
}
.fa-question-circle::before {
    content: ""!important;
}
.open-popup-link [aria-hidden="true"],
.open-popup-link-bank [aria-hidden="true"] {
    visibility: visible;
}
.read_more {
    display:table;
    text-align:center;
    margin:0 auto;
    padding:1rem 0 4rem;
}
.read_more a {
    display:block;
    font-size:1.75rem;
    color:#333;
    font-weight:700;
    text-decoration:none;
    border: 1px solid #333;
    padding: 16px;
    line-height:1.4;
}
.read_more a:hover {
    color:#333;
}
.view_hide {
    display:none;
}
@media only screen and (max-width: 600px),
only screen and (max-device-width: 600px) {
    .read_more {
        padding:0 0 3rem;
    }
    .read_more a {
        font-size:1.75rem;
    }
    .view_hide {
        display:table;
        text-align:center;
        margin:2rem auto;
    }
    .view_hide a {
        display:block;
        font-size:1rem;
        color:#333;
        font-weight:700;
        text-decoration:none;
        border: 1px solid #333;
        padding: 16px;
        line-height:1.4;
    }
    .en__component--contactblock,
    .en__component--pledgeblock,
    .en__component--petitionblock {
        display:none;
    }
}
.en__mandatory label::after {
  content: ' *';
  color: #f00;
}
.en__mandatory .en__field__element--radio label::after {
  content:none;
  margin-right: 0;
}
/* directmMail and telephone optin checkbox label */
.en__field--NOT_TAGGED_79 > .en__field__element--checkbox .en__field__label {
    width:80% !important;
}
/* shows gift aid label */
.en__field--gift-aid-opt-in.en__mandatory > .en__field__label:first-of-type {
    display:inline !important;
    margin-right:10px;
}
.privacy-policy {
    font-size:0.75rem;
    line-height:1.5;
}
.cc__icons {
    margin: 5px 10px 20px 0;
    width: auto;
}
.cc__icons ul {
    margin:0;
    padding:0;
}
.cc__icons li {
    list-style-type: none;
    display:inline-block;
    margin:0 8px .75rem 0;
    padding:0;
}
.cc__icons li img {
    padding:0;
    border: 1px solid #b9b9b9;
    width:50px;
}
.cc__icons ul li.grey {
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}
.security__icons {
    margin: 2rem 0 20px;
    width: auto;
}
.security__icons ul {
    margin:0;
    padding:0;
    text-align:center;
}
.security__icons li {
    list-style-type: none;
    display:inline-block;
    margin:0 16px .75rem 0;
    padding:0;
}
.security__icons li img {
    padding:0;
}
@media only screen and (max-width: 560px),
only screen and (max-device-width: 560px) {
    .cc__icons li {
        margin:0 4px .75rem 0;
    }
    .cc__icons li img {
        width:50px;
    }
}
@media only screen and (max-width: 488px),
only screen and (max-device-width: 488px) {
    .cc__icons li img {
        width:50px;
    }
    .security__icons li.worldplay img,
    .security__icons li.fundraising-regulator img {
        width:80px;
    }
    .security__icons li.rapidssl img {
        width:60px;
    }
}
/* error messages */
.pf_ErrorHeader {
    color: #cc0000 !important;
    padding-bottom:10px !important;
}
.pf_ErrorItems {
    color: #CC0000 !important;
    margin-left: 1rem !important;
    margin-bottom: 2rem !important;
}
li.en__error {
    margin-bottom:10px !important;
    line-height: 1.4 !important;
}
/* addthis social button overrides */
.en__component--socialblock {
    margin-bottom: 1rem;
}
.en__component--socialblock .en__shares {
    justify-content: left;
}
.en__component--socialblock .en__share {
    margin-right: 10px;
}
.en__component--socialblock .en__share__button--twitter,
.en__component--socialblock .en__share__button--facebook,
.en__component--socialblock .en__share__button--gplus {
    background-size: 42px 42px;
}
.en__component--socialblock .en__share__button {
    height: 42px;
    width: 42px;
}
/* label for email field on donation page only */
.en__donation--billing--info .en__field--emailAddress .translate_en::after{
    content:"If you donate and have not already registered, you will receive periodic updates and communications.";
    display: block;
    margin-top: 7px;
    width: 258px;
    font-size: 11px;
}
.en__donation--billing--info .en__field--emailAddress .translate_sp::after{
    content:"Si donas y aún no te registraste, recibirás actualizaciones periódicas y comunicaciones.";
    display: block;
    margin-top: 7px;
    width: 258px;
    font-size: 11px;
}
.phone_required p {
    font-size: .75rem;
    line-height:1.5;
}
/* EN social buttons */
.en__component--socialblock .en__shares {
    justify-content: inherit !important;
}
/* addthis */
.addthis_inline_share_toolbox {
    margin: -1rem 0 1rem 0;
}
.at-share-tbx-element .at-share-btn {
    padding: 6px 60px 6px 5px !important;
    margin: 0 2px 5px !important;
    opacity: .9 !important;
}
@media only screen and (max-width: 979px),
only screen and (max-device-width: 979px) {
    .at-share-tbx-element .at-share-btn {
        padding: 6px !important;
        margin: 0 5px 5px 0 !important;
    }
}
/* wp form iframe */
.iFrameWrap {
    position: relative;
    height: 100%;
}
.iFrameWrap iframe {
    top: 0;
    left: 0;
    width: 100%;
    border:none;
    border-width:0;
}
/* update email subscription page styles */
.subscription_title {
  margin-bottom: 1rem;
}
.subscription_head {
    font-weight:normal;
    color:#090a0b;
    background-color:#e8e8e8;
    padding: 10px 0 10px 12px;
    margin-top:.5rem;
}
.subscription_title .en__field--checkbox .en__field__element--checkbox .en__field__label--item {
    font-weight: 500;
    padding-bottom: 0;
    font-size: 0.938rem !important;
}
.subscription_title .en__field {
    padding-bottom: 0;
}
.subscription_description p {
    position: relative;
    font-size: 1.5rem;
    font-style: italic;
    margin-bottom:2.5rem;
    margin-left:30px;
    padding-bottom:0;
}
.en__field--4520 > .en__field__label {
    width: 160px;
    font-weight: 700;
}
.en__field--4520 input[name="supporter.emailAddress"] {
    background-color:#fff !important;
}
.custom_button {
    margin: 1rem auto;
}
.custom_button,
.custom_button:active {
    display:inline-block;
    background-color: #ffb800;
    border-width: 0;
    border: none;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    color: #FFF !important;
    padding: 16px 22px 17px;
    line-height:1.1;
    cursor: pointer;
    font-weight: 500;
    font-size: 1.375rem !important;
    text-transform:none;
    text-decoration:none;
}
.custom_button:hover {
    background: rgba(255,184,0,.7) !important;
}
/* upsell button override */
#userYesButton {
    font-size: 14px !important;
    letter-spacing: 0 !important;
}
/* ett target block message */
.en__contactDetails__row--1,
.en__contactDetail--organization,
.en__component--contactblock input[type="text"],
.en__contactMessage__plainText {
    /*font-size:0.9375rem !important;*/
    line-height: 1.2 !important;
}
.en__component--contactblock .en__contacts--hideContact {
    display:block !important;
}
/* donation button */
.donation-button {
    margin:0 auto 2rem;
    padding-top:.625rem;
    text-align:center;
}
.button.donation {
    font-size:15px;
    font-weight:700;
    margin:0 auto;
    padding-top: .8125em;
    padding-bottom: .8125em;
    line-height:1.5;
    border-width:0;
    border-radius: 0;
    background:#1b95bd;
}
.button.donation:hover,
.button.donation:focus {
    text-decoration: none;
    background:#df4200;
}
@media only screen and (max-width: 488px),
only screen and (max-device-width: 488px) {
    .button.donation {
        font-size:13px;
        font-weight:500;
    }
}
/* full width form labels */
.full-width-label .en__field__label,
.full-width-label .en__field__label label {
    display:block;
    width:auto !important;
}
.full-width-label .en__field--checkbox .en__field__label--positionabove,
.full-width-label .en__field--text .en__field__label--positionabove,
.full-width-label .en__field--radio .en__field__label--positionabove {
    display:block;
    width:auto !important;
    vertical-align:top !important;
}
.full-width-label .en__field--checkbox .en__field__element--layoutvertical label,
.full-width-label .en__field--text .en__field__element--layoutvertical label,
.full-width-label .en__field--radio .en__field__element--layoutvertical label {
    width:auto !important;
}
/* inline checkboxes */
.inline-checkboxes .en__field--checkbox{
    display:flex;
}
.inline-checkboxes .en__field__element--checkbox {
    display:flex;
    flex-direction:column;
}
.inline-checkboxes .en__field--checkbox .en__field__label {
    padding-right:.5rem
}
.inline-checkboxes label.en__field__label.en__field__label--item {
    width:95% !important;
}
/* email address error message */
.invalid-email-text {
    line-height:1.2;
}
.invalid-email-text, 
.suggestion-text {
    display: inline !important;
}
.invalid-email-text,
.suggestion-text,
.email-suggestion-list-items button.suggestion {
    font-size:13px !important;
}
.email-suggestion-list-items { 
    max-width:258px;
    background:#c60f13;
    padding: 0 10px;
}
.email-suggestion-list-items button.suggestion {
    display: inline !important;
    width: auto;
    color:#fff;
    font-size: 100%;
    font-style: italic;
    text-transform: none;
    box-shadow:none;
    margin:0;
    padding: 0 0 6px;
    background: #c60f13;
    border: none;
}
/* survey styles */
.en__component--svblock .en__field__label--positionabove {
    width:auto !important;
    display:block;
    font-weight:500;
}
.en__component--svblock .en__field__label {
    width:auto !important;
}
.en__component--svblock .en__field__element--textarea,
.en__component--svblock .en__field__input--textarea {
    width:100%;
}
.en__component--svblock .en__field__input--textarea {
    max-width:500px;
}
.en__component--svblock .en__field__element--checkbox .en__field__item {
    padding: 6px 0;
}
.en__component--svblock .en__field__element--checkbox .en__field__item,
.en__component--svblock .en__field__element--radio .en__field__item {
    display:block;
}
/* survey button on component web page */
.survey_button {
    margin: 1rem auto;
}
.survey_button,
.survey_button:active {
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    display:inline-block;
    background-color: #ffb800;
    border-width: 0;
    border: none;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    color: #FFF !important;
    padding: 1rem;
    line-height:1.1;
    cursor: pointer;
    font-weight: 600;
    font-size: 1rem !important;
    text-transform:none;
    text-decoration:none;
}
.survey_button:hover {
    background: rgba(255,184,0,.7) !important;
}
/* shopping cart */
.en__submit--disabled button::after {
    content: "Laden...";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 22px;
    font-weight: 500;
}
#en-shopping-cart .en__submit.en__submit--disabled button:hover {
   background-color: rgba(0, 0, 0, 0.7) !important;
}
.en__submit--disabled button {
    color: rgba(255, 255, 255, 0.0) !important;
    position: relative;
    cursor: default;
}
#en-shopping-cart .en__submit.en__submit--disabled button:hover {
   color: rgba(255, 255, 255, 0.0) !important;
    background-color: rgb(153, 153, 153) !important;
    position: relative;
}