/*
 * 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-grid-slider section
 */

.section-grid-slider {
    padding: 90px 0 149px;
}

.slider .container h2{
    margin-bottom: 54px;
    text-align: center;
}
.section-grid-slider h2 {
    margin-bottom: 86px;
    text-align: center;
}
.slider .container .slider-inner {
    position: relative;
    width: calc(100% - 140px);
    float: left;
    overflow: hidden;
    margin-left: 70px;
    z-index: 1;
}

.slider .container .slider-outer {
    width:100%;
    position: relative;
    float: left;
    padding: 33px 0;
}

.slider .items{
    float: left;
    width: 33.33%;
    text-align: center;
    display: table-column;
    cursor: pointer;
    height: 82px;
}

.slider .slider-container{
    float: left;
    width: 99999px;
}
.slider-nav{
    position: absolute;
    width: 100%;
    top: calc(50% - 23px);
    z-index: 0;
}
.section-grid-slider .slider-nav {
    display: none;
}
.section-grid-slider.slider .slider-nav {
    display: block;
}
.slider-nav .next{
    float: right;
    width: 29px;
    cursor: pointer;
    position: relative;
    background: #fff;
}

.slider-nav .prev{
    float: left;
    width: 29px;
    cursor: pointer;
    position: relative;
    background: #fff
}

/*
 * Index page links style
 */
.iteris-templates {
    padding: 60px 50px;
}
.iteris-templates li {
    position: relative;
    margin: 10px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    list-style-type: none;
}
.iteris-templates li:before {
    position: absolute;
    left: -13px;
    top: 5px;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #0071bc;
}

/*
 * Style Guide
 */
.font-style {
    padding: 65px 0;
}
.font-style .container,
.grids .container,
.color-grids .container,
.link-buttons .container {
    border-bottom: 1px #c4c4c4 solid;
    padding-bottom: 90px;
}
.font-style h1,
.font-style h2,
.font-style h3,
.font-style h4,
.font-style h5,
.font-style p {
    color: #58595f;
}
.font-style .light-font {
    color: #58595f;
    font-family: "Gotham-Light", sans-serif;
    margin-bottom: 25px;
}
.font-style .extra-bold {
    margin: 12px 0 26px;
}
.font-style h2,
.font-style h3,
.font-style h4,
.font-style h5 {
    font-family: "Gotham-Book", sans-serif;
}
.font-style h2 {
    margin-bottom: 25px;
}
.font-style h3 {
    margin-bottom: 28px;
}
.font-style h4 {
    margin-bottom: 33px;
}
.font-style h5 {
    margin-bottom: 36px;
}
.font-style .para-18 {
    margin: 6px 0 28px;
}
.font-style .para-16 {
    margin: 6px 0;
    font-size: 16px;
}
.grids .col-12-outer {
    max-width: 1320px;
    width: 100%;
    height: 100%;
    margin: 32px auto 0;
}
.grids .col-12 {
    width: 6.04%;
    margin-right: 2.5%;
    float: left;
    background: #f1b4a5;
    height: 200px;
}
.grids .col-12:last-child {
    margin-right: 0;
}
.color-grids {
    padding-top: 65px;
}
.color-grids .col-9-outer {
    width: 100%;
    margin-top: 20px;
}
.col-12-outer:after,
.col-9-outer:after,
.col-two-outer:after {
    content: "";
    clear: both;
    display: block;
}
.color-grids .color-box {
    margin-top: 5px;
    height: 82px;
}
.color-grids .col-9 {
    width: 8.61%;
    margin-right: 2.8%;
    float: left;
}
.color-grids .col-9:last-child {
    margin-right: 0;
}
.link-buttons {
    padding-top: 65px;
}
.link-buttons .col-two-outer {
    width: 100%;
    margin-top: 25px;
}
.link-buttons .col-two {
    padding-right: 25px;
}
.link-buttons .col-two:last-child {
    padding-right: 0;
}
.link-buttons .left-button {
    width: 216px;
    float: left;
    margin-right: 27px;
}
.link-buttons .right-button {
    width: 256px;
    float: left;
}
.link-buttons .right-button:last-child {
    padding-left: 22%;
}
.link-buttons a {
    display: inline-block;
    text-align: center;
    padding: 16px 20px;
    color: #fff;
}
.link-buttons .btn-white {
    color: #0071bc;
}
.link-buttons .btn-white:hover {
    color: #fff;
}
.link-buttons .link {
    color: #0071bc;
    position: relative;
    padding: 16px 0 5px;
}
.link-buttons .link:hover:before {
    left: 0;
    right: 0;
    opacity: 1;
}
.link-buttons .link:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    right: 50%;
    bottom: 8px;
    background: #0071bc;
    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;
}
.intro .content-1095,
.statistics-top .content-1095,
.section-grid-slider-top .content-1095,
.about-info-top .content-1095,
.about-info-service .content-1095,
.featured-icon-cta-top .content-1095,
.about-info-service .content-1095,
.news-event-post .content-1095,
.section-careers-top .content-1095,
.section-footer-top .content-1095,
.full-width-cta .content-1095 {
    padding: 60px 0 20px;
}
.statistics-top {
    background: #e8e8e8;
}
.full-width-cta .solution-cta.section-careers {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
/*
 * grid-with-location
 */
.blogs .blog_category a {
    float: left;
    color: #0071bc;
    font-family: "Gotham-Bold", sans-serif;
    text-decoration: underline;
    margin-right: 6px;
}
.blogs .bold-text .blog_category a {
  text-decoration: none;
}
.blogs .bold-text .blog_category a:hover {
  text-decoration: underline;
}
.blogs .blog_date {
    float: left;
    color: #58595f;
    font-family: "Gotham-Bold", sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.4;
    margin-right: 6px;
}
.blogs .blog_category {
    /*  //float: left;
      //width: 55%;*/
    color: #0071bc;
    font-family: "Gotham-Bold", sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.4;
    margin-right: 6px;
}
.blogs .blog_category > div > div {
    float: left;
    color: #0071bc;
    font-family: "Gotham-Bold", sans-serif;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.4;
    margin-right: 6px;
}
.event-blogs,
.news-blogs,
.blogs {
    width: 100%;
    float: left;
    padding: 52px 0 70px;
}
.post-title {
    margin-bottom: 53px;
    float: left;
    width: 74.33%;
}
.blogs .col-eight .blog-content ul {
    margin: 10px 0;
    padding-left: 40px;
    padding-right: 40px;
    float: left;
    width: 100%;
}
.blogs .col-eight .blog-content a {
    color: #0071bc;
}
.blogs .col-eight .blog-content a:hover {
    text-decoration: underline;
}
.blogs .col-eight .blog-content ul li {
    color: #58595f;
    float: left;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
    list-style-type: disc;
    width: 100%;
}
.blogs .col-eight .blog-content blockquote {
    padding-left: 40px;
    padding-right: 40px;
}
.blogs .col-eight .blog-content ol {
    margin: 10px 0;
    padding-left: 40px;
    padding-right: 40px;
    float: left;
    width: 100%;
}
.blogs .col-eight .blog-content ol li {
    color: #58595f;
    float: left;
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
    list-style-type: decimal;
    width: 100%;
}

.post-title h2 {
    color: #58595f;
}
.post-title p {
    color: #58595f;
}
.post-title .blue {
    color: #0071bc;
    position: relative;
}
.post-title .blue:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: #0071bc;
}

