html,
body {
  margin: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
.sep,
.sep-x,
.sep-y {
  color: transparent;
  user-select: none;
  pointer-events: none;
}
.sep-x {
  max-height: 8px;
  overflow-y: hidden;
}

body.mobile-menu-active {
  overflow: hidden;
}
#mobile-menu {
  position: fixed;
  top: 55px;
  bottom: 0;
  width: 100vw;
  left: -100vw;
  z-index: 999;
  transition: left 500ms;
}
#mobile-menu.active {
  left: 0;
}

.video {
  display: inline-block;
  position: relative;
  line-height: 0;
}
.lp-video {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
}
.lp-video > video {
  width: 100%;
}
.lp-video.active > div {
  display: none;
}
.play-icon {
  display: inline-block;
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  width: 66px;
  height: 66px;
  margin-top: -33px;
  margin-left: -33px;
  border: none;
  border-radius: 33px;
  box-shadow: 0 0 6px 3px rgba(0, 0, 0, 0.08);
  background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 6 8'%3E%3Cpath fill='%23317153' d='M0 0L6 4L0 8Z'/%3E%3C/svg%3E") 57% center no-repeat;
  background-size: 18px;
}

.expandable {
  max-height: 200px;
  transition: max-height 0.5s linear;
  overflow-y: hidden;
}
.expandable.collapsed,
.collapsed .expandable,
.accordion > div:not(.active) .expandable {
  max-height: 0 !important;
}
.collapsed .hide-on-collapse {
  display: none;
}

.cq-Editable-dom > .cq-block,
.cq-Editable-dom.cq-block {
  display: block !important;
  height: auto !important;
}
.cq-Editable-dom > .cq-iblock,
.cq-Editable-dom.cq-iblock {
  display: inline-block !important;
}
.cq-Editable-dom > .cq-flex,
.cq-Editable-dom.cq-flex {
  display: flex !important;
}
.cq-Editable-dom > .cq-visible,
.cq-Editable-dom.cq-visible {
  visibility: visible !important;
}
.cq-Editable-dom > .cq-static,
.cq-Editable-dom.cq-static {
  position: static !important;
}
.cq-Editable-dom > .cq-h-auto,
.cq-Editable-dom.cq-h-auto {
  height: auto !important;
}
.cq-Editable-dom > .cq-mt-0,
.cq-Editable-dom.cq-mt-0 {
  margin-top: 0 !important;
}
.cq-Editable-dom > .cq-o-1,
.cq-Editable-dom.cq-o-1 {
  opacity: 1 !important;
}
.cq-Editable-dom .cq,
.cq-Editable-dom .cq-container > div {
  display: block !important;
  visibility: visible !important;
  position: static !important;
  height: auto !important;
}
.cq-Editable-dom dialog {
  position: static;
  display: block;
}

