.hero-area-text h1 {
    text-transform: uppercase;
}

/*----------------------------------
 * Home actions section
----------------------------------*/
.home_actions-section {
    position: relative;
}
.home_actions-section .col-md {
    position: initial;
    overflow: initial;
}
.home_actions-item {
    align-items: center;
    justify-content: center;
    display: flex;
}
.home_actions-item:before {
    content: "";
    width: 50vw;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}
.home_actions-item:nth-child(even):before {
    left: auto;
    right: -7.5px;
}
.home_actions-item-green {
    color: #fff;
}
.home_actions-item-green:before {
    background-color: var(--green);
    color: #fff;
}
.home_actions-item-white {}
.home_actions-item-white:before {
    background-color: #fff;
}
.home_actions-item-inner {
    position: relative;
    z-index: 10;
    padding: 60px 45px;
}
.home_actions-item-inner h3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.35;
    margin: 0 0 30px;
}
.home_actions-item-inner > p {
    font-size: 16px;
    line-height: 1.5;
}
.home_actions-item-inner ul.action-icons {
    position: relative;
    padding: 0;
    margin: 0;
}
.home_actions-item-inner ul.action-icons > li {
    position: relative;
    padding-left: 60px;
    margin: 30px 0 0;
}
.home_actions-item-inner ul.action-icons > li span.sh-top-btns-icon {
    background-color: var(--purple);
    top: 1px;
    left: 0;
    width: 42px;
    height: 42px;
    line-height: 42px;
    font-size: 21px;
}
.home_actions-item-inner ul.action-icons > li h4 {
    margin: 0 0 6px;
    line-height: 1.35;
    font-weight: 600;
}
.home_actions-item-inner ul.action-icons > li a {
    line-height: 1.35;
    color: inherit;
    text-decoration: none;
    display: block;
}
.home_actions-item-inner ul.action-icons > li p {
    font-size: 16px;
    line-height: 1;
}
.home_actions-item-cta {
    margin: 30px 0 0;
}

@media(max-width: 991px) {
    .home_actions-item:nth-child(even):before {
        right: 0;
    }
}

@media(max-width: 767px) {
    .home_actions-item:before {
        width: 100vw;
        height: 100%;
        top: 0;
        left: 0;
    }
    .home_actions-section .col-md.home_actions-item {
        position: relative;
    }
    .home_actions-item-inner ul.action-icons > li {
        display: block !important;
    }
}


/*----------------------------------
 * Quotes slider
----------------------------------*/
.home_slider-card-content{
    width: 50%;
    height: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#582c83+0,627a9b+100 */
    background: #582c83; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #582c83 0%, #627a9b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #582c83 0%,#627a9b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #582c83 0%,#627a9b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#582c83', endColorstr='#627a9b',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.home_slider-text{
    max-width: 300px;
    color: #fff;
    letter-spacing: 1px;
    position: relative;
}

.home_slider-text:before{
    content: url(../../images/home/Commas_Straight.png);
    position: absolute;
    top: -30%;
    left: -25%;
    height: 50px;
    width: 50px;
}
.home_slider-text:after{
    content: url(../../images/home/Commas_Inverted.png);
    position: absolute;
    bottom: -30%;
    right: -25%;
    height: 50px;
    width: 50px;
}
.home-quotes-section .col-md-6 {
    padding: 0;
}
.home-quotes-slider,
.home-quotes-slider .carousel-inner,
.home-quotes-slider .carousel-inner .carousel-item {
    height: 100%;
}
.home_slider-card-content {
    width: 100%;
}
.carousel-indicators li.active {
    background-color: var(--green);
}

@media(max-width: 991px) {
    section.home-quotes-section {
        overflow: hidden;
    }
    .home-quotes-img {
        display: none;
    }
    .home-quotes-section .row {
        display: block;
    }
    .home-quotes-slides,
    .home-quotes-slider {
        width: 100%;
        flex: none;
        max-width: none;
    }
    .home-quotes-section .home_slider-card-content {
        padding: 90px 0;
    }
    .home_slider-text {
        max-width: 100%;
        padding: 0 65px;
        font-size: 13px;
    }
    .home_slider-text:before{
        left: 15px;
    }
    .home_slider-text:after{
        right: 15px;
    }
}

