.overlay-form.thank-you .success {
  text-align: center;
}

.accordion-toggle:after {
  content: "";
  position: absolute;
  right: -8px;
  top: 73px;
  height: 24px;
  width: 30px;
  background: url(/themes/custom/iteris/html/images/solid_up_arrow.svg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.accordion-toggle.rotate-arrow:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.accordion-toggle h3{
  color: #010101;
  font-family: "Gotham-Bold", sans-serif;
  padding-right: 40px;
  letter-spacing: -0.5px;
}
.accordion-toggle{
  position: relative;
}
.accordion-toggle p{
  color: #58595f;
  font-family: "Gotham-Bold", sans-serif;
  padding-right: 40px;
  letter-spacing: -0.2px;
}
.accordion-content p{
  color: #000000;
  margin-top: -5px;
}
.accordian-wrap {
  float: left;
  width: 100%;
  position: relative;
  -webkit-transition: all 0.1 ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
/*.accordian-wrap .accordion-toggle{
  border-top: 1px solid #c4c4c4;
}*/
/*.leadership .accordian-wrap:hover:before{
  background: #ffffff;
}*/
.leadership .accordian-wrap.active .accordion-toggle{
  border: none;
}
.leadership .accordian-wrap.active .accordion-toggle:before {
  background: transparent !important;
}
#accordion .accordion-toggle{
  padding: 54px 0 50px;
  float: left;
  width: 100%;
  position: relative;
}
#accordion .accordion-toggle:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #c4c4c4;
  -webkit-transition: all 0.1 ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#accordion .accordian-wrap:hover .accordion-toggle:before,
#accordion .accordion-toggle:hover:before {
  background: transparent;
}

.accordian-wrap:first-child .accordion-toggle {
  padding-top: 94px !important;
}
.accordian-wrap:first-child .accordion-toggle:before  {
  background: transparent !important;
}

.leadership {
  padding: 0 0 21px;

  overflow: hidden;
}
section.leadership .container {
  max-width: 1195px;
  padding: 0 21px 0 19px;
}
.leadership .accordian-wrap:before {
  content: '';
  position: absolute;
  background: #f5f5f5; /* Old browsers */
  background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #f5f5f5 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f5f5f5 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
  top: 0;
  left: 0%;
  height: 100%;
  width: 120%;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-in-out ;
  -moz-transition: all 0.3s ease-in-out ;
  -webkit-transition: all 0.3s ease-in-out ;
  -o-transition: all 0.3s ease-in-out ;
  -ms-transition: all 0.3s ease-in-out ;
}
.leadership .accordian-wrap:hover:before {
  opacity: 1;
}
.leadership .accordian-wrap:hover .accordion-toggle {
  border: none;
}
.leadership .accordian-wrap.active:before {
  opacity: 1;
}
.accordion-toggle {cursor: pointer;}
.accordion-content {
  display: none;
  padding: 0px 0 67px;
  float: left;
  width: 100%;
}
.accordion-content.default {display: none;}


.accordion-toggle .view{
  font-size:14px;
  line-height:200%;
  font-weight:normal;
  color:rgb(127,191,52);
  text-align:left;

}


.auther-img {
  float: left;
  width: 147px;
}
.auther-img img {
  height: 100%;
}
#accordion .content {
  width: 87%;
  padding-left: 36px;
  float: left;
}

/*Page-Loader*/


#floatingBarsG{
  position:relative;
  width:53px;
  height:65px;
  margin:auto;
  margin-top: 100px;
}

.blockG{
  position:absolute;
  background-color:rgb(255,255,255);
  width:8px;
  height:20px;
  border-radius:7px 7px 0 0;
  -o-border-radius:7px 7px 0 0;
  -ms-border-radius:7px 7px 0 0;
  -webkit-border-radius:7px 7px 0 0;
  -moz-border-radius:7px 7px 0 0;
  transform:scale(0.4);
  -o-transform:scale(0.4);
  -ms-transform:scale(0.4);
  -webkit-transform:scale(0.4);
  -moz-transform:scale(0.4);
  animation-name:fadeG;
  -o-animation-name:fadeG;
  -ms-animation-name:fadeG;
  -webkit-animation-name:fadeG;
  -moz-animation-name:fadeG;
  animation-duration:1.2s;
  -o-animation-duration:1.2s;
  -ms-animation-duration:1.2s;
  -webkit-animation-duration:1.2s;
  -moz-animation-duration:1.2s;
  animation-iteration-count:infinite;
  -o-animation-iteration-count:infinite;
  -ms-animation-iteration-count:infinite;
  -webkit-animation-iteration-count:infinite;
  -moz-animation-iteration-count:infinite;
  animation-direction:normal;
  -o-animation-direction:normal;
  -ms-animation-direction:normal;
  -webkit-animation-direction:normal;
  -moz-animation-direction:normal;
}

#rotateG_01{
  left:0;
  top:24px;
  animation-delay:0.45s;
  -o-animation-delay:0.45s;
  -ms-animation-delay:0.45s;
  -webkit-animation-delay:0.45s;
  -moz-animation-delay:0.45s;
  transform:rotate(-90deg);
  -o-transform:rotate(-90deg);
  -ms-transform:rotate(-90deg);
  -webkit-transform:rotate(-90deg);
  -moz-transform:rotate(-90deg);
}

#rotateG_02{
  left:7px;
  top:8px;
  animation-delay:0.6s;
  -o-animation-delay:0.6s;
  -ms-animation-delay:0.6s;
  -webkit-animation-delay:0.6s;
  -moz-animation-delay:0.6s;
  transform:rotate(-45deg);
  -o-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  -webkit-transform:rotate(-45deg);
  -moz-transform:rotate(-45deg);
}

#rotateG_03{
  left:22px;
  top:3px;
  animation-delay:0.75s;
  -o-animation-delay:0.75s;
  -ms-animation-delay:0.75s;
  -webkit-animation-delay:0.75s;
  -moz-animation-delay:0.75s;
  transform:rotate(0deg);
  -o-transform:rotate(0deg);
  -ms-transform:rotate(0deg);
  -webkit-transform:rotate(0deg);
  -moz-transform:rotate(0deg);
}

#rotateG_04{
  right:7px;
  top:8px;
  animation-delay:0.9s;
  -o-animation-delay:0.9s;
  -ms-animation-delay:0.9s;
  -webkit-animation-delay:0.9s;
  -moz-animation-delay:0.9s;
  transform:rotate(45deg);
  -o-transform:rotate(45deg);
  -ms-transform:rotate(45deg);
  -webkit-transform:rotate(45deg);
  -moz-transform:rotate(45deg);
}

#rotateG_05{
  right:0;
  top:24px;
  animation-delay:1.05s;
  -o-animation-delay:1.05s;
  -ms-animation-delay:1.05s;
  -webkit-animation-delay:1.05s;
  -moz-animation-delay:1.05s;
  transform:rotate(90deg);
  -o-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  -webkit-transform:rotate(90deg);
  -moz-transform:rotate(90deg);
}

#rotateG_06{
  right:7px;
  bottom:6px;
  animation-delay:1.2s;
  -o-animation-delay:1.2s;
  -ms-animation-delay:1.2s;
  -webkit-animation-delay:1.2s;
  -moz-animation-delay:1.2s;
  transform:rotate(135deg);
  -o-transform:rotate(135deg);
  -ms-transform:rotate(135deg);
  -webkit-transform:rotate(135deg);
  -moz-transform:rotate(135deg);
}

#rotateG_07{
  bottom:0;
  left:22px;
  animation-delay:1.35s;
  -o-animation-delay:1.35s;
  -ms-animation-delay:1.35s;
  -webkit-animation-delay:1.35s;
  -moz-animation-delay:1.35s;
  transform:rotate(180deg);
  -o-transform:rotate(180deg);
  -ms-transform:rotate(180deg);
  -webkit-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
}

#rotateG_08{
  left:7px;
  bottom:6px;
  animation-delay:1.5s;
  -o-animation-delay:1.5s;
  -ms-animation-delay:1.5s;
  -webkit-animation-delay:1.5s;
  -moz-animation-delay:1.5s;
  transform:rotate(-135deg);
  -o-transform:rotate(-135deg);
  -ms-transform:rotate(-135deg);
  -webkit-transform:rotate(-135deg);
  -moz-transform:rotate(-135deg);
}



@keyframes fadeG{
  0%{
    background-color:rgb(0,0,0);
  }

  100%{
    background-color:rgb(255,255,255);
  }
}

@-o-keyframes fadeG{
  0%{
    background-color:rgb(0,0,0);
  }

  100%{
    background-color:rgb(255,255,255);
  }
}

@-ms-keyframes fadeG{
  0%{
    background-color:rgb(0,0,0);
  }

  100%{
    background-color:rgb(255,255,255);
  }
}

@-webkit-keyframes fadeG{
  0%{
    background-color:rgb(0,0,0);
  }

  100%{
    background-color:rgb(255,255,255);
  }
}

@-moz-keyframes fadeG{
  0%{
    background-color:rgb(0,0,0);
  }

  100%{
    background-color:rgb(255,255,255);
  }
}
/*Preloader*/

#preloader {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff;
}
#preloader img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 40%;
  margin: 0 auto;
}
/*Datepicker*/

.daterangepicker.ltr .left .daterangepicker_input {
  padding-right: 0 !Important;
}
.daterangepicker.ltr .calendar.left .calendar-table {
  padding: 0 !Important;
}
.daterangepicker .input-mini {
  display: none !important;
}
.daterangepicker.dropdown-menu {
  padding-bottom: 0;
  box-shadow: 0 4px 11px 1px #c4c4c4;
  margin-top: 5px;
  border: 1px solid #c4c4c4;
  display: none;
}
.daterangepicker .calendar th.next.available {
  position: relative;
}
.daterangepicker .calendar th.next.available:after {
  background: url(/themes/custom/iteris/html/images/carousel_next.png);
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 5px;
  right: 7px;
}
.daterangepicker .calendar th.prev.available {
  position: relative;
}
.daterangepicker .calendar th.prev.available:after {
  background: url(/themes/custom/iteris/html/images/carousel_prev.png);
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  top: 5px;
  left: 4px;
}
.daterangepicker .calendar th {
  font-size: 14px;
  color: #333333;
  font-family: "Gotham-Bold", sans-serif;
  font-weight: 500;
}
.daterangepicker .calendar td {
  font-size: 14px;
  font-weight: 500;
}
.daterangepicker .calendar th,
.daterangepicker .calendar td {
  float: left;
  padding: 8px !important;
}
.daterangepicker td.active,
.daterangepicker td.active:hover {
  padding: 8px;
  font-family: "Gotham-Bold", sans-serif;
}
.daterangepicker td, .daterangepicker th {
  border: none !important;
  height: 33px !important;
}
.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
  font-family: "Gotham-Book", sans-serif;
  font-weight: 700;
}
.daterangepicker .calendar {
  margin-bottom: 0 !important;
}
.daterangepicker:after {
  top: -10px !important;
  border-right: 10px solid transparent !important;
  border-bottom: 10px solid #fff !important;
  border-left: 10px solid transparent !important;
}
.daterangepicker.opensright:after {
  left: 15px !important;
}
.daterangepicker:before {
  top: -11px !important;
  border-right: 10px solid transparent !important;
  border-left: 10px solid transparent !important;
  border-bottom: 10px solid #ccc !important;
}
.daterangepicker.opensright:before {
  left: 15px !important;
}
.daterangepicker .calendar tr {
  display: inline-block;
}
.daterangepicker th.month {
  width: 160px !important;
}



