.two-col-resources {
    display: grid;
    grid-template-columns: 1.8fr 3fr;
    column-gap: 3rem;
    width: 76%;
    margin: auto;
}
.author-container {
    border: 1px solid #010B0C30;
    padding: 20px;
}
.author-bottom-container {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
.author-bottom-container p {
    font-size: calc(0.8rem + 0.7vw);
    line-height: calc(0.8rem + 0.8vw);
}
.author-middle-container {
    display: flex;
    padding-top: 20px;
}
.author-middle-container p {
    font-size: calc(0.8rem + 0.7vw);
    line-height: calc(0.8rem + 0.8vw);
}
h4 {
    font-family: 'Barlow-400', sans-serif;
    font-size: calc(1rem + 1vw);
    line-height: calc(1.2rem + 1.2vw);
}
h6 {
    margin-bottom: 1.5vw;
}
p {
    padding-top: 10px;
    padding-bottom: 10px;
}
h2.download-copy {
    font-size: calc(1.5rem + 1.5vw);
    margin-top: 14vw;
}
.wp-block-image.size-large {
    margin: 3.5vw auto;
}
.author-name {
    color: #E46E00;
    font-family: 'Barlow-500', sans-serif;
    font-size: calc(0.8rem + 0.7vw);
    font-style: normal;
    line-height: calc(0.8rem + 0.8vw);
    font-weight: 500;
}
.job-title {
    padding: 0;
}
._2vw-padding {
    padding-left: 2vw;
    padding-bottom: 1vw;
}
.author-img {
    height: 4vw;
    width: 4vw;
    border-radius: 200px;
    background-color: #EEBA0030;
    margin-right: 5px;
}
.sharing-buttons-bottom {
    display: flex;
    /* padding-top: 1vw;
    justify-self: flex-start; */
}
.social-icons-container {
    border-radius: 200px;
    background-color: #010B0C;
    margin-right: 5px;
    padding: 5px;
    height: 40px;
    width: 40px;
}
.social-icons {
    height: 2.5vw;
    width: 2.5vw;
    margin: 5px;
}
.share-title {
    font-family: 'Barlow-600', sans-serif;
    font-size: calc(0.8rem + 0.7vw);
    font-style: normal;
    line-height: calc(0.8rem + 0.8vw);
}
.author-details {
    display: flex;
    /* margin-top: 4%; */
}
.author-img-top {
    height: 2vw;
    width: 2vw;
    border-radius: 200px;
    margin-right: 1vw;
}
.bold-600 {
    font-weight: 600;
}
.author-container-top {
    justify-content: space-between;
    display: flex;
    margin: 1vw 0 4vw;
}
.author-container-top p {
    padding-top: 0;
    padding-bottom: 0;
}
.author-container-top .sharing-buttons-bottom {
    padding-top: 0;
    margin-left: 2vw;
    /* margin-top: 4%; */
    margin-top: -1.5%;
    align-items: center;
}
.author-container-top .social-icons-container {
    height: 2.5vw;
    width: 2.5vw;
}
.author-container-top .social-icons {
    height: 2.5vw;
    width: 2.5vw;
    padding: 3px;
}
.header-image {
    position: absolute;
    top: 13%;
    width: 70%;
    left: 15%;
    z-index: -1;
}
.sharing-container {
    margin: 3vw 20px; 
}
.sharing-container {
    width: 50%;
    margin: auto;
}
.author-container-bottom {
    border: 1px solid #010B0C30;
    padding: 30px;
    margin: 6vw 20px 1vw;
}
.author-container-bottom .sharing-buttons-bottom {
    padding-top: 0;
    margin-left: 2vw;
}
.author-container-bottom .social-icons-container {
    height: 2vw;
    width: 2vw;
}
.author-container-bottom .social-icons {
    height: auto;
    width: 2.5vw;
    padding: 3px;
}
.info-bottom-container {
    display: grid;
    grid-template-columns: 1fr 4fr;
    column-gap: 0rem;
    padding: 1vw 0 0;
}
.info-bottom-container p {
    padding: 0;
    margin: 0;
}
.info-bottom-titles p {
    color: #010B0C70;
    padding: 3px 0;
    width: 100%;
}
.resource-header-img img {
    height: 30vw;
    width: -webkit-fill-available;
    object-fit: cover;
    object-position: 0px 29%;
    margin-top: 3vw;
    margin-bottom: 3vw;
}
.resource-header-box {
    position: absolute;
    top: 26%;
    left: 12%;
    width: 40%;
}
.resources-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 2vw 20px;
    column-gap: 1.5rem;
    row-gap: 3vw;
}
.resource-img img {
    width: 100%;
    height: 30vh;
    object-fit: cover;
    object-position: 0px 48%;
}
.resource-page .subtitle {
    padding: 0 12%;
}
.author-container .share-title {
    margin-bottom: 20px;
}
.download-container {
    display: flex;
    justify-content: space-between;
}
.download-container .button {
    height: fit-content;
}
.resource-featured-title {
    color: #242424;
    font-family: Unbounded;
    font-size: calc(1rem + 0.7vw);
    font-style: normal;
    font-weight: 700;
    line-height: 112%;
    letter-spacing: -2px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.resource-page .content-container a, .resource-page .info-bottom-container a {
    color: #010B0C;
    text-decoration: underline;
}
.resource-page .button {
    text-decoration: none;
    color: #FFFFFF;
}
/* .resources-index h2 {
    width: 70%;
} */
.dropdown-container {
    /* display: flex; */
    margin: 3vw 0;
}
.services-overlay-dropdown, .sectors-overlay-dropdown, .resources-overlay-dropdown, .about-us-overlay-dropdown {
    top: 40px;
}
.dropbtn {
    background-color: #F4F8FE;
    border: 1px solid #7EB1FF !important;
    border-radius: 100px;
    min-width: 16vw;
    color: #242424;
    padding: 8px 16px;
    border: none;
    cursor: pointer;
    font-family: 'Barlow-400', sans-serif;
    font-size: calc(0.6rem + 0.5vw);
    line-height: calc(0.8rem + 0.8vw);
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.content-type-dropdown {
    position: relative;
    display: inline-block;
    margin-right: 15px;
} 
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #F4F8FE;
    min-width: 16vw;
    overflow: auto;
    z-index: 1;
    border-radius: 20px;
    margin-top: 5px;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    font-family: 'Barlow-400', sans-serif;
    font-size: calc(0.6rem + 0.5vw);
    line-height: calc(0.8rem + 0.8vw);
}
.dropdown-content a:hover {
    color: #FFFFFF;
    background-color: #7EB1FF;
}
.dropdown a:hover {
    background-color: #ddd;
}
.show {
    display: block;
}
.category-dropdown {
    position: relative;
    display: inline-block;
    margin-right: 15px;
}
.filter-resources {
    margin: auto 25px auto 0;
}
.resource-body {
    margin: 0 10% 4vw;
}
.three-col-resources {
    display: grid;
    grid-template-columns: 2.4fr 0.8fr 2fr;
    column-gap: 2rem;
}
.resources-header {
    margin-top: 20px;
    margin-bottom: 10px;
    color: #7EB1FF;
    letter-spacing: 0px;
}
.resources-title {
    font-family: 'Unbounded-700', sans-serif;
    font-weight: 700;
    font-size: calc(0.8rem + 0.8vw);
    line-height: calc(1rem + 1vw);
    margin-top: 5px;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #010B0C !important;
}
.resources-title:hover {
    color: #010B0C;
}
.three-col-resources p {
    padding-top: 0;
    margin-top: 0;
}
.revert {
    transform: rotate(180deg);
}
.pagination-bp {
    text-align: center;
    margin: 3vw auto;
    width: 45%;
}
.pagination-bp a {
    color: #010B0C;
}
.prev {
    float: left;
    padding: 4px 11px;
    transform: rotate(-135deg);
}
.next {
    float: right;
    padding: 4px 11px;
    transform: rotate(45deg);
}
.prev img {
    width: 18px;
}
.next img {
    width: 18px;
}
nav .page-numbers {
    margin: -6px 3%;
    font-family: 'Barlow-600', sans-serif;
    font-size: calc(0.6rem + 0.5vw);
    line-height: calc(0.8rem + 0.8vw);
}
nav .current {
    color: #FFFFFF;
    background-color: #EEBA00;
    border: 1px solid #EEBA00;
    border-radius: 100px;
    padding: 10px 15px;
}
.content-container h2 {
    padding: 10px 0 0;
    font-family: 'Barlow-400', sans-serif;
    font-size: calc(0.7rem + 0.7vw);
    font-style: normal;
    font-weight: 400;
    line-height: calc(1rem + 1vw);
}
.content-container .wp-block-quote p {
    width: 100%;
    font-family: 'Noto Serif Disp SemCond Light';
    font-size: calc(1.2rem + 1.2vw);
    font-style: normal;
    font-weight: 200;
    line-height: calc(1.5rem + 1.4vw);
}
.content-container .wp-block-quote {
    margin: 1.5vw auto 2vw;
}
.content-container ul li {
    color: var(--rich-black);
    font-family: 'Barlow-400', sans-serif;
    font-weight: 400;
    font-size: calc(0.6rem + 0.5vw);
    line-height: calc(1rem + 0.8vw);
    padding-bottom: 10px;
}
.breadcrumb_last {
    color: #E46E00;
}
.author-share-container {
    display: flex; 
    margin: 4% 12% 0 0;
}
.strategic-advantage {
	width: 80%;
}
.resource-download-icon {
    
    width: 3vw !important;
    height: 3vw !important;
}
.resource-download-link {
    position: absolute;
    bottom: 20px;
    right: 10px;
}
.onHover:hover {
	cursor: pointer;
}

@media screen and (max-width: 768px) {
    .dropdown-container {
        padding: 20px 28px 0;
        display: inline-grid;
        width: 100%;
    }
    .dropdown-container .filter-resources {
        margin: 30px 0 20px;
    }
    .content-type-dropdown, .category-dropdown, .industry-dropdown {
        width: -webkit-fill-available;
    }
    .dropbtn {
        font-size: 18px;
        padding: 10px 16px;
        width: inherit;
    }
    .open-icon {
        padding-left: 10px;
        height: 8px;
    }
    .category-dropdown {
        margin-right: 0;
    }
    .content-type-dropdown .dropbtn, .category-dropdown .dropbtn, .industry-dropdown .dropbtn {
        margin: 10px 0;
        padding: 14px 16px;
    }
    .content-type-dropdown {
        margin: 0;
    }
    .dropdown-content {
        width: -webkit-fill-available;
    }
    .dropdown-content a {
        padding: 10px 16px;
        font-size: 18px;
        line-height: 28px;
    }
    nav .page-numbers {
        font-size: 14px;
    }
    .resources-container {
        grid-template-columns: 1fr;
        margin: 10px 0;
    }
    .three-col-resources {
        padding: 5px 28px 20px;
        grid-template-columns: 1fr;
    }
    h6 {
        font-size: 16px;
    }
    .resources-title {
        font-size: 26px;
    }
    .resource-download-icon {
        width: 40px !important;
        height: 40px !important;
    }
    .resource-download-link {
        right: 30px;
    }
    .resource-body {
        margin: 0;
        padding: 20px 28px 40px;
    }
    .two-col-resources {
        display: block;
        width: 100%;
        padding: 0 28px;
    }
    h2 {
        font-size: 40px !important;
        line-height: 38px !important;
    }
    .content-container ul li {
        font-size: 19px;
        line-height: 146.5%;
    }
    .social-icons {
        height: 35px;
        width: 35px;
    }
    .author-name {
        font-size: 28px;
        padding-bottom: 10px;
    }
    .author-middle-container p {
        font-size: 20px;
    }
    .author-img {
        height: 50px;
        width: 50px;
    }
    .author-container-top {
        display: block;
    }
    .author-share-container {
        display: none;
    }
    .sharing-container {
        width: 100%;
    }
    .download-container {
        display: block;
    }
    .author-bottom-container {
        display: block;
        padding-top: 0;
        padding-bottom: 20px;
    }
    .author-container-bottom .social-icons {
        height: 40px;
        width: 40px;
    }
    .author-container-bottom .sharing-buttons-bottom {
        margin-left: 0;
    }
}