/*!
 * Start Bootstrap - New Age v5.0.7 (https://startbootstrap.com/template-overviews/new-age)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-new-age/blob/master/LICENSE)
 */

html, body {
  width: 100%;
  height: 100%;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container-fluid {
  padding-left: 40px;
  padding-right: 40px;
  max-width: 1600px;
  margin: 0px;
}

.no-max {
  max-width: 2800px;
  padding-left: 20px;
}

.skew-right {
  position: relative;
  margin-bottom: 30px;
  padding-right: 65px;
  margin-right: 20px;
  background-image: url("../img/lines.png");
  background-repeat: no-repeat;
  background-position: right;
  background-size: 50px;
}

.skew-right:after {
  content: " ";
  position: absolute;
  display: block;
  width: 1pt;
  height: 100%;
  top: 0;
  right: 100px;
  z-index: -1;
  /*background: #24ABBA;
     transform-origin: bottom left;
     -ms-transform: skew(-23deg, 0deg);
     -webkit-transform: skew(-23deg, 0deg);
     transform: skew(-23deg, 0deg);*/
}

@media (min-width: 500px) {
  section p {
    /* padding: 0px 30px 0px 30px; */
    margin: 0px 0px 10px 0px;
  }
}

body {
  font-family: 'Overpass', 'Helvetica', 'Arial', 'sans-serif';
}

a {
  color: #fdcc52;
  transition: all .35s;
}

a:hover, a:focus {
  color: #1b427e;
  font-weight: 900;
}

hr {
  margin: 60px 50px 0px 50px;
  border-width: 3px;
  border-color: rgba(179, 179, 179, 0.5);
}

hr.light {
  border-color: white;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
}

h1 {
  font-family: "Chivo";
  font-weight: 900;
  text-transform: uppercase;
}

h3 {
  color: black;
  font-size: 1.3em;
  text-transform: uppercase;
  padding-right: .8em;
  font-weight: 700;
  font-family: "chivo";
  letter-spacing: 0px;
}

h4 {
  color: black;
  font-size: 1em;
  text-transform: uppercase;
  padding-right: .8em;
  font-weight: 700;
  font-family: "chivo";
  letter-spacing: 0px;
}

@media (min-width: 500px) {
  p {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 40px;
    margin-right: 30px;
  }
}

section {
  padding: 100px 0;
}

section h2 {
  font-size: 16px;
}

section h2.sideways {
  font-size: 2em;
  /*transform: rotate(270deg);
   transform-origin:0 0;
   position:absolute;*/
  font-weight: 900;
  font-family: "Chivo";
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 50px;
  color: #2a85bf;
}

.faq-subject {
  font-size: 25px;
  font-weight: 500;
}

.faqs .read-more-wrap {
  margin: 25px 0;
}

.faqs ul {
  margin-bottom: 50px;
}

#mainNav {
  border-color: rgba(34, 34, 34, 0.9);
  background-color: rgba(29, 52, 83, 0.9);
  transition: all .35s;
  font-weight: 800;
}

#mainNav .navbar-brand img {
  position: relative;
}

#mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
  color: #fcbd20;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  padding: 8px 10px;
  color: #BEC9D2;
}

#mainNav .navbar-nav>li>a {
  font-size: 11pt;
  text-transform: uppercase;
  color: #BEC9D2;
}

#mainNav .navbar-nav>li>a.active {
  color: #fdcc52 !important;
  border-color: #fdcc52 !important;
  background-color: transparent;
}

#mainNav .navbar-nav>li>a.active:hover {
  background-color: transparent;
}

#mainNav .navbar-nav>li>a, #mainNav .navbar-nav>li>a:focus {
  color: #b3d7ff;
}

#mainNav .navbar-nav>li>a:hover, #mainNav .navbar-nav>li>a:focus:hover {
  color: #fdcc52;
}

#mainNav .usdot {
  height: 30px;
  position: fixed;
  background-color: #13386e;
  display: block;
  top: 0px;
}

