#pageslide {
    /* These styles MUST be included. Do not change. */
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    
    /* Specify the width of your pageslide here */
    width: 250px;
  
    /* These styles are optional, and describe how the pageslide will look */
    background-color: #13426B;
    color: #FFF;
}
.open {
    font-family: 'Source Sans Pro', sans-serif;
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    text-transform: uppercase;
    background-color: #13426B;
    padding: 5px 20px;
    border-radius: 0px;
    margin: 5px 10px 0 0;
}
