:root {
    --dr-green: #83C042;
    --dr-dark-blue: #0054A2;
    --dr-light-blue: #187EC9;
    --dr-text: #01263D;
    --dr-blog-bg: #EEF3F5;
    --dr-white: #ffffff;
    --dr-max: 1180px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: var(--dr-text);
    background: #fff;
    line-height: 1.55;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
    display: block;
}

.dr-top-bar {
    height: 28px;
    background: var(--dr-dark-blue);
}

.dr-header {
    background: #fff;
    position: relative;
    z-index: 50;
}

.dr-header__inner {
    width: min(var(--dr-max), calc(100% - 48px));
    margin: 0 auto;
    min-height: 82px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
}

.dr-logo img {
    width: 150px;
    height: auto;
}

.dr-nav__menu,
.dr-footer__menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dr-nav__menu {
    display: flex;
    align-items: center;
    gap: 38px;
}

.dr-nav {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .01em;
}

.dr-nav a {
    color: var(--dr-dark-blue);
    transition: color .2s ease, background .2s ease;
}

.dr-nav a:hover,
.dr-nav .current-menu-item>a,
.dr-nav .current_page_item>a {
    color: var(--dr-green);
}

.dr-mobile-toggle {
    display: none;
    width: 30px;
    height: 25px;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.dr-mobile-toggle span {
    display: block;
    width: 100%;
    height: 3px;
    margin: 4px 0;
    background: var(--dr-dark-blue);
    border-radius: 999px;
    transition: transform .2s ease, opacity .2s ease;
}

.dr-mobile-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.dr-mobile-toggle[aria-expanded="true"] span:nth-child(2) {
    opacity: 0;
}

.dr-mobile-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.dr-subnav {
    background: var(--dr-blog-bg);
}

.dr-subnav__inner {
    width: min(var(--dr-max), calc(100% - 48px));
    margin: 0 auto;
    min-height: 96px;
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    color: var(--dr-dark-blue);
}

.dr-hero {
    min-height: 260px;
    background-image: linear-gradient(90deg, rgba(0, 84, 162, .92), rgba(0, 84, 162, .72)), url('/wp-content/uploads/2026/04/Doe_Run_Resource_Recycling_Bag-house.png');
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.dr-hero__inner {
    width: min(var(--dr-max), calc(100% - 48px));
    margin: 0 auto;
}

.dr-hero h1 {
    margin: 0;
    color: #fff;
    font-size: clamp(38px, 5vw, 58px);
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: -.03em;
}

.dr-facts,
.dr-blog-page {
    padding: 72px 0 88px;
    background: #fff;
}

.dr-facts__grid,
.dr-blog-page__grid {
    width: min(var(--dr-max), calc(100% - 48px));
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 36px 24px;
}

.dr-fact-card,
.dr-blog-card {
    background: var(--dr-blog-bg);
    border-top: 7px solid var(--dr-green);
    min-height: 255px;
    color: var(--dr-text);
}

.dr-fact-card {
    padding: 30px 28px;
    font-size: 14px;
    line-height: 1.55;
}

.dr-fact-card strong {
    font-weight: 700;
}

.dr-fact-card ul {
    margin: 10px 0 0;
    padding-left: 20px;
}

.dr-blog {
    background: var(--dr-blog-bg);
    padding: 72px 0 80px;
}

.dr-blog__inner {
    width: min(var(--dr-max), calc(100% - 48px));
    margin: 0 auto;
}

.dr-blog__heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-bottom: 34px;
}

.dr-blog h2 {
    margin: 0;
    color: var(--dr-dark-blue);
    font-size: clamp(34px, 4vw, 46px);
    font-weight: 600;
    line-height: 1.1;
}

.dr-blog__all {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--dr-dark-blue);
    font-weight: 600;
    font-size: 17px;
    transition: color .2s ease;
}

.dr-blog__all svg {
    width: 13px;
    height: 14px;
    transform: rotate(90deg);
}

.dr-blog__all svg path {
    transition: fill .2s ease;
}

.dr-blog__all:hover {
    color: var(--dr-green);
}

.dr-blog__all:hover svg path {
    fill: var(--dr-green);
}

