<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Calibri';
  src: url('/wp-content/themes/duffcapital_external/dist/front/fonts/calibri.ttf') format('TrueType');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calibri';
  src: url('/wp-content/themes/duffcapital_external/dist/front/fonts/calibrib.ttf') format('TrueType');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Careers';
  src: url('/wp-content/themes/duffcapital_external/dist/front/fonts/Linotype - HelveticaNeueLT Pro 57 Cn Bold.ttf') format('TrueType');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Careers';
  src: url('/wp-content/themes/duffcapital_external/dist/front/fonts/Linotype - HelveticaNeueLT Pro 57 Cn.ttf') format('TrueType');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Careers';
  src: url('/wp-content/themes/duffcapital_external/dist/front/fonts/Linotype - HelveticaNeueLT Pro 67 MdCn Italic.ttf') format('TrueType');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Careers';
  src: url('/wp-content/themes/duffcapital_external/dist/front/fonts/Linotype - HelveticaNeueLT Pro 97 BlkCn Italic.ttf') format('TrueType');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Careers';
  src: url('/wp-content/themes/duffcapital_external/dist/front/fonts/Linotype - HelveticaNeueLT Pro 107 XBlkCn Italic.ttf') format('TrueType');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica Neue Careers';
  src: url('/wp-content/themes/duffcapital_external/dist/front/fonts/Linotype - HelveticaNeueLT Pro 107 XBlkCn.ttf') format('TrueType');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

.careers-listing__subtitle,
.careers-listing__list-subtitle,
.careers-benefits__subtitle {
	font-family: 'Helvetica Neue Careers';
	font-style: italic;
	font-weight: 600;
}

.stm-department-title {
	font-family: 'Helvetica Neue Careers';
	font-style: italic;
	font-weight: 600;
	letter-spacing: 0.5px;
}

.stm-department-description,
.stm-department-btn,
.stm-careers-header-cell,
.stm-careers-cell,
.stm-careers-pagination,
.stm-benefit-content p,
.stm-banner-text {
	font-family: 'Helvetica Neue Careers';
	font-style: normal;
	font-weight: 500;
	font-size: 1.1em;
}

@media (min-width: 640px) {
	.half-container {
		max-width: 320px;
	}
}

@media (min-width: 768px) {
	.half-container {
		max-width: 384px;
	}
}

@media (min-width: 1024px) {
	.half-container {
		max-width: 512px;
	}
}

@media (min-width: 1280px) {
	.half-container {
		max-width: 640px;
	}
}

/* Banner Styles */
.stm-banner {
  background-color: var(--stm-white);
  padding: 0;
}

.stm-banner-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.stm-banner-slider {
  flex: 1;
  min-width: 300px;
  position: relative;
}

.stm-slider {
  width: 100%;
  height: 400px;
  overflow: hidden;
  position: relative;
}

.stm-slide {
  width: 100%;
  height: 100%;
}

