@font-face {
    font-family: AppFont;
    src: url('../core/fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
}

@font-face {
    font-family: AppFontB;
    font-weight: bold;
    src: url('../core/fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
}

@font-face {
    font-family: AppFontSB;
    font-weight: bold;
    src: url('../core/fonts/montserrat/Montserrat-SemiBold.ttf') format('truetype');
}
@font-face {
    font-family: AppFontEB;
    font-weight: bold;
    src: url('../core/fonts/montserrat/Montserrat-ExtraBold.ttf') format('truetype');
}
@font-face {
    font-family: AppFontI;
    font-style: italic;
    src: url('../core/fonts/montserrat/Montserrat-Italic.ttf') format('truetype');
}
@font-face {
    font-family: AppFontL;
    src: url('../core/fonts/montserrat/Montserrat-Light.ttf') format('truetype');
}
@font-face {
    font-family: AppFontLI;
    font-style: italic;
    src: url('../core/fonts/montserrat/Montserrat-LightItalic.ttf') format('truetype');
}
@font-face {
    font-family: AppFontM;
    src: url('../core/fonts/montserrat/Montserrat-Medium.ttf') format('truetype');
}
@font-face {
    font-family: AppFontMI;
    font-style: italic;
    src: url('../core/fonts/montserrat/Montserrat-MediumItalic.ttf') format('truetype');
}

body {
    font-family: AppFont;
    background: black;
    margin:0px;
    margin:0;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    user-select:none;
    -webkit-text-size-adjust:none;
    -moz-text-size-adjust:none;
    text-size-adjust:none;
    -ms-touch-action: none
}
#body {
    -moz-user-select:none;
    -ms-user-select:none;
}
.bodyFlex {
    background: #404040;
}
#lepton-canvas {
    display: none;
}
body.bodyInit #body {
    display: none;
}
html, body {
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    font-size: 10px;
}
#body {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}


body.bodyVOSK, body.bodyApp { overflow:hidden; }

body.bodyVOSK ::-webkit-scrollbar {
    display: none;
}

@-webkit-keyframes androidBugfix {from { padding: 0; } to { padding: 0; }}
body.bodyAndroid { -webkit-animation: androidBugfix infinite 1s; }

@-webkit-keyframes flyInRight {
    from { right: -10%; }
    to   { right: 0; }
}
a.refresh {
    display: none;
    position: absolute;
    font-family: Helvetica;
    top: 6%;
    right: 0;
    -webkit-animation: flyInRight 1s ease-in-out;
    padding: 0.5em 1em;
    z-index: 99;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: 100% 100%;
    text-align: center;
    background: rgba(128,128,128,0.8);
    -webkit-border-radius: 5px 5px 0 0;
    text-decoration: none;
    color: white;
    font-size: 15px;
    white-space: nowrap;
}
.update {
    background-color: red;
    color: white;
    font-weight: bold;
    font-size: 1.2em;
    width: 1em;
    height: 1em;
    -webkit-border-radius: 1em;
    float: right;
    display: block;
    vertical-align: super;
    margin: -1em;
    border: 0.15em solid white;
}
.languageSelector {
    position: absolute;
    z-index: 99;
    bottom: 0;
    right: 0;
}
body.bodyVOSK.bodyTabletL .languageSelector {
    right: auto;
    left: 0;
}
body.bodyVOSK.bodyTabletP .languageSelector {
    bottom: auto;
    right: auto;
    left: 0;
    top: 0;
}

#_ffpdfplayer_{
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    bottom: 0;
    width: inherit;
    height: inherit;
    z-index: 9999;
    border: none;
}
#_ffpdfplayer_close_ {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    height: 20px;
    font-size: 14px;
    font-weight: bold;
    padding-right: 14px;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.5);
    color: white;
    text-align: right;
    font-family: Helvetica, Arial, Sans-serif;
    line-height: 20px;
    z-index: 9999;
}


.bodyVOSK #_ffpdfplayer_ {
    top:0;
}

.bodyVOSK #_ffpdfplayer_close_ {
    height: 40px;
    font-size: 25px;
    line-height: 40px;
    top:auto;
    bottom:0;
}

