div.mainImg {
    width:100%;
    max-width: 800px;
    text-align: center;
    margin: 0 auto 1rem auto;
}
div.mainImg img {
    width: 100% !important;
    height: auto !important;
    padding:5px 0;
}
div.mainImg p {
    margin-top: .5rem;
    font-size: .75rem;
    line-height: 1.3;
    color: #595959;
}
@media screen and (max-width: 800px) {
    div.mainImg {
        display: block;
        float: none;
        width: 100%;
        margin: 0 auto 1em auto;
    }
}
div.mainImg_Right {
    float:right;
    max-width: 380px;
    text-align: center;
    margin: 0 0 1rem 1rem;
}
div.mainImg_Right img {
    width: 100% !important;
    height: auto !important;
    padding:5px 0;
}
div.mainImg_Right p {
    margin-top: .5rem;
    font-size: .75rem;
    line-height: 1.3;
    color: #595959;
}
@media screen and (max-width: 800px) {
    div.mainImg_Right {
        display: block;
        float: none;
        width: 100%;
        margin: 0 auto 1em auto;
    }
}
.share_container {
    display:block;
    text-align:center;
}
.share_container ul {
    margin:2rem auto 2rem auto !important;
    padding:0;    
}
.share_container li {
    height: 50px;
    width: 150px;
    display: inline-block;
    margin-right:18px;
    image-rendering: -webkit-optimize-contrast;
}
.share_container li a {
    display:block;
    height: 50px;
    width: 150px;
}
#facebook {
    background: #1877f2 url(https://resources.peta.org/engaging-networks/pages/_shared/images/share-facebook-3x.png) center center no-repeat;
    background-size: 150px 50px;
}
#twitter {
    background: #000000 url(https://resources.peta.org/engaging-networks/pages/_shared/images/share-twitter-3x.png) center center no-repeat;
    background-size: 150px 50px;
}
#email {
    background: #20A886 url(https://resources.peta.org/engaging-networks/pages/_shared/images/share-email-3x.png) center center no-repeat;
    background-size: 150px 50px;
}
#texting {
    display: none;
}
#threads {
    display: none;
}
#facebook_sp {
    background: #1877f2 url(https://resources.peta.org/engaging-networks/pages/_shared/images/share-facebook-sp-3x.png) center center no-repeat;
    background-size: 150px 50px;
}
#twitter_sp {
    background: #000000 url(https://resources.peta.org/engaging-networks/pages/_shared/images/share-twitter-sp-3x.png) center center no-repeat;
    background-size: 150px 50px;
}
#email_sp {
    background: #20A886 url(https://resources.peta.org/engaging-networks/pages/_shared/images/share-email-sp-3x.png) center center no-repeat;
    background-size: 150px 50px;
}
@media only screen and (max-width: 1023px),
only screen and (max-device-width: 1023px) {
    .digital_wallet_form .logo-header {
        display: none;
    }
    .digital_wallet_form .hdr.no-nav {
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 600px),
only screen and (max-device-width: 600px) {
    .share_container ul {
        width:100%;    
    }    
    .share_container li {
        display: block;
        width: 100%;
        margin-right:0;
        margin-bottom:12px;
    }
    .share_container li a {
        width:100%;
    }
    .digital_wallet_form .share_container ul {
        display: flex;
        gap: 0 4px;
        justify-content: center; 
        margin:0 auto 1rem auto !important;
    }   
    .digital_wallet_form .share_container li {
        display: inline-flex;
        width: auto;
        flex: 1 0 0;
        margin-bottom: 0;
    }
    #texting {
        display: block;
        background: #fb5d5d url(https://resources.peta.org/engaging-networks/pages/_shared/images/share-texting-3x.png) center center no-repeat;
        background-size: 150px 50px;
    }
    #threads {
        display: block;
        background: #000 url(https://resources.peta.org/engaging-networks/pages/_shared/images/share-threads-3x.png) center center no-repeat;
        background-size: 150px 50px;
    }
    .digital_wallet_form #facebook {
        background: #1877f2 url(https://resources.peta.org/engaging-networks/pages/_shared/images/share-facebook-mobile@2x.png) center center no-repeat;
        background-size: 50px 50px;
    }
    .digital_wallet_form #twitter {
        background: #000000 url(https://resources.peta.org/engaging-networks/pages/_shared/images/share-twitter-mobile@2x.png) center center no-repeat;
        background-size: 50px 50px;
    }
    .digital_wallet_form #email {
        background: #20A886 url(https://resources.peta.org/engaging-networks/pages/_shared/images/share-email-mobile@2x.png) center center no-repeat;
        background-size: 50px 50px;
    }
    .digital_wallet_form #texting {
        background: #fb5d5d url(https://resources.peta.org/engaging-networks/pages/_shared/images/share-texting-mobile@2x.png) center center no-repeat;
        background-size: 50px 50px;
    }
}
.video-container { 
    position: relative;
    margin: 0px;
    border:none;
    z-index: 2;
    margin-bottom:1rem;
}
.video-fullwidth { 
    padding-top: 30px; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden;
    border:none;
} 
.video-fullwidth iframe, 
.video-fullwidth object, 
.video-fullwidth embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    border:none;
}
/* facebook video */
.fb-video-container { 
    position: relative;
    max-width:476px;
    margin: 0 auto;
    border:none;
    z-index: 2;
    padding-bottom:1rem;
    overflow:hidden;
}
.fb-video {
    margin:0 auto;
    overflow:hidden;
    position:relative;
    height:0;
}
.fb-video iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.twitter-tweet {
    margin:0 auto 20px !important;
}
#accordion .tabs {
    overflow: hidden;
    border: none;
}
#accordion .tab {
    width: 100%;
    color: transparent;
    overflow: hidden;
    background: transparent;
}
#accordion .tab h4 {
    font-weight: 700;
}
#accordion .tab p {
    font-size: 1rem;
}
#accordion .tab input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
#accordion .tab label {
    color: #0d548f;
    font-size: inherit;
}
#accordion .tab .tab-label {
    display: inline-block;
    padding: 0 1em .5rem 0;
    background: transparent;
    font-weight: bold;
    cursor: pointer;
    margin-left: 0;
    margin-right: 0;
}
#accordion .tab .tab-label:hover {
    background: transparent;
}
#accordion .tab-label::before {
    display: inline-block;
    content: "+";
    width: 1em;
    height: 1em;
    text-align: center;
    margin-right: .25rem;
}
#accordion .tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: transparent;
}
#accordion .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: transparent;
    cursor: pointer;
}
#accordion .tab-close:hover {
    background: transparent;
}
#accordion input:checked + .tab-label {
    background: transparent;
}
#accordion input:checked + .tab-label::before {
    content: "-";
}
#accordion input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 0 1em 1em 0;
    margin-left: 1rem;
}