/*featured-videos-cta*/

.featured-videos-cta {
  background-color: #58595f;
  padding: 35px 0 0 0;
}

.featured-videos-cta h2 {
  font-family: 'Gotham-Book';
  padding: 0 20px;
  margin-bottom: 24px;
  color: #fff;
}

.featured-videos-cta .bg-img {
  max-height: 270px;
  position: relative;
}

.featured-videos-cta .col-three:first-child {
  border-right: 1px #58595f solid;
}

.featured-videos-cta .col-three:last-child {
  border-left: 1px #58595f solid;
}

.featured-videos-cta .col-three .title {
  padding: 6px 20px;
  background-color: #fff;
}
.featured-videos-cta .video-wrapper {
  position: relative;
}
.featured-videos-cta .col-three h6 {
  color: #58595f;
  font-weight: 100;
}

.featured-videos-cta .play-button {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  margin: 0 auto;
  padding: 17px 0 0 8px;
}
.iframe-video {
  display: none;
  position: fixed;
}
.iframe-video .close-iframe {
  background: #333;
}
.iframe-overlay .overlay-wrapper {
  position: relative;
  width: 100%;
}
.featured-videos-cta .overlay {
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.featured-videos-cta .play-button img {
  width: 27px;
  height: 34px;
}

/*
* About page
*/
.section-highlight-grid {
  position: relative;
  width: 100%;
  background-color: #58595f;
  padding: 49px 0 31px;
}
.section-highlight-grid .col-three-outer {
  max-width: 1224px;
  margin: 0 auto;
  width: 100%;
  padding: 28px 20px 0 20px;
}
.section-highlight-grid .bg-img {
  max-height: 243px;
  height: 243px;
  max-width: 347px;
  cursor: pointer;
}
.section-highlight-grid .bg-img img {
  height: 100%;
}
.section-highlight-grid .col-three {
  padding: 0 32px;
}
.section-highlight-grid .list-link {
  color: #80b039;
}
.about-highlight {
  padding: 35px 28px 33px 0;
  line-height: 1.45;
}
.section-highlight-grid .main-headline {
  font-family: "Gotham-Bold",sans-serif;
  font-size: 18px;
  display: block;
  color: #fff;
}
.section-highlight-grid .title {
  font-size: 18px;
  display: block;
  color: #fff;
  padding: 0px 0 26px 0;
}

/**
cta-block section
**/

.cta-block .container h2 {
  margin-bottom: 7px;
  text-transform: none;
  letter-spacing: 0.05em;
  line-height: 1.36;
}

.cta-block .container p {
  margin-bottom: 26px;
}

.section-per-industry .btn-bottom {
  position: absolute;
  bottom: 60px;
  width: 100%;
}

.section-per-industry .btn-bottom .quick-btn {
  float: none !important;
  margin: 0 auto;
  width: auto !important;
  max-width: 216px !important;
  display: block;
}
.section-columns.transportation .list-link {
  position: absolute;
  bottom: 0;
}
.section-columns.transportation .right {
  right: 0;
}

/***  section-columns ****/

.section-columns.agriculture {
  padding: 95px 0 56px;
}
.section-columns.agriculture .content {
  padding: 0 0 52px;
}
.section-columns.agriculture h2 {
  color: #58595f;
}
.section-columns.agriculture h6 {
  font-weight: 100;
}
.section-columns.agriculture .container-inner {
  max-width: 1290px;
  margin: 0 auto;
  padding: 0 20px;
}

.section-columns.agriculture .solution-img img {
  width: 100%;
}

.section-columns.transportation .bottom-green {
  position: absolute;
  bottom: 0;
}
.section-columns.transportation.grid a {
  display: block;
  overflow: hidden;
}
.section-columns.transportation .bottom-green:hover:after {
  left: 0;
  right: 0;
  opacity: 1;
  bottom: 0;
}
.section-columns.transportation .bottom-green:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #29abe2;
  height: 2px;
  -webkit-transition-property: left, right;
  -moz-transition-property: left, right;
  -o-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  opacity: 0;
}
.section-columns.transportation .bottom-green:after {
  background: #94c43f;
}
.section-columns.transportation .bottom-green.blue-text:after {
  background: #0071bc;
}
.section-columns.transportation h6 {
  font-weight: 100;
}
/***  section-columns-grid ****/

.section-columns.agriculture.grid .col-two-outer:after{
  content: "";
  clear: both;
  display: block;
}
.section-columns.agriculture.grid .col-two-outer .col-two {
  margin: 22px 33px 36px 33px;
  max-width: 347px;
  float: left;
}
.section-columns.agriculture.grid .col-two .solution-img {
  overflow: hidden;
}

.section-columns.agriculture.grid .container-inner {
  max-width: 866px;
}
.section-columns.agriculture.grid .col-two-outer .col-two:nth-child(3){
  float: none;
}

.section-columns.agriculture .list-link.green {
  color: #80b039;
  position: absolute;
  bottom: 0;
}
/*
 * Middle banner
 */
section.product-middle-banner.middle-banner .bg-img,
section.product-middle-banner.middle-banner .bg-img > div{
  height: 100%;
}
/*
 * Section second level
 */
.section-second-level{
  overflow: hidden;
  height: 405px;
  background: #000;
  z-index: 1;
}
.layer-2 {
  position: relative;
  height: 100%;
}
.layer-2 img {
  width: 100%;
  position: relative;
}
/*.section-second-level .v-middle-wrapper {
    height: 100%;
    background: rgba(0,0,0,0.4);
}*/
.banner-social a:hover {
  background: #fff;
}
.section-second-level .layer-1 {
  bottom: 130px;
}
.section-second-level .layer-3 {
  bottom: 40px;
}

.section-second-level .content-1000{
  width: 100%;
  max-width: 1096px;
  margin: 0 auto;
}
.section-second-level .content-1000 h1 {
  letter-spacing: -1.5px;
  margin-top: 70px;
  color: #fff;
}
.section-second-level-resource .content-1000 h1 {
  margin-top: -23px;
}
.section-second-level .content-1000 h4 {
  letter-spacing: -0.10px;
  color: #ffffff;
  word-spacing: -1px;
  padding: 2px 4px 0 0;
}
.section-second-level .bg-image{
  position: relative;
  width: 100%;
  height: 394px;
}

.section-second-level .banner-social{
  top: 94px;
  z-index: 2;
  position: absolute;
  right: 0;
  left: 0;
}
.section-second-level .banner-social ul{
  float: left;
}
.section-second-level .banner-social li{
  float: left;
  padding: 0px 8.5px;
}
.section-second-level .banner-social li:last-child {
  padding-right: 0;
}
.section-second-level .banner-social ul {
  float: right;
  margin-right: 6px;
}
.section-second-level .v-middle-inner {
  z-index: 1;
}
.section-second-level .v-middle-wrapper {
  background: rgba(0, 0, 0, 0.3);
}
.section-second-level-resource.section-second-level .layer-2:after {
  content: "";
  position: absolute;
  background: url(/themes/custom/iteris/html/images/dotted.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  width: 100%;
  top: 15%;
}
.section-second-level.without-bg {
  height: 175px;
  background: #434348;
}

/*
 * Section blog intro
 */
.section-intro.blog-intro {
  padding: 70px 0 0;
  background: none;
}
.section-intro.blog-intro .content h2 {
  padding: 14px 0 38px 0;
}
.section-intro.blog-intro .content p {
  margin-bottom: 10px;
}
.section-intro.news-intro {
  padding: 40px 0 0;
  background: none;
}
.section-intro.news-intro h2 {
  padding: 12px 0 37px 0;
}
.section-intro.news-intro p {
  margin-bottom: 11px;
}

/*
 * Specifications
 */
.specifications .col-two .product-img {
  height: 615px;
  min-height: 615px;
  overflow: hidden;
}
.specifications .col-two .product-img img {
  max-width: inherit;
}
.specifications .col-two .col-wrap {
  display: table;
  height: 376px;
}
.specifications .col-two-outer.right-img .col-wrap {
  float: right;
}
.specifications .content {
  max-width: 440px;
}
.specifications .col-two-outer.right-img .content {
  max-width: 440px;
  float: right;
}
.specifications .col-two-outer .text-box {
  display: table-cell;
  vertical-align: middle;
}
.specifications .content:after {
  content: "";
  display: inline-block;
  background: #94c43f;
  width: 57px;
  height: 3px;
  margin: 23px 0 30px;
}
.specifications .col-two a {
  margin: 0 0 18px;
  font-size: 14px;
  display: block;
  line-height: 1.3;
  padding-right: 20px;
  color: #0071bc;
}
.specifications .col-two a:hover {
  text-decoration: underline;
}
.specifications .content h3 {
  color: #58595f;
  letter-spacing: -0.010em;
  margin-bottom: 5px;
  position: relative;
}

.specifications .content p {
  color: #58595f;
  font-size: 16px;
  line-height: 1.5;
}
.specifications .bg-img {
  height: 376px;
  max-width: 562px;
  float: right;
}

.specifications .col-two-outer.right-img .bg-img {
  height: 376px;
  max-width: 562px;
  float: left;
}
.specifications .col-two-outer.right-img .col-two:last-child {
  padding-left: 15px;
}

.specifications .col-two-outer .col-two:last-child {
  padding-left: 15px;
}
.specifications .col-two-outer.right-img .col-two.box {
  width: 100%;
  text-align: right;
}
.specifications .col-two-outer {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  overflow: hidden;
}
.specifications .col-two-outer.right-img col-wrapper .col-two:last-child {
  padding: 0;
}
.specifications .col-two-outer .col-wrapper .col-two:first-child {
  padding: 0;
}
.specifications .col-two-outer.right-img col-wrapper .col-two:first-child {
  max-width: 800px;
}
.specifications .col-two-outer .col-two:first-child {
  padding-right: 15px;
}
.specifications .text-event-box {
  display: table-cell;
  vertical-align: middle;
  padding: 0 16px;
}
.specifications .col-wrapper {
  float: left;
  width: 100%;
}
.specifications .col-wrapper .col-two.event-box {
  width: 100%;
  text-align: right;
}
.specifications .col-two-outer.right-img .content:after {
  float: right;
}
.specifications {
  position: relative;
  padding: 69px 0 10px;
  overflow: hidden;
}
.specifications:after {
  content: "";
  position: absolute;
  background: url(/themes/custom/iteris/html/images/background.png);
  background-repeat: no-repeat;
  background-size: 100% 1400px;
  height: 100%;
  width: 100%;
  top: 28.5%;
  z-index: -1;
}
.specifications .col-two.box-left {
  margin-right: 4%;
  width: 35%;
}
.specifications .col-two.box-right {
  width: 50%;
}
.specifications .bg-img img {
  position: inherit;
}
.specifications .text-box p {
  color: #58595f;
}
.col-two-outer.right-img p {
  text-align: right;
}
.links-wrapper {
  float: left;
  width: 100%;
}
.specifications .col-two-outer .text-box .links-wrapper ul {
  float: left;
  width: 50%;
}
.specifications .col-two-outer.right-img .text-box .links-wrapper ul {
  width: 100%;
}
.specifications .col-two-outer.right-img .text-box .links-wrapper ul li {
  padding-right: 0;
  text-align: right;
}
.specifications .col-two-outer.right-img .col-two a {
  padding-right: 0;
}
/*
 * Sidebar tags
 */

.sidebar-head h6 {
  color: #58595f;
  font-weight: 100;
}
.col-four.col-right {
  padding: 0 5px 0 30px;
}
.three-col-block .col-four:hover h4 {
  color: #4497ce;
  border-bottom: 1px solid #4497ce;
  display: inline;
}
.three-col-block .col-four:after {
  content: "";
  position: absolute;
  top: 40px;
  right: 0;
  height: 57%;
  border-right: 1px solid #cdcdcf;
}
.three-col-block .col-four:nth-child(3):after {
  border: 0;
}
.sidebar-link {
  float: left;
  width: 100%;
  padding: 26px 0 41px;
}
.sidebar-link li {
  float: left;
  margin: 0px 1px 1px;
  height: 35px;
}
.sidebar-link li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  color: #58595f;
  font-size: 14px;
  padding: 9px 9px 7px 9px;
  background-color: #f2f2f2;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.sidebar-link li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0071bc;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.sidebar-link li a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.sidebar-link li a:hover {
  color: #fff;
}