.main-container {
  position: relative;
  max-width: 116rem;
  margin: 0 auto;
}

.header {
  align-items:center;
  width: 100%;
  height: 100%;
  /* background-image: url(../img/intro_panel_bg.jpg); */
  /* background-position: center; */
  /* background-size: cover; */
  position: relative;
  flex-direction: row-reverse;
  display: flex;
  justify-content: space-between;
  /* padding: 3% 6% 3% 6%; */
  box-sizing: border-box;
}

.header .play-button:hover {
  opacity: 1;
}

@media (max-width: 720px) {
  .header .play-button {
    display: block;
    width: 100%;
    height: 30rem;
  }
}

@media (max-width: 720px) {
  .header .content-left {

  }

  .dell-text {
    line-height: 0.8em !important;
    font-size: 5.25rem !important;
  }

}

.header .content-left{
  color: white;
  font-weight: normal;
  position: relative;
  width: 55%;
  display: block;
}

.content-left .title {
  font-size: 2.5rem;
  line-height: 4rem;
  color:#4589ff;
  font-family: AppFont;
  font-weight: bold;
  margin-top: 1em; 
}

.future_title{
  font-size: 3.75em;
  line-height: 6rem;
  color: #4589ff;
  font-family: AppFont;
  font-weight: bold;
}
.future{
  color:white;
  font-family: AppFontL;
}

.header .content-right {
  color: white;
  font-weight: normal;
  width: 48%;
  display: block;
  margin: 0 auto;
  min-width: 32em;
}

.content-right .title {
  font-size: 2.5rem;
  line-height: 4rem;
  color: #4589ff;
  font-family: AppFont;
  font-weight: bold;
  margin-top: 0.86em;
}

.content-left .text{
   font-size: 1.5rem;
  line-height: 2.5rem;

}

@media (max-width: 520px) {
  .content-right .title {
    font-size: 3rem;
    line-height: 3rem;
    margin-bottom: 0.3em;
  }
}

ul{
  font-size: 1.4em;
  list-style: none;
  padding-left: 0;
  width: 50%;
  /* margin: auto; */
}


li {
  padding-left: 1.25em;
  margin-bottom: 0.5em;
}


li::before{
  content: "•";
  color: #eea622;
  font-size: 3em;
  line-height: 0;
  top: 0.25em;
  left: -0.5em;
  display: block;
  position: relative;
}

.dell-text {
  font-size: 7rem;
  line-height: 4rem;
  color: #eea622;
  font-family: AppFontEB;
  font-weight: bold;
}
.dell-text.larger {
  font-size: 8rem;
}
.content-right .text {
  font-size: 1.5rem;
  line-height: 2.5rem;
}

@media (max-width: 520px) {
  .content-right .text {
    font-size: 1.5rem;
  }
}

.logos-container {
  width: 67%;
   display: block;
   position: relative;
   margin-bottom: 3rem;
}

.legal-container{
  background-color: #f1f1f1;
    height: 3em;
}

.legal-text{
  text-align: center;
}

