body.home .site-header,
body.single-post .site-header,
body.category .site-header,
body.search .site-header,
body.page-privacy-policy .site-header,
body.page-terms-of-use .site-header,
body.page-about-us .site-header,
body.page-advertise .site-header {
    display: none !important;
}

body.page-privacy-policy .main-navigation,
body.page-terms-of-use .main-navigation,
body.page-about-us .main-navigation,
body.page-advertise .main-navigation,
body.category .main-navigation,
body.search .main-navigation,
body.page-privacy-policy .top-bar,
body.page-terms-of-use .top-bar,
body.page-about-us .top-bar,
body.page-advertise .top-bar,
body.category .top-bar,
body.search .top-bar {
    display: none !important;
}

:root {
    --cia-orange: #ff5a00;
    --cia-ink: #050505;
    --cia-blue-black: #081724;
    --cia-brand-font: "Bebas Neue", "Trade Gothic Condensed Bold", "DIN Condensed", "DIN Alternate", "Alternate Gothic", "Arial Narrow", sans-serif;
    --cia-top-card-height: clamp(109px, 8.82vw, 127px);
    --cia-brand-card-width: clamp(360px, 29.2vw, 420px);
    --cia-masthead-gap: 18px;
    --vertical-accent: var(--cia-orange);
    --vertical-accent-dark: #8b5d24;
    --vertical-accent-soft: #f2e6d3;
    --vertical-highlight: #59646d;
}

.cia-master-masthead {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
    background: #fffaf5;
    color: #111;
    border-bottom: 1px solid #0b1720;
}

.cia-master-masthead-inner {
    width: 100%;
    box-sizing: border-box;
    max-width: 1840px;
    margin: 0 auto;
    padding: 10px 32px 10px;
    display: grid;
    grid-template-columns: var(--cia-brand-card-width) clamp(22px, calc(392px - 20.14vw), 167px) repeat(3, minmax(0, 1fr));
    gap: var(--cia-masthead-gap);
    align-items: center;
}

.cia-master-masthead.has-no-puffs .cia-master-masthead-inner {
    grid-template-columns: var(--cia-brand-card-width) minmax(0, 1fr);
}

.cia-brand-lockup,
.cia-masthead-puff {
    min-width: 0;
}

.cia-brand-lockup,
.cia-brand-lockup:visited,
.cia-brand-lockup:hover,
.cia-brand-lockup:focus {
    position: relative;
    z-index: 5;
    display: block;
    width: var(--cia-brand-card-width);
    color: #111;
    cursor: pointer;
    text-decoration: none;
    pointer-events: auto;
}

.cia-brand-lockup::after {
    position: absolute;
    inset: 0;
    display: block;
    content: "";
}

.cia-brand-image {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: var(--cia-top-card-height);
    object-fit: contain;
    object-position: left center;
    transform: none !important;
    transition: none !important;
}

.cia-brand-lockup.has-text-lockup {
    display: flex;
    min-height: var(--cia-top-card-height);
    flex-direction: column;
    justify-content: center;
    gap: 8px;
}

.bia-brand-eyebrow {
    display: block;
    color: #4b5560;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1.4px;
    line-height: 1;
    text-transform: uppercase;
}

.bia-brand-core {
    display: grid;
    grid-template-columns: 76px 1px minmax(0, 1fr);
    gap: 14px;
    align-items: center;
}

.bia-brand-mark {
    display: flex;
    width: 76px;
    height: 62px;
    align-items: center;
    justify-content: center;
    background: #081724;
    color: #fffaf5;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
}

.bia-brand-rule {
    width: 1px;
    height: 62px;
    background: var(--vertical-accent);
}

.bia-brand-name {
    display: flex;
    min-width: 0;
    flex-direction: column;
    color: #081724;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(18px, 1.55vw, 27px);
    font-weight: 800;
    line-height: 0.95;
    text-transform: uppercase;
}

.cia-brand-lockup:hover,
.cia-brand-lockup:focus,
.cia-brand-lockup:hover .cia-brand-image,
.cia-brand-lockup:focus .cia-brand-image {
    width: var(--cia-brand-card-width);
    max-width: 100%;
    transform: none !important;
}

.cia-masthead-puff {
    position: relative;
    z-index: 1;
    min-height: var(--cia-top-card-height);
}

.cia-masthead-puff {
    overflow: hidden;
}

.cia-masthead-puff:first-of-type {
    grid-column: 3;
}

.cia-masthead-puff a,
.cia-masthead-puff a:visited,
.cia-masthead-puff a:hover,
.cia-masthead-puff a:focus {
    position: relative;
    display: grid;
    grid-template-columns: minmax(78px, 34%) minmax(0, 1fr);
    height: var(--cia-top-card-height);
    overflow: hidden;
    background: #f8eadb;
    color: #111;
    text-decoration: none;
}

