/*DO NOT DELETE THIS LINE*/@media screen and (max-width: 1023px) and (min-width: 768px) {

    /* This style sheet is for iPad portrait view and most tablets */
    
#right-header {
    display: block;
    float: none;
    background: #f6f6e9;
    padding: 25px 10px 25px 49px;
    -webkit-clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 100% 0, 100% 100%, 0% 100%);
    color: #EA7D2B;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
}
    
    #left-header {
    display: inline-block;
    padding: 10px 0px 10px 0px;
    text-align: center;
    width: 100%;
}
    
.navbar {
    padding: 0em 1em !important;
}    
    
#mid-icons {
      width:100%;  
    }    
    
#mid-wrap{
      height:auto;  
    }        
    
#SubContent #MainContent {

    background-color: #fff;
    width: 100%;
    margin: 0px auto;
    min-height: 700px;

    }

/*DO NOT DELETE THIS LINE*/}