.headerContainer, .footer{
    padding: 25px;
}

.headerContainer .menu, .headerContainer .callToday{
    display: none;
}

.headerContainer .logo, .footer .logo{
    height: 30px;
}

.headerContainer .mobileMenuBtn{
    display: inline-block;
}

.headerContainer .mobileMenu{
    display: none;
    position: fixed;
    top: 0; bottom: 0; left: 0; right: 0;
    background-color: #065e8e;
    z-index: 999;
    text-align: center;
    padding: 80px 0 0 0;
}

.headerContainer .mobileMenu img.mobileMenuLogo{
    width: 50%;
}

.headerContainer .mobileMenu img.closeBtn{
    position: absolute;
    right: 25px;
    top: 25px;
    width: 30px;
    height: 30px;
}

.headerContainer .mobileMenu ul{
    color: #fff;
    float: none;
    width: 70%;
    margin: 20px auto 0 auto;
    border-top: 1px solid #387ea5;
}

.headerContainer .mobileMenu ul li{
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #387ea5;
}

.helpForm{
    padding: 20px 50px;
}

.helpForm h2{
    font-size: 16px;
}

.helpForm ul{
    display: none;
}

.helpForm a.getStartedBtn{
    display: inline-block;
    width: 100%;
    border: 1px solid #fff;
    box-sizing: border-box;
    padding: 8px;
    font-size: 14px;
    font-weight: 300;
    font-family: "museo-sans";
    margin: 20px 0 0 0;
    text-transform: uppercase;
}

.practiceAreas{
    padding: 35px;
}

.practiceAreas h2, .awards h2, .blog h2{
    font-size: 26px;
}

.practiceAreas h3, .blog h3{
    font-size: 16px;
    margin: 0 0 30px 0;
}

.blog{
    padding: 35px 35px 0 35px;
}

.blog .blogSeperator{
    width: 50%;
    margin: 0 auto 30px auto;
}

.blog ul li, .archiveContainer ul li{
    width: 100%;
    float:none;
    padding: 0 0 25px 0;
    font-size: 16px;
    line-height: 22px;
}

.practiceAreas ul, ul.practiceAreaList{
    width: 100%;
}

.practiceAreas ul li, ul.practiceAreaList li{
    height: 100px;
    width: calc(50% - 10px);
    margin: 0 5px 5px 5px;
}

.practiceAreas ul li a, ul.practiceAreaList li a{
   padding: 0 0 0 0;
   font-size: 16px;
   line-height: 18px;
   padding: 32px 20px 0 20px;
}

.practiceAreas ul li a:hover, ul.practiceAreaList li a:hover{
    font-size: 16px;
}

.footer{
    height: auto;
}

.footer .menu{
    display: none;
}

.footer .callToday{
    font-size: 14px;
    line-height: 16px;
}