body {
  font-size: 1rem;
  font-family: "Radio Canada", sans-serif;
  font-weight: 400;
  color: #000;
}
.wrapper {
  padding: 0;
}
h1 {
  color: #fff;
  font-weight: 700;
  font-size: 3.375rem;
}
h2 {
  color: #0255A6;
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 700;
}
p {
  line-height: 1.75rem;
}
a {
  color: #0255A6;
  transition: 0.5s ease;
}
a.nolink {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #ED1C24;
}
.biglink a {
  text-decoration: none;
  font-size: 1.25rem;
  font-weight: 600;
}
.small {
  font-size: 0.875rem;
}
.graybg {
  background: #C3C3C3;
}
.ltbluebg {
  background: rgba(2, 85, 166, 0.07);
}
.bluebg {
  background: #0255A6;
}
.red {
  color: #ED1C24;
}
.blue {
  color: #0255A6;
}
.button {
  display: inline-flex;
  padding: 1rem 2rem;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
}
.whitebtn {
  border: 1px solid #0255A6;
  color: #0255A6;
}
.redbtn,
.redbtn-white {
  background: #ED1C24;
  border: 1px solid #ED1C24;
  color: #fff;
}
.whitebtn:hover,
.redbtn:hover {
  background: #0255A6;
  border: 1px solid #0255A6;
  color: #fff;
}
.redbtn-white:hover {
  background: #fff;
  color: #0255A6;
  border: 1px solid #fff;
}
.whiteoutlinebtn {
  color: #fff;
  border: 1px solid #fff;
}
.whiteoutlinebtn:hover {
  color: #0255A6;
  background: #fff;
}
hr {
  border-top: 0.0625rem solid #C3C3C3;
  opacity: 1;
}
#main-nav {
  border-bottom: 1px solid #C3C3C3;
  padding: 0 0 0 2rem;
}
#main-nav .menu-item {
  margin-left: 3.5rem;
}
#main-nav .menu-item:first-child {
  margin-left: 0;
}
.nav-link {
  font-weight: 500;
  color: #fff;
}
.nav-link:hover {
  color: rgba(255, 255, 255, 0.6);
}
#menu-item-30 {
  background: #fff;
  padding: 1rem 2.84rem;
  transition: 0.5s ease;
}
#menu-item-30 .nav-link {
  color: #0255A6;
}
#menu-item-30:hover {
  background: rgba(255, 255, 255, 0.6);
}
* {
  box-sizing: border-box;
}
.mobile-toggle {
  z-index: 10;
  position: absolute;
  top: 5px;
  right: 25px;
  width: 32px;
  height: 32px;
  font-size: 32px;
  color: #FFF;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.mobile-toggle.active {
  color: #0255A6;
}
.nav-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #FFF;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
  transform: translateZ(0);
  z-index: 9;
}
.nav-container ul {
  list-style-type: none;
}
.nav-container .nav-link:hover {
  color: #ED1C24;
}
.nav-container .nav-link:focus {
  color: #ED1C24;
}
.nav-container a {
  text-decoration: none;
  color: inherit;
}
.nav-container.active {
  height: 100%;
}
.nav-container.active .nav-links li {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.nav-container .nav-links {
  position: fixed;
  top: 10px;
  left: 50px;
}
.nav-container .nav-links li {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 1rem;
  color: #0255A6 !important;
  opacity: 0;
  transform: translate3d(-50px, 0, 0);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.nav-container .nav-links li:hover {
  color: #ED1C24;
}
.nav-container .nav-links li:focus {
  color: #ED1C24;
}
.nav-container .nav-links li a {
  z-index: 5;
  position: relative;
  display: block;
}
.nav-container .nav-links li:after {
  z-index: 0;
  content: "";
  position: absolute;
  left: -35px;
  bottom: 0;
  height: 65px;
  width: 10px;
  background-color: #0255A6;
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.nav-container .nav-links li:hover:after {
  opacity: 1;
}
.nav-container .nav-links li:nth-child(1) {
  transition-delay: 0.05s;
}
.nav-container .nav-links li:nth-child(2) {
  transition-delay: 0.1s;
}
.nav-container .nav-links li:nth-child(3) {
  transition-delay: 0.15s;
}
.nav-container .nav-links li:nth-child(5) {
  transition-delay: 0.2s;
}
.nav-container .nav-links li:nth-child(4) {
  transition-delay: 0.25s;
}
.page-header {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
}
.home-hero {
  padding-top: 13.75rem;
}
.home-hero p {
  font-weight: 400;
  color: #fff;
}
.hero-text {
  padding-bottom: 7.81rem;
}
.truck {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.truck img {
  position: relative;
  margin-bottom: -6.5rem;
  vertical-align: bottom;
}
.trusted {
  margin-top: 9.5rem;
  margin-bottom: 7.75rem;
}
.trusted li {
  line-height: 1.5rem;
  border-bottom: 0.0625rem solid #C3C3C3;
  padding-bottom: 1.44rem;
  padding-top: 1.44rem;
}
.trusted li:last-child {
  border-bottom: 0;
}
.red-curve {
  right: 0;
  top: 0;
  z-index: 1;
}
.blue-curve {
  right: 0;
  top: 45px;
  z-index: -1;
}
.primary-image {
  width: 96%;
  height: auto;
  aspect-ratio: 1 / 1;
  z-index: 0;
  object-fit: cover;
}
.careers-home img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.careers-home p {
  max-width: 27.4375rem;
}
.careers-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.contact-text {
  background: linear-gradient(270deg, rgba(2, 85, 166, 0.6) 75%, rgba(2, 85, 166, 0) 100%);
  padding-left: 8.33333333%;
  padding-right: 2rem;
}
.contact-text h2 {
  color: #fff;
}
.contact-text p {
  color: #fff;
}
.contact-text .inner {
  margin-top: 7.5rem;
  margin-bottom: 7.5rem;
}
.contact-text .inner .col-10 {
  border-left: 0.625rem solid #ED1C24;
  padding-left: 3.5rem;
}
.contact-text .inner .col-10 p {
  max-width: 30rem;
}
.secondary-hero {
  padding-top: 10rem;
  padding-bottom: 3rem;
}
.secondary-hero h1 {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.secondary-hero p {
  max-width: 25rem;
  border-left: 0.25rem solid #ED1C24;
  padding-left: 1.88rem;
  color: #fff;
}
.about-top,
.contact-top {
  padding-top: 7.75rem;
  padding-bottom: 8.25rem;
}
.about-img img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.about-box {
  padding: 4.75rem 6.5rem;
}
.about-box li {
  margin-bottom: 1rem;
}
.about-box .fa-check {
  background: #ED1C24;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
}
.about-box.bluebg h2 {
  color: #fff;
}
.about-box.bluebg p {
  color: #fff;
}
.about-box.bluebg li {
  color: #fff;
}
.about-contact {
  background-image: linear-gradient(90deg, rgba(2, 85, 166, 0.5) 0%, #0255a6 90%), url('/wp-content/uploads/2025/06/aerial-truck.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.about-contact h2 {
  margin-bottom: 0;
  color: #fff;
}
.contact-info {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.contact-info p {
  color: #000;
  font-weight: 300;
}
.contact-info p strong {
  color: #0255A6;
  font-weight: 600;
  font-size: 1.3125rem;
}
.contact-info i {
  font-size: 1.625rem;
  margin-bottom: 1rem;
}
.career-banner {
  background: url('/wp-content/uploads/2025/06/career.webp') no-repeat top right;
  background-size: cover;
}
.career-banner .inner {
  background: linear-gradient(270deg, rgba(2, 85, 166, 0) 0%, rgba(2, 85, 166, 0.5) 10%, #0255a6 80%);
  padding: 6rem 5rem 6rem 7rem;
}
.career-banner p {
  color: #fff;
  max-width: 30rem;
}
.career-banner h2 {
  color: #fff;
}
.forminator-field-html .forminator-label,
.forminator-field-group .forminator-label,
.forminator-field-radio .forminator-label {
  color: #0255A6;
  font-size: 1.25rem !important;
  font-weight: 600;
}
#forminator-module-86 .forminator-button-submit {
  font-size: 1rem !important;
  background: #ED1C24;
  color: #fff;
  padding: 1rem 2rem;
  float: right;
}
#forminator-module-86 .forminator-button-submit:hover {
  box-shadow: none !important;
  background: #0255A6;
  color: #fff;
}
.forminator-button-submit {
  font-size: 1rem !important;
  background: #fff;
  border: 1px solid #0255A6 !important;
  color: #0255A6;
  padding: 1rem 2rem !important;
}
.forminator-button-submit:hover {
  box-shadow: none !important;
  background: #0255A6;
  color: #fff;
}
.forminator-field-name .forminator-label,
.forminator-field-address .forminator-label,
.forminator-field-date .forminator-label,
.forminator-field-phone .forminator-label,
.forminator-field-text .forminator-label,
.forminator-field-email .forminator-label {
  display: none !important;
}
.forminator-field input,
.forminator-field textarea {
  border: 1px solid #C3C3C3;
  background: #FFF;
}
.forminator-field ::placeholder {
  color: #C3C3C3;
}
.forminator-repeater-field {
  background: transparent !important;
  box-shadow: none !important;
}
.forminator-repeater-action-button {
  background: #0255A6;
  border: 1px solid #0255A6;
  color: #fff;
  border-radius: 2px !important;
  transition: 0.5s ease;
}
.forminator-repeater-action-button:hover {
  background: #ED1C24;
  border: 1px solid #ED1C24;
}
.forminator-field-html p {
  color: #0255A6;
  margin-bottom: 0;
  line-height: 1;
}
.forminator-radio-label {
  color: #0255A6;
}
.forminator-description {
  color: #0255A6;
  font-size: 1rem !important;
}
#html-6.forminator-field-html p,
#html-7.forminator-field-html p {
  line-height: 1.75;
  margin-bottom: 0.5rem;
}
#html-6.forminator-field-html li {
  color: #0255A6;
}
.job-box {
  border: 1px solid #0255A6;
  border-left: 0.75rem solid #0255A6;
  padding: 2.5rem 3rem;
}
.job-box p {
  color: #0255A6;
}
.job-list .job-box {
  border: 0;
  background: #fff;
  border-left: 0.75rem solid #0255A6;
}
.job-details li {
  margin-bottom: 1rem;
}
.job-details li i {
  background: #ED1C24;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
}
.benefits h2 {
  color: #fff;
}
.benefits i {
  background: #ED1C24;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border-radius: 50%;
}
.benefits ul {
  column-count: 3;
  column-width: 22rem;
  column-gap: 2rem;
}
.benefits li {
  color: #fff;
  margin-bottom: 1rem;
}
.accordion-item {
  border-radius: 0 !important;
  border: 0 !important;
}
.accordion-button {
  border: 0;
  background-color: #EDF3F9;
  color: #0255A6;
  border-radius: 0 !important;
  font-size: 1.25rem;
  font-weight: 600;
}
.accordion-button:focus {
  box-shadow: none;
  outline: none;
}
.accordion-button::after {
  background: none;
  font-family: 'Font Awesome 6 Pro';
  content: '\f055';
  font-weight: 900;
  color: #0255A6;
  font-size: 1.5rem;
  margin-top: -10px;
}
.accordion-button:not(.collapsed) {
  background-color: #EDF3F9;
  color: #0255A6;
}
.accordion-button:not(.collapsed)::after {
  transform: none;
  background: none;
  content: '\f056';
}
.py-6 {
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
}
#wrapper-footer {
  padding-top: 6rem;
  padding-bottom: 3rem;
  border-bottom: 0.875rem solid #0255A6;
  font-weight: 300;
}
#wrapper-footer strong {
  font-weight: 500;
}
.copyright {
  border-top: 0.0625rem solid #C3C3C3;
}
@media (min-width: 768px) {
  .trusted-text,
  .careers-img,
  .contact-text {
    padding-left: 5rem;
  }
}
@media (min-width: 992px) {
  #main-nav .container-fluid {
    padding-right: 0;
  }
  .navbar-expand-lg .navbar-nav {
    align-items: center;
  }
}
@media (max-width: 1105px) {
  #main-nav .menu-item {
    margin-left: 2.5rem;
  }
  #menu-item-30 {
    padding: 1rem 2rem;
  }
}
@media (max-width: 1085px) {
  h1 {
    font-size: 3rem;
  }
}
@media (max-width: 1015px) {
  #main-nav .menu-item {
    margin-left: 1.5rem;
  }
}
@media (max-width: 991.98px) {
  #main-nav .menu-item {
    margin-left: 0;
  }
  #menu-item-30 {
    padding: 1rem;
    width: 100%;
    margin-top: 2rem;
  }
  .hero-text {
    padding-bottom: 0;
  }
  .home-hero {
    padding-top: 8rem;
  }
  .menu-item-31 {
    order: 50;
  }
}
@media (max-width: 767.98px) {
  .careers-img {
    padding-left: 0;
  }
  .trusted-text {
    margin-bottom: 3rem;
  }
  .contact-text {
    padding-left: 0;
  }
  .contact-text .inner {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }
  .about-box {
    padding: 3rem 2rem;
  }
  .about-contact h2 {
    margin-bottom: 2rem;
  }
  .career-banner .inner {
    padding: 3rem 2rem;
  }
  .about-top,
  .contact-top {
    padding-top: 3rem;
    padding-bottom: 5rem;
  }
}
@media (max-width: 400px) {
  .home-hero {
    padding-top: 6rem;
  }
}
