/*
MAIN CSS FILE
*/


/* COLORS 

Blue        #357E97 
Green       #0F720Df
Orange      #f7941d
Dark Gray   #666666
Med Gray    #999999
Light Gray  #cccccc

*/

/* FONTS */
@import url("https://use.typekit.net/vdr8vcu.css");
@import url("https://use.typekit.net/bjv2wki.css");
@import url('https://fonts.googleapis.com/css2?family=Bai+Jamjuree:ital,wght@1,500&display=swap');


/* GENERAL */
html{
  font-size: 100%;
}
body{
    font-size: 1rem;
	font-family: 'proxima-nova', sans-serif;
	font-weight: 400;
	font-style: normal;
    color: #4d4d4d;
    background: #fff;

}
p{
    font-size: 1rem;
	font-family: 'proxima-nova', sans-serif;
	font-weight: 400;
	font-style: normal;
    line-height: 150%;
}

h1, h2.big{
    /*font-size: 5.875rem;*/
    font-size: 1.875rem;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 700;
    line-height: 120%;
}
h1.big{
    font-size: 5.875rem;
}
h2{
    font-size: 1.875rem;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 700;
    line-height: 120%;
}
h3{
    font-size: 3.125rem;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 700;
    line-height: 120%;
}
h4{
    font-size: 1.25rem;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 600;
    line-height: 150%;
}

h5{
    font-family: 'proxima-nova', sans-serif;
    font-weight: 600;
}

a{
    color: #333;
    font-weight: 600;
    text-decoration: underline;
}
p a, li a{
    opacity: 1;
}
p a:hover, p a:focus, li a:hover, li a:focus{
     opacity: 0.7;
}
a:hover, a:focus{
    color: #357E97;
    text-decoration: none;
}
.anchor {
    display: block;
    height: 150px;
    margin-top: -150px;
    visibility: hidden;
}
.orange {
    color: #333;
    font-weight: 600;
    text-decoration: underline;
}
.orange-text {
    color: #F7941D;
    font-weight: 500;
}
.blue-text{
    color: #3F96B4;
    font-weight: 500;
}
.works .blue-text{
    color: #419BB9;
}

.centered{
    text-align: center;
}
sup{
    font-size: 1.125rem;
}
sup.small{
    font-size: 0.875rem;
}
sup.big {
    font-size: 2rem;
    top: 0;
}

.button{
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    padding: 20px 30px;
    border-radius: 5px;
    text-decoration: none;
    opacity: 1;
    transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          -moz-transition: all 0.25s ease-out;
          -o-transition: all 0.25s ease-out;
}
.button:hover, .button:focus{
    opacity: 0.8;
    transition: all 0.25s ease-out;
          -webkit-transition: all 0.25s ease-out;
          -moz-transition: all 0.25s ease-out;
          -o-transition: all 0.25s ease-out;
}
.button.orange{
    color: #fff;
    background: rgb(247,148,29);
    background: -moz-linear-gradient(126deg, rgba(247,148,29,1) 0%, rgba(197,90,29,1) 100%);
    background: -webkit-linear-gradient(126deg, rgba(247,148,29,1) 0%, rgba(197,90,29,1) 100%);
    background: linear-gradient(126deg, rgba(247,148,29,1) 0%, rgba(197,90,29,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7941d",endColorstr="#c55a1d",GradientType=1);
    text-decoration: none;
}

#content-wrapper{
    max-width: 2160px;
    margin: auto;
}

/* HEADER */
header .navbar-brand {
    height: auto;
    padding: 0;
}
header .tula-logo, header .logo-scroll {
    max-width: 170px;
    width: 100%;
}

header .navbar-default{
    border: none;
    background: #fff;
    box-shadow: 4px 0 10px rgba(0,0,0,0.3);
    padding: 0px 0 0px 0;
    transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  max-width: 2160px;
    margin: auto;
}
.home header .tula-logo.inverse, .home header .navbar-inverse .tula-logo.top{
    display: none;
}
.home header .navbar-inverse .tula-logo.inverse{
    display: block;
}
.home header .navbar-default{
    background: url('./img/nav-bg.png') repeat-x left bottom transparent;
    background-size: 50px;
    padding: 0px 0 0px 0;
    box-shadow: none;
}

.home header .navbar-default .navbar-nav > li > a, .home header .navbar-default .navbar-nav > li > a:hover{
    color: #fff;
}
.navbar-default .navbar-nav > li > a, .home header .navbar-inverse > li > a {
    color: #3f4040;
}

header .navbar-inverse, .home header .navbar-inverse{
    
    border: none;
    transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.home header .navbar-inverse{
    background: #fff;
    box-shadow: 4px 0 10px rgba(0,0,0,0.3);
}

header .navbar-default .navbar-nav > li > a{
    font-family: 'proxima-nova', sans-serif;
    font-weight: 600;
        padding: 29px 28px;
            font-size: 0.9375rem;
    text-decoration: none;
}
header .navbar-default .navbar-nav > li > a:hover, header .navbar-default .navbar-nav > li > a:focus{
    background: transparent;
    color: #3f4040;
}

header .navbar-nav{
    margin-left: auto;
    float: none;
    margin-right: auto;
    /*max-width: 640px;*/
	max-width: 850px;
    width: 100%;
}
header .navbar-nav > li.contact-btn{
    position: absolute;
    right: 0px;
    top: 0px;
    background: rgb(247,148,29);
    background: -moz-linear-gradient(126deg, rgba(247,148,29,1) 0%, rgba(197,90,29,1) 100%);
    background: -webkit-linear-gradient(126deg, rgba(247,148,29,1) 0%, rgba(197,90,29,1) 100%);
    background: linear-gradient(126deg, rgba(247,148,29,1) 0%, rgba(197,90,29,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7941d",endColorstr="#c55a1d",GradientType=1);
}
header .navbar-nav > li.contact-btn > a{
    color: #fff;
    padding:29px 40px;
}
header .navbar-nav .weglot-lang {
    position: absolute !important;
    top: 0px;
    right: 160px;
}

.home header .navbar-inverse .navbar-nav > li > a, header .navbar-inverse .navbar-nav > li > a{
    color: #3f4040;
        font-size: 0.9375rem;
}

header .navbar-inverse .navbar-nav > li > a:hover, header .navbar-inverse .navbar-nav > li > a:focus, .home header .navbar-inverse .navbar-nav > li > a:hover, .home header .navbar-inverse .navbar-nav > li > a:focus{
    color: #0F720D;
}
header .navbar-default .navbar-nav > .active > a, header .navbar-default .navbar-nav > .active > a:hover, header .navbar-default .navbar-nav > .active > a:focus{
    background-color: transparent;
    color: #0F720D !important;
}
header .navbar-inverse .navbar-nav > li.contact-btn > a, header .navbar-default .navbar-nav > .contact-btn.active > a{
    color: #fff !important;
}
.page-template-technology-template header .navbar-default .navbar-nav #menu-item-54 > a{
     background: transparent;
    color: #0F720D;
}
header .dropdown-menu > li > a{
    padding: 8px 20px;
    text-decoration: none;
}
header .dropdown-menu > .active > a, header .dropdown-menu > .active > a:hover, header .dropdown-menu > .active > a:focus,header .dropdown-menu > li > a:hover,header .dropdown-menu > li > a:focus{
    background-color: #3F96B4;
}
header .navbar-default .navbar-nav > .open > a, header .navbar-default .navbar-nav > .open > a:hover, header .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
    color: #0F720D;
}

.navbar-default .navbar-brand{
    margin-left: 10px !important;
    margin-top: 15px;
}

#main{
    margin-top: 79px;
}
.home #main{
    margin-top: 0px;
}
.breadcrumbs .container {
	width: 100%;
}
/* FOOTER */


footer .footer-menu-col a.social-media-icon {
    padding-right: 10px;
}


i.youtube-icon, i.linkedin-icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/wp-content/themes/tula/img/tula_sm_icons.png) no-repeat;
    background-size: cover;
}

i.youtube-icon {
    background-position: -3px 0px; 
}

i.linkedin-icon {
    background-position: -35px 0px; 
}




#inner-footer {
    background-color: #333;
    padding-top: 70px;
    padding-bottom: 70px;
    color: #fff;
}
footer, footer p{
    font-size: 0.875rem;
}
footer .copy {
    font-size: 0.875rem;
    color: #b3b3b3;
    margin-top: 30px;
}
footer .email{
    color: #fff;
}
footer .footer-menu-col a{
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
}
footer .footer-menu-col .title a{
    color: #F2F2F2;
    cursor: none;
}
footer .footer-menu-col .menu{
    list-style: none;
    padding: 0px;
    margin-bottom: 20px;
}
footer .footer-menu-col .menu li{
    margin-bottom: 10px;
}
footer .logo {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
}
footer .logo .logo-img{
    margin-right: 40px;
    width: 100%;
}

footer .logo:last-of-type .logo-img{
    margin-right: 0px;
}
footer .logo-img.dmd-logo, footer .logo-img.dsf-logo {
    max-width: 83px;
}
footer .hybrid-logo {
    max-width: 141px;
}
footer .logo-img.ddsf-logo, footer .logo-img.edsf-logo, footer .logo-img.ydsf-logo, footer .logo-img.mdsf-logo, footer .logo-img.adsf-logo {
    max-width: 92px;
}
footer .logos-wrap {
    margin: 50px 0 0px 0;
}
footer .footer-menu-col .menu li.title > a {
    color: #A9A9A9;
    font-size: 1.25rem;
    font-weight: 700;
}
footer .footer-menu-col .menu li.top-margin {
    margin-top: 40px;
}
footer .address {
    margin-top: 40px;
    font-size: 1rem;
}


/*Go back to top link*/
#top-link-block.affix-top {
    position: absolute; /* allows it to "slide" up into view */
    bottom: -82px; /* negative of the offset - height of link element */
    right: 10px;
    visibility: hidden;
}
#top-link-block.affix {
    position: fixed; /* keeps it on the bottom once in view */
    bottom: 85px; 
    right: 30px; 
    z-index: 15;
    visibility: visible;
}
#top-link-block img{
  max-width: 70px;
  opacity: 1;
  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}
#top-link-block a:hover img{
  opacity: 0.6;
}



/* BREADCRUMBS SUBNAV */
.breadcrumbs{
  background: #333;
  box-shadow: 2px 0px 5px #ececec;
  
}
.breadcrumbs ul{
  list-style: none;
    padding: 0;
    overflow: auto;
    margin: 0 auto;
    text-align: center;
    height: 40px;
}
.breadcrumbs li{
  display: inline-block;
  padding: 9px 20px;
  position: relative;
  height: 40px;
}
.breadcrumbs li:last-child {
    margin-right: 0px;
}
.breadcrumbs a{
  color: #cacaca;
    font-size: 0.8125rem;
  font-family: 'proxima-nova', sans-serif;
    font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: none;
}
.breadcrumbs a:hover{
  color: #c5d709;
}
.breadcrumbs li.active{
  position: relative;
}
.breadcrumbs li.active a{
  color: #c5d709;

}



h1 small, .h1 small, h2 small, .h2 small, h3 small, .h3 small, h1 .small, .h1 .small, h2 .small, .h2 .small, h3 .small, .h3 .small{
    color: #585858;
}

/* HOMEPAGE */
.homepage .tablet, .homepage .mobile{
        display: none;
}
.homepage .overview .hero{
    font-family: 'Bai Jamjuree', sans-serif;
    font-size: 5.5rem;
}
.homepage .overview{
    background: url('./img/hero-desktop.jpg') no-repeat center center #000000;
    background-size: cover;
    color: #fff;
    position: relative;
    
}
.homepage .overview .arrow{
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 50px;
}
.homepage .overview #background-video{
  overflow: hidden;
  position: relative;
  height: 100vh;
  background-size: cover;
  color: #fff;
    padding: 300px 0 320px 0;
}
.homepage .overview #background-video video {
    width: 100%;
    position: absolute;
    top: 48%;
    left: 0;
    transform: translateY(-48%);
    -webkit-transform: translateY(-48%);
    z-index: 0;
    object-fit: fill;
    min-width: 100%;
    width: auto;
    height: 100%;
    max-width: inherit;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.homepage .overview .banner-text{
    position: relative;
    z-index: 2;
    text-shadow: 3px 3px 3px rgb(0 0 0 / 25%);
}
.homepage .overview h1{
    text-transform: uppercase;
    line-height: 100%;
}
.homepage .overview .subuvp{
    font-size: 1.875rem;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 700;
    line-height: 120%;
}
.homepage .shift{
    position: relative;
}
.homepage .absolute-title {
    position: absolute;
    left: 0;
    top: 90px;
    z-index: 10;
    text-align: center;
    width: 100%;
    color: #fff;
}
.homepage .shift .shift-column{
    min-height: 636px;
    background-size: cover !important;
    color: #fff;
    text-align: center;
}
.homepage .shift .shift-column .title{
    padding-top: 510px;
    font-size: 1.25rem;
    font-weight: 600;
}
.homepage .shift .shift-column.price-img .title{
    padding-top: 460px;
}
.homepage .shift .dont-title{
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 20px;
}
.homepage .shift-column p {
    max-width: 300px;
    margin: auto;
}
.homepage .dmd-showcase {
    padding: 134px 0 140px 0;
}
.homepage .dmd-showcase .dmd-logo {
    max-width: 103px;
    width: 100%;
    margin-bottom: 20px;
}
.homepage .dmd-showcase h2{
    font-size: 1.875rem;
}
.homepage .dmd-showcase .video-back {
    max-width: 670px;
    border-radius: 0px;
}
.homepage .dmd-showcase .button.orange {
    text-transform: uppercase;
    margin-top: 20px;
    padding: 12px 22px;
}
.homepage .shift .impr-columns .title {
    padding-top: 460px;
 }
 .homepage .team-stats {
    background: #1E2832;
    color: #fff;
    padding-top: 80px;
}
 .homepage .team-stats .column {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.homepage .team-stats .row-flex {
  display: flex;
  flex-direction: row;
  min-height: 448px;
  color: #fff;
  text-align: center;
}
.homepage .team-stats .row-flex-2{
    min-height: 366px;
}
.homepage .team-stats .row-flex-3{
    min-height: 343px;
}
.homepage .team-stats .bg-column{
    background-size: cover !important;
}
.homepage .team-stats .row-flex .bottom-text {
    padding-top: 320px;
}
.homepage .team-stats .row-flex-2 .bottom-text{
    padding-top: 275px;
}
.homepage .team-stats .title{
    font-size: 1.25rem;
    font-weight: 700;
}
.homepage .team-stats h2{
    padding-bottom: 50px;
}
.homepage .team-stats .top-content, .homepage .team-stats .bottom-content {
    width: 100%;
    height: 50%;
}
.homepage .team-stats .content {
    height: 100%;
}
.homepage .team-stats .text-content {
    background: #434343;
}
.homepage .team-stats .column-2 {
    float: left;
    width: 50%;
}
.homepage .team-stats .patent{
    padding: 70px 50px;
    font-weight: 700;
    height: 100%;
}
.homepage .team-stats .patent .stat {
    font-size: 2.5rem;
    font-weight: 600;
}
.homepage .team-stats .patent .title{
    font-size: 1.25rem;
}
.homepage .team-stats .patent.patent-1{
    background: #429EBD; /*#3F96B4;*/
}
.homepage .team-stats .patent.patent-3{
    background: #8E9C30; /*#B4C540;*/
    padding: 60px 50px;
}
.homepage .team-stats .awards-img {
    width: 100%;
    max-width: 160px;
}
.homepage .team-stats .award {
    height: 100%;
    padding-top: 35px;
}
.homepage .team-stats .award.awards-1 {
    background: #EDEDED;
}
.homepage .team-stats .award.awards-2 {
    background: #666666;
}
.homepage .team-stats .award.awards-3 {
    background: #FFFFFF;
}
.homepage .team-stats .years {
    color: #fff;
    font-size: 2.875rem;
    font-weight: 600;
    margin-top: 60px;
}
.homepage .team-stats .years-title {
    font-size: 1.125rem;
    font-weight: 700;
    max-width: 200px;
    margin: auto auto 20px auto;
}
.homepage .team-stats .years-subtitle {
    margin: auto;
    max-width: 315px;
    font-size: 1rem;
}
.homepage .team-stats .row-flex-3 .bottom-text {
    padding-top: 228px;
}
.homepage .team-stats .row-flex-3 .bottom-text p {
    margin: 5px auto 0 auto;
    max-width: 400px;
}
.homepage .team-stats .row-flex-2 .title {
    margin: auto;
    max-width: 264px;
}
.homepage .team-stats .row-flex-1 .title {
    margin: auto;
    max-width: 400px;
}
.homepage .beyond {
    background: #1E2832;
    color: #fff;
    padding-top: 65px;
}
.homepage .beyond .subtitle{
    padding-bottom: 60px;
}
.homepage .beyond .beyond-columns {
    min-height: 600px;
    text-align: center;
    background-size: cover !important;
}
.homepage .beyond .beyond-logo {
    margin-top: 40px;
    max-width: 105px;
    margin-bottom: 15px;
}
.homepage .beyond .title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 10px;
}
.homepage .beyond .info a {
    color: #D57714;
    font-weight: 700;
    margin-top: 15px;
    display: inline-block;
    text-decoration: none;
}
.homepage .beyond .info a:hover, .homepage .beyond .info a:focus{
    text-decoration: underline;
}
.homepage .fact-sheet {
    background: #1E2832;
    color: #fff;
    padding: 70px 0 75px 0;
}
.homepage .fact-sheet .wrapper {
    max-width: 430px;
}
.homepage .fact-sheet .wrapper p {
    font-size: 1.25rem;
}
.homepage .fact-sheet .button{
    margin-top: 35px;
}

.homepage .driven{
    padding:110px 0 100px 0;
}
.homepage .intro-driven{
    text-align: center;
}
.homepage .driven .intro-driven p {
    font-size: 1.125rem;
}
.homepage .driven .technology-table {
    display: table;
    width: 100%;
    margin-top: 50px;
}
.homepage .driven .img-wrap{
    position: relative;
    width: 100%;
    max-width: 378px;
    height: 250px;
    margin:auto;
    background-size: cover !important;
}
.homepage .driven .shrink .img-wrap {
    width: 100%;
}

.homepage .driven .tech-img {
    max-width: 378px;
    width: 100%;
}
.homepage .driven .tech-icon {
    max-width: 100px;
    width: 100%;
}
.homepage .driven .tech-col {
    display: table-cell;
    width: 33.33%;
    text-align: center;
    background:#F2F2F2;
    padding: 0px 0 0 0;
    border: 1px solid #fff;
    -moz-transition: width 300ms ease-in-out;
    -webkit-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
    position: relative;
}
.homepage .driven .icon-wrap {
    text-align: center;
    margin-bottom: 10px;
}
.homepage .driven .icon-wrap .name {
    font-family: 'proxima-nova', sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
}
.homepage .driven .dsf .icon-wrap .name{
    color: #005BA1;
}
.homepage .driven .dmd .icon-wrap .name{
    color: #AD4E00;/*color: #E86A00;*/

}
.homepage .driven .ddsf .icon-wrap .name{
    color: #4B7830;/*color: #538636;*/
}

.homepage .driven .link-tech{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 2px;
    -moz-transition: height 300ms ease-in-out;
    -webkit-transition: height 300ms ease-in-out;
    -o-transition: height 300ms ease-in-out;
    transition: height 300ms ease-in-out;
    z-index: 5;
}
.homepage .driven .dmd .link-tech {
    background: rgb(247,148,29);
    background: -moz-linear-gradient(126deg, rgba(247,148,29,1) 0%, rgba(197,90,29,1) 100%);
    background: -webkit-linear-gradient( 
126deg
 , rgba(247,148,29,1) 0%, rgba(197,90,29,1) 100%);
    background: linear-gradient( 
126deg
 , rgba(247,148,29,1) 0%, rgba(197,90,29,1) 100%);
}
.homepage .driven .dsf .link-tech {
    background: rgb(0,130,230);
    background: -moz-linear-gradient(126deg, rgba(0,130,230,1) 0%, rgba(0,91,161,1) 100%);
    background: -webkit-linear-gradient( 
126deg
 , rgba(0,130,230,1) 0%, rgba(0,91,161,1) 100%);
    background: linear-gradient( 
126deg
 , rgba(0,130,230,1) 0%, rgba(0,91,161,1) 100%);
}
.homepage .driven .ddsf .link-tech {
    background: rgb(83,134,54);
    background: -moz-linear-gradient(126deg, rgba(83,134,54,1) 0%, rgba(124,197,81,1) 100%);
    background: -webkit-linear-gradient( 
126deg
 , rgba(83,134,54,1) 0%, rgba(124,197,81,1) 100%);
    background: linear-gradient( 
126deg
 , rgba(83,134,54,1) 0%, rgba(124,197,81,1) 100%);
}

.homepage .driven .text-wrap .title {
    font-size: 1.25rem;
    color: #666666;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 600;
}
.homepage .driven .text-wrap p {
    font-size: 1.125rem;
    width: 71%;
    margin: 10px auto;
}
.homepage .driven .dsf .text-wrap p {
    width: 55%;
}
.homepage .driven .text-wrap{
    margin-bottom: 70px;
    opacity: 1;
    -moz-transition: opacity 300ms ease-in-out;
    -webkit-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
    max-height: 119.5px;
}
.homepage .driven .hidden{
    display: none;
}
.homepage .driven .shrinked > a{
    opacity: 0;
    color: #fff;
    text-decoration: none;
    line-height: 40px;
    font-family: 'proxima-nova', sans-serif;
    display: block;
}
.homepage .driven .active .link-tech.shrinked > a{
    opacity: 1;
    -moz-transition: opacity 300ms ease-in-out 250ms;
    -webkit-transition: opacity 300ms ease-in-out 250ms;
    -o-transition: opacity 300ms ease-in-out 250ms;
    transition: opacity 300ms ease-in-out 250ms;
}
.active .link-tech.shrinked {
    height: 40px;
    -moz-transition: height 300ms ease-in-out;
    -webkit-transition: height 300ms ease-in-out;
    -o-transition: height 300ms ease-in-out;
    transition: height 300ms ease-in-out;
}

.homepage .driven .tech-col.shrink {
    width: 10%;
    -moz-transition: width 300ms ease-in-out;
    -webkit-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}
.homepage .driven .tech-col.active {
    width: 80%;
    -moz-transition: width 300ms ease-in-out;
    -webkit-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
}
.homepage .driven .tech-col.shrink .text-wrap{
    opacity: 0;
    -moz-transition: opacity 300ms ease-in-out;
    -webkit-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}

.homepage .driven .video-back{
    background: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: calc(100% - 40px);
    z-index: 2;
    opacity: 0;
    -moz-transition: opacity 300ms ease-in-out;
    -webkit-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}
.homepage .video-back iframe, .newtech-overview .video-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.newtech-overview .iframe-wrap, .homepage .video-back {
    position: relative;
    padding-bottom: 48%;
    max-width: 555px;
    width: 100%;
    margin-left: auto;
    border-radius: 20px;
    overflow: hidden;
}
.homepage .driven .video-back video{
    width: 100%;
   height: calc(100%);
    position: absolute;
    left: 0;
    top: 0;
}
.homepage .driven .active .video-back{
    opacity: 1;
    -moz-transition: opacity 300ms ease-in-out;
    -webkit-transition: opacity 300ms ease-in-out;
    -o-transition: opacity 300ms ease-in-out;
    transition: opacity 300ms ease-in-out;
}
.homepage .stats h2{
    text-align: center;
}
.homepage .stats .stats-wrap{
    position: relative;
    margin-top: 45px;
}
.homepage .stats .stats-img{
    width: 100%;
    max-width: 617px;
    margin-left: 50px;
}
.homepage .stats .timer-wrap {
    color: #3996B4;
    font-size: 2.5rem;
    font-weight: 500;
    font-family: "filson-pro", sans-serif;
}
.homepage .stats .timer-wrap .timer{
    display: inline-block;
    vertical-align: middle;
}    
.homepage .stats .timer-wrap .plus {
    margin-left: -5px;
    display: inline-block;
    vertical-align: middle;
}
.homepage .stats .wrap-stats .timer-wrap {
    font-size: 1.5685rem;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 600;
}
.homepage .stats .stat-wrap {
    margin-top: 20px;
}
.homepage .stats .stats-item .col-half.wrap-stats {
    display: inline-block;
    width: 49%;
    vertical-align: top;
}
.homepage .stats .stats-item .title {
    color: #666666;
    font-size: 1.125rem;
    font-weight: 600;
}
.homepage .stats .stats-item b{
    color: #666666;
    font-size: 1.125rem;
}
.homepage .stats .stats-item .text {
    font-size: 1.125rem;
}
.homepage .stats .vehicle-stat {
    position: absolute;
    top: 28%;
    right: -180px;
}
.homepage .stats .environment-stat {
    position: absolute;
    bottom: -20px;
    right: -170px;
    width: 350px;
}
.homepage .stats .patent-stat {
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
}
.homepage .stats .patent-stat a {
    color: #E86A00;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 600;
    margin-top: 15px;
    display: inline-block;
}
.homepage .stats {
    padding: 10px 0 140px 0;
}