.sidebar-head {
  float: left;
  width: 100%;
}
.blog-social ul {
  width: 100%;
  height: 45px;
  overflow: hidden;
}
.blog-social {
  padding: 26px 0 22px;
}
.blog-social .at-style-responsive .at-share-btn {
  padding: 0;
  height: 45px;
  margin: 0;
}
.blog-social .at-resp-share-element .at-icon,
.blog-social .at-resp-share-element .at-label {
  padding: 5px;
  height: 45px !important;
}
.blog-social .at-resp-share-element.at-mobile .at-share-btn {
  margin-right: 0;
}
.blog-social .at-icon-wrapper.at-share-btn.at-svc-compact {
  display: none;
}
.blog-social .at-icon-wrapper.at-share-btn.at-svc-facebook {
  display: none;
}
.sidebar-head h6 {
  position: relative;
  padding-bottom: 16px;
  line-height: 1.3;
}
.sidebar-head h6:after {
  content: "";
  border-bottom: 1px #c4c4c4 solid;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.sidebar-content {
  padding: 19px 0;
}
.sidebar-info {
  padding-bottom: 19px;
}
.sidebar-info p a {
  color: #0071bc;
  word-spacing: 2px;
}
.sidebar-info p a:hover {
  border-bottom: 1px solid #0071bc;
}
.sidebar-info span {
  font-size: 12px;
  color: #58595f;
}

.blog-links {
  float: left;
  width: 100%;
  padding: 26px 0 41px;
}
.blog-links li {
  float: left;
  margin: 0px 1px;
  height: 35px;
}
.blog-links li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  color: #58595f;
  font-size: 14px;
  padding: 9px 9px 7px 9px;
  background-color: #f2f2f2;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.blog-links li a:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0071bc;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.blog-links li a:hover:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.blog-links li a:hover {
  color: #fff;
}

/*
 * Event sidebar
 */

.searchbar {
  position: relative;
  float: left;
  width: 100%;
  border-bottom: 1px solid #c4c4c4;
  padding: 1px 0 26px;
}
.searchbar.padg {
  padding: 1px 0 22px;
}
.searchbar.padg input[type=text]::-ms-clear {
  display: none;
}

.form-wrapper {
  float: left;
  width: calc(100% - 20px);
  margin-right: 20px;
}
.form-wrapper .search {
  padding: 11px 60px 11px 11px;
  border: none;
  width: 100%;
  background-color: #f2f2f2;
  font-size: 16px;
  letter-spacing: 0.5px;
  box-shadow: none;
}
.resource-login .form-wrapper .search {
  /*     width: calc(100% - 40px);*/
  outline: none;
}
.form-wrapper .search:focus {
  outline: 0;
}
.form-wrapper input::-webkit-input-placeholder {
  color: #58595f;
  opacity: 1;
}
.form-wrapper input:-moz-placeholder {
  color: #58595f;
  opacity: 1;
}
.form-wrapper input:-ms-input-placeholder {
  color: #58595f;
  opacity: 1;
}
.form-wrapper .submit {
  height: 100%;
  width: 100%;
  border: 0;
  outline: none;
  cursor: pointer;
  text-indent: -125px;
  font-size: 0;
  background-color: #29abe2;
}
.form-wrapper label.submits {
  float: right;
  width: 40px;
  top: 1px;
  right: 0px;
  height: 40px;
  position: absolute;
  cursor: pointer;
}
.form-wrapper label.submits:active {
  background: #29abe2;
}
@-moz-document url-prefix() {
  .form-wrapper label.submits {
    top: 1px;
    height: 41px;
  }
  .we-contact-form form input {
    padding: 2.6% 5% !important;
    box-shadow: none;
  }
}
.form-wrapper label.submits::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 9px;
  max-height: 23px;
  max-width: 28px;
  width: 100%;
  height: 100%;
  background: url(/themes/custom/iteris/html/images/solid_up_arrow.svg);
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  cursor: pointer;
}
.form-wrapper .submit::-moz-focus-inner {
  border: 0;
}
.slide-toggle {
  border-radius: 10px 10px 0 0;
}
.slide-toggle {
  display: block;
  position: relative;
  width: 100%;
  text-align: left;
  font-family: "Gotham-bold", sans-serif;
  font-size: 14px;
  color: #58595f;
  padding: 22px 0 6px;
  padding-top: 0px;
  outline: none;
  cursor: pointer;
}
.slide-toggle.rotate-arrow {
  /*   padding-bottom: 22px;*/
}
.event-sidebar .slide-toggle span.print {
  position: relative;
}
.event-sidebar .slide-toggle span.print:before {
  content: '(';
}
.event-sidebar .slide-toggle span.print:after {
  content: ')';
}
.event-box .checkbox {
  margin: 4px 0 5.9px;
}
span.clearall {
  font-size: 15px;
  font-weight: 700;
  color: #0071bc;
  padding: 22px 0;
  padding-bottom: 0px;
  outline: none;
  cursor: pointer;
  float: left;
  letter-spacing: .019em;
  text-transform: capitalize;
}
.slide-toggle:after {
  content: "";
  position: absolute;
  right: -2px;
  top: -5px;
  height: 24px;
  width: 30px;
  background: url("/themes/custom/iteris/html/images/solid_up_arrow.svg");
  background-color: transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.slide-toggle.rotate-arrow:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.filter-count {
  display: none;
}
#resource-filter .filter-count {
  display: inline;
}
.open-close {
  position: relative;
  float: left;
  width: 100%;
  padding: 24px 0px 16px;
}
.open-close .event-box {
  float: left;
  width: 100%;
  /*    margin-bottom: 17px;*/
}
.event-box.event-box3 {
  margin: 4px 0 27px;
}
.event-box.event-box3.daterange {
  margin: 6px 0 10px;
}
.open-close:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #c4c4c4;
  width: 100%;
}
.sidebar-link.event {
  padding: 0;
  margin: 13px 0;
}
.event-box.event-box4 .sidebar-link.event {
  margin: 14px 0 8px;
  margin-right: -1px;
}
.sidebar-link.event li a:before {
  background-color: #0071bc;
}
.event-box input {
  position: relative;
  background: #f2f2f2;
  font-size: 16px;
  border: none;
  width: 28%;
  height: 40px;
  padding: 0 10px 0 12px;
  outline: none;
  letter-spacing: .05em;
}
.event-box input[type="checkbox"] {
  -webkit-appearance: none;
  background: transparent;
  width: auto;
  padding: 0;
  height: 13px;
  float: left;
}
.input-field.input-daterange input {
  color: #58595f;
}

