.is-mobile .hover-deets,
.is-mobile .back-totop,
.is-mobile [data-scrolltop] {
    display: none !important;
}

[data-toggle-content] {
    padding-lefT: 1rem;
}

.image-wrapper--employee.bg-gray {
    background-color: transparent;
}



.is-mobile ._video-wrap  .videoplayer-bar {
    z-index: block !important;
}


.upload-a-file {
    position: relative;
    width: 100px;
}

.upload-a-file > span {
    display: inline-block;
}

.upload-a-file:hover,
.upload-a-file input:hover,
.upload-a-file > span:hover {
  cursor: pointer;
}



.__ground [data-home] img:first-child,
.__ground  [data-hero] img:first-child {
    display: block !important;
}

.__ground [data-home] img:last-child,
.__ground  [data-hero] img:last-child {
   display: none !important;
}


@media (max-width: 1500px) {
    
  .employee__wrapper {
      height: 3.5em;
  }
  
  .employee__wrapper  p {
    font-size: 14px;
  }
} 
    
@media (max-width: 1024px) {
    [data-menu-state="inactive"] [data-menu-backdrop] {
        background: #000;
    }
   
   [data-menu-backdrop] > img {
       display: none !important;
   }
}


    
    .__ground .text-headline, .__ground .text-home {
        font-size: 2.5rem;
    }
    
    [data-theme=dark] .menuIcon span {
        background-color: #D9FF1C;
    }


@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {
      
    [data-hero] > div > img:first-child {
        display: none !important;
    }
    
    [data-hero] > div > img:last-child {
        display: block !important;
    }

}

/* Portrait */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 2) {
    [data-hero] > div > img:first-child {
        display: none !important;
    }
    
    [data-hero] > div > img:last-child {
        display: block !important;
    }

}

/* ground */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: ground) {
      
    .text-headline, .text-home {
        font-size: 2.5rem;
    }
    
    [data-hero] > img:first-child {
        display: block !important;
    }
    
    [data-hero] > img:last-child {
        display: none !important;
    }
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: ground) { 
    .text-headline, .text-home {
        font-size: 2.5rem;
    }
    
    [data-hero] > img:first-child {
        display: block !important;
    }
    
    [data-hero] > img:last-child {
        display: none !important;
    }
}


@media only screen 
  and (min-device-width: 390px) 
  and (max-device-width: 844px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: ground) { 
    .text-headline, .text-home {
        font-size: 2.5rem;
    }
    
    [data-hero] > img:first-child {
        display: block !important;
    }
    
    [data-hero] > img:last-child {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .rich-text a {
        display: initial;
    }
    
    
}