/* Careers page: open positions (accordion) + apply modal.  Theme red = #A94545 */

.jobs-heading { margin: 8px 0 18px 0; font-size: 26px; font-weight: 600; }

.jobs.panel-group { margin-bottom: 20px; }
.jobs .job { border: 1px solid #e3e3e3; border-left: 4px solid #A94545; border-radius: 0; box-shadow: none; margin-bottom: 14px; }
.jobs .job + .job { margin-top: 0; }
.jobs .job-head { padding: 0; background: #fff; border: 0; }
.jobs .job-toggle { display: block; position: relative; padding: 20px 56px 18px 22px; color: #333; text-decoration: none; }
.jobs .job-toggle:hover, .jobs .job-toggle:focus { background: #fafafa; text-decoration: none; }
.jobs .job-toggle[aria-expanded="true"] { background: #fafafa; border-bottom: 1px solid #eee; }
.jobs .job-title { display: block; font-size: 21px; font-weight: 600; color: #A94545; line-height: 1.3; }
.jobs .job-meta { display: block; margin-top: 4px; font-size: 14px; color: #777; }
.jobs .job-chevron { position: absolute; right: 22px; top: 50%; width: 12px; height: 12px; margin-top: -9px;
    border-right: 2px solid #A94545; border-bottom: 2px solid #A94545; transform: rotate(45deg); transition: transform .2s ease; }
.jobs .job-toggle[aria-expanded="true"] .job-chevron { transform: rotate(-135deg); margin-top: -3px; }

.jobs .job-body { padding: 22px 24px 24px 24px; }
.jobs .job-body p { font-size: 15px; line-height: 1.65; color: #444; margin-bottom: 18px; }
.jobs .job-body h5 { margin: 20px 0 8px 0; font-size: 15px; font-weight: 700; text-transform: none; letter-spacing: 0; color: #222; }
.jobs .job-body ul { margin: 0 0 6px 0; padding-left: 20px; }
.jobs .job-body li { font-size: 15px; line-height: 1.6; color: #444; margin-bottom: 4px; }
.jobs .job-actions { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; margin-top: 24px; padding-top: 20px; border-top: 1px solid #eee; }
.jobs .job-actions .btn-lg { padding: 12px 26px; font-size: 16px; }
.jobs .job-pdf { font-size: 14px; color: #666; }
.jobs .job-pdf:hover { color: #A94545; }
.jobs .job-pdf .fa { margin-right: 4px; }

.jobs-eoe { font-size: 13px; color: #888; margin: 0 0 22px 0; }
.jobs-general { display: flex; align-items: center; justify-content: space-between; gap: 16px; flex-wrap: wrap; padding: 18px 22px; background: #f7f7f7; border: 1px solid #e6e6e6; margin-bottom: 30px; font-size: 15px; color: #555; }
.jobs-general .btn { font-weight: 600; }

/* Apply modal: white rounded card, pill inputs, one centered button (theme red #A94545) */
.apply-modal .modal-dialog { width: 560px; max-width: calc(100% - 24px); margin: 60px auto; }
.apply-modal .modal-content.apply-card { position: relative; border: 0; border-radius: 6px; background: #fff; box-shadow: 0 24px 70px rgba(0,0,0,.28); padding: 40px 44px 36px 44px; }
.apply-modal .apply-close { position: absolute; top: 16px; right: 18px; width: 36px; height: 36px; border: 0; background: none; font-size: 30px; line-height: 1; color: #999; cursor: pointer; padding: 0; }
.apply-modal .apply-close:hover, .apply-modal .apply-close:focus { color: #A94545; outline: none; }
.apply-modal .apply-title { margin: 0 0 22px 0; padding-right: 36px; font-size: 22px; font-weight: 700; color: #222; line-height: 1.3; }
.apply-modal .apply-title span { color: #A94545; }
.apply-modal .apply-alert { border-radius: 4px; margin-bottom: 18px; }

.apply-modal .apply-field { margin-bottom: 16px; }
.apply-modal .apply-row { display: flex; gap: 14px; }
.apply-modal .apply-row .apply-field { flex: 1 1 0; min-width: 0; }
.apply-modal .apply-field label { display: block; margin: 0 0 6px 4px; font-size: 14px; font-weight: 700; color: #333; }
.apply-modal .apply-req { color: #A94545; font-weight: 700; }
.apply-modal .apply-field .form-control { height: 48px; padding: 8px 20px; font-size: 15px; color: #222; border: 1.5px solid #d6d6d6; border-radius: 4px; box-shadow: none; background: #fff; transition: border-color .15s ease, box-shadow .15s ease; }
.apply-modal .apply-field .form-control:focus { border-color: #A94545; box-shadow: 0 0 0 3px rgba(169,69,69,.14); outline: none; }

.apply-modal .apply-file { display: flex; align-items: center; gap: 14px; flex-wrap: wrap; position: relative; }
.apply-modal .apply-file input[type=file] { position: absolute; left: 0; top: 0; width: 1px; height: 1px; opacity: 0; overflow: hidden; pointer-events: none; }
.apply-modal .apply-file-btn { margin: 0; padding: 0 22px; height: 44px; line-height: 41px; font-size: 14px; font-weight: 700; color: #A94545; background: #fff; border: 1.5px solid #A94545; border-radius: 4px; cursor: pointer; white-space: nowrap; }
.apply-modal .apply-file-btn:hover, .apply-modal .apply-file input[type=file]:focus + .apply-file-btn { background: #A94545; color: #fff; }
.apply-modal .apply-file-name { font-size: 14px; color: #888; min-width: 0; overflow: hidden; text-overflow: ellipsis; }
.apply-modal .apply-error { margin: 8px 0 0 4px; font-size: 14px; color: #A94545; font-weight: 600; }

.apply-modal .apply-submit { text-align: center; margin-top: 26px; }
.apply-modal .apply-btn { display: inline-block; height: 52px; padding: 0 40px; border: 0; border-radius: 4px; background: #A94545; color: #fff; font-size: 17px; font-weight: 700; cursor: pointer; box-shadow: 0 8px 20px rgba(169,69,69,.3); transition: background .15s ease, transform .1s ease; }
.apply-modal .apply-btn:hover, .apply-modal .apply-btn:focus { background: #8f3a3a; color: #fff; outline: none; }
.apply-modal .apply-btn:active { transform: translateY(1px); }
.apply-modal .apply-btn[disabled] { opacity: .7; cursor: wait; box-shadow: none; }
.apply-modal .apply-privacy { margin: 14px 0 0 0; font-size: 12px; color: #999; }

@media (max-width: 767px) {
    .jobs .job-toggle { padding: 16px 44px 14px 16px; }
    .jobs .job-title { font-size: 18px; }
    .jobs .job-body { padding: 18px 16px 20px 16px; }
    .jobs .job-actions .btn-lg { width: 100%; }
    .apply-modal .modal-dialog { margin: 12px auto; }
    .apply-modal .modal-content.apply-card { padding: 30px 22px 26px 22px; border-radius: 6px; }
    .apply-modal .apply-row { flex-direction: column; gap: 0; }
    .apply-modal .apply-btn { width: 100%; }
}

/* Page H1 on inner pages (SEO) */
.page-h1 { margin: 0 0 18px 0; font-size: 30px; line-height: 1.2; font-weight: 600; color: #333; }
@media (max-width: 767px) { .page-h1 { font-size: 24px; } }

/* Contact page */
.contact-emergency { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding: 20px 24px; margin: 0 0 32px 0; background: #fff; border: 1px solid #e6e6e6; border-left: 5px solid #A94545; }
.contact-emergency-text { display: flex; flex-direction: column; gap: 3px; flex: 1 1 280px; }
.contact-emergency-text strong { font-size: 19px; color: #222; }
.contact-emergency-text span { font-size: 14px; color: #666; line-height: 1.5; }
.contact-emergency-phone { font-size: 30px; font-weight: 700; color: #A94545; white-space: nowrap; text-decoration: none; letter-spacing: .5px; }
.contact-emergency-phone:hover, .contact-emergency-phone:focus { color: #8f3a3a; text-decoration: none; }
.contact-emergency-phone .fa { font-size: 22px; margin-right: 6px; vertical-align: 2px; }

.contact-form-title { margin: 0 0 6px 0; font-size: 22px; font-weight: 600; }
.contact-form-intro { margin: 0 0 20px 0; color: #666; font-size: 15px; line-height: 1.55; }
.contact-field { margin-bottom: 16px; }
.contact-field label { display: block; margin-bottom: 6px; font-size: 14px; font-weight: 700; color: #333; }
.contact-req { color: #A94545; }
.contact-field .form-control { height: 46px; padding: 8px 14px; font-size: 15px; color: #222; border: 1.5px solid #d6d6d6; border-radius: 4px; box-shadow: none; background: #fff; }
.contact-field select.form-control { -webkit-appearance: none; -moz-appearance: none; appearance: none; padding-right: 36px; background-image: linear-gradient(45deg, transparent 50%, #777 50%), linear-gradient(135deg, #777 50%, transparent 50%); background-position: calc(100% - 18px) 20px, calc(100% - 13px) 20px; background-size: 5px 5px, 5px 5px; background-repeat: no-repeat; }
.contact-field textarea.form-control { height: auto; line-height: 1.5; padding: 12px 14px; resize: vertical; }
.contact-field .form-control:focus { border-color: #A94545; box-shadow: 0 0 0 3px rgba(169,69,69,.14); outline: none; }
.contact-field .form-control::placeholder { color: #aaa; }
.contact-actions { display: flex; align-items: center; gap: 18px; flex-wrap: wrap; margin-top: 4px; margin-bottom: 30px; }
.contact-actions .btn-lg { padding: 12px 28px; font-size: 16px; font-weight: 600; border-radius: 4px; }
.contact-actions .btn-lg[disabled] { opacity: .7; cursor: wait; }
.contact-privacy { font-size: 13px; color: #888; }

.contact-card { padding: 24px 24px 20px 24px; background: #f7f7f7; border: 1px solid #e6e6e6; border-top: 4px solid #A94545; margin-bottom: 20px; }
.contact-card h4 { margin: 0 0 8px 0; font-size: 18px; font-weight: 700; }
.contact-card h5 { margin: 20px 0 8px 0; font-size: 14px; font-weight: 700; color: #222; text-transform: none; letter-spacing: 0; }
.contact-address { font-style: normal; font-size: 15px; line-height: 1.5; margin: 0 0 8px 0; color: #444; }
.contact-directions { display: inline-block; font-size: 14px; font-weight: 600; color: #A94545; margin-bottom: 14px; }
.contact-directions .fa { margin-right: 4px; }
.contact-lines { list-style: none; margin: 0; padding: 14px 0 0 0; border-top: 1px solid #e3e3e3; font-size: 15px; }
.contact-lines li { margin-bottom: 6px; color: #444; }
.contact-lines .fa { color: #A94545; margin-right: 4px; }
.contact-lines a { color: #333; }
.contact-lines a:hover { color: #A94545; }
.contact-muted { color: #999; font-size: 13px; }
.contact-hours { width: 100%; font-size: 14px; color: #444; }
.contact-hours td { padding: 3px 0; }
.contact-hours td:last-child { text-align: right; white-space: nowrap; }
.contact-247 { margin: 0; font-size: 14px; line-height: 1.55; color: #444; }
.contact-247 a { color: #A94545; font-weight: 600; }

.contact-map { position: relative; width: 100%; padding-bottom: 75%; border: 1px solid #e6e6e6; overflow: hidden; }
.contact-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

@media (max-width: 767px) {
    .contact-emergency { padding: 16px; }
    .contact-emergency-phone { font-size: 26px; }
    .contact-actions .btn-lg { width: 100%; }
}

/* About page */
.about-lead { margin-bottom: 26px; }
.about-facts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3; margin: 0 0 36px 0; }
.about-facts > div { padding: 18px 16px; border-right: 1px solid #e3e3e3; display: flex; flex-direction: column; gap: 4px; }
.about-facts > div:first-child { padding-left: 0; }
.about-facts > div:last-child { border-right: 0; }
.about-facts strong { font-size: 28px; line-height: 1; color: #A94545; font-weight: 700; }
.about-facts span { font-size: 13px; color: #666; line-height: 1.4; }
.about-h2 { margin: 0 0 12px 0; font-size: 24px; font-weight: 600; color: #222; }
.about-intro { color: #555; font-size: 15px; line-height: 1.6; margin-bottom: 18px; }
.about-divisions { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin-bottom: 40px; }
.about-division { padding: 22px 24px; background: #f7f7f7; border: 1px solid #e6e6e6; border-top: 4px solid #A94545; }
.about-division h3 { margin: 0 0 10px 0; font-size: 19px; font-weight: 700; }
.about-division p { font-size: 15px; line-height: 1.6; color: #444; margin-bottom: 12px; }
.about-division a { font-weight: 600; color: #A94545; }
.about-values { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px 32px; margin: 0 0 40px 0; }
.about-values dt { font-size: 16px; font-weight: 700; color: #222; margin-bottom: 4px; }
.about-values dd { margin: 0; font-size: 15px; line-height: 1.55; color: #555; }
.about-values .about-value-wide { grid-column: 1 / -1; padding: 16px 20px; background: #f7f7f7; border-left: 4px solid #A94545; }
.about-safety { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin: 0 0 22px 0; }
.about-safety h4 { margin: 0 0 6px 0; font-size: 16px; font-weight: 700; }
.about-safety p { font-size: 14px; line-height: 1.6; color: #555; margin: 0; }
.about-list li { font-size: 15px; line-height: 1.55; }
.about-policy { margin: 6px 0 36px 0; }
.about-policy-toggle { font-weight: 600; color: #A94545; }
.about-policy-toggle .fa { transition: transform .2s ease; }
.about-policy-toggle[aria-expanded="true"] .fa { transform: rotate(180deg); }
.about-policy .collapse, .about-policy .collapsing { margin-top: 14px; }
.about-cta { padding: 22px 24px; border: 1px solid #e6e6e6; background: #fff; }
.about-cta h4 { margin: 0 0 6px 0; font-size: 18px; font-weight: 700; }
.about-cta p { font-size: 14px; color: #555; line-height: 1.55; margin-bottom: 14px; }
.about-cta .btn { font-weight: 600; border-radius: 4px; }
@media (max-width: 991px) { .about-facts { grid-template-columns: repeat(2, minmax(0, 1fr)); } .about-facts > div:nth-child(2) { border-right: 0; } .about-facts > div:nth-child(-n+2) { border-bottom: 1px solid #e3e3e3; } .about-facts > div:nth-child(3) { padding-left: 0; } .about-safety { grid-template-columns: 1fr; } }
@media (max-width: 767px) { .about-divisions, .about-values { grid-template-columns: 1fr; } .about-cta { margin-top: 20px; } }

/* Shared content-page pieces (services, technologies) */
.pg-lead { margin-bottom: 26px; }
.pg-h2 { margin: 36px 0 10px 0; font-size: 24px; font-weight: 600; color: #222; }
.pg-h2:first-of-type { margin-top: 0; }
.pg-h3 { margin: 22px 0 10px 0; font-size: 18px; font-weight: 700; color: #222; }
.pg-intro { color: #555; font-size: 15px; line-height: 1.6; margin-bottom: 18px; }
.pg-text { font-size: 15px; line-height: 1.7; color: #444; margin-bottom: 14px; }
.pg-note { font-size: 14px; color: #666; margin-top: 8px; }
.pg-note a { color: #A94545; font-weight: 600; }
.pg-grid-2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; margin-bottom: 8px; }
.pg-grid-3 { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; margin-bottom: 8px; }
.pg-panel { display: block; padding: 20px 22px; background: #f7f7f7; border: 1px solid #e6e6e6; border-top: 4px solid #A94545; color: #444; }
.pg-panel h3 { margin: 0 0 8px 0; font-size: 17px; font-weight: 700; color: #222; }
.pg-panel p { font-size: 14px; line-height: 1.6; margin: 0; color: #555; }
.pg-panel-link { text-decoration: none; transition: background .15s ease; }
.pg-panel-link:hover, .pg-panel-link:focus { background: #f0f0f0; text-decoration: none; color: #444; }
.pg-panel-link span { display: inline-block; margin-top: 10px; font-size: 14px; font-weight: 600; color: #A94545; }
.pg-tags { list-style: none; margin: 0 0 8px 0; padding: 0; display: flex; flex-wrap: wrap; gap: 8px; }
.pg-tags li { padding: 7px 14px; background: #fff; border: 1px solid #d6d6d6; border-radius: 3px; font-size: 14px; font-weight: 600; color: #333; }
.pg-list li { font-size: 15px; line-height: 1.55; }
.pg-list-2col { columns: 2; column-gap: 32px; }
.pg-list-2col li { break-inside: avoid; }
.pg-svc-groups h3 { margin: 0 0 8px 0; font-size: 17px; font-weight: 700; color: #222; padding-bottom: 8px; border-bottom: 2px solid #A94545; }
.pg-svc-groups > div > h3 + ul { margin-bottom: 20px; }
.pg-svc-groups > div > ul + h3 { margin-top: 6px; }
.pg-brands h4 { margin: 0 0 4px 0; font-size: 14px; font-weight: 700; color: #222; }
.pg-brands ul { list-style: none; margin: 0 0 14px 0; padding: 0; font-size: 14px; color: #555; line-height: 1.6; }
.pg-brands ul li:before { content: "\2013\00a0"; color: #A94545; }
.pg-figure { margin: 18px 0 8px 0; }
.pg-figure img { border: 1px solid #e6e6e6; }
.pg-figure figcaption { font-size: 13px; color: #888; margin-top: 6px; }
.pg-jump { list-style: none; margin: 0 0 8px 0; padding: 0 0 18px 0; display: flex; flex-wrap: wrap; gap: 6px 18px; border-bottom: 1px solid #e3e3e3; }
.pg-jump a { font-size: 14px; font-weight: 600; color: #A94545; }
.pg-cta { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; padding: 20px 24px; margin: 0 0 32px 0; background: #fff; border: 1px solid #e6e6e6; border-left: 5px solid #A94545; }
.pg-cta-bottom { margin-top: 40px; margin-bottom: 20px; background: #f7f7f7; }
.pg-cta-text { display: flex; flex-direction: column; gap: 3px; flex: 1 1 280px; }
.pg-cta-text strong { font-size: 18px; color: #222; }
.pg-cta-text span { font-size: 14px; color: #666; line-height: 1.5; }
.pg-cta-phone { font-size: 30px; font-weight: 700; color: #A94545; white-space: nowrap; text-decoration: none; }
.pg-cta-phone:hover, .pg-cta-phone:focus { color: #8f3a3a; text-decoration: none; }
.pg-cta-phone .fa { font-size: 22px; margin-right: 6px; vertical-align: 2px; }
.pg-cta .btn { font-weight: 600; border-radius: 4px; padding: 10px 22px; }
@media (max-width: 991px) { .pg-grid-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 767px) { .pg-grid-2, .pg-grid-3 { grid-template-columns: 1fr; } .pg-list-2col { columns: 1; } .pg-cta-phone { font-size: 26px; } .pg-cta .btn { width: 100%; } }

/* Footer: compact four-column layout (overrides footer-default.css fixed heights/padding) */
#footer.footer-compact .footer-col { padding-top: 36px; padding-bottom: 28px; }
#footer.footer-compact .footer-brand { background: #252525; }
#footer.footer-compact .logo { display: block; margin: 0 0 14px 0; }
#footer.footer-compact h4 { margin: 4px 0 12px 0; font-size: 15px; font-weight: 700; color: #fff; letter-spacing: .2px; }
#footer.footer-compact .footer-address { margin: 0 0 10px 0; font-size: 14px; line-height: 1.5; color: #bbb; }
#footer.footer-compact .footer-contact { margin: 0 0 14px 0; font-size: 14px; line-height: 1.7; }
#footer.footer-compact .footer-contact a, #footer.footer-compact .footer-contact span { display: block; color: #bbb; }
#footer.footer-compact .footer-contact a:hover { color: #fff; }
#footer.footer-compact .footer-contact .fa { color: #A94545; margin-right: 2px; }
#footer.footer-compact .footer-social { margin: 0; }
#footer.footer-compact .footer-social .social { display: inline-flex; align-items: center; justify-content: center; width: 38px; height: 38px; margin: 0 6px 0 0; background: #333; color: #fff; font-size: 16px; border-radius: 3px; }
#footer.footer-compact .footer-social .social:hover { background: #A94545; }
#footer.footer-compact ul.nobordered li { padding: 0; margin: 0 0 8px 0; }
#footer.footer-compact ul.nobordered li a { display: block; padding: 0; font-size: 14px; color: #bbb; }
#footer.footer-compact ul.nobordered li a:hover { color: #fff; }
#footer.footer-compact ul.nobordered li a > i.fa { color: #A94545; margin-right: 4px; }
#footer.footer-compact .footer-phone { display: inline-block; font-size: 24px; font-weight: 700; color: #fff; margin: 0 0 8px 0; }
#footer.footer-compact .footer-phone:hover { color: #A94545; }
#footer.footer-compact .footer-hours { margin: 0 0 14px 0; font-size: 13px; line-height: 1.55; color: #999; }
#footer.footer-compact .footer-cc { margin: 0; display: flex; gap: 6px; }
#footer.footer-compact .footer-cc img { height: 28px; width: auto; border-radius: 4px; }
#footer.footer-compact .copyright { padding: 14px 0; background: #252525; border-top: 1px solid #1a1a1a; }
#footer.footer-compact .footer-copy { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 12px; color: #888; }
#footer.footer-compact .footer-copy a { color: #bbb; margin-left: 14px; }
#footer.footer-compact .footer-copy a:hover { color: #fff; }
@media (max-width: 991px) { #footer.footer-compact .footer-col { padding-top: 26px; padding-bottom: 18px; } #footer.footer-compact .footer-brand { background: transparent; } }
@media (max-width: 767px) { #footer.footer-compact .footer-copy { justify-content: center; text-align: center; } }

/* Service detail pages */
.pg-crumbs { list-style: none; margin: 0 0 12px 0; padding: 0; display: flex; flex-wrap: wrap; gap: 6px; font-size: 13px; color: #888; }
.pg-crumbs li + li:before { content: "\203A"; margin-right: 6px; color: #bbb; }
.pg-crumbs a { color: #666; }
.pg-crumbs a:hover { color: #A94545; }
.pg-steps { margin: 0 0 8px 0; padding-left: 22px; }
.pg-steps li { font-size: 15px; line-height: 1.6; color: #444; margin-bottom: 8px; }
.pg-steps li strong { color: #222; }
.pg-faq h3 { margin: 18px 0 6px 0; font-size: 17px; font-weight: 700; color: #222; }
.pg-faq h3:first-child { margin-top: 0; }
.pg-faq p { font-size: 15px; line-height: 1.65; color: #444; margin-bottom: 0; }
.pg-related { list-style: none; margin: 0; padding: 0; }
.pg-related li { padding: 6px 0; border-top: 1px solid #eee; font-size: 14px; }
.pg-related li:first-child { border-top: 0; }
.pg-related a { color: #333; font-weight: 600; }
.pg-related a:hover { color: #A94545; }
.pg-updated { margin: 8px 0 0 0; font-size: 12px; color: #999; }

/* Turnstile widgets in forms */
.turnstile-box { margin: 6px 0 14px 0; min-height: 65px; }
