/* ==========================================================================
   Subcontractor Prequalification (page-id-449) - page-specific styles
   Scoped to .page-id-449 so nothing leaks to other pages.
   ========================================================================== */

.page-id-449 #Content { padding-top: 0 !important; }
.page-id-449 #Subheader { display: none !important; }

/* -------------------------------------------------------------------- */
/* Sticky header + sticky tp-subheader (this page only)                 */
/* `--tp-header-height` is measured and kept in sync by                 */
/* subcontractor-prequalification.js, since the real header's height    */
/* differs by breakpoint (81px desktop/tablet, 61px mobile).            */
/* -------------------------------------------------------------------- */
.page-id-449 {
	--tp-header-height: 81px;
}
.page-id-449 #Header_wrapper {
	position: sticky;
	top: 0;
	z-index: 999;
}
.page-id-449 .tp-subheader {
	position: sticky;
	top: var(--tp-header-height);
	z-index: 998;
}
/* Betheme sets `body { overflow: hidden auto }` below 768px for its mobile
   slide-out menu. That establishes a non-scrolling containing block that
   breaks `position: sticky` (the elements stop tracking the real viewport
   scroll), but does not affect `position: fixed`. Switch to fixed + a
   compensating top padding on #Content only at that breakpoint, so mobile
   still gets a pinned header/subheader without touching Betheme's own
   mobile-menu overflow rule (which other pages still rely on). */
@media (max-width: 767px) {
	.page-id-449 #Header_wrapper {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
	}
	.page-id-449 .tp-subheader {
		position: fixed;
		top: var(--tp-header-height);
		left: 0;
		right: 0;
	}
	.page-id-449 #Content {
		padding-top: calc(var(--tp-header-height) + 50px) !important;
	}
}

.page-id-449 #why-prequalify,
.page-id-449 #what-we-value,
.page-id-449 #what-you-can-expect,
.page-id-449 #faq {
	scroll-margin-top: 130px;
}

.page-id-449 .tp-container {
	max-width: 1004px;
	margin: 0 auto;
	padding: 0;
	box-sizing: border-box;
}

.page-id-449 section.mcb-section { margin: 0; }
.page-id-449 .mcb-section .mcb-wrap-inner,
.page-id-449 .mcb-section .column,
.page-id-449 .mcb-section .mcb-column-inner { margin: 0; }

.page-id-449 .tp-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 43px;
	padding: 0 23px;
	border-radius: 7px;
	font-family: 'Interstate', 'Nunito Sans', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 1;
	text-decoration: none !important;
	white-space: normal;
	text-align: center;
	transition: background-color .2s ease, opacity .2s ease;
}
.page-id-449 .tp-btn-primary {
	background: #e0592a;
	color: #ffffff !important;
}
.page-id-449 .tp-btn-primary:hover { background: #c8481f; }
.page-id-449 .tp-btn-secondary {
	background: #00263a;
	color: #ffffff !important;
}
.page-id-449 .tp-btn-secondary:hover { background: #001a29; }

/* -------------------------------------------------------------------- */
/* Sub-header: breadcrumb + in-page anchor nav                          */
/* -------------------------------------------------------------------- */
.page-id-449 .tp-subheader { background: #009490; }

.page-id-449 .tp-subheader .mcb-wrap{
	max-width: 1122px;
	padding: 0 12px;
}

.page-id-449 .tp-subheader .tp-container {
	max-width: 1142px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
	height: 50px;
	padding-top: 0;
	padding-bottom: 0;
	gap: 24px;
}
.page-id-449 .tp-subheader-label {
	font-family: 'Interstate', sans-serif;
	font-weight: 800;
	font-size: 17px;
	color: #ffffff;
	margin: 0;
	white-space: nowrap;
}
.page-id-449 .tp-subheader-nav {
	display: flex;
	align-items: center;
	gap: 28px;
	flex-wrap: nowrap;
}
.page-id-449 .tp-subheader-nav a {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	font-size: 12px;
	color: #ffffff !important;
	text-decoration: none !important;
	white-space: nowrap;
	line-height: 1.2;
	position: relative;
	padding-bottom: 3px;
	border-bottom: 1px solid transparent;
	transition: border-color .2s ease, opacity .2s ease;
}
.page-id-449 .tp-subheader-nav a:hover {border-bottom-color: #ffffff; }
.page-id-449 .tp-subheader-nav a.is-active {
	border-bottom-color: #ffffff;
}

#Top_bar .top_bar_right{
	display: none;
}

.page-id-449 .top_bar_right {
	display: flex !important;
	align-items: center;
	justify-content: flex-end;
	padding: 0
}

.page-id-449 #Top_bar .top_bar_right{
	padding: 0
}

#Side_slide .extras .action_button{
	display: none;
}

#Top_bar .top_bar_right .top-bar-right-button,
#Side_slide .extras .action_button{
	font-style: normal;
	font-weight: 700;
	font-size: 12.9141px;
	line-height: 21px;
	color: #FFFFFF;
	background: #E0592A;
	border: 1.78125px solid #E0592A;
	border-radius: 5px;
	padding: 8px 18px;
	display: block;
}