.dr-blog__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.dr-blog-card {
    padding: 0 0 28px;
}

.dr-blog-card a,
.dr-post a {
    display: block;
}

.dr-blog-card__image,
.dr-post__image {
    position: relative;
    overflow: hidden;
    background: #d8e6ed;
    margin-bottom: 22px;
    aspect-ratio: 16 / 9;
    border: 1px solid lightgray;
}

/* fallback for older browsers (optional but solid) */
@supports not (aspect-ratio: 1) {

    .dr-blog-card__image::before,
    .dr-post__image::before {
        content: "";
        display: block;
        padding-top: 56.25%;
        /* 16:9 */
    }
}

.dr-blog-card__image img,
.dr-post__image img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .45s ease;
}

.dr-blog-card h2,
.dr-post h3 {
    display: inline;
    margin: 0;
    color: var(--dr-dark-blue);
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    /* background-image: linear-gradient(currentColor, currentColor);
    background-repeat: no-repeat;
    background-size: 0 1px;
    background-position: 0 100%; */
    transition: color .2s ease, background-size .3s ease;
}

.dr-blog-card a:hover .dr-blog-card__image img,
.dr-post a:hover .dr-post__image img {
    transform: scale(1.05);
}

.dr-blog-card a:hover h2,
.dr-post a:hover h3 {
    color: var(--dr-green);
    background-size: 100% 1px;
}

.dr-single,
.dr-page {
    padding: 72px 0 88px;
}

.dr-single__inner,
.dr-page__inner {
    width: min(860px, calc(100% - 48px));
    margin: 0 auto;
}

.dr-single__back {
    display: inline-block;
    margin-bottom: 28px;
    color: var(--dr-dark-blue);
    font-size: 14px;
    font-weight: 500;
}

.dr-single__back:hover {
    color: var(--dr-green);
}

.dr-single__header h1 {
    margin: 0 0 32px;
    color: var(--dr-light-blue);
    font-size: clamp(36px, 5vw, 56px);
    line-height: 1.08;
    font-weight: 400;
}

.dr-single__image {
    margin-bottom: 36px;
    border: 1px solid lightgray;
}

.dr-single__image img {
    width: 100%;
    height: auto;
}

.dr-single__content,
.dr-page__content {
    font-size: 18px;
    line-height: 1.7;
}

.dr-single__content h2,
.dr-page__content h2 {
    color: var(--dr-light-blue);
    font-size: 34px;
    line-height: 1.15;
    font-weight: 400;
    margin: 42px 0 18px;
}

.dr-single__content a,
.dr-page__content a {
    color: var(--dr-dark-blue);
    text-decoration: underline;
}

.dr-footer {
    background: var(--dr-dark-blue);
    color: #fff;
    position: relative;
}

.dr-footer__top {
    width: min(var(--dr-max), calc(100% - 48px));
    margin: 0 auto;
    min-height: 170px;
    display: flex;
    align-items: center;
    gap: 70px;
}

.dr-footer__logo img {
    width: 140px;
}

.dr-footer__divider {
    width: 1px;
    height: 70px;
    background: rgba(255, 255, 255, .6);
}

.dr-footer__nav {
    font-size: 13px;
    font-weight: 500;
}

.dr-footer__menu {
    display: grid;
    gap: 8px;
}

.dr-footer__nav a {
    transition: color .2s ease;
}

.dr-footer__nav a:hover {
    color: var(--dr-green);
}

.dr-footer__bottom {
    background: var(--dr-light-blue);
    font-size: 11px;
    padding: 22px 0;
    color: rgba(255, 255, 255, .9);
}

.dr-footer__bottom-inner {
    width: min(var(--dr-max), calc(100% - 48px));
    margin: 0 auto;
}

.dr-back-top {
    position: absolute;
    right: 12%;
    top: -18px;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: #fff;
    border: 3px solid var(--dr-light-blue);
    color: var(--dr-light-blue);
    display: grid;
    place-items: center;
    line-height: 1;
    transition: border-color .2s ease;
}

.dr-back-top svg {
    width: 15px;
    height: 18px;
}

.dr-back-top svg path {
    transition: fill .2s ease;
}

