*{
    box-sizing: border-box;
    margin:0;
    padding:0;
}


body{
    background-color: #e6e6e6;
    font-family: ProximaNovaRegular, sans-serif;
    background: #dedede; /* Old browsers */
    background: linear-gradient(to right, #dedede 0%,#e6e6e6 100%);
    color: #292929;
}

div.full-width-wrapper{
    position: relative;
    width:100%;
    padding: 0 20px;
    min-width: 320px;
}


div.container{
    max-width:1140px;
    margin: auto;
}

div.content-pad{
    padding: 0 3em;
}

div.strip-header{
    padding:2.75em 0;
}



nav{
    position: relative;
    height: 86px;
    z-index: 10000;
}



nav ul {
    margin:0;
    position: relative;
    list-style: none;
    text-align: center;
    padding-top:20px;
}

nav ul li{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 43px;
    text-align: center;
}

nav ul li a, nav div.logo a{
    font-family: ProximaNovaSemibold;
    font-size: 1em;
    text-transform: uppercase;
    color: white ;
    display: block;
    text-decoration: none;
    margin:0 20px;
}

nav ul li a{
    margin:0 26px;
}

nav ul li:hover  ul.dropdown{
    display: block;
}

nav ul li.portal a{
    color: orangered;
    margin-right:0;
}

nav ul li.nav-right{
    position: absolute;
    right:0;
    margin: 0;
}



nav ul.dropdown{
    display: none;
    text-align: left;
    position: absolute;
    width: auto;
    background-color: white;
    width:auto;
    left:50%;
    transform: translateX(-50%);
    padding:0;
    margin-top:23px;
}

nav ul.dropdown:hover{
    display: block;
}


nav ul.dropdown:first-of-type::before{
    width:100%;
    height:40px;
    content: "";
    position: absolute;
    top: -40px;
    background-image: url("/img/menu-white-arrow.svg");
    background-position: center bottom  ;
    background-repeat: no-repeat;
}

nav ul.dropdown li{
    display: block;
    line-height: 1;
}

nav ul.dropdown li a{
    color: #292929;
    text-transform: none;
    white-space: nowrap;
    margin:16px 10px; /* adjust drop down margin */
    padding:4px 10px; /* adjust drop down padding */
    text-align: left;
    font-size:16px;
}

nav ul.dropdown li:hover ul.sub-nav{
    display: block;
}

nav ul.dropdown li a:hover{
    color: orangered;
}

nav ul.sub-nav{
    position: absolute;
    top:-16px;
    left:100%;
    width:auto;
    display: none;
    background-color: orangered;
    margin: 0;
    padding:0 0;
    height: auto;
    text-align: left;
}


nav ul.sub-nav:first-of-type::before{
    width:20px;
    height:35px;
    content: "";
    position: absolute;
    left: -19px;
    background-image: url("/img/menu-orange-arrow-left.svg");
    background-position: right bottom ;
    background-repeat: no-repeat;
}

nav ul.sub-nav li a {
    color:#fff;
}

nav ul.sub-nav li a:hover{
    color:#292929;
}


nav div.logo {
    position: absolute;
    left: 0;
    margin: 0;
    z-index: 10000;

}

nav div.logo span{
    vertical-align: middle;
}

nav div.logo img{
    vertical-align: middle;
    display: inline-block;
    margin-right:10px;
    margin-top:-2px;
}

nav div.logo a{
    color: orangered;
    font-family: ProximaNovabold;
    font-size:23px;
    line-height: 85px;
    letter-spacing: -0.02em;
    margin:0;
}





.ico-services{
    background: url("/img/ico-services.svg");
    background-repeat: no-repeat;
    background-position: left 15px;
}

.ico-solutions{
    background: url("/img/ico-solutions.svg");
    background-repeat: no-repeat;
    background-position: left 14px;
}

.ico-industry{
    background: url("/img/ico-industry.svg");
    background-repeat: no-repeat;
    background-position: 5px 13px;
}

.ico-about{
    background: url("/img/ico-about.svg");
    background-repeat: no-repeat;
    background-position: 9px 16px;
}

div.menu-button{
    display: none;
    background-image: url("/img/menu.svg");
    background-repeat: no-repeat;
    background-position: right top ;
    width: 34px;
    height:34px;
    position: absolute;
    top:32px;
    right: 0;
}

div.main-content img.diagram{
    display: block;
    text-align: center;
    width:100%;
    margin:2em 0;
    float: none;
    opacity: 0.95;
    --background-color: rgba(255,255,255,0.25);
    --padding:2em;
}


div.main-content img.diagram-small{
    width:65%;
    margin: 2em auto;
}

div.right-panel{
    padding: 1em 2em 2em 3em;
    text-align: center;
}

div.right-panel img, div.left-panel img{
    width:100%;
    margin-bottom: 2em;
}


div.left-panel{
    padding: 0 2em  2em 0;
    text-align: center;
}

div.left-panel img{
    width:100%;
    margin-bottom: 1em;
}

.caption{
    font-family: ProximaNovaRegular;
    font-size: 0.6em;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 3.5em;
    border: 1px solid #aaa;
    padding: 3px 16px;
    letter-spacing: 0.2em;
    width:100%;
    padding-top:4px;
}

div.side-panel{
    background-color: rgba(255,255,255,0.25);
 }

div.main-content{
    --border-right: 1px solid #292929;
    padding-right:2em;

}

.contact-form{
    background-color: #d5d1d3;
    padding:1.5em;
    padding-bottom:2em;
    margin-top:1.5em;
}

.contact-form h3{
    font-family: ProximaNovaBold, sans-serif;
    font-size: 1.85em;
    font-weight: 800;
}

.contact-form p{
    font-size:22px;
    line-height: 1.2;
    margin-top: 0.5em;

}

.contact-form .free-call{
    display: block;
    text-transform: uppercase;
    font-family: ProximaNovaBold, sans-serif;
    line-height: 1.5;
    margin-bottom:0.5em;
    text-align: center;
    margin-top: 0.75em;

}

.field-row{
    position: relative;
}
.contact-form form{
    width:50%;
    margin:auto;
}

.contact-form label{
    display: inline-block;
    position: absolute;
    left:15px;
    top:22px;
    font-size:1.1em;
    font-family: ProximaNovaBold;
    font-weight: normal;
    color: #8e8e8e;
}

.contact-form input, .contact-form textarea{
    border: 0;
    background-color: #fff;
    margin: 0.5em 0;
    width:100%;
    font-size:1.1em;
    padding:0.75em;
    padding-left:80px;
    font-family: sans-serif;
}

.contact-form textarea{
    height:180px;
    padding: 0.9em;
    padding-top:40px;
}

.contact-form button{
    margin: .5em 0 0.5em 0;
    background-color: orangered;
    color:#fff;
}

.read-more{
    display: block;
    font-weight: 800;
    color: orangered;
    line-height: 2;
}

.more-panel {
    text-align: left;
    font-weight: 800;
    --text-transform: uppercase;
    margin: 1.5em 0 3em 0;
    line-height: 1.75;
}

.more-panel h3{
    line-height: 1.1;
    margin-bottom:1em;
}

.more-panel.with-bg h3{
    font-size: 1.1em;}


.more-panel.with-bg {
    --background-color: rgba(255,255,255,0.25);
    --border: 1px solid #a2a2a2;
    padding:1.5em 0;
    margin-top:0;
    display: inline-block;

}

.more-panel.with-bg li {
    font-size: 1.1em;
    line-height: normal;
   }

.more-panel a{
    --text-decoration: none;
}

.content .more-panel.with-bg ul li{
    margin-bottom: 0.75em;
}

.content .more-panel ul li{
    margin:0;

}

.content .more-panel ul{
    list-style: none;
    margin:0;
    padding:0;
}

.service-panel h2{
    font-size: 3em;
}
.service-panel h3{
    font-size: 1.45em;
    line-height: 1.1;
    margin-top: 0;
    margin-bottom: 0.5em;
}
.service-panel{
    padding-top: 0em;
    padding-bottom: 1em;
}

.service-panel ~ .service-panel{
    padding:1em 0;
}

.service-panel-inner{
    padding-right:1em;
}


.service-panel-row{
    border-bottom: 1px solid #292929;
    margin: 0em 0;
    padding: 1em 0;
}

.service-panel-row ~ .service-panel-row{
    margin: 1em 0;
    padding: 1em 0;
}

.service-panel-image{
    padding:0.5em 0;
}
.service-panel-image .image-crop{
    width:100%;
    height:130px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.service-panel-image img{

    width:100%;
}

.footer-box{
    text-align: center;
    position: relative;
    margin:0 0 3em 0;
    border:1px solid #292929;
    height:50px;
    width:100%;
    opacity: 0.8;
    border-radius: 2px;

}

.footer-box div{
    text-transform: uppercase;
    font-family: ProximaNovabold;
    position: relative;
    display: block;
    vertical-align: middle;
    overflow: hidden;
}

.footer-box .h-left{
    float: left;
    width:25%;
    height:100%;
    border-right: 1px solid #292929;
    font-size:10px;
    line-height: 25px;
}

.footer-box .h-left .v-top{
    height:50%;
    width:100%;
    border-bottom: 1px solid #292929;
}

.footer-box .h-middle{
    float: left;
    line-height: 50px;
    height:100%;
    width:50%;
    font-size:15px;
    letter-spacing: 0.2em;
}

.footer-box .h-right{
    float: right;
    width:25%;
    height:100%;
    border-left: 1px solid #292929;
    font-size:10px;
    line-height: 25px;
}

.footer-box .h-right .v-top{
    height:50%;
    width:100%;
    border-bottom: 1px solid #292929;
}

.footer-box .h-right .v-middle{
    height:33.3%;
    width:100%;
    border-bottom: 1px solid #292929;
}

.footer-box .h-right .v-bottom{
    height:50%;
    width:100%;
    font-size:10px;
}


.footer-strip{
    display: none;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.5;
    margin-bottom: 1em;
    letter-spacing: 0.05em;
    font-size:12px;
}




.content ul, .content ol{
     margin:1.5em 0 1.5em 3.5em;
}

.content li{
    margin: 0.5em;
    font-size: 1.1em;
}


div.overlay{
    transition: all ease-in-out 0.5s;
    background-color: rgba(0,0,0,0.0);
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
}


div.clients h3{
    margin:1em 0;
}

/*  Responsive NAV  */
@media only screen and (max-width: 768px) {

    nav ul{
        text-align: right;
    }

    nav ul li {

    }

    nav ul li.nav-right {
        position: relative;
        margin:0 20px;
    }
}


@media only screen and (max-width: 768px) {


    div.menu-button{
        transition: all 0.5s ease;
        display: block;
    }

    nav ul{
        text-align: left;
        display: none;
        position: absolute;
        background-color: white;
        right:0;
        z-index: 1000;
        height: auto;
        margin-top: 86px;
        padding:10px 0;
    }

    nav ul li {
        display: block;
        line-height: 35px;
    }

    nav ul li a{
        color: #292929;
        color: orangered;
    }

    nav ul.dropdown{
        position: relative;
        left:inherit;
        right:0;
        margin-top:0;
    }

    nav ul.dropdown li{
        margin: 20px 0;
        margin-top: 10px;
    }


}




/* HELPERS */

.no-margin{
    margin:0 !important;
}

h1, h2{
    font-family: ProximaNovabold;
    line-height: 1;
    font-size:3em;
    color: #292929;

}

h1.hero{
    padding-top:0.26em;
    line-height: 1;
}

h2{
    font-size:1.8em;
    line-height: 1.2;
}

p.hero{
    font-size:1.45em;
    font-family: ProximaNovaRegular;
    line-height: 1.2
}

p{
    font-size: 1.1em;
    margin: 1em 0;
    line-height: 1.45;
}


p.lead-test, p.lead, div.main-content p:first-child{
    font-size: 1.65em;
    line-height: 1.2;
    margin-bottom: 1.2em;
    margin-top: 0;

}

div.main-content img{
    display: inline-block;
    margin: 0.25em 0 2em 2em;
    float: right;
    width:150px;
}

table.wvd img{
    display: block;
    width:50%;
    float: none;
    margin: 20px;;
}

table.wvd td{
    vertical-align: top;
    padding:5px;
}

table.wvd td strong{
    --color:orangered;
}

div#blog.main-content{
    --white-space: pre-wrap;
}

div#blog.main-content p{
    margin-bottom: 1em;
}