.input-field input {
  margin: 0;
  background: #f2f2f2;
  font-size: 16px;
  border: none;
  width: 38%;
  height: 40px;
  padding: 0 10px;
  outline: none;
}
.input-daterange.input-field input{
  max-width: 113px;
  width: 100%;
}
.event-box.event-box3.daterange .input-field input {
  width: 28%;
  padding: 0 10px 0 13px;
  letter-spacing: 0.03em;
}
.event-box.event-box3.daterange label.input-fields {
  padding: 0;
}
.input-field.input-daterange label {
  padding: 0;
  margin: 0 5px;
}
.input-field .input-fields {
  margin: 12px 5px;
}
.sidebar-link li a.active {
  background-color: #0071bc;
  color: #fff;
}
.cross-btn {
  padding-right: 5px;
  display: none;
}
.sidebar-link li a.active .cross-btn {
  display: block;
  float: left;
}
.event-box label {
  color: #58595f;
  cursor: pointer;
  font-size: 16px;
  display: inline-block;
  padding-left: 28px;
  text-transform: capitalize;
}
.resource-outer, .resource-type-inner {
  padding-left: 13px;
}
.resource-multi-checkbox > .taxonomy {
  margin: 4px 0 5.9px;
  padding-left: 15px;
}
#ui-datepicker-div{
  width: 300px !important;
  background: #fff;
  border: 1px solid #ddd;
}
@-moz-document url-prefix() {
  .event-box label {
    padding-left: 12px;
  }
}
.event-box input[type="checkbox"]:checked:before {
  content: "";
  color: #29abe2;
  background-color: #29abe2;
}
.event-box input[type="checkbox"]:before {
  content: "";
  background-color: #cbcdda;
  height: 13px;
  width: 13px;
  display: block;
  position: absolute;
  top: 1px;
}
.event-box input[type="checkbox"]:checked:after {
  content: "L";
  color: #fff;
  font-weight: 500;
  -ms-transform: scaleX(-1) rotate(-35deg) translate(5px, -14px);
  -webkit-transform: scaleX(-1) rotate(-35deg) translate(1px, -4px);
  transform: scaleX(-1) rotate(-45deg) translate(0px, -4px);
  display: block;
  position: absolute;
  font-size: 12px;
  top: 1px;
  left: 0;
}
/* User Page */
.container.res-page {
  text-align: center;
  padding: 50px 20px;
}
.container.res-page p {
  color: #414042;
}
.container.res-page .btn-default.btn-blue {
  width: auto;
  padding: 9px 16px 9px;
  font-size: 16px;
  height: auto;
  margin-top: 20px;
}
/*
* Careers-links
*/
.link-with-content p {
  color: #0071bc;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}
.link-with-content p:hover {
  text-decoration: underline;
}
.link-with-content a {
  display: block;
  float: left;
  width: 50%;
}
.link-with-content span {
  display: block;
  float: left;
  width: 50%;
  cursor: pointer;
}
.link-with-content {
  float: left;
  width: 100%;
  padding: 25px 0 23px;
  border-bottom: 1px solid #d4d4d6;
}
.link-with-content p.link-right {
  padding-left: 149px;
}
.careers-links {
  padding: 29px 0 62px;
}
.link-with-content:last-child {
  border: 0;
}

/*
 * Four col block
 */
.intro-with-four-column.section-intro {
  padding: 76px 0 82px;
  background-color: #f2f2f2;
}
.intro-with-four-column.section-intro .content h2 {
  padding-bottom: 11px;
}
.intro-with-four-column.section-intro .content p {
  line-height: 1.6;
}
.intro-with-four-column .col-four-outer {
  padding: 34px 0;
  float: left;
  width: 100%;
}
.intro-with-four-column .col-four-outer .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.intro-with-four-column .col-four-outer .col-four {
  padding: 0 0px 0 53px;
  text-align: left;
}
.intro-with-four-column .col-four-outer .col-four:first-child {
  padding-left: 41px;
}
.intro-with-four-column .col-four-outer .col-four:last-child {
  padding-left: 36px;
}
.intro-with-four-column .col-four-outer p {
  color: #414042;
  font-size: 16px;
  line-height: 1.5;
}
.intro-with-four-column .col-four-outer .inner-content {
  margin-top: 10px;
}
.intro-with-four-column.section-intro .content {
  max-width: none;
}
.intro-with-four-column.section-intro .wrapper {
  max-width: 1195px;
  padding: 0 20px;
}
/*.intro-with-four-column.section-intro p, h2 {
  color: #58595f;
}*/
.intro-with-four-column .col-four-outer a {
  color: #0071bc;
  font-size: 16px;
  margin-top: 27px;
  font-weight: 700;
}
.career-intro-bottom.career-intro {
  padding: 82px 0 90px;
}
.career-intro-bottom.career-intro .content-1012 {
  max-width: none;
}
.career-intro-bottom.career-intro p {
  line-height: 1.6;
}
.career-intro-bottom.career-intro .text-center p {
  color: #414042;
}

.solution-cta.section-careers .col-two {
  width: 100%;
}
.main-wrap {
  float: left;
  width: 100%;
  position: relative;
}

/*
 * default-search css
 */

.main-wrap.search .container.default-search #block-iteris-content > ol .search-icon {
  width: 78px;
  height: 78px;
  float: left;
  background: #00bde4;
  border-radius: 7px;
  position: relative;
}
.main-wrap.search .container.default-search #block-iteris-content > ol .search-icon img {
  width: auto;
  margin: auto;
  max-height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.main-wrap.search .container.default-search #block-iteris-content > ol .search-desc {
  float: left;
  margin-left: 12px;
}


/*
 * Breadcrumb
 */
.banner-wrap {
  position: relative;
  float: left;
  width: 100%;
}
.breadcrumb {
  position: absolute;
  width: 79%;
  max-width: 1400px;
  bottom: 44px;
  left: 0;
  z-index: 1;
  font-family: "Gotham-Book", sans-serif;
  font-size: 18px;
  font-weight: 200;
  color: #fff;
  line-height: 1.4;
  margin: 0 auto;
  padding: 0 40px;
  text-transform: capitalize;
}
.breadcrumb a {
  color: #fff;
  position: relative;
}
.breadcrumb ol li:hover a {
  color: #94c43f;
}
.breadcrumb p {
  color: #414042;
}
.breadcrumb ol li {
  float: left;
  position: relative;
  font-size: 18px;
}
.breadcrumb ol li a:after {
  content: ">";
  display: inline-block;
  margin: 0 5px;
  line-height: 1;
  height: 16px;
}
.breadcrumb ol li a:hover:after {
  color: #94c43f;
}
.breadcrumb ol li:last-child a:after {
  content: "";
}
/*
 * Solution col-two block
 */
.product-middle-banner .col-two .col-wrap {
  display: table;
  width: 100%;
  height: 100%;
  background-color: #f8f8f6;
}
.product-middle-banner .col-two-outer {
  overflow: hidden;
}
.product-middle-banner .col-two-outer .bg-img,
.product-middle-banner .col-two-outer .bg-img > div{
  height: 100%;
}
.product-middle-banner .col-two-outer .text-box {
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 30px;
}
.product-middle-banner .content h2 {
  color: #58595f;
  margin: 30px 0;
  font-family: "Gotham-Light", sans-serif;
}
.product-middle-banner .col-two-outer a {
  color: #0071bc;
  font-family: "Gotham-Bold", sans-serif;
}
.product-middle-banner .content p {
  color: #414042;
  margin: 0 0 29px;
  text-align: left;
}
.product-middle-banner .col-two-outer .content {
  padding: 0 77px;
}
.product-intro-middle {
  background-color: #fff;
}
section.product-intro-middle.section-intro {
  padding: 33px 0 58px;
}
section.product-intro-middle.section-intro h2 {
  padding-bottom: 38px;
}
.product-intro.section-intro {
  padding: 62px 0 82px;
}
.product-intro.section-intro h2 {
  padding-bottom: 38px;
}
.intro-with-four-column.solution {
  background-color: #fff;
  padding: 46px 0 54px;
}
.intro-with-four-column.solution .col-four-outer {
  padding: 32px 0 16px;
}
.intro-with-four-column.solution .col-four-outer h5 {
  margin-top: 2px;
  color: #414042;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 0.075em;
}
.intro-with-four-column.solution .col-four-outer p {
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.053em;
}
.product-middle-banner a.list-link {
  font-weight: 700;
}
/*
 * related-info-slider
 */

.related-info-slider {
  background-color: #f8f8f6;
}
.related-info-slider .content-outer {
  float: left;
  padding: 82px 0 29px;
  width: 100%;
}
.related-info-slider ul > div > div > .visible{
  position: relative;
  top: 0;
  opacity: 1;
  transition: all .4s ease-in-out;
}
.related-resource {
  float: left;
  width: 31.8%;
}
.related-resource .head {
  color: #58595f;
  margin-bottom: 33px;
}
.related-resource .related-inner {
  border-right: #c4c4c4 1px solid;
  float: left;
  width: 100%;
}
.related-resource .link-wrap {
  width: 100%;
  text-align: center;
  float: left;
}
.related-resource .load-more {
  color: #0071bc;
  font-size: 18px;
}
.related-info-slider ul {
  float: left;
  width: 100%;
}
.related-info-slider ul > div > div > div {
  float: left;
  width: 100%;
  position: absolute;
  top: 70px;
  opacity: 0;
  transition: none;
}
.related-info-slider ul > div > div > div:first-of-type,
.related-info-slider ul > div > div > div:nth-child(2),
.related-info-slider ul > div > div > div:nth-child(3){
  position: relative;
  top: 0;
  opacity: 1;
}
.related-info-slider .related-resource ul li {
  float: left;
  width: 100%;
  margin-bottom: 28px;
}
.related-info-slider .inner-content p {
  color: #0071bc;
}
.related-info-slider .inner-content a {
  color: #0071bc;
  display: block;
}
.related-info-slider .inner-content a:hover{
  text-decoration: underline;
}
.right-slider {
  float: left;
  width: 68.2%;
}
.related-info-slider .owl-carousel .owl-controls {
  position: absolute;
  top: calc(22% - 16px);
  left: 0;
  right: 0;
}

.related-info-slider .owl-carousel .owl-controls .owl-buttons div {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: 0;
  width: 31px;
  height: 57px;
  font-size: 0;
  background-color: #0071bc;
  opacity: .5;
}

.related-info-slider .owl-carousel .owl-controls .owl-buttons .owl-prev {
  left: 45px;
}
.related-info-slider .owl-carousel .owl-controls .owl-buttons .owl-next {
  right: 4px;
}

/* Styling Pagination*/

