body{
    font-family: proxima-nova,sans-serif;
    color:#55575b;
    line-height: 1.5em;
    font-size:1.1em;
}





h2{
    color:#5ab3e3;
    font-weight:700;
    text-transform:uppercase;
    font-size:1.8em;
}
h3{font-size:2.8em; font-weight:300;}
h4{color:#5ab3e3; font-weight:700;}
.region a{color:#5ab3e3; text-decoration:none;}
blockquote{font-size:1.8em; font-weight:700; line-height:1.2em;}

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#nav{width:100%; height:100%; position:fixed; background:#5ab3e3 url('../img/close-triangles.png') no-repeat; background-position:top right; background-size:450px auto; z-index:100; opacity:0; z-index:-100; transition:all 1s ease;     padding: 40px;
box-sizing: border-box;}
#nav.active{opacity:1; z-index:100;}
#menu-main-menu{list-style:none; padding:0; margin:75px 0px 0px;}
#menu-main-menu li{
    font-size: 2.5em;
    color: #FFF;
    list-style: none;
    margin:20px 0px 30px;
    padding:0px;
    line-height: 1em;
}
#menu-main-menu li a{color:#FFF; text-decoration:none; font-weight:300; text-transform:uppercase;}
#menu-main-menu li.current_page_item a{color:#7cd1e8; font-weight:700;}
#menu-main-menu li.current_page_item a::after{
    transition:all 0.5s ease;
    width: 0; 
    height: 0; 
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #7cd1e8;
    display:inline-block;
    content:'';
    margin-left:7px;
    opacity:0;
}
#menu-main-menu li.current_page_item a::after{opacity:1;}
#menu-main-menu li a:hover{color:#7cd1e8;}
#menu-main-menu li:hover a::after{opacity:1;}
@media(min-width:1200px){
   #menu-main-menu li{font-size:2.5em;}
}
#navbar {
    display: block;
    background-color: #3A3632;
    width: 100%;
    min-height: 100px;
    position: relative;
    top: 0px;
    left: 0px;
    padding-top: 5px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    z-index: 1;
    border-bottom: 2px solid orange;
}

#navbar .container, #nav .container{ position:relative;}
    #navbar .logo, #nav .logo{
        display:block;
        width:125px;
        height:35px;
        background-image:url('/assets/img/KM.webp');
        background-repeat:no-repeat;
        background-size:auto 100%;
        text-indent:-10000px;
    }

    #navigation, #close{
        position:absolute;
        right:0px;
        top:0px;
        color:#FFF;
        cursor:pointer;
    }

    #navigation span.line{border-bottom:4px solid #FFF; width:100%; display:block; margin-bottom:6px; transition:all 0.2s ease;}
    
    #navigation:hover span.line-1{margin-top:5px;}
    #navigation:hover span.line-2{margin-top:10px;}
    #navigation:hover{text-decoration:none;}
    @media(max-width:640px){
        #navigation, #close{ right: 10px; }
    }

    @media(min-width:1200px){
        #navbar .logo, #nav .logo{
            width:165px;
            height:45px;
        }
    }
header{
    width:100%;
    height:800px;
    margin:0;
    padding:0;
    z-index:0;
    
    position:relative;
}
header .header-background{
    background-color:#5ab3e3;
    width:100%;
    transform: skewY(-8deg);
    height:800px;
    top:-200px;
    position:relative;
}
header h1.home-head{font-family: proxima-nova,sans-serif; font-weight: 300; font-style: normal; color:#FFF; top:100px;}
header h1.home-head{font-size:3.5em; line-height:1em; text-transform:uppercase; z-index:1; position:relative; width:500px; left:50%; margin-left:-250px; top:25%; text-align:center;}
header h1.home-head span{display:block; position:relative;}
header h1.home-head span.line-1{left:-100px;}
header h1.home-head span.line-2{font-size:1.3em; left:-30px;}
header h1.home-head span.line-3{font-size:1.8em; font-weight:700; top:20px;} 
header .header-container .header-left{position: relative; top:0px; left: 50%; width: 675px; margin-left: -1150px;}
header .header-container .header-right{position: relative; left: 50%; width: 375px; margin-left: 375px; top: 175px;}
    header .header-container .header-top {
        position: relative;
        top: 0px;
        left: 50%;
        width: 500px;
        margin-left: -100px;
    }
header .header-container{width:100%; overflow:hidden; height:100%; position:absolute; top:0px; left:0px;}
    header #arrow {
        width: 30px;
        position: relative;
        left: 50%;
        margin-left: -15px;
        top: 577px;
    }
