/* HRL Careers Reference — pixel-perfect styles. Scoped to .crx */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;500;600;700;800;900&family=Lato:wght@400;700;900&display=swap');

.crx{--red:#A51719;--red-d:#7e1013;--secondary:#476669;--tertiary:#FFE3C8;--dark:#1a1a1a;--txt:#555;--muted:#888;--lite:#efefef;--gray:#e7e7e7;--ltgray:#F0F0F0;--dkgray:#6F6F6F;font-family:'Lato',sans-serif;color:var(--txt);}
.crx *{box-sizing:border-box;}
.crx img{max-width:100%;display:block;}
.crx-sec{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;}
.crx-in{max-width:1200px;margin:0 auto;padding:0 24px;}
.crx h2{font-family:'Raleway',sans-serif;font-weight:900;font-size:45px;color:var(--dark);margin:0;text-transform:none;line-height:1.1;letter-spacing:1px;}
@media(max-width:991px){.crx h2{font-size:calc(45px*.9);}}
@media(max-width:600px){.crx h2{font-size:calc(45px*.8);}}
.crx .crx-sub{font-family:'Raleway',sans-serif;font-weight:700;font-size:24px;color:var(--dark);line-height:1.35;margin:0 auto;}
.crx .crx-lead{font-size:16px;line-height:1.7;color:var(--txt);}
.crx .crx-rule{width:70px;height:4px;background:var(--red);border:0;margin:16px auto 0;border-radius:2px;}
.crx-btn{display:inline-block;vertical-align:top;font-family:'Raleway',sans-serif;font-weight:700;font-size:16px;text-transform:capitalize;text-align:center;text-decoration:none;padding:12px 24px;min-width:120px;border-radius:12px;border:3px solid var(--red);position:relative;overflow:hidden;transition:all .2s ease-in-out;}
.crx-btn-solid{background:var(--red);color:#fff !important;}
.crx-btn-solid:hover{background:#fff;color:var(--red) !important;border-color:var(--red);}
.crx-btn-ghost{background:transparent;color:#fff !important;}
.crx-btn-ghost:hover{background:transparent;color:#fff !important;border-color:#fff;}

/* HERO */
.crx-hero{min-height:620px;display:flex;align-items:center;background-size:cover;background-position:center;position:relative;}
.crx-hero:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,0.4);}
.crx-hero .crx-in{position:relative;z-index:2;width:100%;padding-top:140px;padding-bottom:100px;}
.crx-hero__box{max-width:940px;}
.crx-hero h1{font-family:'Raleway',sans-serif;font-weight:900;font-size:62px;line-height:1.1;color:#fff;margin:0 0 22px;text-shadow:0 .04em 0 rgba(0,0,0,.15);}
@media(max-width:991px){.crx-hero h1{font-size:calc(62px*.85);}.crx-hero .crx-in{padding-top:120px;padding-bottom:80px;}}
@media(max-width:600px){.crx-hero h1{font-size:calc(62px*.7);}}
/* scroll-reveal animation (image-text 2col sections) */
.crx-reveal{opacity:0;transform:translateY(40px);transition:opacity .9s ease,transform .9s ease;}
.crx-reveal.is-visible{opacity:1;transform:none;}
.crx-hero p{color:#f2f2f2;font-size:17px;line-height:1.6;margin:0 0 16px;}
.crx-hero .crx-hero__lead{font-weight:700;font-size:19px;color:#fff;}
.crx-hero .crx-hero__cta{font-weight:700;font-size:18px;color:#fff;margin:6px 0 22px;}
.crx-hero__box h1 {
    text-transform: capitalize;
}

/* STATS */
.crx-stats{background:var(--gray);padding:60px 0;}
.crx-stats .crx-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;text-align:center;}
.crx-stat__n{font-family:'Raleway',sans-serif;font-weight:900;font-size:64px;line-height:1;color:var(--red);margin-bottom:8px;}
.crx-stat__l{font-weight:700;font-size:18px;color:#16244a;}

/* generic section head */
.crx-head{text-align:center;padding:64px 0 8px;}
.crx-head .crx-sub{max-width:900px;margin-top:14px;}
.crx-head .crx-lead{max-width:820px;margin:12px auto 0;}

/* WHY CHOOSE */
.crx-why{padding-bottom:64px;}
.crx-tagline{text-align:center;color:var(--red);font-family:'Raleway',sans-serif;font-weight:700;font-size:20px;line-height:1.4;margin:44px auto 0;max-width:900px;}
.crx-why .crx-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:26px;margin-top:36px;}
.crx-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 18px rgba(0,0,0,.08);display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s;}
.crx-card:hover{transform:translateY(-5px);box-shadow:0 10px 26px rgba(0,0,0,.14);}
.crx-card__img{height:190px;width:100%;object-fit:cover;}
.crx-card__b{padding:24px 22px 28px;}
.crx-card__b h3{font-family:'Raleway',sans-serif;font-weight:700;font-size:18px;color:var(--dark);line-height:1.3;margin:0 0 14px;position:relative;padding-bottom:12px;}
.crx-card__b h3:after{content:"";position:absolute;left:0;bottom:0;width:44px;height:3px;background:var(--red);border-radius:2px;}
.crx-card__b p{font-size:15px;line-height:1.6;color:var(--txt);margin:0;}

/* two-column (figure/values/right) */
.crx-two{display:grid;grid-template-columns:1fr 1fr;gap:44px;align-items:center;padding:30px 0 64px;}
.crx-two img{width:100%;border-radius:10px;object-fit:cover;}
.crx-eyebrow{font-style:italic;color:var(--muted);margin:0 0 6px;}
.crx-two h3{font-family:'Raleway',sans-serif;font-weight:700;font-size:24px;color:var(--dark);margin:0 0 16px;line-height:1.3;}
.crx-two p{font-size:15px;line-height:1.7;color:var(--txt);margin:0 0 14px;}

/* gallery grid */
.crx-gal{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-bottom:64px;}
.crx-gal img{height:220px;width:100%;object-fit:cover;border-radius:8px;}

/* values list */
.crx-vtitle{font-family:'Raleway',sans-serif;font-weight:700;font-size:22px;color:var(--dark);margin:0 0 18px;}
.crx-vlist{list-style:none;margin:0;padding:0;}
.crx-vlist li{position:relative;padding:0 0 14px 24px;font-size:15px;line-height:1.6;color:var(--txt);}
.crx-vlist li:before{content:"";position:absolute;left:0;top:7px;width:9px;height:9px;background:var(--red);border-radius:50%;}
.crx-vlist li strong{color:var(--dark);}

/* BENEFITS */
.crx-benefits{background:var(--gray);padding-bottom:64px;}
.crx-benefits .crx-head{padding-top:64px;}
.crx-bgrid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;margin-top:36px;}
.crx-bcard{background:#fff;border-radius:12px;box-shadow:0 4px 18px rgba(0,0,0,.06);padding:32px 22px;text-align:center;min-height:236px;}
.crx-bcard i{font-size:40px;color:var(--red);margin-bottom:14px;display:inline-block;}
.crx-bcard h4{font-family:'Raleway',sans-serif;font-weight:700;font-size:18px;color:var(--dark);margin:0 0 10px;line-height:1.3;}
.crx-bcard p{font-size:14px;line-height:1.6;color:var(--txt);margin:0;}

/* checklist */
.crx-checks{list-style:none;margin:0 0 18px;padding:0;}
.crx-checks li{position:relative;padding:0 0 14px 34px;font-size:15px;line-height:1.6;color:var(--txt);}
.crx-checks li:before{content:"\f00c";font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;left:0;top:2px;color:var(--red);font-size:15px;}
.crx-close{font-weight:700;color:var(--dark);font-size:16px;}

/* OPEN POSITIONS — full-width stacked rows (reference match) */
.crx-jobs{background:var(--gray);padding-bottom:64px;}
.crx-jobs .crx-head{padding-top:64px;}
.crx-jgrid{display:flex;flex-direction:column;gap:18px;margin-top:34px;}
.crx-job{background:#fff;border-radius:10px;box-shadow:0 3px 14px rgba(0,0,0,.06);padding:28px 32px;width:100%;}
.crx-job h4{font-family:'Raleway',sans-serif;font-weight:700;font-size:20px;color:var(--dark);margin:0 0 10px;line-height:1.3;}
.crx-job h4 a{color:inherit;text-decoration:none !important;border-bottom:0;transition:color .2s;}
.crx-job h4 a:hover{color:var(--red);}
.crx-job p{font-size:15px;line-height:1.7;color:var(--txt);margin:0 0 14px;}
.crx-job a{display:inline-block;color:var(--red);font-weight:700;font-size:14px;text-decoration:none;border-bottom:2px solid var(--red);padding-bottom:2px;}
.crx-apply{text-align:center;margin-top:40px;}

/* TESTIMONIALS — reference design (Swiper carousel, red duotone band) */
.crx-testi{padding-bottom:70px;}
.crx-testi .crx-head .crx-lead{color:var(--red);}
.crx .testimonial_section{position:relative;margin-top:36px;border-radius:8px;overflow:hidden;background-position:50%;background-repeat:no-repeat;background-size:cover;padding:60px 0 80px;
  --swiper-pagination-color:#fff;--swiper-pagination-bullet-inactive-color:rgba(255,255,255,.5);--swiper-pagination-bullet-inactive-opacity:1;--swiper-pagination-bullet-opacity:1;--swiper-pagination-bullet-size:12px;--swiper-pagination-bullet-horizontal-gap:6px;
  --swiper-navigation-size:22px;--swiper-navigation-color:rgba(165,23,25,.5);--swiper-navigation-sides-offset:8px;}
.crx .testimonial_section:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#A51719;opacity:.5;}
.crx .testimonial_section .swiper-button-next:hover,.crx .testimonial_section .swiper-button-prev:hover{color:#A51719;}
.crx .testimonial-wrapper{position:relative;z-index:2;max-width:1080px;margin:auto;padding:40px;}
.crx .swiper-testimonials{position:relative;}
.crx .testimonial_section .swiper{width:calc(100% - 50px);height:auto;padding:2px;}
.crx .testimonial_slider_content{display:flex;flex-direction:row;flex-wrap:nowrap;gap:40px;align-items:flex-start;}
.crx .testimonial_slider_img{min-width:25%;}
.crx .testimonial_slider_img img{width:100%;display:block;border-radius:6px;}
.crx .testimonial_slidertext{max-width:100%;color:#fff;}
.crx .testimonial_slidertext p{font-size:32px;font-weight:400;line-height:1.3;color:#fff;margin:0;}
.crx .testimonial_slider_details{font-size:1rem !important;font-weight:400;margin-top:14px;color:#fff;}
.crx .testimonial_section .swiper-pagination{position:relative;margin-top:14px;}
.crx .testimonial_section .swiper-pagination-bullet,.crx .testimonial_section .swiper-pagination-bullet-active{transition:.3s ease;}
@media(max-width:991px){.crx .testimonial_slidertext p{font-size:calc(32px*.8);}}
@media(max-width:540px){.crx .testimonial_slider_content{flex-direction:column;gap:20px;}.crx .testimonial_slider_img{min-width:100%;}}

/* AWARDS — light gray band (A Reputation Built Over Time) */
.crx-awards{background:var(--ltgray);padding:80px 0;text-align:center;}
.crx-awards .crx-lead{max-width:820px;margin:16px auto 0;}
.crx-awards .crx-placeholder{color:var(--muted);font-style:italic;margin-top:8px;}
/* INTERNSHIP — red band, white text (Launch Your Environmental Career) */
.crx-intern{background:var(--red);padding:80px 0;text-align:center;}
.crx-intern h2{color:#fff;}
.crx-intern .crx-rule{background:#fff;}
.crx-intern .crx-lead{max-width:900px;margin:16px auto 0;color:#fff;}
.crx-intern .crx-lead+.crx-lead{margin-top:12px;}

/* FINAL CTA — background image + dark overlay */
.crx-final{position:relative;background:#1f1f1f center/cover no-repeat;padding:90px 0;text-align:center;overflow:hidden;}
.crx-final:before{content:"";position:absolute;inset:0;background:rgba(0,0,0,.5);}
.crx-final .crx-in{position:relative;z-index:2;}
.crx-final h2{color:#fff;}
.crx-final p{color:#e0e0e0;font-size:17px;max-width:720px;margin:16px auto 26px;line-height:1.6;}

/* RESPONSIVE */
@media(max-width:1000px){
.crx-why .crx-cards,.crx-bgrid{grid-template-columns:repeat(2,1fr);}
.crx-tgrid,.crx-gal{grid-template-columns:repeat(2,1fr);}
.crx-two{grid-template-columns:1fr;}
}
@media(max-width:600px){
.crx-stats .crx-grid{grid-template-columns:1fr;gap:34px;}
.crx-why .crx-cards,.crx-bgrid,.crx-tgrid,.crx-gal{grid-template-columns:1fr;}
.crx-job{padding:24px 22px;}
}

/* Hide theme page-title banner on this template */
body.hdm-careers-page .page_title_in_content,body.hdm-careers-page .page-title-section,body.hdm-careers-page .mediapanel-title{display:none !important;}