.engagement img {
  width: 250px;
}

.engagement-in-landing {
  /* background-color: rgb(153, 153, 153); */
  position: relative;
  bottom: 0;
  padding: 3em 3em 4em 0;
  z-index: 10;
  border-left: 40px solid;
  border-image: linear-gradient(180deg, rgb(23, 36, 55, 1), rgb(78, 131, 165)) 1;
}

@media (min-width: 992px) {
  /* #mainNav {
     Transparency for the  top header when it loads
     
     border-color: transparent;
     background-color: transparent;
    
   } */
  #mainNav .navbar-brand {
    color: fade(white, 70%);
  }
  #mainNav .navbar-brand:hover, #mainNav .navbar-brand:focus {
    color: white;
  }
  #mainNav .navbar-nav>li>a, #mainNav .navbar-nav>li>a:focus {
    color: #BEC9D2;
  }
  #mainNav .navbar-nav>li>a:hover, #mainNav .navbar-nav>li>a:focus:hover {
    color: white;
  }
  #mainNav.navbar-shrink {
    border-color: rgba(34, 34, 34, 0.9);
    background-color: rgba(29, 52, 83, 0.9);
  }
  #mainNav.navbar-shrink .navbar-brand {
    color: #fff;
  }
  #mainNav.navbar-shrink .navbar-brand:hover, #mainNav.navbar-shrink .navbar-brand:focus {
    color: #fdcc52;
  }
  #mainNav.navbar-shrink .navbar-nav>li>a, #mainNav.navbar-shrink .navbar-nav>li>a:focus {
    color: #BEC9D2;
  }
  #mainNav.navbar-shrink .navbar-nav>li>a:hover, #mainNav.navbar-shrink .navbar-nav>li>a:focus:hover {
    color: #fdcc52;
  }
}

ul.list-nav {
  position: fixed;
  left: -12px;
  top: 20vh;
  z-index: 1000;
}

ul.list-nav li {
  list-style-type: none;
}

ul.list-nav li a {
  content: "";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  border: 2px solid #fff;
  /* Change the color */
  display: block;
  width: 12px;
  height: 12px;
  position: relative;
  left: -15px;
  top: 4px;
  border-radius: 10px;
  /*transform-origin: left bottom;
   transform: skew(-20deg, 0deg);*/
  z-index: 1100;
  margin-bottom: 18px;
}

ul.list-nav li a:hover {
  border-color: #2BB9C9;
}

ul.list-nav li a span {
  display: none;
}

ul.list-nav li a:hover span {
  display: inline-block;
  width: auto;
  background: #1f4964;
  white-space: nowrap;
  border-radius: 1px;
  color: white;
  text-decoration: none;
  z-index: 1200;
  padding: 6px 20px 4px 20px;
  margin-top: -70px;
  margin-left: 12px;
  height: 34px;
  border-color: #2BB9C9;
  border-width: 1px;
  border-style: solid;
}

/*ul.list-nav li a:hover span::after {
     content: " ";
     position: absolute;
     display: block;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     z-index: -1;
     background: #2BB9C9;
     transform-origin: bottom left;
     -ms-transform: skew(-30deg, 0deg);
     -webkit-transform: skew(-30deg, 0deg);
     transform: skew(-30deg, 0deg);
 }*/

header.masthead {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  opacity: 0.5;
  z-index: 1;
  color: white;
  border-left: 40px solid;
  background: #126387;
}

.header-img img {
  height: 190px;
  top: 120px;
  margin: 160px;
}

header.masthead .header-content {
  text-align: center;
  padding-left: 50px;
}

header.masthead .header-content h1 {
  font-size: 30px;
}

header.masthead .header-content p {
  font-size: 18pt;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  margin-top: -20px;
}