.career-details .post-details {
    float: left;
    width: 100%;
}
.career-details .post-details p {
    float: left;
    margin-right: 10px;
}
.career-details .post-details:nth-child(2) {
    color: #58595f;
    float: left;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.4;
    font-family: "Gotham-Bold", sans-serif;
}
.career-details .location {
    color: #58595f;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.4;
    font-family: "Gotham-Bold", sans-serif;
    width: 100%;
    float: left;
}
.career-details .post-title {
    margin-bottom: 10px;
}
.career-details .inner-content.blog-content {
    color: #58595f;
    float: left;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.4;
    margin-top: 10px;
}
.career-details .qualifier p {
    color: #58595f;
    float: left;
    width: 100%;
    margin: 4px 0;
}
.career-details .inner-content.blog-content p {
    margin: 0 !important;
}
.career-details .location a {
    color: #0071bc;
    font-family: "Gotham-Bold", sans-serif;
}
.career-details .location a:hover {
    text-decoration: underline;
}
.career-details .qualifier {
    float: left;
    width: 100%;
    margin-top: 12px;
}
.career-details .inner-content.blog-content p {
    margin-bottom: 2px !important;
}
.career-details .qualifier ul li {
    color: #58595f;
    float: left;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.4;
    list-style-type: disc;
    width: 100%;
}
.career-details .inner-content.blog-content ul li {
    color: #58595f;
    float: left;
    font-size: 18px;
    font-weight: 200;
    line-height: 1.4;
    list-style-type: disc;
    width: 100%;
}
.career-details .inner-content.blog-content ul {
    padding-left: 18px;
    float: left;
    width: 100%;
}
.career-details .qualifier ul li:nth-child(6) {
    margin-top: 16px;
    list-style-type: none;
}
.career-details .qualifier ul {
    padding-left: 18px;
    float: left;
    width: 100%;
}
.career-details .inner-content.blog-content a {
    color: #0071bc;
    font-family: "Gotham-Bold", sans-serif;
}
.career-details .inner-content.blog-content a:hover {
    text-decoration: underline;
}
.career-details .job-cta {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 33px;
    max-width: 790px;
}
.career-details .job-cta .bg-img {
    height: 128px;
}
.career-details .job-cta h2 {
    text-transform: initial;
}
.career-details .job-cta .btn-default.btn-white {
    color: #0071bc;
    margin: 0;
    float: left;
}
.career-details .job-cta .btn-default.btn-white:hover {
    color: #fff;
}
/*
 * Event-post-full
 */
.about-info-service.bg-light-grey .col-three {
    width: 33.33%;
    margin: 0;
}
.event-post-full .col-seven {
    width: 100%;
    background-color: #58595f;
}
.event-post-full .news-content span {
    color: #fff;
}
.event-post-full .news-content .link {
    color: #94c43f;
}
.event-post-full .news-content span.title {
    font-family: "Gotham-Book", sans-serif;
}
.event-post-full .news-content .date {
    font-family: "Gotham-Bold", sans-serif;
}
.event-post-full .news-content.text-left {
    padding: 35px 28px 33px;
    line-height: 1.47;
}
/*
 * Location Map
 */

.location-map {
    background-color: #f2f2f2;
    margin-bottom: 54px;
}
.location-map .container {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding: 0 20px;
}
.location-map .col-three {
    width: 31.22%;
}
.location-map .col-seven {
    width: 68.78%;
}
.location-map #googleMap {
    max-width: 309px;
    width: 100%;
    overflow: hidden;
    height: 250px;
}
.location-map .col-two {
    padding: 26px 30px;
}
.location-map .col-two p {
    color: #58595f;
    line-height: 1.5;
}
.location-map .start-date {
    margin-bottom: 26px;
}
.col-eight .inner-content p {
    color: #58595f;
    line-height: 1.5;
}

/*
 * News Blogs
 */
.news-blogs .blog-content p:first-child,
.blogs .blog-content p:first-child {
    margin-top: 36px;
}
.news-blogs .blog-content p,
.blogs .blog-content p {
    margin-top: 25px;
    line-height: 1.45;
}

/*
 * Featured Blog
 */
.related-info-slider.featured-blog .col-three {
    width: 100% !important;
}
.related-info-slider.featured-blog .owl-carousel .owl-item {
    padding-right: 0;
}
.related-info-slider.featured-blog .owl-carousel .owl-wrapper-outer {
    width: 100%;
    margin-left: 0;
}
.related-info-slider.featured-blog .related-slider .box:hover p {
    text-decoration: none;
}
.related-info-slider.featured-blog .owl-carousel .owl-controls .owl-buttons .owl-prev {
    left: -40px;
}
.related-info-slider.featured-blog .owl-carousel .owl-controls .owl-buttons .owl-next {
    right: -40px;
}

.related-info-slider.featured-blog .owl-pagination {
    display: none;
}
.related-info-slider.featured-blog .related-slider {
    padding-bottom: 0;
}
.related-info-slider.featured-blog .owl-carousel {
    min-height: initial;
}
.related-info-slider.featured-blog .owl-carousel .owl-controls {
    top: calc(45% - 16px);
}
.related-info-slider.featured-blog .owl-carousel .owl-controls .owl-buttons div {
    opacity: 1;
}