/*----------------------------------
 * Partners
----------------------------------*/
.ospf-partners-section {
    background-color: #fff;
}
.home_partners-col {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 65px;
}
.home_partners-col img {
    max-height: 80px;
    max-width: 115px;
    transform: scale(1.3);
}
@media(max-width: 1199px) {
    .ospf-partners-section.ospf-general-section {
        padding: 75px 0 15px;
    }
}
@media(max-width: 767px) {
    .home_partners-col {
        width: 50%;
        max-width: none;
        flex: 0 0 50%;
    }
}

/*----------------------------------
 * Donate
----------------------------------*/
.home_donate-section {
    text-align: center;
    background-image: url(../../images/home/donate-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 45px 0;
}
.home_donate-section-text {
    color: #fff;
    font-size: 32px;
    line-height: 1.35;
    max-width: 680px;
    font-weight: 500;
    margin: 0 auto 35px auto;
}
/*----------------------------------
 * Coalitions image patch
----------------------------------*/
#homepage-swap-section-items .swap-section-item:last-child .swap-section-img {
    background-color: var(--light);
}
#homepage-swap-section-items .swap-section-item:last-child img {
    max-width: 100%;
    height: auto;
}

/*----------------------------------
 * OSPF Podcasts
----------------------------------*/
.ospf-podcast-section {
    padding: 60px 0;
    border-bottom: 2px solid #ccc;
    background-color: #F8F8FA;
}
.ospf-podcast-section > .container {
    max-width: 930px;
}
.ospf-podcast {
    
}
.ospf-podcast .podcast-iframe > iframe {
    max-width: 100% !important;
}
.podcast-shares {
    padding-top: 40px;
    max-width: 330px;
    margin-right: 0;
    margin-left: auto;
}
.podcast-shares > p {
    margin: 0 0 5px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
}
.podcast-shares ul {
    padding: 0;
    list-style: none;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}
.podcast-shares ul > li {
    width: 150px;
}
.podcast-shares ul > li:not(:last-child) {
    
}
.podcast-shares ul > li > a {
    text-decoration: none;
    display: block;
    padding: 2.5px 10px;
    border: 1px solid var(--purple);
    border-radius: 20px;
    color: inherit;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
}
.podcast-shares ul > li > a:hover {
    opacity: 0.75;
    transition: opacity ease 0.2s;
}
.podcast-shares ul > li > a i {
    width: 20px;
    height: 20px;
    display: block;
    float: left;
    margin-right: 5px;
    position: relative;
    top: -1px;
}
.podcast-shares ul > li > a i.pd-spotify {
    background-image: url(../../images/podcasts-icons/spotify.svg);
}
.podcast-shares ul > li > a i.pd-apple {
    background-image: url(../../images/podcasts-icons/applepodcast.svg);
}
.podcast-shares ul > li > a i.pd-buzzsprout {
    background-image: url(../../images/podcasts-icons/buzzsprout.svg);
}
.podcast-shares ul > li > a i.pd-google {
    background-image: url(../../images/podcasts-icons/googlepodcasts.svg);
}
.podcast-shares ul > li > a i.pd-amazon-music {
    background-image: url(../../images/podcasts-icons/amazonmusic.svg);
}

@media(min-width: 992px) {
    .podcast-shares ul {
        justify-content: space-between;
    }
}
@media(max-width: 830px) {
    .podcast-shares {
        padding-top: 0;
    }
}
@media(max-width: 767px) {
    .ospf-podcast-section {
        padding: 40px 0;
    }
    .podcast-shares {
        margin-top: 20px;
    }
}
@media(max-width: 575px) {
    .podcast-shares {
        margin: 0 auto;
    }
    .podcast-shares ul > li > a {
        padding: 5px 10px;
    }
}