#container {
    width:100%;
    position:relative;
    min-height: calc(100vh - 60px);
}
@media screen and (max-width:680px) {
    #container {
        width:100%;
        position:relative;
        min-height: calc(100vh - 120px);
    }
}
#header {
    height:110px;
    padding:1rem;
    background-color:#fff;
    border-bottom:1px solid #98acaa;
    position:fixed;
    top:0;
    width:100%;
    z-index:100;
}
#footer {
    width:100%;
    min-height:60px;
    position:relative;
    padding:.6rem .3rem 1rem;
    background-color:#43706a;
}
@media screen and (max-width:750px) {
    #header {
        height:90px;
        padding:0.2rem;
        background-color:#fff;
        border-bottom:1px solid #98acaa;
        position:fixed;
        top:0;
        width:100%;
        z-index:100;
    }
}
#main {
    margin-top:7.6rem;
    margin-bottom:1rem;
}
@media screen and (max-width:750px) {
    #main {
        margin-top:5.2rem;
        margin-bottom:1rem;
    }
}
.ce_text {
    width:100%;
}
.mod_faqreader .info {
    display:none;
}
