/*
Theme Name: Worldwide Flight Services
Theme URI: https://www.wfs.aero/
Author: 
Author URI: https://www.padcreative.co.uk
Description: A custom WordPress website for Navid Jallali.
Text Domain: navidjallali
version: 1.0
*/
/*******************************************
Global
*******************************************/
body {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-family: "Outfit", sans-serif;
}

a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

.vertical-align {
  display: flex;
  align-items: center;
}

.btn-primary.btn-cen {
  margin: 30px auto 0 auto !important;
  display: table;
}

.btn-primary.btn-right {
  margin: 30px 0 0 auto !important;
  display: table;
}

/*******************************************
Typography
*******************************************/
h1 {
  font-size: 45px;
}

p {
  font-size: 19px;
  font-weight: 300;
  color: #9CA0A0;
}

/*******************************************
Style Classes
*******************************************/
.flex-pad-top-sm {
  padding-top: 110px;
}

.flex-pad-top-lg {
  padding-top: 140px;
}

.flex-pad-top-none {
  padding-top: 0;
}

.flex-pad-bottom-sm {
  padding-bottom: 110px;
}

.flex-pad-bottom-lg {
  padding-bottom: 140px;
}

.flex-pad-bottom-none {
  padding-bottom: 0;
}

.flex-margin-top-sm {
  margin-top: 110px;
}

.flex-margin-top-lg {
  margin-top: 140px;
}

.flex-margin-top-none {
  margin-top: 0;
}

.flex-margin-bottom-sm {
  margin-bottom: 110px;
}

.flex-margin-bottom-lg {
  margin-bottom: 140px;
}

.flex-margin-bottom-none {
  margin-bottom: 0;
}

.flex-two-cols {
  column-count: 2;
  column-gap: 80px;
}

.flex-three-cols {
  column-count: 3;
  column-gap: 60px;
}

.flex-four-cols {
  column-count: 4;
  column-gap: 40px;
}

.flex-bg-grey {
  background-color: #F9F9FB;
}

.flex-bg-white {
  background-color: #fff;
}

.a2a_button_facebook {
  position: relative !important;
  top: -1px !important;
}

.tl-bg .slant-dec.dec-one {
  height: 100vh !important;
  position: fixed !important;
}
.tl-bg .slant-dec.dec-two {
  height: 65vh !important;
  position: fixed !important;
}

.ons-title {
  text-transform: uppercase !important;
}