.featured-blog {
    padding: 60px 0;
    background: #f2f2f2;
}
.featured-blog .col-three {
    width: calc(33.33% - 6px);
    padding: 0 5px;
    z-index: 1;
}
.featured-blog .col-three a {
    display: block;
}
.featured-blog .col-three .bg-img {
    height: 288px;
    position: relative;
}
.featured-blog .col-three .bg-img img {
    max-width: inherit;
    transition: transform 0.3s ease 0s;
    -webkit-transition: transform 0.3s ease 0s;
    -ms-transition: transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
}
.featured-blog .col-three:hover .bg-img img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
}
.featured-blog .col-three .box-head {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
}
.featured-blog .col-three .post-type {
    color: #fff;
    padding: 9px 10px 6px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Gotham-Bold", sans-serif;
    display: inline-block;
}
.featured-blog .col-three .bg-img:after {
    background: rgba(0, 0, 0, .63);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.featured-blog .col-three .v-middle {
    padding: 97px 30px 0;
    vertical-align: top;
}
.featured-blog .col-three .content {
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.featured-blog .col-three .content .para-14 {
    font-family: "Gotham-Bold", sans-serif;
    color: #fff;
    text-transform: uppercase;
}
.featured-blog .col-three .content .date {
    color: #fff;
    font-size: 14px;
}
.featured-blog .col-three .v-middle p {
    font-size: 22px;
    margin-bottom: 2px;
    color: #fff;
    line-height: 1.2;
}
.featured-blog .slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.featured-blog .resources-slider {
    float: left;
    width: 999999px;
}
.featured-blog .refrence-slider-nav {
    position: absolute;
    width: 100%;
    top: calc(50% - 34px);
    left: 0;
}
.featured-blog .refrence-slider-nav .next,
.featured-blog .refrence-slider-nav .prev {
    width: 30px;
    height: 57px;
    background: #0071bc;
    cursor: pointer;
    position: relative;
}
.featured-blog .refrence-slider-nav .next img,
.featured-blog .refrence-slider-nav .prev img {
    position: absolute;
    top: 20px;
    left: 0;
    height: 19px;
    width: 29px;
}
.featured-blog .refrence-slider-nav .prev {
    float: left;
    margin-right: 5px;
}
.featured-blog .refrence-slider-nav .next {
    float: right;
    margin-left: 5px;
}

/*
 * Career Intro
 */
.career-intro {
    padding: 83px 0 0;
}
.career-intro .content-1012 {
    max-width: 1012px;
}
.career-intro h2 {
    color: #58595f;
    text-transform: initial;
}
.career-intro p {
    color: #58595f;
    margin-top: 13px;
    line-height: 1.45;
}

/*
 * Full Width Slider
 */
.full-width-slider {
    padding: 50px 0;
}
.full-width-slider .bg-img {
    position: relative;
    height: 650px;
}
.full-width-slider .bg-img img {
    max-width: inherit;
    transition: transform 0.3s ease 0s;
    -webkit-transition: transform 0.3s ease 0s;
    -ms-transition: transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s;
}
.full-width-slider .bg-img:hover img {
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
    -moz-transform: scale(1.06);
    -ms-transform: scale(1.06);
    -o-transform: scale(1.06);
}
.full-width-slider .slider-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.full-width-slider .resources-slider {
    float: left;
    width: 999999px;
}
.full-width-slider .item {
    float: left;
    position: relative;
    height: 100%;
    width: 1100px;
    margin: 0 auto;
}
.full-width-slider .refrence-slider-nav {
    position: absolute;
    width: 100%;
    top: calc(50% - 31px);
    left: 0;
}
.full-width-slider .refrence-slider-nav .next,
.full-width-slider .refrence-slider-nav .prev {
    width: 30px;
    height: 57px;
    background: #0071bc;
    cursor: pointer;
    position: relative;
}
.full-width-slider .refrence-slider-nav .next img,
.full-width-slider .refrence-slider-nav .prev img {
    position: absolute;
    top: 20px;
    left: 0;
    height: 19px;
    width: 29px;
}
.full-width-slider .refrence-slider-nav .prev {
    float: left;
}
.full-width-slider .refrence-slider-nav .next {
    float: right;
}
/*
 * Careers Col Three
 */
.careers-col-three {
    padding: 53px 0 60px;
    background: #f2f2f2;
}
.careers-col-three .col-three-outer {
    margin: 27px 0 36px;
}
.careers-col-three .col-three {
    border-left: 1px #d4d4d6 solid;
    padding-left: 35px;
}
.careers-col-three .head {
    color: #58595f;
}
.careers-col-three ul li {
    color: #58595f;
    list-style-type: disc;
    /*  //line-height: 2;*/
    font-size: 14px;
    padding-right: 10px;
    margin-bottom: 11px;
}
.careers-col-three ul li:last-child {
    margin: 0;
}

/*
 * Middle Banner
 */
.middle-banner h1 {
    font-family: "Gotham-Light", sans-serif;
    color: #fff;
}

/*
 * Scroll to Sections
 */
.toolbar-fixed .we-scroll-to-section .we-scroll-container.fixed-position {
    top: 38px;
}
.toolbar-fixed.toolbar-tray-open .we-scroll-to-section .we-scroll-container.fixed-position {
    top: 78px;
}
.section-second-level.contact-us {
    margin-bottom: 98px;
}
.we-scroll-to-section {
    padding: 78px 20px 3px;
    z-index: 2;
    transition: all 0.3s ease;
}
.we-scroll-to-section .we-scroll-container{
    padding: 20px;
}
.we-scroll-to-section .tabs{
    max-width: 588px;
    width: 100%;
    margin: 0 auto;
    border-bottom: 4px solid #cbcdda;
}

.we-scroll-to-section .tabs li {
    position: relative;
    float: left;
    max-width: 196px;
    width: 100%;
    text-align: center
}
.we-scroll-to-section .tabs li:after{
    position: absolute;
    display: block;
    content: "";
    bottom: -6px;
    left: 0;
    height: 4px;
    width: 100%;
    background: transparent;
}
.we-scroll-to-section .tabs:after {
    clear: both;
    display: block;
    content: "";
}
.we-scroll-to-section .tabs a{
    width: 100%;
    color: #0071bc;
    font-size: 14px;
    padding: 0 40px;
    height: 42px;
    display: inline-block;
    font-family: "Gotham-Bold", sans-serif;
}
.we-scroll-to-section .tabs li:first-child:after {
    bottom: -4px;
}
.we-scroll-to-section .tabs li:hover:after, .we-scroll-to-section .tabs li.active:after{
    background: #0071bc;
}
.we-scroll-to-section .we-scroll-container.fixed-position {
    position: fixed;
    top: 0px;
    padding: 20px;
    left: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}
/*.we-scroll-to-section.fixed-position:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 10px;
  background: url(../images/bg-drop-shadow.png) repeat-x;
}*/

/*
 * Contact Us Form
*/
.content-800 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 40px;
}
.we-contact-form{
    padding: 40px 0 90px;
}
/*.we-contact-form .col-four-outer {
    max-width: 1195px;
    padding: 0 20px;
}*/
.corporate-add {
    padding: 0px 0 30px;
}
.corporate-add > h6{
    font-size: 20px;
    font-weight: normal;
    color: #58595f;
    font-family: "Gotham-Book", sans-serif;
}
.corporate-add > p {
    font-size: 18px;
    color: #58595f !important;
}
.we-contact-form .col-four-outer .col-four {
    width: calc(25% - 30px);
    margin: 0 15px;
}
.we-contact-form .col-four-outer .col-four:first-of-type {
    margin-left: 0;
}
.we-contact-form input::-webkit-input-placeholder,
.search.mobile-search .search-box .search-input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #2d3e50;
    opacity: 1;
}
.we-contact-form input::-moz-placeholder,
.search.mobile-search .search-box .search-input::-moz-placeholder {
    /* Firefox 19+ */
    color: #2d3e50;
    opacity: 1;
}
.we-contact-form input:-ms-input-placeholder,
.search.mobile-search .search-box .search-input:-ms-input-placeholder {
    /* IE 10+ */
    color: #2d3e50;
    opacity: 1;
}
.we-contact-form input:-moz-placeholder,
.search.mobile-search .search-box .search-input:-moz-placeholder {
    /* Firefox 18- */
    color: #2d3e50;
    opacity: 1;
}
/*Firefox Specific Hacks */
@-moz-document url-prefix() {
    .we-contact-form form #zip,
    .we-contact-form form #phone,
    .we-contact-form form #fax,
    .we-contact-form form #email,
    .we-contact-form form #comment {
        color: #000;
    }
    .form-wrapper .search {
        color: #000;
    }
    .loginform-inner input[type="email"] {
        color: #000;
    }
    .loginform-inner input[type="password"] {
        color: #000;
    }
    .we-contact-form #mail_checkbox {
        max-width: 20px !important;
    }
    .we-contact-form .mail-check p {
        margin-top: 12px !important;
    }
}
.we-contact-form #mail_checkbox:not(:root:root) {
    height: 36px;
    margin-bottom: 9px;
}