.homepage .human-capital {
    background: #1E2832;
    padding: 110px 0 120px 0;
    color: #fff;
    text-align: center;
}
.homepage .human-capital a {
    color: #E86A00;
    font-weight: 600;
    text-decoration: none;
    font-family: 'proxima-nova', sans-serif;
}
.homepage .human-capital #PeopleView {
    clear: both;
}
.homepage .human-capital .sys-person-card {
    width: calc((100% - 8 * 16px)/3);
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-top: 40px;
    opacity:1;transition:opacity 3s ease-in-out;
}
.homepage .human-capital .sys-person-card--fade{
    opacity:0
}
.homepage .human-capital .sys-person-card__image {
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50%;
    height: 160px;
    width: 160px;
    border: 10px solid #2b2f3d;
    background-size: 150px !important;
    background-repeat: no-repeat;
    background-position: center center;
}
.homepage .human-capital .sys-person-card__name {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 5px;
}
.homepage .human-capital .sys-person-card__role {
    color: #3F96B4;
    font-weight: 500;
    margin-bottom: 8px;
}
.homepage .human-capital .sys-person-card__quote {
    width: 75%;
    margin: auto auto 10px auto;
}

.homepage .investments h2{
    color: #3F96B4;
    font-size: 1.875rem;
    text-align: center;
}
.homepage .investments{
    padding: 120px 0 80px 0;
}
.homepage .investments .inv-logo {
    width: 100%;
    max-width: 300px;
    margin: 40px auto auto;
    display: block;
}



.homepage .banner{
    background: url('./img/home-hero-1.jpg') no-repeat center center transparent;
    background-size: cover;
    background-attachment: fixed;
    height: 610px;
    position: relative;
    z-index: 2;
}
.homepage .banner h1{
    margin-top: 300px;
    text-align: center;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: 3.75rem;
    text-shadow: 2px 2px 2px #45a0b7;
    line-height: 120%;
}
.homepage .curve-div, .curve-div{
    /*background: url(./img/curve-background.png) no-repeat top center transparent;
    height: 94px;
    background-size: 100%;
    position: relative;
    z-index: 10;
    margin-top: calc(-4.70vw);*/
}
.homepage .sub-uvp{
    padding: 120px 0 90px 0;
}
.homepage .sub-uvp h2 {
    width: 90%;
}
.homepage .sub-uvp sup {
    font-size: 1.125rem;
}
.homepage .sub-uvp p {
    font-size: 1.125rem;
    color: #4d4d4d;
}
.homepage .awards {
    padding-bottom: 50px;
}
.dsf-overview .how-it-works .tech-video, .dsf-overview .overview .tech-video {
    max-width: 500px;
    width: 100%;
}
.dsf-overview .how-it-works .works-wrap {
    padding: 0 3%;
}
.homepage .how-it-works .intro {
    font-size: 1.125rem;
    color: #357E97;
	font-family: 'proxima-nova', sans-serif;
	font-weight: 500;
	font-style: normal;
    margin-top: 50px;
}

.homepage .dynamic-motor .home-car-img {
    width: 100%;
    max-width: 520px;
    display: block;
    margin: 60px auto 0 auto;
}
.homepage .dynamic-motor {
    padding: 30px 0 150px 0;
}
.homepage .dynamic-motor .dynamic-wrap {
    padding: 0 6% 0 0;
}
.homepage .dynamic-motor p {
    font-size: 1.125rem;
}
.dsf-overview .overview .tech-video{
    max-width: 555px;
    width: 100%;
}
.homepage .how-it-works h2 {
    margin-top: 50px;
}
.homepage .how-it-works .video-link,  .dsf-overview .overview .video-link{
    display: inline-block;
    position: relative;
    margin-top: 40px;
    outline: none;
}
.dsf-overview .overview .video-link{
   margin-top: 0px;
}
.homepage .how-it-works .video-link:after,  .dsf-overview .overview .video-link:after{
    content: '';
    background: url('./img/play-button.png') no-repeat center center transparent;
    background-size: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    height: 80px;
    width: 80px;

}
.homepage .how-it-works {
    padding-bottom: 150px;
}
.homepage .technology-suite{
    padding: 115px 0 130px 0;
    background: #f2f2f2;
    position: relative;
}
.technology-suite .suite-circle {
    max-width: 415px;
    width: 100%;
    margin: 50px auto 0 auto;
    display: block;
}
.homepage .technology-suite .text-column {
    margin-top: 175px;
}
.homepage .technology-suite .suite-img, .tech-overview .technology-suite .suite-img {
        max-width: 153px;
    width: 100%;
    margin-top: 12px;
    margin-left: 12px;
}
.homepage .suite-item .text, .tech-overview .suite-item .text{
    color: #4d4d4d;
    display: block;
    text-align: center;
    margin-top: 7px;
}
.homepage .suite-wrap, .tech-overview .suite-wrap{
    position: relative;
    min-height: 500px;
}
.homepage .suite-wrap .outer-img, .tech-overview .suite-wrap .outer-img{
    position: relative;
     width: 183px;
    height: 202px;
    z-index: 7;
}
.homepage .suite-wrap .outer-img::before, .tech-overview .suite-wrap .outer-img::before{
    position: absolute;
    cursor: pointer;
    content: '';
    background: url('./img/hexagon-shadow-img.png') no-repeat center center transparent;
    background-size: 183px;
    width: 183px;
    height: 202px;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    top: 0px;
    left: 0px;
}
.homepage .suite-wrap .outer-img:hover::before, .tech-overview .suite-wrap .outer-img:hover::before{
    opacity: 1;
}
.homepage .suite-wrap .img-wrap, .tech-overview .suite-wrap .img-wrap{
    background: url('./img/hexagon-img.png') no-repeat center center transparent;
    background-size: 183px;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 8;

}
.homepage .suite-link, .tech-overview .suite-link{
    width: 184px;
    display: inline-block;
    height: 202px;
}
.homepage .suite-link p, .tech-overview .suite-link p{
    display: none;
}
.homepage .suite-item.combustion, .tech-overview .suite-item.combustion{
    position: absolute;
        top: 110px;
    right: 15px;
}

.homepage .suite-item.diesel, .tech-overview .suite-item.diesel{
    position: absolute;
        top: 110px;
    left: 15px;
}

.homepage .suite-item.dynamic, .tech-overview .suite-item.dynamic{
    position: absolute;
    top: 314px;
    left: 90px;
}

.homepage .suite-item.autonomous, .tech-overview .suite-item.autonomous{
    position: absolute;
    top: -24px;
    left: 198px;
	
}

.homepage .suite-item.hybrid, .tech-overview .suite-item.hybrid{
    position: absolute;
     top: 314px;
    right: 90px;
}

.homepage .technology-suite .tula-car-img {
    max-width: 460px;
    width: 100%;
    position: absolute;
    right: 0px;
    bottom: -70px;
}
.homepage h2{
    font-size: 2.25rem;
    margin-top: 0px;
}

.homepage .graph-section{
    padding: 100px 0 165px 0;
}
.homepage .graph-section .graph{
    position: relative;
    overflow: hidden;
    text-align: center;
}
.homepage .graph-section .graph-struct{
    width: 100%;
    max-width: 1040px;
    position: relative;
    z-index: 15;
}
.homepage .graph-section .data-graph{
    position: absolute;
    max-width: 955px;
    width: 100%;
    left: 115px;
    bottom: 40px;
}
.homepage .graph-section .graph-legend-img {
    max-width: 355px;
    width: 100%;
    margin: 30px auto;
    display: block;
}
.homepage .graph-section h2{
    color: #357E97;
    margin-bottom: 60px;
}
.graph-section .grap-intro {
    margin: 20px 0 40px 0;
}
.homepage .graph-section .data-graph{
  /*  -moz-transition: all 1500ms ease-in-out;
  -webkit-transition: all 1500ms ease-in-out;
  -o-transition: all 1500ms ease-in-out;
  transition: all 1500ms ease-in-out;*/
}
.homepage .graph-section .avf-graph{
    z-index: 2;
 /*   margin-left: -955px;
     -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;*/
}
.homepage .graph-section .avf-graph.show{
    margin-left: 0px;
}
.homepage .graph-section .ev-graph{
    z-index: 3;
   /* margin-left: -955px;
    -moz-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;*/
}
.homepage .graph-section .ev-graph.show{
    margin-left: 0px;
}
.homepage .graph-section .ice-graph{
    z-index: 4;
  /*  margin-left: -955px;
    -moz-transition-delay: 1.5s;
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;*/
}
.homepage .graph-section .ice-graph.show{
    margin-left: 0px;
}
.homepage .news-homepage {
    background: #f2f2f2;
    padding: 130px 0 160px 0;
}
.homepage .news-homepage .news-logo, .news .news-logo {
    max-width: 290px;
    width: 100%;
}
.homepage .news-homepage .news-item, .news .news-item {
    background: #fff;
    padding: 35px 25px 40px 25px;
    border-radius: 10px;
    margin-top: 45px;

    box-shadow: none;
  transition: box-shadow 0.3s ease-in-out;
}
.homepage .news-homepage .news-item .title a, .news .news-item .title a {
    color: #357E97;
    text-decoration: none;
}

.homepage .news-item .news-link, .news .news-item .news-link {
    display: inline-block;
}
/*.news .news-item:hover{
   box-shadow: 0px 2px 10px #b1b1b1;

}*/
.homepage .news-homepage .news-item .title, .news .news-item .title  {
    color: #357E97;
    font-size: 1.25rem;
    line-height: 120%;
    margin-top: 30px;
    height: 72px;
}
.news .news-item .title  {
    margin-top: 20px;
}
.homepage .news-homepage .news-item .title:hover , .news .news-item .title:hover{
    opacity: 0.7;
}
.homepage .news-homepage .news-item .read, .news .news-item .read{
    display: block;
}
.homepage .news-homepage .news-item a, .news .news-item a {
    color: #333;
    font-weight: 600;
    text-decoration: underline;
    display: inline-block;
    opacity: 1;
    width: 100%;
}
.homepage .news-homepage .news-item a:hover, .news .news-item a:hover{
    opacity: 0.7;
}
.homepage .showcase-box {
    padding: 50px 20px;
    background: #efefef;
    border-radius: 10px;
}
.homepage .showcase-box a {
    text-decoration: none;
}
.homepage .showcase-box .showcase-img {
    max-width: 360px;
    margin: auto;
    display: block;
    width: 100%;
}
.homepage .showcase-box .title {
    color: #357E97;
}
.homepage .showcase-box .img-wrap {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}
.homepage .showcase-box .text-wrap {
    display: inline-block;
    width: 50%;
    vertical-align: middle;    
    padding: 0 40px;
}


