/* Resource Page */
.resource-list p a {
    color: #465262;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 3.5rem;
}

/* RESOURCES LANDING */
#resource-landing-hero {
    background: url(https://forge-forward.org/wp-content/uploads/2020/01/purple-circles@2x.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#resource-landing-hero
    .et_pb_row
    .et_pb_column
    .et_pb_module
    .et_pb_text_inner {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

#resource-landing-hero h1 {
    color: #372465;
    text-align: left;
}

#resource-landing-hero h3 {
    color: #465262;
    font-weight: normal;
    font-size: 2.6rem;
    letter-spacing: 0.2rem;
}

.landing-title-icon {
    order: 0;
    flex-grow: 1;
}

.landing-title-right {
    order: 1;
    flex-grow: 4;
}

#resource-landing-hero-topic {
    /* display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; */
    padding: 0;
    overflow: auto;
    /* max-height: 339px; */
    background-color: #372465;
}

.topic-head-img {
    /* order: 0;
    flex-grow: 1.44; */
    float: left;
    width: 340px;
    height: 340px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.topic-head-title {
    /* order: 1;
    flex-grow: 4;
    height: 386px; */
    float: left;
    width: auto;
    background: #372465;
    /* padding: 135px 0 94px 120px; */
    padding: 5%;
}

.topic-head-title h1 {
    text-align: left;
}

.topic-head-title h3 {
    color: #fff;
    font-weight: normal;
}

#resource-landing-featured {
    background: url(https://forge-forward.org/wp-content/uploads/2020/01/circle-bg@2x.png)
        #0198e6;
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: right -20px;
    border-bottom: 3px solid #fff;
}

.starthere {
    display: block !important;
}

.startheremobile {
    display: none !important;
}

#featured-resources p {
    padding: 30px 0;
}

#featured-resources a {
    font-size: 3.5rem;
    color: #fff;
    font-weight: 700;
    line-height: 4.5rem;
}

/* #resource-list .et_pb_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    row-gap: 20rem;
} */

#resource-list .filterarea {
    /* order: 0;
    flex-grow: 1; */
    float: left;
    width: 30%;
    margin-right: 20px;
}

.resource-filter-dropdown-list {
    font-size: 2rem;
    font-weight: 700;
    color: #465262 !important;
    line-height: 4.6rem;
    padding: 2px 100px 0 20px;
    box-sizing: border-box !important;
    margin: 0 0 30px 0;
    border: 1px solid #979797 !important;
    border-radius: 40px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff !important;
    background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E');
    background-repeat: no-repeat, repeat;
    background-position: right 1.2em top 50%, 0 0;
    background-size: 0.65em auto, 100%;
    width: 100%;
    max-width: 300px;
}

.jumptitle {
    margin: 30px 0 20px 0;
    font-size: 1.4rem;
    color: #4f5d6e;
    font-weight: 700;
    letter-spacing: 0.127rem;
}

.jumplink {
    color: #5d449a;
    font-weight: 700;
    font-size: 2.1rem;
    display: inline-block;
    padding: 5px 0;
    width: 100%;
}

.jumplink.currentlink {
    /* background: #5d449a;
    color: #fff;
    padding: 5px 15px; */
    text-decoration: underline;
}

#resource-list {
    padding-top: 0;
}

#resource-list .resultsarea {
    /* order: 1;
    flex-grow: 4; */
    float: left;
    width: 65%;
}

.resultsarea h4 {
    font-family: 'Poppins', sans-serif;
    color: #465262;
    font-size: 2rem;
    letter-spacing: 0.05rem;
    font-weight: normal;
    line-height: 2rem;
    margin-bottom: 30px;
}

.show-filter {
    color: #465262;
    font-size: 2rem;
    font-weight: 700;
    margin: 10px 0;
}

.show-filter .close-filter {
    margin-left: 15px;
    cursor: pointer;
}

.cw-resource {
    clear: both;
    overflow: auto;
    padding: 20px;
    border: 1px solid #d8d8d8;
    margin-bottom: 30px;
}

.cw-resource:hover {
    background: #e2e9f1;
    border: 1px solid #e2e9f1;
}

.cw-resource-img {
    float: left;
    width: 25%;
    margin-right: 25px;
}

.cw-resource-img img {
    width: 100%;
}

.cw-resource-content {
    float: left;
    width: 70%;
}

.et-pb-icon.listed {
    font-size: 21px;
    vertical-align: middle;
    margin-right: 10px;
}

.cw-resource-content.sixtyfive {
    float: left;
    /* width: 100%; */
}

h5.resourcetype {
    color: #0198e6;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    font-size: 1.7rem;
    font-weight: 700;
    /* border: 1px solid #0198e6; */
    padding: 5px;
    margin-bottom: 10px;
    /* width: 200px;
    text-align: center; */
    border-radius: 100px;
}

/* .cw-resource:hover p.resourcetype {
    color: #fff;
    border: 1px solid #fff;
} */

h5.resourcetype i.far,
h5.resourcetype i.fas {
    margin-right: 10px;
    font-size: 1.6rem;
}

