@media only screen and  (max-width: 767px) {
    /* New Header Start */
    .header-container {
        height: 60px;
    }
    .header-container .container .header-image {
        height: 40px;
        min-width: 40px;
        top: 15px;
        left: 20px;
    }
    .header-container .container .header-navbar {
        display: none;
    }
    .header-container .container .header-navbar-alt {
        display: block;
        height: 100%;
        width: 100%;
        position: relative;
    }
    .header-container .container .header-navbar-alt .menu-container {
        height: 60px;
        width: 60px;
        float: right;
        position: relative;
        cursor: pointer;
        font-size: 24px;
        color: #FFF;
    }
    .header-container .container .header-navbar-alt .menu-container .menu-icon {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
    }
    .header-container .container .header-navbar-alt .menu-items {
        display: none;
        position: absolute;
        right: 0;
        top: 60px;
        width: 80%;
        z-index: 1;
    }
    .header-container .container .header-navbar-alt .menu-items div {
        height: auto;
        padding: 10px;
        background-color: #444;
        font-size: 14px;
    }
    /* New Header End */
    .wrapper {
        padding-top: 60px;
    }
    /* New Footer Start */
    .footer .top-panel {
        padding: 0;
        position: relative;
    }
    .footer .top-panel .container {
        padding: 0;
        margin: 0;
    }
    .footer .top-panel .container .ds-div {
        display: block;
        margin-bottom: 40px;
        padding-bottom: 30px;
    }
    /*Removed this since there are now only 2 links in ds-div */
  /*  .footer .top-panel .container .ds-div a:nth-child(2) {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
    }*/
    .footer .top-panel .container div .brand-logo {
        display: none;
    }
    .footer .top-panel .container .sensis-div,
    .footer .top-panel .container .yellow-div,
    .footer .top-panel .container .white-div {
        position: absolute;
        bottom: 14px;
        height: auto;
        padding: 0;
    }

    .footer .top-panel .container .sensis-div span,
    .footer .top-panel .container .yellow-div span,
    .footer .top-panel .container .white-div span {
        display: inline-block;
    }

    .footer .top-panel .container .sensis-div {
        left: 20px;
    }
    .footer .top-panel .container .yellow-div {
        left: 50%;
        transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
    }
    .footer .top-panel .container .white-div {
        right: 20px;
    }
    .footer .top-panel .container div .ds-logo {
        padding-bottom: 10px;
    }
    .footer .bottom-panel {
        height: auto;
        display: table;
        width: 100%;
    }
    .footer .bottom-panel .container > div {
        display: table-row;
    }
    .footer .bottom-panel .container > div img,
    .footer .bottom-panel .container > div > div {
        display: table-cell;
    }
    /* New Footer End */
    /* New Front Page */
    .body .top-section {
        display: none;
    }
    .body .top-section-alt {
        display: block;
        width: 100%;
        background-color: #999;
        padding: 50px 8.3333vw;
    }
    .body .top-section-alt img {
        max-width: 100%;
        max-height: 100%;
    }
    .body .top-section-alt > div h2 {
        font-size: 34px;
    }
    .body .top-section-alt > div .main-text {
        //font-weight: bold;
        font-size: 16px;
    }
    .body .top-section-alt > div .sub-text {
        font-size: 12px;
    }
    .body .top-section-alt > div .directory-buttons-container {
        width: 100%;
    }
    .body .top-section-alt > div .directory-buttons-container .directory-button {
        width: 100%;
        line-height: 40px;
        background-color: #000;
        color: #FFF;
        font-size: 16px;
        text-align: center;
        cursor: pointer;
        margin-top: 4px;
        float: none !important;
    }
    .body .lower-section .container .content-container:first-child {
        display: none;
    }
    .body .lower-section .container .content-container-alt {
        display: block;
        border: 1px solid #000;
        padding: 20px;
        font-size: 12px;
        margin-bottom: 20px;
        width: 100%;
    }
    .body .lower-section .container .content-container-alt h2 {
        font-size: 34px;
    }
    .body .lower-section .container .content-container-alt .logos-outer {
        font-size: 0;
    }
    .body .lower-section .container .content-container-alt .logos-outer div {
        display: inline-block;
        width: 50%;
        text-align: center;
    }
    .body .lower-section .container .content-container-alt .logos-outer div:first-child img {
        max-height: 80px;
    }
    .body .lower-section .container .content-container-alt .logos-outer div:last-child img {
        max-height: 75px;
    }
    /* New Front Page End */
    /* Faqs Page */
    .body .faqs-body .category-outer-container {
        display: none;
    }
    .body .faqs-body .category-outer-container-alt {
        display: block;
        margin-bottom: 20px;
    }
    .body .faqs-body .category-outer-container-alt .category-select {
        border-radius: 0;
    }
    .body .faqs-body .content-container h2 {
        display: none;
    }
    /* Faqs Page End */
    /* Cancel Page Start */
    .body .directory-header {
        padding: 20px;
    }
    .body .directory-header .container {
        padding: 0;
        margin: 0;
    }
    .body .directory-header .container div {
        display: block;
        width: 100%;
    }
    .body .directory-header .container div:first-child {
        width: 100%;
    }
    .body .directory-header .container div:last-child {
        height: 100px;
    }
    .body .directory-header .container div h2 {
        margin: 0;
        font-size: 34px;
    }
    .body .directory-header .container div p {
        font-size: 12px;
    }
    .body .directory-header .container div img {
        height: 100%;
    }
    .body .directory-container .directory-panel #booksPanelBody .panel-content div {
        height: auto !important;
    }
    .body .directory-container .directory-panel #booksPanelBody .panel-content div:not(:last-child) {
        margin-bottom: 8px;
    }
    .body .directory-container .directory-panel .panel-content div .disclaimer-text {
        width: 100%;
        max-width: none;
    }
    .body .directory-container .directory-panel .panel-content div .panel-next-button {
        float: none;
        display: block;
        text-align: center;
        margin-top: 10px;
        width: 100%;
    }
    .body .directory-container .confirmation-panel .input-group {
        display: block;
    }
    .body .directory-container .confirmation-panel button {
        display: block;
        margin-left: 0;
        margin-top: 4px;
        width: 100%;
    }
    /* Cancel Page End */
    /* New Contact Us Start */
    .body .contact-us-container #preferredMethod {
        width: 100%;
    }
    .body .contact-us-container .contact-submit-button {
        width: 100%;
    }
    /* New Contact Us End */
}