.cta{
    background: rgb(247,148,29);
    background: -moz-radial-gradient(circle, rgba(247,148,29,1) 0%, rgba(197,90,29,1) 100%);
    background: -webkit-radial-gradient(circle, rgba(247,148,29,1) 0%, rgba(197,90,29,1) 100%);
    background: radial-gradient(circle, rgba(247,148,29,1) 0%, rgba(197,90,29,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7941d",endColorstr="#c55a1d",GradientType=1);
    padding: 200px 0;
    color: #fff;
}

.cta h2{
    color: #fff;
   font-size: 4rem;
   font-style: normal;
    text-transform: uppercase;
   margin-top: 0px;
}
.cta .tula{
    position: relative;
    font-weight: 700;
}
.cta .tula-mid{
    display: block;
}
.cta .tula::after{
    /*content: '';
    position: absolute;
    top: -100px;
    left: 50%;
    margin-left: -35px;
    background: url(./img/tula-white.png) no-repeat center top transparent;
    background-size: 70px;
    width: 70px;
    height: 68px;*/
}

/*.homepage .cta .tula::after, .tula-page .cta .tula::after {
    margin-left: -370px;
}*/


.cta p{
    font-size: 1.25rem;
    margin-bottom: 5px;
}
.cta .button {
    background: #fff;
    padding: 16px 30px;
    color: #666666;
    border-radius: 5px;
    font-size: 1rem;
    font-family: 'proxima-nova', sans-serif;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
    opacity: 1;
    line-height: 120%;
    transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  text-decoration: none;
}

.cta .button:hover{
    opacity: 0.8;
}


.page-404 {
    padding: 150px 0 200px 0;
    text-align: center;
}
.error404 #page-content{
    background: #ccc;
}

/* WHY TULA */
.charts .dsf-chart {
    width: 100%;
    max-width: 576px;
}
.charts .value-edsf-chart{
    width: 100%;
    max-width: 946px;
}

.charts .value-mdsf-chart, .mdsf-advantage-chart {
    width: 100%;
    max-width: 750px;
    border-radius: 10px;
}

.charts .mdsf-chart, .charts .edsf-chart {
    max-width: 491px;
    width: 100%;
}
.why-page .charts .intro, .banner-why p {
    font-size: 1.125rem;
}

.banner-why, .banner-dsfoverview {
    background: url('./img/why-tula-banner.jpg') no-repeat center center transparent;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    padding: 120px 0 150px 0;
}
.banner-why > p {
    font-size: 1.125rem;
}

.banner-patent {
    background: url('./img/patent-banner.jpg') no-repeat center center transparent;
    background-size: cover;
    background-attachment: inherit;
    color: #fff;
    padding: 120px 0 150px 0;
}

.banner-leadership {
    background: url(/wp-content/uploads/2024/01/Tula-Group-Leadership-Cropped-v001-03-scaled.jpg) no-repeat transparent;
    background-size: contain;
    background-attachment: fixed;
    color: #fff;
    padding: 400px 0 250px 0;
	background-position: 50% 20% !important;
}

.inspiration h2{
    color: #4d4d4d;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 600;
    font-size: 1.875rem;
    margin-bottom: 45px;
}
.inspiration {
    padding: 50px 0 90px 0;
}
.inspiration .quote {
    color: #357E97;
    font-size: 1.125rem;
}
.inspiration p{
    margin-bottom: 30px;
}

.mission {
    padding: 115px 0;
    background: url('./img/why-tula-img.jpg') no-repeat center center transparent;
    background-size:cover;
    background-attachment: fixed;
    height: 600px;
}
.mission h4 {
    color: #3f4040;
    font-size: 1.5625rem;
    font-family: 'proxima-nova', sans-serif;
    font-weight:600;
    line-height: 120%;
}
h2.why-quote {
    font-family: 'proxima-nova', sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 180%;
}
.charts {
    background: #f2f2f2;
    padding: 115px 0 135px 0;
}
.charts .title-prop h3 {
    font-size: 1.20rem;
	font-family: 'proxima-nova', sans-serif;
	font-weight: 400;
	font-style: normal;
    color: #357E97;
    margin-top: 135px;
}
.charts .hex-wrap .item-hex {
    width: 180px;
    text-align: center;
    color: #4d4d4d;
    font-size: 1rem;
    margin:35px auto 0 auto;
}
.charts .hex-wrap .item-hex.short{
    margin-top: 55px;
}
.charts .hex-wrap .item-hex.mid{
    margin-top: 50px;
}
.charts .hex-wrap .item-hex.low {
    margin-top: 70px;
}
.charts .hex-row {
    position: relative;
    height: 340px;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 25px;
}
.charts .hex-wrap .item-hex .number {
    color: #0F720D;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 600;
    display: block;
    font-size: 3.125rem;
    line-height: 120%;
}
.charts .hex-wrap .item-hex .number.small {
    font-size: 2.12rem;
    line-height: 150%;
}
.charts .hex-wrap{
    background: url('./img/why-exagon.png') no-repeat center center transparent;
    background-size: 252px;
    width: 252px;
    text-align: center;
    height: 226px;
    position: absolute;
}
.charts .hex-wrap.hex-1{
    bottom: 0px;
    left: 0px;
}
.charts .hex-wrap.hex-2 {
    top: 0;
    left: 208px;
}
.charts .hex-wrap.hex-3 {
    bottom: 0;
    left: 417px;
}
.charts .hex-wrap.hex-4 {
    top: 0;
    right: 0;
}

.charts h2, .market h2, .leadership-page h2, .dsf-overview .products h2{
    color: #2c687d;
    font-size: 1.875rem;
}
.charts .chart-wrap {
    background: #fff;
    padding: 50px 25px;
    border-radius: 8px;
    margin-bottom: 30px;
}
.charts .chart-wrap h4 {
    color: #808080;
    font-size: 1.125rem;
    margin-bottom: 15px;
}
.charts .intro {
    margin-bottom: 70px;
}
.market {
    padding: 115px 0 110px 0;
}
.market .num {
    font-size: 3.75rem;
    color: #0F720D;
	font-family: 'proxima-nova', sans-serif;
	font-weight: 500;
	font-style: normal;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 60%;
    vertical-align: middle;
}
.market .plus{
    line-height: 60%;
    margin-bottom: 10px;
        font-size: 3.45rem;
}
.market .top-stat{
    margin-bottom: 10px;
    color: #0f720d;
    text-align: center;
    font-weight: 500;
}
.market .numbers p, .market .numbers .number-wrap{
    margin-bottom: 40px;
    font-size: 1.25rem;
    color: #4d4d4d;
    padding-left: 45px;
}
.market .numbers {
    margin-top: 130px;
}
.market .vehicle-graph, .graph-section .vehicle-graph {
    width: 100%;
    max-width: 641px;
}
.market .map-img {
    width: 100%;
    max-width: 847px;
    
    margin-top: 115px;
}
.market h2{
        margin-bottom: 60px;
}
.market h4, .graph-section h4 {
    margin-bottom: 25px;
}
.market .opportunity-box, .graph-section .opportunity-box {
    background: #f2f2f2;
    padding: 57px;
    border-radius: 8px;
    margin-top:3px;
}


/* New WHy Tula */
.why-page .overview{
    background: #000;
    
    text-align: center;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.why-page .overview-content{
    position: absolute;
    top: 245px;
    left: 50%;
    margin-left: -278px;
    z-index: 10;
}
.why-page h1 {
    font-size: 5.75rem;
    color: #fff;
}
.why-page .overview p{
    font-size: 1.625rem;
    font-weight: 700;
}
.why-page .overview .wrap{
    padding-left: 30px;
}
.why-page .overview-info{
    margin-top: 35px;
    margin-bottom: 150px;
}
.why-page .overview-info .title {
    font-weight: 600 !important;
    font-size: 1.25rem;
    margin-top: 95px;
    margin-bottom: 10px;
    font-family: 'proxima-nova', sans-serif;
}
.why-page .overview-info .wrap-img {
    text-align: center;
    margin-bottom: 10px;
}
.why-page .graphs-section, .why-page .stats{
    background: #1E2832;
    color: #fff;
}
.why-page .graphs-section {
    padding: 90px 0 130px 0;
    text-align: center;
}
.why-page .graphs-section .title {
    font-size: 1.25rem;
    font-weight: 600;

    margin-top: 60px;
}
.why-page .graphs-section h3 {
    font-size: 1.875rem;
    font-weight: 500;
}
.why-page .graphs-section .graph-img {
    width: 100%;
    max-width: 534px;
    margin: 20px auto 0 auto;
}
.why-page .graphs-section .bottom-graphs{
    margin-top: 50px;
}
.why-page .hexagon-wrap{
    width: 100%;
    position: relative;
    min-height: 650px;
    margin-top: 40px;
}
.why-page .hexagon{
    position: absolute;
    width: 180px;
    height: 200px;
    color: #1E2832;
    text-align: center;
    padding: 55px 20px 0;
     transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  opacity: 1;
}
.why-page .info-hex{
    color: #fff;
}
.why-page .hexagon.dsf{
    background: url('./img/hex-blue.png') no-repeat center center transparent;
    background-size: 180px;
    top: 0;
    left: 285px;
    font-family: 'proxima-nova', sans-serif;
}
.why-page .hexagon.ddsf{
    background: url('./img/hex-green.png') no-repeat center center transparent;
    background-size: 180px;
    top: 0;
    left: 475px;
    font-family: 'proxima-nova', sans-serif;
}
.why-page .hexagon.dmd{
    background: url('./img/hex-orange.png') no-repeat center center transparent;
    background-size: 180px;
    top: 165px;
    left: 380px;
    font-family: 'proxima-nova', sans-serif;
}
.why-page .hexagon.dsf-info{
    background: url('./img/hex-blue-light.png') no-repeat center center transparent;
    background-size: 180px;
}
.why-page .hexagon.ddsf-info{
    background: url('./img/hex-green-light.png') no-repeat center center transparent;
    background-size: 180px;
}
.why-page .hexagon.dmd-info{
    background: url('./img/hex-orange-light.png') no-repeat center center transparent;
    background-size: 180px;
}
.why-page .hexagon.gray{
    background: url('./img/hexagon-gray.png') no-repeat center center transparent;
    background-size: 180px;
}
.why-page .hexagon.hex-1{
    top:0;
    left: 95px;
}
.why-page .hexagon.hex-2{
    top:165px;
    left: 0px;
}
.why-page .hexagon.hex-3{
    top:165px;
    left: 190px;
}
.why-page .hexagon.hex-4{
    top:0;
    right: 100px;
}
.why-page .hexagon.hex-5{
    top:165px;
    right: 0px;
}
.why-page .hexagon.hex-6{
    top:165px;
    right: 195px;
}
.why-page .hexagon.hex-7{
    top: 330px;
    left: 285px;
}
.why-page .hexagon.hex-8{
    top:330px;
    left: 474px;
}
.why-page .hexagon.hex-9{
    top: 494px;
    left: 380px;
}
.why-page .hexagon.hex-2, .why-page .hexagon.hex-9, .why-page .hexagon.hex-8 {
    padding-top: 75px;
}
.why-page .hexagon.hex-3, .why-page .hexagon.hex-5, .why-page .hexagon.hex-6, .why-page .hexagon.hex-7 {
    padding-top: 65px;
}
.why-page .hexagon.show-hex{
    opacity: 1;
     transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}
.why-page .hexagon.hide-hex{
     opacity: 0;
     transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}
.why-page .hexagon b {
    font-size: 1.25rem;
    display: block;
    margin-bottom: 5px;
}
.why-page .hexagon.dsf p, .why-page .hexagon.ddsf p, .why-page .hexagon.dmd p{
    font-weight: 600;
}
.why-page .hexagon a {
    text-decoration: none;
}
.why-page .hexagon a:hover{
    color: #333;
}


.why-page .round-img {
    width: 100%;
    max-width: 440px;
}
.why-page .flow .icon {
    max-width: 380px;
    width: 100%;
}
.why-page .flow {
    padding: 90px 0 95px 0;
    text-align: center;
}
.why-page .flow .intro {
    font-size: 1.25rem;
    color: #666666;
    font-weight: 600;
    margin: 15px 0 40px 0;
}
.why-page .flow .table-items {
    display: table;
    width: 100%;
}
.why-page .flow .table-items .item p {
    font-size: 0.875rem;
    margin-bottom: 0px;
}
.why-page .flow .table-items .item b{
    font-size: 1.25rem;
}
.why-page .flow .item {
    
    width: 33%;
    display: table-cell;
    border: 2px solid #fff;
    
}
.why-page .flow .item .text-wrap{
   
    padding: 40px 45px 30px 45px;
    background: #1E2832;
    color: #fff;
    min-height: 162px;
}
.why-page .flow .item .text {
    display: block;
    margin-top: 5px;
}
.why-page .d-motors .title .beyond-logo {
    display: block;
    max-width: 105px;
    margin: 0 auto 10px auto;
}
.why-page .d-motors .learn, .why-page .shift .learn {
    color: #D57714;
    font-weight: 700;
    margin-top: 15px;
    display: inline-block;
    text-decoration: none;
}
.why-page .d-motors .learn:hover,  .why-page .d-motors .learn:focus, .why-page .shift .learn:hover, .why-page .shift .learn:focus{
    text-decoration: underline;
}
.why-page .d-motors.shift .shift-column {
    min-height: 350px;
}
.why-page .d-motors.shift .shift-column .title {
    padding-top: 193px;
}
.why-page .d-motors .absolute-title {
    top: 54px;
}
.why-page .shift .absolute-title p {
    font-size: 1.5rem;
    font-weight: 700;
}
.why-page .shift .absolute-title .learn{
        font-size: 1.125rem;
    margin-top: 5px;
}
.why-page .team-stats {
    color: #1E2832;
    background: #fff;
    padding-top: 60px;
}

.why-page .team-stats h2 {
    padding-bottom: 0px;
}
.why-page .team-stats .beyond-subtitle{
    text-align: center;
    margin-bottom: 45px;
}
.why-page .team-stats .row-flex{
    min-height: 300px;
}
.why-page .team-stats .row-flex-2 {
    min-height: 448px;
}
.why-page .team-stats .row-flex .bottom-text{
    padding-top: 209px;
}
.why-page .team-stats .row-flex-2 .bottom-text {
    padding-top: 350px;
}
.why-page .team-stats .row-flex-3 {
    min-height: 343px;
}
.why-page .team-stats .row-flex-3 .title {
    margin: auto;
    max-width: 262px;
}
.why-page .team-stats .row-flex-3 .low-text{
    padding-top: 250px;
}
.why-page .team-stats .patent.patent-2{
    background:#1E2832;
}
.why-page .team-stats .years{
    margin-top: 40px;
}
.why-page .investments .inv-logo {
    width: 100%;
    max-width: 300px;
}
.why-page .investments {
    text-align: center;
    padding: 0 0 90px 0;
}
.why-page .stats .icon {
    max-width: 110px;
    width: 100%;
}
.why-page .stats .bottom-item .icon {
    max-width: 322px;
}
.why-page h2, .why-page .overview-info .title{
    color: #1E2832;
}
.why-page .shift h2, .why-page .graphs-section h2, .why-page .cta h2/*, .why-page .stats h2*/{
    color: #fff;
}
.why-page .testimonials h2 {
    margin-bottom: 50px;
}
.why-page .stats{
    padding: 120px 0 100px 0;
    text-align: center;
}
.why-page .stats .stat-item{
    margin-bottom: 50px;
}
.why-page .stats .stat-item p {
    width: 80%;
    margin: auto;
}
.why-page .stats .stat-item .title {
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 8px;
    width: 100%;
}
.why-page .stats h2{
    margin-bottom: 65px;
}
.why-page .cta h2{
    font-weight: 700;
}
.why-page .testimonials{
    padding: 76px 0 88px 0;
}
.why-page .publications {
    background: #1E2832;
    color: #fff;
    padding: 90px 0 60px 0;
}
.why-page .publications h2{
    color: #fff;
}
.why-page .publications .pub-img{
    width: 100%;
    max-width: 270px;
    margin-top: 40px;
    
}

.why-page .publications .pub-link{
    color: #fff;
    text-align: center;
    text-decoration: none;
    opacity: 1;
     transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}
.why-page .publications .pub-img:hover{
    opacity: 0.7;

}
.why-page .publications .pub-link .title{
    display: block;
    margin-top: 20px;
    font-weight: 700;
}
.why-page .publications .pub-link .date{
    display: block;
    font-size: 0.875rem;
    margin-top: 10px;
}
.why-page .publications .row-pubs {
    text-align: center;
}
.why-page .publications .row-pubs .col-xs-12.col-md-6.col-lg-3 {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-right: -2px;
    margin-left: -2px;
}
.why-page .ecosystem{
    padding: 86px 0 96px 0;
}
.why-page .ecosystem .logo{
    max-width: 188px;
    width: 100%;    
    margin: auto;
    opacity: 1 !important;
}
.why-page .ecosystem .logos-row {
    width: calc(97vw);
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    min-width: 0;
  min-height: 0;
}
.why-page .ecosystem .logos-carousel{
    max-width: 2160px;
    width: 100%;
    margin-top: 50px;
}
.why-page .testimonials-wrap{
    min-width: 0;
  min-height: 0;
}
.why-page .ecosystem .logos-row.second-row .logos-carousel {
    margin-top: 5px;
}
.why-page .ecosystem .slick-track {
    height: 120px;
}


/* Carousel Slick */
.slick-slider * {
    min-height: 0;
    min-width: 0;
}
.slick-dots li button{
  width: 20px;
  height: 20px;
}
.slick-dots li button:before{
    font-size: 8px;
    color: #fff;
    opacity: 1;
    line-height: 16px;
    width: 17px;
    height: 17px;
    top: 0px;
    left: 0px;
    border:  1px solid #C1C1C1;
    border-radius: 50%;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    border: 1px solid #3F96B4;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    top: 0px;
    left: 3px;
    color: #3F96B4;
}

.slick-dots {
    bottom: -40px;
}
/*.slick-arrow.slick-prev{
  background: url('./img/arrow-left.png') no-repeat center left transparent;
  background-size: 29px;
}
.slick-arrow.slick-next{
  background: url('./img/arrow-right.png') no-repeat center right transparent;
  background-size: 29px;
}*/
.slick-arrow.slick-next:before, .slick-arrow.slick-prev:before{
  display: none;
}
.testimonials-carousel .slick-track{
    display: flex;
}
.testimonials-carousel .img-wrap{
    display: inline-block;
    text-align: center;
}
.testimonials-carousel .logo{
    width: 50%;
    margin: 10px auto 0 auto;
}
.testimonials-carousel .item {
    background: transparent;
    color: #1E2832;
    text-align: center;
    padding: 70px 0 50px 0;
    height: inherit;
}
.testimonials-carousel .item .quote{
    font-size: 1.25rem;
    font-weight: 700;
    position: relative;
}
.testimonials-carousel .item .title {
    font-size: 0.875rem;
}
.testimonials-carousel .item .quote:before{
    content: '';
    background: url('./img/quotes.jpg') no-repeat center top transparent;
    background-size: 38px;
    position: absolute;
    top: -70px;
    left: 50%;
    margin-left: -19px;
        width: 38px;
    height: 28px;
}


/* LEADERSHIP PAGE */


.lightbox-tula {
    max-width: 700px;
    background: transparent;
    padding-top: 50px;
    position: relative;
    margin-bottom: 50px;
}
.lightbox-tula .close-link {
    background: transparent;
    color: #f79421;
    border: none;
    margin-top: 20px;
}


.leadership-page .team_section{
   /* padding: 125px 0 0; use with top banner*/
	padding: 80px 0 0;
}

.leadership-page .team_section .link.fancybox {
    outline: none;
	text-decoration: none;
}

.leadership-page h2 {
    margin-bottom: 60px;
	color: #3f96b4;
}

.leadership-page .member-single .name {
    margin: 10px 0 8px 0;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 600;
	color: #3f96b4;
	font-size: 1.125rem;
}

.leadership-page .member-single p {
    color: #1d2029;
    font-size: .875rem;
}

.leadership-page .member-info {
    background: #f1f1f1;
    border-radius: 0px 0px 10px 10px;
    padding: 10px 0px;
	min-height: 117px;
}
.leadership-page .img-wrap {
    position: relative;
    -moz-transition: background .3s ease-out;
    -webkit-transition: background .3s ease-out;
    -o-transition: background .3s ease-out;
    transition: background .3s ease-out;
}
.leadership-page .img-wrap img{
    border-radius: 8px 8px 0 0;
}
.leadership-page .link:hover .img-wrap::after {
    background: rgba(56, 150, 180, 0.85);
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0px;
    border-radius: 10px 10px 0 0;
}
.leadership-page .read-more {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -85px;
    z-index: 5;
    display: none;

}
.leadership-page .read {
    color: #fff;
    padding: 0 50px;
    position: relative;
}
.leadership-page .read::before{
    content:'';
    background-color: #fff;
    width:40px;
    height: 1px;
    left: 0px;
    top: 50%;
    position: absolute;
}
.leadership-page .read::after{
    content:'';
    background-color: #fff;
    width:40px;
    height: 1px;
    right: 0px;
    top: 50%;
    position: absolute;
}
.leadership-page .link:hover .read-more{
    display: block;
}




.leadership-page .member-single {
    margin-bottom: 20px;
}

/* Advisory/Directors sections*/
.leadership-page .board-team-section {
	margin-bottom: 195px;
}
.leadership-page .team_section .legend {
    margin-top: 30px;
}
.leadership-page .team_section .legend .Platinum, .leadership-page .team_section .legend .Gold, .leadership-page .team_section .legend .Silver, .leadership-page .team_section .legend .Bronze{
        padding-left: 20px;
    background-position: center left;
    width: auto;
    display: inline-block;
    background-size: 14px;
    height: 24px;
    margin: auto;
}
.leadership-page .advisory-team-section .team-wrapper {
	padding: 0;
}

.leadership-page .advisory-team-section .member-info,
.leadership-page .board-team-section .member-info {
	/*border-radius: 10px;*/
	padding: 40px 35px;
    font-size: .875rem;
}
.leadership-page .advisory-team-section .member-info .name,
.leadership-page .board-team-section .member-info .name {
	margin: 10px 0;
}

.leadership-page .advisory-team-section .member-info p,
.leadership-page .board-team-section .member-info p {
	font-size: .75rem;
}

.leadership-page .advisory-team-section .member-info,
.leadership-page .board-team-section .member-info {
	min-height: 180px;
}

.lightbox-container h4 {
    font-size: 1.5625em;
    color: #357E97;
}
.lightbox-container h5 {
    font-size: 1.125em;
	font-family: 'proxima-nova', sans-serif;
	font-weight: 400;
	font-style: normal;
    padding-bottom: 25px;
}

.lightbox-container .lightbox-bio {
    padding: 50px 40px;
    background: white;
    border-radius: 0 0 20px 20px;
}
.lightbox-bio ul {
    padding-left: 15px;
}
.lightbox-bio li {
    margin-bottom: 10px;
}
.lightbox-container img{
    border-radius: 20px 20px 0 0;
}
.lightbox-bio li::marker {
    color: #357e97;
}
.lightbox-bio .title {
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 15px;
}
.lightbox-bio .medal{
    width: 100%;
    max-width: 50px;
}
.lightbox-bio .medal .Platinum, .team_section .legend .Platinum{
    background: url('./img/tula-medal-platinum.png') no-repeat center center transparent;
    background-size: 50px;
    display: block;
    height: 80px;
    width: 50px;
    margin: 20px 10px;
}
.lightbox-bio .medal .Gold, .team_section .legend .Gold{
    background: url('./img/tula-medal-gold.png') no-repeat center center transparent;
    background-size: 50px;
    display: block;
    height: 80px;
    width: 50px;
    margin: 20px 10px;
}
.lightbox-bio .medal .Silver, .team_section .legend .Silver{
    background: url('./img/tula-medal-silver.png') no-repeat center center transparent;
    background-size: 50px;
    display: block;
    height: 80px;
    width: 50px;
    margin: 20px 10px;
}
.lightbox-bio .medal .Bronze, .team_section .legend .Bronze{
    background: url('./img/tula-medal-bronze.png') no-repeat center center transparent;
    background-size: 50px;display: block;
    height: 80px;
    width: 50px;
    margin: 20px 10px;
}
.lightbox-bio .legend {
    margin-top: 20px;
    font-size: 0.875rem;
}
.fancybox-caption-wrap, .fancybox-infobar, .fancybox-button--thumbs, .fancybox-button--share, .fancybox-button--fullscreen{
    display: none;
}
.fancybox-toolbar{
    opacity: 1;
    visibility: visible;
    top:40px;
    right:50px;
}
.page-template-leadership-template .fancybox-toolbar{
    opacity:0;
    visibility: 0;
    display: none;
}

.fancybox-overlay {
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: rgba(37,47,56,.8);
}

.fancybox-close-small, .fancybox-button--close {
    background: url(/wp-content/themes/tula/img/tula_close.png) no-repeat top right;
    background-size: 25px;
    width: 40px;
    height: 40px;
}
.fancybox-button--close svg{
    display: none;
}
.fancybox-close-small:after{
    display: none;
}
.fancybox-slide video{
    width: 75%;
    height: auto;
}

.careers-cta {
    background: #f2f2f1;
    padding: 80px 0 100px 0;
}
.careers-cta .button {
    background: #333;
    padding: 11px 30px;
    color: #fff;
    border-radius: 8px;
    font-size: 1rem;
    margin-top: 20px;
    display: inline-block;
    opacity: 1;
    line-height: 27px;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}
.careers-cta .button:hover{
    opacity: 0.8;
}
.careers-cta h2{
    margin-bottom: 40px;
}

/* TECHNOLOGY PAGE */
.technology-page .tech-logo-img {
    max-width: 174px;
    width: 100%;
    text-align: center;
    margin: auto auto 30px auto;
}
.technology-page h4, .technology-page h3, .technology-page h2.small-title, .technology-page .ddsf h2.small-title {
    line-height: 150%;
    color: #2c687d;
    font-size: 1.125rem;
   font-family: 'proxima-nova', sans-serif;
    font-weight: 600;
        margin-top: 10.5px;
    margin-bottom: 10.5px;
}
.technology-page .products h3{
    color: #2c687d;
}
.technology-page .overview {
    padding: 75px 0 80px 0;
}
.technology-page .overview h5 {
    font-size: 1rem;
    color: #555;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 600;
}
.technology-page .overview h1 {
    color: #357E97;
    font-size: 1.875rem;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 700;
}
.technology-page .overview .intro {
    color: #4d4d4d;
	font-family: 'proxima-nova', sans-serif;
	font-weight: 500;
	font-style: normal;
    font-size: 1.125rem;
}
.technology-page .trends {
    background: #f1f1f1;
    padding: 110px 0 130px 0;
}
.technology-page .trends .tech-graph-img {
    max-width: 528px;
    width: 100%;
}
.technology-page .trends .trends-img {
    max-width: 528px;
    width: 100%;
}
.technology-page .trends h2{
    font-family: 'proxima-nova', sans-serif;
    font-weight: 600;
    line-height: 150%;
    color: #2b6a80;
    font-size: 1.125rem;
    margin-top: 180px;

}


.technology-page .trends h2.trend-intro {
    margin-top: 70px;
    color: #357E97;
    line-height: 150%;
}

.technology-page .mdsf-trends{
	margin-top: 55px;
}

.technology-page .edsf-efficiency-img {
    width: 100%;
    max-width: 550px;
}
.technology-page .edsf .edsf-torque {
    width: 100%;
    max-width: 775px;
    margin-bottom: 75px;
}

.technology-page .mdsf .edsf-torque {
    width: 100%;
    max-width: 750px;
    margin-bottom: 30px;
}
.technology-page .mdsf .section-title{
    margin-bottom: 70px;
}

.technology-page .edsf-chart-section .img-chart, .charts .img-chart {
    position: relative;
}
.technology-page .edsf-chart-section .arrow {
    position: absolute;
   top: 20px;
    left: 44%;
}
.technology-page .edsf-chart-section .arrow-chart {
    width: 100%;
    max-width: 337px;
}
.technology-page .mdsf-chart-section .arrow {
    position: absolute;
   top: 130px;
    left: 39%;
}
.technology-page .mdsf-chart-section .arrow-chart {
    width: 100%;
    max-width: 454px;
}
.technology-page .graph-benefit .arrow-chart{
    width: 100%;
    max-width: 153px;
}
.technology-page .graph-benefit .arrow {
     position: absolute;
    top: 135px;
    left: 48%;
}
.technology-page .edsf, .technology-page .ddsf, .technology-page .mdsf {
    padding: 140px 0 120px 0;
}
.technology-page .ddsf{
    padding: 140px 0 80px 0;
}
.technology-page .solution{
    padding-bottom: 140px;
}
.technology-page .solution h2 {
    color: #357E97;
    margin-bottom: 30px;
}
.technology-page .box-wrap {
    background: #f1f1f1;
    padding: 40px 60px;
    border-radius: 10px;
    margin-top: 130px;
    margin-bottom: 145px;
}

.technology-page .mdsf .box-wrap {
    background: #f1f1f1;
    border-radius: 10px;
	padding: 50px 60px;
}

.charts.mdsf-chart-section .chart-wrap {
	padding: 0;	
	margin-top: 40px;
	margin-bottom: 0;
}

.technology-page .edsf h2, .technology-page .ddsf h2, .technology-page .mdsf h2, .technology-page .news h2, .technology-page h3.big-title{
    color: #357E97;
    font-size: 1.875rem;
    margin-top: 0px;
}
.technology-page .mdsf h2 {
    color: #357E97;
    font-size: 1.875rem;
}

.technology-page .edsf .box-wrap .intro, .technology-page .mdsf .box-wrap .intro {
    font-size: 1.125rem;
    color: #4d4d4d;
    font-family: 'proxima-nova', sans-serif;
    margin-bottom: 35px;
}
.technology-page .edsf .elec-wrap, .technology-page .mdsf .elec-wrap {
    margin-top: 80px;
}

.technology-page .box-small-wrap {
    margin: 70px 0 70px 0;
    background: #f1f1f1;
    padding: 40px;
    border-radius: 10px;
    min-height: 300px;
}
.technology-page .adsf .box-small-wrap{
    margin-top: 20px;
    margin-top: 0px;
    font-size: 1.125rem;
    margin-bottom: 40px;
}
.technology-page .box-small-wrap.bottom-boxes{
    margin-top: 0px;
}
.technology-page .box-small-wrap.bottom-boxes.tall-box {
    min-height: 328px;
}
.technology-page .edsf-chart-section h4 {
    margin-bottom: 60px;
}
.technology-page .adsf {
    background: #fff;
    padding-top: 30px;
}
.technology-page .news{
    background-color: #f2f2f2;
    padding: 120px 0 150px 0;
}
.technology-page .news .col-xs-12.col-md-4 {
    display: inline-block;
    float: none;
    text-align: left;
    margin-left: -2px;
    margin-right: -2px;
}
.technology-page .news .press-release {
    font-size: 1.125rem;
}
.technology-page .speed-asf-chart {
    width: 100%;
    max-width: 557px;
}
.technology-page .charts .graph-info {
    margin-top: 100px;
    font-size: 1.125rem;
    min-height: 0px;
}
.technology-page.autonomous-page .charts .graph-info{
    font-size: 1rem;
}

.technology-page .diesel h4 {
    margin-top: 35%;
}

.technology-page .ddsf img.ddsf-torque {
    max-width: 757px;
    width: 100%;
    margin: 75px auto;
}

/*.technology-page .ddsf-ratio-section h4 {
    padding: 40px 0px 20px;
}*/

.technology-page .ddsf-ratio-section img.ddsf-ratio {
    max-width: 652px;
    width: 100%;
    padding-bottom: 40px;
}

.technology-page .ddsf-ratio-section {
    background: #f2f2f2;
    padding: 115px 0 100px 0;
}
.technology-page .charts h2{
    font-size:1.125rem;
    line-height: 150%;
}
.technology-page h2.how-dsf {
    font-size: 1.8rem;
}

.technology-page .charts h2.title{
    font-size:1.8rem;
	margin-bottom: 15px;

}
.technology-page .charts h2.title.see-why {
    line-height: 120%;
    margin-bottom: 50px;
}

.technology-page .charts .advantage-img {
    max-width: 751px;
    width: 100%;
    margin-top: 80px;
}


ul.circle{
    padding-left: 0px;
    list-style: none;
}
ul.circle li{
    margin-bottom: 15px;
     position: relative;
  padding-left: 20px;
  line-height: 150%;
}
ul.circle li:before{
  content:'';
    position: absolute;
    background: url('img/circle.png') no-repeat;
    background-size: 100%;
    height: 8px;
    width: 8px;
    top: 8px;
    left: 0px;
    vertical-align: top;
    line-height: 100%;
}
/* Tech overview */
.tech-overview h2, .tech-overview h3 {
	color: #357E97;
}
.tech-overview .trends h2 {
	margin-top: 0;
    line-height: 150%;
}
.tech-overview .cta h2 {
	color: #fff;
}

.tech-overview h3 {
	text-align: left;
    line-height: 150%;	
}

.tech-overview h2.main-title {
	font-size: 1.875rem;
	color: #357E97;
    line-height: 120%;
}

.tech-overview.trends {
	background-color: #fff;
}
.tech-overview.trends p {
	text-align: left;
}
.banner-tech-overview {
	background: url(/wp-content/uploads/2020/11/tech-overview-banner.png) no-repeat center center transparent;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
    padding: 120px 0 150px 0;
}

.banner-tech-overview h1 {
    font-size: 1.875rem;
}

.tech-overview .banner-mid img{
	width: 100%;
	margin: 100px 0;
}

.tech-overview .mobile-img {
	display: none;
}

.tech-overview .learn-more {
	background: #f2f2f2;
	padding: 115px 0 50px 0;
}
.tech-overview .technology-suite {
    background: #f2f2f2;
    padding-bottom: 135px;
}
.tech-overview .learn-more h2 {
	margin-bottom: 20px;
}

.tech-overview .img-wrap {
	/*margin-top: 40px;*/
}

.tech-overview .tech-overview-img {
	width: 100%;
}

.tech-overview .cta {
    padding: 175px 0 165px 0;
    color: #fff;
}

.newtech-overview .intro {
    min-height: 400px;
}
.newtech-overview .car {
    width: 100%;
    max-width: 660px;
}
.newtech-overview .graph .graph-img {
    width: 100%;
    max-width: 643px;
}
.newtech-overview .lab-wrap .lab-img {
    width: 100%;
    max-width: 1140px;
    border-radius: 20px;
}
.newtech-overview .collage-img{
    width: 100%;
    max-width: 1140px;
    border-radius: 20px;
}
.newtech-overview h1 {
    color: #3F96B4;
    font-size: 2.5rem;
    margin-top: 90px;
}
.newtech-overview .intro .subtitle {
    font-size: 1.125rem;
}
.newtech-overview .works {
    background: #1E2832;
    padding: 140px 0;
    margin-top: -110px;
    color: #fff;
}
.newtech-overview .works h2 sup.small {
     color: #419BB9; /*color: #3F96B4;*/
    font-weight: 600;
}
.newtech-overview .works h2,.newtech-overview  .works h3, .newtech-overview .works h4, .newtech-overview .works h3 sup.small {
    color: #419BB9; /*color: #3F96B4;*/
}
.newtech-overview .video-wrap {
    text-align: right;
}
.newtech-overview .video-wrap #tech-video, .newtech-overview .video-wrap #tech-video-bottom {
    max-width: 555px;
    width: 100%;
    margin-right: auto;
    border-radius: 20px;
}
.newtech-overview #youkuplayer, .newtech-overview #youkuplayer2{
        max-width: 555px;
    width: 100%;
    margin-left: auto;
    border-radius: 20px;
    padding-bottom: 48%;
    overflow: hidden;
    position: relative;
}
.newtech-overview .container.graph {
    margin-top: 150px;
}
.newtech-overview .graph h3 {
    margin-top: 100px;
}
.newtech-overview .improvement {
    padding: 120px 0 125px 0;
}
.newtech-overview .improvement .bl-title {
    font-size: 1.875rem;
    margin-top: 80px;
}
.newtech-overview .improvement .hexagons{
    background:url('./img/tech-hexagons.jpg') no-repeat center center transparent;
    background-size: 374px;
    width: 374px;
    margin:auto;
    height: 367px;
    position: relative;
    color: #fff;
}
.newtech-overview .improvement .hexagons .improvement-text{
    position: absolute;
    width: 145px;
    text-align: center;
} 
.newtech-overview .improvement .hexagons .imp-1{
    top: 58px;
    left: 16px;
}
.newtech-overview .improvement .hexagons .imp-2{
    top: 68px;
    right: 18px;
}
.newtech-overview .improvement .hexagons .imp-3{
    top: 226px;
    left: 114px;
}
.newtech-overview .improvement .big-bold {
    font-size: 1.25rem;
    font-weight: 700;
}
.newtech-overview .lab{
    padding-bottom: 120px;
}
.newtech-overview .lab .lab-wrap {
    position: relative;
}
.newtech-overview .lab .figcaption {
    position: absolute;
    background: #3F96B4;
    color: #000;
    font-size: 1.25rem;
    font-weight: 600;
    bottom: 0px;
    right: 0px;
    border-radius: 20px 0;
    width: 280px;
    height: 140px;
    text-align: center;
    padding: 40px 40px;
}
.newtech-overview .collage h2 {
    font-size: 1.875rem;
    text-align: center;
    margin-bottom: 50px;
}
.newtech-overview .collage{
    padding-bottom: 160px;
}
.newtech-overview .collage .collage-wrapper{
    width: 100%;
    height: 456px;
    position: relative;
    border-radius: 20px;
    overflow:hidden;
}
.newtech-overview .collage .collage-wrapper .collage-1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 228px;
}
.newtech-overview .collage .collage-wrapper .collage-2{
    position: absolute;
    top: 0;
    left: 21%;
    width: 100%;
    max-width: 456px;
}
.newtech-overview .collage .collage-wrapper .collage-3{
    position: absolute;
    top: 0;
    left: 62%;
    width: 100%;
    max-width: 456px;
}
.newtech-overview .collage .collage-wrapper .collage-4{
    position: absolute;
    top: 52.5%;
    left: 21%;
    width: 100%;
    max-width: 456px;
}
.newtech-overview .collage .collage-wrapper .collage-5{
    position: absolute;
    top: 52.5%;
    left: 62%;
    width: 100%;
    max-width: 456px;
}
.newtech-overview .collage .collage-wrapper .first-collage {
    animation-name: fader;
    animation-duration: 1s;
    z-index: 20;
    animation-iteration-count: infinite;
    animation-duration: 6s;
    animation-direction: alternate;
}
.newtech-overview .collage .collage-wrapper .other-img {
    z-index: 10;
}