/* -------------------------------------------------------------------- */
/* Hero                                                                  */
/* -------------------------------------------------------------------- */
.page-id-449 .tp-hero {
	background-image: url('../images/trade-partners/hero-bg.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.page-id-449 .tp-hero .tp-container {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 566px;
	padding-top: 60px;
	padding-bottom: 60px;
}
.page-id-449 .tp-hero-inner {
	max-width: 960px;
	text-align: center;
}
.page-id-449 .tp-hero-title {
	font-family: 'Interstate', sans-serif;
	font-weight: 700;
	font-size: 65px;
	line-height: 1.0747;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0 0 10px;
	white-space: normal;
}
.page-id-449 .tp-hero-body {
	max-width: 662px;
	margin-left: auto;
	margin-right: auto;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.35;
	color: #ffffff;
	margin-bottom: 32px;
}

/* -------------------------------------------------------------------- */
/* Intro - Because We Work                                              */
/* -------------------------------------------------------------------- */
.page-id-449 .tp-intro { background: #ffffff; }
.page-id-449 .tp-intro .tp-container {
	padding-top: 90px;
	padding-bottom: 90px;
	display: flex;
	align-items: center;
	gap: 40px 60px;
}
.page-id-449 .tp-intro-text { flex: 1; max-width: 535px; }
.page-id-449 .tp-intro-title {
	font-family: 'Interstate', sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #00263a;
	margin: 0 0 20px;
}
.page-id-449 .tp-intro-text p {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size: 17.8px;
	line-height: 1.5;
	color: #00263a;
	margin: 0 0 20px;
}
.page-id-449 .tp-intro-text p:last-child { margin-bottom: 0; }
.page-id-449 .tp-intro-media {
	flex: 0 0 408px;
	width: 408px;
	position: relative;
	overflow: hidden;
}
.page-id-449 .tp-intro-media img {
	display: block;
	width: 100%;
	height: auto;
}
.page-id-449 .tp-intro-media::after {
	content: '';
	position: absolute;
	inset: 0;
	background: radial-gradient(circle at 30% 25%, rgba(0, 148, 144, .2), rgba(0, 148, 144, 0) 30%);
	pointer-events: none;
}

/* -------------------------------------------------------------------- */
/* Shared checklist styles (Why Prequalify + What Subs Get)             */
/* -------------------------------------------------------------------- */
.page-id-449 .tp-checklist {
	list-style: none;
	margin: 0;
	padding: 0;
}
.page-id-449 .tp-checklist li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 15px 0 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 1);
	margin-bottom: 0;
}
/* .page-id-449 .tp-checklist li:last-child { border-bottom: none; } */
.page-id-449 .tp-checklist img { flex: 0 0 18px; width: 18px; height: 18px; margin-top: 2px; }
.page-id-449 .tp-checklist span {
	font-family: 'Open Sans', 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5;
	color: #ffffff;
}