/*******************************************
Buttons
*******************************************/
.btn-primary {
  border: 1.5px solid #F4717C;
  color: #F4717C;
  background-image: url("./img/red-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 28px center;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 400;
  padding: 17px 90px 18px 24px;
  display: inline-block;
  border-radius: 60px;
  background-color: rgba(0, 0, 0, 0);
}
.btn-primary:hover {
  background-color: rgba(0, 0, 0, 0);
}
.btn-primary:hover {
  color: #fff !important;
  border: 1.5px solid #63080F;
  background-color: #63080F;
  background-image: url("./img/white-arrow.svg");
}

.btn-secondary {
  border: 1.5px solid #fff;
  color: #fff;
  background-image: url("./img/white-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 28px center;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 400;
  padding: 17px 90px 18px 24px;
  display: inline-block;
  border-radius: 60px;
  background-color: rgba(0, 0, 0, 0);
}
.btn-secondary:hover {
  background-color: rgba(0, 0, 0, 0);
}

/*******************************************
Header
*******************************************/
header {
  position: fixed;
  padding: 30px 0;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
header .main-logo {
  background-image: url("./img/wfs-logo.svg");
  width: 170px;
  height: 88px;
  display: inline-block;
}
header .navbar-items {
  text-align: right;
  margin: 10px 0 0 0;
  position: relative;
}
header .navbar-items .menu-btn {
  width: 50px;
  height: 50px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  margin-left: 50px;
  cursor: pointer;
}
header .navbar-items .menu-btn span:first-child {
  width: 30px;
  height: 2px;
  background-color: #F4717C;
  position: absolute;
  top: 20px;
  left: 9.5px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
header .navbar-items .menu-btn span:last-child {
  width: 22px;
  height: 2px;
  background-color: #F4717C;
  position: absolute;
  top: 28px;
  left: 9.5px;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
header .navbar-items a.tracking {
  font-size: 13px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  top: -20px;
}
header .navbar-items a.tracking::after {
  content: "";
  width: 17px;
  height: 28px;
  background-image: url("./img/tracing-icon-light.svg");
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 8px;
  margin-left: 20px;
}
header .navbar-items a.tracking:before {
  content: " ";
  display: block;
  position: absolute;
  top: calc(100% + 8px);
  width: 0;
  left: 50%;
  right: auto;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background: #fff;
  transition: 0.3s ease-in-out;
}
header .navbar-items a.tracking:hover {
  color: #fff;
}
header .navbar-items a.tracking:hover:before {
  left: 0;
  width: 100%;
}
header .navbar-items a.search {
  font-size: 13px;
  color: #fff !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 47px;
  position: relative;
  top: -20px;
}
header .navbar-items a.search::after {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url("./img/search-icon-light.svg");
  display: inline-block;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 4px;
  margin-left: 20px;
}
header .navbar-items a.search:before {
  content: " ";
  display: block;
  position: absolute;
  top: calc(100% + 3px);
  width: 0;
  left: 50%;
  right: auto;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background: #fff;
  transition: 0.3s ease-in-out;
}
header .navbar-items a.search:hover {
  color: #fff;
}
header .navbar-items a.search:hover:before {
  left: 0;
  width: 100%;
}
header .navbar-items a.sats-link {
  top: -4px;
  font-size: 13px;
  color: #fff !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  position: relative;
  margin-right: 2rem;
}
header .navbar-items a.sats-link:before {
  content: " ";
  display: block;
  position: absolute;
  top: calc(100% + 3px);
  width: 0;
  left: 50%;
  right: auto;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background: #fff;
  transition: 0.3s ease-in-out;
}
header .navbar-items a.sats-link:hover {
  color: #fff;
}
header .navbar-items a.sats-link:hover:before {
  left: 0;
  width: 100%;
}

header.navup {
  /*top: -300px !important;*/
  opacity: 0;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

header.nav-in-play {
  background-color: #fff;
  padding: 10px 0;
  -webkit-box-shadow: 0px 10px 40px -18px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 10px 40px -18px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 10px 40px -18px rgba(0, 0, 0, 0.17);
}
header.nav-in-play .main-logo {
  background-image: url("./img/wfs-logo-color.svg") !important;
}
header.nav-in-play a.search {
  color: #EE2536 !important;
}
header.nav-in-play a.search::after {
  background-image: url("./img/search-icon-blue.svg") !important;
}
header.nav-in-play a.sats-link {
  color: #EE2536 !important;
}
header.nav-in-play a.tracking {
  color: #EE2536 !important;
}
header.nav-in-play a.tracking::after {
  background-image: url("./img/tracking-icon-blue.svg") !important;
}
header.nav-in-play a.tracking:before {
  content: " ";
  display: block;
  position: absolute;
  top: calc(100% + 3px);
  width: 0;
  left: 50%;
  right: auto;
  margin-left: auto;
  margin-right: auto;
  height: 1px;
  background: #fff;
  transition: 0.3s ease-in-out;
}
header.nav-in-play a.tracking:hover {
  color: #fff;
}
header.nav-in-play a.tracking:hover:before {
  left: 0;
  width: 100%;
}
header.nav-in-play .menu-btn {
  background-color: #EE2536 !important;
}
header.nav-in-play .menu-btn span {
  background-color: #fff !important;
}

.menu-btn.active span:first-child {
  transform: rotate(45deg);
  top: 24px !important;
  width: 30px !important;
  left: 10.5px !important;
}
.menu-btn.active span:last-child {
  transform: rotate(-45deg);
  top: 24px !important;
  width: 30px !important;
  left: 10.5px !important;
}

body.logged-in header {
  top: 32px;
}

.main-nav-col-2 a {
  color: #fff;
  text-decoration: underline;
}
.main-nav-col-2 a:hover {
  color: #F4717C;
}

/*******************************************
Footer
*******************************************/
header .container-fluid, footer .container-fluid, .main-nav-bottom .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

footer {
  background: rgb(21, 33, 51);
  background: #492A4C;
  color: #fff;
  padding: 84px 0 0 0;
}
footer h6 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 500;
  color: #9CA0A0;
  margin: 0 0 50px 0;
}
footer .footer-location h5 {
  font-size: 16px;
  font-weight: 500;
}
footer .footer-location h5.contact-title {
  margin: 0 0 0 0;
  font-weight: 400;
}
footer .footer-location p {
  color: #D5D7D7 !important;
  font-size: 16px;
}
footer .footer-location a.phone {
  color: #fff;
}
footer .footer-location a.email {
  color: #fff;
  text-decoration: underline;
  display: table;
  margin: 10px 0 0 0;
}
footer ul.footer-menu {
  list-style: none;
  padding: 0;
  margin: 60px 0 0 0;
  text-align: right;
}
footer ul.footer-menu li {
  margin: 0 0 6px 0;
  font-size: 16px;
}
footer ul.footer-menu li a {
  color: #fff;
  text-decoration: underline;
}
footer ul.footer-menu li a:hover {
  text-decoration: none;
}
footer .copyright {
  margin: 110px 0 0 0;
  border-top: 1px solid rgba(151, 151, 151, 0.25);
  font-size: 12px;
  padding: 42px 0;
  text-align: right;
}
footer .copyright a.site-by {
  display: inline-block;
  color: #fff;
  padding-left: 10px;
  border-left: 1px solid #A6B0BF;
  margin-left: 10px;
  line-height: 1;
}
footer .copyright p {
  display: inline-block;
  margin: 0;
  color: #A6B0BF;
  font-size: 12px;
}
footer .copyright .social {
  text-align: left;
}
footer .copyright .social a {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin: 0 20px 0 0;
  background-size: contain;
  background-repeat: no-repeat;
}
footer .copyright .social a:hover {
  transform: scale(1.4);
}
footer .copyright .social a.linkedin {
  background-image: url("./img/linkedin.svg");
}
footer .copyright .social a.facebook {
  background-image: url("./img/facebook.svg");
}
footer .copyright .social a.twitter {
  background-image: url("./img/twitter.svg");
}

/*******************************************
Heros
*******************************************/
.page-hero {
  position: relative;
  overflow-x: hidden;
}
.page-hero .hero-bg-img {
  position: absolute;
  width: 100%;
  height: 130%;
  object-fit: cover;
  object-position: top;
  z-index: 15;
  mix-blend-mode: overlay;
}
.page-hero .filter {
  background: rgb(0, 65, 140);
  background: -moz-linear-gradient(-45deg, rgb(86, 90, 90) 10%, rgb(213, 215, 215) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(86, 90, 90) 10%, rgb(213, 215, 215) 100%);
  background: linear-gradient(135deg, rgb(86, 90, 90) 10%, rgb(213, 215, 215) 100%);
  /*background: -moz-linear-gradient(-45deg,  rgba(0,65,140,1) 7%, rgba(88,156,202,1) 100%);
  background: -webkit-linear-gradient(-45deg,  rgba(0,65,140,1) 7%,rgba(88,156,202,1) 100%); 
  background: linear-gradient(135deg,  rgba(0,65,140,1) 7%,rgba(88,156,202,1) 100%); */
  /*mix-blend-mode: multiply;*/
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.page-hero .hero-content {
  position: relative;
  z-index: 15;
  padding: 395px 0 285px 0;
}
.page-hero .hero-content h1 {
  color: #fff;
}
.page-hero .hero-dec {
  position: absolute;
  height: 100%;
  top: 0;
  z-index: 12;
  opacity: 0.05;
}
.page-hero .hero-dec-one {
  clip-path: polygon(20% 0%, 100% 0, 100% 100%, 0% 100%);
  width: 90%;
  background-color: #EDEDED;
  right: 0;
}
.page-hero .hero-dec-two {
  clip-path: polygon(40% 0%, 100% 0, 100% 100%, 0% 100%);
  width: 40%;
  background-color: #fff;
  right: 0;
}
.page-hero .hero-dec-three {
  clip-path: polygon(80% 0%, 100% 0, 100% 100%, 0% 100%);
  width: 20%;
  background-color: #fff;
  right: -10%;
}

#breadcrumbs {
  color: #EE2536;
  font-size: 14px;
  font-weight: 400;
  text-align: right;
}
#breadcrumbs a {
  color: #EE2536;
  text-decoration: underline;
}

/*******************************************
Sections
*******************************************/
.our-network-search-form ::-webkit-input-placeholder {
  color: #A6B0BF;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}
.our-network-search-form ::-moz-placeholder {
  color: #A6B0BF;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}
.our-network-search-form :-ms-input-placeholder {
  color: #A6B0BF;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}
.our-network-search-form :-moz-placeholder {
  color: #A6B0BF;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}
.our-network-search-form .select2-selection__choice {
  background-color: #fff !important;
  padding: 2px 2px 2px 20px !important;
  border: 1px solid #e7e7e7 !important;
  color: #A6B0BF !important;
}
.our-network-search-form .select2-selection__choice .select2-selection__choice__remove {
  border-right: none !important;
}
.our-network-search-form .select2-selection__choice .select2-selection__choice__remove span {
  top: 2px !important;
  position: relative;
  color: #EE2536;
}

body.page-id-521 .cta-listing .cta-card-sm .cta-icon-case {
  background-size: 80px auto !important;
}

.gform_required_legend {
  display: none;
}

.gform_wrapper.gravity-theme .gfield_label {
  color: #EE2536;
  font-weight: 500 !important;
}

.gform-body {
  margin-top: 60px;
}
.gform-body input[type=text],
.gform-body input[type=email] {
  width: 100% !important;
  height: 50px;
  border: 1px solid #c9c9ce;
  border-radius: 5px;
  padding-left: 16px;
}
.gform-body textarea {
  width: 100%;
  height: 160px !important;
  border: 1px solid #c9c9ce;
  border-radius: 5px;
  padding: 16px;
}
.gform-body select {
  width: 100% !important;
  height: 50px;
  border: 1px solid #c9c9ce;
  border-radius: 5px;
  padding-left: 16px;
}
.gform-body .gfield_consent_label {
  font-size: 12px;
  margin: -4px 0 0 10px;
  position: relative;
  top: -2px;
}
.gform-body .gfield_consent_description {
  border: none !important;
  padding: 0 !important;
}

.gform_footer input[type=submit] {
  border: 1.5px solid #F4717C;
  color: #F4717C;
  background-image: url("./img/red-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 28px center;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 400;
  padding: 17px 90px 18px 24px;
  display: inline-block;
  border-radius: 60px;
  background-color: rgba(0, 0, 0, 0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.gform_footer input[type=submit]:hover {
  color: #fff !important;
  border: 1.5px solid #F4717C;
  background-color: #F4717C;
  background-image: url("./img/white-arrow.svg");
}

.fw-text h2 {
  color: #EE2536;
  font-size: 40px;
  font-weight: 400;
  margin: 10px 0 20px 0;
}
.fw-text h6 {
  color: #F4717C;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  margin: 10px 0 20px 0;
}
.fw-text h4 {
  color: #F4717C;
  font-size: 24px;
  font-weight: 400;
  padding-right: 5%;
  line-height: 1.5;
  margin: 10px 0 30px 0;
}
.fw-text p a {
  color: #F4717C;
  font-weight: 400;
  text-decoration: underline;
}
.fw-text p a:hover {
  color: #EE2536;
}
.fw-text ul {
  list-style: none;
  padding: 0;
  margin: 30px 0 10px 0;
}
.fw-text ul li {
  color: #9CA0A0;
  font-size: 19px;
  font-weight: 300;
  background-image: url("./img/red-arrow.svg");
  background-repeat: no-repeat;
  background-position: top 11px left;
  padding-left: 60px;
  margin: 0 0 20px 0;
}
.fw-text ul li:last-child {
  margin: 0;
}
.fw-text .btn-primary {
  margin: 30px 0 0 0;
}
.fw-text .btn-primary:hover {
  color: #F4717C;
  border: 1.5px solid #F4717C;
}

.fw-image img {
  width: 100%;
  max-height: 90vh;
  object-fit: cover;
  object-position: center;
}

.text-cols h4 {
  color: #EE2536;
  margin: 0 0 36px 0;
  font-size: 36px;
  font-weight: 400;
}
.text-cols a {
  color: #F4717C;
  font-weight: 400;
  text-decoration: underline;
}
.text-cols a:hover {
  color: #EE2536;
}
.text-cols ul {
  list-style: none;
  padding: 0;
  margin: 30px 0 10px 0;
}
.text-cols ul li {
  color: #9CA0A0;
  font-size: 19px;
  font-weight: 300;
  background-image: url("./img/red-arrow.svg");
  background-repeat: no-repeat;
  background-position: top 11px left;
  padding-left: 60px;
  margin: 0 0 20px 0;
}
.text-cols ul li:last-child {
  margin: 0;
}
.text-cols .btn-primary {
  margin: 30px 0 0 0;
}
.text-cols .btn-primary:hover {
  color: #F4717C;
  border: 1.5px solid #F4717C;
}

.faqs .accordion-item:first-of-type .accordion-button,
.faqs .accordion-item:first-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.faqs .accordion-item:last-of-type .accordion-button,
.faqs .accordion-item:last-of-type {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.faqs .accordion-item {
  margin-bottom: 20px;
  border: none;
}
.faqs .accordion-item:last-child {
  margin-bottom: 0;
}
.faqs .accordion-button {
  background: rgb(242, 243, 247);
  background: url("./img/minus.svg"), linear-gradient(110deg, rgb(242, 243, 247) 0%, rgb(242, 243, 247) calc(100% - 90px), rgb(88, 156, 202) calc(100% - 90px), rgb(88, 156, 202) 100%);
  border: none;
  outline: none;
  -webkit-appearance: none;
  box-shadow: none;
  padding: 28px 40px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-radius: 4px !important;
  background-repeat: no-repeat;
  background-position: right 30px top 28px, top left;
  color: #F4717C;
}
.faqs .accordion-button:after {
  display: none;
}
.faqs .accordion-button:hover {
  background: rgb(242, 243, 247);
  background: url("./img/minus.svg"), linear-gradient(110deg, rgb(242, 243, 247) 0%, rgb(242, 243, 247) calc(100% - 90px), rgb(88, 156, 202) calc(100% - 90px), rgb(88, 156, 202) 100%);
  background-position: right 30px top 28px, top left;
  background-repeat: no-repeat;
  color: #F4717C;
}
.faqs .accordion-button.collapsed {
  color: #9CA0A0;
  background: rgb(242, 243, 247);
  background: url("./img/plus.svg"), linear-gradient(110deg, rgb(242, 243, 247) 0%, rgb(242, 243, 247) calc(100% - 90px), rgb(230, 233, 241) calc(100% - 90px), rgb(230, 233, 241) 100%);
  background-repeat: no-repeat;
  background-position: right 30px top 28px, top left;
  position: relative;
  z-index: 1;
}
.faqs .accordion-button.collapsed:hover {
  color: #F4717C;
}
.faqs .accordion-button.collapsed::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #9CA0A0;
  background: rgb(242, 243, 247);
  background: url("./img/plus-white.svg"), linear-gradient(110deg, rgb(242, 243, 247) 0%, rgb(242, 243, 247) calc(100% - 90px), rgb(88, 156, 202) calc(100% - 90px), rgb(88, 156, 202) 100%);
  background-repeat: no-repeat;
  background-position: right 30px top 28px, top left;
  border-radius: 4px;
  opacity: 0;
  z-index: -1;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
}
.faqs .accordion-button.collapsed:hover::before {
  opacity: 1;
}
.faqs .accordion-body {
  border: none;
  background-color: #F8F9FB;
  padding: 38px 40px 28px 40px;
}
.faqs .faq-question {
  position: relative;
  z-index: 10;
}

.video .video-placeholder {
  border-radius: 5px;
  background-size: cover;
  background-position: center;
}
.video .video-placeholder .play-icon {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.video .video-placeholder:hover .play-icon {
  transform: scale(1.1);
}
.video .video-placeholder .placeholder-filter {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  padding: 300px 0;
  text-align: center;
}

.lity {
  background-color: rgba(21, 33, 51, 0.7);
}

.bullet-listing h4 {
  color: #EE2536;
  margin: 0 0 36px 0;
  font-size: 36px;
  font-weight: 400;
}
.bullet-listing ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bullet-listing ul li {
  color: #9CA0A0;
  font-size: 19px;
  font-weight: 300;
  background-image: url("./img/red-arrow.svg");
  background-repeat: no-repeat;
  background-position: top 11px left;
  padding-left: 60px;
  margin: 0 0 28px 0;
}
.bullet-listing ul li:last-child {
  margin: 0;
}
.bullet-listing p a {
  color: #F4717C;
  text-decoration: underline;
  font-weight: 400;
}
.bullet-listing p a:hover {
  color: #EE2536;
}
.bullet-listing .btn-primary {
  margin: 20px 0 0 0;
}
.bullet-listing .btn-primary:hover {
  color: #F4717C;
  border: 1.5px solid #F4717C;
}
.bullet-listing .gx-5 {
  --bs-gutter-x: 5rem;
}

.image-and-text img {
  width: 100%;
  height: 600px;
  border-radius: 5px;
  object-fit: cover;
  object-position: center;
}
.image-and-text .text-is-left-img-is-right {
  padding-right: 60px;
}
.image-and-text .img-is-left-text-is-right {
  padding-left: 60px;
}
.image-and-text .img-text-content h6 {
  color: #F4717C;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  margin: 10px 0 30px 0;
}
.image-and-text .img-text-content h3 {
  font-size: 28px;
  color: #EE2536;
  font-weight: 400;
  margin: 10px 0 30px 0;
}
.image-and-text .img-text-content a {
  color: #F4717C;
  text-decoration: underline;
  font-weight: 400;
}
.image-and-text .img-text-content a:hover {
  color: #EE2536;
}
.image-and-text .img-text-content ul {
  list-style: none;
  padding: 0;
  margin: 30px 0 10px 0;
}
.image-and-text .img-text-content ul li {
  color: #9CA0A0;
  font-size: 19px;
  font-weight: 300;
  background-image: url("./img/red-arrow.svg");
  background-repeat: no-repeat;
  background-position: top 11px left;
  padding-left: 60px;
  margin: 0 0 20px 0;
}
.image-and-text .img-text-content ul li:last-child {
  margin: 0;
}
.image-and-text .img-text-content .btn-primary {
  margin: 50px 0 0 0;
}
.image-and-text .img-text-content .btn-primary:hover {
  color: #fff;
  border: 1.5px solid #63080F;
  background-color: #63080F;
  background-image: url("./img/white-arrow.svg");
}

.lg-cta .cta-card {
  background: rgb(0, 65, 140);
  background: -moz-linear-gradient(45deg, #492A4C 0%, #EE2536 100%);
  background: -webkit-linear-gradient(45deg, #492A4C 0%, #EE2536 100%);
  background: linear-gradient(45deg, #492A4C 0%, #EE2536 100%);
  text-align: center;
  padding: 64px 60px;
  border-radius: 5px;
}
.lg-cta .cta-card h6 {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin: 0 0 32px 0;
}
.lg-cta .cta-card p {
  font-size: 27px;
  letter-spacing: 1;
  color: #fff;
  font-weight: 400;
  margin: 0 0 60px 0;
}
.lg-cta .btn-secondary:hover {
  background-color: #fff;
  border: 1.5px solid #fff;
  color: #EE2536;
  background-image: url("./img/red-arrow.svg");
}

.cta-listing .cta-card-sm {
  position: relative;
  background-color: #F8F9FB;
  border: 1px solid #DBDBDB;
  border-radius: 5px;
}
.cta-listing .cta-card-sm .cta-card-img {
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  width: calc(30% + 36px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  position: absolute;
  object-fit: cover;
  object-position: center;
  border-radius: 5px 0 0 5px;
}
.cta-listing .cta-card-sm .cta-card-icon {
  display: block;
  margin: 0 auto;
  height: 60px;
  object-fit: contain;
}
.cta-listing .cta-card-sm .cta-icon-case {
  width: calc(30% + 18px);
  height: calc(100% + 2px);
  top: -1px;
  left: -1px;
  position: absolute;
  border-radius: 5px 0 0 5px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 55px;
  background-color: #F5F6F9;
  border: 1px solid #DBDBDB;
  border-right: none;
}
.cta-listing .cta-card-sm .cta-icon-case::after {
  content: "";
  width: 36px;
  height: 100%;
  background-color: #F5F6F9;
  /*background-image: url('./img/clip.svg');*/
  transform: skew(-10deg);
  border-right: 1px solid #dbdbdb;
  position: absolute;
  right: 2px;
}
.cta-listing .cta-card-sm .cta-card-content {
  padding: 32px 20px 32px 28px;
}
.cta-listing .cta-card-sm .cta-card-content a {
  color: #F4717C;
  text-decoration: underline;
  font-size: 19px;
  margin: 0 0 4px 0;
}
.cta-listing .cta-card-sm .cta-card-content p {
  margin: 0;
}
.cta-listing .cta-card-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 80px;
}

.testimonial-block {
  background: rgb(88, 156, 202);
  background: -moz-linear-gradient(-45deg, rgb(86, 90, 90) 10%, rgb(213, 215, 215) 100%);
  background: -webkit-linear-gradient(-45deg, rgb(86, 90, 90) 10%, rgb(213, 215, 215) 100%);
  background: linear-gradient(135deg, rgb(86, 90, 90) 10%, rgb(213, 215, 215) 100%);
  padding: 100px 0;
  text-align: center;
  color: #fff;
  position: relative;
}
.testimonial-block .testimonial-content {
  position: relative;
  z-index: 10;
}
.testimonial-block p {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
}
.testimonial-block h5 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0 0 30px 0;
}
.testimonial-block h6 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 60px 0 30px 0;
}
.testimonial-block img {
  width: 135px;
  height: 135px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center;
  border: 4px solid #fff;
}
.testimonial-block .slant-dec {
  position: absolute;
  z-index: 5;
  background-color: #E6E9F1;
  opacity: 0.05;
  top: 0;
  right: 0;
}
.testimonial-block .dec-one {
  width: 94%;
  height: 100%;
  clip-path: polygon(22% 0, 100% 0, 100% 100%, 0% 100%);
}
.testimonial-block .dec-two {
  width: 30%;
  height: 65%;
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0% 100%);
}

.logos {
  padding: 88px 0;
  background-color: #F2F3F7;
}
.logos .slick-track {
  display: flex;
}
.logos .slick-slide {
  margin: 0 80px;
  display: flex;
  height: auto;
  align-items: center;
  justify-content: center;
  object-fit: contain;
}
.logos .slick-slide img {
  width: 100%;
  height: auto;
}
.logos .logo-slider {
  position: relative;
  width: 100%;
}
.logos .logo-slider .slick-prev {
  position: absolute;
  left: -120px;
  top: calc(50% - 32px);
  background: transparent;
  font-size: 0;
  border: none;
  width: 65px;
  height: 65px;
  background-image: url("./img/arrow-left.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.logos .logo-slider .slick-prev:hover {
  background-image: url("./img/arrow-left-primary.svg");
}
.logos .logo-slider .slick-next {
  position: absolute;
  right: -120px;
  top: calc(50% - 32px);
  background: transparent;
  font-size: 0;
  border: none;
  width: 65px;
  height: 65px;
  background-image: url("./img/arrow-right.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
.logos .logo-slider .slick-next:hover {
  background-image: url("./img/arrow-right-primary.svg");
}

.latest-news {
  padding: 110px 0 150px 0;
  background: rgb(249, 249, 251);
  background: linear-gradient(110deg, rgb(249, 249, 251) 0%, rgb(241, 242, 246) 45%, rgb(249, 249, 251) 45%, rgb(241, 242, 246) 100%);
}
.latest-news .ln-intro {
  margin: 0 0 100px 0;
}
.latest-news .ln-intro h5 {
  font-size: 14px;
  color: #F4717C;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.latest-news .ln-intro a {
  font-size: 16px;
  color: #F4717C;
  text-decoration: underline;
  display: table;
  margin: 0 0 0 auto;
}
.latest-news .gx-5 {
  --bs-gutter-x: 5rem;
}
.latest-news h4 {
  font-size: 24px;
  color: #492A4C;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.latest-news h4:hover {
  color: #F4717C;
}
.latest-news .article-lg {
  background-color: #fff;
  border-radius: 5px;
}
.latest-news .article-lg .content {
  padding: 50px 55px;
}
.latest-news .article-lg .content p {
  font-size: 12px;
  margin: 30px 0 0 0;
  color: #F4717C;
}
.latest-news .article-lg img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px 5px 0 0;
}
.latest-news .article-sm {
  display: flex;
  align-items: center;
  background-color: #fff;
  margin: 0 0 43px 0;
  border-radius: 5px;
}
.latest-news .article-sm img {
  width: 170px;
  height: 170px;
  border-radius: 5px 0 0 5px;
}
.latest-news .article-sm .content {
  padding: 0 40px;
}
.latest-news .article-sm .content p {
  font-size: 12px;
  margin: 30px 0 0 0;
  color: #F4717C;
}
.latest-news .article-sm:last-child {
  margin: 0;
}

.single-article-header {
  padding: 220px 0 100px 0;
}
.single-article-header h1 {
  font-weight: 400;
  color: #EE2536;
  font-size: 40px;
}
.single-article-header #breadcrumbs {
  margin: 30px 0 0 0;
  color: #EE2536;
}
.single-article-header #breadcrumbs a {
  color: #EE2536;
}

.single-post-feat-img {
  width: 100%;
  height: 580px;
  object-fit: cover;
  object-position: center;
}

.single-post-wrapper {
  background-color: #F2F3F7;
}

.article-content-body {
  padding: 80px 0;
}
.article-content-body a {
  color: #F4717C;
  font-weight: 400;
  text-decoration: underline;
}
.article-content-body a:hover {
  color: #EE2536;
}
.article-content-body h2, .article-content-body h3, .article-content-body h4, .article-content-body h5, .article-content-body h6 {
  color: #F4717C;
  font-weight: 400;
  margin: 10px 0 20px 0;
}
.article-content-body ul, .article-content-body ol {
  color: #9CA0A0;
  font-weight: 400;
}
.article-content-body img {
  max-width: 100%;
  height: auto;
  margin: 20px 0;
}

.sa-meta-row {
  margin: 0 0 10px 0;
}
.sa-meta-row h6 {
  font-size: 12px;
  color: #EE2536;
  font-weight: 500;
  display: inline-block;
}
.sa-meta-row .article-cat {
  font-size: 12px;
  color: #EE2536;
  background-color: #EDEDED;
  padding: 6px 16px;
  border-radius: 50px;
  margin: 0 0 15px 15px;
  display: inline-block;
}

.addtoany_list a:not(.addtoany_special_service) > span {
  border-radius: 50px !important;
  padding: 4px !important;
}

.post-content-bottom {
  border-top: 1px solid #A6B0BF;
  padding: 58px 0;
}
.post-content-bottom #primary-sidebar div {
  display: inline-block;
}
.post-content-bottom #primary-sidebar::before {
  content: "Share";
  display: inline-block;
  color: #EE2536;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
  position: relative;
  top: -4px;
  margin: 0 10px 0 0;
}
.post-content-bottom nav {
  float: right;
}
.post-content-bottom nav a {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 1.2px;
  color: #EE2536;
  text-transform: uppercase;
}
.post-content-bottom nav a:first-child {
  border-right: 1px solid #EE2536;
  padding-right: 10px;
  margin-right: 10px;
}

body.single-post header .navbar-items a.tracking,
body.single-post header .navbar-items a.search,
body.single-post header .navbar-items a.sats-link,
body.single-locations header .navbar-items a.tracking,
body.single-locations header .navbar-items a.search,
body.single-locations header .navbar-items a.sats-link,
body.page-id-2568 header .navbar-items a.tracking,
body.page-id-2568 header .navbar-items a.search,
body.page-id-2568 header .navbar-items a.sats-link {
  color: #fff;
}
body.single-post header a.search::after,
body.single-locations header a.search::after,
body.page-id-2568 header a.search::after {
  background-image: url("./img/search-icon-light.svg");
}
body.single-post header a.tracking::after,
body.single-locations header a.tracking::after,
body.page-id-2568 header a.tracking::after {
  background-image: url("./img/tracing-icon-light.svg");
}
body.single-post header .navbar-items .menu-btn,
body.single-locations header .navbar-items .menu-btn,
body.page-id-2568 header .navbar-items .menu-btn {
  background-color: #fff;
}
body.single-post header .navbar-items .menu-btn span,
body.single-locations header .navbar-items .menu-btn span,
body.page-id-2568 header .navbar-items .menu-btn span {
  background-color: #EE2536;
}
body.single-post header .main-logo,
body.single-locations header .main-logo,
body.page-id-2568 header .main-logo {
  background-image: url("./img/wfs-logo.svg");
}

body.single-post.menu-active header .navbar-items a.tracking,
body.single-post.menu-active header .navbar-items a.search,
body.single-post.menu-active header .navbar-items a.sats-link,
body.single-locations.menu-active header .navbar-items a.tracking,
body.single-locations.menu-active header .navbar-items a.search,
body.single-locations.menu-active header .navbar-items a.sats-link,
body.page-id-2568.menu-active header .navbar-items a.tracking,
body.page-id-2568.menu-active header .navbar-items a.search,
body.page-id-2568.menu-active header .navbar-items a.sats-link {
  color: #fff;
}
body.single-post.menu-active header a.search::after,
body.single-locations.menu-active header a.search::after,
body.page-id-2568.menu-active header a.search::after {
  background-image: url("../img/search-icon-light.svg");
}
body.single-post.menu-active header a.tracking::after,
body.single-locations.menu-active header a.tracking::after,
body.page-id-2568.menu-active header a.tracking::after {
  background-image: url("../img/tracing-icon-light.svg");
}
body.single-post.menu-active header .navbar-items .menu-btn,
body.single-locations.menu-active header .navbar-items .menu-btn,
body.page-id-2568.menu-active header .navbar-items .menu-btn {
  background-color: #fff;
}
body.single-post.menu-active header .navbar-items .menu-btn span,
body.single-locations.menu-active header .navbar-items .menu-btn span,
body.page-id-2568.menu-active header .navbar-items .menu-btn span {
  background-color: #F4717C;
}
body.single-post.menu-active header .main-logo,
body.single-locations.menu-active header .main-logo,
body.page-id-2568.menu-active header .main-logo {
  background-image: url("./img/wfs-logo.svg");
}

.related-single-post-posts {
  padding: 140px 0;
  background-color: #fff;
}
.related-single-post-posts .related-news-post {
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.06);
}
.related-single-post-posts .related-news-post img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
  border-radius: 5px 5px 0 0;
}
.related-single-post-posts .related-news-post .content {
  padding: 40px;
}
.related-single-post-posts .related-news-post .content h4 {
  font-weight: 400;
  font-size: 22px;
  margin: 10px 0 0 0;
}
.related-single-post-posts .related-news-post .content h6 {
  color: #F4717C;
  font-size: 12px;
  display: inline-block;
}
.related-single-post-posts .related-news-post .content a {
  color: #EE2536;
}
.related-single-post-posts .related-news-post .content a:hover {
  color: #F4717C;
}
.related-single-post-posts .related-news-post .content .article-cat {
  font-size: 12px;
  color: #A6B0BF;
  background-color: #F6F7F9;
  padding: 6px 16px;
  border-radius: 50px;
  margin: 0 0 15px 15px;
  display: inline-block;
}
.related-single-post-posts .related-intro-row {
  padding: 0 0 70px 0;
}
.related-single-post-posts .related-intro-row h4 {
  font-size: 14px;
  color: #F4717C;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}
.related-single-post-posts .related-intro-row a {
  font-size: 14px;
  color: #F4717C;
  text-decoration: underline;
  letter-spacing: 1.2px;
  float: right;
}
.related-single-post-posts .related-intro-row a:hover {
  color: #EE2536;
}

/*******************************************
Tracking
*******************************************/
body.page-template-tracking .page-hero .hero-content {
  padding: 235px 0 155px 0;
}

form.trackingForm {
  background-color: #EE2536;
  padding: 20px 30px 30px 30px;
  border-radius: 5px;
  position: relative;
  display: table;
  margin: 0 auto;
  width: 100%;
  margin: 50px 0;
}
form.trackingForm label {
  color: #fff;
  text-align: center;
  width: 100%;
  margin: 0 0 20px 0;
  font-size: 22px;
}
form.trackingForm input[type=text] {
  width: calc(100% - 60px);
  height: 60px;
  border: none;
  outline: none;
  border-radius: 3px 0 0 3px;
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  padding-left: 20px;
  font-size: 20px;
  font-weight: 300;
}
form.trackingForm button[type=submit] {
  width: 60px;
  height: 60px;
  border-radius: 0 3px 3px 0;
  border: none;
  outline: none;
  position: absolute;
  background-color: #F4717C;
  background-image: url("./img/white-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}

.tracking-api-wrapper h2 {
  color: #EE2536;
}
.tracking-api-wrapper thead {
  border-bottom: 3px solid #EE2536;
}
.tracking-api-wrapper thead th {
  color: #EE2536;
  padding-left: 0;
}
.tracking-api-wrapper .resultRow {
  margin: 0;
}
.tracking-api-wrapper .resultRow form#sendEmail {
  float: right;
  position: relative;
}
.tracking-api-wrapper .resultRow form#sendEmail label {
  font-size: 16px;
  font-weight: 500;
  color: #EE2536;
  margin-right: 20px;
  text-align: left;
  margin-right: 60px;
}
.tracking-api-wrapper .resultRow form#sendEmail input[type=text] {
  height: 50px;
  border-radius: 5px 0 0 5px;
  border: 1px solid grey;
  right: 50px;
  position: relative;
  width: 280px;
  padding-left: 20px;
  border-right: none;
}
.tracking-api-wrapper .resultRow form#sendEmail button[type=submit] {
  height: 50px;
  width: 50px;
  border: none;
  outline: none;
  border-radius: 0 5px 5px 0;
  background-color: #F4717C;
  background-image: url("./img/white-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  right: 0;
}

h1.us-tracking-heading {
  font-size: 32px;
  color: #EE2536;
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 30px 0;
}

.us-track-intro {
  margin: 0 0 30px 0;
}

.trackingTable {
  color: #EE2536;
}
.trackingTable tr:nth-child(even) {
  background-color: #F4717C;
}

header .navbar-items .search-bar-outer .search-bar input[type=text] {
  outline: none !important;
  border: none !important;
  color: #9CA0A0 !important;
  box-shadow: none !important;
}

.s-result-item {
  padding: 30px 0;
  border-bottom: 1px solid #F2F3F7;
}
.s-result-item a {
  color: #EE2536;
}
.s-result-item a:hover {
  color: #F4717C;
}

.search-page .wfs-pagination {
  margin-top: 30px;
}

section.team .team-member .tm-image img {
  border-radius: 5px 5px 0 0;
}

section.team .team-member.design-style-large .tm-image img {
  border-radius: 5px 0 0 5px;
}

section.all-news .all-news-results .article-sm .content, section.all-news .all-resources-results .article-sm .content, section.all-news .all-videos-results .article-sm .content, section.all-news .all-location-results .article-sm .content, section.all-resources .all-news-results .article-sm .content, section.all-resources .all-resources-results .article-sm .content, section.all-resources .all-videos-results .article-sm .content, section.all-resources .all-location-results .article-sm .content, section.all-videos .all-news-results .article-sm .content, section.all-videos .all-resources-results .article-sm .content, section.all-videos .all-videos-results .article-sm .content, section.all-videos .all-location-results .article-sm .content, section.our-network-locations .all-news-results .article-sm .content, section.our-network-locations .all-resources-results .article-sm .content, section.our-network-locations .all-videos-results .article-sm .content, section.our-network-locations .all-location-results .article-sm .content {
  border-radius: 5px !important;
}

/*******************************************
Updates
*******************************************/
section.timeline {
  background: #63080F;
  background: -moz-linear-gradient(-45deg, #63080F 0%, #F4717C 100%);
  background: -webkit-linear-gradient(-45deg, #63080F 0%, #F4717C 100%);
  background: linear-gradient(135deg, #63080F 0%, #F4717C 100%);
  padding: 210px 0 !important;
}
section.timeline h4 {
  font-weight: 400;
}
section.timeline img.tl-decoration {
  margin: 15px 0 0 0;
}
section.timeline .tl-slide-item-content {
  padding: 30px 30%;
}
section.timeline .tl-slide-item-content h3 {
  color: #F4717C;
  margin: 0 0 30px 0;
}
section.timeline .tl-slide-item-content p {
  color: #fff;
}
section.timeline .lSPager li {
  padding: 0 11px !important;
}
section.timeline .lSPager li a {
  background-color: rgba(255, 255, 255, 0.4) !important;
  height: 10px !important;
  width: 10px !important;
}
section.timeline .lSPager li.active a {
  background-color: #fff !important;
}
section.timeline .lSAction > .lSPrev {
  background-image: url("./img/slide-arrow-left.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.timeline .lSAction > .lSNext {
  background-image: url("./img/slide-arrow-right.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
section.timeline .lSAction > a {
  width: 52px;
  height: 52px;
}
section.timeline .dec-one {
  position: absolute !important;
  top: 0 !important;
  height: 100% !important;
  z-index: 30;
  width: 90% !important;
}
section.timeline .dec-two {
  position: absolute !important;
  top: 0 !important;
  height: 100% !important;
  z-index: 30;
  width: 60% !important;
}

@media only screen and (max-width: 998px) {
  section.timeline {
    padding: 100px 0 !important;
  }
  section.timeline .tl-slide-item-content {
    padding: 30px 14%;
  }
}
@media only screen and (max-width: 998px) {
  section.timeline .lSAction > a {
    width: 32px;
    height: 32px;
  }
  section.timeline {
    padding: 80px 0 !important;
  }
}
.full-news-listing {
  background-color: #F9F9FB;
  padding: 160px 0;
}
.full-news-listing .news-listing-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 70px;
  grid-row-gap: 55px;
}
.full-news-listing .news-listing-grid .article-card {
  background-color: #fff;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.full-news-listing .news-listing-grid .article-card .article-card-img {
  position: absolute;
  width: 140px;
  height: 100%;
  top: 0;
  left: 0;
}
.full-news-listing .news-listing-grid .article-card .article-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.full-news-listing .news-listing-grid .article-card .article-card-content {
  width: calc(100% - 140px);
  float: right;
  padding: 31px 39px 21px 39px;
}
.full-news-listing .news-listing-grid .article-card .article-card-content h4 {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 15px 0;
  color: #492A4C;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.full-news-listing .news-listing-grid .article-card .article-card-content h4:hover {
  color: #F4717C;
}
.full-news-listing .news-listing-grid .article-card .article-card-content p.article-card-date {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.17;
  letter-spacing: 1px;
  color: #EE2536;
  display: inline-block;
}
.full-news-listing .news-listing-grid .article-card .article-card-content .article-cat {
  margin-left: 15px;
  font-size: 12px;
  line-height: 0.83;
  letter-spacing: 0.5px;
  color: #9CA0A0;
  border-radius: 99px;
  background-color: #EAEBEB;
  padding: 10px 17px;
  display: inline-block;
}

.insight-filter {
  margin: 0 0 120px 0;
}
.insight-filter ul {
  padding: 0;
}
.insight-filter .sf-field-category input {
  display: none;
}
.insight-filter .sf-field-category label {
  background-color: #fff;
  padding: 13px 20px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  color: #9CA0A0;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  letter-spacing: 0.67px;
}
.insight-filter .sf-field-category label:hover {
  background-color: #EE2536;
  color: #fff;
}
.insight-filter .sf-field-category ul {
  padding: 0;
  margin: 0;
  display: inline-block;
}
.insight-filter .sf-field-category ul li {
  display: inline-block;
  margin: 0 20px 0 0;
}
.insight-filter .sf-field-category ul li.sf-option-active label {
  background-color: #EE2536;
  color: #fff;
}
.insight-filter .searchandfilter li[data-sf-field-input-type=radio] label {
  padding-left: 20px;
}
.insight-filter .sf-field-category {
  width: 75%;
  display: inline-block;
}
.insight-filter .sf-field-search {
  display: inline-block;
  width: 25%;
}
.insight-filter .sf-field-search label {
  width: 100%;
}
.insight-filter .sf-field-search label input {
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 100px;
  outline: none;
  padding-left: 18px;
  background-image: url("./img/search-icon.svg");
  background-repeat: no-repeat;
  background-position: right 18px center;
}

.pagination-sf-c {
  text-align: center;
  margin: 120px 0 0 0;
}
.pagination-sf-c .pages {
  display: none;
}
.pagination-sf-c a.page {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #fff;
  border-radius: 100px;
  border: none;
  display: inline-block;
  padding: 0;
  color: #9CA0A0;
  margin: 0 10px;
}
.pagination-sf-c a.page:hover {
  background-color: #F4717C;
  color: #fff;
}
.pagination-sf-c span.current {
  height: 50px;
  width: 50px;
  line-height: 50px;
  background-color: #EE2536;
  color: #fff;
  border-radius: 100px;
  border: none;
  display: inline-block;
  padding: 0;
  font-weight: 400;
  margin: 0 10px;
}
.pagination-sf-c .btn-archive {
  background-color: #EE2536;
  color: #fff;
  font-size: 16px;
  padding: 14px 25px;
  border-radius: 100px;
  display: inline-block;
  margin-left: 50px;
}
.pagination-sf-c .btn-archive:hover {
  background-color: #F4717C;
}
.pagination-sf-c .wp-pagenavi {
  display: inline-block;
}

@media only screen and (max-width: 998px) {
  .full-news-listing .news-listing-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 70px;
    grid-row-gap: 45px;
  }
  .full-news-listing .news-listing-grid .article-card .article-card-img {
    position: relative;
    width: 100%;
    height: 390px;
    top: 0;
    left: 0;
  }
  .full-news-listing .news-listing-grid .article-card .article-card-content {
    width: 100%;
    float: none;
    padding: 31px 39px 21px 39px;
  }
  .sf-field-category {
    width: 100%;
    display: block;
  }
  .insight-filter .sf-field-search {
    width: 100%;
    display: block;
    margin: 4px 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .full-news-listing .news-listing-grid .article-card .article-card-img {
    height: 50vh;
  }
  .insight-filter .sf-field-category ul li {
    display: inline-block;
    margin: 0 10px 0 0;
  }
}
.archive-header {
  padding: 120px 0 100px 0;
}
.archive-header h1 {
  font-weight: 400;
  color: #EE2536;
  font-size: 40px;
}
.archive-header #breadcrumbs {
  margin: 30px 0 0 0;
  color: #EE2536;
}
.archive-header #breadcrumbs a {
  color: #EE2536;
}

.network-interactive-map .map-base-layer {
  position: relative;
}
.network-interactive-map .map-base-layer ul.location-listing-items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.network-interactive-map .map-base-layer ul.location-listing-items li.loc-list-item {
  width: 39px;
  height: 58px;
  position: absolute;
}
.network-interactive-map .map-base-layer ul.location-listing-items li.loc-list-item a.pin-test {
  width: 39px;
  height: 58px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  background-image: url("./img/net-map-pin.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.network-interactive-map .map-base-layer ul.location-listing-items li.loc-list-item a.pin-test:hover {
  transform: scale(1.1);
}
.network-interactive-map .map-base-layer ul.location-listing-items li.loc-list-item .location-info {
  display: none;
  position: absolute;
  bottom: 90px;
  left: -164px;
  width: 368px;
  background: #fff;
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.15);
  padding: 40px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  z-index: 20;
}
.network-interactive-map .map-base-layer ul.location-listing-items li.loc-list-item .location-info span.close-loc-info {
  width: 30px;
  height: 30px;
  background-image: url("./img/close-loc.svg");
  display: inline-block;
  position: absolute;
  top: 20px;
  right: 20px;
  transform: rotate(-45deg);
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.network-interactive-map .map-base-layer ul.location-listing-items li.loc-list-item .location-info span.close-loc-info:hover {
  transform: scale(1.1) rotate(-45deg);
}
.network-interactive-map .map-base-layer ul.location-listing-items li.loc-list-item .location-info::after {
  content: "";
  width: 34px;
  height: 34px;
  background-color: #fff;
  position: absolute;
  bottom: -13px;
  left: calc(50% - 17px);
  border-radius: 5px;
  transform: rotate(45deg);
}
.network-interactive-map .map-base-layer ul.location-listing-items li.loc-list-item .location-info h5 {
  font-size: 65px;
  font-weight: 500;
  color: #F4717C;
}
.network-interactive-map .map-base-layer ul.location-listing-items li.loc-list-item .location-info h4 {
  font-size: 22px;
  color: #EE2536;
  font-weight: 400;
}
.network-interactive-map .map-base-layer ul.location-listing-items li.loc-list-item .location-info h3 {
  color: #F4717C;
  font-size: 28px;
  margin-bottom: 0;
}
.network-interactive-map .map-base-layer ul.location-listing-items li.loc-list-item .location-info .short-desc {
  font-size: 15px;
  color: #A6B0BF;
  margin: 10px 0;
}
.network-interactive-map .map-base-layer ul.location-listing-items li.loc-list-item .location-info.info-active {
  display: block;
}
.network-interactive-map .map-base-layer img.map-base-img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 798px) {
  .network-interactive-map .map-base-layer ul.location-listing-items li.loc-list-item a.pin-test {
    width: 19px;
    height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    background-image: url(./img/net-map-pin.svg);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .network-interactive-map .map-base-layer ul.location-listing-items li.loc-list-item .location-info h5 {
    font-size: 35px;
    font-weight: 500;
    color: #F4717C;
  }
  .network-interactive-map .map-base-layer ul.location-listing-items li.loc-list-item .location-info h4 {
    font-size: 18px;
    color: #EE2536;
    font-weight: 400;
  }
  .network-interactive-map .map-base-layer ul.location-listing-items li.loc-list-item .location-info h3 {
    color: #F4717C;
    font-size: 19px;
    margin-bottom: 0;
  }
  .network-interactive-map .map-base-layer ul.location-listing-items li.loc-list-item .location-info {
    display: none;
    position: absolute;
    bottom: 90px;
    left: -144px;
    width: 308px;
    background: #fff;
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.15);
    padding: 20px;
    border-radius: 4px;
    z-index: 20;
  }
}
.ne-net-form {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 0px;
}
@media only screen and (max-width: 990px) {
  .ne-net-form {
    grid-template-columns: repeat(1, 1fr);
  }
}

section.our-network-search form.our-network-search-form {
  display: block !important;
}

section.our-network-search {
  padding: 100px 0 !important;
  background-color: #D5D7D7 !important;
  background-image: none !important;
}

.single-loc-update {
  background-color: #F4F4F8;
  padding-bottom: 200px;
}
.single-loc-update .single-location-hero h1, .single-loc-update .single-location-hero h2 {
  font-weight: 400;
}
.single-loc-update .nav-tabs {
  border-bottom: none;
}
.single-loc-update .nav-tabs .nav-link {
  border: none;
  border-radius: 0px;
  background-color: #A6B0BF;
  color: #fff;
  padding: 22px 50px;
  margin: 0 10px 0 0;
}
.single-loc-update .nav-tabs .nav-link:hover {
  background-color: #EE2536;
}
.single-loc-update .nav-tabs .nav-link.active {
  background-color: #EE2536;
  text-decoration: underline;
}
.single-loc-update .single-ser-av {
  padding: 80px 0 0 0;
}
.single-loc-update .single-ser-av h3 {
  font-size: 36px;
  color: #EE2536;
  font-weight: 400;
  margin: 0 0 40px 0;
}
.single-loc-update .sing-service-item {
  display: inline-block;
  text-align: center;
  margin: 0 80px 0 0;
}
.single-loc-update .sing-service-item .service-icon-bg {
  background-color: #fff;
  display: inherit;
  width: 65px;
  height: 65px;
  border-radius: 100px;
  position: relative;
}
.single-loc-update .sing-service-item .service-icon-bg img {
  width: 39px;
  height: 39px;
  object-fit: contain;
  object-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.single-loc-update .sing-service-item p {
  font-size: 18px;
  color: #F4717C;
}
.single-loc-update .single-location-hero {
  padding-top: 235px !important;
}
.single-loc-update .sing-loc-text {
  border-top: 1px solid #DBDBDB;
  padding-top: 90px;
  margin-top: 90px;
}
.single-loc-update .sing-loc-text h3 {
  color: #EE2536;
  font-size: 40px;
  font-weight: 400;
  margin: 10px 0 20px 0;
}
.single-loc-update .sing-loc-text h4 {
  color: #F4717C;
  font-size: 24px;
  font-weight: 400;
  padding-right: 5%;
  line-height: 1.5;
  margin: 10px 0 30px 0;
}
.single-loc-update .sing-loc-text img {
  margin: 40px 0;
}
.single-loc-update .sing-loc-text p a {
  color: #F4717C;
  text-decoration: underline;
}
.single-loc-update .sing-loc-text p a:hover {
  color: #EE2536;
}
.single-loc-update .sin-loc-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}
.single-loc-update .sin-loc-links .related-link-item {
  background-color: #fff;
  padding: 25px 125px 25px 50px;
  background-image: url("./img/link-ex.svg");
  background-repeat: no-repeat;
  background-position: right 23px center;
  font-size: 19px;
  color: #F4717C;
  letter-spacing: 0.25px;
  font-weight: 300;
}
.single-loc-update .loc-rl-title {
  font-size: 40px;
  color: #EE2536;
  font-weight: 400;
  margin: 30px 0 39px 0;
}
.single-loc-update .loc-contact-block {
  background-color: #fff;
  padding: 23px 23px 30px 23px;
  margin-top: 25px;
}
.single-loc-update .loc-contact-block h4 {
  font-size: 18px;
  color: #9CA0A0;
  font-weight: 400;
}
.single-loc-update .loc-contact-block .map-link {
  background-image: url("./img/view-map-icon.svg");
  background-repeat: no-repeat;
  background-position: right center;
  padding: 2px 30px 2px 0;
  background-size: contain;
  color: #9CA0A0;
  text-decoration: underline;
  font-size: 18px;
  float: right;
  font-weight: 300;
  margin-top: -6px;
}
.single-loc-update .loc-contact-block .loc-contact-points {
  border-top: 1px solid #DBDBDB;
  margin: 12px 0 0 0;
  padding: 26px 0 0 0;
}
.single-loc-update .loc-contact-block .loc-contact-points p {
  font-weight: 300;
}
.single-loc-update .loc-contact-block .loc-contact-points p a {
  color: #9CA0A0;
  text-decoration: underline;
}
.single-loc-update .loc-contact-block .loc-contact-points p a:hover {
  color: #F4717C;
}
.single-loc-update .loc-dl-block {
  background-color: #fff;
  display: block;
  padding: 25px 150px 25px 50px;
  background-image: url("./img/loc-dl.svg");
  background-position: right 21px center;
  background-repeat: no-repeat;
  margin-top: 25px;
}
.single-loc-update .loc-dl-block p {
  margin: 0;
  font-weight: 300;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.single-loc-update .loc-dl-block:hover p {
  color: #F4717C;
}

.network-interactive-map .location-info h4.truck-pop-title {
  font-size: 28px !important;
  font-weight: 400 !important;
  color: #F4717C !important;
  margin: 10px 0 28px 0;
}
.network-interactive-map .location-info ul {
  list-style: none;
  padding: 0;
}
.network-interactive-map .location-info ul li {
  font-size: 15px;
  padding-left: 10px;
  margin-bottom: 6px;
  background-image: url("./img/list-dot.svg");
  background-repeat: no-repeat;
  background-position: top 10px left;
}
.network-interactive-map .location-info ul a {
  color: #EE2536;
}
.network-interactive-map .location-info ul a:hover {
  color: #F4717C;
}

@media only screen and (max-width: 768px) {
  .single-loc-update .sin-loc-links {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: 1fr;
    grid-column-gap: 50px;
    grid-row-gap: 30px;
  }
  .single-loc-update .nav-tabs .nav-link {
    border: none;
    border-radius: 0px;
    background-color: #A6B0BF;
    color: #fff;
    padding: 12px 20px;
    margin: 0 10px 0 0;
  }
  .single-loc-update .loc-contact-block .map-link {
    background-image: url(./img/view-map-icon.svg);
    background-repeat: no-repeat;
    background-position: right center;
    padding: 2px 30px 2px 0;
    background-size: contain;
    color: #9CA0A0;
    text-decoration: underline;
    font-size: 18px;
    float: none;
    font-weight: 300;
    margin-top: -6px;
  }
  .single-loc-update .loc-contact-block .loc-contact-points .row {
    margin-bottom: 30px;
  }
  .single-loc-update .loc-contact-block .loc-contact-points .row p {
    margin-bottom: 3px;
  }
  .single-loc-update .loc-contact-block .loc-contact-points .row:last-child {
    margin-bottom: 0;
  }
  .single-loc-update .loc-dl-block {
    background-color: #fff;
    display: block;
    padding: 15px 60px 15px 20px;
    background-image: url(./img/loc-dl.svg);
    background-position: right 21px center;
    background-repeat: no-repeat;
    margin-top: 25px;
  }
  .single-loc-update .nav-tabs .nav-link {
    margin: 0 10px 10px 0;
  }
  .single-loc-update .single-ser-av {
    padding: 40px 0 0 0;
  }
}
/*******************************************
Media Queries
*******************************************/
@media only screen and (max-width: 1200px) {
  .flex-pad-top-sm {
    padding-top: 70px;
  }
  .flex-pad-top-lg {
    padding-top: 100px;
  }
  .flex-pad-top-none {
    padding-top: 0;
  }
  .flex-pad-bottom-sm {
    padding-bottom: 70px;
  }
  .flex-pad-bottom-lg {
    padding-bottom: 100px;
  }
  .flex-pad-bottom-none {
    padding-bottom: 0;
  }
  .flex-margin-top-sm {
    margin-top: 70px;
  }
  .flex-margin-top-lg {
    margin-top: 100px;
  }
  .flex-margin-top-none {
    margin-top: 0;
  }
  .flex-margin-bottom-sm {
    margin-bottom: 70px;
  }
  .flex-margin-bottom-lg {
    margin-bottom: 100px;
  }
  .page-hero .hero-content {
    padding: 280px 0 180px 0;
  }
  .video .video-placeholder .placeholder-filter {
    padding: 200px 0;
  }
}
@media only screen and (max-width: 998px) {
  .flex-two-cols,
  .flex-three-cols,
  .flex-four-cols {
    column-count: 1;
    column-gap: 0;
  }
  .video .video-placeholder .placeholder-filter {
    padding: 24% 0;
  }
  .bullet-listing ul {
    margin-top: 30px;
  }
  .image-and-text .img-is-left-text-is-right,
  .image-and-text .text-is-left-img-is-right {
    padding: 0;
    margin-top: 40px;
  }
  .lg-cta .cta-card p {
    font-size: 22px;
    margin: 0 0 40px 0;
  }
  .cta-listing .cta-card-wrapper {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
  .latest-news .article-lg {
    margin-bottom: 40px;
  }
  footer ul.footer-menu {
    text-align: left;
  }
  footer .copyright {
    margin: 80px 0 0 0;
    text-align: center;
  }
  footer .copyright .social {
    text-align: center;
    margin-bottom: 20px;
  }
  footer .copyright .social a {
    margin: 0 10px;
  }
  #main-nav .main-nav-col-2 {
    width: 100% !important;
    display: block;
    margin: 30px 0 0 0 !important;
  }
  #main-nav .main-nav-col-1 {
    width: 100% !important;
    display: block;
  }
  #main-nav .main-nav-inner {
    display: block !important;
    padding: 180px 15px 0 15px;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    transform: none !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }
  #main-nav .main-nav-col-1:after {
    display: none !important;
  }
  body.menu-active {
    overflow-y: hidden;
  }
  section.team .team-member.design-style-large {
    flex-direction: column !important;
  }
  section.team .team-member.design-style-large .tm-image {
    width: 100% !important;
    padding-bottom: 72.2% !important;
  }
  section.team .team-member.design-style-large .tm-image img {
    border-radius: 5px 5px 0 0 !important;
  }
  section.team .team-member.design-style-large .content {
    width: 100% !important;
  }
  .tm-short-desc {
    margin-top: 20px !important;
  }
  #tm-popup .tm-popup-inner .tm-popup-content {
    flex-direction: column !important;
  }
  #tm-popup .tm-popup-inner .tm-popup-content .tm-popup-content-left {
    padding: 20px 20px !important;
  }
  #tm-popup {
    width: 90% !important;
  }
  #tm-popup .tm-popup-inner .tm-popup-content .tm-popup-content-right {
    background-color: #f9f9fb !important;
    padding: 30px 20px !important;
  }
  #tm-popup .tm-popup-close {
    top: 7px !important;
    right: 6px !important;
  }
  section.team .team-filter {
    padding: 16px 26px !important;
  }
  section.team .team-form {
    margin-bottom: 50px !important;
  }
}
@media only screen and (max-width: 768px) {
  .flex-pad-top-sm {
    padding-top: 30px;
  }
  .flex-pad-top-lg {
    padding-top: 60px;
  }
  .flex-pad-top-none {
    padding-top: 0;
  }
  .flex-pad-bottom-sm {
    padding-bottom: 30px;
  }
  .flex-pad-bottom-lg {
    padding-bottom: 60px;
  }
  .flex-pad-bottom-none {
    padding-bottom: 0;
  }
  .flex-margin-top-sm {
    margin-top: 30px;
  }
  .flex-margin-top-lg {
    margin-top: 60px;
  }
  .flex-margin-top-none {
    margin-top: 0;
  }
  .flex-margin-bottom-sm {
    margin-bottom: 30px;
  }
  .flex-margin-bottom-lg {
    margin-bottom: 60px;
  }
  header .navbar-items .tracking,
  header .navbar-items .search {
    display: none;
  }
  .page-hero .hero-content {
    padding: 200px 0 100px 0;
  }
  h1 {
    font-size: 32px;
  }
  #breadcrumbs {
    text-align: left;
    margin: 20px 0 0 0;
  }
  .fw-text h2 {
    font-size: 26px;
  }
  .fw-text h4 {
    font-size: 20px;
  }
  .fw-image img {
    max-height: 60vh;
  }
  .text-cols h4,
  .bullet-listing h4 {
    font-size: 26px;
  }
  .image-and-text img {
    height: 60vh;
  }
  .image-and-text .img-text-content h3 {
    font-size: 26px;
  }
  .image-and-text .img-text-content .btn-primary {
    margin: 20px 0 0 0;
  }
  .lg-cta .cta-card {
    padding: 40px 30px;
  }
  .lg-cta .cta-card p {
    font-size: 19px;
    margin: 0 0 30px 0;
  }
  .cta-listing .cta-card-sm .cta-icon-case {
    width: 100%;
    height: 80px;
    position: relative;
    top: 0;
    left: 0;
    border-radius: 5px 5px 0 0;
    border: none;
    background-color: transparent;
    background-position: center;
  }
  .cta-listing .cta-card-sm .cta-icon-case::after {
    display: none;
  }
  .cta-listing .cta-card-sm .cta-card-content {
    padding: 10px 10px 22px 10px;
    text-align: center;
  }
  .cta-listing .cta-card-sm .cta-card-img {
    -webkit-clip-path: none;
    clip-path: none;
    width: 100%;
    height: 100px;
    top: 0;
    left: 0;
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 5px 5px 0 0;
  }
  .latest-news .ln-intro {
    margin: 0 0 40px 0;
  }
  .latest-news {
    padding: 70px 0 90px 0;
  }
  .latest-news .article-lg .content,
  .latest-news .article-sm .content {
    padding: 30px 20px;
  }
  .latest-news .article-lg img {
    height: 50vh;
  }
  .latest-news .article-sm {
    display: block;
  }
  .latest-news .article-sm img {
    width: 100%;
    height: 50vh;
    border-radius: 5px 5px 0 0;
  }
  .testimonial-block p {
    font-size: 20px;
  }
  .testimonial-block img {
    width: 105px;
    height: 105px;
  }
  footer {
    text-align: center;
  }
  footer .footer-location a.email {
    text-align: center;
    margin: 0 auto 30px auto;
  }
  footer ul.footer-menu {
    text-align: center;
    margin: 30px 0 0 0;
  }
  section.team .team-filter {
    margin: 0 12px 12px 0 !important;
    padding: 12px 18px !important;
  }
  .download-all-images {
    float: left !important;
    padding: 14px 70px 14px 24px !important;
    margin: 28px 0 0 0 !important;
  }
  section.all-resources .all-resources-title {
    margin-bottom: 40px !important;
  }
  section.all-resources .an-filter {
    margin: 0 12px 12px 12px !important;
    padding: 12px 18px !important;
  }
  section.all-resources .an-filter:hover {
    color: #fff;
    background-color: #EE2536 !important;
  }
  section.all-resources button[type=submit] {
    background-size: contain !important;
  }
  #main-nav .main-nav-bottom .social a {
    margin: 0 4px 4px 0 !important;
  }
  header .container-fluid, footer .container-fluid, .main-nav-bottom .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  section.our-network-search {
    padding: 60px 0 !important;
  }
  section.our-network-locations {
    padding-top: 0px !important;
  }
  section.our-network-search .ons-content {
    margin-bottom: 16px !important;
  }
}
section.our-network-locations .location-loop .ll-left {
  border-radius: 5px 0 0 5px;
}

section.our-network-search form.our-network-search-form .select2 .select2-selection.select2-selection--multiple {
  border: 1px solid #fff !important;
  border-radius: 4px 5px 5px 4px !important;
}

.btn-primary.download-all-images:hover {
  border-color: #EE2536;
  background-color: #EE2536 !important;
  color: #fff !important;
}

.btn-primary.download-all-images:hover::after {
  background-image: url("./img/white-arrow.svg");
}

.btn-primary.download-img:hover {
  background-color: #fff !important;
  color: #F4717C !important;
}

.btn-primary.download-img:hover::after {
  background-image: url("./img/red-arrow.svg") !important;
}

.fw-text h1, .text-cols h1 {
  color: #EE2536;
}
.fw-text h2.h5, .text-cols h2.h5 {
  color: #F4717C;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 14px;
  font-weight: 400;
}
.fw-text h3.h2, .text-cols h3.h2 {
  color: #EE2536;
  font-size: 40px;
  font-weight: 400;
  margin: 10px 0 20px 0;
}
.fw-text h5, .text-cols h5 {
  color: #F4717C;
  margin: 10px 0 20px;
  font-weight: 400;
}
.fw-text h4, .text-cols h4 {
  color: #F4717C;
  font-size: 24px;
  font-weight: 400;
  padding-right: 5%;
  line-height: 1.5;
  margin: 10px 0 30px 0;
}
.fw-text h6, .text-cols h6 {
  color: #F4717C;
}

.image-and-text .img-text-content h3.h4 {
  font-size: 28px;
  color: #EE2536;
  font-weight: 400;
  margin: 10px 0 30px 0;
}
.image-and-text .img-text-content h2 {
  font-size: 38px;
  color: #EE2536;
  font-weight: 400;
  margin: 10px 0 30px 0;
}

.section.newsroom-hero .filter {
  opacity: 1 !important;
  mix-blend-mode: none !important;
}

section.newsroom-hero .nhp-bg-images .nhp-bg-image {
  mix-blend-mode: overlay !important;
  z-index: -1 !important;
}

section.newsroom-hero .nhp-bg-images .nhp-bg-image.active {
  opacity: 0.6 !important;
}

section.homepage .filter {
  mix-blend-mode: none !important;
}

section.homepage .hph-bg-image img {
  mix-blend-mode: overlay !important;
  opacity: 0.6;
}

section.homepage .homepage-bg-image {
  z-index: -1 !important;
  mix-blend-mode: overlay !important;
  opacity: 0.6;
}

/*
section.homepage .hph-bg-image.active {
  mix-blend-mode: overlay;
}*/
section.homepage .hph-bg-image.active img {
  mix-blend-mode: overlay !important;
  z-index: 9 !important;
  opacity: 0.6 !important;
}

.hide-home-bg {
  opacity: 0 !important;
}

.hero-content {
  z-index: 80 !important;
  position: relative;
}

.main-navbar {
  background-color: #EE2536;
  color: #fff;
  z-index: 9999 !important;
}

section.resources-images .image-slider-outer, section.resources-videos .image-slider-outer {
  padding: 30px 0 0 0 !important;
}

.search-reults-sidebar {
  padding: 20px 0 0 0;
}
.search-reults-sidebar span {
  color: #EE2536;
}
.search-reults-sidebar input[type=text] {
  height: 50px;
  padding-left: 14px;
  border-radius: 5px;
  border: 1px solid #cacaca;
}
.search-reults-sidebar select {
  height: 50px !important;
  padding-left: 14px !important;
  border-radius: 5px;
  border: 1px solid #cacaca;
  -webkit-appearance: none !important;
  background-image: url("./img/arrow-down.svg");
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.search-reults-sidebar button {
  transition: 0.3s ease-in-out;
  margin: 10px 0 0 0;
}

.acf-map {
  width: 100%;
  height: 80vh;
  margin: 0;
}

.custom-clustericon {
  border-radius: 50%;
  background-color: #fff;
}
.custom-clustericon img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  display: none;
}
.custom-clustericon span {
  font-style: normal;
  font-size: 19px;
  letter-spacing: 0.25px;
  color: #F4717C;
}

.network-map-updated .marker-inner {
  max-width: 328px;
  padding: 40px 40px 80px 40px;
}
.network-map-updated .marker-inner h2 {
  color: #F4717C;
  font-size: 65px;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
  margin: 0;
}
.network-map-updated .marker-inner h2 a {
  color: #F4717C;
}
.network-map-updated .marker-inner h2 a:hover {
  color: #EE2536;
}
.network-map-updated .marker-inner h3 {
  color: #EE2536;
  font-size: 22px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}
.network-map-updated .marker-inner p {
  font-size: 15px;
  font-weight: 400;
  font-family: "Outfit", sans-serif;
  color: #A6B0BF;
  line-height: 1.6;
}
.network-map-updated .marker-inner .services-list p strong {
  font-weight: 400;
  color: #F4717C;
}
.network-map-updated button.gm-ui-hover-effect {
  background-color: #F4717C !important;
  opacity: 1 !important;
  top: 22px !important;
  right: 12px !important;
  border-radius: 40px !important;
}
.network-map-updated button.gm-ui-hover-effect:hover {
  transform: scale(1.1);
}

.trucking-map-update .marker-inner {
  width: 328px;
  padding: 40px;
}
.trucking-map-update .marker-inner h2 {
  color: #F4717C;
  font-size: 28px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  margin: 0;
}
.trucking-map-update .marker-inner ul {
  padding: 0 0 0 6px;
  margin: 24px 0 24px 10px;
}
.trucking-map-update .marker-inner ul li {
  font-size: 15px;
  margin-bottom: 10px;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
}
.trucking-map-update .marker-inner ul li a {
  color: #EE2536;
}
.trucking-map-update .marker-inner ul li a:hover {
  color: #F4717C;
}
.trucking-map-update .marker-inner ul li:last-child {
  margin-bottom: 0;
}
.trucking-map-update button.gm-ui-hover-effect {
  background-color: #F4717C !important;
  opacity: 1 !important;
  top: 22px !important;
  right: 12px !important;
  border-radius: 40px !important;
}
.trucking-map-update button.gm-ui-hover-effect:hover {
  transform: scale(1.1);
}

body.page-template-tracking {
  background-color: #EDEDED;
}
body.page-template-tracking .result-summary-row {
  background-color: #EE2536;
  border-radius: 5px;
  padding: 28px 30px;
}
body.page-template-tracking .result-summary-row ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.page-template-tracking .result-summary-row ul li {
  display: inline-block;
  color: #fff;
  font-size: 20px;
  margin: 0 60px 0 0;
}
body.page-template-tracking .result-summary-row ul li span {
  display: block;
  font-size: 30px;
  font-weight: 600;
}
body.page-template-tracking .wfs-tracker-bar {
  background-color: #fff;
  border-radius: 5px;
  padding: 40px 40px 1px 40px;
}
body.page-template-tracking .wfs-tracker-table-wrapper {
  background-color: #fff;
  border-radius: 5px;
  padding: 50px;
}
body.page-template-tracking .wfs-tracker-table-wrapper table {
  width: 80%;
  margin: 0 auto;
  position: relative;
}
body.page-template-tracking .wfs-tracker-table-wrapper table td {
  vertical-align: middle;
  padding-top: 10px;
  padding-bottom: 10px;
}
body.page-template-tracking .wfs-tracker-table-wrapper table tbody {
  position: relative;
}
body.page-template-tracking .wfs-tracker-table-wrapper table tbody:after {
  content: "";
  position: absolute;
  left: 30px;
  top: 10px;
  height: calc(100% - 20px);
  width: 4px;
  z-index: 0;
  border-left: 1px dashed #EE2536;
}
body.page-template-tracking .wfs-tracker-table-wrapper table tbody tr td {
  font-size: 18px;
}
body.page-template-tracking .wfs-tracker-table-wrapper table tbody tr td:nth-child(2) {
  font-size: 20px;
  font-weight: 600;
  padding-left: 0px;
}
body.page-template-tracking .wfs-tracker-table-wrapper .trackingTable tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0);
}
body.page-template-tracking .wfs-tracker-table-wrapper .trackingTable tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
body.page-template-tracking .wfs-tracker-table-wrapper .tracker-tick {
  position: relative;
  z-index: 1;
}
body.page-template-tracking .tracking-api-wrapper thead {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
body.page-template-tracking .tracking-api-wrapper thead tr th {
  border-bottom: 1px solid #E1E1E1;
  font-size: 15px;
  font-weight: 400;
}
body.page-template-tracking .tracking-api-wrapper thead tr th:first-of-type {
  border-bottom: none;
}
body.page-template-tracking .table > :not(:first-child) {
  border-top: none !important;
}
body.page-template-tracking .wfs-tracker-disclaimer {
  text-align: center;
  padding: 10px 0;
}
body.page-template-tracking .wfs-tracker-disclaimer p {
  margin: 0;
  font-size: 16px;
}

.wfs-timeline {
  position: relative;
}
.wfs-timeline .timeline-line {
  width: 80%;
  height: 2px;
  background-color: #EE2536;
  position: absolute;
  top: 58px;
  left: 10%;
  z-index: 1;
}
.wfs-timeline ul {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: top;
}
.wfs-timeline ul li {
  flex: 1 1 0px;
  text-align: center;
}
.wfs-timeline ul li p.time-stamp {
  margin: 10px 0 0 0;
  font-size: 14px;
  font-weight: 500;
  color: #EE2536;
}
.wfs-timeline ul li .tl-dot {
  display: block;
  margin: 16px auto 0 auto;
  width: 12px;
  height: 12px;
  background-color: #EE2536;
  border-radius: 20px;
  position: relative;
  z-index: 2;
}
.wfs-timeline ul li.active img {
  filter: brightness(0) saturate(100%) invert(14%) sepia(99%) saturate(3060%) hue-rotate(202deg) brightness(85%) contrast(101%);
}
.wfs-timeline ul li.active .tl-dot {
  display: block;
  margin: 14px auto 0 auto;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 2px solid #EE2536;
  border-radius: 20px;
}

.wfs-tracker-bar h3 {
  color: #757575;
  text-align: center;
  font-size: 22px;
  margin: 0 0 30px 0;
  font-weight: 400;
}
.wfs-tracker-bar h3 strong {
  color: #EE2536;
}

.swal2-styled.swal2-confirm {
  background-color: #EE2536 !important;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
}

.tracking-api-wrapper .resultRow form#sendEmail button[type=submit] {
  top: 0px;
}