header #splash{ transform:rotate(5deg); vertical-align: middle;  border-style: none; position: absolute; top: 633px; left: 50%; width: 70px; margin-left: -35px;}


@media(max-width:640px){
    header h1.home-head{font-size:2em; top:10px; width:100%; margin-left:-50%;}
    header h1.home-head span.line-3{top:15px;} 
    header .header-right {top: 300px; left: 50%; width: 375px; margin-left: -250px;}
    header .header-top{ top: 0px; left: 50%; width: 500px; margin-left: -100px;}
    #nav .container{padding:0px;}
}
@media(min-width:1200px){
    header h1.home-head{top:10px;}
    header h1.home-head{font-size:4em;}
    header h1.home-head span.line-2{font-size:1.3em; left:-30px;}
    header h1.home-head span.line-3{font-size:1.8em; font-weight:700; top:20px;} 
     #nav .container{padding:0px;}
}



/* FOOTER */
footer{
  background:#53565b; 
  padding:40px 0px 20px 0px; 
}
footer .logo{
    display:block;
    width:125px;
    height:35px;
    background-image:url('../img/KM.webp');
    background-repeat:no-repeat;
    background-size:auto 100%;
    text-indent:-10000px;
}

footer .social-icons{text-align:right;}
footer .social-icons a{display:inline-block; text-indent:-9999px; width:30px; height:30px; background-repeat:no-repeat; background-size:100% auto; position:relative; text-align:left;}
footer .social-icons a.twitter{background-image:url('../img/twitter.png');}
footer .social-icons a.mail{background-image:url('../img/mail.png');}
footer .social-icons a.linkedin{background-image:url('../img/linkedin.png');}
footer .copyright{font-size:0.5em; color:#FFF; text-transform:uppercase; margin-top:5px;}

@media(max-width:640px){
    footer .logo{margin:0 auto;}
    footer{text-align:center;}
    footer .social-icons{text-align:center;}
}

/* CTA BAR */
#cta-bar{background:#5ab3e3; padding:40px 0px 20px 0px;}
#cta-bar.white{background:#FFF; padding:40px 0px 20px 0px;}

#cta-bar a.cta-link{color:#FFF; text-transform:uppercase; font-weight:700;display:block; width:300px; line-height:1.2em; padding-left:20px; position:relative; left:50%; margin-left:-175px;}
#cta-bar.white a.cta-link{color:#5ab3e3;}
#cta-bar a.cta-link:hover{text-decoration:none;}
#cta-bar a.cta-link::before{
        display:block;
        content: ' ';
        width: 50px;
        height: 50px;
        margin-bottom: 15px;
        background-image:url('../img/play-btn.svg');
        background-repeat:no-repeat;
        background-size:100% auto;
        float:left;
        position: relative;
        top: -5px;
        margin-right: 10px;
}

#cta-bar.white a.cta-link::before{background-image:url('../img/blue-play.svg');}