.stm-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.stm-banner-content {
  flex: 1;
  min-width: 300px;
  padding: 40px;
  background-color: var(--stm-white);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stm-banner-title {
  color: var(--stm-blue);
  font-size: 2.2rem;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.stm-truck-icon {
  display: inline-flex;
  align-items: center;
  margin: 0 10px;
}

.stm-truck-icon img {
  height: 40px;
  width: auto;
}

.stm-banner-text {
  margin-bottom: 30px;
  font-size: 1.25rem;
	font-style: italic;
}

.stm-button {
  display: inline-block;
  background-color: var(--stm-red);
  color: var(--stm-white);
  padding: 12px 30px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 4px;
  transition: background-color 0.3s;
  text-align: center;
  max-width: 200px;
}

.stm-button:hover {
  background-color: #c52a1a;
}

/* Why Choose Section Styles */
.stm-why-choose {
  background-color: #f6f6f6;
  padding: 60px 0;
}

.stm-section-title {
  color: var(--stm-blue);
  font-size: 2rem;
  text-align: center;
  margin-bottom: 10px;
}

.stm-benefit-card {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.stm-benefit-content {
  flex: 1;
}

/* Explore Opportunities Section Styles */
.stm-explore-opportunities {
  background-color: var(--stm-white);
  padding: 60px 0;
}

.stm-careers-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.stm-careers-sidebar {
  flex: 1;
  max-width: 500px;
	padding: 1.25em 2em;
}

@media (min-width: 769px) {
	.stm-careers-sidebar {
		border-right: 2px solid #ee3124;
	}
}

.stm-careers-sidebar h3 {
  font-size: 1.3rem;
  margin-top: 0;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 2px solid #ee3124;
}

.stm-departments-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.stm-department-item {
  margin-bottom: 8px;
}

.stm-department-item h4 {
  color: var(--stm-blue);
  margin-top: 0;
  margin-bottom: 5px;
}

.stm-department-item p {
  font-size: 0.9rem;
}

.stm-available-positions-btn {
  display: inline-block;
  background-color: var(--stm-white);
  color: var(--stm-red);
  border: 1px solid var(--stm-red);
  padding: 8px 15px;
  text-decoration: none;
  font-size: 0.8rem;
  border-radius: 4px;
  transition: all 0.3s;
}

.stm-available-positions-btn:hover {
  background-color: var(--stm-red);
  color: var(--stm-white);
}

.stm-note {
  font-size: 0.8rem;
  margin-top: 20px;
}

.stm-careers-content {
  flex: 2;
}

.stm-careers-content h3 {
  font-size: 1.3rem;
}

.stm-careers-list {
  margin-top: 20px;
}

.stm-careers-table {
  width: 100%;
  border-collapse: collapse;
}

.stm-careers-header {
  display: flex;
  background-color: var(--stm-blue);
  color: var(--stm-white);
  font-weight: bold;
}

.stm-careers-row {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
  cursor: pointer;
  transition: background-color 0.3s;
}

.stm-careers-row:hover {
  background-color: #f9f9f9;
}

.stm-careers-cell {
  flex: 1;
  padding: 6px 15px;
	color: #3d3a36;
}

.stm-careers-cell:first-of-type {
	border-right: solid 1px #e0e0e0;
}

.stm-careers-loading,
.stm-careers-empty,
.stm-careers-error {
  padding: 30px;
  text-align: center;
}

.stm-careers-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.75em;
}

.stm-pagination-prev,
.stm-pagination-next {
  background-color: var(--stm-blue);
  color: var(--stm-white);
  border: none;
  padding: 8px 15px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.stm-pagination-prev:hover,
.stm-pagination-next:hover {
  background-color: #072a65;
}

.stm-pagination-prev:disabled,
.stm-pagination-next:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}

.stm-pagination-numbers {
  margin: 0 15px;
}

.stm-department-btn {
	flex: 0 0 25%;
	max-width: 25%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 16px;
	border: 2px solid #ee3124;
	background: #fff;
	color: #ee3124;
	border-radius: 0;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
	outline: none;
	font-weight: 400;
	font-size: 0.85em;
	padding-top: 4px;
}
.stm-department-btn.active {
	background: #ee3124;
	color: #fff;
}
.stm-department-btn:focus {
	box-shadow: 0 0 0 2px #ee3124;
}
.stm-department-item {
	display: flex;
	align-items: center;
}
.stm-department-title {
	font-weight: bold;
	margin-right: 8px;
	margin-top: 2px;
}
.stm-department-description {
	color: #666;
	margin-top: 2px;
	font-size: 0.85em;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .stm-banner-wrapper {
    flex-direction: column;
  }

  .stm-banner-content {
    padding: 30px 20px;
  }

  .stm-banner-title {
    font-size: 1.8rem;
  }

  .stm-slider {
    height: 300px;
  }

  .stm-benefits-row {
    flex-direction: column;
    align-items: center;
  }

  .stm-benefit-card {
    max-width: 100%;
  }

  .stm-careers-wrapper {
    flex-direction: column;
  }

  .stm-careers-sidebar {
    max-width: 100%;
  }
}

.stm-slider-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  padding: 18px 0 12px 0;
  z-index: 2;
}

@media (max-width: 768px) {
	.stm-slider-dots {
		display: none;
	}
}

.stm-slider-dot {
  width: 70px;
  height: 6px;
  background: #fff;
  opacity: 0.85;
  cursor: pointer;
  transition: background 0.2s, opacity 0.2s;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  /* Remove rounded edges */
  border-radius: 0;
  /* Extra invisible clickable area */
  position: relative;
}
.stm-slider-dot::before {
  content: '';
  position: absolute;
  left: -8px;
  right: -8px;
  top: -8px;
  bottom: -8px;
  /* This makes the clickable area larger but invisible */
}
.stm-slider-dot.active {
  background: #ee3124;
  opacity: 1;
}
.stm-slider-dot:focus {
  box-shadow: 0 0 0 2px #ee3124;
}
.stm-slider {
  position: relative;
}

@media (max-width: 768px) {
	.stm-careers-prev-text, 
	.stm-careers-next-text {
		display: none;
	}
}

@media (max-width: 1024px) {
	.stm-pagination-btn {
		font-size: 0.6em;
	}
}

.careers-slider__cta-button {
	padding: 0.75em 1em 0.5em;
	color: #fff;
	font-family: 'Helvetica Neue Careers';
	font-weight: 800;
	font-style: italic;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	position: relative;
	font-size: 1.25em;
}

.careers-slider__cta-button::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	transform: skewX(-25deg);
	border-radius: 8px;
	background-color: #ee3124;
	outline: solid 20px #fff;
	z-index: -1;
}

.stm-banner-cta {
	position: relative;
}

.stm-banner-cta::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	background-color: #ee3124;
	height: 2px;
	transform: translateY(-50%);
	z-index: -1;
}

 .stm-filter-tag {
	display: inline-flex;
	align-items: center;
	background: #f5f5f5;
	color: #ee3124;
	border: 1px solid #ee3124;
	border-radius: 16px;
	padding: 4px 12px 4px 10px;
	margin: 0 8px 8px 0;
	font-size: 0.95em;
	font-weight: 600;
	gap: 4px;
	transition: background 0.2s, color 0.2s;
}
.stm-filter-remove {
	display: flex;
	align-items: center;
	justify-content: center;
	background: none;
	border: none;
	color: #ee3124;
	font-size: 1em;
	width: 16px;
	height: 16px;
	cursor: pointer;
	border-radius: 50%;
	transition: background 0.2s;
}

.stm-careers-location-search-bar {
	margin-left: 1em;
}

.stm-location-search-input {
	border-radius: 0;
	width:100%;
	padding:8px 12px;
	border:1px solid #ccc;
}

.stm-location-dropdown {
	display:none;
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	background:#fff;
	border:1px solid #ccc;
	border-top:none;
	z-index:10;
	max-height:220px;
	overflow-y:auto;
}
</pre></body></html>