.dr-back-top:hover {
    border-color: var(--dr-green);
}

.dr-back-top:hover svg path {
    fill: var(--dr-green);
}

.dr-blog-card__content {
    padding: 0 28px;
}


@media (max-width: 976px) {

    .dr-facts__grid,
    .dr-blog__grid,
    .dr-blog-page__grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .dr-top-bar {
        height: 18px;
    }

    .dr-header__inner {
        width: min(var(--dr-max), calc(100% - 36px));
        min-height: 76px;
        flex-direction: row;
        align-items: center;
    }

    .dr-logo img {
        width: 135px;
    }

    .dr-mobile-toggle {
        display: block;
    }

    .dr-nav {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        z-index: 20;
        display: none;
        background: #fff;
        border-top: 1px solid rgba(1, 38, 61, .12);
        box-shadow: 0 12px 28px rgba(1, 38, 61, .14);
    }

    .dr-nav.is-open {
        display: block;
    }

    .dr-nav__menu {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
    }

    .dr-nav a {
        display: block;
        padding: 18px 24px;
        border-bottom: 1px solid rgba(1, 38, 61, .1);
        color: var(--dr-dark-blue);
    }

    .dr-nav a:hover,
    .dr-nav .current-menu-item>a,
    .dr-nav .current_page_item>a {
        color: var(--dr-green);
        background: var(--dr-blog-bg);
    }

    .dr-subnav__inner {
        width: min(var(--dr-max), calc(100% - 36px));
        min-height: 76px;
        font-size: 18px;
    }

    .dr-hero {
        min-height: 220px;
    }

    .dr-hero__inner,
    .dr-facts__grid,
    .dr-blog__inner,
    .dr-blog-page__grid,
    .dr-footer__top,
    .dr-footer__bottom-inner {
        width: min(var(--dr-max), calc(100% - 36px));
    }

    .dr-facts,
    .dr-blog-page {
        padding: 48px 0 56px;
    }

    .dr-facts__grid,
    .dr-blog__grid,
    .dr-blog-page__grid {
        grid-template-columns: 1fr;
    }

    .dr-fact-card,
    .dr-blog-card {
        min-height: auto;
    }

    .dr-blog {
        padding: 52px 0 60px;
    }

    .dr-blog__heading {
        align-items: flex-start;
        flex-direction: column;
    }

    .dr-single,
    .dr-page {
        padding: 48px 0 56px;
    }

    .dr-single__inner,
    .dr-page__inner {
        width: min(860px, calc(100% - 36px));
    }

    .dr-single__content,
    .dr-page__content {
        font-size: 16px;
    }

    .dr-footer__top {
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
        padding: 48px 0;
    }

    .dr-footer__divider {
        display: none;
    }

    .dr-back-top {
        right: 24px;
    }
}

/**
 *
 * single blog template
 *
 */
.dr-single-post {
    padding: 72px 0 88px;
    background: #fff;
}

.dr-single-post__inner {
    width: min(900px, calc(100% - 48px));
    margin: 0 auto;
}

.dr-single-post__meta {
    margin-bottom: 24px;
    color: var(--dr-light-blue);
    font-size: 14px;
    font-weight: 500;
}

.dr-single-post__content {
    color: var(--dr-text);
    font-size: 16px;
    line-height: 1.75;
}

.dr-single-post__content h2,
.dr-single-post__content h3,
.dr-single-post__content h4 {
    color: var(--dr-dark-blue);
    line-height: 1.2;
    margin-top: 42px;
    margin-bottom: 16px;
}

.dr-single-post__content h2 {
    font-size: 34px;
    font-weight: 500;
}

.dr-single-post__content h3 {
    font-size: 26px;
    font-weight: 500;
}

.dr-single-post__content p {
    margin: 0 0 22px;
}

.dr-single-post__content a {
    color: var(--dr-light-blue);
    text-decoration: underline;
    text-underline-offset: 3px;
}

.dr-single-post__content a:hover {
    color: var(--dr-green);
}

.dr-single-post__content img {
    height: auto;
    margin: 32px 0;
}