/* QUOTE BAR */
    #quote{height:600px; overflow:hidden; width:100%;  position:relative;}
    #quote .quote-bg{ width:100%; height:600px; background-color:#7cd1e8; position:relative; transform: skewY(-8deg); top:130px; z-index:0;}
    #quote .quote-text{z-index:2; position:absolute; width:500px; left:50%; margin-left:-200px; top:50%;}
    #quote .quote-text p{color:#FFF; font-size:2.2em; font-weight:100; line-height:1.1em;}
    #quote .quote-text p::before{content:'“'; display:inline-block; font-size:4em; color:#5ab3e3;line-height:0; line-height: 0; font-weight: 700; position: relative; top: 40px;}
    #quote .quote-text p::after{content:'”'; display:inline-block; font-size:4em; color:#5ab3e3;line-height:0; font-weight: 700; position: absolute; top: 100%;}
    #quote .quote-left{position: absolute; left: 50%; margin-left: -800px; z-index: 1; width: 530px; bottom: -2px;}
    #quote .quote-right{ position: absolute; z-index: 1; width: 380px; bottom: -2px; left: 50%; margin-left: 300px;}

    @media(max-width:640px){
        #quote .quote-left{ position: absolute; bottom: 0px; right: 80%; z-index: 1; width: 450px; bottom:-2px;}
        #quote .quote-right{  position: absolute; right: -40%; z-index: 1; width: 320px; bottom:-8px;}
        #quote .quote-text { z-index: 2; position: absolute; width: 320px; left: 50%;  margin-left: -160px; top: 50%; }
        #quote .quote-text p{font-size:1.5em;}
    }

    /*HOME PAGE */
#intro{padding:0px 0px 50px;}
#intro .home-icon{text-align:right;}
#intro .home-icon img{width:80%; max-width:200px; height:auto;}
#intro-paragraph p strong{font-weight:700; font-size:2em; text-transform:uppercase;}