.ibm-logo {
  display: inline-block;
  height: 6.5rem;
  width: 33%;
  background-image: url("../img/ibm_reversed_logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  border-right: 1px solid white;
}
.kaon-logo {
  display: inline-block;
  height: 6.5rem;
  width: 49%;
  background-image: url("../img/kaon-header-logo.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}

.header video {
  position:relative;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:1;
  display:block;
  -webkit-transition:0.5s opacity ease;
  -moz-transition:0.5s opacity ease;
  -ms-transition:0.5s opacity ease;
  transition:0.5s opacity ease;
  background-color:black;
}

.header video.active {
  opacity:1;
}

.buttons-container {
  width: 100%;
}
.button {
  float: left;
  width: 25%;
  background-color: black;
}

@media (max-width: 720px) {
  .button {
    width: 50%;
  }
}

@media (max-width: 500px) {
  .button {
    width: 100%;
  }

  .button .image {
      height: 32rem;
  }

}

.button .image {
  height: 25rem;
  opacity: 0.75;
  background-size: cover;
  background-position: 50% 70%;
  transition: 0.5s opacity ease;
}

.button:hover .image {
  opacity: 1;
}

.button.marketing .image { background-image: url("../img/use_case_image_1.jpg"); }
.button.customer .image {background-image: url("../img/use_case_image_2.jpg");}
.button.sales .image { background-image: url("../img/use_case_image_3.jpg"); }
.button.events .image { background-image: url("../img/use_case_image_4.jpg"); }

.button .caption {
  font-family: AppFontM;
  text-align: center;
  font-size: 1.6rem;
  line-height: 4.5rem;
  color: white;
  font-weight: bold;
  white-space: nowrap;
  background-color: #444444;
  text-transform: uppercase;
}

@media (max-width: 1000px) {
  .button .caption {
    font-size: 1.2rem;
  }
}

@media (max-width: 500px) {
  .button .caption {
    font-size: 1.6rem;
  }
}

.thin{
    font-family: AppFontL;
}

.engagement{
  padding: 1.5em 15% !important;
}

.cards-title {
  background-color: #ebebeb;
  color: #000000;
  font-size: 1.15em;
  font-weight: lighter;
  padding: 1.25em 0em;
  text-align: center;
}

.cards-title span {
  color: #000000;
  font-size: 2em;
  font-family: AppFont;
  display: block;
  width: auto;
}

.cards-title span.thin span {
  display: inline-block;
  font-size: 1em;
}

.cards-title.engagement span {
  color: #eea622;
  padding: 0.2em;
  font-family: AppFontEB;
  font-size: 2.4em;
  text-align: center;
}

.cards-title b {
  color: #eea622;
  display: inline-block;
  font-family: AppFontEB;
  font-size: 2.25em;
  padding: 0.1em 0em;
}

.cards-title span.immediate-desc {
  color: black;
  font-size: 1.25em;
  font-family: AppFont;
  line-height: 1.5;
}

@media (max-width: 500px) {
  .cards-title {
    font-size: 1em;
  }
}

.experience-title{
  color: black;
  font-size: 1.5rem;
  font-family: AppFont;
  margin: 0.5em;
}

hr{
  width: 65%;
}

.immediate-text{
    font-size: 2rem;
    color: black;
    font-family: AppFontL;
    text-transform: none;
}

button {
   /* position: absolute; */
   /* border:none; */
   /* background-color:transparent; */
   /* outline:none; */
   /* top:44%;
   left:25%; */
   /* top: calc(50% - 1em); */
   /* left: calc(47% - 4.5em); */
   /* cursor: pointer; */
   /* width: 45%; */
}
.card-logo{
  background-size: 60%;
  background-position-y: 30%;
  background-position-x: center;
  background-repeat: no-repeat;
  width: 20%;
  margin-top: 0em;
  padding: 0em 0.5em;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 9rem;
}

.card-logo-box {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 14%;
  /* margin-top: 0em; */
  height: 75%;
  padding: 3%;
}

.corp-logo {
  /* border: 1px solid blue; */
}

.corp-logo img {
  width: 100%;
}

.juniper{
  background-image: url("../img/juniper_networks_logo.png");
}

.siemens{
  background-image: url("../img/siemens_logo.png");
}

.cisco {
  width: 80%;
  margin: 0 auto;
}
.micron{
  background-image: url("../img/micron_logo.png");
}

.card-image{
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 31%;
  height:100%;
  position: relative;
  /* position: absolute; */
  /* display: inline-block; */
  /* right:0; */
  /* top: 0rem; */
  cursor: pointer;
}
.juniper-image{

  background-image: url("../img/launch_app_bg_image_juniper_networks.jpg");

}

.siemens-image{

  background-image: url("../img/launch_app_bg_image_siemens.jpg");

}
.cisco-image{

  background-image: url("../img/launch_app_bg_image_cisco.jpg");

}
.micron-image{

  background-image: url("../img/launch_app_bg_image_micron.jpg");

}
.card-info {
  background-color: #ded9d9;
  height: 100%;
  width: 70%;
  padding: 0em 2em;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.card-title{
    margin-bottom: 0.25em;
    display: block;
    color: black;
    font-family: AppFontSB;
    font-size: 1.6rem;
    font-weight: 900;
    text-transform: uppercase;
}

.card-text{
    font-size: 1.4rem;
    /* font-size: 1.5vw; */
    font-family: AppFontM;
}

.cards-container {
  width: 100%;
  text-align: center;
  background-image: url("../img/app_ctas_bg_image.jpg");
  background-size: auto;
  background-position: center;
  padding: 4rem 0;
  /*border-bottom: 1.5rem solid white;*/
}

  .cards-container .card {
    position: relative;
    font-family: AppFont;
    background-color: #f0f0f0;
    width: 89%;
    min-height: 15em;
    height: 16vh;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4c4c4c;
    /* margin: 0.5rem 3rem; */
    margin: 0.5rem auto;
    vertical-align: top;
    text-align: left;
    overflow: hidden;
    -webkit-transition: width 1s linear;
    transition: width 1s linear;
  }


    .card table {
      width: 25em;
      margin: 0.5em;
    }

    .card .icon {
      width: 93px;
      height: 93px;
      margin-right: 1em;
    }

    .card .password {
      color: #bbb;
      font-size: 0.66em;
    }

    .card .deployment {
      white-space: nowrap;
    }

      .card .deployment img {
        height: 16.5px;
      }

      .card div.launch {
        cursor: pointer;
        color: white;
        font-family: AppFontB;
        text-decoration: none;
        border-radius: 5px;
        font-weight: bold;
        margin: 0 auto;
        white-space: nowrap;
        /* min-width: 8em; */
        text-align: center;
        padding: 8% 12%;
        background: #eea622;
        /*        background: -moz-linear-gradient(top, #ffc65d 0%, #ffbf4b 33%, #fcb430 71%, #f5ad29 92%, #bc841f 92%, #bc841f 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc65d), color-stop(33%,#ffbf4b), color-stop(71%,#fcb430), color-stop(92%,#f5ad29), color-stop(92%,#bc841f), color-stop(100%,#bc841f));
        background: -webkit-linear-gradient(top, #ffc65d 0%,#ffbf4b 33%,#fcb430 71%,#f5ad29 92%,#bc841f 92%,#bc841f 100%);
        background: -o-linear-gradient(top, #ffc65d 0%,#ffbf4b 33%,#fcb430 71%,#f5ad29 92%,#bc841f 92%,#bc841f 100%);
        background: -ms-linear-gradient(top, #ffc65d 0%,#ffbf4b 33%,#fcb430 71%,#f5ad29 92%,#bc841f 92%,#bc841f 100%);
        background: linear-gradient(to bottom, #ffc65d 0%,#ffbf4b 33%,#fcb430 71%,#f5ad29 92%,#bc841f 92%,#bc841f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc65d', endColorstr='#bc841f',GradientType=0 );*/
        font-size: 1.15rem;
      }

  .cards-container .card.logging {
    background-image: url("../img/cards/logging-bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
  }

    .cards-container .card.logging .content {
      padding: 2.1rem 0;
      font-size: 2em;
      text-transform: uppercase;
      text-align: center;
      color: white;
    }

.text-container{
  position: relative;
  /*left: 16%;*/
  font-family: AppFontL;
  font-size:2rem;
}


.vertical-line{
  position: relative;
  height: 14rem;
  width: 1px;
  background-color: #6c6d70;
}


.modal-video-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
  #body[data-modal="video"] .modal-video-box {
    opacity: 1;
    pointer-events: auto;
  }

  .modal-video-box .video {
    display: none;
  }
    #body[data-modal="video"] .modal-video-box .video {
      display: inline-block;
    }

  .modal-video-box .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
  }

  #modal-video-container {
    width: 90%;
    max-width: 853px;
    position: absolute;
    z-index: 3001;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
    #modal-video-container .aspect-box {
      padding-bottom: 56%;

    }

    #modal-closer {
        position: absolute;
        display: block;
        right: -25px;
        top: -25px;
        z-index: 3002;
        background: url(../img/modal-close-bttn.png) 0 0 no-repeat;
        width: 38px;
        height: 38px;
        cursor: pointer;
    }

    #modal-video-container video {
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
    }
    #modal-video-container iframe {
      position: absolute;
      top: 0; left: 0;
      width: 100%;
      height: 100%;
    }


