
.anchormenu {
    width: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1337;
}
.anchormenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    
}
.anchormenu ul li {
    float: left;
    width: 100%;
}
.anchormenu ul li:before {
    content: none;
}
.anchormenu a {
    clip: rect(0 0 0 0);
    overflow: hidden;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    position: absolute;
    border: 0;
    color: #006E9B;
    font-weight: 500;
}
.anchormenu a:active,
.anchormenu a:focus {
    display: block;
    position: static;
    clip: auto;
    width: 450px;
    height: auto;
    padding: 20px 50px;
    background-color: #fff;
    color: #006E9B;
    font-weight: 500;
    outline: none;
}

.anchormenu.banner a:active,
.anchormenu.banner a:focus {
    display: block;
    position: static;
    clip: auto;
    width: 500px;
    height: auto;
    padding: 60px 50px 25px;
    background-color: #fff;
    color: #006E9B;
    font-weight: 500;
    outline: none;
}

@media only screen and (max-width : 1024px) {
    .anchormenu {
        width: 50%;
    }
    .anchormenu ul {
        width: 100%;
    }
    .anchormenu ul li {
        width: 100%;
    }
    .anchormenu a:active,
    .anchormenu a:focus {
        width: 100%;
        height: 50px;
        padding: 0 40px;
        line-height: 50px;
    }
    .anchormenu.banner a:active,
    .anchormenu.banner a:focus {
        width: 100%;
        height: 70px;
        padding: 40px 40px;
        line-height: 50px;
    }
    header.banner {
        height: 90px;
    }
}

@media only screen and (max-width : 768px) {
    .anchormenu {
        display: none;
    }
    header.banner {
        height: auto;
    }
}
