/* header */
*, ::after, ::before { box-sizing: border-box; }
div#top-area-wrapper { background-color: #00083F; position: fixed; left: 0; right: 0; top: 0; z-index: 10; }
div#top-area-wrapper + div#website_container { padding-top: 148px; }
div#top-area-wrapper + div#website_container:before { content: ""; display: block; height: 114px; width: 100%; background-color: #00083F; position: absolute; left: 0; right: 0; top: 0; z-index: 1; }
div#top-area-container { margin: 0 auto; float: none; height: 114px; display: flex; align-items: center; justify-content: space-between; transition: all 0.3s ease; padding-left: 50px; padding-right: 50px; width: 100%; max-width: 1080px; position: relative; }
div#top-area-wrapper.sticky div#top-area-container { height: 70px; }
div#logo { width: 200px; height: auto; margin: 0; }
div#logo img { transition: all 0.3s ease; }
div#top-area-wrapper.sticky div#logo img { height: 50px; }
div#top-area-right-container { flex: 1; height: auto; width: auto; }
div#links-container-area { width: 100%; margin-left: 0 !important; margin-top: 25px; }
div#topnavbg, #topnavarea { width: 100%; }
#topnavarea { display: flex; justify-content: flex-end; }
.topnavlink { margin: 0 0 0 30px; }
.topnavlink a { border-bottom: solid 1px rgba(0,0,0,0); padding: 0; font-size: 15px; color: #FFF !important; }
.topnavlink a:hover, .topnavlink.active a { background: none; border-color: #FFF; }

#alert-bar { background-color: #1A98FF; color: #FFF; padding: 20px 0; text-align: center; font-size: 14px; }
#alert-bar a { color: #FFF !important; }





/* footer */
#footer { background-color: #00083F; color: #FFF; /*border-top: solid 75px #1a98ff;*/ padding-top: 15px; position: relative; z-index: 2; }
#website_body.products + #footer, #website_body.services + #footer, #website_body.data + #footer { border-top: solid 75px #1a98ff; }
#footer a { color: inherit; }
#footer-bot { background-color: #000021; margin-top: 15px; padding: 10px 0; font-size: 80%; }
#footer-bot a { font-weight: normal; }
.footer-container { width: 100%; max-width: 1080px; margin-right: auto; margin-left: auto; margin-top: 0px; height: auto; display: flex; align-items: center; justify-content: space-between; padding-left: 50px; padding-right: 50px; }
.footer-container .col-6:last-child { text-align: right; }
.pre-footer { margin-bottom: -85px; }

/* footer (new) */
#footer.new { padding-top: 60px; }
#footer.new > .footer-container { align-items: flex-start; }
#footer.new .footer-container .col-6:last-child { text-align: left; }
#footer.new .h1 { font-size: clamp(1.5625rem, 1.2301rem + 1.0638vw, 2.1875rem); line-height: 1.2; display: block; }
#footer.new .social-links { justify-content: flex-start; margin-top: 18px; }
#footer.new #footer-top { margin-bottom: 60px; }
#footer.new #footer-bot { margin-top: 180px; }
#footer.new h5 { color: #FFF; font-weight: 600; margin-top: 0; margin-bottom: 8px; }
#footer.new #footer-bot .footer-container .col-6:last-child { text-align: right; }
#footer.new .menu { list-style: none; padding: 0; display: flex; flex-direction: column; gap: 10px; margin-bottom: 25px; margin-top: 0; }
#footer.new .menu > li { list-style-type: none; font-size: 14px; }
#footer.new .menu a { color: #FFF; font-weight: 400; }




/* global */
body.facelift { background: #FFF; }
body.facelift th, body.facelift td, body.facelift p, body.facelift li { color: #00083F; text-align: left; font-size: 14px; line-height: 1.4; }
/*body.facelift div#top-area-wrapper { -webkit-box-shadow: 0 0 3px 3px rgba(0,0,0,0.25); box-shadow: 0 0 3px 3px rgba(0,0,0,0.25); }*/
body.facelift div#main-body-area { float: none; }
body.facelift h1 { color: #00083F; font-weight: bold; font-size: 35px; line-height: 1.2; margin-top: 0; margin-bottom: 60px !important; }
body.facelift h2, body.facelift .h2 { color: #00083F; font-weight: bold; font-size: 24px; line-height: 1.2; margin-top: 0; margin-bottom: 20px !important; }
body.facelift h3 { color: #00083F; font-weight: normal; font-size: 18px; line-height: 1.2; margin-top: 0; margin-bottom: 20px !important; }
body.facelift img { display: inline-block; max-width: 100%; }
body.facelift a:not(.btn):link, body.facelift a:not(.btn):visited { color: #1A98FF; }
body.facelift hr { border: none; border-top: solid 2px #EEE; margin: 60px 0; }
body.facelift ul { padding-left: 15px; }
body.facelift textarea, body.facelift input, body.facelift select { font-family: inherit; font-size: 14px; }

#website_body { padding-top: 114px; min-height: calc(100vh - 251px); }
.body-container { width: 100%; max-width: 1080px; margin-right: auto; margin-left: auto; height: auto; padding-left: 50px; padding-right: 50px; }
.section { padding: 55px 0; }
.grey { background-color: rgba(245,245,245,1); }
.gradient { background: rgb(255,255,255); background: -moz-linear-gradient(top,  rgba(255,255,255,1) 30%, rgba(221,222,223,1) 100%); background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 30%,rgba(221,222,223,1) 100%); background: linear-gradient(to bottom,  rgba(255,255,255,1) 30%,rgba(221,222,223,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dddedf',GradientType=0 ); }
.gradient-reverse { background: rgb(221,222,223); background: -moz-linear-gradient(top,  rgba(221,222,223,1) 0%, rgba(255,255,255,1) 70%); background: -webkit-linear-gradient(top,  rgba(221,222,223,1) 0%,rgba(255,255,255,1) 70%); background: linear-gradient(to bottom,  rgba(221,222,223,1) 0%,rgba(255,255,255,1) 70%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddedf', endColorstr='#ffffff',GradientType=0 ); }

/* home */
.home-hero { color: #FFF; background-color: #010520; background-image: url('../../images/home/chome.png'); background-position: center; background-repeat: no-repeat; background-size: cover; padding: 75px 0 125px 0; }
body.facelift .home-hero h1 { color: inherit; margin-bottom: 20px !important; }
body.facelift .home-hero h3 { color: inherit; margin-bottom: 40px !important; }
.home-hero .col-6 > .d-flex { justify-content: flex-end; }
.home-hero .col-6 > .d-flex > img:not(:first-child) { margin-left: 60px; }
.features { padding-top: 0; margin-top: -30px; position: relative; z-index: 2; }
.features .card { padding: 40px 30px; }
.features .card .d-flex { flex-wrap: nowrap; align-items: center; }
.features .card .d-flex span { text-align: left; margin-left: 15px; font-size: 14px; }
.slick-carousel { position: relative; padding-left: 45px; padding-right: 45px; }
.slick-carousel .slick-slide { text-align: center; }
.slick-prev { left: 10px; }
.slick-prev::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M206.7 464.6l-183.1-191.1C18.22 267.1 16 261.1 16 256s2.219-11.97 6.688-16.59l183.1-191.1c9.152-9.594 24.34-9.906 33.9-.7187c9.625 9.125 9.938 24.37 .7187 33.91L73.24 256l168 175.4c9.219 9.5 8.906 24.78-.7187 33.91C231 474.5 215.8 474.2 206.7 464.6z' fill='%231a98ff'/%3E%3C/svg%3E"); background-position: center; background-repeat: no-repeat; background-size: contain; }
.slick-next { right: 10px; }
.slick-next::before { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 320 512'%3E%3Cpath d='M113.3 47.41l183.1 191.1c4.469 4.625 6.688 10.62 6.688 16.59s-2.219 11.97-6.688 16.59l-183.1 191.1c-9.152 9.594-24.34 9.906-33.9 .7187c-9.625-9.125-9.938-24.38-.7187-33.91l168-175.4L78.71 80.6c-9.219-9.5-8.906-24.78 .7187-33.91C88.99 37.5 104.2 37.82 113.3 47.41z' fill='%231a98ff'/%3E%3C/svg%3E"); background-position: center; background-repeat: no-repeat; background-size: contain; }
.slick-prev::before, .slick-next::before { content: ""; height: 20px; width: 20px; display: block; }
.slick-dots { width: auto; left: 0; right: 0; }
.slick-dots li { margin: 0; }
.slick-dots li button::before { font-size: 9px; }
.slick-dots li.slick-active button::before { color: #1a98ff; opacity: 1; }
.home ul.logos { margin-bottom: -30px; }

/* products */
ul.logos { list-style: none; padding: 0; margin: 30px 0 50px 0; display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
ul.logos.space-between { justify-content: space-between; }
ul.logos > li.item { list-style: none; padding: 0 15px; margin: 0 0 30px 0; flex: 0 0 16.6667%; max-width: calc(16.6667% - 30px); text-align: center; }
ul.logos > li.item.force-break { flex: 1 0 100%; max-width: 100%; height: 0; overflow: hidden; margin: 0; }
ul.logos > li.item img { max-width: 100%; height: auto; }

/* newsroom */
.news-item { display: block; }
.news-item .image { margin-bottom: 15px; position: relative; line-height: 0; }
.news-item .image.overlay:before { content: ""; display: block; position: absolute; z-index: 2; top: 0; left: 0; right: 0; bottom: 0; background-color: rgba(0,8,63,0.8); }
.news-item .image.overlay:after { content: ""; display: block; position: absolute; z-index: 3; top: 0; left: 0; right: 0; bottom: 0; background-position: center; background-repeat: no-repeat; background-size: 100px auto; filter: brightness(0) invert(1); }
.news-item .image.overlay.sygic:after { background-image: url('../../images/newsroom/sygic-logo%402x.png'); }
.news-item .image.overlay.thyssenkrupp:after { background-image: url('../../images/newsroom/thyssenkrupp-logo%402x.png'); }
.news-item img { max-width: 100%; position: relative; z-index: 1; }
.news-item .tag { display: block; font-weight: 400; margin-bottom: 15px; color: #1A98FF;}
.news-item:hover h3 { text-decoration: underline; }

.news-single .tag { display: block; font-weight: 400; margin-bottom: 15px; color: #1A98FF;}
.news-single .date { display: block; font-weight: 400; margin-bottom: 15px; }
body.facelift .news-single h1 { margin-bottom: 10px !important; }
.news-single .image { margin: 20px 0; }
.news-single img { max-width: 100%; }
.news-single figure { border: 1px #cccccc solid; padding: 4px; margin: 20px 0; }
.news-single figcaption { background-color: #f8f8f8; font-style: italic; padding: 2px; text-align: center; font-size: 14px; }
.news-single .news-body a:not(.btn) { font-weight: 400; text-decoration: underline; }

.news-body-wrapper { display: flex; align-items: flex-start; }
.news-body-wrapper .news-body { flex-grow: 1; }
.news-body-wrapper .pullquote { padding: 30px; background-color: #f8f8f8; margin-left: 30px; }
.news-body-wrapper .pullquote > strong { display: block; font-size: 21px; line-height: 1.2; color: #00083F; margin-bottom: 10px; }
.news-body-wrapper .pullquote > em { font-size: 14px; }

.social-share { list-style: none; padding: 0; margin: 0; display: flex; }
.social-share > li { list-style: none; padding: 0; margin: 0; width: 40px; height: 40px; background-color: #f8f8f8; box-sizing: border-box; }
.social-share > li:not(:first-child) { margin-left: 10px; }
.social-share > li > a { display: block; padding: 8px; }
.social-share svg { width: 24px; height: 24px; }

.breadcrumb { font-size: 14px; margin-bottom: 20px; }
.breadcrumb a { font-weight: normal; }

.section.promo { position: relative; z-index: 1; }
.section.promo::after { content: ""; display: block; position: absolute; left: 0; right: 0; top: -95px; bottom: 0; background-color: #1A98FF; }
.section.promo > .body-container { position: relative; z-index: 2; }
.promo-bar { background-color: #00083F; color: #FFF; background-image: url('../../images/ati-event-at-geotab-connect-web-banner.png'); background-position: center right; background-repeat: no-repeat; background-size: contain; padding: 40px 90px; }
body.facelift .promo-bar h2 { color: #FFF; }
.promo-bar a { color: #1A98FF; }

#website_body.contact { position: relative; z-index: 1; min-height: calc(100vh - 130px); }
#website_body.contact::after { content: ""; display: block; position: absolute; z-index: 1; top: 114px; left: 0; right: 0; height: 600px; background-color: rgba(245,245,245,1); }
#website_body.contact > .section { position: relative; z-index: 2; }

.social-links { list-style: none !important; padding: 0 !important; margin: 0; display: flex; }
.social-links > li { list-style: none !important; }
.social-links > li:not(:last-child) { margin-right: 10px; }
#footer .social-links { justify-content: flex-end; margin-top: 5px; }
#footer .social-links > li img { filter: brightness(0) invert(1); }


.testimonial-wrapper { background-color: rgba(255,255,255,0.9); }
.testimonial-inner { padding: 50px 30px; max-width: 100%; margin: 0 auto; text-align: center; }
.testimonial-inner p { text-align: center !important; }
.testimonial-inner .slick-track { display: flex; }
.testimonial-inner .slick-slide { padding: 0 100px; display: flex; height: auto; flex-direction: column; align-items: center; flex: 1; }


/* helpers */
.mb-0 { margin-bottom: 0 !important; }
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mt-30 { margin-top: 30px; }
.mb-50 { margin-bottom: 50px; }
.mb-55 { margin-bottom: 55px; }
.mt-50 { margin-top: 50px; }
.mr-20 { margin-right: 20px; }
.mr-40 { margin-right: 40px; }
.text-center, .text-center > p { text-align: center !important; }
.d-flex { display: flex; flex-wrap: wrap; justify-content: space-between; }
.d-flex.align-items-center { align-items: center; }
.d-flex.justify-content-center { justify-content: center; }
.d-flex .form-control { flex-grow: 1; }
.d-flex .form-control + .btn { margin-left: 15px; }
.col-20 { flex: 0 0 20%; max-width: calc(20% - 15px); }
.col-3 { flex: 0 0 25%; max-width: calc(25% - 15px); }
.col-4 { flex: 0 0 33.3333%; max-width: calc(33.3333% - 15px); }
.col-5 { flex: 0 0 41.6667%; max-width: calc(41.6667% - 15px); }
.col-6 { flex: 0 0 50%; max-width: calc(50% - 15px); }
.col-7 { flex: 0 0 58.3333%; max-width: calc(58.3333% - 15px); }
.col-8 { flex: 0 0 66.6667%; max-width: calc(66.6667% - 15px); }
.col-9 { flex: 0 0 75%; max-width: calc(75% - 15px); }
.btn, a.btn { background-color: #00083F; color: #FFF; padding: 15px 30px; display: inline-block; font-size: 85%; font-weight: normal; border: solid 2px #00083F; text-align: center; text-decoration: none; }
.btn:hover, .btn:focus, a.btn:hover, a.btn:focus { background-color: rgba(0,0,0,0); color: #00083F; }
.btn.btn-white, a.btn.btn-white { background-color: #FFF; color: #00083F; border: solid 2px #FFF; }
.btn.btn-white:hover, .btn.btn-white:focus, a.btn.btn-white:hover, a.btn.btn-white:focus { background-color: rgba(255,255,255,0); color: #FFF; }
.btn.btn-outline, a.btn.btn-outline { background-color: rgba(255,255,255,0); color: #00083F; border: solid 2px #00083F; }
.btn.btn-outline:hover, .btn.btn-outline:focus, a.btn.btn-outline:hover, a.btn.btn-outline:focus { background-color: #00083F; color: #FFF; }

.card { background-color: #FFF; -webkit-box-shadow: 0 0 8px 3px rgba(0,0,0,0.15); box-shadow: 0 0 8px 3px rgba(0,0,0,0.15); padding: 30px; text-align: center; }
body.facelift .card > h2, body.facelift .card > p { text-align: center; }
.card img + h2 { margin-top: 30px !important; }
.form-control { padding: 15px; }
.section.bg-image { background-position: center; background-repeat: no-repeat; background-size: cover; padding: 75px 0; }
.text-white { color: #FFF !important; }
label { display: block; text-align: left; }
label > .form-control { width: calc(100% - 34px); display: block; margin-top: 10px; }
.img-border { position: relative; }
.img-border > img { position: relative; z-index: 2; }
.img-border::after { content: ""; display: block; position: absolute; z-index: 1; top: -10px; right: -10px; bottom: 10px; left: 10px; background-color: #1a98ff; }
.img-border.border-left::after { right: 10px; left: -10px; }


.table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width: 100%;
}
.table > tbody > tr > th,
.table > tbody > tr > td {
    padding: 0;
}
.table > tbody > tr > th {
    padding: 12px 16px 12px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 2px solid #ddd;
    text-align: left;
}
.table > tbody > tr > td {
    padding: 12px 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 2px solid #ddd;
}



 /* Style the buttons that are used to open and close the accordion panel */
.accordion {
  background-color: #FFF;
  color: #00083F;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  padding: 15px 15px 15px 45px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
  border-radius: 5px;
  border: solid 1px #EEE;
  margin-top: 30px;
  position: relative;
}
.accordion::before {
    content: "+";
    display: block;
    position: absolute;
    left: 15px;
    top: 15px;
    color: #1A98FF;
    font-size: 18px;
    font-weight: 700;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion.active, .accordion:hover {
  background-color: #00083F;
  border-color: #00083F;
  color: #FFF;
}
.accordion:hover::before {
    color: #FFF;
}
.accordion.active::before {
    content: "-";
    color: #FFF;
    font-size: 22px;
    top: 12px;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
  padding: 0;
  background-color: white;
  display: none;
  overflow: hidden;
}
.panel-inner {
    padding: 15px 15px 0 45px;
}









@media (min-width: 992px) {
    .navbar-toggler { display: none; visibility: hidden; }
}
@media (max-width: 991px) {
    body { max-width: 100vw; overflow-x: hidden; overflow-y: visible; }

    #nav-icon {
      width: 28px;
      height: 16px;
      position: relative;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .5s ease-in-out;
      -moz-transition: .5s ease-in-out;
      -o-transition: .5s ease-in-out;
      transition: .5s ease-in-out;
      cursor: pointer;
      display: inline-block;
    }
    #nav-icon span {
      display: block;
      position: absolute;
      height: 2px;
      width: 100%;
      background: #FFF;
      border-radius: 1px;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out;
    }
    #nav-icon span:nth-child(1) {
      top: 0px;
    }
    #nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
      top: 7px;
    }
    #nav-icon span:nth-child(4) {
      top: 14px;
    }
    #nav-icon.open span:nth-child(1) {
      top: 18px;
      width: 0%;
      left: 50%;
    }
    #nav-icon.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    #nav-icon.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    #nav-icon.open span:nth-child(4) {
      top: 18px;
      width: 0%;
      left: 50%;
    }
    .navbar-toggler { padding: 0; border-radius: 0; border: none; background: none; float: right; }
    .navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler.open { background-color: rgba(0,0,0,0); box-shadow: none; }
    .navbar-toggler-icon { color: #FFF; display: flex; width: auto; height: auto; background: none; }
    .navbar-toggler-icon em { display: inline-block; font-size: 13px; margin-right: 10px; line-height: 20px; font-style: normal; }

    div#links-container-area { position: absolute; top: 100%; left: 0; right: 0; background-color: #1A98FF; margin: 0; height: auto; }
    div#links-container-area:not(.show) { display: none; }
    div#topnavbg { height: auto; padding: 20px; }
    div#topnavarea { justify-content: center; }


    .features .card .d-flex { flex-direction: column; gap: 10px; }
    .features .card .d-flex span { text-align: center; margin: 0; }

}

@media (max-width: 600px) {
    iframe { max-width: 100%; }
    .col-9 { flex: 1 0 100%; max-width: 100%; }
    .col-8 { flex: 1 0 100%; max-width: 100%; }
    .col-7 { flex: 1 0 100%; max-width: 100%; }
    .col-6 { flex: 1 0 100%; max-width: 100%; }
    .col-5 { flex: 1 0 100%; max-width: 100%; }
    .col-4 { flex: 1 0 100%; max-width: 100%; }
    .col-3 { flex: 1 0 100%; max-width: 100%; }

    .mobile-reverse { flex-direction: column-reverse; }
    .mobile-reverse .col-6 + .col-6 { margin-top: 0; margin-bottom: 30px; }

    div#logo img { max-width: 100px; }
    div#top-area-container { height: 70px; }
    #website_body { padding-top: 70px; }

    div#topnavarea { flex-direction: column; align-items: center; height: auto; }
    .topnavlink { margin-left: 0 !important; }
    div#top-area-container,
    div.footer-container,
    .body-container { padding-left: 25px; padding-right: 25px; }
    div.footer-container { flex-wrap: wrap; }
    .footer-container .col-6 { text-align: center !important; }
    #footer .social-links { justify-content: center; }

    .home-hero .col-6,
    .home-hero .col-6 h1,
    .home-hero .col-6 h3 { text-align: center; }
    .home-hero .col-6 > .d-flex { justify-content: center; margin-top: 30px; flex-direction: column; align-items: center; gap: 20px; }
    .home-hero .col-6 > .d-flex > img:not(:first-child) { margin-left: 0; }

    .home .features .card { margin-bottom: 15px; }

    .news-body-wrapper { flex-direction: column; }
    .news-body-wrapper > div { flex: 1 0 100%; max-width: 100% !important; width: 100% !important; }
    .news-body-wrapper .pullquote { margin-left: 0; }

    .table-responsive { overflow-x: auto; -webkit-overflow-scrolling: touch; }

    ul.logos > li.item.force-break { display: none; }
}