/* Live Updates --------------------------------------------*/

div.disabled {
    opacity: 0.5;
    background-color: rgba(0,0,0,0.5);
    position: relative; /* could affect css. need pos!=static so position div > .progress */
    pointer-events:none;
}
div.disabled .progress {
    display: block;
}
.progress {
    display: none;
    box-sizing: border-box;
    position: absolute;
    bottom: 10px;
    left: 3%;
    width: 94%;
    height: 10px;
    border: solid rgba(0,0,0,0.2) 1px;
    border-radius: 5px;
    background: #cecece;
}
.progressBar {
    height: 100%;
    width: 0%;
    -webkit-transition: width 0.2s linear;
    -moz-transition: width 0.2s linear;
    transition: width 0.2s linear;
    border-radius: 5px;
    background: #2383e0;
}
body.bodyPhone .progress {
    bottom: 3px;
    height: 8px;
}

.bodyIOS.bodyTabletP #body {
    width:1024px !important;
    height:768px !important;
    -webkit-transform-origin:top left;
    -webkit-transform:rotate(-90deg) translateX(-100%);
}


/*zhenyu edits*/

#body .footer {
    background-color: white;
    padding: 0rem 5rem 2rem;
}

/*#body .footer .info.one {
  border:none;
}*/

#body .footer .info .hide {
  opacity: 0;
  pointer-events:none;
}

