mobile-menu {
                display: none;
}

.mn {
    display: none
}

.inner .partners {
        display: block
    }

@media only screen 
        and (device-width: 428px) 
        and (device-height: 926px) 
        and (-webkit-device-pixel-ratio: 3) { 

 

    .container > nav {
        display: none !important;
    }   
            
            mobile-menu, .mn {
                display: block !important;
}
}
@media only screen and (max-width: 850px) {

masthead .inner {
                width: 90%;
                display: flex;
                margin: 116px auto 0 !important;

            }

            .container > nav {
        display: none !important;
    }

mobile-menu, .mn {
                display: block !important;
}

 heading nav, heading .inner {
        display: none !important;
    }   
      
    
    .inner .partners {
        display: none
    }

    
    .mn {
                height: 70px;
                position: absolute;
                z-index:99;
                top: 0;
                left: 0;
                width: 100%;
                display: block;
                background: rgb(0,0,0);
/*background: -moz-linear-gradient(0deg, rgba(0,0,0,0) 9%, rgba(0,0,0,0.5578606442577031) 52%, rgba(0,0,0,0.8211659663865546) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,0) 9%, rgba(0,0,0,0.5578606442577031) 52%, rgba(0,0,0,0.8211659663865546) 100%);
background: linear-gradient(0deg, rgba(0,0,0,0) 9%, rgba(0,0,0,0.5578606442577031) 52%, rgba(0,0,0,0.8211659663865546) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);    */       
}

    .mn > img {
        position: absolute;
    right: 0;
    width: 21%;
    height: auto;
        max-height: 65px;
        max-width: 90px;
    margin: 2%;
    }    
    
.mn h1 {
    display: block;
    position: relative;
    z-index: 200;
    color: #fff;
    margin: 19px 0 0 89px;
        
}

 .banner {
        margin: 70px 0 0 0 !important;
        display: block;
    }  
    
}



@media screen and (orientation: landscape) {
    mobile-menu nav .menu > ul {
        top: 18% !important;
        left: 4% !important
    }
}


.intro-grid h1 {
    font-family: dunbar-tall, sans-serif;
    font-weight: 300;
    color: #00a800;
    font-size: 2.4em;
    padding: 30px 20px;
    margin-bottom: 20px;
    line-height: 1.3em;
}

/*  THIES STYLE SHEET JUST COVERS THE MOBILE NAV STYLING */




mobile-menu .menu {
    width: 90%;
    display: block;
    margin: 0 auto;
    z-index: 10
}


mobile-menu .page_item_has_children a {
    background: none !important
}

mobile-menu .menu ul li a {
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    font-size: 1.3rem;
  }


mobile-menu .menu ul ul {
    width: 100%;
    margin-left: 0;
    xborder: #fff 1px solid ;
}

mobile-menu .menu ul ul li a {
    font-size: 0.9rem;
}

mobile-menu .icon-1, .icon-2, .icon-3 {
    position: absolute;
    left: 25%;
    top: 50%;
    width: 32px;
    height: 3px;
    background-color: white;
    transition: all 400ms cubic-bezier(0.84, 0.06, 0.52, 1.8);
  }
  
mobile-menu  .icon-1 {
    transform: translateY(-8px);
    animation-delay: 100ms;
  }
  
mobile-menu   .icon-3 {
    transform: translateY(8px);
    animation-delay: 250ms;
  }
  
mobile-menu  .hamburger-icon {
    position: absolute;
    height: 60px;
    width: 60px;
    top: 2.5%;
    left: 2.5%;
    z-index: 1000;
    cursor: pointer;
    border-radius: 50%;
    transition: all 0.2s ease-in-out;
    xbackground: rgba(255, 255, 255, 0.9);
  }
  mobile-menu   .hamburger-icon:hover {
    transform: scale(1.2);
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  }
  
  mobile-menu   .icon-1.a {
    transform: rotate(40deg);
  }
  
  mobile-menu   .icon-3.b {
    transform: rotate(-40deg);
  }
  
  mobile-menu   .icon-2.c {
    opacity: 0;
  }
  
  mobile-menu   .clear {
    clear: both;
  }
  
  @keyframes slideIn {
    0% {
      width: 0%;
      opacity: 0;
    }
    100% {
      width: 50%;
      opacity: 1;
    }
  }
  mobile-menu  nav {
    background:rgba(95,100,107,1)/*rgba(44,47,85,1)  #0f0f63*/;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 0%;
    z-index: 10;
    opacity: 0;
    transition: all 600ms cubic-bezier(0.62, 0.04, 0.3, 1.56);
    transition-delay: 100ms;
  }
  mobile-menu  nav .menu > ul {
    margin: 0;
    position: absolute;
    top: 10%;
    left: 8%;
    width: 90%;
    text-align: left;
  }
  
  mobile-menu   .children li:before {
      content: "-";
      padding-right: 10px;
  }
  
  mobile-menu  .children li {
      padding-left: 0px;
      display: block
  }
  
  mobile-menu  nav .menu > ul li {
    list-style: none;
    font-size: 14px;
    color: #fff;
    line-height: 2;
    text-transform: uppercase;
    letter-spacing: 1.2px;
  }
  mobile-menu  nav.show {
    width: 93.2%;
    opacity: 0.95;
  }
  
  mobile-menu  .dark-blue {
    position: absolute;
    top: 0;
    left: 0;
    background: #1823bd;
    height: 100vh;
    width: 0%;
    transition: all 500ms cubic-bezier(0.62, 0.04, 0.3, 1.8);
    transition-delay: 50ms;
    z-index: 5;
    opacity: 1;
  }
  
  mobile-menu  .dark-blue.slide {
    width: 50%;
    opacity: 1;
  }
  
  @keyframes shotup {
    0% {
      transform: translateY(300%);
      opacity: 0;
    }
    90% {
      transform: translateY(-50px);
    }
    100% {
      transform: translateY(0%);
      opacity: 1;
    }
}
  
  mobile-menu .menu > ul::-webkit-scrollbar {
    width: 5px;               /* width of the entire scrollbar */
  }
  
  mobile-menu .menu > ul::-webkit-scrollbar-track {
    background: o#0f0f63;        /* color of the tracking area */
  }
  
  mobile-menu .menu > ul::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.1);    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 3px solid #0f0f63;  /* creates padding around scroll thumb */
  }


  mobile-menu .menu > ul {
    height: 80%;
    overflow:scroll;
  }

  .click-collect {
    border: 1px solid #fff;
    padding: 20px;
    text-transform: uppercase;
    position: absolute;
    top: 70%;
    width: 80%;
    left: 23px;
    color:#fff
  }
  