.form-content{
    max-width: 800px;
    width: 100%;
    padding:0 30px;
    margin: 0 auto;
}
.we-contact-form p {
    color: #414042;
}
.we-contact-form h2 {
    margin-bottom: 10px;
    line-height: 1.2;
    font-family: "Gotham-Light", sans-serif;
    color: #58595f;
}
.we-contact-form .sub-heading {
    margin-bottom: 30px;
    line-height: 1.5;
}
.we-contact-form .contact-form {
    margin: 0 auto;
    max-width: 685px;
    padding: 0 20px;
    width: 100%;
}
.we-contact-form form .row {
    margin: 0 0 9px;
    float: left;
    width: 100%;
}
.we-contact-form form .row .col-two:first-of-type {
    padding-right: 15px;
}
.we-contact-form form input {
    height: 45px;
}
.we-contact-form form input,
.we-contact-form form textarea {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 16px 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.63;
    letter-spacing: 0.7px;
    color: #2d3e50;
    border: 1px solid #cacdcf;
    border-radius: 3px;
    outline: none;
}
.we-contact-form 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: 18px;
    top: 11px;
    left: 3px;
}
.we-contact-form form textarea {
    padding-top: 8px;
    max-height: 105px;
    resize: none;
}
.we-contact-form form .col {
    position: relative;
}
.we-contact-form form .col-two:first-of-type label,
.we-contact-form form .col label {
    left: 0;
}
.we-contact-form form .row .col-two:last-of-type {
    padding-left: 15px;
}
.we-contact-form select {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
    height: 45px;
    margin: 0;
    padding: 0 16px 0;
    cursor: pointer;
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
    color: #2d3e50;
    border: 1px solid #cacdcf;
    border-radius: 5px;
    outline: 0;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
#stateSelectBoxItContainer #stateSelectBoxIt {
    border: 1px solid #cacdcf;
    height: 45px !important;
}
.we-contact-form select::-ms-expand {
    display: none;
    /* hide the default arrow in ie10 and ie11 */
}
.we-contact-form select option {
    text-align: center;
}

/* change css for dropbox when selectboxit enable */
.we-contact-form .selectboxit-container .selectboxit-options {
    position: absolute;
    z-index: 99;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    min-width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: pointer;
    text-align: left;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.we-contact-form form .row .col-two:first-of-type .arrow-down {
    right: 20px;
}
.we-contact-form .contact-us {
    margin: 15px 0 69px;
}
.we-contact-form .mail-check:after, .we-contact-form form:after {
    clear: both;
    display: block;
    content: "";
}
.mail-check {
    margin: 0 auto;
    width: 100%;
    max-width: 310px;
    display: flex;
}
.we-contact-form #mail_checkbox {
    position: relative;
    max-width: 24px;
    float: left;
    margin-right: 18px;
    width: 100%;
    padding: 0;
    border: 0;
    -webkit-appearance: none;
    background: none;
}
.we-contact-form input[type="checkbox"]:before {
    content: "";
    background: #cbcdda;
    height: 23px;
    display: block;
    position: absolute;
    top: 14px;
    left: 0;
    border-radius: 2px;
}
.we-contact-form input[type="checkbox"]:checked:before {
    content: "";
    color: #0071bc ;
    background: #0071bc ;
}
.we-contact-form .mail-check p {
    float: left;
    letter-spacing: 0;
    margin-top: 15px;
    font-size: 15px;
}

.we-contact-form .contact-us p {
    font-size: 14px;
    line-height: 1.5;
    padding: 0 30px;
}
.we-contact-form .btn-wrapper {
    text-align: center;
}
.we-contact-form .btn-default {
    margin-top: 2px;
    font-size: 18px;
    font-weight: 400;
    padding: 14px 75px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-decoration: none;
    color: #fff;
    border: 0;
    outline: none;
    background: #0095d4;
    width: 214px;
    max-width: 214px;
}
.we-contact-form .button-default:hover {
    -webkit-box-shadow: 0 2px 0 #00649f;
    -moz-box-shadow: 0 2px 0 #00649f;
    box-shadow: 0 2px 0 #00649f;
}
.we-contact-form .button-default:hover {
    background: #00649f;
}
.we-contact-form .contact-us h2 {
    font-weight: 300;
    line-height: 1;
    letter-spacing: .045em;
    text-transform: lowercase;
    color: #0095d4;
}
.we-contact-form .contact-links{
    margin-bottom: 25px;
}
.we-contact-form .contact-links:last-child{
    margin-bottom: 0;
}
.we-contact-form .contact-links h6 {
    font-size: 16px;
    font-weight: 100;
    color: #414042;
}
.we-contact-form .contact-links a {
    color: #0071bc;
    font-size: 16px;
    line-height: 1.6;
    display: inline-block;
    text-transform: none;
}

.we-contact-form .contact-links h5, .we-contact-form .contact-links p{
    color: #414042;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.45;
}

.contact-map{
    background: #f8f8f6;
    padding: 103px 0 69px;
}
.contact-map .sub-heading{
    text-align: center;
    margin-bottom: 15px;
}
.main-map {
    text-align: center;
    margin-bottom: 15px;
}
.contact-map h2{
    text-align: center;
    margin-bottom: 7px;
    font-family: "Gotham-light", sans-serif;
}
.contact-map h2, .contact-map h5, .contact-map p {
    color: #58595f;
}
.contact-form input::-webkit-input-placeholder {
    color: #58595f ;
    line-height: 1.5;
    font-size: 16px;
    opacity: 1;
}
.contact-form input::-moz-placeholder {
    color: #58595f ;
    line-height: 1.5;
    font-size: 16px;
    opacity: 1;
}
.contact-form input:-ms-input-placeholder {
    color: #58595f ;
    line-height: 1.5;
    font-size: 16px;
    opacity: 1;
}
.contact-form input:-moz-placeholder {
    color: #58595f ;
    line-height: 1.5;
    font-size: 16px;
    opacity: 1;
}
.contact-map .col-four {
    width: calc(25% - 30px);
    margin: 0 13px;
}
.contact-map .contact-locations .col-four-outer .col-four {
    display: inline-block;
    vertical-align: top;
    float: none;
}
.contact-map .col-four:first-of-type {
    margin-left: 0;
}
.contact-map .contact-locations{
    margin-top: 20px;
}
.contact-map .location{
    margin-bottom: 23px;
    padding: 10px;
}
.contact-map .location a {
    line-height: 1.6;
}
.contact-map .location p {
    line-height: 1.5;
}
.contact-map p {
    font-size: 16px;
    color: #414042;
    line-height: 1.6;
}
#map {
    margin: 33px auto 44px;
    height: 490px;
    max-width: 870px;
    border: 1px solid #989886;
    border-radius: 3px;
    width: 100%;
}
.contact-map .col-four-outer{
    padding: 10px 0;
}
.col-four-outer:after{
    content: "";
    display: block;
    clear: both;
}
.contact-map .state-name {
    font-family: "Gotham-Bold", sans-serif;
    text-transform: uppercase;
    color: #414042;
    font-size: 16px;
    font-weight: 100;
    padding: 10px;
}
.contact-map .contact-edit {
    display: inline-block;
    padding-left: 10px;
    float: left;
    width: 100%;
}
.contact-map .contact-links a, .contact-map span, .contact-map .location a{
    color: #4b8ac1;
    font-size: 16px;
}

