:root {
  --dark-gray: #282828;
  --dark-slate-blue: #003da6;
  --orange: #ff9e18;
  --cornflower-blue: #69b0f4;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: var(--dark-gray);
  font-family: Latinotype Texta Book, sans-serif;
  font-size: 22px;
  line-height: 1.2em;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Latinotype Texta Blackit, sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 1em;
}

h2 {
  color: var(--dark-slate-blue);
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Latinotype Texta Blackit, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 1em;
}

h4 {
  color: var(--dark-slate-blue);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Latinotype Texta Blackit, sans-serif;
  font-size: 27px;
  font-weight: 700;
  line-height: 1em;
}

p {
  margin-bottom: 20px;
}

a {
  text-decoration: none;
}

label {
  margin-bottom: 5px;
  font-family: Latinotype Texta Black, sans-serif;
  font-size: 19px;
  display: block;
}

.header-home {
  z-index: 1;
  height: 90vh;
  min-height: 800px;
  border-bottom: 12px solid var(--orange);
  position: relative;
}

.header-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-overlay {
  z-index: 2;
  background-color: rgba(0, 61, 166, .5);
  background-image: linear-gradient(#001f55, rgba(0, 0, 0, 0) 30%);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-overlay._70-opac {
  background-color: rgba(0, 61, 166, .7);
}

.header-home-capt {
  z-index: 4;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 140px 5% 300px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-home-wrap {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.heading-logo {
  height: 68px;
  margin-left: 30px;
}

.header-subheading {
  font-size: 28px;
}

.alert-bar {
  z-index: 2;
  width: 100%;
  color: #fff;
  text-align: center;
  background-color: #f32323;
  justify-content: center;
  align-items: center;
  padding: 10px 5%;
  font-family: Latinotype Texta Book, sans-serif;
  font-size: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.alert-icon {
  height: 23px;
  margin-right: 10px;
}

.close-link {
  width: 32px;
  height: 32px;
  cursor: pointer;
  border-radius: 100%;
  padding: 9px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 10px;
}

.navbar {
  z-index: 100;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  flex-direction: column;
  padding-bottom: 20px;
  display: flex;
  position: fixed;
  top: 0;
}

.navbar.white {
  background-color: #fff;
}

.navbar.dash {
  height: 170px;
  background-color: #fff;
  border-bottom-style: none;
  justify-content: center;
  padding-bottom: 0;
}

.nav-container {
  width: 90%;
  max-width: 1600px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav-container.dash {
  height: 100px;
}

.nav-logo-link {
  width: 360px;
  height: 60px;
  padding-left: 0;
}

.nav-logo-white {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-logo {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-link {
  color: var(--dark-slate-blue);
  align-items: center;
  padding: 15px 20px;
  font-family: Latinotype Texta Bold, sans-serif;
  font-size: 21px;
  transition: color .2s;
  display: flex;
}

.nav-link.w--current {
  color: var(--dark-slate-blue);
}

.nav-link.white {
  color: #fff;
}

.nav-link.white:hover {
  color: var(--orange);
}

.nav-link.white.mobile, .nav-link.white.mobile-only {
  display: none;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.nav-btn {
  background-color: var(--cornflower-blue);
  color: #fff;
  border-radius: 8px;
  margin-left: 20px;
  padding: 11px 22px;
  font-family: Latinotype Texta Bold, sans-serif;
  font-size: 18px;
  transition: all .2s;
}

.nav-btn:hover {
  box-shadow: 0 0 10px 0 var(--cornflower-blue);
}

.nav-btn.w--current, .nav-btn.w--current:hover {
  color: #fff;
}

.nav-btn.orange {
  background-color: var(--orange);
}

.nav-btn.orange:hover {
  box-shadow: 0 0 15px 0 var(--orange);
}

.nav-btn.orange.w--current, .nav-btn.orange.w--current:hover {
  color: #fff;
}

.subnav {
  z-index: 2;
  width: 90%;
  height: 60px;
  max-width: 1600px;
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.subnav-link {
  color: var(--dark-slate-blue);
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 30px;
  font-family: Latinotype Texta Bold, sans-serif;
  font-size: 20px;
  transition: color .2s;
  display: flex;
}

.subnav-link.white {
  color: #fff;
}

.subnav-link.white:hover {
  color: var(--orange);
}

.subnav-link.dash {
  padding-left: 15px;
  padding-right: 15px;
}

.subnav-icon {
  height: 18px;
  margin-right: 5px;
}

.home-portal-sect {
  z-index: 2;
  margin-top: -300px;
  margin-bottom: 40px;
  position: relative;
}

.main-wrap {
  z-index: 3;
  width: 90%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.main-wrap._1520mw {
  max-width: 1520px;
}

.main-wrap._920mw {
  max-width: 920px;
}

.main-wrap._1100mw {
  max-width: 1100px;
}

.main-wrap._1200mw {
  max-width: 1200px;
}

.home-portal-flex {
  align-items: flex-start;
  display: flex;
}

._1-3-div {
  width: 33.333%;
  border-radius: 8px;
}

.portal-link {
  height: 370px;
  box-shadow: none;
  color: var(--dark-slate-blue);
  border-radius: 10px 10px 0 0;
  flex-direction: column;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.portal-img {
  z-index: 1;
  width: 100%;
  height: 75%;
  object-fit: cover;
  position: relative;
}

.portal-capt {
  z-index: 2;
  width: 100%;
  height: 25%;
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.portal-btn {
  min-width: 200px;
  background-color: var(--cornflower-blue);
  box-shadow: 2px 2px 10px 0 var(--cornflower-blue);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 15px 25px;
  font-family: Latinotype Texta Bold, sans-serif;
  font-size: 19px;
  display: none;
}

.traingle {
  z-index: 3;
  height: 33px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.portal-heading {
  margin-bottom: 0;
}

.header-grad-btm {
  z-index: 3;
  height: 40%;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #001f55);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.main-sect {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.main-sect._0-top-pad {
  padding-top: 0;
}

.main-sect.road-bg {
  background-color: rgba(96, 154, 211, .25);
  background-image: url('../images/road-bg-white-60-opac.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-sect.sect-wo-header {
  margin-top: 140px;
}

.main-sect.gray {
  background-color: #f5f5f5;
}

.main-sect.nav-marg {
  margin-top: 170px;
}

.main-sect._0-btm-pad {
  padding-bottom: 0;
}

.flex-hcj {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

._2-3-div {
  width: 66.666%;
}

.flex-vls {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-vls.right-pad {
  padding-right: 60px;
}

.flex-vls.left-pad {
  padding-left: 60px;
}

.body-logo {
  height: 55px;
  margin-bottom: 20px;
}

.logo-slogan {
  color: var(--orange);
  margin-bottom: 20px;
  font-family: Latinotype Texta Blackit, sans-serif;
  font-size: 32px;
  line-height: 1em;
}

.header-grad-top {
  z-index: 3;
  height: 25%;
  background-image: linear-gradient(#001130, rgba(0, 0, 0, 0));
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.btn {
  height: 50px;
  min-width: 200px;
  background-color: var(--cornflower-blue);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  padding: 11px 25px;
  font-family: Latinotype Texta Bold, sans-serif;
  font-size: 18px;
  transition: all .2s;
  display: flex;
}

.btn:hover {
  box-shadow: 2px 2px 10px 0 var(--cornflower-blue);
}

.btn.right {
  margin-left: 25px;
}

.btn.orange {
  background-color: var(--orange);
}

.btn.orange:hover {
  box-shadow: 2px 2px 10px #000d24;
}

.btn._20-w.last {
  margin-right: 0;
}

.flex-vss {
  width: 100%;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.flex-vss.left-pad {
  padding-left: 60px;
}

.flex-vss.right-pad {
  padding-right: 60px;
}

.icon-link {
  color: var(--dark-slate-blue);
  align-items: center;
  padding-bottom: 20px;
  padding-left: 20px;
  font-family: Latinotype Texta Blackit, sans-serif;
  font-size: 30px;
  line-height: 1em;
  display: flex;
}

.home-link-icon {
  width: 60px;
  margin-right: 20px;
}

.quick-link-wrap {
  z-index: 99;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 15px;
}

.quick-link-icon-wrap {
  border-radius: 25px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 7px;
  margin-bottom: 7px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 2px 3px 12px rgba(0, 0, 0, .4);
}

.quick-link-icon-wrap.orange {
  background-color: var(--orange);
}

.quick-link-icon-wrap.lt-blue {
  background-color: var(--cornflower-blue);
}

.quick-link-icon-wrap.dk-blue {
  background-color: #002464;
}

.home-link-arrow {
  height: 20px;
  opacity: 0;
}

.icon-link-wrap {
  flex-direction: column;
  display: flex;
}

.icon-link-wrap.first {
  margin-top: 0;
}

.icon-link-shadow {
  width: 100%;
  height: 40px;
  opacity: 0;
  object-fit: contain;
}

.cta-sect {
  border-top: 12px solid var(--orange);
  color: #fff;
  background-color: #5c98ff;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
  box-shadow: 0 0 20px rgba(0, 0, 0, .2);
}

.cta-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta-overlay {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, var(--dark-slate-blue) 25%, rgba(0, 61, 166, .45));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta-inner-wrap {
  z-index: 3;
  width: 90%;
  height: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 130px;
  padding-bottom: 130px;
  display: flex;
  position: relative;
}

._1-2-div {
  width: 50%;
}

.main-heading-wrap {
  text-align: left;
  align-items: center;
  display: flex;
}

.heading-icon {
  height: 40px;
  margin-right: 10px;
}

.cta-heading {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Latinotype Texta Blackit, sans-serif;
  font-size: 40px;
  line-height: .9em;
}

.cta-check-wrap {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.cta-check {
  align-items: center;
  margin-right: 25px;
  font-family: Latinotype Texta Black, sans-serif;
  display: flex;
}

.cta-check-icon {
  height: 20px;
  margin-right: 8px;
}

.cta-btn-row {
  align-items: center;
  display: flex;
}

.apple-icon {
  height: 30px;
  margin-right: 10px;
}

.android-icon {
  height: 20px;
  margin-right: 10px;
}

.mpass-app {
  width: 37%;
  height: 115%;
  object-fit: cover;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.cta-1-2-div {
  width: 100%;
  margin-right: 35%;
}

.video-wrap {
  width: 100%;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 13px rgba(0, 0, 0, .36);
}

.flex-htj {
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.flex-htj.bdr-btm {
  border-bottom: 5px solid #e6e6e6;
}

.flex-htj._2nd {
  border-top: 5px solid #ebebeb;
  padding-top: 40px;
}

.faq-link-wrap {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  margin-top: 13px;
  margin-bottom: 13px;
  display: flex;
  box-shadow: 0 0 13px rgba(0, 0, 0, .15);
}

.faq-link-wrap.margin {
  margin-top: 17px;
  margin-bottom: 17px;
}

.faq-link {
  color: #000;
  justify-content: space-between;
  align-items: center;
  padding: 15px 22px;
  font-family: Latinotype Texta Bold, sans-serif;
  font-size: 21px;
  line-height: 1.1em;
  display: flex;
}

.faq-answer {
  padding: 10px 40px 30px;
  font-size: 21px;
}

.faq-arrow {
  height: 10px;
  margin-left: 20px;
}

.quick-link-icon {
  z-index: 2;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
  position: relative;
}

.quick-link-icon.orange {
  background-color: var(--orange);
}

.quick-link-icon.lt-blue {
  background-color: var(--cornflower-blue);
}

.quick-link-icon.dk-blue {
  background-color: #002464;
}

.quick-link-text {
  z-index: 1;
  opacity: 0;
  color: #fff;
  margin-left: 25px;
  font-family: Latinotype Texta Bold, sans-serif;
  font-size: 20px;
  display: none;
  position: relative;
  transform: translate(100%);
}

.footer {
  color: #fff;
  background-color: #00153a;
  padding-top: 120px;
  padding-bottom: 120px;
  font-size: 19px;
  position: relative;
}

.footer-logo {
  height: 50px;
}

.footer-logo.dash {
  height: 40px;
}

.footer-block {
  width: 100%;
  margin-bottom: 25px;
}

.footer-address-name {
  font-family: Latinotype Texta Black, sans-serif;
}

.footer-phone-link {
  color: #fff;
  align-items: center;
  font-family: Latinotype Texta Black, sans-serif;
  font-size: 28px;
  display: flex;
}

.phone-icon {
  height: 20px;
  margin-right: 8px;
}

._1-1-field-wrap {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

._1-1-field-wrap.hidden {
  display: none;
}

._1-1-field-wrap.hidden._2nd {
  display: block;
}

._1-1-field-wrap._2nd {
  display: none;
}

._1-1-field-wrap.subscribe {
  width: 75%;
  margin-right: 10px;
}

._1-1-field-wrap.map {
  margin-bottom: 10px;
}

.footer-field {
  height: 50px;
  color: var(--dark-gray);
  border-radius: 8px;
  font-size: 19px;
}

.footer-field:focus {
  border: 1px solid var(--cornflower-blue);
}

.form-btn {
  height: 50px;
  min-width: 200px;
  background-color: var(--cornflower-blue);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  margin-top: 5px;
  padding: 11px 25px;
  font-family: Latinotype Texta Bold, sans-serif;
  font-size: 18px;
  transition: all .2s;
}

.form-btn:hover {
  box-shadow: 2px 2px 10px 0 var(--cornflower-blue);
}

.form-btn.search-btn {
  background-image: url('../images/search-icon-white.svg');
  background-position: 18%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 40px;
}

.form-btn.inset {
  margin-left: 20px;
}

.form-btn.subscribe {
  width: 30%;
  min-width: auto;
  margin-top: 20px;
}

.form-btn.map-btn {
  width: 200px;
  cursor: pointer;
}

.form-btn.map-btn.highway-select {
  display: none;
}

.footer-headiing {
  font-family: Latinotype Texta Blackit, sans-serif;
  font-size: 25px;
  line-height: 1.1em;
}

.chat-legal-wrap {
  z-index: 101;
  flex-wrap: wrap;
  align-items: center;
  font-size: 16px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 25px;
  left: auto;
  right: 90px;
}

.chat-legal-wrap.dash {
  position: relative;
  bottom: auto;
  right: auto;
}

.chat-icon-wrap {
  z-index: 101;
  width: 50px;
  height: 50px;
  background-color: var(--orange);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
  padding: 10px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 15px;
  left: auto;
  right: 15px;
}

.legal-link {
  color: #fff;
  margin-left: 15px;
  text-decoration: underline;
}

.road-bg-gray {
  width: 75%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.video-img {
  width: 100%;
}

.play-icon {
  z-index: 1;
  position: absolute;
}

.header {
  z-index: 1;
  height: 30vh;
  min-height: 300px;
  margin-top: 140px;
  position: relative;
  overflow: hidden;
}

.header-capt {
  z-index: 5;
  width: 90%;
  max-width: 1500px;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-img {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header-road {
  z-index: 4;
  width: 50%;
  height: 100%;
  background-image: url('../images/header-road-bg.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.header-bdr {
  z-index: 3;
  height: 12px;
  background-color: var(--orange);
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.heading-home {
  font-size: 105px;
}

.success-message {
  border: 1px solid var(--orange);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  font-family: Latinotype Texta Bold, sans-serif;
}

.error-message {
  border: 1px solid var(--orange);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  margin-top: 20px;
  padding: 15px;
  font-family: Latinotype Texta Bold, sans-serif;
}

.error-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.error-icon {
  height: 25px;
  margin-right: 10px;
}

.pay-feat-wrap {
  width: 100%;
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.pay-feat {
  flex-direction: column;
  align-items: flex-start;
  margin-right: 40px;
  display: flex;
}

.pay-feat-icon-wrap {
  align-items: center;
  margin-top: 7px;
  display: flex;
}

.bold-subheading {
  margin-bottom: 0;
  font-family: Latinotype Texta Black, sans-serif;
  line-height: 1.1em;
}

.text-field {
  height: 50px;
  color: var(--dark-gray);
  border: 1px solid #fff;
  border-radius: 8px;
  margin-bottom: 10px;
  font-size: 19px;
  transition: border-color .2s;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
}

.text-field:focus {
  border-color: var(--cornflower-blue);
}

.text-field::-ms-input-placeholder {
  color: var(--dark-gray);
}

.text-field::placeholder {
  color: var(--dark-gray);
}

.text-field.view-icon {
  background-image: url('../images/hidden-icon.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
}

.text-field.cal-icon {
  background-image: url('../images/calendar-iocn.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto 21px;
}

.about-img {
  width: 100%;
  height: 425px;
  object-fit: cover;
  border-radius: 8px;
}

.value-wrap {
  min-height: 370px;
  text-align: center;
  background-image: url('../images/vert-shadow-2.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: -30px;
  margin-right: -30px;
  padding: 60px 100px;
  display: flex;
}

.value-wrap.first {
  background-image: url('../images/vert-shadow-1.png'), url('../images/vert-shadow-2.png');
  background-position: 0%, 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, auto;
}

.value-wrap.white {
  min-height: 330px;
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 8px;
  margin: 20px;
  padding: 40px 60px;
}

.value-icon {
  height: 70px;
  margin-bottom: 20px;
}

.value-heading {
  color: var(--dark-slate-blue);
  margin-bottom: 10px;
  font-family: Latinotype Texta Blackit, sans-serif;
  font-size: 27px;
}

.cent-heading-wrap {
  text-align: center;
  justify-content: center;
  display: flex;
}

.cent-heading-wrap.bot-margin {
  margin-bottom: 30px;
}

.team-wrap {
  width: 100%;
  flex-direction: column;
  padding: 30px;
  display: flex;
}

.team-flex {
  flex-wrap: wrap;
  display: flex;
}

.team-img-wrap {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
}

.team-img {
  width: 100%;
  height: 520px;
  object-fit: cover;
  border-radius: 8px;
}

.team-social-link-wrap {
  display: flex;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
}

.team-social-link {
  width: 43px;
  height: 43px;
  background-color: var(--orange);
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  padding: 11px;
  display: flex;
  box-shadow: 0 2px 14px rgba(0, 0, 0, .55);
}

.form-block {
  width: 100%;
  margin-top: 15px;
}

.select-field {
  height: 50px;
  color: var(--dark-gray);
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  margin-bottom: 10px;
  font-size: 19px;
  box-shadow: 1px 1px 10px rgba(0, 0, 0, .2);
}

.select-field:focus {
  border: 1px solid var(--cornflower-blue);
}

.select-field.map-select {
  height: 40px;
  padding-top: 4px;
}

.select-field.map-select-field {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.file-upload-wrap {
  height: 50px;
  background-color: #fff;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  font-size: 19px;
  display: flex;
  box-shadow: 1px 1px 13px rgba(0, 0, 0, .35);
}

.file-btn {
  height: 40px;
  background-color: var(--cornflower-blue);
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  padding: 10px 22px;
  font-family: Latinotype Texta Bold, sans-serif;
  font-size: 19px;
  line-height: 1em;
  display: flex;
}

.textarea {
  min-height: 150px;
  color: var(--dark-gray);
  border: 1px solid #fff;
  border-radius: 8px;
  margin-bottom: 10px;
  font-size: 19px;
  transition: border-color .2s;
  box-shadow: 1px 1px 13px rgba(0, 0, 0, .2);
}

.textarea:focus {
  border-color: var(--cornflower-blue);
}

.textarea::-ms-input-placeholder {
  color: var(--dark-gray);
}

.textarea::placeholder {
  color: var(--dark-gray);
}

.content-block {
  margin-bottom: 30px;
}

.contact-phone-link {
  color: var(--orange);
  align-items: center;
  margin-bottom: 20px;
  font-family: Latinotype Texta Black, sans-serif;
  display: flex;
}

.toll-dispute-wrap {
  background-color: rgba(96, 154, 211, .25);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 70px;
  display: flex;
}

.form-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

._1-2-field-wrap {
  width: 48%;
  margin-bottom: 20px;
  position: relative;
}

.trip-results-wrap {
  flex-direction: column;
  display: flex;
}

.trip-results-chart-wrap {
  opacity: 0;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 40px;
  display: none;
}

.trip-chart-heading-row {
  display: flex;
}

.trip-heading-col-1 {
  width: 40%;
  text-transform: uppercase;
  padding: 15px 10px 15px 40px;
  font-family: Latinotype Texta Black, sans-serif;
  font-size: 20px;
  line-height: 1em;
}

.trip-heading-col-2 {
  width: 30%;
  text-transform: uppercase;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px;
  font-family: Latinotype Texta Black, sans-serif;
  font-size: 20px;
  line-height: 1em;
}

.trip-chart-results-wrap {
  background-color: #e7e7e7;
  background-image: url('../images/toll-dispute-bg.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 8px;
  flex-direction: column;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.trip-chart-results-row {
  display: flex;
}

.trip-results-col-1 {
  width: 40%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  line-height: 1em;
  display: flex;
}

.trip-results-col-1.savings {
  text-transform: uppercase;
  font-family: Latinotype Texta Black, sans-serif;
}

.trip-reulst-col-2 {
  width: 30%;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px;
  line-height: 1em;
  display: flex;
}

.trip-reulst-col-2.savings {
  color: #3ac200;
  font-family: Latinotype Texta Black, sans-serif;
  font-size: 29px;
}

.toll-type-wrap {
  align-items: center;
  display: flex;
}

.toll-icon {
  height: 37px;
  margin-right: 10px;
}

.trip-results-map {
  width: 100%;
  height: 480px;
  opacity: 0;
  object-fit: cover;
  border-radius: 8px;
  display: none;
}

.trip-success {
  width: 0;
  height: 0;
}

.mpass-select-box {
  background-color: #e7e7e7;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  padding: 70px;
  display: flex;
}

.mpass-select-box.right-margin {
  margin-right: 30px;
}

.mpass-select-box.left-margin {
  margin-left: 30px;
}

.mpass-account-logo {
  height: 65px;
}

.flex-vct {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.form-step-link-wrap {
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.form-step-dots {
  height: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.step-link {
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  color: var(--dark-slate-blue);
  background-color: #e7e7e7;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  font-family: Latinotype Texta Black, sans-serif;
  font-size: 20px;
  line-height: 0;
  text-decoration: none;
  display: flex;
}

.step-link.w--current, .step-link.acitve {
  background-color: var(--dark-slate-blue);
  color: #fff;
}

.form-btn-row {
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.form-btn-row._20-marg {
  margin-top: 20px;
}

.form-btn-row._70-w {
  width: 70%;
  margin-bottom: 30px;
}

.form-btn-row._0-margin {
  margin-top: 0;
}

.gray-btn {
  width: 50%;
  height: 50px;
  color: var(--dark-slate-blue);
  text-align: center;
  background-color: #e7e7e7;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 11px 25px;
  font-family: Latinotype Texta Bold, sans-serif;
  font-size: 18px;
  transition: box-shadow .2s;
  display: flex;
}

.gray-btn:hover {
  box-shadow: 2px 2px 15px #e7e7e7;
}

.gray-btn.modal-btn {
  width: 100%;
  color: var(--dark-slate-blue);
  background-color: #e7e7e7;
}

.prev-arrow {
  height: 9px;
  margin-right: 10px;
}

.lt-blue-btn {
  width: 50%;
  height: 50px;
  background-color: var(--cornflower-blue);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 11px 25px;
  font-family: Latinotype Texta Bold, sans-serif;
  font-size: 18px;
  transition: box-shadow .2s;
  display: flex;
}

.lt-blue-btn:hover {
  box-shadow: 2px 2px 15px 0 var(--cornflower-blue);
}

.lt-blue-btn.modal-btn {
  width: 100%;
}

.lt-blue-btn.full-width {
  width: 100%;
  margin-left: 0;
}

.next-arrow {
  height: 9px;
  margin-left: 10px;
}

.heading-indent {
  margin-left: 20px;
}

._1-3-field-wrap {
  width: 31%;
  margin-bottom: 20px;
  position: relative;
}

.checkbox-radio-field-wrap {
  width: 100%;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.checkbox-radio-field-wrap._50-height {
  height: 50px;
  margin-bottom: 0;
}

.checkradio-field {
  align-items: center;
  margin-bottom: 0;
  margin-right: 20px;
  padding-left: 0;
  display: flex;
}

.checkradio-field.abs {
  margin-right: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.check-radio-label {
  margin-bottom: 0;
  font-family: Latinotype Texta Book, sans-serif;
  font-size: 19px;
}

.check-radio {
  margin-top: 0;
  margin-left: 0;
  margin-right: 7px;
}

.blue-btn {
  width: 100%;
  height: 50px;
  background-color: var(--dark-slate-blue);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  padding: 11px 25px;
  font-family: Latinotype Texta Bold, sans-serif;
  font-size: 18px;
  transition: box-shadow .2s;
  display: flex;
}

.blue-btn:hover {
  box-shadow: 2px 2px 15px rgba(0, 61, 166, .6);
}

.pseudo-field {
  height: 50px;
  color: var(--dark-gray);
  border: 1px solid #fff;
  border-radius: 8px;
  align-items: center;
  margin-bottom: 10px;
  font-size: 19px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 13px rgba(0, 0, 0, .35);
}

.pseudo-field.hidden {
  display: none;
}

.pseudo-icon-wrap {
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.pseudo-icon-link {
  height: 50px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.pseudo-icon-link.abs {
  z-index: 100;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.pseudo-icon {
  height: 22px;
}

.pseudo-icon.inactive {
  height: 23px;
}

.pseudo-bold-text {
  color: #000;
  margin-left: 20px;
  margin-right: 20px;
  font-family: Latinotype Texta Bold, sans-serif;
}

.modal-overlay-wrap {
  z-index: 1000;
  background-color: rgba(0, 0, 0, .75);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.modal-overlay-wrap._2nd, .modal-overlay-wrap.edit-contact, .modal-overlay-wrap.edit-vehicles, .modal-overlay-wrap.edit-transponders, .modal-overlay-wrap.edit-correspondence, .modal-overlay-wrap.edit-billing, .modal-overlay-wrap.first, .modal-overlay-wrap._3rd, .modal-overlay-wrap._1st, .modal-overlay-wrap.alert-1, .modal-overlay-wrap.alert-2, .modal-overlay-wrap.replace-1, .modal-overlay-wrap.replace-2 {
  display: none;
}

.modal-overlay {
  width: 90%;
  max-width: 920px;
  border-radius: 8px;
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, .5);
}

.modal-heading-wrap {
  width: 100%;
  height: 55px;
  background-image: linear-gradient(to right, var(--dark-slate-blue), #1766ec);
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.modal-content-wrap {
  background-color: #fff;
  padding: 20px 40px;
  display: flex;
}

.modal-heading {
  color: #fff;
  font-family: Latinotype Texta Blackit, sans-serif;
  font-size: 27px;
}

.modal-close-link {
  width: 55px;
  height: 55px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.modal-close-link.alert-close-link {
  width: 32px;
  height: 32px;
  padding: 9px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 10px;
}

.modal-form-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

._1-3-modal-div {
  width: 31%;
  flex-flow: column wrap;
  display: flex;
}

._2-3-modal-div {
  width: 64%;
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.edit-btn {
  height: 50px;
  min-width: 150px;
  background-color: var(--cornflower-blue);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 11px 25px;
  font-family: Latinotype Texta Bold, sans-serif;
  font-size: 18px;
  transition: all .2s;
  display: flex;
}

.edit-btn:hover {
  box-shadow: 2px 2px 10px 0 var(--cornflower-blue);
}

.edit-btn.dash-btn {
  width: auto;
  margin-top: 10px;
  margin-bottom: 0;
}

.edit-btn.dash-btn.right {
  background-color: var(--dark-slate-blue);
  margin-left: 15px;
}

.edit-btn.dash-btn.right:hover {
  box-shadow: 2px 2px 10px 0 var(--dark-slate-blue);
}

.edit-btn.dash-btn.right.abs {
  margin-top: 0;
  margin-bottom: 20px;
}

.edit-btn.dash-btn.right.lt-blue {
  background-color: var(--cornflower-blue);
}

.edit-btn.dash-btn.right.lt-blue:hover {
  box-shadow: 2px 2px 10px 0 var(--cornflower-blue);
}

.edit-btn.dash-btn.heading-btn {
  background-color: var(--dark-slate-blue);
  margin-top: 0;
}

.edit-btn.dash-btn.heading-btn.right {
  background-color: var(--cornflower-blue);
  margin-left: 15px;
}

.edit-btn.dash-btn.heading-btn.right:hover {
  box-shadow: 2px 2px 10px 0 var(--cornflower-blue);
}

.edit-btn.dash-btn.navy {
  background-color: var(--dark-slate-blue);
}

.edit-btn.dash-btn.navy:hover {
  box-shadow: 2px 2px 10px 0 var(--dark-slate-blue);
}

.edit-btn.dash-btn._225-w {
  width: 225px;
}

.edit-btn._2nd {
  margin-top: 10px;
  margin-bottom: 0;
  margin-left: 15px;
}

.edit-btn._2nd.navy {
  background-color: var(--dark-slate-blue);
}

.edit-btn._2nd.navy:hover {
  box-shadow: 2px 2px 10px 0 var(--dark-slate-blue);
}

.edit-btn._150-w {
  width: 150px;
}

.edit-btn.right {
  margin-left: 10px;
}

.modal-close-icon {
  height: 19px;
}

.btn-icon {
  height: 20px;
  margin-right: 10px;
}

.account-block {
  margin-bottom: 20px;
}

.account-wrap {
  width: 100%;
  border-bottom: 5px solid #ebebeb;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.account-wrap.last {
  border: 1px #000;
}

._1-2-modal-div {
  width: 47.5%;
  flex-wrap: wrap;
  display: flex;
}

.form-link-row {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.form-link {
  color: var(--dark-slate-blue);
  margin-right: 25px;
  font-size: 19px;
}

.form-link:hover {
  text-decoration: underline;
}

.mojo-seal {
  width: 60px;
  margin-right: 10px;
}

.dash-subnav-wrap {
  width: 100%;
  background-image: linear-gradient(to right, var(--dark-slate-blue), #3076f0);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 0 2px 15px rgba(0, 0, 0, .2);
}

.news-link-wrap {
  text-align: left;
  border-radius: 8px;
  flex-direction: column;
  align-items: flex-start;
  margin: 10px 20px;
  display: flex;
  position: relative;
}

.news-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  box-shadow: 0 0 13px rgba(0, 0, 0, .2);
}

.news-heading {
  color: var(--dark-slate-blue);
  text-align: center;
  padding-top: 15px;
  padding-bottom: 5px;
  font-family: Latinotype Texta Bold, sans-serif;
  line-height: 1.1em;
}

.news-img-wrap {
  width: 100%;
  height: 290px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 25px rgba(0, 0, 0, .2);
}

.nav-dd-link {
  color: var(--dark-slate-blue);
  padding: 15px 20px;
  font-family: Latinotype Texta Bold, sans-serif;
  font-size: 21px;
  display: flex;
}

.nav-dd-link.white {
  color: #fff;
}

.nav-dd-icon {
  margin-left: 5px;
  margin-right: 0;
  font-size: 19px;
  position: relative;
}

.dd-link {
  color: var(--dark-slate-blue);
  background-color: #fff;
  padding: 6px 40px 6px 20px;
  font-family: Latinotype Texta Bold, sans-serif;
  font-size: 17px;
  transition: color .2s;
}

.dd-link:hover {
  background-color: #eff7ff;
}

.dd-link.w--current {
  color: var(--dark-slate-blue);
}

.dd-link.last {
  padding-bottom: 10px;
}

.dd-link.first {
  padding-top: 10px;
}

.dd-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
}

.dd-toggle {
  padding: 0;
}

.dashboard-wrap {
  flex-direction: column;
  justify-content: space-between;
  margin-top: 170px;
  font-size: 20px;
  position: relative;
}

.dash-subnav {
  width: 90%;
  height: 70px;
  max-width: 1600px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dasn-subnav-link {
  height: 50px;
  color: #fff;
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 15px;
  font-family: Latinotype Texta Bold, sans-serif;
  font-size: 19px;
  transition: background-color .2s;
  display: flex;
}

.dasn-subnav-link:hover, .dasn-subnav-link.w--current, .dasn-subnav-link.active {
  background-color: #3774dd;
}

.subnav-dd-toggle {
  padding: 0;
}

.subnav-dd-link {
  color: var(--dark-slate-blue);
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: Latinotype Texta Bold, sans-serif;
  font-size: 20px;
  display: flex;
}

.user-icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.alert-counter {
  width: 30px;
  height: 30px;
  background-color: var(--dark-slate-blue);
  color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-left: 15px;
  margin-right: 5px;
  font-family: Latinotype Texta Bold, sans-serif;
  font-size: 16px;
  display: flex;
}

.welcome-msg-wrap {
  text-align: center;
  background-color: rgba(105, 176, 244, .15);
  padding-top: 40px;
  padding-bottom: 40px;
}

.welcome-msg {
  color: var(--dark-slate-blue);
  font-family: Latinotype Texta Bookit, sans-serif;
  font-size: 32px;
  line-height: 1em;
}

.welcome-name {
  margin-right: 10px;
  font-family: Latinotype Texta Blackit, sans-serif;
}

.summary-wrap {
  width: 100%;
  background-image: linear-gradient(to right, var(--dark-slate-blue), #3076f0);
  color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 10px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(0, 0, 0, .3);
}

.acct-wrap {
  width: 100%;
  background-color: var(--orange);
  align-items: center;
  padding: 15px 30px;
  display: flex;
}

.summary-col-40 {
  width: 40%;
  align-items: center;
  display: flex;
}

.summary-col-40.strong {
  font-family: Latinotype Texta Black, sans-serif;
}

.summary-row {
  width: 100%;
  color: #fff;
  align-items: center;
  padding: 7px 30px;
  display: flex;
}

.dash-block {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 60px;
  display: flex;
}

.dash-block.secondary {
  display: none;
}

.trans-row {
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  align-items: center;
  margin-bottom: 20px;
  padding: 20px 30px;
  display: flex;
  box-shadow: 0 2px 15px rgba(0, 0, 0, .3);
}

.trans-col-1 {
  width: 20%;
}

.trans-col-2 {
  width: 60%;
  font-family: Latinotype Texta Black, sans-serif;
}

.trans-col-3 {
  width: 20%;
}

.trans-col-4 {
  width: 12.5%;
}

.trans-red {
  color: red;
  font-family: Latinotype Texta Bold, sans-serif;
}

.trans-green {
  color: #27b405;
  font-family: Latinotype Texta Bold, sans-serif;
}

.navy-btn {
  height: 50px;
  min-width: 200px;
  background-color: var(--dark-slate-blue);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  padding: 11px 25px;
  font-family: Latinotype Texta Bold, sans-serif;
  font-size: 18px;
  transition: all .2s;
  display: flex;
}

.navy-btn:hover {
  box-shadow: 2px 2px 10px 0 var(--dark-slate-blue);
}

.acct-row {
  width: 100%;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

._20-col {
  width: 20%;
}

._20-col.bold {
  color: #000;
  font-family: Latinotype Texta Bold, sans-serif;
}

._80-col {
  width: 80%;
}

._80-col.strong, ._80-col.bld {
  color: #000;
  font-family: Latinotype Texta Bold, sans-serif;
}

._30-col {
  width: 30%;
}

._30-col.bold {
  font-family: Latinotype Texta Bold, sans-serif;
}

._70-col {
  width: 70%;
}

._70-col.bold {
  color: #000;
  font-family: Latinotype Texta Bold, sans-serif;
}

.cont-row {
  width: 100%;
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.dashboard-heading {
  margin-top: 0;
  font-size: 32px;
}

.dashboard-heading.heading-w-btn {
  margin-bottom: 0;
}

.dashboard-footer {
  z-index: 100;
  color: #fff;
  background-color: #00153a;
  padding-top: 20px;
  padding-bottom: 20px;
}

.dashboard-footer-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.summary-col-60 {
  width: 60%;
}

.summary-col-60.strong {
  font-family: Latinotype Texta Bold, sans-serif;
}

._60-col {
  width: 60%;
}

._60-col.strong {
  color: #000;
  font-family: Latinotype Texta Bold, sans-serif;
}

._60-col.bold {
  font-family: Latinotype Texta Bold, sans-serif;
}

.balance-col-40 {
  width: 40%;
  font-family: Latinotype Texta Black, sans-serif;
  font-size: 23px;
}

.balance-col-60 {
  width: 60%;
  font-family: Latinotype Texta Black, sans-serif;
  font-size: 23px;
}

.dash-dd-link {
  color: var(--dark-slate-blue);
  background-color: #fff;
  align-items: center;
  padding: 10px 20px;
  font-family: Latinotype Texta Bold, sans-serif;
  font-size: 18px;
  line-height: 1em;
  display: flex;
}

.dash-dd-list.w--open {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, .2);
}

.logout-icon {
  height: 17px;
  margin-left: 10px;
}

.dash-subheading {
  margin-bottom: 20px;
  font-family: Latinotype Texta Black, sans-serif;
  font-size: 23px;
}

.dash-subheading.margin-top {
  margin-top: 20px;
  margin-bottom: 0;
}

._70-col-wrap {
  width: 70%;
  color: #000;
  align-items: center;
  font-family: Latinotype Texta Bold, sans-serif;
  display: flex;
}

.hide-icon {
  margin-left: 5px;
}

.news-text {
  color: var(--dark-gray);
  margin-bottom: 5px;
  font-size: 20px;
}

.read-more-link {
  color: var(--dark-slate-blue);
  font-family: Latinotype Texta Bold, sans-serif;
  font-size: 21px;
}

.subscribe-form-wrap {
  align-items: center;
  display: flex;
}

.hrs-strong {
  margin-right: 5px;
  font-family: Latinotype Texta Black, sans-serif;
}

.hearing-impaired {
  margin-left: 10px;
}

.btn-row {
  width: 100%;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.text-feild-link {
  color: var(--cornflower-blue);
  font-family: Latinotype Texta Bold, sans-serif;
  font-size: 16px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.text-label {
  height: 50px;
  align-items: center;
  display: flex;
}

.tooltip-icon {
  width: 24px;
  height: 24px;
  background-color: var(--orange);
  color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-left: 7px;
  font-family: Latinotype Texta Bold, sans-serif;
  font-size: 20px;
  display: flex;
}

.tooltip-wrap {
  position: relative;
}

.tooltip-wrap.margin-bot {
  margin-bottom: 5px;
}

.tooltip {
  width: 260px;
  height: 90px;
  opacity: 0;
  color: #fff;
  text-align: center;
  background-color: #001f55;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-top: -114px;
  margin-left: -111px;
  padding: 12px;
  font-size: 17px;
  line-height: 1.1em;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0;
  left: auto;
  right: auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, .4);
}

.image {
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: -20px;
  left: 0%;
  right: 0%;
}

.social-link-wrap {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.social-link {
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 23px;
  justify-content: center;
  align-items: center;
  margin-right: 12px;
  display: flex;
}

.social-icon {
  width: 24px;
}

.fb-icon {
  height: 20px;
}

.yt-icon {
  width: 20px;
}

.in-icon {
  height: 18px;
  margin-top: -1px;
}

.heading-btn-wrap {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.trans-form-flex {
  flex-wrap: wrap;
  display: flex;
}

._1-3-filter-wrap {
  width: 31%;
  margin-bottom: 20px;
  position: relative;
}

._1-3-filter-search-wrap {
  width: 3%;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.filter-form-flex {
  justify-content: space-between;
  display: flex;
}

.filter-search-icon {
  width: 22px;
  margin-top: 22px;
}

.trans-state-link-wrap {
  width: 100%;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 8px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
  box-shadow: 0 0 13px rgba(0, 0, 0, .2);
}

.trans-state-link-wrap.inactive-1, .trans-state-link-wrap.inactive-2 {
  display: none;
}

.trans-link {
  width: 100%;
  height: 50px;
  color: var(--dark-gray);
  align-items: center;
  padding: 12px 6px 12px 20px;
  display: flex;
}

.trans-date {
  width: 15%;
}

.trans-desc {
  width: 47%;
  font-family: Latinotype Texta Bold, sans-serif;
}

.trans-amt-wrap {
  width: 15%;
  align-items: center;
  display: flex;
}

.trans-amt {
  margin-left: 5px;
  font-family: Latinotype Texta Bold, sans-serif;
}

.trans-amt.red {
  color: red;
}

.trans-amt.green {
  color: #27b405;
}

.trans-bal-wrap {
  width: 15%;
  align-items: center;
  display: flex;
}

.trans-bal {
  margin-left: 7px;
  font-family: Latinotype Texta Bold, sans-serif;
}

.details-link {
  width: 8%;
  height: 36px;
  background-color: var(--cornflower-blue);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  font-family: Latinotype Texta Bold, sans-serif;
  font-size: 18px;
  display: flex;
}

.details-link.details-state-link {
  width: 130px;
}

.details-arrow {
  height: 9px;
  margin-left: 10px;
}

.trans-detail-wrap {
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 60px 30px;
  display: flex;
  position: relative;
}

.trans-detail-heading {
  margin-bottom: 10px;
  font-family: Latinotype Texta Black, sans-serif;
  font-size: 23px;
}

.trans-block {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

._10-col {
  width: 10%;
}

._90-col {
  width: 90%;
}

._90-col.bold {
  font-family: Latinotype Texta Bold, sans-serif;
}

.dash-btn-row {
  display: flex;
}

.dash-btn-row.margin-top {
  margin-top: 5px;
}

.bold {
  font-family: Latinotype Texta Black, sans-serif;
}

.select-field-2 {
  height: 50px;
  color: #282828;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  margin-bottom: 10px;
  font-size: 19px;
  box-shadow: 1px 1px 13px rgba(0, 0, 0, .35);
}

.select-field-2:focus {
  border: 1px solid #69b0f4;
}

.error-message-2 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ff9e18;
  border-radius: 8px;
  margin-top: 20px;
  padding: 15px;
  font-family: Latinotype Texta Bold, sans-serif;
}

.text-field-2 {
  height: 50px;
  color: #282828;
  border: 1px solid #fff;
  border-radius: 8px;
  margin-bottom: 10px;
  font-size: 19px;
  transition: border-color .2s;
  box-shadow: 1px 1px 13px rgba(0, 0, 0, .35);
}

.text-field-2:focus {
  border-color: #69b0f4;
}

.text-field-2::-ms-input-placeholder {
  color: #282828;
}

.text-field-2::placeholder {
  color: #282828;
}

.lt-blue-btn-2 {
  width: 50%;
  height: 50px;
  color: #fff;
  text-align: center;
  background-color: #69b0f4;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  padding: 11px 25px;
  font-family: Latinotype Texta Bold, sans-serif;
  font-size: 19px;
  transition: box-shadow .2s;
  display: flex;
}

.lt-blue-btn-2:hover {
  box-shadow: 2px 2px 15px #69b0f4;
}

.lt-blue-btn-2.modal-btn {
  width: 100%;
}

.gray-btn-2 {
  width: 50%;
  height: 50px;
  color: #282828;
  text-align: center;
  background-color: #e7e7e7;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 11px 25px;
  font-family: Latinotype Texta Bold, sans-serif;
  font-size: 19px;
  transition: box-shadow .2s;
  display: flex;
}

.gray-btn-2:hover {
  box-shadow: 2px 2px 15px #e7e7e7;
}

.gray-btn-2.modal-btn {
  width: 100%;
}

.success-message-2 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ff9e18;
  border-radius: 8px;
  font-family: Latinotype Texta Bold, sans-serif;
}

.footer-1-3-div, .footer-col-1, .footer-col-2, .footer-col-3 {
  width: 33.333%;
}

.subscribe-field-wrap {
  width: 70%;
  padding-right: 10px;
}

.sitemap-wrap {
  align-items: flex-start;
  display: flex;
}

.sitemap-col {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.footer-link {
  color: #fff;
  margin-top: 3px;
  margin-bottom: 3px;
  text-decoration: underline;
}

.tm-wrap {
  align-items: center;
  display: flex;
}

._25-col {
  width: 25%;
}

._25-col.bold {
  font-family: Latinotype Texta Bold, sans-serif;
}

._40-col {
  width: 40%;
}

.agreement-div {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.step-line {
  width: 20px;
  height: 2px;
  background-color: #e7e7e7;
  margin-left: 5px;
  margin-right: 5px;
}

.state-link {
  width: 100%;
  height: 50px;
  color: var(--dark-gray);
  justify-content: space-between;
  align-items: center;
  padding: 12px 6px 12px 20px;
  display: flex;
}

.state-btn-link-wrap {
  align-items: center;
  display: flex;
}

.state-btn {
  height: 36px;
  background-color: var(--cornflower-blue);
  color: #fff;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: 5px 15px;
  font-family: Latinotype Texta Bold, sans-serif;
  font-size: 18px;
  transition: all .2s;
  display: flex;
}

.state-btn:hover {
  box-shadow: 2px 2px 10px 0 var(--cornflower-blue);
}

.state-btn.right {
  margin-left: 10px;
}

.state-btn.dl-btn {
  margin-top: 20px;
  margin-bottom: 20px;
}

.state-btn.dl-btn._180-w {
  width: 180px;
}

.state-btn.dl-btn._240-w {
  width: 240px;
  font-size: 18px;
}

.dl-icon {
  height: 18px;
  margin-top: -2px;
  margin-left: 10px;
}

.dash-subnav-link {
  height: 50px;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 15px;
  font-family: Latinotype Texta Bold, sans-serif;
  font-size: 19px;
  transition: background-color .2s;
  display: flex;
}

.dash-subnav-link:hover {
  background-color: #3774dd;
}

.dash-subnav-link.w--current {
  background-color: #3774dd;
  border-radius: 8px;
}

.dash-notifcation {
  width: 28px;
  height: 28px;
  background-color: var(--orange);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 9px;
  font-size: 16px;
  display: flex;
}

.dl-btn {
  min-width: 180px;
  background-color: var(--cornflower-blue);
  color: #fff;
  text-align: center;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 11px 20px;
  font-family: Latinotype Texta Bold, sans-serif;
  font-size: 18px;
  transition: all .2s;
  display: flex;
}

.dl-btn:hover {
  box-shadow: 2px 2px 10px 0 var(--cornflower-blue);
}

.dl-btn.right {
  margin-left: 10px;
}

.dl-btn.navy {
  background-color: var(--dark-slate-blue);
  margin-left: 15px;
}

.dl-btn.navy:hover {
  box-shadow: 2px 2px 10px 0 var(--dark-slate-blue);
}

.modal-form-flex-vert {
  flex-direction: column;
  display: flex;
}

._1-1--modal-div {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.form-inf-text {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Latinotype Texta Bold, sans-serif;
  font-size: 21px;
  line-height: 1.1em;
}

.checkout-label {
  margin-left: 5px;
  font-size: 21px;
}

.balance-select-field {
  width: 170px;
  height: 40px;
  background-color: #fff;
  border: 1px #000;
  border-radius: 8px;
  align-items: center;
  padding-top: 6px;
  font-size: 19px;
}

.balance-wrap {
  background-image: linear-gradient(to right, var(--dark-slate-blue), #3076f0);
  color: #fff;
  border-radius: 10px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 15px rgba(0, 0, 0, .3);
}

.balance-row {
  width: 100%;
  align-items: center;
  padding: 10px 40px;
  display: flex;
}

.balance-row.last {
  margin-bottom: 15px;
}

.balance-row.first {
  margin-top: 15px;
}

.bal-col-1 {
  width: 40%;
}

.bal-col-2 {
  width: 60%;
}

.bal-summary {
  width: 100%;
  background-color: var(--orange);
  align-items: center;
  padding: 20px 40px;
  font-family: Latinotype Texta Black, sans-serif;
  font-size: 27px;
  display: flex;
}

.pay-select-wrap {
  justify-content: flex-start;
  display: flex;
}

.pay-select {
  width: 25%;
  height: 75px;
  align-items: center;
  padding-left: 0;
  display: flex;
}

.pay-select-label {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.hidden-label {
  display: none;
}

.cc-icon {
  height: 30px;
  margin-right: 10px;
}

.payment-field-wrap {
  width: 100%;
  margin-bottom: 30px;
}

.map-container {
  width: 100%;
  height: 830px;
  border-radius: 10px;
  margin-top: 40px;
  position: relative;
  overflow: hidden;
}

.map-1 {
  z-index: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.map-2 {
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 1;
  object-fit: cover;
  position: absolute;
}

.map-pin {
  z-index: 3;
  height: 46px;
  cursor: pointer;
  position: absolute;
}

.map-pin.pin-1 {
  opacity: 0;
  top: 117px;
  left: 153px;
}

.map-pin.pin-2 {
  opacity: 0;
  top: 296px;
  left: 1359px;
}

.map-calculate-wrap {
  z-index: 5;
  width: 390px;
  height: 380px;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 20px;
  left: auto;
  right: 20px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .4);
}

.map-results-wrap {
  z-index: 6;
  width: 390px;
  height: 380px;
  opacity: 0;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  align-items: stretch;
  display: none;
  position: absolute;
  bottom: 20px;
  right: 20px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, .4);
}

.map-instructions {
  opacity: 0;
  align-items: center;
  margin-top: 40px;
  display: none;
}

.map-prev-pin {
  height: 60px;
  margin-right: 5px;
}

.map-controls {
  z-index: 6;
  height: 130px;
  position: absolute;
  top: 10px;
  bottom: auto;
  left: auto;
  right: 10px;
}

.map-google {
  z-index: 6;
  width: 80px;
  position: absolute;
  top: auto;
  bottom: 5px;
  left: 10px;
  right: auto;
}

.map-heading {
  color: var(--dark-slate-blue);
  font-family: Latinotype Texta Blackit, sans-serif;
  font-size: 26px;
}

.map-heading.results {
  height: 15%;
  background-color: var(--dark-slate-blue);
  background-image: linear-gradient(to right, var(--dark-slate-blue), #1766ec);
  color: #fff;
  text-align: center;
  justify-content: space-between;
  align-items: center;
  padding: 15px 35px;
  font-size: 23px;
  display: flex;
}

.map-reults-cost-wrap {
  height: 45%;
  display: flex;
}

.map-results-cost {
  width: 50%;
  border-right: 1px solid #a8a8a8;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
}

.map-results-cost._2nd {
  border-right-style: none;
}

.map-price {
  color: var(--dark-slate-blue);
  padding-top: 15px;
  font-family: Latinotype Texta Black, sans-serif;
  font-size: 38px;
}

.map-price.price-save {
  color: var(--orange);
}

.map-mpass-icon {
  height: 26px;
}

.save-box {
  height: 40%;
  color: #fff;
  background-color: #00215a;
  padding: 25px 35px;
}

.cash {
  font-family: Latinotype Texta Bold, sans-serif;
  font-size: 25px;
}

.save-heading {
  font-family: Latinotype Texta Blackit, sans-serif;
  font-size: 20px;
}

.reset-btn {
  color: #fff;
  align-items: center;
  font-family: Latinotype Texta Bold, sans-serif;
  font-size: 19px;
  display: flex;
}

.reset-icon {
  height: 20px;
  margin-left: 10px;
}

.sect-shadow {
  width: 100%;
  height: 40px;
  background-image: linear-gradient(#f3f3f3, #fff);
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.pp-icon {
  height: 40px;
  margin-right: 10px;
}

.state-block {
  width: 100%;
  display: flex;
}

.state-col {
  width: 55%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.state-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 20px;
}

._50-col {
  width: 50%;
}

._50-col.bold {
  color: #000;
  font-family: Latinotype Texta Bold, sans-serif;
}

.btn-wrap-w-heading {
  display: flex;
}

.checkmark-success {
  width: 150px;
  margin-bottom: -20px;
}

.pay-heading-wrap {
  z-index: 1000;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.pay-control-wrap {
  align-items: center;
  display: flex;
}

.pay-filter-num-wrap {
  align-items: center;
  font-size: 19px;
  display: flex;
}

.filter-num-dd {
  height: 50px;
  border-radius: 8px;
  align-items: center;
  padding-left: 15px;
  padding-right: 10px;
  font-size: 20px;
  display: flex;
  box-shadow: 0 0 13px rgba(0, 0, 0, .35);
}

.filter-num-icon {
  margin-top: -4px;
  margin-left: 5px;
  margin-right: 0;
  position: relative;
}

.pay-select-field {
  width: 100px;
  height: 50px;
  background-color: #fff;
  border: 1px #fff;
  border-radius: 8px;
  margin-bottom: 0;
  margin-left: 12px;
  margin-right: 12px;
  padding-left: 10px;
  font-size: 21px;
  box-shadow: 0 0 13px rgba(0, 0, 0, .5);
}

.pay-select-field:focus {
  border-color: var(--cornflower-blue);
}

.pay-filter-form {
  margin-bottom: 0;
  margin-right: 40px;
}

.pay-control-link {
  color: var(--cornflower-blue);
  align-items: center;
  font-family: Latinotype Texta Bold, sans-serif;
  font-size: 20px;
  display: flex;
}

.print-icon {
  height: 25px;
  margin-left: 10px;
}

.pay-chart-wrap {
  border-radius: 8px;
  flex-direction: column;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 19px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 13px rgba(0, 0, 0, .3);
}

.pay-heading-row {
  background-image: linear-gradient(to right, var(--dark-slate-blue), #1766ec);
  color: #fff;
  padding: 12px 25px;
  font-family: Latinotype Texta Bold, sans-serif;
  display: flex;
}

.pay-col {
  width: 10%;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
}

.pay-col.select {
  width: 6%;
  align-items: center;
  display: flex;
}

.pay-col.date {
  width: 15%;
}

.pay-col.view {
  width: 4%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pay-col.trans {
  width: 15%;
}

.pay-col.amt {
  width: 7%;
}

.pay-col.plate {
  width: 13%;
}

.pay-col.overdue {
  color: red;
  text-transform: uppercase;
  font-family: Latinotype Texta Bold, sans-serif;
}

.pay-row {
  color: var(--dark-gray);
  align-items: center;
  padding: 12px 25px;
  display: flex;
}

.pay-row.even {
  background-color: #ebebeb;
}

.chart-span {
  margin-left: 7px;
}

.pay-check-field {
  margin-bottom: 0;
  padding-left: 0;
}

.pay-check {
  margin-top: 0;
  margin-left: 0;
}

.pay-view-icon {
  height: 20px;
}

.pay-check-box {
  width: 18px;
  height: 18px;
  border: 1px solid var(--dark-gray);
  cursor: pointer;
  background-color: #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pay-check-active {
  z-index: 1;
  width: 21px;
  height: 21px;
  background-color: var(--dark-slate-blue);
  border: 1px solid #fff;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -1px;
  left: -1px;
}

.pay-check-icon {
  height: 14px;
}

.pagination-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.page-arrow {
  height: 17px;
}

.page-link {
  width: 46px;
  height: 46px;
  color: #6b6b6b;
  background-color: #fff;
  border-radius: 23px;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  margin-right: 5px;
  font-family: Latinotype Texta Bold, sans-serif;
  font-size: 20px;
  transition: background-color .2s;
  display: flex;
}

.page-link:hover {
  background-color: #e9e9e9;
}

.page-link.active {
  background-color: var(--cornflower-blue);
  color: #fff;
}

.arrow-link {
  width: 42px;
  height: 42px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.space-btn-row {
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-between;
  align-self: stretch;
  display: flex;
}

._1-1-div {
  width: 100%;
}

.profile._2nd {
  border-top: 5px solid #ebebeb;
  padding-top: 40px;
  display: none;
}

.fin-state-block {
  width: 100%;
  flex-direction: column;
  display: flex;
}

.fin-heading-row {
  width: 100%;
  background-color: var(--dark-slate-blue);
  background-image: linear-gradient(to right, var(--dark-slate-blue), #1766ec);
  color: #fff;
  border-radius: 5px;
  align-items: flex-start;
  font-family: Latinotype Texta Bold, sans-serif;
  display: flex;
}

._1-3-col {
  width: 33.333%;
}

._1-3-col.bld {
  font-family: Latinotype Texta Bold, sans-serif;
}

.fin-row {
  border-radius: 5px;
  align-items: flex-start;
  display: flex;
}

.fin-row.even {
  background-color: #eee;
}

.fin-1-3-col {
  width: 33.333%;
  padding: 10px 20px;
}

.fin-total {
  width: 33.333%;
  padding: 10px 20px;
  font-family: Latinotype Texta Black, sans-serif;
  font-size: 23px;
}

.vehicle-link {
  height: 50px;
  color: var(--dark-gray);
  justify-content: space-between;
  align-items: center;
  margin-right: 38px;
  padding-left: 20px;
  display: flex;
}

.vehicle-link.full-width {
  margin-right: 0;
}

.vehicle-info-wrap {
  align-items: center;
  display: flex;
}

.vehcle-control-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.vehcle-control-wrap.confirm-1, .vehcle-control-wrap.confirm-2 {
  height: 36px;
  color: var(--dark-slate-blue);
  background-color: rgba(105, 176, 244, .2);
  border-radius: 5px;
  padding-left: 13px;
  padding-right: 13px;
  font-family: Latinotype Texta Bold, sans-serif;
  font-size: 18px;
  line-height: 1.1em;
  display: none;
}

.vehicle-lic {
  color: #000;
  margin-right: 25px;
  font-family: Latinotype Texta Bold, sans-serif;
}

.view-link {
  height: 36px;
  background-color: var(--cornflower-blue);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Latinotype Texta Bold, sans-serif;
  font-size: 18px;
  display: flex;
}

.vehicle-block {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.modal-alert {
  width: 100%;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.vehicle-alert-info {
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
  font-size: 25px;
  display: flex;
}

.vehicle-alert-info._70-w {
  width: 70%;
  justify-content: center;
}

.vehicle-alert-info.vert {
  flex-direction: column;
}

.veh-alert-plate {
  margin-right: 13px;
  font-family: Latinotype Texta Black, sans-serif;
}

.alert-note {
  margin-bottom: 20px;
}

.lic-status {
  color: var(--dark-slate-blue);
  background-color: rgba(105, 176, 244, .25);
  border-radius: 5px;
  margin-left: 20px;
  padding: 5px 20px;
  font-family: Latinotype Texta Bold, sans-serif;
  font-size: 18px;
}

.lic-status.left {
  margin-right: 10px;
}

.map-3 {
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
  object-fit: cover;
  display: none;
  position: absolute;
}

.pass-wrap {
  height: 50px;
  color: var(--dark-gray);
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 6px;
  display: flex;
}

.remove-link {
  height: 36px;
  background-color: var(--cornflower-blue);
  color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Latinotype Texta Bold, sans-serif;
  font-size: 18px;
  display: flex;
}

.remove-link.right {
  margin-left: 8px;
}

.remove-link.inactive {
  opacity: .6;
  filter: grayscale();
}

.pass-id {
  color: #000;
  margin-left: 7px;
  margin-right: 20px;
  font-family: Latinotype Texta Bold, sans-serif;
}

.pass-id-wrap {
  width: 380px;
  display: flex;
}

.notification-wrap {
  height: 55px;
  opacity: .7;
  border-radius: 8px;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.notification-wrap.active {
  opacity: 1;
  color: var(--dark-slate-blue);
  background-color: rgba(105, 176, 244, .2);
}

.notification-date {
  width: 125px;
}

.active-notification {
  font-family: Latinotype Texta Bold, sans-serif;
}

.notification-tag {
  z-index: 1;
  width: 6px;
  background-color: var(--orange);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.notification-block {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
  margin-top: -10px;
  display: flex;
}

.fin-doc {
  line-height: 1.5em;
}

.blue-link {
  color: var(--dark-slate-blue);
  text-decoration: underline;
}

.fin-subheading {
  color: #000;
  font-family: Latinotype Texta Bold, sans-serif;
}

.fin-block {
  margin-bottom: 15px;
}

.faq-col-wrap {
  align-items: flex-start;
  display: flex;
}

.faq-col {
  margin-right: 100px;
}

.faq-block {
  margin-top: 15px;
}

.vehicle-plate-info {
  justify-content: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.vehicle-plate-info.last {
  width: 360px;
  border-right-style: none;
}

.veh-pass {
  margin-right: 13px;
}

.veh-pass-id {
  font-family: Latinotype Texta Black, sans-serif;
}

.alert-form {
  width: 100%;
}

.pass-type {
  margin-left: 13px;
}

.pass-desc-type {
  margin-top: 10px;
}

.conf-notification {
  width: 25px;
  height: 25px;
  min-height: 25px;
  min-width: 25px;
  background-color: var(--orange);
  color: #fff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-left: 7px;
  font-family: Latinotype Texta Black, sans-serif;
  display: flex;
}

.dashboard-container {
  min-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.mobile-serch.hidden {
  display: none;
}

.state-img-wrap {
  width: 45%;
  flex-direction: column;
  margin-bottom: 20px;
  display: flex;
}

.white-section {
  z-index: 3;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  position: relative;
}

.main-container {
  width: 85%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-navy {
  color: #24356b;
}

.numbered-list {
  opacity: .65;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 60px;
  list-style-type: decimal;
}

.numb-list {
  margin-bottom: 20px;
}

.summary-label {
  align-items: center;
  display: flex;
}

.map-select-dd-toggle {
  width: 100%;
}

.map-select-dd-toggle.w--open {
  z-index: 2;
}

.map-select-dd-list {
  background-color: #fff;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.map-select-dd-list.w--open {
  z-index: 1;
  background-color: #fff;
  border-radius: 8px;
  top: 47px;
  left: 0;
  right: 0%;
  box-shadow: 0 7px 15px rgba(0, 0, 0, .2);
}

.map-select-dd-llink {
  height: 50px;
  align-items: center;
  display: flex;
}

.map-select-dd-llink:hover {
  background-color: #ebebeb;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 20px;
  }

  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 30px;
  }

  .header-home {
    height: 40vh;
    min-height: auto;
  }

  .header-home-capt {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-logo {
    height: 35px;
    margin-left: 20px;
  }

  .header-subheading {
    font-size: 23px;
  }

  .alert-bar {
    text-align: left;
    justify-content: space-between;
    font-size: 18px;
    line-height: 1em;
  }

  .alert-icon {
    display: none;
  }

  .close-link {
    position: relative;
    right: 0;
  }

  .navbar {
    background-color: #fff;
    justify-content: center;
    padding-bottom: 0;
    position: relative;
  }

  .navbar.dash {
    height: auto;
  }

  .nav-container {
    width: 100%;
    padding-left: 30px;
  }

  .nav-logo-link {
    width: 180px;
    height: auto;
  }

  .nav-logo-white {
    display: none;
  }

  .nav-logo {
    position: relative;
  }

  .nav-link {
    border-top: 1px solid #e0e0e0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
    font-size: 18px;
  }

  .nav-link.white {
    color: var(--dark-slate-blue);
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 30px;
    font-size: 19px;
  }

  .nav-link.white:hover {
    color: var(--dark-slate-blue);
  }

  .nav-link.white.mobile-only {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .nav-menu {
    background-color: #fff;
  }

  .nav-btn {
    color: var(--dark-slate-blue);
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
    border-radius: 0;
    margin-left: 0;
    padding: 20px 20px 20px 30px;
    font-size: 18px;
  }

  .nav-btn:hover {
    box-shadow: none;
  }

  .nav-btn.orange {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
  }

  .nav-btn.orange:hover {
    box-shadow: none;
  }

  .subnav {
    display: none;
  }

  .home-portal-sect {
    margin-top: 40px;
  }

  .home-portal-flex {
    flex-direction: column;
  }

  ._1-3-div {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .portal-link {
    height: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .portal-img {
    height: 350px;
    border-radius: 8px;
  }

  .portal-capt {
    align-items: flex-start;
    padding: 0;
  }

  .traingle {
    height: 35px;
  }

  .portal-heading {
    margin-top: 10px;
  }

  .main-sect {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-sect.sect-wo-header, .main-sect.nav-marg {
    margin-top: 0;
  }

  .flex-hcj {
    flex-direction: column;
  }

  ._2-3-div {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .flex-vls.right-pad {
    padding-right: 0;
  }

  .flex-vls.left-pad {
    padding-left: 0;
  }

  .body-logo {
    height: 45px;
  }

  .logo-slogan {
    font-size: 30px;
  }

  .btn {
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
  }

  .btn.right {
    margin-left: 0;
  }

  .flex-vss.left-pad {
    padding-left: 0;
  }

  .flex-vss.right-pad {
    padding-right: 0;
  }

  .icon-link {
    padding-left: 0;
  }

  .quick-link-wrap {
    right: 10px;
  }

  .home-link-arrow {
    opacity: 1;
    margin-left: 15px;
    display: block;
  }

  .icon-link-shadow {
    opacity: 1;
  }

  .cta-inner-wrap {
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  ._1-2-div {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  ._1-2-div._0-margin {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cta-heading {
    font-size: 31px;
  }

  .cta-btn-row {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
  }

  .mpass-app {
    display: none;
  }

  .flex-htj {
    flex-direction: column;
  }

  .footer {
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 17px;
  }

  .footer-logo {
    height: 45px;
  }

  .footer-logo.dash {
    margin-bottom: 20px;
  }

  .footer-phone-link {
    font-size: 30px;
  }

  .footer-field {
    height: 45px;
  }

  .form-btn {
    width: 100%;
    height: 45px;
  }

  .form-btn.search-btn {
    background-position: 20px;
    padding-left: 25px;
  }

  .chat-legal-wrap {
    width: 90%;
    max-width: 1600px;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .chat-legal-wrap.dash {
    flex-direction: column;
  }

  .legal-link.dash {
    margin-left: 0;
  }

  .header {
    height: 20vh;
    min-height: auto;
    margin-top: 0;
  }

  .header-capt {
    text-align: center;
    align-items: center;
  }

  .header-road {
    display: none;
  }

  .heading-home {
    margin-bottom: 5px;
    font-size: 50px;
  }

  .text-field {
    height: 45px;
  }

  .text-field.view-icon {
    background-size: auto 17px;
  }

  .about-img {
    height: 375px;
  }

  .value-wrap {
    min-height: auto;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .value-wrap.first {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .value-icon {
    margin-bottom: 10px;
  }

  .team-wrap {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
  }

  .team-img {
    height: 820px;
  }

  .menu-btn {
    color: var(--dark-slate-blue);
    font-size: 40px;
  }

  .menu-btn.w--open {
    color: var(--dark-slate-blue);
    background-color: #fff;
  }

  .select-field {
    height: 45px;
  }

  .toll-dispute-wrap {
    padding: 40px;
  }

  ._1-2-field-wrap {
    width: 100%;
  }

  .trip-results-map {
    height: 430px;
  }

  .mpass-select-box {
    padding: 40px;
  }

  .mpass-select-box.right-margin {
    margin-right: 0;
  }

  .mpass-select-box.left-margin {
    margin-left: 0;
  }

  .flex-vct {
    text-align: left;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .form-step-dots {
    height: 7px;
  }

  .step-link {
    width: 50px;
    height: 50px;
    min-height: 50px;
    min-width: 50px;
    border-radius: 25px;
  }

  .form-btn-row {
    flex-direction: column-reverse;
    align-items: stretch;
  }

  .gray-btn {
    width: 100%;
    height: 45px;
    margin-right: 0;
  }

  .lt-blue-btn {
    width: 100%;
    height: 45px;
    margin-left: 0;
  }

  ._1-3-field-wrap {
    width: 100%;
  }

  .blue-btn, .pseudo-field, .pseudo-icon-link {
    height: 45px;
  }

  .pseudo-bold-text {
    margin-left: 12px;
    margin-right: 12px;
  }

  .modal-overlay-wrap {
    display: flex;
  }

  .modal-overlay {
    max-height: 94vh;
    overflow: scroll;
  }

  .modal-heading-wrap {
    z-index: 1;
    width: 90%;
    height: 50px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: fixed;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
  }

  .modal-content-wrap {
    margin-top: 50px;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .modal-heading {
    font-size: 25px;
  }

  .modal-close-link {
    width: 50px;
    height: 50px;
  }

  .modal-form-flex {
    flex-direction: column;
  }

  ._1-3-modal-div, ._2-3-modal-div {
    width: 100%;
  }

  .edit-btn {
    height: 45px;
  }

  .modal-close-icon {
    height: 18px;
  }

  ._1-2-modal-div {
    width: 100%;
  }

  .mojo-seal.dash {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .dash-subnav-wrap {
    display: none;
  }

  .news-link-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .news-heading {
    padding-bottom: 0;
  }

  .news-img-wrap {
    height: 350px;
  }

  .nav-dd-link {
    border-top: 1px solid #e0e0e0;
    justify-content: space-between;
    padding-left: 30px;
    font-size: 18px;
  }

  .nav-dd-link.white {
    width: 100%;
    color: var(--dark-slate-blue);
    border-top: 1px solid #e0e0e0;
    justify-content: space-between;
    padding-left: 30px;
    font-size: 19px;
  }

  .dd-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 50px;
    font-size: 18px;
  }

  .dd-link:hover {
    background-color: #fff;
  }

  .dd-list.w--open {
    box-shadow: none;
    border-radius: 0;
    position: relative;
  }

  .dd-toggle {
    width: 100%;
  }

  .dashboard-wrap {
    margin-top: 0;
  }

  .welcome-msg {
    font-size: 30px;
  }

  .acct-wrap {
    font-size: 20px;
  }

  .dash-block {
    margin-bottom: 40px;
  }

  .navy-btn {
    width: 100%;
    height: 45px;
    margin-bottom: 10px;
  }

  .dashboard-heading {
    font-size: 30px;
  }

  .dashboard-footer-wrap {
    flex-direction: column;
  }

  .dash-dd-link.mobile {
    display: block;
  }

  ._1-3-filter-wrap {
    width: 100%;
  }

  .select-field-2, .text-field-2 {
    height: 45px;
  }

  .lt-blue-btn-2 {
    width: 100%;
    height: 45px;
    margin-left: 0;
  }

  .gray-btn-2 {
    width: 100%;
    height: 45px;
    margin-right: 0;
  }

  .footer-1-3-div {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .main-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .nav-dd {
    width: 100%;
  }

  .nav-dd.desktop-only {
    display: none;
  }

  .dropdown {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 27px;
  }

  .heading-logo {
    height: 24px;
    margin-left: 10px;
  }

  .header-subheading {
    font-size: 20px;
  }

  .nav-container {
    padding-left: 20px;
  }

  .portal-img {
    height: 300px;
  }

  .logo-slogan, .icon-link {
    font-size: 27px;
  }

  .heading-icon {
    height: 36px;
  }

  .cta-heading {
    font-size: 28px;
  }

  .cta-check-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .cta-check {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .footer-phone-link {
    font-size: 27px;
  }

  .form-btn.inset {
    margin-left: 0;
  }

  .chat-legal-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .chat-legal-wrap.dash {
    align-items: center;
  }

  .legal-link {
    margin-left: 0;
  }

  .heading-home {
    font-size: 35px;
  }

  .about-img {
    height: 300px;
  }

  .team-img {
    height: 550px;
  }

  .form-flex {
    flex-direction: column;
  }

  ._1-2-field-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .trip-results-map {
    height: 330px;
  }

  .mpass-account-logo {
    height: 50px;
  }

  .mojo-seal {
    margin-bottom: 10px;
  }

  .news-img-wrap {
    height: 300px;
  }

  .welcome-msg-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .welcome-msg {
    font-size: 27px;
  }

  .acct-wrap, .summary-row {
    padding-left: 20px;
    padding-right: 20px;
  }

  .trans-row {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .trans-col-1, .trans-col-2, .trans-col-3 {
    width: 100%;
  }

  .acct-row {
    flex-direction: column;
  }

  ._20-col, ._80-col, ._30-col, ._70-col {
    width: 100%;
  }

  .cont-row {
    flex-direction: column;
  }

  .dashboard-heading {
    font-size: 27px;
  }

  .balance-col-40, .balance-col-60 {
    font-size: 20px;
  }

  ._70-col-wrap {
    width: 100%;
  }

  .main-container {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .alert-text {
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 18px;
  }

  h2 {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 25px;
    line-height: .9em;
  }

  h4 {
    font-size: 25px;
  }

  p {
    margin-bottom: 15px;
  }

  label {
    font-size: 16px;
  }

  .header-home {
    border-bottom-style: none;
  }

  .alert-bar {
    font-size: 15px;
  }

  .nav-container {
    padding-left: 15px;
  }

  .nav-container.dash {
    height: 80px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
  }

  .nav-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-link.white, .nav-link.white.mobile-only, .nav-btn {
    padding-left: 15px;
  }

  .nav-btn:hover {
    color: var(--dark-slate-blue);
  }

  .home-portal-sect {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .portal-img {
    height: 200px;
  }

  .portal-capt {
    padding-top: 10px;
  }

  .main-sect {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .body-logo {
    height: 40px;
  }

  .btn {
    height: 40px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 17px;
  }

  .icon-link {
    padding-bottom: 10px;
    font-size: 24px;
  }

  .home-link-icon {
    width: 35px;
    margin-right: 10px;
  }

  .quick-link-wrap {
    display: none;
  }

  .cta-inner-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-icon {
    height: 32px;
  }

  .cta-heading {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 26px;
  }

  .cta-check-icon {
    height: 18px;
    margin-right: 5px;
  }

  .apple-icon {
    height: 25px;
  }

  .android-icon {
    height: 17px;
  }

  .faq-link, .faq-answer {
    padding-left: 17px;
    padding-right: 17px;
  }

  .faq-arrow {
    height: 10px;
  }

  .quick-link-icon {
    width: 40px;
    height: 40px;
    padding: 14px;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-logo {
    height: 35px;
  }

  .footer-logo.dash {
    width: 75%;
    height: auto;
  }

  .footer-block {
    margin-bottom: 20px;
  }

  .footer-phone-link {
    font-size: 23px;
  }

  .phone-icon {
    height: 18px;
  }

  ._1-1-field-wrap {
    margin-bottom: 10px;
  }

  ._1-1-field-wrap.subscribe {
    width: 100%;
    margin-bottom: 5px;
    margin-right: 0;
  }

  .footer-field {
    height: 40px;
  }

  .form-btn {
    height: 40px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 17px;
  }

  .form-btn.subscribe {
    width: 100%;
    margin-top: 0;
  }

  .footer-headiing {
    font-size: 20px;
  }

  .chat-legal-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .chat-legal-wrap.dash {
    text-align: center;
    align-items: center;
  }

  .chat-icon-wrap {
    width: 40px;
    height: 40px;
  }

  .play-icon {
    width: 60px;
  }

  .pay-feat-wrap {
    flex-direction: column;
  }

  .pay-feat {
    width: 100%;
    margin-bottom: 10px;
  }

  .text-field {
    height: 40px;
    font-size: 17px;
  }

  .text-field::-ms-input-placeholder {
    font-size: 17px;
  }

  .text-field::placeholder {
    font-size: 17px;
  }

  .about-img {
    height: 200px;
  }

  .value-heading {
    font-size: 25px;
  }

  .team-img {
    height: 290px;
  }

  .menu-btn {
    padding: 10px;
  }

  .menu-btn.w--open {
    background-color: #fff;
  }

  .select-field {
    height: 40px;
    padding-top: 4px;
    font-size: 17px;
  }

  .file-upload-wrap {
    height: 40px;
    font-size: 16px;
    line-height: 1em;
  }

  .file-btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 16px;
  }

  .textarea {
    font-size: 17px;
  }

  .textarea::-ms-input-placeholder {
    font-size: 17px;
  }

  .textarea::placeholder {
    font-size: 17px;
  }

  .toll-dispute-wrap {
    padding: 20px;
  }

  ._1-2-field-wrap {
    margin-bottom: 10px;
  }

  .trip-results-map {
    height: 200px;
  }

  .mpass-select-box {
    padding: 30px 20px 20px;
  }

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

  .form-step-link-wrap {
    margin-bottom: 20px;
  }

  .form-step-dots {
    display: none;
  }

  .step-link {
    width: 40px;
    height: 40px;
    min-height: 40px;
    min-width: 40px;
    margin-left: 3px;
    margin-right: 3px;
    font-size: 19px;
  }

  .gray-btn {
    height: 40px;
    font-size: 17px;
  }

  .prev-arrow {
    height: 8px;
    margin-right: 5px;
  }

  .lt-blue-btn {
    height: 40px;
    font-size: 17px;
  }

  .next-arrow {
    height: 8px;
    margin-left: 5px;
  }

  .checkbox-radio-field-wrap {
    margin-bottom: 10px;
  }

  .checkradio-field.abs {
    position: relative;
  }

  .check-radio-label {
    font-size: 16px;
  }

  .blue-btn {
    height: 40px;
    font-size: 17px;
  }

  .pseudo-field {
    height: 40px;
    font-size: 18px;
  }

  .pseudo-icon-link {
    height: 40px;
    padding: 7px;
  }

  .pseudo-icon {
    height: 18px;
  }

  .modal-content-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .modal-heading {
    font-size: 22px;
  }

  .modal-close-link.alert-close-link {
    right: 0;
  }

  .edit-btn {
    height: 40px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 17px;
  }

  .edit-btn.dash-btn.right._225-w {
    margin-left: 0;
  }

  .edit-btn.dash-btn._225-w {
    width: 100%;
  }

  .modal-close-icon {
    height: 16px;
  }

  .form-link {
    margin-right: 15px;
    font-size: 16px;
  }

  .mojo-seal.dash {
    margin-bottom: 5px;
  }

  .news-img-wrap {
    height: 200px;
  }

  .nav-dd-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .dd-link:hover {
    background-color: #fff;
  }

  .dd-list.w--open {
    box-shadow: none;
    border-radius: 0;
    position: relative;
  }

  .dashboard-wrap {
    font-size: 19px;
  }

  .welcome-msg-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .welcome-msg {
    font-size: 21px;
  }

  .welcome-name {
    margin-right: 5px;
  }

  .acct-wrap {
    justify-content: space-between;
    font-size: 19px;
  }

  .summary-col-40 {
    width: 100%;
  }

  .summary-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .navy-btn {
    height: 40px;
    padding-top: 9px;
    padding-bottom: 9px;
    font-size: 17px;
  }

  .dashboard-heading {
    font-size: 23px;
  }

  .dashboard-footer {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .summary-col-60 {
    width: 100%;
  }

  .balance-col-40, .balance-col-60 {
    width: auto;
    font-size: 19px;
  }

  .dash-subheading {
    margin-bottom: 15px;
    font-size: 20px;
  }

  .news-text, .read-more-link {
    font-size: 19px;
  }

  .subscribe-form-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .social-link-wrap {
    margin-top: 0;
  }

  .social-link {
    width: 40px;
    height: 40px;
  }

  ._1-3-filter-wrap.mobile {
    display: none;
  }

  ._1-3-filter-search-wrap {
    width: 100%;
    justify-content: flex-start;
  }

  .filter-form-flex {
    flex-direction: column;
  }

  .filter-search-icon {
    width: 29px;
    margin-top: 0;
  }

  .filter-search-icon.mobile {
    width: 19px;
  }

  .details-link.details-state-link {
    width: 90px;
    font-size: 17px;
  }

  .dash-btn-row.margin-top {
    width: 100%;
    flex-direction: column;
  }

  .select-field-2 {
    height: 40px;
    padding-top: 4px;
    font-size: 17px;
  }

  .text-field-2 {
    height: 40px;
    font-size: 17px;
  }

  .text-field-2::-ms-input-placeholder {
    font-size: 17px;
  }

  .text-field-2::placeholder {
    font-size: 17px;
  }

  .lt-blue-btn-2, .gray-btn-2 {
    height: 40px;
    font-size: 17px;
  }

  .footer-1-3-div {
    margin-top: 0;
  }

  .footer-1-3-div.sitemap {
    display: none;
  }

  .subscribe-field-wrap {
    width: 100%;
    padding-right: 0;
  }

  .state-link {
    padding-left: 10px;
  }

  .mobile-serch {
    display: none;
  }

  .mobile-serch.hidden {
    width: 100%;
    height: 40px;
    background-color: var(--dark-slate-blue);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    padding-top: 9px;
    padding-bottom: 9px;
    display: flex;
    overflow: hidden;
  }

  .alert-text {
    padding-right: 10px;
  }
}


@font-face {
  font-family: 'Latinotype Texta Regular';
  src: url('../fonts/Latinotype---Texta-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Latinotype Texta It';
  src: url('../fonts/Latinotype---Texta-It.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Latinotype Texta Bold';
  src: url('../fonts/Latinotype---Texta-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Latinotype Texta Boldit';
  src: url('../fonts/Latinotype---Texta-BoldIt.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Latinotype Texta Black';
  src: url('../fonts/Latinotype---Texta-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Latinotype Texta Blackit';
  src: url('../fonts/Latinotype---Texta-BlackIt.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Latinotype Texta Book';
  src: url('../fonts/Latinotype---Texta-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Latinotype Texta Bookit';
  src: url('../fonts/Latinotype---Texta-BookIt.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}