.car, .squares {
  background-repeat: no-repeat;
  background-position: left;
  display: block;
  height: 440px;
  width: 100%;
  background-attachment: auto;
  -webkit-animation: fadein 2s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 2s;
  /* Firefox < 16 */
  -ms-animation: fadein 2s;
  /* Internet Explorer */
  -o-animation: fadein 2s;
  /* Opera < 12.1 */
  animation: fadein 2s;
}

.squares {
  background-image: url(../imgs/Automation_Header_022421.png);
  background-size: cover;
  -webkit-animation: fadein 5s;
  /* Safari, Chrome and Opera > 12.1 */
  -moz-animation: fadein 5s;
  /* Firefox < 16 */
  -ms-animation: fadein 5s;
  /* Internet Explorer */
  -o-animation: fadein 5s;
  /* Opera < 12.1 */
  animation: fadein 5s;
}

.home-btn {
  margin-top: 30px;
  margin-right: 10px;
  width: 95%;
  height: 55px;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Firefox < 16 */

@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Safari, Chrome and Opera > 12.1 */

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* Internet Explorer */

@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.car {
  background-image: url(../img/ITS4US_WebsiteHeader_011221-01);
  background-size: 1200px;
  background-position: 100px 90px;
  background-attachment: fixed;
}

@media (min-width: 992px) {
  header.masthead {
    height: 75vh;
    max-height: 700px;
    padding-top: 0;
    padding-bottom: 0;
  }
  header.masthead .header-content {
    margin-bottom: 0;
    text-align: left;
  }
  header.masthead .header-content h1 {
    font-size: 50px;
  }
  header.masthead .header-content h1 img {
    width: 480px;
    margin-top: 160px;
    margin-left: -70px;
  }
}

p.subtitle {
  font-size: 18pt;
}

section.special-event {
  position: relative;
  bottom: 0;
  padding-top: 3em;
  z-index: 10;
  padding-bottom: 0em;
  border-left: 40px solid;
  border-image: linear-gradient(180deg, rgb(121, 188, 231), rgb(37, 58, 88)) 1
  /*border-left:10px solid #2BB9C9;*/
}

section.special-event p {
  padding-top: 0px;
}

section.engagement {
  position: relative;
  bottom: 0;
  padding-top: 3em;
  z-index: 10;
  padding-bottom: 0em;
  border-left: 40px solid;
  border-image: linear-gradient(180deg, rgb(37, 58, 88), rgb(78, 131, 165, 1)) 1;
}

.engagement-added-page {
  border-image: linear-gradient(180deg, rgb(48, 98, 129), rgb(78, 131, 165, 1)) 1 !important;
}

section.partners {
  position: relative;
  bottom: 0;
  padding-top: 3em;
  z-index: 10;
  padding-bottom: 0em;
  border-left: 40px solid;
  border-image: linear-gradient(180deg, rgb(48, 98, 129), rgb(37, 58, 88)) 1;
}

section.demo {
  position: relative;
  bottom: 0;
  padding-top: 3em;
  z-index: 10;
  padding-bottom: 0em;
  border-left: 40px solid;
  border-image: linear-gradient(180deg, rgb(168, 190, 107), rgb(7, 58, 88)) 1;
  border-image: rgb(126387);
}

section.research {
  position: relative;
  padding: 150px 0;
}

section.download {
  padding-left: 30px;
}

section.download h2 {
  font-size: 50px;
  margin-top: 0;
}

section.download .badges .badge-link {
  display: block;
  margin-bottom: 25px;
}

section.download .badges .badge-link:last-child {
  margin-bottom: 0;
}

section.download .badges .badge-link img {
  height: 60px;
}

.activities-title {
  margin-top: 55px;
  font-family: "Chivo";
  text-transform: uppercase;
  text-align: left;
  font-size: 25px;
}

.activities img {
  width: 250px;
}

.activities p {
  text-align: left;
  padding: 0 15px;
}

@media (min-width: 768px) {
  section.download .badges .badge-link {
    display: inline-block;
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  section.download h2 {
    font-size: 40px;
  }
}

section.activities {
  position: relative;
  bottom: 0;
  padding-top: 3em;
  z-index: 10;
  padding-bottom: 0em;
  border-left: 40px solid;
  border-image: linear-gradient(180deg, rgb(37, 58, 88), rgb(48, 98, 129)) 1;
}

section.features .section-heading {
  margin-bottom: 100px;
}

section.features .section-heading p {
  margin-bottom: 0;
}

section.features .device-container, section.features .feature-item {
  max-width: 325px;
  margin: 0 auto;
}

section.features .device-container {
  margin-bottom: 100px;
}

@media (min-width: 992px) {
  section.features .device-container {
    margin-bottom: 0;
  }
}

section.features .feature-item {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

section.features .feature-item h3 {
  font-size: 30px;
}

section.features .feature-item i {
  font-size: 80px;
  display: block;
  margin-bottom: 15px;
  background: linear-gradient(to left, #7b4397, #dc2430);
  /* -webkit-background-clip: text; */
  -webkit-text-fill-color: transparent;
}

section.cta {
  position: relative;
  padding: 250px 0;
  background-image: url("../img/bg-cta.jpg");
  background-position: center;
  background-size: cover;
}

section.cta .cta-content {
  position: relative;
  z-index: 1;
}

section.cta .cta-content h2 {
  font-size: 50px;
  max-width: 450px;
  margin-top: 0;
  margin-bottom: 25px;
  color: white;
}

@media (min-width: 768px) {
  section.cta .cta-content h2 {
    font-size: 80px;
  }
}

section.cta .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

section.contact {
  text-align: center;
}

section.contact h2 {
  margin-top: 0;
  margin-bottom: 25px;
}

section.contact h2 i {
  color: #dd4b39;
}

section.contact ul.list-social {
  margin-bottom: 0;
}

section.contact ul.list-social li a {
  font-size: 40px;
  line-height: 80px;
  display: block;
  width: 80px;
  height: 80px;
  color: white;
  border-radius: 100%;
}

section.contact ul.list-social li.social-twitter a {
  background-color: #1da1f2;
}

section.contact ul.list-social li.social-twitter a:hover {
  background-color: #0d95e8;
}

section.contact ul.list-social li.social-facebook a {
  background-color: #3b5998;
}

section.contact ul.list-social li.social-facebook a:hover {
  background-color: #344e86;
}

section.contact ul.list-social li.social-google-plus a {
  background-color: #dd4b39;
}

section.contact ul.list-social li.social-google-plus a:hover {
  background-color: #d73925;
}

section.download {
  padding: 50px 0 40px 20px !important;
  color: white;
  background: linear-gradient(270deg, rgb(23, 36, 55, 1) 0%, rgb(78, 131, 165, 1) 100%);
}

.engagements {
  padding-top: 0px;
  margin: 20px 0 50px 0;
}

/* .faqs {
  margin-top: 25px;
} */

.table th, .table td {
  text-align: center;
  vertical-align: middle !important;
}

footer {
  padding: 25px 0;
  text-align: left;
  color: white;
  background: linear-gradient(30deg, rgba(43, 163, 201, 1) 0%, rgba(24, 116, 147, 1) 18%, rgba(29, 52, 83, 1) 65%, rgba(9, 21, 37, 1) 99%);
}

footer p {
  font-size: 12px;
  margin: 0;
  text-transform: none;
  text-align: center;
}

footer ul {
  margin-bottom: 0;
}

footer ul li a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}

footer ul li a:hover, footer ul li a:focus, footer ul li a:active, footer ul li a.active {
  text-decoration: none;
}

.bg-primary {
  background: #fdcc52;
  background: linear-gradient(rgba(43, 163, 201, 1, ) rgba(29, 52, 83, 1) 65%);
}

.email-footer:hover {
  color: white;
}

.text-primary {
  color: #fdcc52;
}

.no-gutter>[class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}

.btn-outline {
  color: white;
  border: 2px solid;
  border-color: white;
  border-radius: 1px;
  text-transform: uppercase;
  padding: 8px 25px 6px 25px;
  font-size: 12pt;
  font-weight: 800;
  cursor: outline;
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
  color: white;
  border-color: #EFBD27;
  background-color: #EFBD27;
  text-decoration: none;
}

.btn {
  border-radius: 1px;
  text-transform: uppercase;
  padding: 8px 25px 6px 25px;
  background-color: #EFBD27;
  font-size: 10pt;
  color: white;
  font-weight: 800;
  border-color: transparent;
  margin: 15px 0px 60px 0px;
  cursor: outline;
}

.btn:hover {
  padding: 8px 25px 6px 25px !important;
  background-color: #66a3cc;
  color: white;
  border-color: transparent;
}

p.date {
  color: #00bccc;
  padding: 0px;
  margin: 35px 0px 15px 0px;
  font-size: 1.5em;
  letter-spacing: .05em;
  font-weight: 400;
}

p.time {
  color: #2BB9C9;
  padding: 0px;
  margin: 0px 0px 5px 0px;
  font-weight: 800;
  text-transform: uppercase;
}

.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0;
  max-height: 0;
  font-size: 0;
  transition: .25s ease;
}

.read-more-state:checked~.read-more-wrap .read-more-target {
  opacity: 1;
  font-size: inherit;
  max-height: 999em;
}

.read-more-state~.read-more-trigger:before {
  content: 'read more';
}

.read-more-state:checked~.read-more-trigger:before {
  content: 'show less';
}

.read-more-trigger {
  cursor: pointer !important;
  display: inline-block;
  color: #E68B3E;
  font-weight: 800;
}

.read-more-trigger:hover {
  color: #24ABBA;
}

.engagement-row {
  /* padding: 0 30px; */
}

.engagement-row .col-lg-4 {
  margin-bottom: 60px;
  text-align: center;
}

section .h6 {
  padding: 10px 0px 0px 0px;
  margin: 10px;
  text-align: center;
  font-weight: 900;
  color: #126387;
}

@media (max-width: 500px) {
  .squares {
    height: 250px;
    background-position: left;
  }
  .groups-graphic {
    width: 160px;
    margin-top: 0 !important;
  }
  .header-img {
    margin: 0;
  }
  .header-img img {
    height: 40%;
    margin: 100px 0 0 70px;
  }
  .container-fluid {
    padding: 0;
  }
  .trip-graphic {
    width: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
  }
  .section p {
    padding: 0px 0px 0px 0px;
  }
  .container {
    padding: 0 30px;
  }
  .engagement-in-landing {
    padding-top: 10px;
    padding-right: 5px;
  }
  .engagement img {
    width: 150px;
  }
  #research {
    padding: 0;
  }
  #mainNav {
    width: 100%;
  }
  hr {
    margin: 12px 15px 0px 15px;
    border-width: 3px;
    border-color: rgba(179, 179, 179, 0.5);
  }
  .download p {
    margin-bottom: 0;
  }
  #research h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .activities img {
    width: 150px;
  }

  .activities-title {
    margin-top: 30px;
  }
}

@media (max-width: 992px) {
  section .h6 {
    padding: 10px 0px 20px 0px;
    /* margin: 0px;
    text-align: center;
    font-weight: 900;
    color: #126387; */
  }
  .regions-graphic {
    width: 50%;
    /* padding: 70px; */
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .engagement-row {
    margin-left: -16px;
  }
  .engagement-row .col-lg-2 {
    /* -ms-flex: 0 0 16.666667%; */
    /* flex: 0 0 16.666667%; */
    max-width: 27%;
    padding: 3px;
    margin-left: 18px;
  }
  .engagement-row p {
    font-size: 13px;
    /* padding-bottom: 13px; */
  }
  .engagement-img {
    width: 60% !important;
    margin-bottom: 30px;
  }
}