.tracking-api-wrapper .resultRow form#sendEmail label {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin-right: 20px;
  text-align: left;
  margin-right: 0px !important;
  position: absolute;
  right: 0;
  bottom: -30px;
}

@media only screen and (max-width: 1200px) {
  body.page-template-tracking .result-summary-row ul li span {
    display: block;
    font-size: 18px;
    font-weight: 600;
  }
  body.page-template-tracking .result-summary-row ul li {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    margin: 0 30px 0 0;
  }
  .tracking-api-wrapper .resultRow form#sendEmail {
    float: none;
    position: relative;
    display: block;
    max-width: 100%;
    margin: 30px 0 0 0;
  }
  .tracking-api-wrapper .resultRow form#sendEmail input[type=text] {
    height: 50px;
    border-radius: 5px 0 0 5px;
    border: 1px solid grey;
    right: 0;
    position: relative;
    width: calc(100% - 30px);
    padding-left: 20px;
    border-right: none;
  }
  body.page-template-tracking .result-summary-row {
    background-color: #EE2536;
    border-radius: 5px;
    padding: 28px 30px 60px 30px;
  }
}
@media only screen and (max-width: 998px) {
  .wfs-tracker-bar,
  .wfs-tracker-disclaimer {
    display: none;
  }
  /*body.page-template-tracking .result-summary-row {
    background-color: rgba(0,0,0,0);
    border-radius: 0;
    padding: 0;
  }
  body.page-template-tracking .result-summary-row ul li {
    color: $rose-500;
  }
  body.page-template-tracking .result-summary-row ul li {
    display: block;
  }*/
  body.page-template-tracking .result-summary-row ul li span {
    display: inline-block;
    font-size: 18px;
  }
  body.page-template-tracking .result-summary-row ul li {
    font-size: 18px;
  }
  .result-summary-row .info {
    margin-left: -24px;
  }
  form.trackingForm {
    margin-bottom: 30px;
  }
  form.trackingForm label {
    color: #fff;
    text-align: center;
    width: 100%;
    margin: 0 0 20px 0;
    font-size: 14px;
  }
  form.trackingForm {
    padding: 20px 20px 30px 20px;
    margin: 20px 0;
  }
  .tracking-api-wrapper .resultRow form#sendEmail {
    margin-left: -24px;
  }
  .tracking-api-wrapper .resultRow form#sendEmail label {
    color: #EE2536;
    left: 0;
  }
  body.page-template-tracking .wfs-tracker-table-wrapper {
    padding: 20px 5px;
    margin-top: 20px;
  }
  body.page-template-tracking .wfs-tracker-table-wrapper table tbody tr td:nth-child(2) {
    font-size: 12px;
    font-weight: 600;
    padding: 0px;
  }
  body.page-template-tracking .wfs-tracker-table-wrapper table tbody tr td {
    font-size: 12px;
    padding: 0 3px;
  }
  body.page-template-tracking .wfs-tracker-table-wrapper .tracker-tick {
    position: relative;
    z-index: 1;
    width: 18px;
  }
  body.page-template-tracking .wfs-tracker-table-wrapper table tbody:after {
    left: 12px;
  }
  body.page-template-tracking .tracking-api-wrapper thead tr th {
    font-size: 9px;
  }
  body.page-template-tracking .wfs-tracker-table-wrapper {
    padding: 20px 5px;
    margin-top: 20px;
    left: -10px;
    position: relative;
    width: calc(100% + 24px);
  }
}
.tracking-from-explainer {
  text-align: center;
  font-size: 14px;
  color: #fff;
  opacity: 0.8;
  margin: 20px 0 0 0;
}