@keyframes fader {
0% {
  opacity:1;
}
45% {
opacity:1;
}
55% {
opacity:0;
}
100% {
opacity:0;
}
}

/* Carousel Slick */
.slick-slider * {
    min-height: 0;
    min-width: 0;
}
.slick-slider { display: none; }
.slick-slider.slick-initialized { display: block; }
.slick-arrow.slick-next:before, .slick-arrow.slick-prev:before{
  display: none;
}

.newtech-overview .resources {
    background: #1E2832;
    color: #fff;
    text-align: center;
    padding: 100px 0 150px 0;
}
.newtech-overview .centered-resources .col-xs-12.col-md-4 {
    display: inline-block;
    vertical-align: top;
    float: none;
    margin-right: -2px;
    margin-left: -2px;
}
.newtech-overview .resources h2{
    font-size: 1.875rem;
}
.newtech-overview .resources .slick-arrow.slick-next {
    background: url(./img/arrow-right.png) no-repeat center right transparent;
    background-size: 12px;
    top: 40%;
}
.newtech-overview .resources .slick-arrow.slick-prev {
    background: url(./img/arrow-left.png) no-repeat center right transparent;
    background-size: 12px;
    top: 40%;
}
.newtech-overview .resources .carousel{
    margin-top: 40px;
}
.newtech-overview .resources .carousel .item {
    padding: 10px 15px;
}
.newtech-overview .resources .item .resource-img {
    max-width: 266px;
    width: 100%;
}
.newtech-overview .resources .item .text {
    margin-top: 30px;
}
.newtech-overview .resources .item .date {
    font-size: 0.875rem;
    font-weight: 400;
    margin-bottom: 5px;
}
.newtech-overview .resources .box {
    background: transparent;
    text-align: center;
    display: block;
    color: #fff;
    padding: 0;
    font-size: 1rem;
    text-decoration: none;
    position: relative;
}
.newtech-overview .resources .box:hover{
    opacity: 0.7;

  transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}
.newtech-dsf .implemented{
    text-align: center;
    padding: 60px 0 130px 0;
}
.newtech-dsf .implemented h3 {
    margin-bottom: 30px;
}
.newtech-dsf .implemented .software-img {
    width: 100%;
    max-width: 557px;
    margin: 30px auto 0 auto;
    display: block;
}
.newtech-dsf .implemented .hardware-img {
    width: 100%;
    margin: 30px auto 0 auto;
    display: block;
    max-width: 394px;
}
.newtech-dsf .implemented .catpion {
    margin-top: 25px;
}
.newtech-dsf .implemented .catpion.caption-half {
    width: 40%;
    display: inline-block;
    padding: 0 20px;
    vertical-align: top;
}
.newtech-overview h3.big {
    font-size: 1.875rem;
}
.newtech-overview .works .video-bottom h3 {
    margin-top: 50px;
}
.newtech-overview.newtech-dsf .improvement .hexagons{
    background: url(./img/hexagons-4.jpg) no-repeat center center transparent;
    background-size: 469px;
    width: 469px;
}
.newtech-overview.newtech-dsf .improvement .hexagons .imp-1 {
    top: 50px;
    left: 110px;
}
.newtech-overview.newtech-dsf .improvement .hexagons .imp-3 {
    top: 230px;
    left: 17px;
}
.newtech-overview.newtech-dsf .improvement-text.imp-4 {
    top: 218px;
    left: 210px;
}
.newtech-dsf .situations {
    padding: 130px 0 60px 0;
}
.newtech-dsf .situations h3{
    text-align: center;
    margin-bottom: 45px;
}
.newtech-dsf .situations .big sup.small {
    top: -1rem;
    font-size: 1rem;
}
.newtech-dsf .situations .nav.nav-tabs {
    display: table-cell;
    width: 30%;

    border-radius: 20px 0 0 20px;
    border-bottom: 0px;
    overflow-y: hidden;
    vertical-align: top;
}
.newtech-dsf .situations .nav.nav-tabs a{
    color: #fff;
    background: rgb(102 102 102 / 30%);
    border: 0 !important;
    text-decoration: none;

    padding: 45px 20px;
}
.newtech-dsf .situations .nav-tabs .img-wrap {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
}
.newtech-dsf .situations .nav-tabs .text-wrap {
    display: inline-block;
    width: calc(100% - 110px);
    vertical-align: middle;
}
.newtech-dsf .situations .nav-tabs .text-wrap .category {
    font-size: 1.25rem;
}
.newtech-dsf .situations .nav.nav-tabs li:hover a, .newtech-dsf .situations .nav.nav-tabs li:focus a, .newtech-dsf .situations .nav.nav-tabs li.active a{
    background: rgb(102 102 102 / 60%);
    opacity: 1;

}
.newtech-dsf .situations .nav.nav-tabs .icon{
    max-width: 80px;
    width: 100%;
}
.newtech-dsf .situations .tab-content {
    display: table-cell;
    width: 67%;
    background: rgb(102 102 102 / 10%);
    border-radius: 0 20px 20px 0;
    vertical-align: top;
}
.newtech-dsf .situations .nav.nav-tabs li {
    width: 100%;
}
.newtech-dsf .situations .content-img {
    width: 100%;
    max-width: 100%;
    max-height: 510px;
    display: block;
    margin: 0px auto 0px auto;
}
.newtech-dsf .situations .tab-pane {
    padding: 0;
    position: relative;
}
.tab-pane p {
    position: absolute;
    top: 20px;
    left: 40px;
    width: 90%;
}
.newtech-dsf .situations .nav-tabs li a{
    position: relative;
}
.newtech-dsf .situations .nav-tabs li a.process::after {
    content:'';
    position: absolute;
    left: 0;
    bottom: 0;
  height: 2px;
  width: 0%;
  background-color: #F7941D;
  animation: drawBorder 8s linear forwards;
}

@keyframes drawBorder {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

.newtech-ddsf .graph-intro{
    margin: 5px auto 50px auto;
    width: 80%;

}
.newtech-ddsf .graph.graph1, .newtech-ddsf .graph.graph3 {
    max-width: 440px;
    width: 100%;
}
.newtech-ddsf .graphs h2 .small{
    color: #3F96B4;
    font-weight: 700;
}
.newtech-ddsf .graphs .title{
    color: #3F96B4;
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 20px;
    text-align: center;
}
.newtech-ddsf .graphs .note {
    text-align: center;
    margin-top: 30px;
    color: #999;
    font-size: 1rem;
}
.newtech-ddsf .graph.graph2{
    width: 100%;
    max-width: 65px;
    display: block;
    margin: 50px auto 0 auto;
}
.newtech-overview.newtech-ddsf h1 {
    width: 80%;
}
.newtech-ddsf .benefits{
    padding-top: 80px;
    padding-bottom: 100px;
    text-align: center;
}
.newtech-ddsf .benefits h2{
    margin-bottom: 50px;
}
.newtech-ddsf .benefits h3{
    font-size: 1.25rem;
    margin-bottom: 5px;
}
.newtech-overview .works .benefits h4 {
    font-size: 1rem;
    margin-bottom: 15px;
}
.newtech-overview .works .benefits h4 .small{
    color: #3F96B4;
    font-weight: 600;
}
.newtech-ddsf .benefits .benefits-bg{
    background: url('./img/bg-benefits.png') no-repeat center center transparent;
    background-size: 940px;
    height: 220px;
}
.newtech-ddsf .benefits .benefit-icon {
    width: 100%;
    max-width: 80px;
    margin-top: 35px;
    margin-bottom: 20px;
}
.newtech-ddsf .benefits .bottom-text{
    text-align: left;
    margin-top:50px; 
}
.newtech-ddsf .benefits h2 sub.small {
    font-weight: 700;
    color: #3896b4;
}
.newtech-ddsf .benefits p sub.small {
    color: #fff;
}
.newtech-ddsf .valves {
    padding-top: 100px;
}
.newtech-ddsf .valves h2{
    margin-bottom: 10px;
    text-align: center;
}
.newtech-ddsf .valves .source {
    font-size: 0.875rem;
}
.newtech-ddsf .valves .valve-col{
    width: 20%;
    vertical-align: top;
    display: inline-block;
    margin-top: 40px;
    text-align: center;
    margin-left: -2px;
    margin-right: -2px;
}
.newtech-ddsf .valves .valve-img{
    max-width: 130px;
    margin-bottom: 25px;
}
.newtech-ddsf .valves .valve-col .text-wrap p {
    width: 70%;
    margin: 3px auto 10px auto;
}
.newtech-overview.newtech-ddsf .improvement .bl-title {
    font-size: 1.575rem;
    margin-top: 40px;
}
.newtech-overview.newtech-ddsf .improvement .bl-title .small{
    font-weight: 600;
}

.newtech-dsf .situations.hybrid-situations {
    padding: 0px 15px 0 15px;
}
.newtech-overview.newtech-hybrid .improvement .bl-title {
    font-size: 1.25rem;
    line-height: 130%;
}
.newtech-overview.newtech-hybrid .improvement.improv-edsf .bl-title{
     color: #357E97;   /*color: #3F96B4;*/
}
.newtech-overview.newtech-hybrid  .improvement .hexagons {
    /*background: url(./img/hexagons-2.jpg) no-repeat center center transparent;
    background-size: 469px;
    width: 469px;*/
}
.newtech-overview.newtech-hybrid .improv-edsf .hexagons{
    background: url(./img/tech-hexagons.jpg) no-repeat center center transparent;
    background-size: 374px;
    width: 374px;
}
.newtech-overview.newtech-hybrid .improvement .hexagons .imp-1{
    top: 70px;
}
.newtech-overview.newtech-hybrid .improvement .hexagons .imp-4 {
    top: 240px;
}
.newtech-overview.newtech-hybrid .improvement.improv-edsf .hexagons .imp-1 {
    left: 17px;
}
.newtech-overview.newtech-dsf .improvement.improv-edsf .hexagons .imp-3 {
    top: 220px;
    left: 113px;
}
.newtech-hybrid .works.hybrid-works {
    padding-top: 80px;
}
.newtech-hybrid .hybrid-works-graphic {
    width: 100%;
    max-width: 570px;
}
.newtech-hybrid .hybrid-works-section {
    margin-bottom: 80px;
}
.newtech-hybrid .hybrid-works-section h2.big {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 50px;
}
.newtech-hybrid .edsf-intro {
    padding: 100px 0 110px 0;
}
.newtech-hybrid .edsf-intro .main-title {
    text-align: center;
    color: #357E97; /*color: #3F94B2;*/
    font-size: 2.5rem;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 700;
    line-height: 120%;

}
.newtech-hybrid .edsf-intro h2{
    font-weight: 500;
}
.newtech-hybrid .edsf-intro h2, .edsf-intro h3{
    color: #357E97; /*color: #3F94B2;*/
}
.newtech-hybrid .edsf-intro h3 .small{
    color: #357E97; /*color: #3F94B2;*/
    font-weight: 600;
}
.newtech-hybrid .edsf-intro h2 {
    text-align: center;
    margin-bottom: 50px;
}
.newtech-overview .works.edsf-works{
    margin-top: 0px;
    padding-top: 0px;
}
/*.newtech-dsf .situations.hybrid-situations .nav.nav-tabs a {
    padding: 88px 20px;
}*/
.newtech-hybrid .graphs-combined {
    width: 100%;
    max-width: 1140px;
    margin-bottom: 130px;
}
.newtech-hybrid .graphs .graph{
     width: 100%;
    max-width: 595px;
}
.newtech-hybrid .graphs .orange, .newtech-hybrid .graphs .blue {
    position: relative;
    display: block;
    color: #F7941D;
    text-decoration: none;
    padding-left: 20px;
    font-size: 0.875rem;
}
.newtech-hybrid .graphs .blue {
    color:#6CAAC3;
}

.newtech-hybrid .graphs .orange:before, .newtech-hybrid .graphs .blue:before{
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 2px;
    left: 0px;
    top: 5px;
    background:#F7941D;
    position: absolute; 
}
.newtech-hybrid .graphs .blue:before{
    background:#6CAAC3;
}
.newtech-overview.newtech-hybrid .works .graphs h3 {
    margin: 50px 0 20px 0;
}
.newtech-overview.newtech-hybrid .works .benefits h2 {
    text-align: center;
    font-size: 1.875rem;
}
.newtech-overview.newtech-hybrid .works .benefits p{
    text-align: center;
    margin-bottom: 50px;
}
.newtech-hybrid .intro{
    text-align: left;
}
.newtech-hybrid .links {
    margin: 10px 0 20px 0;
    padding: 0;
    list-style: none;
    text-align: left;
}
.newtech-hybrid .links li{
    display: inline;
    padding: 0 10px;
    position: relative;
}
.newtech-hybrid .links li:first-child {
    padding-left: 0px;
}
.newtech-hybrid .link-li {
    color: #F7941D;
    text-decoration: none;
    font-weight: 600;
}
.newtech-hybrid .links li:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    width: 1px;
    height: 20px;
    background: #919191;
}
.newtech-hybrid .links li:last-child:after{
    display: none;
}

.tula-car .img-wrap {
	overflow: hidden;
}

.newtech-hybrid.newtech-advanced .links {
    text-align: center;
}
.newtech-advanced .ac-works h2.big {
    margin-bottom: 60px;
}
.newtech-advanced .ac-works .ac-graphic {
    width: 100%;
    max-width: 542px;
}
.newtech-advanced .works.ac-works {
    margin-top: 0px;
}
.newtech-overview.newtech-advanced .intro {
    min-height: 0px;
    padding-bottom: 70px;
}
.newtech-advanced .works-sec {
    margin-top: 130px;
}
.newtech-advanced .works-sec h3 {
    margin-top: 80px;
}
.newtech-overview.newtech-advanced .improvement {
    padding: 0px 0 120px 0;
    background: #1E2832;
    color: #fff;
}
.newtech-overview.newtech-advanced .improvement.improv-mdsf .bl-title {
    color: #fff;
}
.newtech-overview.newtech-advanced .improv-mdsf .hexagons {
    background: url(./img/tech-hexagons.png) no-repeat center center transparent;
    background-size: 374px;
    width: 374px;
}
.newtech-overview.newtech-advanced .improvement.improv-mdsf .hexagons .imp-3 {
    top: 240px;
    left: 113px;
}
.newtech-advanced .autonomous-intro {
    background: #fff;
    padding: 130px 0 80px 0;
}
.newtech-advanced .autonomous-intro .autonomous-img{
    width: 100%;
    max-width: 645px;
    border-radius: 20px;
}
.newtech-advanced .autonomous-intro .main-title {
    text-align: center;
    color: #3F96B4;
    font-size: 2.5rem;
    margin-bottom: 50px;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 600;
}
.newtech-advanced .autonomous-intro h3 {
    color: #2f7187; /*color: #3F96B4;*/
    margin-top: 50px;
}
.newtech-advanced .autonomous-works h3{
    color: #2f7187; 
}
.autonomous-works .graphs .blue {
    color: #477081;
}
.autonomous-works .graphs .orange {
    color: #a6661a;
}
.newtech-advanced .works.autonomous-works {
    background: #fff;
    margin-top: 0px;
    color: #1E2832;
    padding: 0 0 50px 0;
}
.newtech-overview.newtech-advanced .works .graphs h3{
    text-align: center;
}
.newtech-overview.newtech-advanced .works .graphs .info-graph{
    margin-top: 140px;
}
.newtech-overview.newtech-advanced .improvement.improv-auto{
    background: #fff;
    color: #1E2832;
    padding-bottom: 100px;
}
.newtech-overview.newtech-advanced .improvement.improv-auto .hexagons {
    background: url(./img/hexagons-2.png) no-repeat center center transparent;
    background-size: 469px;
    width: 469px;
}
.newtech-overview.newtech-advanced .improvement.improv-auto .bl-title {
    margin-top: 100px;
}

.newtech-advanced .nextcar{
    padding-bottom: 0px;
}
.newtech-advanced .nextcar h2 {
    color: #3F96B4;
    margin-bottom: 20px;
    font-size: 1.25rem;
    font-weight: 700;
}
.newtech-advanced .nextcar .logo {
    width: 100%;
    max-width: 230px;
}
.newtech-advanced .nextcar .logo-wrap {
    display: inline-block;
    margin: 30px 0 40px 0;
}
.newtech-advanced .alternative{
    color: #fff;
    background: #1E2832;
    padding: 100px 0 50px 0;
}
.newtech-advanced .alternative h2.big, .newtech-advanced .alternative .main-title{
    font-size: 2.5rem;
    color: #3F96B4;
    font-weight: 700;
    text-align: center;
    margin-bottom: 70px;
}
.newtech-advanced .alternative h3{
    color: #3F96B4;
    font-size: 1.25rem;
    font-weight: 700;
    margin-top: 100px;
}
.newtech-advanced .alternative .alternative-img{
    width: 100%;
    max-width: 645px;
    border-radius: 20px;
}
.newtech-advanced .alternative .main-title{
    margin-bottom: 20px;
    margin-top: 120px;
    line-height: 120%;
}
.newtech-advanced .alternative .alt-graph-img {
    display: block;
    width: 100%;
    max-width: 882px;
    margin: auto auto 110px auto;
}

.newtech-advanced .alternative .market-text{
    text-align: center;
    margin-bottom: 70px;
}
.newtech-advanced .alternative h4{
    color: #3F96B4;
    font-size: 1.25rem;
    font-weight: 700;
    font-family: 'proxima-nova', sans-serif;
    line-height: 150%;
    text-align: center;
    margin-bottom: 40px;
}
.newtech-advanced .resources.resources-mdsf {
    color: #fff;
    background: #1e2832;
    padding-top: 0px;
}
.newtech-advanced .resources {
    background: #fff;
    color: #1E2832;
}
.newtech-advanced .resources h2{
    color: #3F96B4;
}




/* Alternative Fuels */
.alternative-intro {
	padding: 100px 0 100px 0;
}
.alternative-intro h1 {
    font-size: 1.875rem;
    margin-bottom: 60px;
    margin-top: 0px;
}
.alternative-intro .intro {
    font-size: 1.125rem;
    margin-top: 15px;
    margin-bottom: 0px;
}

.alternative-intro h2, .alternative-fuels.trends .alternative-info h2, .alternative.charts h2 {
	color: #357E97;
    font-size: 1.875rem;
    line-height: 150%;
}
.alternative-intro h2{
    line-height: 120%;
}

.alternative-fuels.trends h2.trend-intro {
	margin-top: 160px;
    color: #357E97;
}

.trends-wrap {
	margin-bottom: 110px;
}

.img-chart.mobile-chart {
	display: none;
}

.alternative-fuels .alternative-info {
	background: #fff;
}

.alternative-fuels .benefits {
	margin-bottom: 100px;
}

.benefits .benefit-detail {
	border-radius: 10px;
	padding: 30px 50px;
	height: 270px;
	background-color: #f1f1f1;
}
.alternative-fuels.trends {
    padding: 110px 0 0;
}


.alternative-fuels.trends .alternative-info h2 {
	margin-top: 0;
	margin-bottom: 35px;
}

.alternative.charts .sub-head {
	color: #357E97;
	margin-top: 25px;
	margin-bottom: 25px;

}
.alternative.charts .info {
	font-size: 1.125rem;
	line-height: 150%;
}
.alternative.charts .sub-head .info{
    font-family: 'proxima-nova', sans-serif;
    font-weight: 600;
}
.charts .alternative-fuel-chart {
    max-width: 894px;
}

/* Advanced Combustion */

.technology-page section.mdsf {
    background-color: #fff;
}

/*DMD Overview*/

.dmd-overview-intro.overview {
	padding: 125px 0;
}

.dmd-trends .tech-graph-img {
	max-width: 528px;
    width: 100%;
}
.dmd-trends.trends h2.trend-intro {
    margin-top: 170px;
}
.dmd-desc {
	margin: 115px 0;
}

.dmd-desc h2, .dmd-benefits h2 {
    font-size: 1.875rem;
}

.dmd-desc h2 {
	color: #357E97;
	margin-bottom: 80px;
}
.dmd-efficiency-img {
	width: 100%;
    max-width: 550px;
}

.dmd-benefits {
	background-color: #3f96b4;
	color: #fff;
	padding: 115px 0;
}
.dmd-benefits h2 {
	margin-bottom: 40px;	
}

.dmd-benefits h3 {
	color: #fff;
}

.dmd-benefits .benefit-detail {
	display: flex;
	padding: 40px 0;
}

.dmd-benefits .benefit-icon img {
	width: 150px;
}

.dmd-benefits .benefit-text {
	margin-left: 40px;
	flex: 1;
}

.dmd-charts h2 {
	color: #3f96b4;
}
.dmd-charts .graph-caption {
	padding: 80px 55px 0;
}
.dmd-charts .dmd-forecast-img {
	width: 100%;
	border-radius: 10px;
}

/* CTA Tula */
.desktop-tula::after{
    display: inline-block;
}
.tablet-tula::after{
    display: none;
}

/* Forms */
.form-wrap label{
    width: 100%;
    color: #4d4d4d;
    font-size: 1rem;
}
.form-wrap textarea, .form-wrap input[type="text"], .form-wrap select, .form-wrap input[type="email"], .form-wrap input[type="tel"]{
    width: 100%;
    color:#000;
    border: none;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
}
.form-wrap textarea:focus, .form-wrap select, .form-wrap input[type="text"]:focus, .form-wrap input[type="email"]:focus, .form-wrap input[type="tel"]:focus {
    color: #333;
    outline: none;
}
.form-wrap textarea{
    border-radius: 10px;
    height: 150px;
}

.form-wrap select {
    height: 48px;
}

