.post-meta {
display: none;
}
.post-related .nav-links {
    display: none;
}
.post-related {
	display: none;
}
.post-nav {
	display: none;
}


/* Join the Network — force the WordPress title below the header */
.page-id-31889 h1 {
    position: relative !important;
    top: 75px !important;
    margin-bottom: 100px !important;
    z-index: 1 !important;
}

/* Do not move the Mailchimp heading */
.page-id-31889 #mc_embed_signup h2 {
    top: auto !important;
    margin-bottom: 20px !important;
}

@media only screen and (max-width: 768px) {
    .page-id-31889 h1 {
        top: 95px !important;
        margin-bottom: 120px !important;
    }

    .page-id-31889 #mc_embed_signup h2 {
        top: auto !important;
        margin-bottom: 20px !important;
    }
}

/* AER Thank You page — post 31904 */

/* Hide the WordPress-generated page title */
body.page-id-31904 h1,
body.page-id-31904 .page-title,
body.page-id-31904 .entry-title,
body.page-id-31904 .page-header,
body.page-id-31904 .entry-header {
    display: none !important;
}

/* Position the custom thank-you message */
body.page-id-31904 .aer-thank-you-message {
    position: relative;
    z-index: 5;
    max-width: 760px;
    margin: 145px auto 0;
    padding: 0 20px;
    text-align: center;
}

/* Main heading */
body.page-id-31904 .aer-thank-you-message h2 {
    margin: 0 0 18px !important;
    padding: 0 !important;
    background: transparent !important;
    color: #238b3b !important;
    font-size: 44px !important;
    line-height: 1.15 !important;
    font-weight: 700 !important;
    text-align: center !important;

    text-shadow:
        -2px -2px 0 #fff,
         2px -2px 0 #fff,
        -2px  2px 0 #fff,
         2px  2px 0 #fff,
         0    2px 0 #fff,
         2px  0   0 #fff,
         0   -2px 0 #fff,
        -2px  0   0 #fff;
}

/* Supporting text */
body.page-id-31904 .aer-thank-you-message p {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    color: #238b3b !important;
    font-size: 19px !important;
    line-height: 1.45 !important;
    font-weight: 600 !important;
    text-align: center !important;

    text-shadow:
        -1px -1px 0 #fff,
         1px -1px 0 #fff,
        -1px  1px 0 #fff,
         1px  1px 0 #fff;
}

/* Mobile */
@media only screen and (max-width: 768px) {
    body.page-id-31904 .aer-thank-you-message {
        margin-top: 150px;
        padding: 0 16px;
    }

    body.page-id-31904 .aer-thank-you-message h2 {
        font-size: 32px !important;
        line-height: 1.15 !important;
    }

    body.page-id-31904 .aer-thank-you-message p {
        font-size: 17px !important;
        line-height: 1.4 !important;
    }
}