/*Login Page styling*/
.main-wrap.search .user-page .error-message {
    position: absolute;
    top: 50px;
    width: 95%;
    padding: 0 20px;
    text-align: center;
    z-index: 1;
    font-size: 20px;
    color: #58595f;
}
.main-wrap.search .user-page .error-message a {
    font-size: 20px;
    color: #29abe2;
}
.main-wrap form#user-login-form {
    max-width: 870px;
    margin: 0 auto;
    text-align: left;
    padding: 58px 0 80px;
}
.main-wrap form#user-login-form .label-name {
    font-size: 20px;
    color: #58595f;
    text-align: center;
    font-weight: 200;
}
.main-wrap #block-iteris-content .js-form-item h4 {
    color: #414042;
    padding: 10px 0;
}
.main-wrap #block-iteris-content .js-form-item {
    margin-bottom: 20px;
    padding: 0 40px;
}
.main-wrap #block-iteris-content .js-form-item label {
    margin: 10px 0;
    color: #58595f;
    display: block;
    position: relative;
    font-family: "Gotham-Bold", sans-serif;
}
.main-wrap #block-iteris-content .user-pass .js-form-item {
    position: relative;
}
.main-wrap #block-iteris-content .user-pass .js-form-item label[for='edit-name'] {
    display: none;
}
.main-wrap #block-iteris-content .user-pass .js-form-item:before {
    content: 'Email';
    position: absolute;
    top: -25px;
    font-size: 12px;
    color: #58595f;
    font-family: "Gotham-Bold", sans-serif;
}
.main-wrap #block-iteris-content .user-pass .js-form-item:after {
    content: "*";
    position: absolute;
    color: red;
    width: 15px;
    top: -28px;
    left: 75px;
}

.main-wrap #block-iteris-content .user-login-form .label-name {
    margin-bottom: 35px;
}
.main-wrap #block-iteris-content .user-login-form .js-form-item-name {
    position: relative;
}
.main-wrap #block-iteris-content .user-login-form .js-form-item label[for='edit-name']  {
    display: none;
}
.main-wrap #block-iteris-content .user-login-form .js-form-item-name:before {
    content: 'Email';
    position: absolute;
    top: -25px;
    font-size: 12px;
    color: #58595f;
    font-family: "Gotham-Bold", sans-serif;
}
.main-wrap #block-iteris-content .user-login-form .js-form-item-name:after {
    content: "*";
    position: absolute;
    color: red;
    width: 15px;
    top: -25px;
    left: 78px;
}



.main-wrap #block-iteris-content .js-form-item label.form-required:after {
    content: "*";
    position: absolute;
    color: red;
    width: 15px;
    text-align: center;
}
.main-wrap #block-iteris-content .js-form-item input {
    background: #f5f5f5;
    width: 253px;
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 10px;
    outline: none;
    border-radius: 0;
}
.main-wrap #block-iteris-content .register-form .user-register-form .js-form-item input {
    background: #fff;
}
.main-wrap #block-iteris-content .js-form-item .description {
    margin: 5px 0;
    color: #000;
    font-size: 14px;
}
.main-wrap #block-iteris-content .button {
    color: #fff;
    background-color: #29abe2;
    padding: 9px 16px 9px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    outline: none;
    margin-left: 40px;
}
.main-wrap #block-iteris-content .cancel-btn {
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
    margin-left: 20px;
}
.main-wrap.search #user-login-form {
    position: relative;
    text-align: center;
    padding: 55px 0 109px;
}

.main-wrap.search #user-login-form .label-name {
    text-align: center;
    padding: 20px 0;
    color: #58595f;
    font-size: 20px;
    font-weight: 100;
}
.main-wrap.search #user-login-form #edit-name--description {
    display: none;
}
.main-wrap.search #user-login-form #edit-pass--description {
    display: none;
}
.main-wrap.search #user-login-form #edit-actions {
    margin-top: 10px !important;
}
.main-wrap.search #user-login-form .button {
    margin-left: 0;
}




.main-wrap.search #block-iteris-content #edit-actions{
    position: relative;
    text-align: center;
    margin-top: 30px;
}
.search .default-search .search-block-form {
    padding: 60px 0px;
    float: left;
    width: 100%;
}

.search-page-form {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}
.search .default-search #block-iteris-content > h3{
    float: left;
    margin: 9px 0 30px;
    color: #58595f;
    display: block;
    position: relative;
    font-size: 20px;
    font-family: "Gotham-Bold", sans-serif;
}
.search .default-search .search-block-form .visually-hidden{
    position: absolute !important;
    font-family: "Gotham-Bold", sans-serif;
    word-wrap: normal;
    color: #58595f;
    font-size: 16px;
    overflow: visible;
    clip: auto;
    margin-top: -30px;
}
.search .default-search .js-form-type-search input{
    background: #f5f5f5;
    /*  //width: 253px;*/
    width: 100% !important;
    font-size: 14px;
    border: 1px solid #ddd;
    padding: 10px 100px 10px 10px !important;
    outline: none;
    float: left;
    margin: 0 0 5px 0;
    -webkit-appearance: none;
}

.search .default-search .js-form-submit {
    color: #fff;
    background-color: #29abe2;
    padding: 7px 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    outline: none;
    float: left;
    margin: 0;
    height: 39px;
}
.default-search .js-form-wrapper  {
    /*  //float: left;
      //width: auto;*/
    position: relative;
    padding-top: 20px;
}
.search-advanced  {
    display: none;
}
/* Safari and Chrome, if Chrome rule needed */
/*@media screen and (-webkit-min-device-pixel-ratio:0) {
  .search .default-search .js-form-type-search input {
    padding: 10px 100px 10px 10px !important;
  }
}*/
/*.main-wrap #block-iteris-content #edit-actions:before {
  content: "";
  position: absolute;
  top: 0;
  left: 40px;
  right: 0;
  background: red;
  height: 100%;
  z-index: -1;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform-origin: 100% 0;
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.main-wrap #block-iteris-content #edit-actions:hover:before {
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
}*/

/* Detail page */
.detail-pages .content div p a {
    color: #0071bc;
    display: inline-grid;
}
.detail-pages .content div p a img {
    margin: 0 0 10px;
}
.detail-pages {
    padding-bottom: 20px;
}
.detail-pages p {
    color: #58595f;
}
.detail-pages .content div h1,
.detail-pages .content div h2,
.detail-pages .content div h3 {
    font-size: 23px;
    font-family: "Gotham-Book", sans-serif;
    margin: 10px 0 10px;
    color: #58595f;
}
.detail-pages .content div p {
    font-size: 16px;
    margin: 0 0 10px;
    line-height: 1.4;
}
.detail-pages .content div ul {
    padding-left: 40px;
    margin: 11px 0;
}
.detail-pages .content div ul li p {
    font-size: 16px !important;
    border: none !important;
    margin: 0 !important;
}
.detail-pages .content div ul li {
    list-style-type: disc;
    padding-left: 5px;
    color: #58595f;
}
.detail-pages .content div > p > strong {
    padding: 10px 0 10px;
}

strong {
    font-weight: bold;
}

/* Safari 10.1+ */