.wfs-timeline .timeline-line {
  display: none;
}

.wfs-timeline .tl-line-partial {
  height: 2px;
  width: 100%;
  background-color: #EE2536;
  position: absolute;
  bottom: 37px;
  left: 0;
}
.wfs-timeline ul li {
  position: relative;
}
.wfs-timeline ul li:first-child .tl-line-partial {
  width: 50% !important;
  left: 50%;
}
.wfs-timeline ul li:last-child .tl-line-partial {
  width: 50% !important;
}

@media only screen and (max-width: 1400px) {
  body.page-template-tracking .result-summary-row ul li {
    font-size: 16px;
    margin: 0 30px 0 0;
  }
  body.page-template-tracking .result-summary-row ul li span {
    display: block;
    font-size: 20px;
    font-weight: 600;
  }
}
@media only screen and (max-width: 992px) {
  body.page-template-tracking .wfs-tracker-table-wrapper {
    margin-top: 40px;
  }
  .tracking-api-wrapper .resultRow form#sendEmail input[type=text] {
    width: 100%;
  }
  .tracking-api-wrapper .resultRow form#sendEmail button[type=submit] {
    right: -50px;
  }
  body.page-template-tracking .wfs-tracker-table-wrapper table tbody tr td {
    padding: 14px 3px;
  }
}
@media only screen and (max-width: 768px) {
  body.page-template-tracking .result-summary-row {
    background-color: rgba(0, 0, 0, 0);
  }
  body.page-template-tracking .result-summary-row ul li,
  body.page-template-tracking .result-summary-row ul li span {
    color: #EE2536;
    font-size: 20px;
  }
  body.page-template-tracking .result-summary-row ul li {
    display: block;
    margin: 0;
  }
  body.page-template-tracking .result-summary-row ul li span {
    display: inline-block;
  }
  body.page-template-tracking .result-summary-row {
    padding: 0;
  }
  body.page-template-tracking .result-summary-row ul li span {
    margin-bottom: 2px;
  }
  body.page-template-tracking .page-hero .hero-content {
    padding: 145px 0 105px 0;
  }
}

/*# sourceMappingURL=style.css.map */