#blog > h2 > a {
    font-size: 0.9em;
    font-family: ProximaNovaRegular;
}

#blog > h2 > small{
    display: inline-block;
    font-size: 0.5em;
    background-color: #666;
    color:#eee;
    padding:1px 4px;
}


div#blog.main-content img{
    float: none;
    display: block;
    width:auto;
    margin:1em 0 !important;
}

blockquote{
    float: right;
    font-weight: 800;
    font-size: 1.5em;
    display: inline-block;
    position: relative;
    padding:  1em;
    border: 1px solid;
    width:250px;
    z-index: 10000;
    --background-color: rgba(255,255,255,0.25);
    margin-left: 1em;
    --margin-top: 1em;
    margin-bottom: 1em;
    letter-spacing: 0.02em;
}

code{
    display: block;
    margin: 1em 0;
    background-color: #666;
    color:#eee;
    padding:1em;
    border-radius: 2px;
    line-height: 1.2;
    white-space: pre-wrap
}

#blog blockquote{
    float: none;
    width:100%;
    margin: 1em 0;
    font-size: 1.2em;
}



h1.h1-test{
    --text-transform: uppercase;
    -letter-spacing: 0.1em;
    --font-family: ProximaNovaRegular;
    --font-size: 38px;
    margin:0 0 1em 0;
    border-bottom: 3px solid #292929;
}