.form-wrap input[type=submit]{
    background-color: #333;
    color: #fff;
    padding: 10px 20px;
    border: none;
    box-shadow: none;
    border-radius: 10px;
    opacity: 1;
    transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}
.form-wrap input[type=submit]:hover{
    opacity: 0.8;
}
.form-wrap .required-info {
    color: #555;
    font-size: 0.8125rem;
}
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng, div.wpcf7-mail-sent-ok{
    border: none;
}
div.wpcf7-mail-sent-ok{
  display: none;
}
div.wpcf7-mail-sent-ok{
  display: none !important;
}
div.wpcf7-response-output{
    font-size: 0.825rem;
}

/* JOIN US*/
#powered-by-container {
    display: none;
}
.join-us-page .careers {
    padding: 120px 0 135px 0;
    color: #4d4d4d;
}
.join-us-page .careers h2{
    color: #357E97;
    font-size: 1.125rem;
}
#jobs-table{
    table-layout: fixed;
	font-family: 'proxima-nova', sans-serif;
	font-weight: 400;
	font-style: normal;
}
#jobs-table thead tr th{
    background-color: #4296B4;
    color: #fff;
    padding: 10px;
}
#jobs-table td {
    padding: 10px 10px 10px 15px;
    text-align: left;
    font-size: 14px;
    color: #4d4d4d;
    word-wrap: break-word;
}
#jobs-table thead .column-header {
    padding-left: 15px;
    text-align: left;
    font-size: 14px;
    text-transform: capitalize;
}
#jobs-table thead tr th.sort-up .sort-indicator, #jobs-table thead tr th.sortable .sort-indicator{
    margin-top: 6px;
}
#jobs-table a, #jobs-table a:hover, #jobs-table a:focus{
    color: #4d4d4d;
    text-decoration: none;
}
#jobs-table .sort-indicator {
    display: none !important;
}
#jobs-table thead .column-header.first-column {
    border-radius: 8px 0 0 0;
}
#jobs-table thead .column-header:last-child {
    border-radius: 0 8px 0 0;
}
#jobs-table .job.clickable.even {
    background-color: #f5f5f5;
}
#jobs-table .job.clickable.odd {
    background-color: #ebebeb;
}
#jobs-table tbody tr{
    border: none;
}
#jobs-table tbody tr:last-child .first-column{
    /*border-radius: 0 0 8px 0;*/
    border-radius: 0 0 0 8px;
}
#jobs-table tbody tr:last-child .location{
   /* border-radius: 0 0 0 8px;*/
    border-radius: 0 0 8px 0;
}
#jobs-table .job.clickable .first-column{
    border-left: 5px solid transparent;
}

#jobs-table .job.clickable:hover .first-column{
    border-left: 5px solid orange;
}


.join-us-page .benefits{
    padding: 120px 0 50px 0;
    color: #fff;
    background: #3896b4;
}
.join-us-page .benefits .benefit-icon {
    max-width: 140px;
    width: 100%;
}
.join-us-page .benefits .benefits-item{
    margin-bottom: 70px;
}
.join-us-page .benefits .benefits-item .img-wrap{
    display: inline-block;
    width: 190px;
    vertical-align: middle;
}
.join-us-page .benefits .benefits-item .text-wrap{
    width: calc(100% - 195px);
    display: inline-block;
    vertical-align: middle;
}
.join-us-page .benefits .benefits-item h3{
    font-size: 1.125rem;
    font-weight: 500;
    margin-bottom: 5px;
    color: #fff;
}
.join-us-page .benefits h2{
    margin-bottom: 70px;
    font-size: 1.875rem;
}
.join-us-page .testimonials {
    padding: 120px 0 130px 0;
    color: #4d4d4d;
}
.join-us-page .testimonial-item {
    border-radius: 15px;
    background: #e7e7e7;
    padding: 60px 30px 85px 30px;
    text-align: center;
}
.join-us-page .testimonials .quote-img {
    max-width: 130px;
    width: 100%;
    border-radius: 50%;
    margin-bottom: 50px;
}
.join-us-page .testimonials .quote{
    min-height: 120px;
}
.join-us-page .testimonials .quote-info h4{
    margin-top: 0px;
    color: #357E97;
    font-size: 1.125rem;
}
.join-us-page .testimonials .quote-info .title{
    font-size: 0.875rem;
}
.join-us-page .collage{
    background: url('./img/careers-collage.jpg') no-repeat center top transparent;
    background-size: cover;
    height: 500px;
}
.join-us-page .overview h4 {
    color: #357E97;
    font-size: 1.125rem;
    margin-bottom: 5px;
}
.join-us-page .overview{
    padding: 105px 0 95px 0;
}
.join-us-page .overview p{
    margin-bottom: 35px;
}
.join-us-page .banner-careers{
    color: #fff;
    background: url(./img/careers-banner-bg.jpg) no-repeat center center transparent;
    background-size: cover;
    padding: 100px 0 120px 0;
    background-attachment: fixed;
}
.join-us-page .banner-careers .button {
    color: #1e2832;
    background: #fff;
    padding: 11px 30px;
    border-radius: 6px;
    display: inline-block;
    margin-top: 25px;
}
.join-us-page .banner-careers h1{
        font-size: 2.5rem;
}
.join-us-page .tour {
    background: #f2f2f2;
    padding: 50px 0;
}
.join-us-page .tour .virtual-icon {
    max-width: 101px;
    width: 100%;
    display: block;
    margin: auto;
}
.join-us-page .tour h3 {
    color: #357E97;
    font-size: 1.125rem;
    margin-top: 0px;
}
.join-us-page .tour .button {
    background: #333;
    padding: 11px 30px;
    color: #fff;
    border-radius: 8px;
    font-size: 1rem;
    margin-top: 5px;
    display: inline-block;
    opacity: 1;
    line-height: 27px;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
}
.join-us-page .tour .button:hover {
    opacity: 0.8;
}

/* About page */

.about-page .banner-careers{
    color: #fff;
    background: url(/wp-content/uploads/2018/02/about_banner_img.jpg) no-repeat center center transparent;
    background-size: cover;
    padding: 165px 0;
    background-attachment: fixed;
}

.about-page h4 {
    color: #357E97;
    line-height: 120%;
}
.about-page h2.small-title{
    color: #3f96b4;
    line-height: 150%;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 600;
    font-size: 20px;
        margin-top: 0px;
    margin-bottom: 10.5px;
}

.about-page h2 {
    font-size: 30px;
    padding-bottom: 10px;
    line-height: 120%;
    color: #357E97;
}

.about-page .overview {
    padding: 150px 0px 100px 0;
}

.about-page .about-icon {
    margin: 10px auto;
}


.about-page .about-icon p.green {
    font-size: 40px;
    color: #C2D500;;
}

.about-page p.green_sub {
    font-size: 14px;
    margin-top: -25px;
}

.about-page .icon-text {
    padding-top: 15px;
    margin-left: 10px;
}

.about-page .blue-box {
    padding: 25px 25px 15px;
    color: white;
    background: #357E97;
    border-radius: 10px;
}
.about-page .green-box{
    background: #357E97; /*#C2D500;*/
    color: #fff;
}   
.about-page .green-box p{
    font-weight: 500;
}

.about-page .red-car-section {
    background: url(/wp-content/uploads/2018/02/red_truck.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 200px 0px;
    /*margin-bottom: 100px;*/
}

.about-page .red-car-section .red-truck .blue-banner, .about-page .red-car-section-mobile .red-truck .blue-banner  {
    background: url(/wp-content/uploads/2019/01/tula_gm_banner.png) no-repeat center center transparent;
    background-size: contain;
    max-width: 246px;
    margin: 20px auto;
    width: 100%;
}

.about-page .red-car-section .red-truck img.gm_logo, .about-page .red-car-section-mobile .red-truck img.gm_logo {
    width: 100%;
    max-width: 138px;
    margin: 0 auto;
    display: block;
    padding: 20px 0px 35px;
}


.about-page .blue-car-section {
    background: url(./img/tula-diesel-euro-truck-transparent-website-large.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 440px 0 220px 0px;
}

.about-page .red-car-section-mobile {
    background: url(/wp-content/uploads/2018/02/red_truck_mobile.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px 0px 400px;
}

.about-page .blue-car-section-mobile {
    background: url(./img/tula-diesel-euro-truck-transparent-website-mobile2.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20px 0px 400px;
}

.about-page .investor-section {
    padding: 120px 0px;
}

.about-page .investor-logo-section {
    padding: 35px 0px 50px 0;
}

.about-page .investor-logo {
    background: #f2f2f2;
    padding: 20px 10px;
    border-radius: 10px;
    margin: 15px auto;
}


.about-page .investor-logo:hover {
    box-shadow: 2px 2px 15px lightgrey;
}

/* Patents Page */

#more {
  cursor: pointer;
  background: #eee;
}

p.table_button {
    text-align: center;
}

.patent-list #tables .button {
    background: #333;
    color: #fff;
    padding: 12px 22px;
    border-radius: 5px;
    display: inline-block;
    opacity: 1;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    margin-bottom: 10px;
    border: none;
}


.patents-page .highlight {
    color: #357E97;
    font-size: 18px;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 600;
}

.patents-page .container {
    margin: 50px auto 0px;
}

.patent_table table{
    margin: 20px auto;
    border-collapse: collapse;
    width: 100%;
}
.patent_table h2 {
    padding: 10px 0px 0px 8px;
    color: #357E97;
    font-size: 20px;
}

td.top_title, td.top_patent_number {
    padding: 0px 0px 0px 8px;
    color: #9e9e9e;
    background: #f2f2f2;
}

.patent_table {
    margin-top: 10px;
    margin-bottom: 10px;
    background: #f2f2f2;
    border-radius: 15px;
}

.patent_table tr td.top_title:hover {background-color: #f2f2f2;}

.patent_table tr td.top_patent_number:hover {background-color: #f2f2f2;}

.patent_table tr:nth-child(even){background-color: #fff;}

.patent_table tr:hover {background-color: #ddd;}

td.title, td.patent_number {
    padding-bottom: 5px;
    vertical-align: top;
}

td.title {
    width: 70%;
    padding: 8px;
    text-transform: capitalize;
}

td.patent_number {
    width: 20%;
    padding: 8px;
}

/* Contact page */

select::-ms-expand {
    display: none;
}

.contact .maps a {
    color: #357E97;
}

.contact .form-wrap label{
	font-family: 'proxima-nova', sans-serif;
    font-weight: 600;
	font-style: normal;
}

.contact .form-wrap select.custom-select {
    background: url(/wp-content/themes/tula/img/select_path.png) no-repeat right #fff;
    color: #909090;
    background-size: 15px 15px;
    background-position: 94% center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	font-family: 'proxima-nova', sans-serif;
	font-weight: 500;
	font-style: normal;
    /*font-weight: 100;*/
}

.form-wrap div.wpcf7-response-output {
    position: absolute;
    bottom: 10px;
    display: none;
}

#content .contact {
    padding: 70px 0px 60px 0px;
}

.contact .form-wrap input[type="text"]{
    color: #333;
}

.contact section.maps {
    margin-top: 25px;
}

.contact .single_map {
    padding: 20px 0px;
}

.contact .single_map h4 {
    padding-top: 20px;
}


.contact .single_map .image_map {
    padding: 0px 25px 0px 0px;
    max-width: 120px;
}

.contact .single_map .address_map p {
    line-height: 20px;
    padding-top: 5px;
}

.contact .form-wrap select {
    color: silver;
}


.contact h2 {
    font-size: 1.5rem; /*1.125rem*/
    color: #357E97;
    margin-top: 0px;
    margin-bottom: 20px;
}

.contact h3 {
    color: #357E97;
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 20px;
}

.contact .intro{
    font-weight: 100;
    margin-top: -10px;
}

.contact .form-wrap {
    float: left;
    width: 100%;
    background: #ededed;
    border-radius: 20px;
    padding: 40px 40px 50px 40px;
}



/* Press page */
.press-contact {
    padding: 70px 0 160px 0;
}
.press-contact h4 {
    font-size: 1.5rem; /*1.125rem*/
    color: #357E97;
    margin-top: 0px;
    margin-bottom: 20px;
}
.press-contact p{
    color: #4d4d4d;
}
.press-contact .links{
    margin-top: 50px;
}
.press-contact .form-wrap {
    float: left;
    width: 100%;
    background: #ededed;
    border-radius: 20px;
    padding: 40px 40px 50px 40px;
}
.press-contact .links a {
    font-weight: 600;
    color: #333;
    text-decoration: underline;
}
.press-contact .intro{
    width: 90%;
}


/* Events */


section#events {
    padding-bottom: 70px;
}

.events-section {
    padding: 70px 0 60px 0;
}

.events-section h1 {
    color: #357E97;
    font-size: 30px;
    margin-top: 0px;
    padding: 0 30px;
}

.nodate .date-details {
    line-height: 30px;
}

.events h4 {
    text-transform: uppercase;
    font-size: 16px;
    color: #949494;
}

.events-list .event {
    padding-bottom: 25px;
    display: inline-block;
    float: none;
    margin: 0 -2px;
    vertical-align: top;
}

.date-details {
    min-height: 30px;
    vertical-align: middle;
    line-height: 15px;
}
.date.img-wrapper {
    background: url(/wp-content/themes/tula/img/polygon.png)no-repeat center center;
    background-size: 80px;
    padding: 38px 0px;
    color: white;
    text-transform: uppercase;
    min-height: 100px;
    margin-right: -20px;
}

.events-list p.title {
    color: #357E97;
    font-size: 18px;
    padding: 20px 0 0 0;
    margin: 0 auto;
    font-family: 'proxima-nova';
    line-height: 18px;
    line-height: 110%;
}

.events-list p.title_description {
    line-height: 24px;
    font-size: 16px;
     margin: 0 auto;
}

.title-desc {
    min-height: 80px;
}

.events .event-wrapper {
    background: #f1f1f1;
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 20px 0px;
    border-radius: 10px;
    min-height: 160px;
}


.date {

    font-size: 16px;
    font-family: 'proxima-nova';
}
.date span.day {
    font-weight: 700;
    display: block;
}



/* News & Publications */
.news-publications-page .news-list {
    background: #f2f2f2;
    padding: 130px 0 160px 0;
}
.news-publications-page .news-list .news-logo, .homepage .news-list .news-logo{
    max-width: 290px;
    width: 100%;
}
.news-publications-page .news-list .news-item, .homepage .news-list .news-item{
    background: #fff;
    padding: 35px 25px 40px 25px;
    border-radius: 10px;
    margin-top: 45px;
    box-shadow: none;
    transition: box-shadow 0.3s ease-in-out;
	min-height:320px;
}
.news-list .col-xs-12.col-sm-4.col-md-3{
    float: none;
    display: inline-block;
    vertical-align: top;
}

.news-publications-page .news-item .news-link{
    display: inline-block;
}
.news-publications-page .text-noresult {
    margin-top: 50px;
}
.news-publications-page select.custom-select {
    background: url(/wp-content/themes/tula/img/select_path.png) no-repeat right #fff;
    color: #4d4d4d;
    background-size: 15px 15px;
    background-position: 94% center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: 'proxima-nova', sans-serif;
    font-weight: 500;
    font-style: normal;
    border-radius: 5px;
    border: 0;
    height: 40px;
    width: 100%;
    padding: 10px
}
.news-publications-page label {
    font-family: 'proxima-nova', sans-serif;
    font-weight: 600;
    font-style: normal;
    width: 100%;
    color: #4d4d4d;
    font-size: 1rem;
    text-align: left;
}
.news-publications-page .filter {
    display: inline-block;
    padding: 0 20px;
}
.news-publications-page .filters {
    text-align: center;
    margin: 50px 0 20px 0;
}
/*.news-publications-page .news-list .news-item:hover{
   box-shadow: 0px 2px 10px #b1b1b1;
}
.news-publications-page .featured.news-list .news-item:hover{
    box-shadow: 0px 2px 10px #39839b;
}*/
.news-publications-page .news-list .news-item .title, .homepage .news-list .news-item .title{
    color: #357E97;
    font-size: 1.125rem;
    line-height: 120%;
    margin-top: 30px;
    height: 72px;
}
.news-publications-page .news-list .news-item a, .homepage .news-list .news-item a{
    color: #333;
    font-weight: 600;
    text-decoration: underline;
    display: inline-block;
    opacity: 1;
    width: 100%;
}
.news-publications-page .news-list .news-item .title a, .homepage .news-list .news-item .title a{
    color: #357E97;
}
.news-publications-page .news-list .news-item a:hover, .news-publications-page .news-list .news-item a:focus,
.homepage .news-list .news-item a:hover, .homepage .news-list .news-item a:focus{
    opacity: 0.7;
}

.news-publications-page .news-list .news-item .read, .homepage .news-list .news-item .read{
    
    display: block;
}
.news-publications-page .featured.news-list, .homepage .featured.news-list{
    background: #3896b4;
    padding: 80px 0 90px 0;
}
#featured-announcements a.homepage{
	color: #ffffff;
}
.news-publications-page .featured h2, .homepage .featured h2{
    color: #fff;
    font-size: 1.875rem;
    text-align: center;
}
.news-publications-page .featured .intro, .homepage .featured .intro{
   color: #fff;
   text-align: center;
   font-size: 1.25rem;
}
.news-publications-page .news h2, .news-publications-page .publications h2, .news-publications-page .press-releases h2{
    font-size: 1.875rem;
    color: #3896b4;
    text-align: center;
}
.news-publications-page .news{
    padding: 100px 0 125px 0;
    background: #f2f2f2;
}
.news-publications-page .publications{
    padding: 100px 0 95px 0;
    background: #e6e6e6;
}
.news-publications-page .press-releases{
    padding: 100px 0 95px 0;
    background: #f2f2f2;
}
.news-publications-page .news-list.small-list .news-item{
    padding: 30px 25px 25px 25px;
    margin-bottom: 30px;
    position: relative;
}
.news-publications-page .news-list .news-item .links, .homepage .news-list .news-item .links{
    min-height: 44px;
}

.news-publications-page .news-list .news-item .keywords{
    display: none;
}

.news-publications-page .news-list.small-list .news-item .title{
    font-size: 1rem;
    margin-top: 20px;
}
.news-publications-page .news-list .button {
    background: #333;
    color: #fff;
    padding: 15px 25px;
    border-radius: 5px;
    margin-top: 30px;
    display: inline-block;
    opacity: 1;
    transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}
.news-publications-page .news-list .button:hover{
    opacity: 0.8;
}

/* Vidtual Page */
.virtual-page h1 {
    font-size: 2.5rem;
}
.virtual-page .intro {
    font-size: 1.875rem;
}
.virtual-page h3{
    color: #357E97;
    font-size: 1.875rem;
    margin-top: 0px;
}
.virtual-page .tour-section{
    padding: 90px 0;
}
.virtual-page .second-column {
    margin-top: 47px;
}
.virtual-page .dc-image{
    height: 600px;
    background: url('./img/dc_dyno_cell-tula.jpg') no-repeat center center transparent;
    background-size: cover;
    background-attachment: fixed;
}
.virtual-page .dc-control{
    height: 600px;
    background: url('./img/dc_dyno_control-tula.jpg') no-repeat center center transparent;
    background-size: cover;
    background-attachment: fixed;
}
.virtual-page .ec-image{
    height: 600px;
    background: url('./img/ec_dyno_cell-tula.jpg') no-repeat center center transparent;
    background-size: cover;
    background-attachment: fixed;
}
.virtual-page .ec-control{
    height: 600px;
    background: url('./img/ec_dyno_control-tula.jpg') no-repeat center center transparent;
    background-size: cover;
    background-attachment: fixed;
}
.virtual-page .chassis-image{
    height: 600px;
    background: url('./img/chassis_dyno-tula.jpg') no-repeat center center transparent;
    background-size: cover;
    background-attachment: fixed;
}
.virtual-page .emissions-image{
    height: 600px;
    background: url('./img/emissions_testing-tula.jpg') no-repeat center center transparent;
    background-size: cover;
    background-attachment: fixed;
}
.virtual-page .fabrication-image{
    height: 600px;
    background: url('./img/fabrication-area-1-tula.jpg') no-repeat center center transparent;
    background-size: cover;
    background-attachment: fixed;
}
.virtual-page .fabrication-image2{
    height: 600px;
    background: url('./img/fabrication-area-2-tula.jpg') no-repeat center center transparent;
    background-size: cover;
    background-attachment: fixed;
    margin-top: 20px;
}
.virtual-page .laboratory-image{
    height: 600px;
    background: url('./img/electrical-engineering-laboratory-tula.jpg') no-repeat center center transparent;
    background-size: cover;
    background-attachment: fixed;
}
.virtual-page .simulation-image{
    height: 600px;
    background: url('./img/simulation-tula.jpeg') no-repeat center center transparent;
    background-size: cover;
    background-attachment: fixed;
}
.virtual-page .motor-image{
    height: 600px;
    background: url('./img/electric-motor-technology-tula.jpg') no-repeat center center transparent;
    background-size: cover;
    background-attachment: fixed;
}
.virtual-page .careers-cta h2{
    color: #357E97;
    font-size: 1.875rem;
}

/**** Privacy pages ****/

.privacy-policy, .resident-notice {
	margin-bottom: 50px;
	padding-top: 50px;
}

.privacy-policy p, .resident-notice p {
	line-height: 1.5;
}

.privacy-policy li, .resident-notice li {
	line-height: 1.5;
	margin-bottom: 10px;
}

.privacy-policy h1, .resident-notice h1 {
	color: #357E97;
	font-size: 1.875rem;
}

.privacy-policy h2, .resident-notice h2{
    line-height: 150%;
    font-size: 1.125rem;
    color: #357E97;
}

.privacy-policy h3, .resident-notice h3{
	font-size: 1rem;
}

.privacy-policy .main-title {
	text-align: center;
}

.info-table {
  border-collapse: collapse;
}

table.info-table, .info-table th, .info-table td {
  border: 2px solid #f2f2f2;
}

.resident-notice .info-table thead {
	background-color: #efefef;
}

.resident-notice .info-table th, .resident-notice .info-table td {
	padding: 15px 15px;	
}

.resident-notice .info-table td:first-child {
	background-color: #d9eaf0;
	width: 40%;
}
.resident-notice .info-table td:nth-child(2), .resident-notice .info-table td:nth-child(3), .resident-notice .info-table td:nth-child(4) {
	width: 10%;
}
.resident-notice .info-table td:last-child {
	width: 30%;
}

/* New Electric page */
.electric-template .overview-electric{
    background: url('./img/banner-electric.jpg') no-repeat center center #000;
    background-size: cover;
    color: #fff;
    position: relative;
    padding: 240px 0;
}
.electric-template h1 {
    color: #fff;
    font-size: 4rem;
    margin-top: 0px;
    text-transform: uppercase;
    text-align: center;
    line-height: 100%;
}
.electric-template .subtitle{
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
}
.electric-template .stats {
    color: #fff;
    padding: 105px 0 70px 0;
    background: #1E2832;
}
.electric-template .stat-car-img {
    max-width: 363px;
    width: 100%;
    display: block;
    margin: auto;
}
.electric-template .stat-num {
    color: #3F96B4;
    font-size: 2.875rem;
    font-weight: 600;
    line-height: 100%;
}
.electric-template .problem-title {
    color: #B4C540;
    font-weight: 600;
    font-size: 1.75rem;
    margin-top: 6px;
}
.electric-template .works{
    background: #1E2832;
}
.electric-template .works h2 {
    color: #fff;
    text-align: center;
}
.electric-template .works .intro-wrap{
    text-align: center;
    margin-bottom: 40px;
}
.electric-template .works .graph-img {
    max-width: 489px;
    width: 100%;
    display: block;
    margin: auto;
}
.electric-template .works .graph-text p{
    font-size: 0.875rem;
    margin: auto;
    width: 90%;
    text-align: center;
}
.electric-template .works .video-text{
     font-size: 0.875rem;
    margin: auto;
    width: 90%;
    text-align: center;
    margin-top: 27px;
}
.electric-template .works .iframe-wrap {
    padding-bottom: 56%;
}
.electric-template .different{
    padding: 100px 0 110px 0;
}
.electric-template .different .different-img, .electric-template .action .table .action-img {
    width: 100%;
    max-width: 390px;
}
.electric-template .different .table, .electric-template .action .table {
    display: table;
    margin-bottom: 0px;
}
.electric-template .different .table-row, .electric-template .action .table-row {
    display: table-row;
}
.electric-template .different .table-cell, .electric-template .action .table-cell {
    display: table-cell;
    width: 33.33%;
    border: 2px solid #fff;
}
.electric-template .different .table .text-wrap, .electric-template .action .table .text-wrap {
    background: #1E2832;
    color: #fff;
    text-align: center;
    padding: 44px;
}
.electric-template .different h2{
    text-align: center;
    margin-bottom: 40px;
}
.electric-template .different .loss-img {
    max-width: 951px;
    width: 100%;
}
.electric-template .different .loss {
    background: #1e2832;
    border: 2px solid #fff;
    color: #fff;
    padding: 75px 0 80px 0;
}
.electric-template .different .loss h3 {
    color: #fff;
    font-size: 1.875rem;
    font-weight: 700;
    margin-top: 0px;
}
.electric-template .different .loss p {
    font-size: 0.875rem;
    margin-bottom: 30px;
}
.electric-template .different .button.orange {
    text-transform: uppercase;
    padding: 11px 28px;
    margin-top: 30px;
    font-size: 0.875rem;
}
.electric-template .diagram {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 100px 0 126px 0;
}
.electric-template .diagram.software{
    background: url('./img/software-bg.jpg') no-repeat center center #000;
    background-size: cover;
}
.electric-template .diagram.future{
    background: url('./img/future-bg.jpg') no-repeat center center #000;
    background-size: cover;
}
.electric-template .diagram .box{
    background: #1E2832;
    padding: 30px 40px 40px;
    margin-top: 45px;
    position: relative;
}
/*.electric-template .diagram .box::after{
    content: '';
    background: url('./img/arrow-diagram.png') no-repeat center center transparent;
    background-size: 85px;
    width: 85px;
    height: 38px;
    position: absolute;
    top: 70px;
    right: -85px;
    z-index: 2;
}*/
.electric-template .diagram .col-md-4:last-child .box::after{
    display: none;
}
.electric-template .diagram .box .icon-diagram{
    width: 100%;
    max-width: 131px;
}
.electric-template .diagram .box .text p {
    font-size: 0.875rem;
    margin: auto;
    width: 97%;
    margin-top: 10px;
}
.electric-template .diagram .box .title {
    font-size: 1.25rem;
    font-weight: 700;
}
.electric-template .diagram .box .title .smaller {
    font-size: 0.87rem;
}
.electric-template .diagram .box .props {
    font-size: 0.875rem;
    font-weight: 700;
    margin-top: 30px;
    line-height: 180%;
}
.electric-template .collage {
    width: 100%;
    max-width: 2560px;
    padding-bottom: 0px;
}
.electric-template .action{
    text-align: center;
    padding: 85px 0 95px 0;
}
.electric-template .action .table-cell {
    display: table-cell;
    width: 50%;
}
.electric-template .action .table .title, .electric-template .action .title {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 5px;
}
.electric-template .action .table p, .electric-template .action p {
    font-size: 0.875rem;
}
.electric-template .action .action-box {
	margin-bottom: 30px;
	width: 100%;
}
.electric-template .action .action-box .img-wrap img {
	max-width: 100%;
}
.electric-template .action .action-box .text-wrap {
	width: 100%;
	background: #1E2832;
    color: #fff;
    text-align: center;
    padding: 44px;
	min-height: 208px;
}
.electric-template .action .action-intro {
    margin-bottom: 50px;
}
.electric-template .resources{
    padding: 100px 0;
    background: url('./img/publications-bg.jpg') no-repeat center center #000;
    background-size: cover;
    color: #fff;
}

/**** MEDIA QUERIES ****/

/* BIG SCREENS */
@media screen and (min-width: 1400px){

}

@media screen and (min-width: 1900px){
    .homepage .curve-div, .curve-div{
        /*margin-top: calc(-4.8vw);
        height: 135px;*/

        
    }
    .homepage .banner {
        background-position: center bottom 200px !important;
        height: 700px;
    }
    .dsf-overview .trends{
        /*margin-top: -40px;*/
    }
    .banner-leadership{
        padding: 400px 0;
    }
}
@media screen and (min-width: 1600px){
    .homepage .banner{
        height: 650px;
        padding-top: 70px;
    }
    .homepage .banner h1 {
        margin-top: 260px;
    }
}

/* ONLY DESKTOP */
@media screen and (min-width: 1140px){
	.home header .navbar-default .news-btn a {
		background: #fff;
		padding: 9px 18px;
		margin-top: 20px;
		color: #3f4040 !important;
		border-radius: 5px;
	}
	.home header .navbar-default .news-btn a:hover {
		background: #fff;
	}
	.home header .navbar-inverse .news-btn a:hover {
		color: #0F720D !important;
	}
}
@media screen and (min-width: 1025px){
  
    .visible-tablet{
        display: none;
    }
    .about-page .about-icon-section {
    margin-top: -30px;
    }
}
@media screen and (max-width: 1560px){
     .why-page .ecosystem .logos-row {
        width: calc(96vw);
    }
}
@media screen and (max-width: 1400px){
    .homepage .overview #background-video{
        padding: 250px 0 300px 0;
    }
    header .navbar-nav .weglot-lang{
        right: 130px;
    }
    header .navbar-default .navbar-nav > li > a{
        padding: 29px 20px;
    }

   

}
@media screen and (max-width: 1300px){
    .homepage .overview #background-video{
         padding: 200px 0 250px 0;
    }
    header .navbar-default .navbar-nav > li > a{
        padding: 29px 20px;
    }
    header .navbar-nav .weglot-lang {
        right: 100px;
    }
}

@media screen and (max-width: 1200px){
    /*header .navbar-default .navbar-nav > li > a {
        padding: 18px 20px;
    }*/

    header .navbar-nav .weglot-lang {
            right: 130px;
        width: 50px;
        height: 70px;
    }
    header .navbar-nav .weglot-lang > a {
        
        color: transparent !important;
    }

    /* Homepage */
    .homepage .team-stats .patent.patent-3{
        padding: 50px;
    }
    .homepage .shift .impr-columns .title {
        padding-top: 480px;
    }
    .homepage .team-stats .patent {
        padding: 60px 50px;
    }
    .homepage .overview #background-video {
        padding: 200px 0 250px 0;
    }
    .homepage .driven .img-wrap{
        max-width: 320px;
        height: 210px;
    }
    .homepage .driven .text-wrap .title {
        font-size: 1.125rem;
    }
    .homepage .driven .dsf .text-wrap p {
        width: 58%;
    }
    .homepage .driven .text-wrap p {
        font-size: 1rem;
    }
    .homepage .how-it-works h2 {
        margin-top: 0px;
    }
    .homepage .awards {
        padding-bottom: 80px;
    }
    .homepage .graph-section .data-graph{
        max-width: 855px;
    }
    .homepage .graph-section .avf-graph, .homepage .graph-section .ev-graph, .homepage .graph-section .ice-graph{
       /* margin-left: -905px;*/
       left: 63px;
    }
    .homepage .fact-sheet .wrapper {
        margin-left: 0px;
     }
	.tech-overview .suite-item.diesel,
    .homepage .suite-item.diesel{
        
        left: -30px;
    }
	.tech-overview .suite-item.combustion,
    .homepage .suite-item.combustion{
        right: -30px;
    }
	.tech-overview .suite-item.hybrid,
    .homepage .suite-item.hybrid{
        right: 40px;
    }
	.tech-overview .suite-item.dynamic,
    .homepage .suite-item.dynamic{
        left: 40px;
    }
	.tech-overview .suite-item.autonomous,
    .homepage .suite-item.autonomous{
        left: 150px;
    }
    .homepage .technology-suite .text-column {
        margin-top: 115px;
    }
    .homepage .news-homepage .news-item .title, .news .news-item .title{
        height: 120px;
    }
    .homepage .news-homepage .news-item{
        min-height: 344px;
    }
    .homepage .stats .vehicle-stat {
        position: absolute;
        top: 28%;
        right: -130px;
        width: 220px;
    }
    .homepage .stats .environment-stat {
        right: -60px;
        width: 280px;
    }
    .homepage .stats .stats-item .col-half.wrap-stats{
        width: 100%;
    }
    .homepage .stats .stat-wrap {
        margin-top: 5px;
    }
	.homepage .news-list .news-item .title{
        height: 130px;
    }
	.homepage .news-list .news-item {
		min-height:360px;
	}

    .why-page .flow .item .text-wrap{
        min-height: 184px;
    }
	.why-page .ecosystem .logos-row {
        width: calc(95vw);
    }
	
    /* Technology page */
    .technology-page .edsf-chart-section .arrow-chart{
        max-width: 317px;
    }
    .technology-page .breadcrumbs li{
        padding: 9px 10px;
    }
    .technology-page .breadcrumbs a {
        font-size: 0.7125rem;
    }

    .dsf-overview .products-wrap .first-item {
        margin-right: 21%;
    }
    .dsf-overview .products .product-item{
        width: 38%;
    }
    .dsf-overview .products .img-products{
        top: 180px;
    }
    .dsf-overview .products .gray-box h4{
        font-size: 1.1rem;
    }
    .technology-page .adsf .box-small-wrap{
        min-height: 307px;
    }
    .technology-page .charts .graph-info{
        min-height: 0px;
    }

    .technology-page .graph-benefit .arrow{
        top: 110px;
    }
    .technology-page .graph-benefit .arrow-chart{
        max-width: 130px;
    }
    .technology-page .mdsf-chart-section .arrow {
        top: 120px;
        left: 36%;
    }
    .technology-page .box-small-wrap.bottom-boxes.tall-box, .technology-page .box-small-wrap {
        min-height: 382px;
    }
    .technology-page .trends h2.trend-intro {
        margin-top: 30px;
    }
    .newtech-dsf .implemented .catpion.caption-half {
        width: 47%;
    }
    .newtech-overview .works .video-bottom h3 {
        margin-top: 30px;
    }

    .newtech-overview .collage .collage-wrapper .collage-1 {
        max-width: 184px;
    }
    .newtech-overview .collage .collage-wrapper .collage-2 {
        left: 21%;
        max-width: 360px;
    }
    .newtech-overview .collage .collage-wrapper .collage-4 {
        top: 51%;
        left: 21%;
        max-width: 360px;
    }
    .newtech-overview .collage .collage-wrapper .collage-3 {
        left: 61%;
        max-width: 360px;
    }
    .newtech-overview .collage .collage-wrapper .collage-5 {
        top: 51%;
        left: 61%;
        max-width: 360px;
    }
    .newtech-overview .collage .collage-wrapper{
        height: 368px;
        width: 98%;
    }


	/*Alternative fuels*/
	.alternative-fuels.trends h2.trend-intro {
		margin-top: 140px;
	}
    .alternative-info .benefits .benefit-detail {
        min-height: 330px;
    }
    /* Why Tula*/
    .charts .hex-row{
        margin-bottom: 180px;
    }
    .charts .hex-row.last-hex-row {
        margin-bottom: 0px;
    }
    .charts .title-prop h4{
        margin-top: 210px;
    }
    .charts .hex-wrap.hex-2 {
        top: -5px;
    }
    .charts .hex-wrap.hex-4 {
        right: inherit;
        top: 236px;
        left: 208px;
    }
    .market .plus {
        margin-bottom: 0px;
        font-size: 2.4rem;
    }

    .dsf-overview .how-it-works .intro-text{
        margin-top: 20px;
    }
    .dsf-overview .how-it-works {
        padding-bottom: 150px;
    }
    .dsf-overview .tula-car-img{
        bottom: -350px;
    }
    .newtech-advanced .autonomous-intro h3 {
        margin-top: 30px;
    }

    /* Careers */
    .join-us-page .collage{
        height: 400px;
    }
    .join-us-page .testimonials .quote {
        min-height: 160px;
    }

    /* NEWS & PUB */
    .news-publications-page .news-list .news-item .title{
        height: 130px;
    }


    .leadership-page .member-info{
        min-height: 122px;
    }

    .newtech-overview .works{
        margin-top: -52px;
    }
    .newtech-overview h1 {
        margin-top: 60px;
    }
    .newtech-overview .works {
        padding: 120px 0;
    }
	.news-publications-page .news-list .news-item{
    	min-height: 360px;
	}

    .electric-template .different .table .text-wrap {
        min-height: 180px;
    }
	.electric-template .action .action-box .text-wrap {
	    min-height: 165px;
    }
}