/* -------------------------------------------------------------------- */
/* Section - Why Prequalify (teal)                                      */
/* -------------------------------------------------------------------- */
.page-id-449 .tp-why { background: #009490; }
.page-id-449 .tp-why .tp-container { padding-top: 90px; padding-bottom: 90px; }
.page-id-449 .tp-why-heading {
	font-family: 'Interstate', sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 1;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0 0 24px;
}
.page-id-449 .tp-why-grid {
	display: flex;
	gap: 37px;
	align-items: flex-start;
}
.page-id-449 .tp-why-text { flex: 0 0 438px; max-width: 438px; }
.page-id-449 .tp-why-text p {
	font-family: 'Open Sans', 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.65;
	color: #ffffff;
	margin: 0;
}
.page-id-449 .tp-why-list-col { flex: 1 1 auto; }
.page-id-449 .tp-why-kicker {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 800;
	font-size: 22px;
	letter-spacing: -.4px;
	color: #ffffff;
	margin: -50px 0 16px;
}
@media (max-width: 1023px) {
	.page-id-449 .tp-why-kicker { margin-top: 0; }
}

/* -------------------------------------------------------------------- */
/* Section - What We Value (white)                                      */
/* -------------------------------------------------------------------- */
.page-id-449 .tp-value { background: #ffffff; }
.page-id-449 .tp-value .tp-container { padding-top: 90px; padding-bottom: 90px; }
.page-id-449 .tp-value-heading {
	font-family: 'Interstate', sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	color: #00263a;
	margin: 0 0 45px;
	padding-bottom: 24px;
	border-bottom: 3px solid #E0592A;
}
.page-id-449 .tp-value-row {
	display: flex;
	gap: 40px;
	padding: 28px 0;
	border-bottom: 1px solid #00263A;
}
.page-id-449 .tp-value-row:first-child { padding-top: 0; }
/* .page-id-449 .tp-value-row:last-child { border-bottom: none; padding-bottom: 0; } */
.page-id-449 .tp-value-title {
	flex: 0 0 300px;
	max-width: 300px;
	font-family: 'Open Sans', 'Nunito Sans', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.18;
	letter-spacing: -.18px;
	color: #009490;
	margin: 0;
}
.page-id-449 .tp-value-desc {
	flex: 1 1 auto;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.25;
	color: #00263a;
	margin: 0;
}

/* -------------------------------------------------------------------- */
/* Section - What Subs Get (navy)                                       */
/* -------------------------------------------------------------------- */
.page-id-449 .tp-subs { background: #00263a; }
.page-id-449 .tp-subs .tp-container { padding-top: 90px; padding-bottom: 90px; }
.page-id-449 .tp-subs-heading {
	font-family: 'Interstate', sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 1;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0 0 20px;
}
.page-id-449 .tp-subs-subheading {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
	color: #ffffff;
	margin: 0 0 24px;
}
.page-id-449 .tp-subs-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 41px;
}
.page-id-449 .tp-subs-grid li {color: #fff; border-bottom: 0; border-top: 1px solid rgba(255, 255, 255, 1); border-top-color: rgba(255, 255, 255, 1); }
.page-id-449 .tp-subs-grid span { color: #ffffff; }

/* -------------------------------------------------------------------- */
/* Section - FAQ                                                        */
/* -------------------------------------------------------------------- */
.page-id-449 .tp-faq { background: #ffffff; }
.page-id-449 .tp-faq .tp-container { padding-top: 90px; padding-bottom: 90px; }
.page-id-449 .tp-faq-heading {
	font-family: 'Interstate', sans-serif;
	font-weight: 700;
	font-size: 40px;
	line-height: 1;
	text-transform: uppercase;
	color: #00263a;
	margin: 0 0 24px;
}
.page-id-449 .tp-faq-list { border-top: 3px solid #e0592a; }
.page-id-449 .tp-faq-item { border-bottom: 1px solid #00263A; }
.page-id-449 .tp-faq-question {
	position: relative;
	display: block;
	width: 100%;
	padding: 21px 44px 21px 0;
	background: none;
	border: none;
	text-align: left;
	cursor: pointer;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 1.1;
	color: #00263a;
}

.page-id-449 .tp-subs-grid{
	font-family: 'Archivo', 'Nunito Sans', sans-serif;
}
/* The +/- icon is drawn on the button itself (::before/::after), not on a
   separate empty <span>, because the WordPress visual editor strips empty
   inline elements from builder content on save -- an empty toggle span
   would silently disappear the next time this content is edited in wp-admin. */
.page-id-449 .tp-faq-question::before,
.page-id-449 .tp-faq-question::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 14px;
	height: 2px;
	background: #e0592a;
	border-radius: 2px;
	transition: transform .2s ease, opacity .2s ease;
}
.page-id-449 .tp-faq-question::before {
	transform: translateY(-50%);
}
.page-id-449 .tp-faq-question::after {
	transform: translateY(-50%) rotate(90deg);
}
.page-id-449 .tp-faq-item.is-open .tp-faq-question::after { opacity: 0; transform: translateY(-50%) rotate(0deg); }
.page-id-449 .tp-faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height .25s ease;
}
.page-id-449 .tp-faq-answer p {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #00263a;
	margin: 0 0 26px;
}
.page-id-449 .tp-faq-answer ul {
	list-style: disc;
	margin: 0 0 26px;
	padding-left: 20px;
}
.page-id-449 .tp-faq-answer ul li {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5;
	color: #00263a;
	margin: 0 0 6px;
}
.page-id-449 .tp-faq-item.is-open .tp-faq-answer { max-height: 800px; }

/* -------------------------------------------------------------------- */
/* Section - Closing CTA (card)                                         */
/* -------------------------------------------------------------------- */
.page-id-449 .tp-cta { background: #ffffff; }
.page-id-449 .tp-cta .tp-container { padding-top: 0; padding-bottom: 90px; }
.page-id-449 .tp-cta-card {
	background: #009490;
	padding: 70px 90px;
	text-align: center;
}
.page-id-449 .tp-cta-heading {
	font-family: 'Interstate', sans-serif;
	font-weight: 700;
	font-size: 52px;
	line-height: 1.0530;
	letter-spacing: -1.03px;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0 0 20px;
}
.page-id-449 .tp-cta-body {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.5;
	color: #ffffff;
	margin: 0 0 28px;
}

/* ==========================================================================
   Responsive
   ========================================================================== */
@media (max-width: 1239px) {
	.page-id-449 .tp-hero-title { font-size: 52px; letter-spacing: -1px; }
	.page-id-449 .tp-cta-card { padding: 60px 60px; }
}

@media (max-width: 1023px) {
	.page-id-449 .tp-subheader .tp-container { justify-content: center; }
	.page-id-449 .tp-subheader-nav { gap: 18px; }
	.page-id-449 .tp-hero-title { font-size: 44px; }
	.page-id-449 .tp-intro .tp-container { gap: 20px; }
	.page-id-449 .tp-intro-media { flex-basis: 320px; width: 320px; }
	.page-id-449 .tp-why-grid { flex-direction: column; gap: 32px; }
	.page-id-449 .tp-why-text { flex-basis: auto; max-width: 100%; }
	.page-id-449 .tp-value-row { flex-direction: column; gap: 8px; }
	.page-id-449 .tp-value-title { flex-basis: auto; max-width: 100%; }
	.page-id-449 .tp-subs-grid { grid-template-columns: 1fr; column-gap: 0; }
	.page-id-449 .tp-cta-card { padding: 50px 40px; }
}

@media (max-width: 767px) {
	.tp-subheader .section_wrapper{padding: 0 12px !important;}
	.page-id-449 .tp-container { padding: 0; }
	.page-id-449 .tp-subheader .tp-container { flex-direction: column; flex-wrap: wrap; height: auto; gap: 10px 16px; padding-top: 14px; padding-bottom: 14px; }
	.page-id-449 .tp-subheader-nav { justify-content: center; flex-wrap: wrap; gap: 12px 16px; }
	.page-id-449 .tp-subheader-nav a { font-size: 11px; }
	.page-id-449 .tp-hero .tp-container { min-height: 460px; padding-top: 40px; padding-bottom: 40px; }
	.page-id-449 .tp-hero-title { font-size: 34px; letter-spacing: -.5px; margin-bottom: 18px; }
	.page-id-449 .tp-hero-body { font-size: 16px; margin-bottom: 24px; }
	.page-id-449 .tp-btn { width: 100%; padding: 0 16px; white-space: normal; height: auto; min-height: 43px; }
	.page-id-449 .tp-intro .tp-container { flex-direction: column; padding-top: 60px; padding-bottom: 60px; }
	.page-id-449 .tp-intro-media { width: 100%; flex-basis: auto; }
	.page-id-449 .tp-intro-title { font-size: 28px; }
	.page-id-449 .tp-why .tp-container,
	.page-id-449 .tp-value .tp-container,
	.page-id-449 .tp-subs .tp-container,
	.page-id-449 .tp-faq .tp-container { padding-top: 56px; padding-bottom: 56px; }
	.page-id-449 .tp-why-heading,
	.page-id-449 .tp-value-heading,
	.page-id-449 .tp-subs-heading,
	.page-id-449 .tp-faq-heading { font-size: 28px; }
	.page-id-449 .tp-cta-heading { font-size: 34px; letter-spacing: -.6px; }
	.page-id-449 .tp-cta-card { padding: 40px 24px; }
	.page-id-449 .tp-faq-question { font-size: 18px; padding-right: 36px; }
}

@media (max-width: 420px) {
	.page-id-449 .tp-hero-title { font-size: 28px; }
}