@media (max-width: 767px) {
    .dr-single-post {
        padding: 48px 0 56px;
    }

    .dr-single-post__inner {
        width: min(100%, calc(100% - 36px));
    }

    .dr-single-post__content h2 {
        font-size: 28px;
    }

    .dr-single-post__content h3 {
        font-size: 23px;
    }
}


/* overrides */
.home-facts p {
    margin: 0 !important;
}

.ff-default .ff_btn_style {
    transition: none !important;
}

.ff-message-success {
    border: 0 !important;
    box-shadow: none !important;
    margin-top: 0 !important;
    padding: 0 !important;
}





.dr-blog-page .dr-blog-card {
    border: 1px solid lightgray;
}

.dr-blog-page .dr-blog-card__image {
    border: 0 !important;
    border-bottom: 1px solid lightgray !important;
}

/* .dr-blog-page .dr-blog-card__image img,
.dr-blog-page .dr-post__image img {
    border-bottom: 1px solid lightgray;
} */

/**
 *
 * timeline
 *
 */

.dr-timeline {
    padding: 10px 0px;
    overflow: hidden;
    font-family: 'Montserrat', sans-serif;
}

.dr-timeline__inner {
    width: min(1400px, 100%);
    margin: 0 auto;
    position: relative;
}

/* desktop top bars */

.dr-timeline__desktop-bars {
    display: grid;
    grid-template-columns: 1fr 330px;
    gap: 12px;
    margin-bottom: 34px;
}

.dr-timeline__bar {
    color: var(--dr-white);
    font-size: 16px;
    line-height: 1.35;
    font-weight: 800;
    padding: 14px 24px;
    min-height: 74px;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .22);
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .6s ease, transform .6s ease;
}

.dr-timeline__bar--dark {
    background: #002f45;
}

.dr-timeline__bar--blue {
    background: var(--dr-dark-blue);
}

.dr-timeline.is-active .dr-timeline__bar {
    opacity: 1;
    transform: translateY(0);
}

.dr-timeline__bar--dark {
    transition-delay: .25s;
}

.dr-timeline__bar--blue {
    transition-delay: .45s;
}

/* desktop line */

.dr-timeline__line-wrap {
    position: relative;
    height: 80px;
    margin-bottom: 10px;
}

.dr-timeline__line {
    position: absolute;
    left: 2%;
    top: 44px;
    width: 0;
    height: 3px;
    background: var(--dr-dark-blue);
    border-radius: 999px;
    transition: width 1.4s ease;
}

.dr-timeline__arrow {
    position: absolute;
    top: 36px;
    right: 2%;
    width: 18px;
    height: 18px;
    border-top: 3px solid var(--dr-dark-blue);
    border-right: 3px solid var(--dr-dark-blue);
    transform: rotate(45deg);
    opacity: 0;
    transition: opacity .4s ease 1.2s;
}

.dr-timeline.is-active .dr-timeline__line {
    width: 96%;
}

.dr-timeline.is-active .dr-timeline__arrow {
    opacity: 1;
}

.dr-timeline__point {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity .5s ease, top .5s ease;
}

.dr-timeline.is-active .dr-timeline__point {
    opacity: 1;
    top: 4px;
}

.dr-timeline__point--1922 {
    left: 4%;
    transition-delay: .25s;
}

.dr-timeline__point--1997 {
    left: 75%;
    transition-delay: .85s;
}

.dr-timeline__point--2013 {
    left: 91%;
    transition-delay: 1.05s;
}

.dr-timeline__year {
    display: block;
    color: var(--dr-green);
    font-size: 22px;
    line-height: 1;
    font-weight: 800;
    margin-bottom: 12px;
    text-align: center;
}

.dr-timeline__dot {
    display: block;
    width: 16px;
    height: 16px;
    background: var(--dr-dark-blue);
    border-radius: 50%;
    margin: 0 auto;
}

/* desktop cards */

.dr-timeline__cards {
    position: relative;
    min-height: 185px;
}

.dr-timeline__item {
    position: absolute;
    opacity: 0;
    transform: translateY(24px);
    transition: opacity .6s ease, transform .6s ease;
}