#body .footer .info .bold {
  font-family: AppFont;
  font-weight: normal;
}

.kaon_top {
  margin: 0em auto 3em;
  display: block;
  background-color: transparent;
  width: 20%;
  min-width: 15em;
}

.page-one {
  padding: 3% 6% 4% 6%;
  background-image: url(../img/intro_panel_bg.jpg);
  display: block;
}

.mid-section {border: none;line-height: 1.65;}

.mid-section .title {
  color: #eea622;
  font-family: AppFontEB;
  font-size: 2.5em;
  margin-top: 0.5em;
  text-transform: uppercase;
}

.mid-section .text {
  color: white;
  font-size: 1.5em;
  margin-bottom: 0em;
}

.mid-section ul {
  color: white;
}

.mid-section .learn-more {
  background-color: #eea622;
  color: white;
  display: block;
  font-family: AppFontB;
  min-width: 20em;
  width: 40%;
  text-align: center;
  margin: 0.75em auto 2em;
  padding: 0.75em;
  border-radius: 0.5em;
  font-size: 1.9em;
  text-decoration: none;
}

.mid-section .touch-screen {
  border:2px solid red;
}

.mid-section .grids-and-hands {
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  width: 90%;
  margin: 4em auto 0em;
}

.mid-section .grids-and-hands .edge {
  width: 10%;
}

.mid-section .grids-and-hands .medium {
  width: 17%;
}

.mid-section .grids-and-hands .center {
  width: 22%;
}

.mid-section .grids-and-hands .left-hand {
  position: absolute;
  width: 17%;
  left: 9%;
  top: 38%;
}

.mid-section .grids-and-hands .right-hand {
  position: absolute;
  width: 35%;
  right: 8%;
  top: 10%;
}

  .mobile-logo {
    display: none;
  }

.flex-bullets {
  display: flex;
}

.first-list {
  padding-right: 5%;
}

.learn-more-section {
  background-color: white;
  padding: 3em 10% 1em;
  margin-bottom: -1em;
  text-align: center;
}

.learn-more-section .question {
  font-family: AppFontEB;
  font-size: 4.5em;
}

.learn-more-section .question  span {
  color: #eea622;
  display: inline-block;
}

.learn-more-section .flex-buttons {
  align-items: center;
  display: flex;
  font-size: 1.5em;
  justify-content: space-between;
  min-width: 48em;
  max-width: 48em;
  width: 100%;
  margin: 1em auto;
}

.learn-more-section .flex-buttons .learn-button {
  background-color: #eea622;
  border-radius: 0.5em;
  color: white;
  font-family: AppFontB;
  min-width: 11em;
  padding: 0.65em 1.75em;
  text-decoration: none;
}