.cia-masthead-puff a:hover,
.cia-masthead-puff a:focus {
    background: #f4e2d0;
    box-shadow: inset 0 -3px 0 var(--vertical-accent);
}

.cia-puff-card-photo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cia-puff-card-copy {
    display: flex;
    min-width: 0;
    flex-direction: column;
    justify-content: center;
    padding: 10px 12px;
}

.cia-puff-card-title {
    display: block;
}

.cia-puff-card-title {
    display: -webkit-box;
    overflow: hidden;
    color: #111;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(14px, 1vw, 17px);
    font-weight: 900;
    line-height: 1.08;
    text-transform: uppercase;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.cia-category-nav {
    width: 100%;
    box-sizing: border-box;
    max-width: 1840px;
    margin: 0 auto;
    padding: 0 32px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr)) minmax(180px, 0.85fr);
    background: #0b1720;
    border-top: 1px solid var(--vertical-accent);
    box-shadow: inset 0 -1px 0 #0b1720;
}

.cia-category-nav a,
.cia-category-nav a:visited,
.cia-category-nav a:hover,
.cia-category-nav a:focus {
    position: relative;
    display: flex;
    min-height: 30px;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(255, 250, 245, 0.16);
    color: #fffaf5;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
}

.cia-category-nav a:first-child {
    border-left: 0;
}

.cia-category-nav a:hover,
.cia-category-nav a:focus {
    background: #162d41;
    color: #fffaf5;
}

.cia-category-nav a.is-active {
    background: #12293d;
    color: #fffaf5;
}

.cia-category-nav a.is-active::after {
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 34px;
    height: 2px;
    background: var(--vertical-accent);
    content: "";
    transform: translateX(-50%);
}

.cia-category-search {
    display: flex;
    min-width: 0;
    align-items: center;
    border-left: 1px solid rgba(255, 250, 245, 0.16);
}

.cia-category-search input,
.cia-category-search button {
    height: 30px;
    border: 0;
    border-radius: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.cia-category-search input {
    min-width: 0;
    width: 100%;
    padding: 0 9px;
    background: #fffaf5;
    color: #111;
}

.cia-category-search button {
    flex: 0 0 auto;
    padding: 0 11px;
    background: var(--cia-orange);
    color: #fff;
    cursor: pointer;
    font-weight: 900;
    text-transform: uppercase;
}

.cia-category-search input:focus,
.cia-category-search button:focus {
    outline: 2px solid #fff;
    outline-offset: -2px;
}

@media (max-width: 1440px) {
    .cia-master-masthead-inner {
        padding: 10px 28px;
        grid-template-columns: var(--cia-brand-card-width) clamp(22px, calc(392px - 20.14vw), 167px) repeat(3, minmax(0, 1fr));
        gap: var(--cia-masthead-gap);
    }

    .cia-brand-lockup {
        width: var(--cia-brand-card-width);
    }

    .cia-masthead-puff {
        min-height: var(--cia-top-card-height);
    }

    .cia-category-nav {
        padding: 0 28px;
    }
}

@media (max-width: 1120px) {
    .cia-master-masthead-inner {
        grid-template-columns: minmax(0, 1fr);
        gap: 16px;
    }

    .cia-brand-lockup {
        width: min(100%, 420px);
    }

    .cia-masthead-puff {
        display: none;
    }

}

@media (max-width: 760px) {
    html {
        max-width: 100%;
        overflow-x: hidden;
    }

    .cia-master-masthead-inner {
        padding: 14px 20px 12px;
        grid-template-columns: 1fr;
        gap: 14px;
        overflow: hidden;
    }

    .cia-brand-lockup {
        max-width: 520px;
        width: 100%;
    }

    .cia-brand-lockup:hover,
    .cia-brand-lockup:focus,
    .cia-brand-lockup:hover .cia-brand-image,
    .cia-brand-lockup:focus .cia-brand-image {
        width: 100%;
    }

    .cia-category-nav {
        padding: 0 16px;
        display: flex;
        gap: 0;
        overflow-x: auto;
        overflow-y: hidden;
        max-width: 100%;
        justify-content: flex-start;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }

    .cia-category-nav a {
        flex: 0 0 auto;
        min-width: auto;
        padding: 0 16px;
        font-size: 11px;
        white-space: nowrap;
    }

    .cia-category-search {
        flex: 0 0 210px;
    }

    .cia-category-nav::-webkit-scrollbar {
        display: none;
    }
}

@media (max-width: 520px) {
    .cia-brand-lockup {
        width: 100%;
    }

    .cia-master-masthead-inner {
        padding-right: 16px;
        padding-left: 16px;
    }

    .cia-brand-image {
        max-height: none;
        width: min(100%, 520px);
    }
}