/***
****  TABLET DEVICES ****
****/


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

    /* Homepage */
    .homepage .technology-suite .tula-car-img {
        max-width: 400px;
    }
    .homepage .banner, .banner-why, .banner-patent,  .dsf-overview .banner-dsfoverview {
        background-attachment: inherit !important;
        background-position: top center !important;
    }
	.banner-leadership{
        background-attachment: inherit !important;
        background-position: center center !important;
    }
    .mission{
        background-attachment: inherit !important;
        background-position: center center !important;
    }
    .virtual-page .dc-image, .virtual-page .dc-control, .virtual-page .ec-image, .virtual-page .ec-control, .virtual-page .chassis-image, .virtual-page .emissions-image, .virtual-page .fabrication-image, .virtual-page .fabrication-image2, .virtual-page .laboratory-image, .virtual-page .simulation-image, .virtual-page .motor-image {
       background-attachment: inherit !important;
        background-position: center center !important;
    }

    .leadership-page .link:hover .img-wrap::after{
        display: none;
    }
    .visible-tablet{
        display: block !important;
    }
    .leadership-page .link:hover .read-more{
        display: none;
    }
    .leadership-page .read-bio-tablet {
        color: #333;
        font-weight: 600;
        text-decoration: underline;
    }
    .leadership-page .member-single p{
        min-height: 50px;
    }

    header .navbar-nav{
        max-width: 656px;
    }
    .homepage .overview #background-video {
        padding: 160px 0 220px 0;
    }
    .homepage .stats .stats-img {
        width: 100%;
        max-width: 550px;
        margin-left: 70px;
    }
    .homepage .stats .vehicle-stat {
        position: absolute;
        top: 28%;
        right: -81px;
        width: 220px;
    }
    .homepage .stats .environment-stat {
        position: absolute;
        bottom: -83px;
        right: 20px;
        width: 234px;
    }
}