h2 ~ h3{
    margin-top: 0.75em;
}

h3{
    font-family: ProximaNovaSemibold;
    font-weight: normal;
    font-size: 1.55em;
    margin-bottom: 0;
    margin-top: 0.5em;
}

h3 + p{
    margin-top: 0;
    margin-bottom: 0;
}

h3 + p + h2{
  margin-top:0.75em;
}

a{
    color: orangered;
}

h3 > a{
    color:#292929;
}

ul, ol{
    margin: 1em 3em;
}


.right{
    float: right;
}

.v-align{
    display:inline-block;
    vertical-align:middle;
    line-height: normal;
}

.underline{
    border-bottom: 1px solid #e5e5e5;
}

.text-center{
    text-align: center;
}

.text-right{
    text-align: right;
}

.text-left{
    text-align: left;
}

.no-pad{
    padding:0;
}

.no-margin{
    margin:0;
}

.text-nowrap{
    white-space: nowrap;
}


.bg-nav {
    background-color: #292929;
}

.bg-light{
    background-color: #f2f2f2;
}

.bg-normal{
    background-color: #e6e6e6;
}

/* hack in content cta buttons*/

h2.orange{
    color: orangered;
}

.col3 > ul{
    margin-top: 0;
    margin-left: 1.5em;
    margin-bottom: 2em;
    font-weight: bold;
    font-size: 1.1em;
}