@media not all and (min-resolution:.001dpcm) {
    .main-wrap #block-iteris-content .js-form-item input {
        border-radius: 0;
    }
}

/* Safari 6.1 - 10 */
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    .main-wrap #block-iteris-content .js-form-item input {
        border-radius: 0;
    }
}

/*
 * Media Queries
 */

@media all and (max-width: 992px) and (min-width: 768px) {
    .we-contact-form .button-default {
        padding: 10px 15px;
    }
    .search .default-search #block-iteris-content > h3 {
        font-size: 18px;
    }
}

@media all and (max-width: 767px) {
    .main-wrap #block-iteris-content .js-form-item input {
        width: 240px;
    }

    .corporate-add > h6{
        font-size: 18px;
    }
    .corporate-add > p {
        font-size: 16px;
    }
    .main-wrap .user-page .error-message {
        top: 24px;
        font-size: 16px;
    }
    .main-wrap form#user-login-form .label-name {
        font-size: 16px;
        color: #58595f;
    }
    .search .default-search #block-iteris-content > h3 {
        font-size: 18px;
    }
    .career-details .job-cta .bg-img img {
        margin-left: 0 !important;
    }
    .career-details .qualifier p {
        font-size: 14px;
    }
    .career-details .inner-content.blog-content {
        font-size: 14px;
    }
    .section-grid-slider h2 {
        margin-bottom: 34px;
    }
    .contact-map .location {
        margin-bottom: 0px;
    }
    .we-contact-form form .row .col-two {
        width: 100%;
        margin: 0 0 10px;
        padding: 0 !important;
    }
    .we-contact-form form input {
        font-size: 16px;
        height: 44px;
    }
    .we-contact-form form .col-two:last-of-type label {
        left: 0;
    }
    .we-contact-form form label {
        top: -22px;
    }
    .we-contact-form form .row .col-two:last-of-type {
        margin: 0;
    }
    .we-contact-form form input,
    .we-contact-form form select {
        font-size: 16px;
        height: 44px;
    }
    .we-contact-form form textarea {
        font-size: 16px;
    }
    .we-contact-form .arrow-down {
        width: 44px;
        height: 24px !important;
    }
    .we-contact-form form .row .col-two:first-of-type .arrow-down {
        right: 0;
    }
    .we-contact-form .button-default {
        font-size: 12px;
        padding: 7px 15px;
    }
    .we-contact-form .content-800 {
        padding: 0 20px;
        margin-bottom: 50px;
    }
    .we-contact-form .contact-us h2 {
        margin-bottom: 0;
    }

    /*Firefox Specific Hacks */
    @-moz-document url-prefix() {
        .we-contact-form form input, .we-contact-form form textarea {
            padding: 10px 16px 0 !important;
        }
    }
}

/*
 * End of Contact Us Form
*/

/*
 * media Query
 */
@media screen and (min-width: 1400px) {
}

@media screen and (min-width: 992px) and (max-width: 1239px) {

    .featured-blog .col-three h5 {
        font-size: 26px;
    }
    .featured-blog .col-three .v-middle p {
        font-size: 18px;
    }
    #map {
        margin: 20px auto 20px;
        height: 450px;
        max-width: none;
    }
    .detail-pages .content div > p > strong {
        padding: 40px 0 10px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1280px){
    .contact-map .wrapper {
        padding: 0 20px;
    }
    .contact-map {
        padding: 40px 0 20px;
    }
    .we-contact-form {
        padding: 40px 0 50px;
    }
    .cta-block .container p {
        margin-bottom: 22px;
    }
    .slider .container h2 {
        margin-bottom: 42px;
    }
    .slider-nav .prev{
        width: 26px;
    }
    .slider-nav .next{
        width: 26px;
    }
    .slider-nav{
        top: calc(50% - 25px);
    }
    .career-intro {
        padding: 60px 0 0;
    }
}

@media screen and (min-width: 1025px) and (max-width: 1224px) {
    .section-grid-slider {
        padding: 40px 0;
    }
    .link-buttons .right-button:last-child {
        padding-left: 10%;
    }
    .location-map .col-two {
        padding: 20px;
    }
    .full-width-slider .bg-img {
        height: 600px;
    }
    .we-scroll-to-section {
        padding: 50px 20px 0px;
    }
    .section-second-level.contact-us {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 1024px) and (min-width: 992px) {
    .blogs .post-title h2 {
        /*    margin-top: 10px;*/
    }
}
@media screen and (max-width: 1024px) and (min-width: 768px) {
    .we-scroll-to-section {
        padding: 40px 20px 0px;
    }
    .section-second-level.contact-us {
        margin-bottom: 40px;
    }
    .slider .container .slider-outer {
        padding: 23px 0;
    }
    .section-grid-slider {
        padding: 33px 0 40px;
    }
    .event-blogs,
    .news-blogs,
    .blogs {
        padding: 40px 0;
    }
    .post-title {
        margin-bottom: 30px;
    }
    .location-map .col-two {
        padding: 15px 0 15px 15px;
    }
    .location-map .col-two .para-16 {
        font-size: 14px;
    }
    .location-map {
        margin-bottom: 30px;
    }
    .careers-col-three .col-three {
        padding-left: 25px;
    }
    .careers-col-three ul li {
        padding-right: 10px;
    }
    .full-width-slider .bg-img {
        height: 500px;
    }
}

@media screen and (max-width: 1024px) {
    .related-info-slider.featured-blog .owl-carousel .owl-controls .owl-buttons div {
        width: 20px;
    }
    .related-info-slider.featured-blog .container {
        padding: 0 20px;
    }
    .related-info-slider.featured-blog .owl-carousel .owl-wrapper-outer {
        width: 100%;
    }
    .related-info-slider.featured-blog .owl-carousel .owl-controls .owl-buttons .owl-next {
        right: -20px;
    }
    .related-info-slider.featured-blog .owl-carousel .owl-controls .owl-buttons .owl-prev {
        left: -20px;
    }
    .related-info-slider.featured-blog .owl-carousel .owl-controls .owl-buttons .owl-next:after {
        top: 20px;
        left: 5px;
        width: 12px;
    }
    .related-info-slider.featured-blog .owl-carousel .owl-controls .owl-buttons .owl-prev:after {
        width: 12px;
        top: 20px;
        left: 3px;
    }

    .featured-blog .refrence-slider-nav .next,
    .featured-blog .refrence-slider-nav .prev {
        width: 20px;
    }
    .featured-blog .refrence-slider-nav .next img,
    .featured-blog .refrence-slider-nav .prev img {
        /*    left: 5px;*/
    }
    .we-contact-form input[type="checkbox"]:before {
        top: 12px;
    }
    .we-contact-form input[type="checkbox"]:checked:after {
        top: 9px;
    }
}

@media screen and (max-width: 991px){
    .blogs .blog_category {
        font-size: 16px;
    }
    .blogs .blog_category > div > div {
        font-size: 16px;
    }
    .career-details .job-cta {
        margin-top: 20px;
    }
    .career-details .qualifier ul li {
        font-size: 16px;
    }
    .career-details .inner-content.blog-content ul li {
        font-size: 16px;
    }
    .career-details .location {
        font-size: 16px;
    }
    .career-details .post-details:nth-child(2) {
        font-size: 16px;
    }
    .blogs .blog_date {
        font-size: 16px;
    }
    .contact-map .wrapper {
        padding: 0 20px;
    }
    .contact-map {
        padding: 30px 0 10px;
    }
    .contact-map .sub-heading {
        padding: 0;
    }
    .we-contact-form .contact-us p {
        padding: 0;
    }
    #map {
        margin: 20px auto 20px;
        height: 400px;
        max-width: none;
    }
    .featured-blog .col-three .v-middle p {
        font-size: 16px;
    }
    .career-intro {
        padding: 40px 0 0;
    }
    .full-width-slider {
        padding: 40px 0;
    }

    .careers-col-three .col-three-outer {
        margin: 20px 0 0;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px){
    .careers-col-three {
        padding: 30px 0;
    }
    .blogs .post-title h2 {
        /*    margin-top: 30px;*/
    }
    .post-title {
        width: 100%;
    }
    .career-details .job-cta .v-middle {
        padding: 0 20px;
    }

    .cta-block .container p {
        margin-bottom: 18px;
    }
    .slider .container h2 {
        margin-bottom: 30px;
    }
    .slider .container{
        padding: 0 34px;
    }
    .slider-nav .prev{
        width: 24px;
    }
    .slider-nav .next{
        width: 24px;
    }
    .slider-nav{
        top: calc(50% - 24px);
    }
    .featured-blog.we-grey-bg {
        padding: 40px 0;
    }
    .featured-blog .col-three .img-box img {
        width: auto;
        max-width: inherit;
    }
    .featured-blog .col-three h5 {
        font-size: 20px;
    }
    .featured-blog .button-default {
        padding: 7px 10px;
        font-size: 12px;
    }
    .we-contact-form {
        padding: 30px 0;
    }
    .we-contact-form #mail_checkbox {
        margin-right: 4px;
    }
    .we-contact-form .btn-default {
        padding: 8px 60px;
        width: 190px;
        max-width: 190px;
    }
    .we-contact-form .contact-us {
        margin: 15px 0 30px;
    }
    .we-contact-form .contact-links {
        margin-bottom: 18px;
    }
    .we-contact-form .contact-links h6 {
        font-size: 15px;
    }
    .we-contact-form .contact-links h5,
    .we-contact-form .contact-links p {
        font-size: 15px;
    }
    .contact-map p {
        font-size: 15px;
    }
    .contact-map .state-name {
        font-size: 15px;
    }
    .detail-pages .content div > p > strong {
        padding: 30px 0 10px;
    }

}