h3.res-title {
    margin: 5px 0 20px;
    padding: 0;
}

h3.res-title a {
    color: #372465;
    font-size: 3.2rem;
    line-height: 4rem;
    font-weight: 700;
}

/* .cw-resource:hover p.res-title a {
    color: #fff;
} */

h5.res-topics {
    color: #372465;
    letter-spacing: 0.08rem;
    font-weight: 500;
    font-size: 1.7rem;
    text-transform: uppercase;
    line-height: 1.9rem;
}

/* .cw-resource:hover p.res-topics {
    color: #fff;
} */

h5.res-topics i.fas.fa-tag {
    font-size: 2rem;
    line-height: 3rem;
    margin-right: 10px;
}

.rsdate {
    padding: 0px 0 25px 0;
}

nav.page-nav {
    text-align: center;
    margin-top: 30px;
}

.page-numbers {
    margin: 0 10px;
}

.page-numbers.current {
    color: #2ea3f2;
}

a.page-numbers {
    color: #444;
}

#2ea3f2
/* ==== END RESOURCES LANDING ================================ */

/* RESOURCE SINGLE */
.single-resource article {
    padding-top: 0 !important;
}

.hero-single {
    padding: 40px;
    background: url(https://forge-forward.org/wp-content/uploads/2020/01/circle-bg@2x.png)
        #372465;
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: center -20px;
    color: #fff;
    overflow: auto;
}

.hero-single-left {
    float: left;
    width: 75%;
}

.hero-single-right {
    float: left;
    width: 20%;
}

.breadcrumbs-single {
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 0.2rem;
    font-weight: 700;
    margin: 30px 0;
}

.breadcrumbs-single span {
    /* border: 1px solid #fff; */
    border-radius: 100px;
    margin-left: 10px;
    padding: 5px 10px;
}

.breadcrumbs-single .et-pb-icon.listed {
    padding: 5px 0;
    margin: 0;
}

.hero-single h1 {
    font-size: 4.8rem;
    color: #fff;
    line-height: 6.5rem;
    font-weight: 700;
    text-align: left;
    margin-bottom: 15px;
}

.tax-single {
    min-height: 50px;
    background: #0198e6;
    padding: 10px 40px;
    color: #fff;
    overflow: auto;
}

.white-icon {
    width: 30px;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.tax {
    float: left;
    width: 25%;
    font-weight: 700;
    font-size: 2.3rem;
}

.content-single {
    padding: 50px 0;
    width: 80%;
    margin: 0 auto;
    overflow: auto;
}

.content-single-left {
    float: left;
    width: 30%;
    margin-right: 5%;
}

.meta-single {
    font-family: 'Poppins', sans-serif;
    font-size: 1.9rem;
    color: #503790;
    letter-spacing: 0.05rem;
    line-height: 2.8rem;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.pdf-single {
    margin-top: 100px;
}

.content-single-left a {
    background: #9fbe00;
    padding: 20px 35px;
    border-radius: 100px;
    color: #fff;
    font-size: 1.9rem;
    letter-spacing: 0.2rem;
    font-weight: 700;
}

.content-single-right {
    float: left;
    width: 65%;
}

.content-single-right p,
.content-single-right li {
    font-family: 'Poppins', sans-serif;
    color: #465262;
    font-weight: 400 !important;
    font-size: 2.4rem;
    line-height: 4.2rem;
    margin-bottom: 15px;
}

.content-single-right ul {
    list-style-type: square;
    margin-left: 20px;
}

/* ==== END RESOURCE SINGLE ================================ */

/* MOBILE PHONE */
@media (max-width: 980px) {
    /* RESOURCE LANDING */
    #resource-landing-hero-topic {
        text-align: center;
    }

    .topic-head-img-div {
        width: 100%;
        overflow: auto;
        margin: auto;
    }
    .topic-head-img {
        width: 100%;
        height: auto;
    }

    .topic-head-title {
        padding: 80px 5%;
        width: 100%;
        text-align: left;
    }

    /* .topic-head-title h1 {
        text-align: center;
    } */

    .starthere {
        display: none !important;
    }

    .startheremobile {
        display: block !important;
        text-align: center;
    }

    #resource-list .et_pb_row {
        flex-direction: column;
    }

    #resource-list .resultsarea {
        width: 100%;
    }

    .cw-resource {
        padding: 20px;
    }

    .cw-resource-img {
        width: 100%;
    }

    .cw-resource-content {
        width: 100%;
    }

    /* p.resourcetype {
        width: 200px;
    } */

    #resource-list .filterarea {
        width: 100%;
    }

    #resource-list .filterarea div:nth-child(4) {
        display: none;
    }

    /* SINGLE RESOURCE */
    .hero-single-left {
        float: none;
        width: 100%;
    }

    .hero-single-right {
        float: none;
        width: 100%;
        text-align: center;
    }

    .single article .hero-single-right img {
        margin-left: 0;
        float: none;
    }

    .tax {
        float: none;
        width: 100%;
    }

    .content-single-left {
        width: 100%;
    }

    .content-single-right {
        width: 100%;
    }
}
