.pp-container{display:none;}


.container {
  margin: 0 auto;
  max-width: 1300px;
  width: 90%;
}

div#mobile_menu{
    position:absolute;
    z-index: 3;
    background-color:white;
    padding: 10px;
    width:50%;
}

    div#mobile_menu li {
        list-style: none;
        font-size:24px;
    }
    div#mobile_menu li:hover{
        background-color:white;
    }

#mobile_menu > li.footerlink > a {
    font-weight: normal;
    font-size: 18px;
}

#pagenav {
    font-size: 18px;
    background-color: lightgray;
    padding:5px;
}

li.title{
    font-size:24px !important;
}

@media only screen and (min-width: 601px) {
  .container {
    width: 100%;
  }


}

@media only screen and (min-width: 993px) {
    #hamburger {
        display: none;
    }
}


@media only screen and (max-width: 993px) {
    div.col.m11.l6.cover-image-small > img {
        display: inline-block !important;
        width: 30%;
        margin-top: 0px !important;
        margin-bottom: 20px;
    }

    div.col.m11.l6.cover-image-small {
        text-align: center
    }

    #content {
        padding-left: 20px;
        width: 100%
    }

        #content > form > div > div > table > tbody > tr > td > input{
            width: 70%;
        }

}
