/* CIA legal pages */

body.page-privacy-policy,
body.page-terms-of-use,
body.page-privacy-policy #page,
body.page-terms-of-use #page,
body.page-privacy-policy .site,
body.page-terms-of-use .site,
body.page-privacy-policy .site-content,
body.page-terms-of-use .site-content,
body.page-privacy-policy .content-area,
body.page-terms-of-use .content-area,
body.page-privacy-policy .site-main,
body.page-terms-of-use .site-main {
    background: #fffaf5 !important;
}

body.page-privacy-policy,
body.page-terms-of-use {
    overflow-x: hidden;
}

body.page-privacy-policy *,
body.page-privacy-policy *::before,
body.page-privacy-policy *::after,
body.page-terms-of-use *,
body.page-terms-of-use *::before,
body.page-terms-of-use *::after {
    box-sizing: border-box;
}

body.page-privacy-policy .site,
body.page-terms-of-use .site,
body.page-privacy-policy .grid-container,
body.page-terms-of-use .grid-container,
body.page-privacy-policy .content-area,
body.page-terms-of-use .content-area {
    width: 100%;
    max-width: none;
}

body.page-privacy-policy .content-area,
body.page-terms-of-use .content-area {
    float: none;
}

body.page-privacy-policy .site-content,
body.page-terms-of-use .site-content {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding: 52px 50px 80px;
}

body.page-privacy-policy .inside-article,
body.page-terms-of-use .inside-article {
    padding: 0;
    background: #fffaf5;
}

body.page-privacy-policy .entry-header,
body.page-terms-of-use .entry-header,
body.page-privacy-policy .entry-content,
body.page-terms-of-use .entry-content {
    width: 100%;
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
}

body.page-privacy-policy .entry-title,
body.page-terms-of-use .entry-title {
    margin: 0 0 34px;
    color: #111;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 4vw, 58px);
    font-weight: 700;
    line-height: 1.02;
}

body.page-privacy-policy .entry-content,
body.page-terms-of-use .entry-content {
    color: #222;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    line-height: 1.7;
}

body.page-privacy-policy .entry-content h2,
body.page-terms-of-use .entry-content h2 {
    margin: 42px 0 14px;
    color: #111;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.12;
}

body.page-privacy-policy .entry-content h2:first-child,
body.page-terms-of-use .entry-content h2:first-child {
    margin-top: 0;
}

body.page-privacy-policy .entry-content p,
body.page-terms-of-use .entry-content p,
body.page-privacy-policy .entry-content ul,
body.page-terms-of-use .entry-content ul {
    margin-bottom: 22px;
}

body.page-privacy-policy .entry-content li,
body.page-terms-of-use .entry-content li {
    margin-bottom: 8px;
}

body.page-privacy-policy .cia-network-footer,
body.page-terms-of-use .cia-network-footer,
body.page-privacy-policy .cia-site-footer-bottom,
body.page-terms-of-use .cia-site-footer-bottom {
    width: 100%;
    max-width: none;
}

@media (max-width: 700px) {
    body.page-privacy-policy .site-content,
    body.page-terms-of-use .site-content {
        padding: 36px 22px 56px;
    }

    body.page-privacy-policy .entry-content,
    body.page-terms-of-use .entry-content {
        font-size: 17px;
        line-height: 1.65;
    }

    body.page-privacy-policy .entry-content h2,
    body.page-terms-of-use .entry-content h2 {
        font-size: 24px;
    }
}

/* About Us and Advertise use the same restrained editorial page frame. */
body:is(.page-about-us, .page-advertise),
body:is(.page-about-us, .page-advertise) :is(#page, .site, .site-content, .content-area, .site-main) {
    background: #fffaf5 !important;
}

body:is(.page-about-us, .page-advertise) {
    overflow-x: hidden;
}

body:is(.page-about-us, .page-advertise) *,
body:is(.page-about-us, .page-advertise) *::before,
body:is(.page-about-us, .page-advertise) *::after {
    box-sizing: border-box;
}

body:is(.page-about-us, .page-advertise) :is(.site, .grid-container, .content-area) {
    width: 100%;
    max-width: none;
}

body:is(.page-about-us, .page-advertise) .content-area {
    float: none;
}

body:is(.page-about-us, .page-advertise) .site-content {
    width: 100%;
    max-width: 920px;
    margin: 0 auto;
    padding: 52px 50px 80px;
}

body:is(.page-about-us, .page-advertise) .inside-article {
    padding: 0;
    background: #fffaf5;
}

body:is(.page-about-us, .page-advertise) :is(.entry-header, .entry-content) {
    width: 100%;
    max-width: 760px;
    margin-right: auto;
    margin-left: auto;
}

body:is(.page-about-us, .page-advertise) .entry-title {
    margin: 0 0 34px;
    color: #111;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(42px, 4vw, 58px);
    font-weight: 700;
    line-height: 1.02;
}

body:is(.page-about-us, .page-advertise) .entry-content {
    color: #222;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    line-height: 1.7;
}

body:is(.page-about-us, .page-advertise) .entry-content h2 {
    margin: 42px 0 14px;
    color: #111;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 900;
    line-height: 1.12;
}

body:is(.page-about-us, .page-advertise) .entry-content :is(p, ul) {
    margin-bottom: 22px;
}

body:is(.page-about-us, .page-advertise) :is(.cia-network-footer, .cia-site-footer-bottom) {
    width: 100%;
    max-width: none;
}

@media (max-width: 700px) {
    body:is(.page-about-us, .page-advertise) .site-content {
        padding: 36px 22px 56px;
    }

    body:is(.page-about-us, .page-advertise) .entry-content {
        font-size: 17px;
        line-height: 1.65;
    }
}
