/* 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: 400;
    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-top:-3px;
    margin-bottom: 0;
}

input[type="email"],
input[type="text"] {
    width:258px; 
    height: 39px !important;
    color: #090a0b;
    font-size: 16px;
    font-weight: normal;
    line-height: 1;
    background-color: #F7F7FA;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: inset 0 1px 2px hsla(0,0%,4%,.1);
    display: inline;
    float: none;
    margin: 0;
    padding: 4px 6px !important;
}

input[type="email"]:focus,
input[type="text"]:focus {
    outline: none;
    border: 1px solid #8a8a8a;
    background-color: #fefefe;
    box-shadow: 0 0 5px #cacaca;
    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;
}

.en__field__label--item {
    width: auto !important;
}

/* CHECKBOX STYLES */

.en__field__input--checkbox {
    margin: 0 8px 0 0 !important;
    vertical-align:middle;
    width:20px;
    height:20px;
}

.en__field--checkbox {
    overflow: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 {
    padding:0;
}

.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;
    vertical-align: top !important;
}

/* HIDDEN CASL CHECKBOX */
.en__field--question .en__field__element--checkbox {
    float: left;
}

.en__field--checkbox label {
    display:inline-block;
    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__item {
    margin-right: 5px;
}

.en__field__input--splitselect {
    margin-bottom:0 !important;
}

.en__share__button--email {
    background: url(../images/en_share--gplus.png) center center no-repeat
}

.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: #fdfdfd;
    background-color: #df4200;
    border: 2px solid #df4200;
    padding: 8px 13px 10px;
    margin: 1rem auto 2rem auto;
    text-align: center;
    font-size: 1.25rem !important;
    font-weight: 600;
    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 {
    color: whitesmoke !important;
    border-color: #a33e06 !important;
}

.en__field__error {
    width: 258px;
    font-size:13px;
    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"] {
    width:230px;
    margin-right:5px;
}

/* CCVV ICON */

.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;
}

a.open-popup-link i {
    color:#999;
    font-size:16px;
}

/* READ MORE */

.read_more {
    display:table;
    text-align:center;
    margin:0 auto;
    padding:1rem 0 2rem;
}

.read_more a {
    display:block;
    font-size:1.063rem;
    color:#333;
    font-weight:700;
    text-decoration:none;
    border: 1px solid #333;
    padding: 16px;
}

.read_more a:hover {
    color:#333;
}

/* VIEW / HIDE MESSAGE */

.view_hide {
    display:none;
}

@media only screen and (max-width: 600px),
only screen and (max-device-width: 600px) {

    .read_more {
        padding:0 0 1rem;
    }

    .read_more a {
        font-size:1rem;
    }

    .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;
    }

    .en__component--contactblock,
    .en__component--pledgeblock,
    .en__component--petitionblock {
        display:none;
    }
}

.en__mandatory label::after {
    content: ' *';
    margin-right: 2px;
    color: #f00;
}

.en__mandatory .en__field__element--radio label::after {
    content:none;
    margin-right: 0;
}

/* 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,
.privacy-policy p {
    font-size:0.75rem;
    line-height:1.5;
}

.conditional-needs-opt-in-enews p {
    color: #f00;
}

/* CC ICONS */

.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:36px;
}

/* SECURITY ICONS */
.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:36px;
    }
}

@media only screen and (max-width: 488px),
only screen and (max-device-width: 488px) {

    .cc__icons li img {
        width:23px;
    }

    .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 Style 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;
    }

    /* puts 'other' amount on next row on donation form */
    .fr__donation__amount .en__field__element--radio .en__field__item:nth-last-of-type(2) {
        display:block !important;
        margin-top: 12px !important;
    }

    .fr__donation__amount .en__field__element--radio .en__field__item.en__field__item--other {
        margin: -45px 0 0 110px;
        position: absolute;
    }
}

/* 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_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: 600;
    padding-bottom: 0;
}

.subscription_title .en__field {
    padding-bottom: 0;
}

.subscription_description p {
    font-style: italic;
    position: relative;
    font-size: 0.875rem;
    margin-bottom:1rem;
    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 {
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    display:inline-block;
    background-color: #e95505;
    border-width: 0;
    border: none;
    outline: none;
    border-radius: 0;
    box-shadow: none;
    color: #FFF;
    padding: 14px 20px 16px 20px;
    cursor: pointer;
    font-weight: bold;
    font-size:16px !important;
    text-transform:none;
    text-decoration:none;
}

.custom_button:hover {
    color: whitesmoke !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:600;
    }
}

/* 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;
}

/* survey labels */
.en__field--survey .en__field__label.en__field__label--positionabove {
    width: auto !important;
}

/* email address error message */
.invalid-email-text, 
.suggestion-text {
    display: inline !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;
}