.btn-cta-in-page{
    margin-top:0 !important;
    margin-bottom: 2em !important;
}

p > a.btn{
    font-size:24px;
}

.four-steps{
    font-size:18px;
    font-weight: bold;
}

div.four-steps{
    margin-bottom: 2em;
}

.four-steps p{
    font-size: 18px;
    margin-left: 100px;
    margin-top: -10px;
}

.step-bg {
    background-size: 140px;
    background-repeat: no-repeat;
    background-position: -5px 34px;
    min-height: 140px;
}

.step-bg-1{
    background-image: url("/img/computer.png");
}

.step-bg-2{
    background-size: 70px;
    background-position: 25px 0px;
    background-image: url("/img/mobile-phone.png");
}

.step-bg-3{
    background-size: 120px;
    background-position: -10px 15px;
    background-image: url("/img/happy.png");
}

.circle-digit{
color:orangered;
    font-size:26px;
    font-family: ProximaNovabold;
    display: inline-block;
    border: 3px solid orangered;
    border-radius: 50%;
    width:34px;
    height:34px;
    text-align: center;
    background-color: #e3e3e3;

}

.btn{
    display: inline-block;
    border:0;
    background-color: #292929;
    font-family: ProximaNovabold;
    font-size:1.65em;
    text-decoration: none;
    padding: 0.5em 2em;
    color:#DEDEDE;
    border-radius: 2em;
    margin: 1em 0;
    cursor: pointer;
}