.site-header {
  padding-top: 16px !important;
  padding-bottom: 16px!important;
  font-size: 14px;
}
.site-header a,
.site-header a:visited {
  font-weight: bold;
  color: #212A5B;
  text-decoration: none;
}
.site-header a:hover {
  color: #FC7A32;
}
.site-header .phone {
  white-space: nowrap;
}
.site-header .btn {
  height: 33px;
}
.site-header .menu-hide {
  display: none;
}
.site-header .popup {
  background: #fff;
}
.site-header .popup > h4 {
  font-size: 17px;
  width: 290px;
  color: #000;
  padding: 28px 0 14px;
  border-bottom: 1px solid #000;
  margin-bottom: 16px;
}
.site-header .popup a {
  display: inline-block;
  margin: .75em 0;
  color: #212A5B;
  font-size: 16px;
  line-height: 1.15;
  white-space: nowrap;
  padding-right: 36px;
  background: url(../../../content/dam/fleetcardsusa/icons/arrow-right.svg) no-repeat center right;
}
.site-header .popup a:hover,
.site-header .popup .active > a {
  color: #FC7A32;
  background-image: url(../../../content/dam/fleetcardsusa/icons/arrow-right-over.svg);
}
.site-header .popup li a {
  font-weight: 400;
}
.site-header .site-links > div > div {
  padding: 1px 0;
}
.site-header .site-links .submenu {
  position: relative;
}
.site-header .site-links .submenu:hover > .popup {
  display: block;
}
.site-header .site-links .submenu:hover > p > a {
  color: #FC7A32;
}
.site-header .site-links .popup {
  position: absolute;
  z-index: 99;
  box-shadow: 0 0.005em 0.01em 0 rgba(0, 0, 0, 0.12), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border: 1px solid transparent;
  border-radius: 4px;
  background: #fff;
  display: none;
  padding: 1px 0;
  margin-left: -20px;
}
.site-header .site-links .popup h4 {
  font-size: 15px;
  padding: 15px 1rem ;
  margin-bottom: 0;
  width: auto;
  white-space: nowrap;
  cursor: pointer;
}
.site-header .site-links .popup h4:hover {
  color: #fc7a32;
}
.site-header .site-links .popup ul {
  padding: 1rem .5rem 1rem 1rem;
}
.site-header .site-links .popup ul a {
  font-size: 15px;
}
.site-header .menu-item {
  display: flex;
  width: 100%;
  border-bottom: 1px solid #777;
}
.site-header .menu-item:last-of-type {
  border: none;
}
.site-header .menu-item .popup {
  margin-left: 95%;
  margin-top: 5%;
}
.site-header .menu-item:hover .popup {
  display: block;
}
#mobile-menu {
  top: 79px;
  left: 100vw;
  overflow-y: auto;
  max-width: 800px;
  background: #fff;
  border-top: 1px solid #FC7A32;
}
#mobile-menu h4 {
  line-height: 1.2;
}
#mobile-menu h4 > a {
  font-weight: 400;
}
#mobile-menu .submenu {
  border-bottom: 1px solid #FC7A32;
  padding: 24px 12px 23px 34px;
}
#mobile-menu .submenu > h4 {
  font-size: 20px;
  font-weight: 400;
  position: relative;
}
#mobile-menu .submenu:has(.popup) > h4::after {
  position: absolute;
  right: 16px;
  width: 20px;
  content: url(../../../content/dam/fleetcardsusa/icons/arrow-dn.svg);
  transition: 0.4s;
}
#mobile-menu .submenu .popup {
  max-height: 1200px;
  margin: 0 -12px 0 -34px;
}
#mobile-menu .submenu:has(.popup).expanded {
  padding-bottom: 0;
}
#mobile-menu .submenu:has(.popup).expanded > h4::after {
  transform: rotate(360deg);
}
#mobile-menu .submenu:has(.popup).expanded .popup {
  border-top: 1px solid #FC7A32;
  margin-top: 23px;
  padding-bottom: 23px;
}
#mobile-menu .submenu:has(.popup).expanded ul.popup {
  padding-top: 23px;
}
#mobile-menu .submenu:not(.expanded) .popup {
  max-height: 0 !important;
}
#mobile-menu .popup {
  overflow: hidden;
  background: #FAFAFA;
  padding: 0 12px 0 34px;
  max-height: 500px;
  transition: all .4s ;
}
#mobile-menu .popup li p {
  display: none;
}
body.menu-active {
  overflow: hidden;
}
body.menu-active #mobile-menu {
  left: 0;
}
body.menu-active .menu-show {
  display: none;
}
body.menu-active .menu-hide {
  display: unset;
}
@media (min-width: 768px) {
  #mobile-menu {
    display: none;
  }
}
@media (min-width: 768px) {
  .site-header .site-links > div {
    margin-left: 1rem;
  }
}
@media (min-width: 1200px) {
  .site-header .site-links > div {
    margin-left: 2rem;
  }
}
.site-footer {
  color: #212A5B;
  line-height: normal;
  padding: 86px 16px 25px 18px;
}
.site-footer > * {
  margin: 0 auto;
  max-width: 1345px;
}
.site-footer h4 {
  color: #212A5B;
  font-family: "Merriweather", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  margin: .2rem 0 1em;
}
.site-footer a {
  font-weight: 400;
  text-decoration: none;
  color: inherit;
}
.site-footer p {
  color: inherit;
  margin: 16px 0;
}
.site-footer .links-group ul {
  line-height: 1.75;
}
.site-footer .company-info {
  width: 270px;
}
.social-icon {
  width: 25px;
  height: 25px;
  background-color: #FF5F00;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 8px;
  border-radius: 4px;
}
.social-icon img {
  width: 15px;
}
@media (max-width: 767px) {
  .site-footer .links-group h4 {
    margin-top: 1em;
  }
  .site-footer .links-group h4::after {
    display: inline-block;
    width: 10px;
    margin: 0 8px;
    content: url(../../../content/dam/comdata/icons/arrow-dn-white.svg);
    transition: 0.4s;
  }
  .site-footer .links-group ul {
    transition: 0.4s;
    overflow: hidden;
    max-height: 150px;
    margin: .7em 0 1em 1em;
  }
  .site-footer .links-group:not(.expanded) ul {
    max-height: 0 !important;
  }
  .site-footer .links-group li {
    line-height: 1.7;
  }
  .site-footer .links-group.expanded > h4::after {
    transform: rotate(360deg);
  }
  .top-section {
    padding-top: 25px;
  }
}
@media (max-width: 575px) {
  .site-footer {
    padding: 0;
  }
  .site-footer .links-group ul {
    margin-left: 2em;
  }
}
@media (min-width: 768px) {
  .site-footer .links-group {
    margin-right: 1em;
  }
}
.btn {
  display: inline-flex;
  padding: 16px 19px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 700 !important;
  letter-spacing: 0.05em;
  line-height: normal;
}
.btn .wrappable {
  line-height: 20.75px;
  padding-bottom: 13px;
}
a.btn {
  text-decoration: none;
  font-style: normal;
}
button.btn {
  appearance: none;
  border: none;
}
.btn-primary,
.btn-alt {
  color: #fff !important;
}
.btn-primary {
  background-color: #212A5B;
}
.btn-secondary {
  background-color: transparent;
  border-width: 3px;
  padding-top: 13px;
  padding-bottom: 13px;
  border-style: solid;
  border-color: inherit;
  color: inherit;
}
.btn-secondary:visited {
  color: inherit;
}
.btn-secondary.thin-border {
  border-width: 1px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.btn-alt {
  background-color: #FC7A32;
}
.btn-white {
  color: #00283B !important;
  background-color: #fff;
}
.text-btn,
text-btn a {
  text-decoration: underline !important;
  font-style: normal !important;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.btn-tab:not(.active) .btn {
  background-color: #C4CDD6;
  cursor: pointer;
}
.btn-tab > .btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  font-size: 24px;
  font-weight: bold;
  border-radius: 8px;
  padding: 14px 21px;
  text-align: center;
}
.btn-tab.active {
  position: relative;
}
.btn-tab.active .btn::after {
  position: absolute;
  content: "";
  border-radius: 4px;
  left: 0;
  right: 0;
  bottom: -8px;
  height: 4px;
  background-color: #FC7A32;
}
.btn-tab.active .btn::before {
  position: absolute;
  width: 21px;
  height: 11px;
  content: url('data:image/svg+xml,<svg width="21" height="12" viewBox="0 0 21 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M10.3429 12L0.247473 1.30507e-06L20.4382 9.36994e-08L10.3429 12Z" fill="%23FC7A32"/></svg>');
  left: 50%;
  margin-left: -11px;
  bottom: -5px;
}
@media (max-width: 1449px) {
  .btn-tab > .btn {
    font-size: 20px;
  }
  .btn-tab.active .btn::before {
    bottom: -10px;
  }
}
@media (max-width: 991px) {
  .small-btns-2 .btn {
    font-size: 12px;
    font-weight: 400;
    border-radius: 30px;
    padding: 6px 14px;
    text-transform: none;
  }
  .small-btns-2 .btn::after {
    content: " \2192";
    position: relative;
    top: -1px;
    left: 2px;
  }
  .btn-tab > .btn {
    font-size: 16px;
  }
  .btn-tab.active .btn::before {
    bottom: -12px;
  }
}
@media (max-width: 767px) {
  .compact_md .btn {
    height: 37px;
  }
}
@media (max-width: 575px) {
  .small-buttons_sm .btn {
    font-size: 12px;
    padding: 15px 12px;
  }
  .explore-btn {
    display: inline-block;
    width: 115px;
  }
}
.ta-ab-cb {
  grid-template-areas: "A B" "C B";
}
.ta-aa-bc {
  grid-template-areas: "A A" "B C";
}
.g-cols-2 {
  grid-template-columns: 1fr 1fr;
}
.g-cols-3 {
  grid-template-columns: 1fr 1fr 1fr;
}
.g-cols-12 {
  grid-template-columns: 1fr 2fr;
}
.g-rows-a1 {
  grid-template-rows: auto 1fr;
}
.n1-gap,
.gp-12 {
  gap: 1em 2em;
}
.g-stack {
  display: grid;
  grid-template-areas: "A";
}
.g-stack > * {
  grid-area: A;
  visibility: hidden;
}
.g-stack > *.active {
  order: 2;
  visibility: visible;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
@media (min-width: 768px) {
  .md_g-cols-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .md_fs-unset {
    font-size: unset;
  }
  .md_fs-20 {
    font-size: 20px;
  }
}
@media (min-width: 992px) {
  .lg_ta-ac-bc {
    grid-template-areas: "A C" "B C";
  }
  .lg_g-cols-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .lg_fs-unset {
    font-size: unset;
  }
}
@media (min-width: 1200px) {
  .xl_g-cols-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .xl_fs-unset {
    font-size: unset;
  }
  .n1-gap {
    gap: 1em 3em;
  }
}
@media (min-width: 1450px) {
  .xxl_g-cols-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .xxl_fs-unset {
    font-size: unset;
  }
  .xxl_g-cols-4.n1-gap {
    gap: 1em 1em;
  }
}
#contact-us-section {
  padding-top: 1px;
}
#contact-us-section.active {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 9;
  margin-top: -410px;
}
#contact-us-section.active #contact-us-btn {
  display: none;
}
#contact-us-section.active .contact-us-form {
  display: block;
}
.contact-us-form {
  position: relative;
  background: #FFF;
  margin: 0 auto;
  padding: 8px 24px;
  border: 1px solid #ECECEC;
  border-radius: 8px;
}
@media (min-width: 576px) {
  .form-fields {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: flex-start;
  }
  .form-fields .sm_w-50 {
    width: 48.1%;
  }
  .form-fields .sm_w-30 {
    width: 35.2%;
  }
  .form-fields .sm_w-70 {
    width: 61%;
  }
}
@media (min-width: 1200px) {
  .form-fields .xl_w-25 {
    width: 23%;
  }
  .form-fields .xl_w-50 {
    width: 48.1%;
  }
}
.text-input {
  display: inline-block;
  position: relative;
  width: 100%;
  color: #777;
  margin-bottom: 1rem;
}
.text-input input,
.text-input select {
  width: 100%;
  padding: 18px 15px 12px;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #D5E5E1;
  border-radius: 4px;
}
.text-input input:focus,
.text-input select:focus {
  box-shadow: 0px 3px 12px -5px #40cfc2;
  border-color: #58BEE8;
  outline: 0;
}
.text-input select {
  appearance: none;
}
.text-input > span {
  position: absolute;
  display: inline-block;
  pointer-events: none;
  user-select: none;
  color: #626f88;
  font-size: 16px;
  left: 14px;
  top: 16px;
  right: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.2s ease;
}
.text-input.has-focus > span,
.text-input.has-content > span {
  top: -7px;
  transition: 0.2s linear;
  font-size: 11px;
  padding: 0 4px;
  width: auto;
  right: unset;
  background-color: #fff;
  transform: none;
}
.text-input.dropdown::after {
  content: "";
  pointer-events: none;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 52 32' width='32' height='16'%3E%3Cpath d='M 5 8 h 22 l -11 12 z' fill='%23777' stroke='none'%3E%3C/path%3E%3C/svg%3E");
  top: 19px;
  right: 12px;
  width: 18px;
  height: 18px;
  background-position: contain;
  background-repeat: no-repeat;
}
.text-input .errorfield {
  margin-top: 7px;
}
.checkbox {
  display: flex;
}
.checkbox input {
  appearance: none;
  display: inline-block;
  border: 2px solid #6C7599;
  border-radius: 2px;
  width: 18px;
  height: 18px;
  margin: 0 10px 2px 0;
  vertical-align: middle;
}
.checkbox input:checked {
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 13 13'%3E%3Cpath d='M 3 6.875 L 5.573 9.183 L 10.188 4' stroke='%236c7599' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
}
.checkbox span {
  font-size: .9375em;
  flex: 1 1;
}
.sms-opt-group {
  color: #6C7599;
}
.sms-opt-group p {
  font-size: 0.8125em;
  margin: .5rem 0 2rem 18px;
}
.errorfield {
  padding: 7px;
  text-align: center;
  background-color: #e1261c;
  margin-top: -17px;
  position: absolute;
  border-radius: 4px;
  margin-bottom: 10px;
  height: auto;
  pointer-events: none;
  color: #FFF;
  font-size: 12px;
  max-height: 100px;
  z-index: 300;
}
.errorfield:empty {
  display: none;
}
.errorfield::before {
  content: "";
  position: absolute;
  top: -4px;
  left: 15px;
  width: 0;
  border: 4px solid #e1261c;
  border-right-color: transparent;
  border-bottom-color: transparent;
  transform: rotate(45deg) skew(-5deg, -5deg);
}
@media (max-width: 767px) {
  .compact_md .text-input input {
    padding: 10px 15px 8px;
  }
  .compact_md .text-input > span {
    top: 9px;
  }
}
@media (max-width: 575px) {
  .form-section {
    padding-left: 25px;
    padding-right: 23px;
  }
  .contact-us-form {
    border-radius: 8px;
    border: none;
  }
  #contact-us-section.submitted .contact-us-form {
    display: block;
    min-height: 140px;
    background-color: rgba(255, 255, 255, 0.9);
  }
  #contact-us-section.submitted .form-content,
  #contact-us-section.submitted #contact-us-btn {
    display: none;
  }
  #contact-us-section.submitted .form-on-submit {
    padding: 25px;
  }
  .get-started-zipcode {
    width: 152px !important;
  }
}
@media (min-width: 992px) {
  .form-section {
    min-width: 455px;
  }
}

