/*
Theme Name: FastLane Child
Template: oceanwp
Version: 1.0
*/
 
 
/* GENERAL */

.container{max-width:100%}
/* HEADER */
.header-blue .wpsl-select-wrap,.header-blue .wpsl-input div,.header-blue #wpsl-result-list,.header-blue #wpsl-gmap{display:none !important}


/* Jobs Page Title */
.careers-title {
  margin: 0;
  font-family: "Segoe UI", Arial, 			sans-serif;
  font-size: clamp(64px, 8vw, 128px);
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: -0.055em;
}
 

/* Jobs Page Title Mobile */
.m-career-title {
  margin: 0;
  font-family: "Segoe UI", Arial, 			sans-serif;
  line-height: 0.92;
  font-weight: 900;
  letter-spacing: -0.055em;
}


/* Blue Title Gradient */
.careers-title .line-1 {
color: #2b51a3; 
	font-size: clamp(50px, 8vw, 128px) 
}

.careers-title .line-2 {
	color: #3159B8;
  font-size: clamp(50px, 8vw, 128px)
} 

.careers-title .line-3 {
  color: #002f60; 
  font-size: clamp(50px, 8vw, 128px)
}


/* Blue Title Gradient Mobile */
.m-career-title .m-line-1 {
color: #2b51a3; } 
.m-career-title .m-line-2 {color: #3159B8;
} 
.m-career-title .m-line-3 {
  color: #002f60; }

/* Jobs Hero Section */
.jobs-hero {
  color: #fff;
  padding: 30px 60px;
}

/* Inner wrapper */
.jobs-hero__inner {
  max-width: 1180px;
  margin: 0 auto;
}


.careers-hero-search-prompt {
	color: #3159B8;
  font-family: "Segoe UI", Arial, 			sans-serif;
  line-height: 0.92;
  font-weight: 600;
  letter-spacing: -0.055em;
	 font-size: clamp(12px, 2vw, 60px)
	}

 
.careers-hero-search {
  background: #fff !important; 
  border: 1px solid rgba(0, 48, 101, 0.08);
  overflow: hidden;
}

/* Field wrapper */
.careers-hero-search__field {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* Labels */
.careers-hero-search__field label {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  line-height: 1.2;
}

/* Inputs */
.careers-hero-search input[type="text"] {
  width: 100%;
  height: 54px;
  border: 0;
  border-radius: 8px;
  padding: 0 16px;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #e4e4e4;  
}
 

/* Input focus */
.careers-hero-search input[type="text"]:focus {
  box-shadow: 0 0 0 3px rgba(0, 48, 111, 0.18);
}

/* Button */
.careers-hero-search__button {
   height: 52px; 
  border-radius: 8px;
	  background: #2b51a3 !important;
}

/* Button hover/focus */
.careers-hero-search__button:hover,
.careers-hero-search__button:focus {
  background: #002f5d;
}

/* Mobile */
@media (max-width: 767px) {
  .careers-hero-search {
    max-width: 100%;
    padding: 28px 24px;
  }

  .careers-hero-search__button {
    width: 100%;
  }
}


/* Search form container */
.jobs-hero-search {
  display: flex;
  align-items: flex-end;
  gap: 16px;
  background: #fff;
  padding: 18px;
  border-radius: 18px;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

/* Field wrappers */
.jobs-hero-search__field {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* Labels */
.jobs-hero-search__field label {
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1f2933;
}

/* Search inputs */
.jobs-hero-search input[type="text"] {
  width: 100%;
  height: 48px;
  border: 0;
  border-radius: 8px;
  padding: 0 14px;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  box-sizing: border-box;
  background: #fff;
  color: #222;
  margin-bottom: 10px;
  outline: none;
}
 
/* Focus state */
.jobs-hero-search input[type="text"]:focus {
  box-shadow: 0 0 0 3px rgba(0, 48, 111, 0.16);
}

/* Search button */
.jobs-hero-search__button {
  height: 48px;
  border: 0;
  border-radius: 8px;
  padding: 0 22px;
  background: #0b4aa2;
  color: #fff;
  font-family: "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
} 

/* Mobile Jobs Hero Search */
@media (max-width: 800px) {
  .jobs-hero {
    padding: 28px 20px;
  }

  .jobs-hero-search {
    flex-direction: column;
    align-items: stretch;
    max-width: 420px;
    margin: 0 auto;
  }

  .jobs-hero-search__button {
    width: 100%;
  }
}



/*Main Careers Page Keyword and Location Search Box*/
 /* Careers page boxed search */
.careers-hero-search {
  width: 100%; 
  background: #e5e5e5;
  padding: 100px 40px;
  border-radius: 10px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}


/* LOCATIONS */
#wpsl-search-wrap {
  padding: 15px;
  background-color: white;
  border: none;
}

/* Job listings layout: filters left, jobs right */
div.job_listings {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
}

/* Left filter panel */
div.job_listings form.job_filters {
  background: #f7f7f7;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  padding: 20px;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
}

/* Actual job results box */
ul.job_listings {
  height: 700px;
  overflow-x: hidden;
  padding: 20px !important;
  margin: 0 !important;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  box-sizing: border-box;
}

/* Mobile: filters move on top */
@media (max-width: 767px) {
  div.job_listings {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
  
/*Find Your Lane Section*/

/* Career path cards */
.elementor-element-d569125,
.elementor-element-c95cc22,
.elementor-element-2ab8e16 {
  position: relative;
  overflow: hidden;
  border-radius: 24px;
  background: #ffffff !important;
  border: 1px solid rgba(0, 48, 101, 0.10);
  box-shadow: 0 16px 36px rgba(0, 48, 101, 0.10);
	margin: 10px;
  padding: 36px 28px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

/* Soft hover */
.elementor-element-d569125:hover,
.elementor-element-c95cc22:hover,
.elementor-element-2ab8e16:hover {
  transform: translateY(-4px);
  box-shadow: 0 22px 46px rgba(0, 48, 101, 0.16);
}

/* Keeps card content above decorative blob */
.elementor-element-d569125 .elementor-widget-wrap,
.elementor-element-c95cc22 .elementor-widget-wrap,
.elementor-element-2ab8e16 .elementor-widget-wrap {
  position: relative;
  z-index: 2;
}

/* Decorative top-left wave/blob */
.elementor-element-d569125::before,
.elementor-element-c95cc22::before,
.elementor-element-2ab8e16::before {
  content: "";
  position: absolute;
  top: -75px;
  left: -70px;
  width: 220px;
  height: 180px;
  border-radius: 0 0 140px 0;
  z-index: 1;
  pointer-events: none;
}

/* Store card blob */
.elementor-element-d569125::before {
  background: rgba(80, 145, 205, 0.15);
}

/* Management card blob */
.elementor-element-c95cc22::before {
  background: rgba(253, 185, 22, 0.28);
}

/* Store Support / Corporate card blob */
.elementor-element-2ab8e16::before {
  background: rgba(43, 81, 163, 0.15)
}

/* Card images/icons */
.elementor-element-d569125 img,
.elementor-element-c95cc22 img,
.elementor-element-2ab8e16 img {
  max-width: 150px;
  margin: 0 auto;
  display: block;
}

/* Card headings */
.elementor-element-d569125 h4,
.elementor-element-c95cc22 h4,
.elementor-element-2ab8e16 h4 {
  color: #002f60;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

/* Card text */
.elementor-element-d569125 p,
.elementor-element-c95cc22 p,
.elementor-element-2ab8e16 p {
  color: #1f2933;
  text-align: center;
}

/* Buttons */
.elementor-element-d569125 .elementor-button,
.elementor-element-c95cc22 .elementor-button,
.elementor-element-2ab8e16 .elementor-button {
  background: #002f60;
  color: #ffffff;
  border-radius: 999px;
  padding: 14px 28px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

/* Button hover */
.elementor-element-d569125 .elementor-button:hover,
.elementor-element-c95cc22 .elementor-button:hover,
.elementor-element-2ab8e16 .elementor-button:hover {
  background: #2b51a3;
}


/*Individual Job Description Pages*/ 
.single-job_listing .job_description {
  border: 1px solid #e3e3e3; 
  padding: 42px 48px; 
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
} 
 
 /* Headings from your imported Excel HTML */
.single-job_listing .job_description h2,
.single-job_listing .job_description h3 {
  font-size: 22px;
  line-height: 1.3;
  margin-top: 34px;
  margin-bottom: 14px;
  font-weight: 800;
}
.single-job_listing .job_description li {
  margin-bottom: 8px; 
}
/* Paragraphs - job listing page */
.single-job_listing .job_description p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}
/* Bullets */
.single-job_listing .job_description ul {
  margin: 0 0 24px 24px;
  padding-left: 18px;
}
  
.single-job_listing .job-listing-meta li {
   color: #394150;
}
 

/*Main careers page - swiper START*/ 
.careers-swiper-section { 
  grid-template-columns: minmax(280px, 34%) minmax(0, 66%); 
  margin: 0 auto;
  padding: 40px 30px; 
}

.careers-swiper-copy {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 420px;
  min-width: 0;
}
  
.careers-swiper-wrap {
  position: relative;
  width: 100%;
  max-width: 850px;
  min-width: 0;
  margin: 0 auto;
  padding-right: 90px;
  overflow: visible;
}
 

.employee-swiper { 
  height: 540px;  
}
 

.employee-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
   transition:
    opacity 0.35s ease,
    transform 0.35s ease;
}
 

 
.employee-card {
  display: grid;
  grid-template-columns: 46% 54%;
 
  min-height: 500px; 
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 18px 50px rgba(18, 35, 64, 0.14);
}

.employee-card__media {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  background: #e9edf4;
}

.employee-card__media video,
.employee-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

 
.employee-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
  padding: 42px;
}

.employee-card__eyebrow {
  display: inline-block;
  margin: 0 0 16px;
  color: #2b51a3;
  font-size: 0.78rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.employee-card__content p {
  margin: 0 0 28px;
  max-width: 260px;
  color: #242a33;
  font-size: 20px;
  line-height: 1.55;
}


/* =====================================
   WATCH STORY BUTTON
===================================== */

.employee-card__play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 165px;
  min-height: 48px;
  padding: 12px 24px;
  border: 0;
  border-radius: 999px;
  background: #2b51a3;
  color: #ffffff;
  font: inherit;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(43, 81, 163, 0.22);
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.employee-card__play:hover {
  background: #193d86;
  transform: translateY(-2px);
  box-shadow: 0 10px 26px rgba(43, 81, 163, 0.28);
}

.employee-card__play:focus-visible {
  outline: 3px solid rgba(43, 81, 163, 0.35);
  outline-offset: 3px;
}

 
/* Swipe Buttons — Desktop */
.employee-swiper-controls {
  position: absolute;
  top: 50%;
  right: 15px; 
  left: auto;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transform: translateY(-50%);
}

.employee-swiper-prev,
.employee-swiper-next {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #2b51a3;
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(43, 81, 163, 0.24);
  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
}

.employee-swiper-prev:hover,
.employee-swiper-next:hover {
  background: #193d86;
  transform: scale(1.08);
}

.employee-swiper-prev:focus-visible,
.employee-swiper-next:focus-visible {
  outline: 3px solid rgba(43, 81, 163, 0.35);
  outline-offset: 3px;
}

.employee-swiper-controls {
  position: absolute;  
  z-index: 20;
  display: flex; 
  gap: 14px;
  transform: translateY(-50%);
}

.employee-swiper-prev,
.employee-swiper-next { 
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #2b51a3;
  color: #ffffff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 22px rgba(43, 81, 163, 0.24);
  transition:
    transform 0.2s ease,
    background-color 0.2s ease;
}

.employee-swiper-prev:hover,
.employee-swiper-next:hover {
  background: #193d86;
  transform: scale(1.08);
}

.employee-swiper-prev:focus-visible,
.employee-swiper-next:focus-visible {
  outline: 3px solid rgba(43, 81, 163, 0.35);
  outline-offset: 3px;
} 
.employee-swiper-pagination {
  position: absolute;
  top: 50%;
  right: -18px;
  bottom: auto !important;
  left: auto !important;
  z-index: 15;
  display: flex;
  flex-direction: column;
  gap: 7px;
  width: auto !important;
  transform: translateY(-50%);
}

.employee-swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 8px;
  height: 8px;
  margin: 0 !important;
  background: #2b51a3;
  opacity: 0.3;
}

.employee-swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
@media (max-width: 1100px) {
  .careers-swiper-section {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .careers-swiper-copy {
    max-width: 700px;
  }

  .careers-swiper-wrap {
    max-width: 850px;
  }
}
 

@media (max-width: 900px) {
  .employee-card {
    grid-template-columns: 44% 56%;
  }

  .employee-card__content {
    padding: 34px;
  }

  .employee-card__content p {
    font-size: 18px;
  }
} 

@media (max-width: 767px) {
  .careers-swiper-section {
    display: block;
    padding: 30px 16px;
  }

  .careers-swiper-copy {
    margin-bottom: 30px;
  }

  .careers-swiper-copy p {
    max-width: none;
  }

.careers-swiper-wrap {
  padding-right: 120px;
  overflow: visible;
}

  .employee-swiper {
    position: relative;
    width: 100%;
    max-width: 430px;
    height: 700px;
    margin: 0 auto;
    overflow: hidden;
  }

  .employee-swiper .swiper-wrapper {
    flex-direction: column !important;
  }

  .employee-swiper .swiper-slide {
    width: 100% !important;
    flex-shrink: 0;
  }

  .employee-card {
    grid-template-columns: 1fr;
    width: calc(100% - 12px);
    max-width: 430px;
    min-height: 650px;
    margin: 0 auto;
    border-radius: 22px;
    overflow: hidden;
  }

  .employee-card__media {
    height: 400px;
  }

  .employee-card__content {
    position: relative;
    justify-content: flex-start;
    min-height: 250px;
    padding: 70px 76px 80px 26px;
  }

  .employee-card__content p {
    max-width: none;
    margin: 0;
    font-size: 17px;
    line-height: 1.55;
  }

  /* Vertical pagination inside the white rectangle */

  .employee-swiper-pagination {
    position: absolute !important;
    top: 465px !important;
    right: 28px !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 30;
    display: flex !important;
    flex-direction: column !important;
    gap: 7px;
    width: auto !important;
    transform: none !important;
  }

  .employee-swiper-pagination .swiper-pagination-bullet {
    display: block;
    width: 8px;
    height: 8px;
    margin: 0 !important;
    background: #2b51a3;
    opacity: 0.3;
  }

  .employee-swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
  }

  /* Up/down buttons inside the bottom-right of the card */
.employee-swiper-controls {
  position: absolute;
  top: 50%;
  right: 22px;
  bottom: auto;
  left: auto;
  z-index: 20;
  display: flex;
  flex-direction: column;
  gap: 14px;
  transform: translateY(-50%);
}

  .employee-swiper-prev,
  .employee-swiper-next {
    display: inline-flex;
    width: 48px;
    height: 48px;
  }
}@media (max-width: 480px) {
  .employee-swiper {
    height: 680px;
  }

  .employee-card {
    min-height: 630px;
  }

  .employee-card__media {
    height: 370px;
  }

  .employee-card__content {
    min-height: 260px;
    padding: 68px 70px 78px 22px;
  }

  .employee-swiper-pagination {
    top: 435px !important;
    right: 24px !important;
  }

  .employee-swiper-controls {
    right: 20px;
    bottom: 26px;
  }

  .employee-swiper-prev,
  .employee-swiper-next {
    width: 46px;
    height: 46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .employee-swiper .swiper-slide,
  .employee-card__play,
  .employee-swiper-prev,
  .employee-swiper-next {
    transition: none;
  }
}
/* Swiper CSS END*/



/*KEYWORDS AND LOCATION SEARCH BOXES*/div.job_listings form.job_filters .search_keywords,div.job_listings form.job_filters .search_location,div.job_listings form.job_filters .search_submit{width:100%;padding-bottom:1em;padding-left:0 !important}div.job_listings form.job_filters label{display:block;margin-bottom:5px;font-size:12px;font-weight:600}div.job_listings form.job_filters input[type="text"],div.job_listings form.job_filters select{width:100%;box-sizing:border-box;padding:10px 12px;border:1px solid #ddd;border-radius:10px;background:#fff}/*JOB TYPE CHECKMARKS*/.catlabel{font-family:"Segoe UI",Arial,sans-serif !important;font-weight:500 !important;font-size:15px;border-bottom:none;padding-top:30px}.job_types li{border-right:none !important;padding:5px !important;font-family:"Segoe UI",Arial,sans-serif !important;font-weight:500 !important;float:none !important}.showing_jobs{display:none !important}/* 
  
  * Mobile:filters move on top */

@media (max-width:767px){div.job_listings{grid-template-columns:1fr;gap:20px}}

.jobDetails{float:left;padding-left:12px}
.jbtitle{font-size:20px;
	color:black;
	font-family:"Segoe UI",Arial,sans-serif !important;
	font-weight:700 !important}
.location{font-size:15px;
	color:black;
	font-family:"Segoe UI",Arial,sans-serif !important;font-weight:500 !important}
.role-blurb{font-size:15px;color:black;font-family:"Segoe UI",Arial,sans- serif !important;
	font-weight:400 !important}li.job_listing{padding:10px !important}ul.job_listings{height:700px;overflow-x:hidden;padding:20px !important;margin:0 !important;background:#fff;border:1px solid #e8e8e8;border-radius:16px;box-sizing:border-box}.job_filters .job_types input[type="checkbox"]{appearance:auto;-webkit-appearance:checkbox;width:16px;height:16px;min-width:16px;min-height:16px;max-width:16px;max-height:16px;margin:0 8px 0 0;padding:0;border-radius:3px;display:inline-block;vertical-align:middle;box-sizing:border-box}

/*DISTANCE */

.job-distance-filter{margin-top:24px;padding-top:22px;border-top:1px solid #e4e8f0}.job-distance-filter__value{margin-bottom:12px;font-size:14px;color:#4b5563}

.job-distance-filter__help{font-size:14px;color:#4b5563}.job-distance-filter input[type="range"]{width:100%;accent-color:#0b4aa2;cursor:pointer}.job-distance-filter__ticks{display:flex;justify-content:space-between;margin-top:8px;font-size:12px;color:#667085}/* MAP */#jobs-map{width:100%;height:700px;min-height:500px;background:#f3f3f3;border-radius:8px;overflow:hidden}@media (max-width:1024px){#jobs-map{height:500px}}@media (max-width:767px){#jobs-map{height:400px}}#jobs-map{position:sticky;top:20px}

/* Single Job Page */

.application_button {
  border-radius: 8px !important;
  font-family: "Segoe UI", Arial, sans-serif !important;
  font-weight: 800 !important;
}


.job_description
{border:1px solid gray;
	padding:30px;
	border-radius:15px}
.job_description p{margin:25px}

/* FOOTER */

#footer-widgets {
	border-top:1px solid #dddddd;-webkit-box-shadow:0 -4px 3px rgba(50,50,50,0.75);
	-moz-box-sadow:0 -4px 3px rgba(50,50,50,0.75);
	box-shadow:0 -4px 3px rgba(50,50,50,0.75)} 
	
 