/** SMALL TABLETS ****/
@media screen and (max-width:992px) {
    .why-page .overview-content {
        top: 160px;
    }
}
@media screen and (max-width:991px) {
    /* header */
    header .tula-logo, header .logo-scroll {
        max-width: 140px;
    }
    header .navbar-default .navbar-nav > li > a, header .navbar-inverse .navbar-nav > li > a, header .navbar-inverse .navbar-nav > li > a:hover, header .navbar-inverse .navbar-nav > li > a:focus {
        padding: 20px 9px;
        font-size: 0.84rem;
    }
    .home header .navbar-inverse .navbar-nav > li > a, header .navbar-inverse .navbar-nav > li > a{
        font-size: 0.84rem;
    }
    header .navbar-nav {
            margin-right: 20px;
        margin-left: auto;
            max-width: 540px
    }
    header .navbar-nav .weglot-lang {
        right: 90px;
        width: 50px;
        height: 60px;
    }
    header .navbar-toggle{
        margin-top: 8px !important;
    }
    
    .navbar-default .navbar-brand {
        margin-left: 0px !important;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    #main {
        margin-top: 61px;
    }
   /* footer .footer-menu-col .menu{
        margin-top: 30px;
    }*/

    /* homepage */
    .homepage .shift{
        background: #1E2832;
        color: #fff;
        text-align: center;
    }
    .homepage .shift .title-resp{
        padding: 60px 0 65px 0;
    }
    .homepage .shift .title-resp p{
        font-size: 1.5rem;
    }
    .homepage .shift .title-resp .learn{
        font-size: 1.125rem;
    }
    .homepage .shift .shift-column {
        min-height: 550px;
    }
    .homepage .shift .shift-column .title {
        padding-top: 410px;
    }
    .homepage .shift .shift-column.price-img .title {
        padding-top: 370px;
    }
    .homepage .dmd-showcase .video-back {
        margin: 60px auto 0 auto;
    }
    .homepage .team-stats .row-flex {
        flex-direction: column;
    }
    .homepage .team-stats .top-content.bg-column {
        min-height: 250px;
    }
    .homepage .team-stats .row-flex .bottom-text {
        padding-bottom: 30px;
    }
    .homepage .team-stats .award {
        padding: 25px 0 15px;
    }
    .homepage .team-stats .years{
        margin-top: 30px;
    }
    .homepage .team-stats .years-subtitle{
        margin-bottom: 40px;
    }
    .homepage .overview .arrow{
        display: none;
    }
    .homepage .human-capital .sys-person-card {
        width: calc((100% - 8 * 16px)/2);
    }
    .homepage .tablet{
        display: inline;
    }
    .homepage .stats .stats-img{
        max-width: 400px;
        margin-left: 100px;
        margin-bottom: 150px;
    }
    .homepage .stats .vehicle-stat {
        position: absolute;
        top: 42%;
        right: 55%;
        text-align: center;
        margin-right: -120px;
    }
    .homepage .stats .patent-stat{
        right: 25%;
        left: inherit;
    }
    .homepage .stats{
        padding-bottom: 120px;
    }
    .homepage .stats .environment-stat{
        bottom: 175px;
        right: 25%;
    }
    .homepage .sys-person-card__quote {
        width: 75%;
        margin: auto;
    }
    .homepage .fact-sheet .wrapper {
        margin-left: 0px;
    }

    .homepage .banner{
        height: 640px;
        
    }
    .homepage .driven .tech-col {
        display: block;
        width: 100%;
        max-width: 400px;
        margin: 0 auto 40px auto;
        text-align: center;
    }
    .homepage .driven .video-back video{
        display: none;
    }
    .homepage .driven .shrinked > a{
        color: #E86A00;
        opacity: 1;
        margin-top: -55px;
    }
    .homepage .driven .shrinked > a .link-name{
        display: none;
    }
    .homepage .banner h1 {
        margin-top: 270px;
    }
    .homepage .technology-suite .tula-car-img {
        max-width: 360px;
    }
    .homepage .graph-section .data-graph{
        left: 45px;

    }
    .homepage .graph-section .data-graph {
        max-width: 660px;
    }
    .homepage .graph-section .avf-graph, .homepage .graph-section .ev-graph, .homepage .graph-section .ice-graph {
        /*margin-left: -660px;*/
    }
    /*.homepage .cta .tula::after, .tula-page .cta .tula::after{
        margin-left: -35px;
    }*/
	.tech-overview .suite-mobile-wrap,
    .homepage .suite-mobile-wrap {
        position: relative;
        width: 600px;
        margin: auto;
    }
	.tech-overview .suite-item.autonomous,
    .homepage .suite-item.autonomous {
            top: -75px;
        left: 210px;
    }
	
	.tech-overview .suite-item.diesel,
    .homepage .suite-item.diesel {
        top:50px;
        left: 20px;
    }
	.tech-overview .suite-item.combustion,
    .homepage .suite-item.combustion{
        top: 50px;
        right: 20px;
    }
	.tech-overview .suite-item.dynamic,
    .homepage .suite-item.dynamic{
        top: 253px;
        left: 90px;
    }
	.tech-overview .suite-item.hybrid,
    .homepage .suite-item.hybrid{
        top: 253px;
        right: 90px;
    }
	
	 .electric-template .action .action-box .text-wrap {
	     min-height: 185px;
    }

    .homepage .news-homepage .news-item .title, .news .news-item .title{
        margin-top: 30px;
        height: 140px;
        font-size: 1.18rem;
    }

    .homepage .technology-suite .text-column {
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .home .fancybox-toolbar {
        top: 28%;
    }

    .homepage .showcase-box .text-wrap{
        padding: 0 10px;
    }
    .homepage .stats .top-stat{
        margin-top: 40px;
    }
    .homepage .stats .stats-numbers{
        margin-top: 0px;
    }
    .homepage .stats .stats-img.stats-small {
        max-width: calc(100% - 250px);
        margin-left: 0;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0px;
    }
    .homepage .stats .patent-stat, .homepage .stats .environment-stat {
        right: 0px;
        text-align: left;
        width: 200px;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        padding-left: 20px;
        bottom: inherit;
        top: inherit;
    }
    .homepage .stats .environment-stat {
        width: 240px;
    }
    .homepage .stats .stats-img.stats-big {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin: 20px auto 20px auto;
    }
    .homepage .stats .vehicle-stat{
        top: inherit;
        right: inherit;
        position: relative;
        margin:auto auto 40px auto;
    }
    .homepage .overview #background-video{
        height: 100%;
    }

    .market .opportunity-box, .graph-section .opportunity-box {
        margin-top: 40px;
    }
    .homepage .dynamic-motor .dynamic-wrap {
        padding: 0 0 0 0;
    }
    .technology-page .trends.hybrid-trends h2.trend-intro {
        margin-top: 0px;
    }
	.homepage .news-list .news-item .title{
        font-size: 1rem;
    }


    /* WHY TULA */
    .market .opportunity-box{
        margin-top: 50px;
    }
    .market .numbers p, .market .numbers .number-wrap{
        width: 33%;
        float: left;
        text-align: center;
        padding-left: 0px;
    }
    .why-page .overview .wrap{
        padding-left: 0px;
    }
    .why-page .overview-info .wrap-text {
        text-align: center;
        margin-bottom: 80px;
    }
    .why-page .overview-info .title{
        margin-top: 40px;
    }
    .why-page .overview-info {
        margin-bottom: 100px;
    }
    .why-page .flow .item{
        padding: 0px;
    }
    .why-page .flow .item .text-wrap {
        padding: 30px 25px 30px 25px;
    }
    .why-page .stats {
        padding: 90px 0 100px 0;
    }
    .why-page .hexagon.info-hex {
        display: none !important;
    }
    .why-page .hexagon.dmd{
        left: 50%;
        margin-left: -90px;
        top: 180px;
    }
    .why-page .hexagon.dsf{
        left: 35%;
        margin-left: -90px;
    }
    .why-page .hexagon.ddsf{
        left: 65%;
        margin-left: -90px;
    }
    .why-page .hexagon-wrap{
        min-height: 400px;
    }
    .why-page .graphs-section {
        padding: 50px 0 130px 0;
    }
    .why-page .overview-content {
        top: 160px;
    }
    .why-page .ecosystem .logos-row {
        width: calc(94vw);
    }
    /* leadership page*/
    .banner-leadership{
        padding: 200px 0 300px 0;
    }
    .leadership-page .team_section {
        padding: 35px 0 80px 0;
    }

    /* technology pages */
    .technology-page .breadcrumbs li {
        padding: 9px 7px;
    }
    .technology-page .breadcrumbs a {
        font-size: 0.6rem;
    }
    .technology-page .edsf-chart-section .arrow{
        top: 16px;
    }
    .technology-page .edsf-chart-section .arrow-chart{
        max-width: 241px;
    }
    .technology-page .box-small-wrap{
        padding: 25px 20px;
        min-height: 407px;
    }
    .technology-page .box-small-wrap.bottom-boxes{
        margin-top: 70px;
    }
    .breadcrumbs a{
        font-size: 0.7125rem;
    }
    .breadcrumbs li {
        padding: 9px 10px;
    } 
    .dsf-overview .products .product-item {
        width: 50%;
        margin-left: -2px;
        position: relative;
        margin-bottom: 100px
    }
    .dsf-overview .products-wrap {
        margin: 120px auto 0 auto;
    }
	
	.dsf-overview .detail-wrap {
		height: 375px;
	}
	
    .dsf-overview .products-wrap .first-item, .dsf-overview .products-wrap .third-item{
        margin-right: 0px;
    }
    .dsf-overview .products-wrap .first-item::after, .dsf-overview .products-wrap .second-item::after, .dsf-overview .products-wrap .third-item::after, .dsf-overview .products-wrap .fourth-item::after{
        position: absolute;
        content: '';
        background: url('./img/hybrid-electr-icon.png') no-repeat center top transparent;
        background-size: 100px;
        top: -80px;
        left: 50%;
        margin-left: -50px;
        width: 100px;
        height: 110px;
    }
    .dsf-overview .products-wrap .second-item::after{
         background: url('./img/advanced-combustion-img.png') no-repeat center top transparent;
        background-size: 100px;
        }
    .dsf-overview .products-wrap .third-item::after{
         background: url('./img/diesel-img.png') no-repeat center top transparent;
        background-size: 100px;
    }
    .dsf-overview .products-wrap .fourth-item::after{
         background: url('./img/autonomous-img.png') no-repeat center top transparent;
        background-size: 100px;
    }
    .dsf-overview .products .gray-box{
        min-height: 390px;
    }
    .dsf-overview .products {
        padding: 130px 0 35px 0;
    }
    .dsf-overview .graph-info {
        width: 80%;
        margin: 100px auto 0 auto;
    }


    .technology-page .charts .graph-info {
        margin-top: 0px;
        font-size: 1.125rem;
        margin-bottom: 40px;
        min-height: 0px !important;
    }
    .technology-page .charts.graph-benefit .graph-info{
        margin-top: 30px;
    }
    .technology-page .adsf .box-small-wrap {
        min-height: 330px;
    }

   .desktop-tula::after{
        display: none;
    }
    .tablet-tula::after{
        display: block;
    }
    .technology-page .graph-benefit .arrow {
        top: 134px;
        left: 50%;
    }
    .technology-page .mdsf-chart-section .arrow {
        top: 90px;
    }
    .technology-page .mdsf-chart-section .arrow-chart {
        max-width: 338px;
    }
    .technology-page .trends h2{
        margin-top: 100px;
    }
    .technology-page .tech-overview.trends h2 {
        margin-top: 0px;
    }
    .technology-page .box-small-wrap.bottom-boxes.tall-box {
        min-height: 487px;
        margin-bottom: 0px;
    }
    .dsf-overview.technology-page .trends h2.trend-intro{
        margin-top: 0px;
    }
    .alternative-info .benefits .benefit-detail {
        min-height: 370px;
        padding: 20px 30px 30px;
    }
    .alternative-fuels.trends h2.trend-intro {
        margin-top: 100px;
    }
    .newtech-overview .intro {
        text-align: center;
    }
    .newtech-overview .works {
        margin-top: -110px;
    }
    .newtech-overview .video-wrap {
        text-align: center;
        margin-bottom: 40px;
    }
    .newtech-overview .container.graph {
        margin-top: 100px;
    }
    .newtech-overview .graph h3 {
        margin-top: 40px;
    }
    .newtech-overview .improvement .bl-title {
        margin-top: 0px;
        margin-bottom: 50px;
        text-align: center;
    }
    .newtech-overview .lab .figcaption {
        margin: 20px auto 0;
        position: relative;
        background: transparent;
        color: #1E2832;
        font-size: 1rem;
        bottom: inherit;
        right: inherit;
        border-radius: 0;
        width: 100%;
        height: auto;
        text-align: center;
        padding: 0px;
        display: block;
    }
    .newtech-overview .lab {
        padding-bottom: 60px;
    }
    .newtech-overview .collage {
        padding-bottom: 150px;
    }
    .newtech-overview .graph .graph-img {
        width: 100%;
        max-width: 643px;
        margin: auto;
        display: block;
    }
    .newtech-dsf .situation-box .icon {
        max-width: 80px;
        margin-bottom: 20px;
    }
    .newtech-dsf .situation-box .category {
        font-size: 1.25rem;
        font-weight: 700;
        margin-bottom: 5px;
    }
    .newtech-dsf .situations .content-img {
        max-width: 450px;
        margin: 30px auto 50px auto;
        max-height: 100%;
    }
    .newtech-dsf .situations .situation-box {
        border-radius: 20px;
        background: rgb(102 102 102 / 10%);
        padding: 50px 0;
        margin-bottom: 20px;
    }
    .newtech-overview .works .hardware-title {
        margin-top: 70px;
    }
    .newtech-overview .iframe-wrap{
        margin:auto;
    }
    .newtech-overview.newtech-ddsf h1 {
        width: 100%;
    }
    .newtech-ddsf .graphs .graph {
        display: block;
        margin: auto auto 30px auto;
    }
    .newtech-ddsf .graphs .graph-legend{
        max-width: 400px;
        width: 100%;
        margin-bottom: 10px;
    }
    .newtech-ddsf .graphs .note{
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .newtech-ddsf .benefits .benefits-bg {
        background: url(./img/bg-benefits-mobile.png) no-repeat center center transparent;
        background-size: contain;
        height: 100%;
        min-height: 490px;
    }
     .newtech-ddsf .benefits .benefit-wrap {
        max-width: 410px;
        margin: 28px auto;
        text-align: left;
    }
    .newtech-ddsf .benefits .benefit-wrap .img-wrap {
        display: inline-block;
        vertical-align: middle;
        width: 40%;
        padding-left: 40px;
    }
    .newtech-ddsf .benefits .benefit-wrap .text-wrap {
        display: inline-block;
        width: 58%;
        vertical-align: middle;
    }
    .newtech-ddsf .valves .valve-col {
        width: 33%;
    }
    .newtech-ddsf .valves {
        text-align: center;
    }
    .newtech-ddsf .valves .valve-col .text-wrap p {
        width: 65%;
    }
    .newtech-hybrid .graphs-combined{
        max-width: 340px;
        margin: auto auto 50px auto;
    }
    .newtech-hybrid .graphs .graph {
        margin-top: 30px;
    }
    .newtech-overview.newtech-advanced .intro {
        padding-bottom: 50px;
    }
    .newtech-advanced .ac-works .ac-graphic {
        display: block;
        margin: 40px auto 0 auto;
    }
    .newtech-advanced .works-sec h3 {
        margin-top: 20px;
    }
    .newtech-advanced .autonomous-intro {
        padding: 100px 0 70px 0;
    }
    .newtech-advanced .autonomous-intro .main-title{
        margin-bottom: 20px;
    }
    .newtech-advanced .autonomous-intro .autonomous-img{
        margin-top: 30px;
    }
    .newtech-advanced .autonomous-works .graph {
        margin: 40px auto 0 auto;
        display: block;
        max-width: 550px;
    }
    .newtech-overview.newtech-advanced .works .graphs .info-graph {
            margin-top: 40px;
    }
    .newtech-overview.newtech-advanced .improvement.improv-auto .bl-title {
        margin-top: 50px;
    }
    .newtech-advanced .alternative h3 {
        margin-top: 0px;
        margin-bottom: 30px;
    }
    .newtech-advanced .alternative .main-title {
        margin-top: 100px;
        text-align: left;
    }
    .newtech-advanced .alternative .market-text {
        text-align: left;
        margin-bottom: 40px;
    }
    .newtech-advanced .alternative h4{
        text-align: left;
    }
    .newtech-advanced .alternative .alt-graph-img {
        max-width: 500px;
        margin: auto 0 110px 0;
    }

    .newtech-hybrid .links{
        text-align: center;
    }


    /* Press Page */
    .press-contact .links {
        margin-top: 0px;
        width: 50%;
        display: inline-block;
        margin-left: -2px;
        margin-bottom: 50px;
        vertical-align: top;
    }
    .press-contact .contact-info {
        width: 50%;
        display: inline-block;
        margin-left: -2px;
        vertical-align: top;
    }

    /* Careers */
    .join-us-page .collage{
        height: 300px;
    }
    .join-us-page .testimonial-item{
        margin-bottom: 30px;
    }
    .testimonials .col-xs-12.col-sm-6.col-md-4 {
        display: inline-block;
        float: none;
    }

	/*DMD Overview/Electric */
	.technology-page .trends h2.trend-intro {
    	margin-top: 85px;
	}
    .newtech-overview .collage .collage-wrapper {
        height: 870px;
        width: 430px;
        margin: auto;
    }
    .newtech-overview .collage .collage-wrapper .collage-1 {
        max-width: 210px;
    }
    .newtech-overview .collage .collage-wrapper .collage-2 {
        left: 52%;
        max-width: 210px;
        top: -2%;
    }
    .newtech-overview .collage .collage-wrapper .collage-3 {
        left: 52%;
        max-width: 210px;
        top: 24.2%;
    }
    .newtech-overview .collage .collage-wrapper .collage-4 {
        top: 50%;
        left: 0;
        max-width: 430px;
    }
    .newtech-overview .collage .collage-wrapper .collage-5 {
        top: 76%;
        left: 0;
        max-width: 430px;
    }
    .newtech-overview #youkuplayer, .newtech-overview #youkuplayer2{
        margin-right: auto;
    }
	
    /* NEWS & PUB */
    .news-publications-page .news-list .news-item .title{
        height: 110px;
    }
    .news-publications-page .news-list.small-list .news-item .title {
        font-size: 0.875rem;
    }
    .news-publications-page .news-list .news-item .title{
        font-size: 1rem;
    }
    .news-publications-page .news-list .news-item{
        padding:30px 25px 30px 25px;
    }

    /* about page */
    .about-page .overview {
    padding: 0px 0px;
    }

    .about-page .about-icon-section {
    margin-top: 0px;
    }
	.about-page .about-icon {
        margin: 40px auto 50px 0;
    }
	.about-page .icon-text {
		padding-top: 0;
		margin-left: 0;
	}

    .mission {
        padding: 100px 0 205px 0;
        height: 700px;
    }
    .charts .title-prop h4 {
        margin-top: 20px;
        text-align: center;
        margin-bottom: 30px;
    }
    .charts .hex-row {
        width: 670px;
        margin-left: auto;
        margin-right: auto;
    }
    .market .top-stat {
        /*margin-top: -37px;*/
    }
    .charts .last-hex-row{
        margin-bottom: 0px;
    }

    /* Virtual Tour */
    .virtual-page .dc-image, .virtual-page .dc-control, .virtual-page .ec-image, .virtual-page .ec-control, .virtual-page .chassis-image, .virtual-page .emissions-image, .virtual-page .fabrication-image, .virtual-page .fabrication-image2, .virtual-page .laboratory-image, .virtual-page .simulation-image, .virtual-page .motor-image {
        height: 450px;
        background-attachment: inherit !important;
        background-position: center center !important;
    }

    .join-us-page .tour .virtual-icon{
        margin: 0 0 20px 0;
    }
    .join-us-page .tour .button{
        margin-top: 20px;
    }

    .electric-template .different .loss-img {
        max-width: 360px;
        width: 100%;
        margin: 50px auto 20px auto;
    }
    .electric-template .diagram .box::after {
        content: '';
        background: url(./img/arrow-diagram-resp.png) no-repeat center center transparent;
        background-size: 38px;
        width: 38px;
        height: 50px;
        top: 100%;
        right: 50%;
        margin-right: -19px;
    }
    .electric-template .different .table .text-wrap, .electric-template .action .table .text-wrap{
        padding: 44px 20px;
    }
    .electric-template .collage{
        padding-bottom: 0px;
    }
    .newtech-overview .resources .carousel {
        width: 90%;
        margin: 40px auto 0;
    }
    .electric-template .different {
        background: #1e2832;
        padding: 0px 0 0px 0;
        color: #fff;
    }
    .electric-template .different .loss {
        border: 0px;
    }
    .electric-template .different .button-wrap {
        text-align: center;
    }
    .electric-template .different .table-cell, .electric-template .action .table-cell{
        border: 0px;
    }
    .electric-template .overview-electric{
        padding: 140px 0;
    }
    .electric-template .stat-car-img {
        margin: 20px 0 40px 0;
    }
    .electric-template .stats{
        padding: 80px 0 60px 0;
    }
    .electric-template .video-wrap{
        margin-top: 60px;
    }
    .electric-template .works .video-text, .electric-template .works .graph-text p{
        width: 80%;
    }
}  


/* Portrait IPAD */

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

    /* Homepage */
    .homepage .banner {
        height: 600px;
    }
    /*.homepage .curve-div{
        margin-top: calc(-4.70vw);
    }*/
    .homepage .sub-uvp {
        padding: 90px 0 100px 0;
    }

    /*Leadership page*/
    .leadership-page .member-single p{
        min-height: 0px;
    }

    .contact .form-wrap {
    padding: 20px 0px 10px 0px;
    margin-top: 20px;
    }

    .contact h5, .contact h2 {
        text-align: center;
    }

    /* about page */
    .about-page .icon-text {
    	padding-top: 0px;
    	margin-left: 0px;
	}
	
	/*DMD*/
	.dmd-benefits .benefit-icon img {
    	width: 100px;
	}
	.dmd-charts .graph-caption {
    	padding: 80px 20px 0;
	}
	.electric-template .action .action-box .text-wrap {
	     min-height: 100px;
    }
}