@media screen and (min-width: 481px) and (max-width: 767px){
    .we-scroll-to-section .tabs a {
        padding: 0;
    }
    .contact-map .col-four-outer .col-four {
        min-height: 646px;
    }
    .we-contact-form {
        padding: 30px 0;
    }
    .grids .col-12 {
        width: 14.5%;
        margin-right: 2.5%;
        margin-bottom: 20px;
    }
    .grids .col-12:nth-of-type(6n) {
        margin-right: 0;
    }
    .location-map .col-three {
        width: 100%;
    }
    .location-map #googleMap {
        max-width: 100%;
        width: 100%;
    }
    .location-map .col-seven {
        width: 100%;
    }
    .location-map .col-two {
        padding: 20px;
        width: 50%;
    }
    .location-map .col-two .para-16 {
        font-size: 14px;
    }
    .cta-block .container p {
        margin-bottom: 14px;
    }
    .slider .container h2 {
        margin-bottom: 22px;
    }
    .slider .container{
        padding: 0 28px;
    }
    .slider-nav .prev{
        width: 22px;
    }
    .slider-nav .next{
        width: 22px;
    }
    .slider-nav{
        top: calc(50% - 15px);
    }
    .we-contact-form .col-four-outer .col-four {
        width: 50%;
        margin: 0 auto 20px;
    }
    .contact-map .col-four-outer .col-four {
        width: calc(50% - 4px);
        margin: 0 auto;
    }
    .we-scroll-to-section .tabs li {
        max-width: none;
        width: 33.33%;
        padding: 0 20px;
    }
    .we-scroll-to-section .tabs li:last-child {
        padding: 0 0 0 20px;
    }

}