.btn-orange{
    background-color: orangered;
    color: #fff;
}




/* 6 Column grid */

.col1, .col2, .col3, .col4, .col5, .col6 {
    --background: rgba(128, 128, 128, 0.2);
    margin-right: 2%;
    float: left;
    box-sizing: border-box;
    --margin-bottom: 2.5em;
}

.col1{
    width:15%;
}

.col2{
    width:32%;
}

.col3{
    width:49%;
}

.col4{
    width:66%;
}

.col5{
    width:82%;
}

.col6{
    width:100%;
    margin-right:0;
}

.col1:last-of-type, .col2:last-of-type, .col3:last-of-type, .col4:last-of-type{
    margin-right:0;
}

.col-no-margin{
    margin-bottom:0;
}

.row{
    overflow:hidden;
    height:auto;
    display: flex;
}

.row-pad{
    padding:2em 0;
}

.row-pad-bottom{
    padding-bottom:0.5em;
}

.col1 > img, .col2 > img{
    width:100%;
    display: block;
}

.col-panel-inner{
    --border:1px solid #292929;
    border-radius: 2px;
    padding:1em;
    padding-top: 1.25em;
    padding-bottom: 0.5em;
}

.col-panel{
    width:100%;
    padding:1em;
    background-color: rgba(255,255,255,0.25);
}

.col-panel h2{
    line-height: 1;
}

.col-panel h2 > small{
    display: block;
    --text-align: right;
    font-size: 0.65em;
}

.col-panel .score{
    font-size: 6.5em;
    font-weight: 900;
    display: inline-block;
    padding-top: 0.1em;
}
.col-panel .score sup {
    font-size: 0.5em;
}