/* Navigation hamburger */
@media screen and (max-width: 1139px){
    header .navbar-brand{
        padding-left: 10px;
        z-index: 20;
        position: relative;
        margin-bottom: 13px;
    }
    .modal-open header .navbar-brand .tula-logo.inverse, .home.modal-open header .navbar-brand .tula-logo.inverse{
        display: block;
    }
    .modal-open header .navbar-brand .tula-logo.top, .home.modal-open header .navbar-brand .tula-logo.top{
        display: none;
    }
    header .navbar-toggle{
        padding: 10px 10px 5px 10px;
        margin-top: 20px;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
        background: transparent;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border: none;
    }
    header .navbar-nav {
        margin-left: 0px;
       margin-right: 0px;
       margin-top: 70px;

        max-width: 100%;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form{
        background: #fff;
        color: #333;
        border: none;
    }
    header .navbar-default .navbar-collapse.collapse.in .navbar-nav > li > a{
        color: #333;
    }
    .navbar-default .navbar-toggle{
        z-index: 20;
    }
    .navbar-default .navbar-toggle .icon-bar{
        background-color: #333;
    }
    .home .navbar-default .navbar-toggle .icon-bar{
        background-color: #fff;
    }
    .home .navbar-default.navbar-inverse .navbar-toggle .icon-bar{
        background-color: #333;
    }
    header .navbar-nav > li.contact-btn, header .navbar-nav > li.weglot-lang {
        position: relative !important;
        right: inherit;
        top: inherit;
    }
    .navbar-toggle .top-bar {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
      
      transform-origin: 3px 10%;
      -webkit-transform-origin: 3px 10%;
      -moz-transform-origin: 3px 10%;
    -o-transform-origin: 3px 10%;
      }
      .navbar-toggle .middle-bar {
          opacity: 0;
      }
      .navbar-toggle .bottom-bar {
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
          transform-origin: 1px 90%;
          -webkit-transform-origin: 1px 90%;
          -moz-transform: 1px 90%;
        -o-transform: 1px 90%;
      }

      .navbar-toggle.collapsed .top-bar {
          transform: rotate(0);
          -webkit-transform: rotate(0);
          -moz-transform: rotate(0);
        -o-transform: rotate(0);
      }
      .navbar-toggle.collapsed .middle-bar {
          opacity: 1;
      }
      .navbar-toggle.collapsed .bottom-bar {
          transform: rotate(0);
          -webkit-transform: rotate(0);
          -moz-transform: rotate(0);
        -o-transform: rotate(0);
      }
      .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
        background: transparent;
      }

      .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, header .navbar-default .navbar-nav > li > a:hover, header .navbar-default .navbar-nav > li > a:focus{
        background-color: transparent;
      }
      .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
            color: #0F720D;
            background-color: transparent;
            font-weight: 600;
        }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a {
            color: #333;
            padding-top: 7px;
            padding-bottom: 7px;
        }
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: calc(90vh);
        padding: 0;
    }
    .navbar-nav .open .dropdown-menu{
            background-color: #f8f8f8;
    }
   

   .home.modal-open .navbar-default .navbar-toggle .icon-bar{
    background: #333;
   }
   .home.modal-open header .navbar-default{
    padding: 15px 0 15px 0;
   }

   .navbar-default .caret {
        display: inline-block;
        margin-top: -5px;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .navbar-default .dropdown.open .caret {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
     header .navbar-default .navbar-collapse {
        text-align: left;
        margin-left: 0px;
        width: calc(100vw);
        margin-right: 0px;

        background: #fff;
        position: absolute;
        top: 0px;
        right: 0px;
        left: 0px;
        min-height: 70vh;
        padding-top: 0px;
    }
}

/***
****  MOBILE DEVICES ****
****/


@media screen and (max-width: 767px){
    body.modal-open {
        overflow: hidden;
       position: fixed;
    }

    /* Header */
    header .navbar-brand{
        padding-left: 10px;
        z-index: 20;
        position: relative;
    }
    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #333;
    }
    header .tula-logo, header .logo-scroll {
        max-width: 120px;
    }
    header .navbar-default, header .navbar-inverse{
        padding: 5px 0 5px 0;
    }
    .modal-open header .navbar-brand .tula-logo.inverse, .home.modal-open header .navbar-brand .tula-logo.inverse{
        display: block;
    }
    .modal-open header .navbar-brand .tula-logo.top, .home.modal-open header .navbar-brand .tula-logo.top{
        display: none;
    }
    header .navbar-toggle{
        padding: 10px 10px 5px 10px;
    }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus, .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
        background: transparent;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border: none;
    }
    header .navbar-nav {
        margin-left: 0px;
       margin-right: 0px;
       margin-top: 70px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form{
        background: #fff;
        color: #333;
        border: none;
    }
    header .navbar-default .navbar-collapse.collapse.in .navbar-nav > li > a{
        color: #333;
    }
    .navbar-default .navbar-toggle{
        z-index: 20;
    }
    .navbar-default .navbar-toggle .icon-bar{
        background-color: #333;
    }
    .home .navbar-default .navbar-toggle .icon-bar{
        background-color: #fff;
    }
    .home .navbar-default.navbar-inverse .navbar-toggle .icon-bar{
        background-color: #333;
    }
    header .navbar-nav > li.contact-btn, header .navbar-nav > li.weglot-lang {
        position: relative !important;
        right: inherit;
        top: inherit;
    }
    .navbar-toggle .top-bar {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
      
      transform-origin: 3px 10%;
      -webkit-transform-origin: 3px 10%;
      -moz-transform-origin: 3px 10%;
    -o-transform-origin: 3px 10%;
      }
      .navbar-toggle .middle-bar {
          opacity: 0;
      }
      .navbar-toggle .bottom-bar {
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
          transform-origin: 1px 90%;
          -webkit-transform-origin: 1px 90%;
          -moz-transform: 1px 90%;
        -o-transform: 1px 90%;
      }

      .navbar-toggle.collapsed .top-bar {
          transform: rotate(0);
          -webkit-transform: rotate(0);
          -moz-transform: rotate(0);
        -o-transform: rotate(0);
      }
      .navbar-toggle.collapsed .middle-bar {
          opacity: 1;
      }
      .navbar-toggle.collapsed .bottom-bar {
          transform: rotate(0);
          -webkit-transform: rotate(0);
          -moz-transform: rotate(0);
        -o-transform: rotate(0);
      }
      .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
        background: transparent;
      }

      .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, header .navbar-default .navbar-nav > li > a:hover, header .navbar-default .navbar-nav > li > a:focus{
        background-color: transparent;
      }
      .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
            color: #0F720D;
            background-color: transparent;
            font-weight: 600;
        }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a {
            color: #333;
            padding-top: 7px;
            padding-bottom: 7px;
        }
    .navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        max-height: calc(90vh);
        padding: 0;
    }
    .navbar-nav .open .dropdown-menu{
            background-color: #f8f8f8;
    }
   
    .carousel{ overflow: hidden; min-width: 100%; width: 0; }

   .home.modal-open .navbar-default .navbar-toggle .icon-bar{
    background: #333;
   }
   .home.modal-open header .navbar-default{
    padding: 15px 0 15px 0;
   }

    /*.navbar-default .caret{
        margin-top: -4px;
    }*/
    .navbar-default .caret {
        display: inline-block;
        margin-top: -5px;
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .navbar-default .dropdown.open .caret {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
     header .navbar-default .navbar-collapse {
        text-align: left;
        margin-left: 0px;
        width: calc(100vw);
        margin-right: 0px;

        background: #fff;
        position: absolute;
        top: 0px;
        right: 0px;
        left: 0px;
        min-height: 100vh;
        padding-top: 0px;
    }

      #main {
        margin-top: 66px;
    }
    .home #main{
        margin-top: 0px;
    }
    #top-link-block.affix {
        bottom: 45px;
    }

     .breadcrumbs .menu .menu-item:not(.active){
        display: none;
      }

    /* Homepage */
    .homepage .mobile{
        display: inline;
    }
    .homepage .tablet{
        display: none;
    }
    .homepage .shift .shift-column {
        min-height: 530px;
    }
    .homepage .dmd-showcase {
        padding: 74px 0 0px 0;
    }
    .homepage .dmd-showcase .container {
        padding: 0;
    }
    .homepage .dmd-showcase .row{
        margin-right: 0px;
        margin-left: 0px;
    }
    .homepage .dmd-showcase .col-xs-12.col-md-5.col-lg-4 {
        padding: 0px 40px;
    }
    .homepage .dmd-showcase .col-xs-12.col-md-7.col-lg-offset-1 {
        padding: 0;
    }
    .homepage .dmd-showcase .video-back {
        margin: 70px auto 0 auto;
    }
    .homepage .team-stats .patent {
        padding: 60px 40px;
    }
    .homepage .team-stats .patent.patent-3 {
        padding: 38.1px 30px;
    }
    .homepage .beyond .beyond-columns {
        min-height: 480px;
    }
    .homepage .beyond .info p {
        margin: auto;
        max-width: 300px;
    }
    .homepage .team-stats .top-content.bg-column {
        min-height: 188px;
    }
    .cta h2 {
        font-size: 3.375rem;
    }
    .homepage .overview {
        background: url(./img/hero-mobile.jpg) no-repeat center center #000000;
        background-size: cover;
    }
    .homepage .overview .hero {
        font-size: 3.875rem;
    }
    .homepage .overview .subuvp {
        font-size: 1.25rem;
    }
    .homepage .overview #background-video{
        padding: 260px 0 314px 0;
    }
    .homepage .human-capital .sys-person-card {
        width: calc((100% - 8 * 16px));
    }
    .homepage .stats .stats-img.stats-small {
        max-width: calc(100% - 185px);
        margin-left: 0;
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0px;
    }
    .homepage .stats .stats-img.environment-img{
        display: block;
        margin:20px auto;
    }
    .homepage .stats .environment-stat{
        text-align: center;
        width: 100%;
    }
    .homepage .stats .stats-item .col-half.wrap-stats{
        display: inline-block;
        width: 49%;
    }
    .homepage .stats .stat-wrap {
        margin-top: 15px;
    }
    .homepage .stats .patent-stat {
        right: 0px;
        text-align: left;
        width: 160px;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        padding-left: 20px;
        bottom: inherit;
        top: inherit;
    }
    .homepage .stats .stats-img.stats-big {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        margin: 20px auto 20px auto;
    }
    .homepage .stats .vehicle-stat{
        top: inherit;
        right: inherit;
        position: relative;
        margin:auto auto 40px auto;
    }
    .homepage .stats .patent-stat a{
        margin-top: 5px;
    }
    .homepage .investments .inv-logo{
        margin-top: 20px;
    }
    .homepage .stats h2 {
        text-align: left;
    }
    .homepage .investments {
        padding: 70px 0 80px 0;
    }
    .homepage .human-capital{
        padding: 80px 0 100px 0;
    }
    .homepage .driven {
        padding: 90px 0 0px 0;
    }
    .homepage .intro-driven {
        text-align: left;
    }
    .homepage .banner h1{
        font-size: 3.25rem;
    }
    .homepage .curve-div{
        /*margin-top: calc(-4.60vw);*/
    }
    .homepage .sub-uvp {
        padding: 0px 0 60px 0;
    }
    .homepage .technology-suite {
        padding: 45px 0 60px 0;
    }
    .homepage .how-it-works .video-link{
        margin-top: 30px;
    }
    .homepage .how-it-works {
        padding-bottom: 90px;
    }
    .homepage .technology-suite .text-column {
        margin-top: 30px;
    }
    
    .homepage .stats-numbers .number {
        margin-bottom: 40px;
    }
    .homepage .banner {
        height: 400px;
        
    }
    .homepage .banner h1 {
        margin-top: 160px;
    }
    .homepage .technology-suite .tula-car-img {
        max-width: 260px;
    }
    .homepage .news-homepage .news-item {
        min-height: 0px;
    }
    .homepage .shift .dont-title{
        margin: 30px 0;
    }
    .homepage .shift .shift-column.price-img .title {
        padding-top: 410px;
    }
	.tech-overview .suite-wrap,
    .homepage .suite-wrap {
        min-height: 0px;
        margin-bottom: 40px;
    }
	.tech-overview .suite-wrap .img-wrap,
    .homepage .suite-wrap .img-wrap{
        background: transparent;
    }
	
    .tech-overview .suite-wrap .outer-img::before,
    .homepage .suite-wrap .outer-img::before{
        display: none;
    }
	 .tech-overview .suite-item.autonomous,
    .homepage .suite-item.autonomous {
        left: 97px;
        top: -30px;
    }
	.tech-overview .suite-wrap .outer-img,
    .homepage .suite-wrap .outer-img {
        width: 125px;
        height: 135px;
    }
	.tech-overview .suite-item.diesel, .tech-overview .suite-item.combustion,
    .homepage .suite-item.diesel, .homepage .suite-item.combustion{
        top: 70px;
    }
	.tech-overview .suite-item.diesel,
    .homepage .suite-item.diesel {
        left: -25px;
    }
	.tech-overview .suite-item.combustion,
    .homepage .suite-item.combustion {
        right: -25px;
    }
	.tech-overview .suite-item.dynamic,
    .homepage .suite-item.dynamic {
        left: 20px;
    }
	.tech-overview .suite-item.hybrid,
    .homepage .suite-item.hybrid {
        right: 20px;
    }
	.tech-overview .suite-item.dynamic, .tech-overview .suite-item.hybrid,
    .homepage .suite-item.dynamic, .homepage .suite-item.hybrid{
            top: 210px;
    }
	.tech-overview .technology-suite .suite-img, .homepage .technology-suite .suite-img {
        max-width: 100px;
    }
    .homepage .stats .stats-numbers{
        margin: 50px 0 0 0;
    }
	.tech-overview .suite-mobile-wrap, .homepage .suite-mobile-wrap {
        position: relative;
        max-width: 320px;
        margin: auto;
    }
	
	.tech-overview .banner-mid img.mobile-img {
    	width: 50%;
    	margin: 50px 25%;
	}
	
    .homepage .stats {
        padding: 80px 0 100px 0;
    }
    .homepage .news-homepage {
        background: #f2f2f2;
        padding: 70px 0 80px 0;
    }
    .homepage .news-homepage .news-item .title{
        height: auto;
        margin-bottom: 20px;
        margin-top: 15px;
    }
    .homepage .graph-section {
        padding: 70px 0 85px 0;
    }
    .homepage .showcase-box{
        max-width: 100%;
    }
    .fancybox-toolbar{
        top: 20px;
    }
    .cta{
        padding: 120px 0 130px 0;
    }
    .cta .tula{
        display: block;
    }
    .fancybox-slide video {
        width: 95%;
        height: auto;
    }
    .home .fancybox-toolbar {
        top: 22%;
        right: 20px;
    }

    .homepage .showcase-box .text-wrap{
        width: 100%;
    }
    .homepage .showcase-box .img-wrap{
        margin-top: 30px;
        width: 100%;
    }
    .homepage .showcase-box .title{
        font-size: 1.65rem;
    }
	.homepage .news-list .news-item .title {
        height: auto;
    }
	.homepage .news-list .news-item {
    margin-top: 20px;
}

    /* Leadership */

    .lightbox-container .lightbox-bio {
    padding: 30px 40px;
    background: white;
    }
    .fancybox-close-small {
        background: url(/wp-content/themes/tula/img/tula_close.png) no-repeat top center;
        background-size: 25px;
    }
    .banner-leadership{
        padding:100px 0 250px 0;
    }
    .leadership-page .team_section {
        padding: 0px 0 30px;
    }
    .leadership-page .management-team-section{
        padding-bottom: 80px;
    }
    .leadership-page .link:hover .img-wrap::after{
        display: none;
    }
    
    /* WHY TESLA */
    .why-page .ecosystem .logos-row {
        width: calc(90vw);
    }
    .slick-dots {
        bottom: 0px;
    }
    .why-page h1 {
        font-size: 2.75rem;
    }
    .why-page .overview-content {
        top: 65px;
        margin-left: -188px;
    }
    .why-page .top-bg{
        background: url(./img/tula-advantage-img-1-mobile.jpg) no-repeat center center transparent;
        background-size: cover;
        height: 360px;
    }
    .why-page .overview{
        background: transparent;
        padding: 0;
        min-height: 0px;
    }
    .why-page .round-img {
        width: 100%;
        max-width: 290px;
    }
    .why-page .overview-info .title {
        margin-top: 30px;
    }
    .why-page .overview-info .wrap-text {
        margin-bottom: 60px;
    }
    .why-page .overview-info {
        margin-top: 15px;
        margin-bottom: 50px;
    }
    .why-page .flow {
        padding: 70px 0 85px 0;
        text-align: left;
    }
    .why-page .flow .table-items {
        display: block;
     }
     .why-page .flow .item{
        display: block;
        width: 100%;
        padding: 5px 0;
     }
     .why-page .flow h2 {
        text-align: center;
    }
    .why-page .flow .table-items .text-wrap{
            text-align: center;
    min-height: 0px;
    padding-bottom: 40px;
        max-width: 380px;
        margin-right: auto;
        margin-left: auto;
    }
    .why-page .flow .table-items .item .icon-wrap {
        text-align: center;
    }
    .why-page .stats {
        padding: 70px 0;
        text-align: left;
    }
    .why-page .stats .stat-item.bottom-item {
        text-align: center;
    }
    .why-page .stats .stat-item.top-item .icon-wrap {
        display: inline-block;
        width: 110px;
        vertical-align: top;
    }
    .why-page .stats .top-item .text-wrap {
        display: inline-block;
        width: calc(100% - 120px);
        text-align: left;
        vertical-align: top;
        padding-top: 20px;
    }
    .why-page .stats .stat-item p {
        width: 100%;
    }
    .why-page .cta h2{
        font-size: 2.5rem;
    }
    .why-page .hexagon{
        width: 160px;
    }
    .why-page .hexagon.dsf {
        left: 0;
        margin-left: 0;
        background-size: 160px;
    }
    .why-page .hexagon.ddsf {
        left: 100%;
        margin-left: -160px;
        background-size: 160px;
    }
    .why-page .hexagon.dmd {
        left: 50%;
        margin-left: -80px;
        top: 150px;
        background-size: 160px;
    }
    .why-page .hexagon-wrap {
        min-height: 350px;
        width: 340px;
        margin: 40px auto;
    }
    .why-page .graphs-section .bottom-graphs {
        margin-top: 50px;
    }
    .why-page .graphs-section {
        padding: 30px 0 100px 0;
    }

    .banner-why, .banner-patent, .dsf-overview .banner-dsfoverview{
        padding: 60px 0 80px 0;
    }
    .about-page .about-icon-section{
        margin: 20px 0 50px 0;
    }
    .about-page .about-icon {
        margin: 10px auto 10px 0;
    }
    .about-page .icon-text {
        padding-top: 15px;
    }
    .inspiration {
        padding: 0px 0 50px 0;
    }
    .mission {
        padding: 65px 0;
        height: 250px;  
    }
    .charts{
        padding: 55px 0 65px 0;
    }
    .market {
        padding: 55px 0 60px 0;
    }
    .market .numbers p, .market .numbers .number-wrap{
        width: 100%;
    }
    .market .numbers {
        margin-top: 50px;
    }
    .charts .hex-row {
        width: 100%;height: auto;
        margin-bottom: 50px;
    }
    .market .opportunity-box, .graph-section .opportunity-box{
        padding: 40px 30px;
    }
    .market .top-stat {
        margin-top: 0px;
    }
    .charts .hex-wrap{

        position: relative;
        top: 0px !important;
        left: 0px !important;
        margin: auto auto 20px auto;
        bottom: inherit !important;
        overflow: auto;
    }
    /* Technology page */
    .technology-page .trends {
        padding: 70px 0 80px 0;
    }
    .technology-page .charts {
        padding: 55px 0 90px 0;
    }
    .technology-page .edsf, .technology-page .ddsf, .technology-page .mdsf {
        padding: 70px 0 60px 0;
    }

    .technology-page .adsf{
        padding-top: 40px;
    }
    .technology-page .adsf .box-small-wrap {
        min-height: 0px;
    }
    .technology-page .news{
        padding: 60px 0 70px 0;
    }
    .technology-page .trends .trends-img{
        margin-top:20px;
    }
    .technology-page .box-wrap{
            margin-top: 90px;
     margin-bottom: 85px;
     padding: 35px 30px;
    }
    .technology-page .edsf .elec-wrap, .technology-page .mdsf .elec-wrap {
        margin-top: 40px;
    }
    .technology-page .edsf h2, .technology-page .ddsf h2, .technology-page .news h2, .technology-page .mdsf h2{
        font-size: 1.575rem;
    }
    .technology-page .box-small-wrap, .technology-page .box-small-wrap.bottom-boxes.tall-box{
        min-height: 0px;
    }
    .technology-page .box-small-wrap{
        margin: 30px 0 30px 0;
    }
    .technology-page .box-small-wrap.bottom-boxes{
        margin-top: 30px;
    }
    .technology-page .charts .advantage-img{
        margin-top: 40px;
    }
    .technology-page .solution {
        padding-bottom: 80px;
    }
    /*.technology-page .cta .tula::after{
        display: none;
    }*/
    .technology-page .cta .tula {
        margin-top: 0px;
        display: inline-block;
    }
    .technology-page .cta h2{
        font-size: 2rem;
    }
    .technology-page .trends h2 {
        margin-top: 10px;
        margin-bottom: 30px;
    }
	/* Tech overview */
	.tech-overview .full-img {
		display: none;
	}
	.tech-overview .mobile-img {
		display: block;
	}	
    .newtech-overview .improvement .hexagons{
        background-size: contain;
        max-width: 345px;
        margin: auto;
    width: 100%;
    }
    .newtech-overview .improvement .hexagons .imp-1 {
        top: 65px;
        left: 10px;
    }
    .newtech-overview .improvement .hexagons .imp-2 {
        top: 74px;
        right: 12px;
    }
    .newtech-overview .improvement .hexagons .imp-3 {
        top: 220px;
        left: 100px;
    }
    .newtech-overview .improvement {
        padding: 90px 0 85px 0;
    }
    .newtech-overview .lab .container, .newtech-overview .lab .col-xs-12 {
        padding: 0;
    }
    .newtech-overview .works {
        margin-top: -70px;
    }
    .newtech-overview .lab .row {
        margin-left: 0px;
        margin-right: 0px;
    }
    .newtech-overview .lab-wrap .lab-img{
        border-radius: 0px;
    }
    .newtech-overview .resources {
        padding: 80px 0 100px 0;
    }
    .newtech-overview.newtech-hybrid .improvement .hexagons, .newtech-overview.newtech-dsf .improvement.hybrid .hexagons, .newtech-overview.newtech-dsf .improvement .hexagons.hex4{
        background: url(./img/hexagons-4-mobile.jpg) no-repeat center center transparent;
        background-size: 345px;
         width: 345px;
        height: 530px;
    }
    .newtech-overview.newtech-dsf .lab-img {
        width: 100%;
    }
    .newtech-dsf .implemented{
        padding-top: 0px;
    }
    .newtech-dsf .situations .content-img {
        max-width: 380px;
        margin-bottom: 40px;
    }
    .newtech-overview.newtech-dsf .improvement .hexagons .imp-1 {
        top: 56px;
        left: 98px;
    }
    .newtech-overview.newtech-dsf .improvement-text.imp-4 {
        top: 218px;
        left: 188px;
    }
    .newtech-overview.newtech-dsf .improvement .hexagons .imp-2 {
        top: 380px;
        right: 100px;
    }
    .newtech-dsf .situations {
        padding: 80px 15px 30px 15px;
    }
    .newtech-dsf .implemented {
        padding: 60px 15px 110px 15px;
    }
    .newtech-dsf .implemented .catpion.caption-half {
        width: 49%;
        display: inline-block;
        padding: 0 10px;
        vertical-align: text-top;
    }
    .newtech-overview.newtech-dsf .improvement .hexagons .imp-3 {
        left: 12px;
    }
    .newtech-ddsf .graph-intro{
        width: 100%;
    }
    .newtech-ddsf .benefits {
        padding-top: 0px;
    }
    .newtech-ddsf .benefits h2 {
        margin-bottom: 30px;
    }
    .newtech-ddsf .benefits .benefit-wrap {
        margin: 15px auto;
    }
    .newtech-ddsf .valves, .newtech-ddsf .valves h2 {
        text-align: left;
    }
    .newtech-ddsf .valves .valve-col {
        width: 100%;
        padding: 15px;
        text-align: left;
    }
    .newtech-ddsf .valves .valve-col .text-wrap p {
        width: 100%;
    }
    .newtech-ddsf .valves .valve-col .img-wrap {
        display: inline-block;
        vertical-align: middle;
        width: 140px;
    }
    .newtech-ddsf .valves .valve-col .text-wrap{
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 150px);
        padding-left: 20px;
    }
    .newtech-ddsf .valves .valve-img {
        margin-bottom: 0px;
    }
    .newtech-overview .works.hybrid-works {
        margin-top: 40px;
        padding: 80px 0 0;
    }
    .newtech-hybrid .situations .content-img p {
        padding: 0 20px;
    }
    .newtech-overview.newtech-hybrid .improvement .hexagons{
        background: url(./img/hexagons-2-mobile.jpg) no-repeat center center transparent;
        background-size: 291px;
        width: 291px;
        height: 366px;
    }
    .newtech-overview.newtech-hybrid .improvement .hexagons .imp-1 {
        top: 70px;
        left: 25px;
    }
    .newtech-overview.newtech-hybrid .improvement.hybrid .hexagons .imp-1{
        top: 80px;
        left: 98px;
    }
    .newtech-overview.newtech-hybrid .improvement .hexagons .imp-4 {
        left: 120px;
    }
    .newtech-overview.newtech-hybrid .improvement.hybrid .hexagons .imp-4{
            left: 190px;
        top: 232px;
    }
    .newtech-hybrid .edsf-intro {
        padding: 70px 0 90px 0;
    }
    .newtech-hybrid .graphs-combined {
        max-width: 300px;
    }
    .newtech-overview.newtech-hybrid .improv-edsf .hexagons {
        background: url(./img/tech-hexagons.jpg) no-repeat center center transparent;
        background-size: 340px;
        width: 340px;
    }
    .newtech-overview.newtech-hybrid .improvement.improv-edsf .hexagons .imp-1 {
        left: 9px;
        top: 80px;
    }
    .newtech-overview.newtech-dsf .improvement.improv-edsf .hexagons .imp-3 {
        top: 212px;
        left: 98px;
    }
    .newtech-overview.newtech-dsf .improvement.improv-edsf .hexagons .imp-2 {
        top: 80px;
        left: 185px;
    }
    .newtech-overview.newtech-advanced .intro {
        padding-bottom: 0px;
    }
	.newtech-overview .works.hybrid-works{
        padding-top:60px;
        margin-top: -80px;
    }
    .newtech-overview .works.hybrid-works.ac-works{
        margin-top: 0px;
    }
    .newtech-overview.newtech-advanced .improvement {
        padding: 70px 0 70px 0;
    }
    .newtech-overview.newtech-advanced .improv-mdsf .hexagons {
        background: url(./img/tech-hexagons.png) no-repeat center center transparent;
        background-size: 340px;
        width: 340px;
    }
    .newtech-overview.newtech-advanced .improvement.improv-mdsf .hexagons .imp-3{
        top: 233px;
    }
    .newtech-advanced .autonomous-intro {
        padding: 80px 0 20px 0;
    }
    .newtech-overview.newtech-advanced .improvement.improv-auto {
        padding-top: 0px;
    }
    .newtech-overview.newtech-advanced .improvement.improv-auto .hexagons {
        background: url(./img/hexagons-2-mobile.png) no-repeat center center transparent;
        background-size: 291px;
        width: 291px;
        height: 366px;
    }
    .newtech-advanced .nextcar {
        padding-bottom: 0px;
    }
    .newtech-advanced .alternative {
        padding: 80px 0 20px 0;
    }
    .newtech-dsf .situations .situation-box, .newtech-dsf .situations .content-img{
        margin-bottom: 0px;
    }
    .newtech-ddsf .benefits .benefit-icon{
        margin-top: 30px;
    }
    .newtech-ddsf .benefits .benefit-wrap .text-wrap{
        margin-top: 10px;
    }
    .newtech-overview .collage .collage-wrapper {
        height: 620px;
        width: 300px;
        margin: auto;
    }
    .newtech-overview .collage .collage-wrapper .collage-1 {
        max-width: 150px;
    }
    .newtech-overview .collage .collage-wrapper .collage-2 {
        left: 52%;
        max-width: 150px;
        top: -2%;
    }
    .newtech-overview .collage .collage-wrapper .collage-3 {
        left: 52%;
        max-width: 150px;
        top: 24%;
    }
    .newtech-overview .collage .collage-wrapper .collage-4 {
        top: 50%;
        left: 0;
        max-width: 300px;
    }
    .newtech-overview .collage .collage-wrapper .collage-5 {
        top: 76%;
        left: 0;
        max-width: 300px;
    }

	/* Alternative Fuels */
	.img-chart.mobile-chart {
		display: block;
	}

	.img-chart.main-chart {
		display: none;
	}
	
	.benefits .benefit-detail {
	    height: initial;
    	margin-bottom: 25px;
	}
	
	.alternative-fuels.trends h2.trend-intro {
		margin-top: 60px;
        margin-bottom: 0px;
		text-align: center;
	}
	
	.alternative-fuels.trends .intro-wrap {
    	display: flex;
    	flex-direction: column;
	}
	.alternative-fuels.trends .intro-left {
		order: 2;
	}
    .alternative-fuels.trends .alternative-info h2{
        font-size: 1.75rem;
    }
    .alternative-info .benefits .benefit-detail{
       min-height:0px;
    }
    .alternative.charts.graph-benefit {
        padding-top: 0px;
    }
    .alternative.charts .centered {
        text-align: left;
    }
    /* Press */
    .press-contact {
        padding: 55px 0 0px 0;
    }
    .press-contact .links {
        margin-top: 30px;
        margin-bottom: 50px;
        margin-left: 0px;
        display: block;
        width: 100%;
    }
    .press-contact .intro{
        width: 100%;
    }
    .press-contact .form-wrap{
        border-radius: 0px;
        padding: 40px 20px 50px 20px;
    }
    .press-contact .contact-info {
        width: 100%;
        display: block;
        margin-left: 0px;
    }
    .news-publications-page .filter{
        width: 100%;
        margin-bottom: 30px;
    }
    .news-publications-page .filters {
        margin: 40px 0 10px 0;
    }

    /* Careers */
    .join-us-page .collage{
        background: transparent;
        height: auto;
    }
    .join-us-page .collage .collage-img {
        width: 100%;
        max-width: 100%;
        margin-bottom: 10px;
    }
    .join-us-page .testimonials .quote {
        min-height: auto;
        margin-bottom: 20px;
    }
    .join-us-page .benefits {
        padding: 60px 0 50px 0;
    }
    .join-us-page .careers {
        padding: 60px 0 75px 0;
    }
    .join-us-page .overview {
        padding: 20px 0 45px 0;
    }
    .join-us-page .testimonials {
        padding: 80px 0 90px 0;
    }
    .join-us-page .benefits .benefits-item .img-wrap{
            display: block;
        width: 100%;
        vertical-align: middle;
        margin-bottom: 20px;
        text-align: center;
    }
    .join-us-page .benefits .benefits-item .text-wrap {
        width: 100%;
    }
	
	
	
    /* NEWS & PUBS */
    .news-publications-page .news-list .news-item .title {
        height: auto;
    }
    .news-publications-page .news-list .news-item{
        margin-top: 20px;
    }
	.news-publications-page .news-list .news-item, .homepage .news-list .news-item {
		min-height: 290px;
	}
    .news-publications-page .news-list.small-list .news-item{
        margin-bottom: 20px;
    }
    .news-publications-page .news-list .news-item .links {
        min-height: 0;
    }
    .news-publications-page .news, .news-publications-page .publications, .news-publications-page .press-releases {
        padding: 50px 0 65px 0;
    }

    /* Virtual */
    .virtual-page h1 {
        font-size: 2rem;
    }
    .virtual-page .intro {
        font-size: 1.275rem;
    }
    .virtual-page .tour-section {
        padding: 60px 0 70px 0;
    }
    .virtual-page .dc-image, .virtual-page .dc-control, .virtual-page .ec-image, .virtual-page .ec-control, .virtual-page .chassis-image, .virtual-page .emissions-image, .virtual-page .fabrication-image, .virtual-page .fabrication-image2, .virtual-page .laboratory-image, .virtual-page .simulation-image, .virtual-page .motor-image {
        height: 300px;
    }
    /*.virtual-page .curve-div{
        height: 40px;
    }*/
    .electric-template .overview-electric{
        background: #000;

        background-blend-mode: darken;
        -moz-transition: 3s;
        -webkit-transition: 3s;
        -o-transition: 3s;
        transition: 3s;
    }
    .electric-template .different .table .text-wrap {
        min-height: 0px;
    }
    .newtech-overview .resources .carousel {
        width: 100%;
        max-width: 350px;
    }
    .electric-template .different .different-img, .electric-template .action .table .action-img {
        max-width: 459px;
    }
    .electric-template .different .table-cell, .electric-template .action .table-cell {
        display: block;
        width: 100%;
        margin-bottom: 30px;
    }
    .electric-template .diagram{
        padding: 75px 0 100px 0;
    }
    .electric-template .diagram h2, .electric-template .diagram .diagram-intro {
        text-align: left;
    }
    .electric-template h1{
        font-size: 3rem;
    }
}

@media screen and (max-width: 690px){
	.technology-page .trends h2.trend-intro {
    	margin-top: 60px;
	}
	.dmd-trends {
		text-align: center;
	}
}

@media screen and (max-width: 767px) and (orientation: landscape) {
    .homepage .banner h1 {
        margin-top: 180px;
    }
}

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

    .technology-page .diesel h4 {
    margin-top: 0px;
    }

    .technology-page .edsf-efficiency-img {
    padding-top: 40px;
    }
	
	.dmd-benefits .benefit-detail {
		display: block;	
	}
	
	.dmd-benefits .benefit-icon img {
		width: 75px;
	}
	.dmd-benefits .benefit-text {
		margin: 0;
	}
	
	
}


@media screen and (max-device-width:320px) and (device-height:568px){
    /* Iphone 5*/

    .banner-leadership {
        padding: 215px 0 0 0;
    }
    
    .newtech-overview .improvement .hexagons .improvement-text{
        width: 126px;
    }
    .newtech-overview .improvement .hexagons .imp-2 {
        top: 83px;
        right: 10px;
    }
    .newtech-overview .improvement .hexagons .imp-3 {
        top: 210px;
        left: 82px;
    }
    .newtech-overview.newtech-dsf .improvement .hexagons .imp-3 {
        left: 18px;
        top: 220px;
    }
    .newtech-overview.newtech-dsf .improvement-text.imp-4 {
        top: 207px;
        left: 197px;
    }
    .newtech-overview.newtech-dsf .improvement .hexagons .imp-2 {
        top: 380px;
        right: 106px;
    }
    .newtech-overview.newtech-dsf .improvement .hexagons .imp-1 {
        top: 56px;
        left: 108px;
    }
}

/* Disable cursor pointer for logo slider - Advantage page */
.page-id-24 .ecosystem a.lgx_app_item_link {
	cursor: default !important;
}