.dr-timeline.is-active .dr-timeline__item {
    opacity: 1;
    transform: translateY(0);
}

.dr-timeline__item--1922 {
    left: 2%;
    top: 0;
    width: 265px;
    transition-delay: .7s;
}

.dr-timeline__item--1997 {
    left: 65%;
    top: 0;
    width: 275px;
    transition-delay: 1.1s;
}

.dr-timeline__item--2013 {
    left: 86%;
    top: 0;
    width: 190px;
    transition-delay: 1.3s;
}

.dr-timeline__card {
    background: var(--dr-white);
    color: #3f5666;
    font-size: 14px;
    line-height: 1.3;
    font-weight: 600;
    padding: 16px 14px;
    min-height: 145px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .22);
}

.dr-timeline__card--1997 {
    max-width: 200px;
}

.dr-timeline__item--2013 {
    max-width: 130px;
}

.dr-timeline__mobile-line,
.dr-timeline__mobile-dot,
.dr-timeline__mobile-year,
.dr-timeline__mobile-bar {
    display: none;
}

/* mobile */

@media (max-width: 976px) {

    .dr-timeline {
        padding: 10px 0;
    }

    .dr-timeline__inner {
        width: min(520px, 100%);
        margin: 0 auto;
        padding: 0 26px 0 78px;
        position: relative;
    }

    .dr-timeline__desktop-bars,
    .dr-timeline__line-wrap {
        display: none;
    }

    .dr-timeline__mobile-line {
        display: block;
        position: absolute;
        left: 28px;
        top: 10px;
        bottom: 12px;
        width: 4px;
        background: var(--dr-dark-blue);
        border-radius: 999px;
    }

    .dr-timeline__mobile-arrow {
        position: absolute;
        left: -8px;
        bottom: -2px;
        width: 20px;
        height: 20px;
        border-right: 4px solid var(--dr-dark-blue);
        border-bottom: 4px solid var(--dr-dark-blue);
        transform: rotate(45deg);
    }

    .dr-timeline__cards {
        position: relative;
        min-height: 0;
        display: grid;
        gap: 0;
    }

    .dr-timeline__item {
        position: relative;
        left: auto;
        top: auto;
        width: auto;
        opacity: 1;
        transform: none;
    }

    .dr-timeline__item--1922 {
        margin-bottom: 560px;
    }

    .dr-timeline__item--1997 {
        margin-bottom: 36px;
    }

    .dr-timeline__mobile-dot {
        display: block;
        position: absolute;
        left: -48px;
        top: 0;
        width: 18px;
        height: 18px;
        background: var(--dr-dark-blue);
        border-radius: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }

    .dr-timeline__mobile-year {
        display: block;
        color: var(--dr-green);
        font-size: 22px;
        line-height: 1;
        font-weight: 800;
        margin: 0 0 24px;
    }

    .dr-timeline__card {
        width: auto !important;
        min-height: 0;
        font-size: 14px;
        line-height: 1.45;
        font-weight: 600;
        padding: 22px 24px;
        color: #3f5666;
        max-width: 100% !important;
    }

    .dr-timeline__mobile-bar {
        display: block;
        color: var(--dr-white);
        font-size: 16px;
        line-height: 1.35;
        font-weight: 800;
        padding: 24px;
        margin-top: 18px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, .22);
    }

    .dr-timeline__mobile-bar--dark {
        background: #002f45;
    }

    .dr-timeline__mobile-bar--blue {
        background: var(--dr-dark-blue);
    }

    .dr-timeline__item--2013 {
        max-width: 100% !important;
    }
}

@media (max-width: 520px) {

    .dr-timeline__inner {
        padding-left: 70px;
        padding-right: 22px;
    }

    .dr-timeline__mobile-line {
        left: 24px;
    }

    .dr-timeline__mobile-dot {
        left: -44px;
    }

    .dr-timeline__mobile-year {
        font-size: 22px;
    }

    .dr-timeline__card {
        font-size: 14px;
        padding: 22px 24px;
    }

    .dr-timeline__mobile-bar {
        font-size: 15px;
        padding: 22px 24px;
    }

    .dr-timeline__item--1922 {
        margin-bottom: 350px;
    }
}