@media only screen and (min-width : 320px) and (max-width : 768px) {

    h1{
        font-size: 2.2em;
    }

    div.left-panel{
        display: none;
    }

    .content ul, .content ol {
        margin: 1em ;
    }

    .content li {
        margin: 0.5em;
        font-size: 1.1em;
    }

    .contact-form h3{
        margin-top: 0;
    }


    .footer-box{
        display: none;
    }

    .footer-strip{
        display: block;
    }

    p.lead-test, p.lead, div.main-content p:first-child{
      margin-top: 0;
        font-size: 1.35em ;
    }

    .ico, .ico a{
        background-image: none;
        text-align: left;
        font-size: 16px;
        margin: 0 ;
        padding: 0;
    }

    .ico a {
        margin: 0 10px;
        padding: 0 10px;
    }

    .menu-button ~ ul{
        display: none;
        z-index: 1000000;
    }

    .menu-button ~ ul.menu-show{
        display: block;
    }

    nav ul li:hover ul.dropdown{
        display: block;
    }

    nav ul.dropdown li a.title{
        text-transform: uppercase;
        margin-bottom: 0.75em;
    }

    nav ul{
        width:100%;
        overflow: auto;
    }

    nav ul.dropdown{
        overflow: auto;
        position: relative;
        left:50%;
        display: none;
        width:100%;
    }

    nav ul.dropdown li{
        margin: 0;
        overflow: auto;
    }

    nav ul.dropdown li a{
        margin: 0;
        display: block;
        padding:0.75em 20px;
        padding-bottom:1em;
        padding-top:0;
    }

    nav ul.sub-nav{
        overflow: auto;
        position: relative;
        left:0;
        display: block;
        padding:0;
        background-color: #fff;
    }

    nav ul.sub-nav:first-of-type::before{
        background:none;
    }

    nav ul.sub-nav li:first-child{
        border-top: 1px solid orangered;
    }

    nav ul.sub-nav li{
        border-bottom: 1px solid orangered;
        padding:0.5em 0 0.4em 0;
    }

    nav ul.sub-nav li a{
        padding:0.5em 20px;
        color: orangered;
    }

    nav ul li.nav-right{
        text-align: left;
    }

    nav ul li a{
        margin: 0;
    }




    div.left-panel img{
        width:50%;
    }

    h2 ~ blockquote{
        margin-top: 0.75em;
    }
    .mobile-show{
        display:none;
    }

    .mobile-menu-button{
        position:absolute;
        right:20px;
        top:42px;
        display:inline-block;
        vertical-align:middle;
        cursor:pointer;
        opacity: 0.5;
        line-height: normal;
    }

    .col, .col1, .col2, .col3, .col4, .col5, .col6{
        margin-right:2%;
    }

    .col1{
        width:49%;
        text-align: center;
    }

    .col1:nth-child(2n){
        margin-right:0;
    }

    .col2, .col3, .col4, .col5, .col6{
        width:100%;
        margin-right:0;
        display: block;
    }

    .row{
        height:auto;
        display: block;
    }

    .col1 > img, .col2 > img {
        width: 100%;
        display: none;
    }

    div.clients > .col1 > img {
        display: inline-block;
    }

  .service-panel{
      padding:2em 0;
  }



  div.content-pad{
      padding: 0 ;
  }

  .more-panel.with-bg{
      display: none;
  }

  div.left-panel{
      padding:0;
  }
    div.strip-header{
        padding:1.25em 0;
    }

    .btn{
        margin:0;
        margin-bottom:1em;
    }

    .contact-form{
        padding-top: 1.5em;
    }
    .contact-form form{
        width:100%;
    }


    div.main-content img{
        display: block;
    }

    blockquote{
        display: block;
        width:100%;
        margin-top: 0;
        margin-left: 0;
        float: none;
        z-index: 0;
    }

    .col-panel{
        margin-bottom: 1em;
    }

    .caption{
        margin-bottom: 1em;
    }


    div.main-content img.diagram{
        width:100%;
    }

}







.flex-cubes{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top:2em;
    background-color: #dedede;
}





.scene {
    width: 33%;
    height: 210px;
    perspective: 800px;
    display: block;


}

@media only screen and (min-width : 320px) and (max-width : 768px) {
    .scene {
        width: 50%;
    }
}

.cube {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transform: translateZ(-100px);
    transition: transform 0.33s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cube-face {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    --border: 1px solid #666;
    text-align: center;
    background: #f2f2f2;
}

.cube-face span{
    font-family: 'Proxima Nova', sans-serif;
    font-size: 18px;
    padding: 0.5em;
}

.cube-face-front span{
    font-weight: bold;
    font-size: 22px;
    color: orangered;

}



.cube-face-front  {
    color: orangered;
    transform: rotateY(0deg);
    backface-visibility: hidden;
}

.cube-face-back   {
    background: #eee;
    transform: rotateY(180deg);
    backface-visibility: hidden;
}



@media (hover: hover) and (pointer: fine) {
    .scene:hover .cube{
        transform: translateZ(-100px) rotateY(-180deg);
        cursor: pointer;
    }
}

.active{
    transform: translateZ(-100px) rotateY(-180deg);
    cursor: pointer;
}

.show-front {
    transform: rotateY(0deg);
}
.show-back   {
    transform: rotateY(-180deg);
}