.learn-more-section .flex-buttons .contact {
  border-left: 1px solid black;
  font-family: AppFontL;
  font-size: 1.4em;
  padding: 0.5em 1em 0.5em 0.75em;
}

.learn-more-section .flex-buttons .contact b {
  font-family: AppFontM;
}

.footer .disclaimer {
  color: black;
  font-family: AppFontL;
  font-size: 1em;
  text-align: center;
}

.footer .footer-pic {
  background-color: white;
  background-image: url("../img/kaon_cross_platform_image.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top;
  height: 65vh;
  width: 100%;
}

.footer .footer-pic img {
  display: none;
}

.righter {
  margin-right: 0.5em;
}

@media (max-width: 900px) {

  .header {
    display: block;
  }

  .header .content-left {
    width: 100%;
    font-size: 0.85em;
  }

  .header .content-right {
    width: 70%;
  }

}

@media (max-width: 850px) {
  .learn-more-section .flex-buttons {
    flex-direction: column;
    min-width: 0px;
  }

  .learn-more-section .flex-buttons .learn-button {
        min-width: 15em;
        margin: 0.5em 0em;
  }

  .learn-more-section .flex-buttons .contact {
    border-left: none;
  }
}

@media (max-width: 750px) {

  .button.marketing .image { background-image: url("../img/use_case_image_1_full.jpg"); }
  .button.customer .image {background-image: url("../img/use_case_image_2_full.jpg");}
  .button.sales .image { background-image: url("../img/use_case_image_3_full.jpg"); }
  .button.events .image { background-image: url("../img/use_case_image_4_full.jpg"); }

  .button .image {
    height: 21rem;
  }

  .card div.launch {
    font-size: 1.5vw;
    padding: 0.75em 1em;
    margin: 0;
  }

  .card-logo, .card-logo-box {
     display: none; 
  }

  .card-info {
    background-color: #ded9d9;
    width: 85%;
    height: 100%;
    padding: 0em 2em;
    box-sizing: border-box;
    position: relative;
    /* display: flex; */
    /* flex-direction: column; */
    /* align-items: flex-start; */
    /* justify-content: space-between; */
  }

  .card-image {
    width: 35%;
  }

  .cards-title {
    font-size: 1em;
  }

  .card-title {
    font-size: 2.45vw;
    margin-top: -3em;
  }

  .card-text {
    font-size: 2vw;
    /* margin-top: -7%; */
  }

  .cards-container .card {
    min-height: 18em;
  }

  .mobile-logo span.cisco {
    background-size: 56%;
    background-image: url("../img/cisco_logo.png");
    margin: 0;
  }

  .mid-section .grids-and-hands {
    width: auto;
  }

  .mid-section .grids-and-hands .edge {
    /* display: none; */
  }

  .mid-section .grids-and-hands .medium {
    /* width: 25%; */
  }

  .mid-section .grids-and-hands .center {
    /* width: 43%; */
  }
  
  .engagement {
    padding: 1.5em 5% !important;
    text-align: left;
  }

  .footer .footer-pic {
    /* background-image: url(../img/kaon_cross_platform_image_mobile.png); */
  }

  .learn-more-section {
    padding: 3em 3% 1em;
    width: 94%;
  }

  .learn-more-section .question {
    font-size: 3.85em;
  }

  .learn-more-section .question span {
    display: block;
  }

  .mobile-logo {
    background: white;
    display: flex;
    align-items: center;
    height: 5em;
    margin-left: -2em;
    padding: 0em 2em;
    width: calc(100% + 4em);
    position: absolute;
    bottom: 0;
  }

  .mobile-logo span {
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    height: 4em;
    /* padding: 2em; */
    width: 24%;
    background-size: 88%;
  }

  .flex-bullets {
    display: block;
    margin-bottom: 4em;
  }

  ul {
    width: 100%;
  }

  #body .footer {
    padding: 0rem 2rem 2rem;
  }

  .footer .footer-pic {
    background-image: none;
    height: auto;
  }

  .footer .footer-pic img {
    display: block;
    width: 100%;
  }

}