.related-info-slider .owl-theme .owl-controls .owl-page{
  display: inline-block;
  zoom: 1;
  width: 14px;
  margin: 5px 4px;
}
.related-info-slider .owl-theme .owl-controls .owl-page span{
  display: block;
  width: 12px;
  height: 12px;
  background: #dbdcd4;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.related-info-slider .owl-carousel .owl-controls .owl-buttons .owl-next:after {
  content: '';
  background: url(/themes/custom/iteris/html/images/right_arrow_thick.svg);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 20px;
  left: 9px;
}
.related-info-slider .owl-carousel .owl-controls .owl-buttons .owl-prev:after {
  content: '';
  background: url("/themes/custom/iteris/html/images/left_arrow_thick.svg");
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  position: absolute;
  top: 20px;
  left: 9px;
}
.related-info-slider .owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: calc(100% - 49px);
  margin-left: 45px;
}
.related-info-slider .owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  min-height: 341px;
  -ms-touch-action: pan-y;
}
.related-info-slider .owl-carousel .owl-item{
  float: left;
  padding-right: 49px;
}
.related-info-slider .owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  background: #333333;
  width: 16px;
  height: 16px;
}
.related-info-slider .owl-pagination {
  position: absolute;
  top: 253px;
  left: 0;
  width: 100%;
  text-align: center;
}
.right-slider .head {
  color: #58595f;
  margin-bottom: 32px;
  padding-left: 43px;
}
.related-slider {
  padding-bottom: 87px;
}
.related-slider .image-box img {
  /*    margin-left: auto !important;*/
  max-width: inherit;
}
.related-slider .image-box {
  height: 167px;
  width: 100%;
  overflow: hidden;
}
.text-contain p {
  color: #414042;
  position: relative
}
.related-slider .box {
  /*   padding: 0 4px 0 45px;*/
  outline: none;
}
/*.related-slider .box:last-child {
  padding-right: 0;
}*/
.related-slider .text-contain {
  padding: 30px 0 0;
  word-spacing: -0.3px;
}
.related-resource .inner-content {
  float: left;
  width: calc(100% - 78px);
  padding: 0 20px;
}
.related-resource .icon {
  float: left;
  width: 78px;
}
.related-resource .bg-icon {
  background: #00bde4;
  border-radius: 7px;
  width: 78px;
  height: 78px;
}
.related-info-slider .related-resource .bg-icon{
  text-align: center;
}
.related-info-slider .related-resource .bg-icon img{
  max-height: 45px;
  height: 100%;
  width: auto;
}
.related-resource .bg-icon img {
  height: 45px;
  width: 78px;
  margin-top: 16px;
}
.related-resource .inner-content .para-12 {
  color: #414042;
}
.related-info-slider .slick-next.slick-arrow:after,
.related-info-slider .slick-prev.slick-arrow:after {
  content: '';
  position: absolute;
  width: 12px;
  height: 20px;
  top: 18px;
  left: 8px;
}
.related-info-slider .slick-prev.slick-arrow {
  position: absolute;
  top: calc(50% - 110px);
  left: 50px;
  color: #fff;
  z-index: 1;
  outline: none;
  cursor: pointer;
  font-size: 0;
  width: 30px;
  height: 57px;
  opacity: 0.5;
  background: #0071bc;
}
.related-info-slider .slick-next.slick-arrow {
  position: absolute;
  top: calc(50% - 110px);
  right: 0;
  color: #fff;
  z-index: 1;
  outline: none;
  cursor: pointer;
  font-size: 0;
  width: 30px;
  height: 57px;
  opacity: 0.5;
  background: #0071bc;
}
.related-info-slider .slick-next.slick-arrow:after {
  background: url("/themes/custom/iteris/html/images/left_slide_arrow.png");
  background-repeat: no-repeat;
}
.related-slider .box:hover p {
  color: #0071bc;
  text-decoration: underline;
}
.related-info-slider .slick-prev.slick-arrow:after {
  background: url("/themes/custom/iteris/html/images/right_slide_arrow.png");
  background-repeat: no-repeat;
}
.related-info-slider .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  text-align: center;
}
.related-info-slider .slick-dots li {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 5px;
  padding: 0;
  background: #dbdcd4;
  cursor: pointer;
  border-radius: 50%;
}
.related-info-slider .slick-dots li button {
  font-size: 0;
  display: block;
  width: 16px;
  height: 16px;
  padding: 5px;
  cursor: pointer;
  outline: none;
  border-radius: 50%;
}
.related-info-slider .slick-dots li.slick-active {
  background: #333333;
  border: 0;
}

/*
 * resource-center page
 */

.resource-icon {
  position: relative;
  margin-bottom: 16px;
  width: 100%;
  float: left;
}
.resource-icon .bg-icon {
  width: 78px;
  height: 78px;
  float: left;
  background: #00bde4;
  border-radius: 7px;
  position: relative;
}
.resource-icon .bg-icon img {
  width: auto;
  margin: auto;
  max-height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.resource-icon .post-type.resource {
  position: inherit !important;
  margin-top: 24px;
}
.col-three-event .content-wrap span.download {
  color: #0071bc;
  font-family: "Gotham-Bold";
  font-size: 14px;
}
.col-three-event.resource-center .col-three .content-wrap {
  padding: 30px 26px 24px 30px;
}
.col-three-event.resource-center .content-wrap p {
  font-size: 14px;
  margin-top: 10px;
}
.col-three-event.resource-center .download-btn {
  margin-top: 30px;
}
.pagination {
  float: left;
  width: 100%;
  margin-top: 12px;
  display: none;
}
.pagination a:first-child,
.pagination a:last-child{
  width: auto;
}

.pagination a {
  width: 30px;
  float: left;
  text-align: center;
  margin: 0px 1px;
  padding: 8px 10.6px;
  text-decoration: none;
  transition: background-color .3s;
  color: #0071bc;
  font-family: "Gotham-Bold";
  font-size: 14px;
}
/*.pagination a.active {
    background-color: #4CAF50;
    color: white;
}*/
.section-second-level-resource.section-second-level {
  height: 498px;
}
.pagination a:hover:not(.active) {
  background-color: #ddd;
}
.banner-form{
  position: absolute;
  bottom: 11px;
  left: calc(25% - 44px);
  width: 56.3%;
  padding: 30px 4px 15px 41px;
  background: rgba(0,0,0,0.5);
  z-index: 1;
}
.banner-form input[type="email"]
{
  outline: none;
  background: #fff;
  width: 47.1%;
  padding: 0 17px;
  letter-spacing: 1px;
  color: #555;
  font-size: 18px;
  height: 48px;
  margin-right: 4px;
}
.banner-form input[type="password"]
{
  outline: none;
  background: #fff;
  width: 33.5%;
  padding: 0 17px;
  letter-spacing: 1px;
  color: #555;
  font-size: 18px;
  height: 48px;
  margin-right: 4px;
}

.banner-form input[type="submit"] {
  outline: none;
  padding: 4px 19.2px;
  letter-spacing: 1px;
  color: #fff;
  background: #29abe2;
  font-size: 18px;
  height: 48px;
  border: none;
  cursor: pointer;
}
.banner-form input[type="submit"]:hover{
  background: #2EBC99;
}
.banner-form p {
  margin-top: 17px;
}
.sidebar-head.sort {
  padding: 22px 0 26px;
  border-bottom: 1px solid #c4c4c4;
}
.sidebar-head.display-item {
  padding: 22px 0 26px;
  border-bottom: 1px solid #c4c4c4;
}
.sidebar-head.display-item .selectboxit-container span {
  height: 41px !important;
  padding: 6px 11px 11px 3px !important;
}
.sidebar-head.display-item span.selectboxit-arrow-container {
  background: #58595f;
  width: 35px !important;
  height: 44px !important;
  position: absolute;
  top: 0;
  right: 0;
}
.sidebar-head.display-item span.selectboxit-arrow-container:after {
  content: '';
  background: url(/themes/custom/iteris/html/images/solid_white_down_arrow.svg);
  position: absolute;
  width: 14px;
  height: 9px;
  background-repeat: no-repeat;
  left: 11px;
  top: 16px;
}
.sidebar-head.display-item .selectboxit-option-first {
  display: block;
}
.searchbar.newest input#search {
  border: 1px solid #c4c4c4;
  padding: 11px 13px;
  background: transparent;
  width: 88.5%;
}
.searchbar.newest label.submit {
  width: 11%;
}
.searchbar.newest input.submit {
  background: #58595f;
}
.searchbar.newest label.submits::after {
  transform: none;
  background: url("/themes/custom/iteris/html/images/slide-arrow-white.png");
}
.col-three-event .content-wrap a:hover h6 {
  display: inline-block;
  /* border-bottom: 2px solid #0071bc; */
  text-decoration: underline;
}
.banner-form .create {
  float: left;
  width: 100%;
}
.banner-form .create a {
  float: left;
  width: 46.5%;
}
.banner-form .create a:last-child p {
  padding-left: 20px;
  position: relative;
}
.banner-form .create a:last-child p:after {
  content: "|";
  position: absolute;
  left: 7px;
}
.col-eight.col-three-event.resource-center {
  padding-top: 2px !important;
}
.resource-login .col-four.event-sidebar {
  padding-top: 25px !important;
}
.form-wrapper .searchbar span.cross {
  position: absolute;
  width: 10px;
  right: 45px;
  height: 17px;
  opacity: 0;
  color: #000;
  top: 7px;
  z-index: 1;
}
.searchbar span {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #58595f;
  margin-top: 8px;
}
.col-three-event .col-three.video span.post-type,
.col-three-event .col-three.webinar span.post-type {
  position: absolute !important;
  margin-top: 0;
}
.col-three-event .col-three.video .bg-img,
.col-three-event .col-three.webinar .bg-img {
  height: auto;
}
.col-three-event .col-three.video .bg-img img,
.col-three-event .col-three.webinar .bg-img img {
  height: auto;
}
.col-three-event.resource-center .col-three.video .content-wrap,
.col-three-event.resource-center .col-three.webinar .content-wrap {
  padding: 26px 26px 24px 30px;
}
.col-three-event.resource-center .col-three.video .download-btn,
.col-three-event.resource-center .col-three.webinar .download-btn {
  margin-top: 24px;
}

/*
 * media query
 */
@media screen and (min-width: 1391px) {
  .accordian-wrap:first-child .accordion-toggle:after {
    top: 113px;
  }
}