@media screen and (max-width: 767px) {

    .main-wrap.search #user-login-form {
        padding: 30px 0 80px;
    }
    .careers-col-three {
        padding: 30px 0 15px;
    }
    .sales-marketing .content-870 {
        padding: 0;
    }
    .we-scroll-to-section {
        padding: 30px 20px 0;
    }
    .section-second-level.contact-us {
        margin-bottom: 30px;
    }
    .contact-map p {
        font-size: 14px;
    }
    .contact-map .state-name {
        font-size: 14px;
    }

    .we-contact-form #mail_checkbox {
        margin-right: 4px;
    }
    .we-contact-form .btn-default {
        padding: 8px 60px;
        width: 190px;
        max-width: 190px;
    }
    .we-contact-form .contact-us {
        margin: 15px 0 30px;
    }
    .we-contact-form .contact-links {
        margin-bottom: 18px;
    }
    .we-contact-form .contact-links h6 {
        font-size: 14px;
    }
    .we-contact-form .contact-links h5,
    .we-contact-form .contact-links p {
        font-size: 14px;
    }
    .slider .container .slider-outer {
        padding: 13px 0;
    }
    .cta-block .bg-img{
        height: 300px;
    }
    .next, .prev{
        width: 30px;
    }
    .section-grid-slider {
        padding: 23px 0 30px;
    }
    .event-blogs,
    .news-blogs,
    .blogs {
        padding: 30px 0;
    }
    .post-title {
        margin-bottom: 25px;
        width: 100%;
    }
    .location-map {
        margin-bottom: 25px;
    }
    .featured-blog.we-grey-bg {
        padding: 30px 0;
    }
    .featured-blog .col-three h5 {
        font-size: 22px;
    }
    .featured-blog .button-default {
        padding: 7px 10px;
        font-size: 12px;
    }
    .careers-col-three .col-three {
        padding-left: 25px;
        margin-bottom: 20px;
        height: auto !important;
    }
    .careers-col-three .col-three:last-child {
        /*    margin-bottom: 0;*/
    }
    .careers-col-three ul li {
        padding-right: 10px;
        margin-bottom: 8px;
    }
    .full-width-slider .bg-img {
        height: 400px;
    }
    .main-wrap form#user-login-form {
        padding: 70px 0 60px;
    }
    .detail-pages .content div > p > strong {
        padding: 20px 0 10px;
    }
    .blogs .col-eight .blog-content ol,
    .blogs .col-eight .blog-content ul,
    .blogs .col-eight .blog-content blockquote {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (min-width: 596px) and (max-width: 767px){
    .main-wrap.search .user-page .error-message {
        top: 40px;
    }
    .main-wrap.search #user-login-form .label-name {
        padding: 60px 0 10px;
    }
    .blogs .post-title h2 {
        /*    margin-top: 40px;*/
    }

    /* Detail page */
    .detail-pages .content div h3 {
        font-size: 26px;
        margin: 30px 0;
    }
    .detail-pages .content div p {
        font-size: 15px;
    }
    .detail-pages .content div ul li p {
        font-size: 15px !important;
    }
    .main-wrap #block-iteris-content .js-form-item label {
        margin: 5px 0;
    }
    .main-wrap #block-iteris-content .js-form-item {
        margin-bottom: 10px
    }
    .main-wrap #block-iteris-content .user-pass .js-form-item:after {
        left: 83px;
    }
    .main-wrap #block-iteris-content .user-login-form .js-form-item-name:before {
        top: -20px;
    }
    .main-wrap #block-iteris-content .user-login-form .js-form-item-name:after {
        top: -20px;
    }
}
@media screen and (max-width: 680px)  {
    .color-grids .col-9-outer {
        max-width: 400px;
        margin: 20px auto 0;
    }
    .color-grids .col-9 {
        width: 31.4%;
    }
    .color-grids .col-9:nth-of-type(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 595px)  {
    .main-wrap #block-iteris-content .user-pass .js-form-item:after {
        left: 41px;
    }
    .main-wrap #block-iteris-content .user-login-form .js-form-item-name:before {
        top: -20px;
    }
    .main-wrap #block-iteris-content .user-login-form .js-form-item-name:after {
        top: -20px;
        left: 38px;
    }
    .main-wrap.search .user-page .error-message a {
        font-size: 16px;
    }
    .main-wrap.search .user-page .error-message {
        top: 40px;
        font-size: 16px;
    }
    .main-wrap.search #user-login-form .label-name {
        padding: 64px 0 10px;
        font-size: 16px;
    }

    .blogs .post-title h2 {
        /*    margin-top: 80px;*/
    }
    .career-details .job-cta h2 {
        padding: 25px 9px 10px;
    }
    .career-details .job-cta .v-middle {
        display: block;
        width: 100%;
    }
    .career-details .job-cta .btn-default.btn-white {
        float: none;
    }
    .career-details .inner-content.blog-content ul li {
        font-size: 14px;
    }
    .career-details .qualifier ul li {
        font-size: 14px;
    }
    .career-details .location a {
        font-size: 14px;
    }
    .career-details .location {
        font-size: 14px;
    }
    .career-details .post-details:nth-child(2) {
        font-size: 14px;
    }
    .blogs .blog_category {
        width: 100%;
    }
    .section-grid-slider {
        padding: 30px 0;
    }
    .slider .container{
        padding: 0 30px;
    }
    .featured-blog .col-three .v-middle p {
        font-size: 14px;
    }
    .career-intro {
        padding: 30px 0 0;
    }
    .full-width-slider {
        padding: 30px 0;
    }
    .careers-col-three ul li {
        line-height: 1.3;
    }
    .middle-banner .bg-img {
        /*     max-height: 300px;*/
    }
    .event-post-full .news-content.text-left {
        text-align: center;
    }
    /* Detail page */
    .detail-pages .content div h3 {
        font-size: 22px;
        margin: 30px 0;
    }
    .detail-pages .content div p {
        font-size: 14px;
    }
    .detail-pages .content div ul li p {
        font-size: 14px !important;
    }
    .main-wrap #block-iteris-content .js-form-item label {
        margin: 5px 0;
    }
    .main-wrap #block-iteris-content .js-form-item {
        margin-bottom: 10px;
        padding: 0;
    }
    .main-wrap #block-iteris-content .user-login-form .button {
        margin-left: 0;
    }
    .blogs .col-eight .blog-content ol,
    .blogs .col-eight .blog-content ul,
    .blogs .col-eight .blog-content blockquote {
        padding-left: 20px;
        padding-right: 20px
    }
}

@media screen and (max-width: 480px){
    .we-scroll-to-section .tabs li:first-child:after {
        bottom: 12px;
    }
    .we-scroll-to-section .tabs a {
        margin: 0;
        height: 60px;
    }
    .we-scroll-to-section .tabs li:first-child a {
        padding-top: 20px;
    }
    .main-wrap.search #block-iteris-content #edit-actions {
        margin-top: 25px;
    }

    .we-contact-form {
        padding: 10px 0 30px;
    }
    .we-scroll-to-section .we-scroll-container{
        padding: 0;
    }
    .we-scroll-to-section .we-scroll-container.fixed-position {
        position: relative;
        box-shadow: none;
        padding: 0;
    }
    .we-scroll-to-section {
        padding: 30px 0;
    }
    .we-contact-form{
        margin-top: 0 !important;
    }
    .we-scroll-to-section .tabs li:first-child {
        padding-top: 0;
    }
    .we-scroll-to-section .tabs li:after {
        bottom: 15px;
    }
    .we-scroll-to-section .tabs {
        max-width: 232px;
        border-bottom: none;
    }
    .we-scroll-to-section .tabs li {
        padding: 0;
        max-width: none;
    }
    .contact-map .col-four-outer .col-four {
        width: 100%;
        margin: 0 auto;
    }
    .we-contact-form .col-four-outer .col-four {
        width: 100%;
        margin: 0 auto;
    }
    .cta-block .container p {
        margin-bottom: 10px;
    }
    .slider .container h2 {
        margin-bottom: 20px;
    }
    .slider-nav .prev{
        width: 20px;
    }
    .slider-nav .next{
        width: 20px;
    }
    .slider-nav {
        top: calc(50% - 19px);
    }
    .grids .col-12 {
        width: 23%;
        margin-right: 2.5%;
        margin-bottom: 20px;
    }
    .grids .col-12:nth-of-type(4n) {
        margin-right: 0;
    }
    .location-map .col-three {
        width: 100%;
    }
    .location-map #googleMap {
        max-width: 100%;
        width: 100%;
    }
    .location-map .col-seven {
        width: 100%;
    }
    .location-map .col-two {
        padding: 20px;
        width: 100%;
        text-align: center;
    }
    .location-map .col-two .para-16 {
        font-size: 14px;
    }
    .news-blogs .blog-content p:first-child,
    .blogs .blog-content p:first-child {
        margin-top: 30px;
    }
    .news-blogs .blog-content p,
    .blogs .blog-content p {
        margin-top: 20px;
    }
    .full-width-slider .refrence-slider-nav .next,
    .full-width-slider .refrence-slider-nav .prev {
        width: 20px;
    }
    .full-width-slider .refrence-slider-nav .next img,
    .full-width-slider .refrence-slider-nav .prev img {
        /*    left: 5px;*/
    }
    .full-width-slider .bg-img {
        height: 350px;
    }
}


/*
* Style Guide label style
*/
.label-name {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    max-width: 1400px;
    position: relative;
    text-align: left;
    font-size: 16px;
    color: #d22027;
    font-weight: 700;
    font-family: "Gotham-Book", sans-serif;
}
.page-node-50 .paragraph--type--slider{
    float: left;
    width: 100%;
}
@media screen and (min-width: 991px) and (max-width: 1144px) {
    .section-second-level .banner-social {
        top: 120px;
    }
}
#webform-submission-contact-us-form-ajax .webform-submission-form .popup-header-wrapper {
    display: block;
}
#webform-submission-contact-us-form-ajax .webform-submission-form .contact-header-wrapper  {
    display: none;
}

#webform-submission-contact-us-form-ajax .webform-submission-form .contact-footer-wrapper  {
    display: none;
}
.webform-submission-contact-us-form .popup-header-wrapper {
    display: none;
}
.text-danger.captcha-div-error {
    width: 100%;
    padding: 0 15px;
}
