@media screen and (min-width : 240px) and (max-width : 640px){
    
#logo {
    margin: 8px 0 0 20px !important;
}

#header{
    width: 100%;
    min-width: 0;
}
#header-wrapper{
    width: 100%;
    display: inline-block;
}
#nav {
    display: none;
}

.mobile-logo {
    display: block;
}

.desktop-logo {
    display: none;
}

.hamburger-menu {
    display: block;
    font-size: 51px;
    text-decoration: none;
    color: #156985;
    line-height: 39px;
    font-weight: 900;
    font-weight: bolder;

}
#menu {
    margin: 2px 15px 0 0;
    float: right;
}
#footer {
    min-width: 0px;
}
#footer-columns {
    display: inline-block;
    width: auto;
}
.footer-column {
    display: none;
}
#hq-column {
    display: block;
    margin: 0 auto;
    border: none;
    width: 300px;
    
}
#footer-bar-wrapper{
    width: 100%;
}
#policy, #social-media-links{
    float: none;
    padding: 10px 0;
}
}