@media (max-width: 1280px) {
  .main-wrap.search .container.default-search #block-iteris-content > ol .search-icon img {
    height: 35px;
  }
  .input-field.input-daterange label {
    padding: 14px 5px;
  }
  .specifications .bg-img {
    float: none;
  }
  .section-highlight-grid .bg-img,
  .section-highlight-grid .bg-img img {
    height: auto;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1390px) {
  .event-box.event-box3.daterange .input-field input {
    width: 32%;
  }
  .accordian-wrap:first-child .accordion-toggle {
    padding-top: 54px !important;
  }
}
@media screen and (min-width: 1225px) and (max-width: 1280px) {
  .section-columns.agriculture {
    padding-top: 50px;
  }
  .section-columns.agriculture .content{
    padding: 0 0 40px;
  }
  .event-box.event-box3.daterange .input-field input {
    width: 32%;
    padding: 0 10px 0 10px;
    text-align: center;
  }
  .related-info-slider .content-outer {
    padding: 60px 0 30px;
  }
  .related-resource .inner-content {
    padding: 0 15px;
  }
  .related-slider .box {
    /*        padding-left: 40px;*/
  }
  .right-slider .head {
    padding-left: 28px;
  }
  .right-slider .owl-carousel .owl-wrapper-outer {
    width: calc(100% - 30px);
    margin-left: 30px;
  }
  .right-slider .owl-carousel .owl-item {
    padding-right: 30px;
  }
  .related-info-slider .slick-prev.slick-arrow {
    left: 40px;
  }
  .related-info-slider .owl-carousel .owl-controls .owl-buttons .owl-next {
    right: 0px;
  }
  .accordian-wrap:first-child .accordion-toggle {
    padding-top: 54px !important;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1224px) {
  .leadership {
    padding: 0 0 10px;
  }
  .featured-videos-cta .play-button {
    width: 60px;
    height: 60px;
    padding: 13px 0 0 8px
  }
  .featured-videos-cta .play-button img {
    width: 50%;
  }
  .intro-with-four-column.section-intro {
    padding: 60px 0;
  }
  section.product-intro-middle.section-intro h2 {
    padding-bottom: 32px;
  }
  .product-intro.section-intro {
    padding: 50px 0;
  }
  .event-box.event-box3.daterange .input-field input {
    width: 40%;
    padding: 0 10px 0 10px;
    text-align: center;
  }
  .form-wrapper {
    width: calc(100% - 10px);
    margin-right: 10px;
  }
  .related-info-slider .content-outer {
    padding: 60px 0 30px;
  }
  .related-resource .icon {
    width: 60px;
  }
  .related-resource .inner-content {
    padding: 0 15px 0 40px;
    width: calc(100% - 60px);
  }
  .related-slider .box {
    /*        padding-left: 30px;*/
  }
  .right-slider .head {
    padding-left: 30px;
  }
  .related-info-slider .slick-prev.slick-arrow {
    left: 30px;
  }
  .related-resource .head,
  .right-slider .head {
    font-size: 30px;
  }
  .right-slider .owl-carousel .owl-wrapper-outer {
    width: calc(100% - 30px);
    margin-left: 30px;
  }
  .right-slider .owl-carousel .owl-item {
    padding-right: 30px;
  }
  /*    .related-info-slider .slick-prev.slick-arrow {
          left: 40px;
      }*/
  .related-info-slider .owl-carousel .owl-controls .owl-buttons .owl-next {
    right: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1280px) {
  .product-middle-banner .col-two-outer .content {
    padding: 0 40px;
  }
  .cta-block .container p {
    margin-bottom: 22px;
  }
  .resource-icon .bg-icon {
    width: 60px;
    height: 72px;
  }
  .resource-icon .bg-icon img {
    height: 35px;
  }
  .col-three-event.resource-center .col-three .content-wrap,
  .col-three-event.resource-center .col-three.video .content-wrap,
  .col-three-event.resource-center .col-three.webinar .content-wrap {
    padding: 20px;
  }
  .banner-form {
    left: calc(16% - 44px);
    width: 80%;
    padding: 20px 24px 15px 26px;
  }
  .banner-form input[type="email"] {
    font-size: 14px;
    height: 38px;
  }
  .banner-form input[type="password"] {
    font-size: 14px;
    height: 38px;
  }
  .banner-form input[type="submit"] {
    font-size: 14px;
    height: 38px;
  }

  .section-second-level .bg-image:before{
    background-size: 400px 120px;
    width: 400px;
  }
  .section-second-level .bg-image:after{
    background-size: 400px 120px;
    width: 400px;
  }
  .form-wrapper label.submits {
    /*        width: 28px;*/
  }

  .section-intro.blog-intro {
    padding: 50px 0 0;
  }
  .section-intro.blog-intro .content h2 {
    padding: 10px 0 30px;
  }
  .link-with-content p.link-right {
    padding-left: 40px;
  }
  .career-intro-bottom.career-intro {
    padding: 50px 0;
  }
}
@media screen and (min-width: 992px) and (max-width: 1024px){
  .sidebar-link li {
    margin: 1px;
    display: grid;
  }
  .section-columns.agriculture .solution-content {
    padding: 25px 0;
  }
  .section-columns.agriculture p {
    margin: 4px 0 15px;
  }
  .section-columns.agriculture .content {
    padding: 0 0 30px;
  }
  .section-columns.agriculture {
    padding-top: 40px;
  }
  .section-columns.agriculture.grid .col-two-outer .col-two {
    margin: 0 33px 20px 33px;
  }

}
@media (max-width: 991px) {
  .tab-grid-wrapper.col-eight-grid .col-four.event-sidebar {
    width: 100%;
  }
  .breadcrumb ol li {
    font-size: 16px;
    float: none;
    display: inline-block;
  }
  .breadcrumb ol{
    font-size: 16px;
  }
  .sub-menu.big.v-big h5 {
    border-top: 1px solid #58595f !important;
  }
  .sub-menu .heading-green {
    border-top: 0 !important;
  }
  .blog-links {
    padding: 20px 0 20px;
  }
  .featured-videos-cta .play-button img {
    height: 25px;
    width: 25px;
  }
  .featured-videos-cta .play-button {
    width: 50px;
    height: 50px;
    padding: 12px 0 0 6px;
  }

  .featured-videos-cta .play-button img {
    width: 48%;
  }
  .section-highlight-grid .col-three {
    padding: 0px 10px;
  }
  .section-highlight-grid .col-three-outer {
    padding: 28px 10px 0 10px;
  }
  .section-highlight-grid .main-headline,
  .section-highlight-grid .title {
    font-size: 16px;
  }
  .col-three-event.resource-center .col-three .content-wrap,
  .col-three-event.resource-center .col-three.video .content-wrap,
  .col-three-event.resource-center .col-three.webinar .content-wrap {
    padding: 20px;
  }
  .resource-icon .bg-icon {
    width: 60px;
    height: 72px;
  }
  .resource-icon .bg-icon img {
    height: 35px;
  }
  .section-second-level .banner-social {
    top: 80px;
  }

  .section-second-level .content-1000 h4{
    padding: 0;
  }
  .section-intro.blog-intro .content h2 {
    padding: 10px 0 20px;
  }
  .careers-links {
    padding: 20px 0;
  }
  .form-wrapper label.submits {
    height: 39px;
    height: 38px\0\9\1;
  }
}
@media screen and (min-width: 1399px) {
  .product-middle-banner .col-two-outer .col-two {
    max-height: 715px;
  }
}

@media screen and (min-width: 775px) and (max-width: 1399px) {
  .product-middle-banner .col-two-outer .col-two {
    max-height: 715px;
  }
}

@media screen and (min-width: 1025px) {
  .related-info-slider .right-slider,
  .related-info-slider .related-resource{
    display: none;
  }
  .related-info-slider .right-slider.full-width {
    width: 100%;
  }
  .related-info-slider .related-resource.full-width {
    width: 100%;
  }
  .related-info-slider .related-resource.full-width .related-inner{
    border-right: none;
  }
}
@media screen and (min-width: 1281px) and (max-width: 1399px) {
  .related-info-slider .owl-carousel .owl-controls {
    top: calc(19% - 16px);
  }
}
@media screen and (min-width: 1225px) and (max-width: 1280px) {
  .related-info-slider .owl-carousel .owl-controls .owl-buttons .owl-prev {
    left: 30px;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1224px) {
  #accordion .content {
    width: 84%;
  }
  .accordion-content {
    padding: 0px 0 40px;
  }
  #accordion .accordion-toggle {
    padding: 40px 0;
  }
  .accordian-wrap:first-child .accordion-toggle {
    padding-top: 60px !important;
  }
  .accordion-toggle:after {
    top: 50px;
  }
  .accordian-wrap:first-child .accordion-toggle:after {
    top: 80px;
  }
  .related-info-slider .owl-carousel .owl-controls .owl-buttons .owl-prev {
    left: 30px;
  }
  .related-info-slider .owl-carousel .owl-controls {
    top: calc(21% - 16px);
  }
  .sidebar-link li {
    margin: 1px;
    display: grid;
  }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
  .leadership {
    padding: 0 0 0;
  }
  #accordion .content {
    width: 79%;
    padding-left: 30px;
  }
  .accordion-content {
    padding: 0px 0 30px;
  }
  #accordion .accordion-toggle {
    padding: 40px 0;
  }
  .accordian-wrap:first-child .accordion-toggle {
    padding-top: 40px !important;
  }
  .accordion-toggle:after {
    top: 50px;
  }
  .related-info-slider .owl-carousel .owl-controls .owl-buttons .owl-prev {
    left: 20px;
    top: 15px;
  }
  .related-info-slider .related-slider .box:last-child {
  }
  .related-info-slider .owl-carousel .owl-controls .owl-buttons .owl-next {
    right: 20px;
    top: 15px;
  }
  .related-slider .text-contain {
    padding: 25px 0 0;
  }
  .text-contain p {
    font-size: 16px;
  }
  .related-info-slider .owl-carousel {
    min-height: 310px;
  }
  .related-info-slider .owl-pagination {
    top: 220px;
  }
  .related-info-slider .owl-carousel .owl-item {
    padding-right:20px;
  }
  .featured-videos-cta .play-button {
    width: 50px;
    height: 50px;
    padding: 13px 0 0 8px
  }
  .featured-videos-cta .play-button img {
    width: 17px;
    height: 26px;
  }
  .featured-videos-cta .col-three h6 {
    line-height: 1.3;
  }
  .intro-with-four-column.solution {
    padding: 24px 0 16px;
  }
  section.product-intro-middle.section-intro h2 {
    padding-bottom: 25px;
  }
  section.product-intro-middle.section-intro {
    padding: 23px 0 36px;
  }
  .product-intro.section-intro {
    padding: 30px 0 40px;
  }
  .product-intro.section-intro h2 {
    padding-bottom: 30px;
  }
  .breadcrumb {
    padding: 0 20px;
  }
  .event-box.event-box3.daterange .input-field input {
    width: 42%;
    padding: 0 5px 0 5px;
    text-align: center;
  }
  .form-wrapper {
    width: calc(100% - 5px);
    margin-right: 5px;
  }
  .related-resource {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .right-slider {
    width: 100%;
    padding-top: 30px;
    border-top: #c4c4c4 1px solid;
  }
  .related-resource .head {
    margin-bottom: 30px;
  }
  .right-slider .head {
    margin-bottom: 30px;
    padding-left: 18px;
  }
  .related-slider .box {
    /*        padding: 0 20px;*/
  }
  .related-info-slider .container {
    padding: 0px;
  }
  .right-slider .owl-carousel .owl-wrapper-outer {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
  .related-info-slider .slick-prev.slick-arrow {
    left: 20px;
  }
  .related-info-slider .slick-next.slick-arrow {
    right: 20px;
  }
  .related-resource .related-inner {
    border-right: 0;
  }
  .related-resource .load-more {
    display: inline-block;
    width: auto;
    margin: 0;
  }
  .related-slider {
    padding-bottom: 60px;
  }
  .related-info-slider .content-outer {
    padding: 33px 0 23px;
  }
  .related-info-slider .related-resource ul li:last-child {
    margin-bottom: 10px;
  }
  .related-info-slider .slick-next.slick-arrow,
  .related-info-slider .slick-prev.slick-arrow {
    top: calc(50% - 90px);
  }
}

@media (min-width: 768px) and (max-width:991px) {
  .sidebar-link li {
    height: auto;
  }
  .section-second-level.without-bg {
    height: 220px;
  }
  .related-info-slider .owl-carousel .owl-controls {
    top: calc(19% - 16px);
  }
  .related-info-slider .related-resource ul li {
    width: 50%;
  }
  .section-highlight-grid {
    padding: 30px 0 20px;
  }
  .cta-block .container p {
    margin-bottom: 18px;
  }
  .section-columns.agriculture .container-inner {
    padding: 0;
    max-width: 100%;
  }
  .section-columns.agriculture .solution-content {
    padding: 20px 0 20px;
  }
  .section-columns.agriculture p {
    margin: 4px 0 10px;
  }
  .section-columns.agriculture .content {
    padding: 0 0 30px;
  }
  .section-columns.agriculture {
    padding: 30px 0 10px;
  }
  .section-columns.agriculture.grid .col-two-outer .col-two {
    margin: 0 0px 34px 0px;
    width: 50%;
    padding: 0px 20px;
    max-width: 100%;
  }
  .section-columns.agriculture .right {
    right: 20px;
  }
  .related-info-slider .inner-content p {
    font-size: 16px;
  }
  .banner-form {
    left: calc(16% - 44px);
    width: 80%;
    padding: 20px 24px 15px 26px;
  }
  .banner-form input[type="email"] {
    font-size: 14px;
    height: 38px;
  }
  .banner-form input[type="password"] {
    font-size: 14px;
    height: 38px;
  }
  .banner-form input[type="submit"] {
    font-size: 14px;
    height: 38px;
  }
  .product-middle-banner .col-two-outer .content {
    padding: 0 40px;
  }
  .intro-with-four-column.solution .col-four-outer {
    padding: 0 0 20px;
  }
  .intro-with-four-column.solution .col-four-outer h5 {
    font-size: 18px;
  }
  .intro-with-four-column .col-four-outer .col-four {
    padding: 0 10px;
  }
  .intro-with-four-column .col-four-outer .col-four:first-child {
    padding-left: 10px;
  }
  .intro-with-four-column .col-four-outer .col-four:last-child {
    padding-left: 10px;
  }

  .section-second-level .bg-image:before{
    background-size: 350px 100px;
    width: 280px;
  }
  .section-second-level .bg-image:after{
    background-size: 350px 100px;
    width: 280px;
    height: 100px;
  }
  .section-second-level .layer-1 {
    bottom: 180px;
    width: 330px;
  }
  .section-second-level .layer-3 {
    bottom: 50px;
    width: 400px;
  }
  .slider-slick-wrapper .three-col-block h4 {
    font-size: 18px;
  }
  .input-field .input-fields {
    margin: 7px 0;
  }
  .event-box label {
    font-size: 15px;
  }
  .slide-toggle {
    font-size: 14px;
  }
  .sidebar-head p {
    font-size: 15px;
  }
  .form-wrapper .search {
    font-size: 14px;
    padding: 11px 50px 11px 11px;
  }
  .form-wrapper .searchbar span.cross {
    right: 54px;
  }
  .searchbar.newest input#search {
    width: 85%;
  }
  .searchbar.newest label.submit {
    width: 26px;
  }

  span.clearall {
    font-size: 15px;
  }
  .input-field input {
    font-size: 15px;
  }
  .section-intro.blog-intro {
    padding: 40px 0 0;
  }
  .col-four.col-right {
    padding: 30px 0 0 0;
    width: 100%;
  }
  .col-eight.col-left {
    width: 100%;
  }
  .link-with-content p.link-right {
    padding-left: 20px;
  }
  .career-intro-bottom.career-intro {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .specifications:after {
    background: none;
  }
  .leadership {
    padding: 0;
  }
  .auther-img {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  #accordion .content {
    width: 100%;
    padding-left: 0;
  }
  .accordion-content {
    padding: 0px 0 30px;
  }
  #accordion .accordion-toggle {
    padding: 30px 0;
  }
  .accordian-wrap:first-child .accordion-toggle {
    padding-top: 30px !important;
  }
  .accordion-toggle:after {
    top: 40px;
  }
  .toolbar-vertical .breadcrumb {
    bottom: 23px;
  }
  .specifications .content h3 {
    text-align: left;
  }
  .featured-videos-cta .col-three h6 {
    line-height: 1.3;
  }
  .product-middle-banner .content p {
    text-align: left;
  }
  .product-middle-banner .col-two-outer.right-img h2 {
    text-align: left;
  }
  .product-middle-banner.column-with-image .col-two {
    height: auto !important;
  }
  .related-info-slider .owl-carousel .owl-controls .owl-buttons .owl-next {
    right: 20px;
  }
  .specifications .col-two-outer.right-img .text-box .links-wrapper ul li {
    text-align: left;
  }
  .related-info-slider .owl-carousel .owl-controls .owl-buttons .owl-prev {
    left: 20px;
    top: 7px;
  }
  .related-info-slider.owl-carousel .owl-controls .owl-buttons .owl-next {
    right: 20px;
    top: 7px;
  }
  .related-info-slider .owl-carousel .owl-item {
    padding-right: 20px;
  }
  .related-info-slider .owl-carousel {
    min-height: 290px;
  }
  .related-info-slider .owl-pagination {
    top: 200px;
  }
  .section-columns.agriculture {
    padding: 30px 0;
  }
  .product-intro.section-intro h2 {
    padding-bottom: 20px;
    padding-top: 30px;
  }
  .about-highlight {
    text-align: center;
  }
  .about-highlight {
    padding: 20px 15px 20px 15px;
  }
  .section-highlight-grid {
    padding: 12px 0 20px;
  }
  .section-highlight-grid .bg-img {
    height: auto;
    margin: 0 auto;
  }
  .section-highlight-grid .title {
    padding: 0px 0 6px 0;
  }

  .section-per-industry .btn-bottom .quick-btn {
    max-width: 180px !important;
    padding: 7px 10px;
    line-height: 1.4;
  }
  .cta-block .bg-img{
    height: 300px;
  }
  .intro-with-four-column.solution .col-four-outer {
    padding: 10px 0 10px;
  }
  .product-middle-banner .col-two-outer {
    height: auto;
  }
  section.product-intro-middle.section-intro {
    padding: 15px 0 26px;
  }
  .product-intro.section-intro {
    padding: 0 0 30px;
  }
  .col-three-event.resource-center .col-three .content-wrap,
  .col-three-event.resource-center .col-three.video .content-wrap,
  .col-three-event.resource-center .col-three.webinar .content-wrap {
    padding: 20px;
  }
  .related-info-slider .inner-content p {
    font-size: 15px;
  }
  .container.grid-container .button-group.filters-button-group {
    padding: 0;
  }
  .container.grid-container .tab-grid-wrapper.col-eight-grid .col-four.event-sidebar {
    padding-left: 0;
  }
  .specifications .bg-img img {
    width: 100% !important;
  }
  .product-middle-banner .col-two-outer {
    margin-bottom: 0 !important;
  }
  .product-middle-banner .content p {
    margin: 0 0 20px;
    font-size: 14px;
  }
  .product-middle-banner .col-two-outer .bg-img {
    max-height: 350px;
  }
  .product-middle-banner .col-two-outer .content {
    padding: 0 20px;
  }
  .product-middle-banner .col-two .col-wrap {
    height: auto;
  }
  .breadcrumb {
    padding: 0 20px;
    width: 100%;
    bottom: 20px
  }
  .product-intro-middle h2 {
    font-size: 26px;
  }
  .product-middle-banner .content h2 {
    margin-bottom: 10px;
  }
  .intro-with-four-column.solution .col-four-outer h5 {
    font-size: 16px;
  }
  .intro-with-four-column.solution .col-four-outer p {
    font-size: 15px;
  }
  .intro-with-four-column.section-intro h2 {
    font-size: 24px;
    padding: 10px 0;
  }
  .col-four.col-right {
    padding: 30px 0 0;
  }
  .sidebar-link {
    padding: 20px 0;
  }
  .sidebar-info {
    padding-bottom: 10px;
  }
  .sidebar-content {
    padding: 19px 0 0;
  }
  .specifications {
    padding: 30px 0 0;
  }
  .specifications .bg-img {
    max-width: none;
    height: auto;
  }
  .specifications .col-two-outer.right-img {
    margin-bottom: 10px;
  }
  .specifications .col-two-outer:last-child {
    margin-bottom: 0;
  }
  .product-middle-banner .col-two-outer {
    margin-bottom: 30px;
  }
  .specifications .col-two-outer.right-img,
  .product-middle-banner .col-two-outer{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    display: -webkit-box;
  }
  .specifications .col-two-outer.right-img .col-two.box {
    text-align: left;
  }
  .specifications .col-two-outer .col-two:last-child {
    padding-left: 0;
  }
  .specifications .col-two-outer.right-img .col-two:first-child,
  .product-middle-banner .col-two-outer.right-img .col-two:first-child{
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .specifications .col-two-outer.right-img .col-two:last-child,
  .product-middle-banner .col-two-outer.right-img .col-two:last-child{
    padding: 0;
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .specifications .col-two-outer .col-two:first-child {
    padding-right: 0;
  }
  .specifications .col-two-outer {
    margin-bottom: 10px;
  }
  .specifications .col-two .col-wrap {
    height: auto;
    padding: 30px 0 20px;
  }
  .specifications .col-two-outer.right-img .content {
    float: left;
  }
  .specifications .col-two-outer.right-img .col-wrap {
    float: left;
  }
  .specifications .text-event-box {
    padding: 0;
  }
  .specifications .col-two-outer.right-img .content h4 {
    text-align: left;
  }
  .specifications .col-two-outer.right-img .content p {
    text-align: left;
  }
  .specifications .col-two-outer.right-img .content:after {
    float: left;
  }
  .specifications .col-wrapper .col-two.event-box {
    text-align: left;
  }
  .slider-slick-wrapper .three-col-block h4 {
    font-size: 16px;
  }
  .specifications .col-two a {
    margin: 0 0 10px;
  }
  .specifications .content:after {
    margin: 16px 0 20px;
  }
  .specifications .col-two-outer.right-img .bg-img {
    max-width: none;
    padding: 0;
    float: none;
    height: auto;
  }
  .event-box label {
    font-size: 14px;
  }
  .slide-toggle {
    font-size: 14px;
  }
  .sidebar-head p {
    font-size: 14px;
  }
  .form-wrapper .search {
    font-size: 14px;
    padding: 11px 60px 11px 10px;
  }
  .form-wrapper .searchbar span.cross {
    right: 50px;
  }
  .searchbar.newest input#search {
    width: 85.5%;
    padding: 10px 13px;
  }
  .form-wrapper {
    width: 100%;
    margin: 0;
  }
  .form-wrapper .submit {
    height: 39px;
    font-size: 14px;
  }
  span.clearall {
    font-size: 14px;
  }
  .input-field input {
    font-size: 14px;
    max-width: 115px;
    padding: 0 14px;
  }
  .input-field.input-daterange label {
    padding: 6px;
  }
  .section-intro.blog-intro {
    padding: 30px 0 0;
    background: none;
  }
  .section-intro.news-intro {
    padding: 30px 0 0;
  }
  .searchbar.newest label.submit {
    width: 33px;
  }

  .intro-with-four-column.section-intro {
    padding: 30px 0;
  }
  .intro-with-four-column.solution {
    padding: 16px 0 8px;
  }
  .intro-with-four-column .col-four-outer .col-four {
    padding: 0;
  }
  .intro-with-four-column .col-four-outer .col-four:first-child {
    padding-left: 10px;
  }
  .intro-with-four-column .col-four-outer .col-four:last-child {
    padding-left: 10px;
  }
  .intro-with-four-column.section-intro .content {
    padding: 0;
  }
  .intro-with-four-column .col-four-outer {
    padding: 20px 0 0;
  }
  .intro-with-four-column .col-four-outer a {
    margin-top: 10px;
    font-size: 15px;
  }
  .intro-with-four-column .col-four-outer .inner-content {
    margin: 10px 0;
  }
  .intro-with-four-column.section-intro p {
    font-size: 15px;
  }
  .link-with-content a {
    width: 100%;
    margin: 5px 0;
  }
  .link-with-content span {
    width: 100%;
    margin: 5px 0;
  }
  .link-with-content p.link-right {
    padding-left: 0;
  }
  .link-with-content {
    padding: 16px 0;
  }
  .link-with-content p {
    font-size: 14px;
  }
  .career-intro-bottom.career-intro {
    padding: 20px 0 30px;
  }
  .related-resource {
    width: 100%;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .right-slider {
    width: 100%;
    padding-top: 30px;
    border-top: #c4c4c4 1px solid;
  }
  .related-resource .head {
    margin-bottom: 20px;
  }
  .right-slider .head {
    margin-bottom: 20px;
    padding-left: 20px;
  }
  .related-resource .inner-content {
    width: calc(93% - 60px);
    padding: 0 0 0 20px;
  }
  .related-slider .box {
    /*         padding: 0 0 0 10px;*/
  }
  .related-info-slider .slick-prev.slick-arrow {
    left: 10px;
  }
  .related-info-slider .slick-next.slick-arrow {
    right: 10px;
  }
  .related-resource .related-inner {
    border-right: 0;
  }
  .related-resource .load-more {
    display: inline-block;
    width: auto;
    margin-left: 0;
    font-size: 16px;
  }
  .related-slider {
    padding-bottom: 60px;
    /*        padding-right: 10px;*/
  }
  .related-info-slider .content-outer {
    padding: 25px 0 9px;
  }
  .related-info-slider .related-resource ul li:last-child {
    margin-bottom: 10px;
  }
  .related-info-slider .slick-next.slick-arrow,
  .related-info-slider .slick-prev.slick-arrow {
    top: calc(50% - 90px);
  }
  .related-info-slider .container {
    padding: 0px;
  }
  .right-slider .owl-carousel .owl-wrapper-outer {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
  .related-info-slider .slick-prev.slick-arrow {
    left: 20px;
  }
  .related-info-slider .slick-next.slick-arrow {
    right: 20px;
  }
  .section-columns.agriculture .content {
    padding: 0 0 20px;
  }
  .section-columns.agriculture .right {
    right: 20px;
  }
}

@media (min-width: 596px) and (max-width:767px) {
  .related-slider .text-contain {
    padding: 25px 0 0;
  }
  .text-contain p {
    font-size: 15px;
  }
  .section-columns.agriculture .container-inner {
    padding: 0;
  }
  .section-columns.agriculture .solution-content {
    padding: 24px 0;
  }

  .section-columns.agriculture p {
    margin: 4px 0 10px;
  }
  .section-columns.agriculture.grid .col-two-outer .col-two {
    margin: 0 ;
    width: 50%;
    padding: 0 20px;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .section-columns {
    padding: 30px 0 0;
  }
  section.product-intro-middle.section-intro h2 {
    padding-bottom: 20px;
  }
  .banner-form {
    left: calc(15% - 44px);
    width: 84%;
    padding: 16px 20px 15px 20px;
  }
  .banner-form input[type="email"] {
    font-size: 14px;
    height: 38px;
    margin-right: 0;
  }
  .banner-form input[type="password"] {
    font-size: 14px;
    height: 38px;
    margin: 7px 0;
  }
  .banner-form input[type="submit"] {
    font-size: 14px;
    height: 38px;
  }
  .intro-with-four-column .col-four-outer .col-four {
    padding: 0 10px;
    width: 50%;
  }

  .section-second-level .bg-image:before{
    background-size: 350px 80px;
    width: 280px;
  }
  .section-second-level .bg-image:after{
    background-size: 350px 80px;
    width: 280px;
    bottom: 10px;
    height: 100px;
  }
  .section-second-level .layer-1 {
    bottom: 180px;
    width: 300px;
  }
  .section-second-level .layer-3 {
    bottom: 60px;
    width: 320px;
  }
}

@media (max-width: 680px) {
  .featured-videos-cta .col-three .title {
    height: auto !important;
  }
}

@media (min-width: 681px) and (max-width: 767px){
  .featured-videos-cta .col-three {
    width: 33.33%;
  }
}

@media (max-width: 595px) {
  .section-second-level.without-bg {
    height: 240px;
  }
  .section-columns.transportation .bottom-green {
    font-size: 14px;
  }
  .section-columns {
    padding: 30px 0 0;
  }
  .featured-videos-cta {
    padding: 20px 0;
  }
  .featured-videos-cta h2{
    margin-bottom: 16px;
  }
  section.product-intro-middle.section-intro h2 {
    padding-bottom: 15px;
  }
  .banner-form {
    left: 0;
    width: 100%;
    padding: 12px 20px 7px 20px;
  }
  .banner-form input[type="email"] {
    width: 100%;
    font-size: 14px;
    height: 38px;
    margin-right: 0;
  }
  .banner-form input[type="password"] {
    width: 100%;
    font-size: 14px;
    height: 38px;
    margin: 7px 0;
  }
  .banner-form p {
    margin-top: 8px;
    font-size: 12px;
  }
  .banner-form input[type="submit"] {
    font-size: 14px;
    height: 38px;
  }
  .specifications .content p {
    font-size: 14px;
  }
  .section-second-level .bg-image:before{
    background-size: 240px 70px;
    width: 190px;
  }
  .section-second-level .bg-image:after{
    background-size: 240px 70px;
    width: 190px;
    height: 85px;
  }
  .section-second-level .layer-1 {
    bottom: 200px;
    width: 260px;
  }
  .section-second-level .layer-3 {
    bottom: 60px;
    width: 280px;
  }
  .section-intro.blog-intro .content h2 {
    padding: 0 0 20px;
  }
  .section-intro.news-intro h2 {
    padding: 0 0 20px;
  }
  .intro-with-four-column .col-four-outer .col-four:first-child {
    padding-left: 0;
  }
  .intro-with-four-column .col-four-outer .col-four:last-child {
    padding-left: 0;
  }
  .section-columns.agriculture .solution-content {
    padding: 20px 0;
  }

  .section-columns.agriculture p {
    margin: 4px 0 10px;
  }

  .section-columns.agriculture .container {
    padding: 0 20px;
  }

  .section-columns.agriculture .solution-img {
    height: auto;
  }
}

@media (min-width: 481px) and (max-width: 767px){
  .cta-block .container p {
    margin-bottom: 14px;
  }
  .section-second-level.without-bg {
    height: 240px;
  }
  .breadcrumb {
    font-size: 16px;
  }
}

@media (min-width: 481px) and (max-width:595px) {
  .related-slider .text-contain {
    padding: 25px 0 0;
  }
  .text-contain p {
    font-size: 15px;
  }

  .section-columns.agriculture.grid .col-two-outer .col-two {
    margin: 10px 0;
    float: none;
  }
  .section-columns.agriculture .container-inner {
    padding: 0 10px;
  }

  .section-columns.agriculture.grid .solution-content.text-left .list-link green{
    float: left;
    margin-right: 47px;
    position: relative;
    right: auto;
    bottom: auto;
  }
  .section-columns.agriculture.grid .solution-content.text-left .list-link green.right{
    float: left;
    margin-top: 5px;
    position: relative;
    right: auto;
    bottom: auto;
  }
}

@media (max-width: 480px) {
  .main-wrap.search .container.default-search #block-iteris-content > ol .search-desc {
    margin: 10px 0 0 0;
    width: 100%;
}
  .breadcrumb {
    font-size: 14px;
  }
  .related-slider .image-box {
    text-align: center;
  }
  .related-info-slider .owl-carousel .owl-controls {
    top: calc(23% - 16px);
  }
  .related-slider .text-contain {
    padding: 25px 0 0;
  }
  .related-info-slider .text-contain p {
    font-size: 14px;
  }
  .specifications .col-two.box-right {
    width: 100%;
  }
  .specifications .col-two.box-left {
    margin-right: 0;
    width: 100%;
  }
  .featured-videos-cta .play-button img {
    width: 50%;
  }
  .cta-block .container p {
    margin-bottom: 10px;
  }

  .section-columns.agriculture.grid .col-two-outer .col-two {
    margin: 0;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .pagination a {
    padding: 5px 0px;
    width: 16px;
  }
  .pagination a:first-child, .pagination a:last-child {
    width: auto;
    padding: 5px 2.5px;
  }
  .specifications .content h3 {
    font-size: 18px;
  }
  .related-slider {
    padding-bottom: 40px;
  }
  .related-info-slider .slick-next.slick-arrow,
  .related-info-slider .slick-prev.slick-arrow {
    top: calc(50% - 80px);
  }
  .related-resource .load-more {
    font-size: 14px;
  }
  .section-second-level-resource .content-1000 h1 {
    margin-top: -80px;
  }
}