#home-grid h2{padding: 20px 0px;}
.home-grid img{width:100%; height:auto;}
.home-grid .grid-text-container{padding:15px 0px;}
.home-grid .grid-text-container .grid-text{color:#55575b; font-weight:700; text-decoration:none; font-size:1.2em;}
.home-grid .grid-text-container .grid-text::before{
        display: block;
        content: '';
        width: 0;
        height: 0;
        margin-bottom: 15px;
        position: relative;
        top: 6px;
        float: left;
        margin-right: 8px;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent;
        border-left: 8px solid #55575b;
}

@media(max-width:640px){
    #intro .home-icon{text-align:center; margin-bottom:30px;}
}




/* INTERIOR PAGES */

header.int{
    width:100%;
    height:700px;
    margin:0;
    padding:0;
    z-index:0;
    position:relative;
}
header.int .header-background{
    background-color:#7dd1e9;
    width:100%;
    transform: skewY(-8deg);
    height:700px;
    top:-200px;
    position:relative;
}


header.int .header-intro{width:700px; position:absolute; z-index:1; text-align:center; left:50%; margin-left:-350px; top:150px;}
header.int .header-intro h1{font-family: proxima-nova,sans-serif; font-weight: 700; font-style: normal; color:#585e61; font-size:1em; top:inherit; text-transform:uppercase;}
header.int .header-intro h1::before, header.int h1::after{content:'–'; display:inline-block;}
header.int .header-intro p.int-title{font-size:3.5em; color:#FFF; font-weight:700; line-height:1.1em;}
header.int .header-intro p.header-intro-text{font-size:1em; color:#585e61; font-weight:500; line-height:1.2em; width: 550px; margin: 0 auto;}
header.int .int-header-left{ position: absolute; left: 50%; width: 450px; top: 80px; margin-left: -800px;}
header.int .int-header-right{position: absolute; left: 50%; width: 675px; margin-left: 354px; top: 75px;}

/* ARROW ANIMATION */
header.int #arrow{width:30px; position:absolute; left:50%; margin-left:-15px; top:472px; }
header.int #splash{ transform:rotate(5deg); vertical-align: middle;  border-style: none; position: absolute; top: 528px; left: 50%; width: 70px; margin-left: -35px;}



@media(max-width:640px){
    header.int{height:800px;}
    header.int .header-background{height:800px;}
    header.int .header-intro{width:340px; margin-left:-170px;}
    header.int .header-intro p.int-title{font-size:2.5em; }
    header.int .header-intro p.header-intro-text{width: 100%; margin: 0 auto;}
    header.int #arrow{ top:588px; }
    header.int #splash{ top: 644px;}
    
}

/* PRODUCTS */
#why-content{}
#why-content h2{font-size:1.5em; text-align:center;}
.product-info{ border-bottom:1px solid #53565b; position:relative; width:640px; margin:20px auto;}
.product-info:last-child{border-bottom:none;}
.product-icon{width:65px; height:auto; position:absolute; left:-80px;}
.product-info h3{font-size:2.8em; font-weight:300;}
.product-copy{padding:20px 0px 40px;}
.product-copy:after{clear:both; content:''; display:block; height:0px;}
.product-copy .feature-image{width:275px; height:auto; float:left; }
.product-copy .copy-float{padding-left:20px; float:left; width:350px;}
.product-copy a{color:#7cd1e7;; font-size:1.1em; text-decoration:none; text-transform:uppercase;}
.product-copy a::before{display:inline-block; float:left; margin-right:7px; width:25px; height:25px; content:''; background:url('../img/blue-play.svg') no-repeat; background-size:100% auto; margin-bottom:20px; }

@media (max-width:640px){
    .product-info{text-align:center;}
    .product-icon{display:inline-block; left:none;  position:static; text-align:center;}  
    .product-copy{width:100%;}
    .product-copy .feature-image { width: 95%; height: auto; float: none;}
    .product-copy .copy-float{padding:20px; box-sizing:border-box; width:100%;}
    .product-copy a::before { display: block; margin: 10px auto; width: 25px; height: 25px; content: ''; background: url(../img/blue-play.svg) no-repeat; background-size: 100% auto; float:none; }
    
    .product-info h3 {font-size:2.4em;}
}

/* PRODUCT PAGE */
.product{margin-top:150px;}

#product-1{margin-top:0px; z-index:2; position:relative;}
.product img{width:100%; height:auto; margin:20px 0px;}
.product .highlights{list-style:none; margin:0; padding:0;}
.product .highlights li{border-bottom:2px solid #7cd1e8; list-style:none; padding:20px 0px; margin:0px; text-transform:uppercase; box-sizing:border-box;}
.product blockquote{margin:50px 0px;}
#product-2{position:relative; z-index:1;}
.product-2-background{background-color:#9ed9e6; height:1050px; transform: skewY(-8deg); top:50%; position:absolute; z-index:0; top: -125px; width:100%;}
#product-2 h2{color:#FFF;}
#product-2 .highlights li{border-bottom:2px solid #FFF; }

#product-2 #triangles-left{position: absolute; left: 50%; top: 368px; width: 375px; margin-left: -800px;}
#product-2 .triangle-right-container{position: absolute; width: 100%; height: 500px; overflow: hidden; top: -429px;}
#product-2 #triangles-right{position: absolute; position: absolute; left: 50%; top: 0px; width: 500px; margin-left: 300px;}

.product-download{width:300px; color:#9ed9e6; display:block; line-height:1.1em; text-transform:uppercase; z-index:1; margin-top:20px;}
.product-download:after{display:block; content:''; clear:both;}
.product-download:before{ display: block; margin: 5px 10px 5px 0px; float: left; content: ''; width: 30px; height: 30px; background-image: url(../img/blue-play.svg); background-size: 100% auto; background-repeat: no-repeat;}
#product-2 .product-download{color:#FFF;}
#product-2 .product-download:before{ background-image: url(../img/play-btn.svg); }

#product-3{z-index:1; margin-top:100px;}

        
@media(max-width:1024px){
    #product-2 #triangles-left{ margin-left: -650px;}
    #product-2 #triangles-right{margin-left: 218px;}  
}

@media (max-width:640px){
    .product .sidebar{margin-top:20px;}
    .product-2-background{ height:1400px;}
    .product h3{font-size:2.5em;}
    .product h2{font-size:2.2em;}
    #product-3{margin-top:75px;}
}

/* CLIENTS */
#clients p{box-sizing:border-box; margin:20px 0px 40px 0px; text-transform:uppercase; color:#5ab3e3; font-weight:700; text-align:center;}
#clients img{width:100%; height:auto;}

/*DISCOVERY*/
.discovery{position:relative;}
.discovery img{width:100%; height:auto; margin:20px auto;}
.discovery ul{list-style:none; margin:0 auto; padding:0; width:400px;}
.discovery ul li{list-style:none; padding:15px 10px; border-bottom:2px solid #5ab3e3; text-align:center; color:#55575b;}
.discovery ul li:last-child{border-bottom:none !important;}

.discovery-bg{background-color:#5ab3e3; height:300px; top:0px; position:absolute; z-index:0; ; width:100%; z-index:-1;}
.discovery-bg:before{display:block; content:''; position:absolute; width:100%; height:300px; transform:skewY(-5deg); background:#5ab3e3; top:-100px;}
.discovery-bg:after{display:block; content:''; position:absolute; width:100%; height:300px; transform:skewY(5deg); background:#5ab3e3; top:120px;}
#discovery-1, #discovery-3{z-index:1;}
#discovery-2{z-index:0;}
#discovery-2 h2, #discovery-2 ul li{color:#FFF;}
#discovery-2 ul li{border-bottom:2px solid #FFF;}
#discovery-2 ul li:last-child{border-bottom:none !important;}

#discovery-2{height:500px;margin-top:20px;}

#discovery-bottom-left{position:absolute; left:50%; margin-left: -749px; top: 301px; width: 400px;}
#discovery-top-left{position:absolute; left:50%; margin-left: -902px; top: -284px; width: 600px;}

.discovery-top-right-container{position: absolute; width: 100%; height: 500px; overflow: hidden; top: -342px;}
.discovery-bottom-right-container{position: absolute; width: 100%;     position: absolute; width: 100%; height: 800px; overflow: hidden; top: 10px;}
#discovery-bottom-right{position:absolute; left:50%; margin-left: 338px; top: 292px; width: 550px;}
#discovery-top-right{position:absolute; left:50%; margin-left: 325px; top: 0px; width: 600px;}

#leadership{margin:50px 0px;}
#leadership img{width:100%; height:auto; margin:20px 0px;}
@media(max-width:640px){
    .discovery ul{width:340px;}
}

.contact-submit{width:300px; color:#9ed9e6; display:block; line-height:1.1em; text-transform:uppercase; z-index:1; margin-top:20px;    appearance: none;
    background: none;
    border: none;
    text-align: left;
    /* padding: 10px; */
    line-height: 2.5em;}
.contact-submit:after{display:block; content:''; clear:both;}
.contact-submit:before{ display: block; margin: 5px 10px 5px 0px; float: left; content: ''; width: 30px; height: 30px; background-image: url(../img/blue-play.svg); background-size: 100% auto; background-repeat: no-repeat;}

#contact-img{width:100%; height:auto; margin:20px 0px;}
.region{margin-bottom:20px;}


/*JOURNEY PAGE */
.page-id-14{background-color:#5ab3e3;}
.page-id-14 #arrow, .page-id-14 #splash{display:none;}
#journey{
    position: relative;
    top: -314px;
    width: 100%;
}
#journey-map{
    width: 800px;
    height: auto;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index:-1;
}
.step-type{position:absolute; padding:20px; color:#5ab3e3; background:#fff; border-radius:10px;}
.step-type span{position:relative; z-index:1;}
.step-type span:after{position:absolute; display:block; content:'';  width: 0; height: 0;  border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #FFF; z-index:-1;display:none; }


#step-1{width:200px; top:211px; left:50%; transform:translateX(100px);}
#step-2{width: 225px; top: 371px; left: 50%; transform: translateX(250px);}
#step-3{width: 210px; top: 527px; left: 50%; transform: translateX(-447px);}
#step-4{ width: 211px; top: 868px; left: 50%; transform: translateX(-266px);}
#step-5{width: 210px; top: 933px; left: 50%; transform: translateX(187px);}
#step-6{width: 250px; top: 1482px; left: 50%; transform: translateX(219px);}
#step-7{width: 200px; top: 1106px; left: 50%; transform: translateX(-515px);}
#step-8{width: 250px; top: 1720px; left: 50%; transform: translateX(-402px);}
#step-9{width: 210px; top: 1724px; left: 50%; transform: translateX(300px);}
#step-10{width: 210px; top: 2058px; left: 50%; transform: translateX(-288px);}

#step-1 span:after{bottom:-35px;}
#step-2 span:after{bottom:-35px;}
#step-3 span:after{bottom: 30px; left: 175px; transform: rotate(-90deg);}
#step-4 span:after{bottom:-35px;}
#step-5 span:after{ bottom: 10px; transform: rotate(90deg); left: -45px;}
#step-6 span:after{ transform: rotate(180deg); top: -40px;}
#step-7 span:after{bottom: 80px; transform: rotate(-90deg); left: 165px;}
#step-8 span:after{ transform: rotate(180deg); top: -38px; left: 158px;}
#step-9 span:after{bottom: 30px; transform: rotate(90deg); left: -45px;}
#step-10 span:after{ transform: rotate(180deg); top: -35px; left: 114px;}


.hide-start, .hide-start-journey {
    opacity: 0;
  }


@keyframes fadein {
    0% {
      opacity: 0;
      transform: translateY(50px);
    }
    100% {
      opacity: 1;
      transform: translateY(0px);
    }
  }
  @keyframes fadeinJourney {
    0% {
      opacity: 0;
      margin-top:50px;
    }
    100% {
      opacity: 1;
      margin-top:0px;
    }
  }
  
  .animate-fade {
    animation-name: fadein;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 0.125s;
    animation-timing-function: ease;
  }
  .animate-fade-journey {
    animation-name: fadeinJourney;
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-delay: 0.125s;
    animation-timing-function: ease;
  }
  
  #footer-menu{list-style:none; text-align:center; margin:0; padding: 0px;}
  #footer-menu li{display:inline-block; margin:0px; padding:5px; text-align:center;}
  #footer-menu li a{color:#FFF; text-decoration:none; font-size:0.8em;}
  
  @media(max-width:640px){
    #footer-menu li{display:block;}
    #footer-menu{padding:10px 0px;}
    #journey{margin-bottom:-314px;}
    #journey-map{width:350px;}
    
    #step-1{width:200px; top:119px; left:36%; transform:translateX(100px); transform:scale(0.6);}
    #step-2{width: 225px; top: 185px; left: 50%; transform: translateX(250px);transform:scale(0.6);}
    #step-3{width: 210px; top: 204px; left: 6%; transform: translateX(-447px);transform:scale(0.6);}
    #step-4{ width: 211px; top: 397px; left: -10%; transform: translateX(-266px);transform:scale(0.6);}
    #step-5{width: 210px; top: 398px; left: 41%; transform: translateX(187px);transform:scale(0.6);}
    #step-6{width: 250px; top: 495px; left: 45%; transform: translateX(219px);transform:scale(0.6);}
    #step-7{width: 300px; top: 494px; left: -15%; transform: translateX(-515px);transform:scale(0.6);}
    #step-8{width: 250px; top: 645px; left: 2%; transform: translateX(-402px);transform:scale(0.6);}
    #step-9{width: 210px; top: 711px ; left: 50%; transform: translateX(300px);transform:scale(0.6);}
    #step-10{width: 210px; top: 781px; left: 13%; transform: translateX(-288px);transform:scale(0.6);}
    .step-type span:after{display:none;}
   #nav {background-image:none;}
  }
  