body {
    margin: 0 auto;
    font-family: 'Inter', sans-serif;
    max-width: 1180px;
}
p, li, footer {
    font-size: 0.9em;
}
a {
    color: black;
    transition: .2s;
}
a:hover {
    color: #000000ab;
}
:root {
    font-family: Inter, sans-serif;
    font-feature-settings: 'liga' 1, 'calt' 1; /* fix for Chrome */
  }
  @supports (font-variation-settings: normal) {
    :root { font-family: InterVariable, sans-serif; }
  }
  @font-face {
    font-family: 'Inter Body';
    src: url('/assets/fonts/Inter_Light.ttf') format('truetype'),
        url('/assets/fonts/Inter_Light.otf') format('otf'),
        url('/assets/fonts/Inter_Light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'Inter Body';
    src: url('/assets/fonts/Inter_LightItalic.ttf') format('truetype'),
        url('/assets/fonts/Inter_LightItalic') format('otf'),
        url('/assets/fonts/Inter_LightItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
  }

  @font-face {
    font-family: 'CMU 1';
    src: url('/assets/fonts/cmunui.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'CMU 2';
    src: url('/assets/fonts/cmuni.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'CMU 3';
    src: url('/assets/fonts/cmunsl.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'CMU Serif Roman';
    src: url('/assets/fonts/cmunrm.ttf') format('truetype'),
    url('/assets/fonts/cmunrm-webfont.woff2') format('woff2'),
         url('/assets/fonts/cmunrm-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  @font-face {
    font-family: 'CMU 6';
    src: url('/assets/fonts/cmunbx.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  .uniform__potty {
    position: absolute;
    left: -9999px;
}
  /* Main Body */
main#main {
    font-family: 'Inter';
}
.hp-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px; height: 1px; overflow: hidden;
}
/*Navigation */
header.header {
    width:100%;
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    transition: .5s;
    z-index: 1;
}
.header .container {
    display: flex;
    align-items: center;
    position: relative;
}
.page-bottom.in-page header.header, .page-bottom .section .writing-content h2 {
    opacity: 0;
}
.main-nav ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    width: 100%;
}
.in-page header.header {
    height: 45px;
    background: white;
    z-index: 10;
    box-shadow: 0px 10px 20px #0000000f;
}
.page-top h1.site-title {
    opacity: 0;
}
.in-page h1.site-title {
    opacity: 1 !important;
}
h1.site-title {
    display: inline-block;
    transition: .5s;
    font-family: 'CMU Serif Roman', serif;
    text-shadow: none;
    -webkit-text-stroke: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    font-weight: 400;
    opacity: 1;
}
h1.site-title a {
    text-decoration: none;
    color: black;
}
nav.main-nav {
    width: 100%;
    font-size: .9em;
}
nav.main-nav li {
    list-style: none;
}
nav.main-nav li a {
    text-decoration: none;
    color: black;
}
nav.main-nav li a.nav-link.active {
    font-weight: bold;
    border-bottom: 1px solid black;
    padding-bottom: 5px;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }
/* Hamburger menu button styling */
.menu-toggle {
    background: none;
    border: none;
    cursor: pointer;
    position: absolute;
    width: 40px;
    height: 24px;
    right: 20px;
    top: 10px;
  }
  
  .menu-toggle .menu-icon {
    position: relative;
    display: block;
    width: 100%;
    height: 2px;
    background-color: black; /* Adjust to your desired color */
  }
  
  .menu-toggle .menu-icon::before,
  .menu-toggle .menu-icon::after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: black; /* Adjust to match your design */
    transition: transform 0.3s ease;
  }
  
  .menu-toggle .menu-icon::before {
    top: -8px;
  }
  
  .menu-toggle .menu-icon::after {
    top: 8px;
  }

    /*General Section Width Tablet*/
  @media (min-width:600px) and (max-width: 1200px){
    .abt-text-holder, .book-content, .press-content, .writing-content, .writing .sticky-sidebar, section#contact, footer.footer{
        max-width: 720px;
        margin: auto;
        }
        .fixed-bottom-cta {
            width: 100%;
            max-width: 720px;
        }
    .abt-image-holder{
        max-width: 260px;
        }
        .press-grid {
            padding: 60px 20px 30px 20px;
        }
        .header .container{
            max-width: 760px;
            margin: auto !important;
        }
    }

    p.summary {
        display: none;
    }
  /*About Section Desktop*/
  @media (min-width:1200px){
    main#main {
        margin: 100px 0;
    }
    .menu-toggle {
        display: none;
    }
    h1.site-title {
        margin: 6px 0 0 0;
    }
    .header .container {
        margin: 0 20px;
    }
    .abt-content {
        width: 910px;
    }
    header.header {
        width: 1180px;
    }
    h1.site-title {
        width: 555px;
  }
  .menu-toggle .menu-icon{
      display:none;
  }

  /*About Section*/
  section#about {
    margin: 190px 0 160px 0px;
}
.abt-image-holder {
    flex: 0 0 22%; 
}
.abt-text-holder {
    flex: 1; /* Take up remaining space */
    padding: 40px;
}
}
/* Mobile styles */
@media (max-width: 1200px) {
    main#main {
        margin: 60px 0;
    }
    .book h2{
        padding: 3px 0 0 20px;
        margin: 0;
    }
    section#about h3 {
        text-align: center;
    }
    h1.site-title {
        margin: 6px 0 0 20px;
    }
    nav#main-navigation.main-nav ul {
        padding: 40px;
        box-sizing: border-box;
        display: block;
        text-align: center;
    }
    nav#main-navigation.main-nav ul li {
        padding: 10px 0;
    }
    .header .container {
        margin: 0;
    }
    .menu-toggle {
        display: block; /* Show the hamburger */
    }

    .main-nav {
        display: none; /* Hide the menu by default */
        flex-direction: column;
        background: white;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        z-index: 1000;
    }

    .main-nav.open {
        display: flex; /* Show the menu when toggled */
        background: #ffffffe3;
    }
      /*About Section*/
  section#about {
    padding:0px 20px 60px 20px;
}
.abt-content {
    display: flex;
    flex-direction: column; /* Stack children vertically */
  }

  .abt-image-holder, 
  .abt-text-holder {
    flex: none; /* Reset flex settings on Mobile */
  }
  .abt-text-holder {
    width: 100%;
  }
  .abt-image-holder{
    max-width: 200px;
    width: 70%;
    padding: 0 0 20px 0;
    margin: auto;
    box-sizing: border-box;
  }
}

figcaption.photocredit {
    font-size: 8px;
    font-style: italic;
    color: #868686;
}

/*Section Titles*/
/*General*/
section h2 {
    margin-bottom: 10px;
    font-family: 'CMU Serif Roman';
    text-shadow: none;
    -webkit-text-stroke: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 28px;
    font-weight: 400;
}
.writing-content h2 {
    border-bottom: 1px solid gainsboro;
}
.book h2 {
    background: #c2c3c4;
    border-bottom: 1px solid gray;
}
/*About Section Header*/
section#about h3 {
    font-family: 'CMU Serif Roman';
    text-shadow: none;
    -webkit-text-stroke: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    font-weight: 400;
    font-size: 2.5em;
    margin: 0;
}

/*About Section*/
.abt-content {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin: auto;
}
.abt-text-holder p, .sticky-sidebar p, article p, .book p  {
    font-size: .8em;
}
.abt-image-holder img {
    width: 100%;
}
ul.social-links li {
    font-size: 1em;
}
.sticky-sidebar .single-entry p, ul.social-links p {
    margin: 2px 0;
}

/*Book*/
.blurbs {
    line-height: .9em;
}
span.dash {
    margin-top: -2px;
    margin-right: 3px;
}
.blurbs a {
    color: #303030;
}
.blurbs blockquote * {
    display: inline;
}
.blurbs blockquote footer {
    display: block !important;
    margin-top: 5px;
}
.book-overview, .purchase-links {
    margin: 30px 24px;
}
@media (min-width:600px) and (max-width: 1200px){
    .book-image-holder {
        max-width:400px;
        margin: auto;
    }
}

@media(max-width: 1200px){
    .blurbs blockquote {
        margin: 27px 20px;
    }
    .section.press .section-title-mobile, .book-content .section-title-mobile, .writing-content h2 {
        position: sticky;
        top: 45px;
    }
    .blurb-one.desktop{
        display: none;
    }
    h3.book-title-mobile {
        display: none;
        text-shadow: none;
        -webkit-text-stroke: 0;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        font-size: 23px;
        font-weight: 500;
        line-height: 26px;
        margin: 25px 0 0 0;
        padding: 0 20px;
    }
    h2.section-title-desk {
        display: none;
    }
    .book-text-holder, .book-image-holder {
        flex: none; /* Reset flex settings on Mobile */
        width: 100%;
    }
    .book-image-holder.desk {
        display: none;
    }
.purchase-links li {
    text-align: center;
    margin: 15px 0px;
    padding: 10px;
}
.book-image-holder.mobile {
    padding: 20px 30px;
    box-sizing: border-box;
}
section#book {
    padding: 11px 0px;
}
.publisher-logo {
    width: 75px;
}
}
@media(min-width: 1200px){
    .blurbs blockquote {
        margin: 24px;
    }
    .section h2.section-title-desk, .section .writing-content h2 {
        padding: 6px 15px;
        position: sticky;
        top: 45px;
        z-index: 1;
        margin-bottom: 0;
        margin-top: 10px;
    }
    .section .writing-content h2 {
        background: white;
        padding: 6px 0;
        margin: 0 0 20px 0;
    }
    h2.section-title-mobile, .blurb-one.mobile {
        display: none;
    }
    h3.book-title-mobile {
        display:none;
    }
    .book-content{
        display: flex;
        align-items: flex-start;
        gap: 20px;
        padding-top: 15px;
    }
    .book-image-holder {
        flex: 0 0 26%;
        /*position: sticky;*/
        top: 90px;
        padding: 0 40px 20px 0;
    }
    .book-image-holder.mobile {
        display: none;
    }
    .purchase-links li {
        display: inline-block;
        padding: 5px 0;
        margin: 0 16px 0 0;
    }
    .book-text-holder {
        padding: 0 40px 40px 0;
    }
    
    section#book {
        padding: 20px 10px;
    }
    .publisher-logo {
        width: 95px;
    }
}

.book-content h2 {
    background: #c2c3c4;
}
.blurb-one blockquote {
    margin: 35px 20px 45px 20px;
    padding: 10px;
}


.blurb-one {
    font-size: 22px;
    background: #ffffffd9;
    box-shadow: 10px 10px 10px #06060629;
}
.blurb-one strong {
    font-size: 0.8em;
}

section#book {
    background: #c2c3c4;
}
.book-intro p {
    font-size: 17px;
}
.book-image-holder img {
    width: 100%;
}
p.blurb {
    margin: 0 0 5px 0;
    font-style: italic;
}

.book-image-holder img.book-image {
    box-shadow: 13px 10px 14px #7d7d7db5;
}
.book-image-holder p {
    font-size: 0.7em;
    line-height: .6em;
}.book-image-holder span {
    font-weight: bold;
}
.publisher-logo {
    position: absolute;
    top: -7px;
    right: 0;
}
.publisher-logo img {
    width: 100%;
}
.book-tags{
position: relative;
margin-top: 18px;
}
.purchase-links h3 {
    text-transform: capitalize;
    margin: 35px 0 0;
    font-weight: 500;
    border-bottom: 1px solid #a6a6a6;
    padding-bottom: 5px;
}
.purchase-links ul {
    padding: 0;
}
.purchase-links li {
    background: #000000b3;
    border-radius: 20px;
    transition: .5s;
    list-style: none;
}
.purchase-links li a {
    color: white;
    text-decoration: none;
    padding: 5px 30px;
}

.purchase-links li:hover {
    background: black;
}


/*Writing Section*/
.sticky-sidebar.mobile p, .sticky-sidebar.mobile li {
    font-size: 13px !important;
}
@media(max-width: 1200px){

    .articles h3{
        font-size: 21px !important;
    line-height: 29px !important;
    }
    .article p.meta {
        margin: 10px 0 15px 0 !important;
        font-size: .7em !important;
    }
    .writing-content h2{
        background: white;
    }

    .sticky-sidebar.desk{
        display: none;
    }
    .sticky-sidebar.mobile {
        padding: 0;
    }
    section#writing {
        padding: 0 20px;
    }
}
@media(min-width: 1200px){
    section#writing {
        margin: 30px 24px;
    }
    .writing .sticky-sidebar.mobile{
        display: none !important;
    }

    .writing .sticky-sidebar {
        width: 310px;
        position: sticky;
        top: 103px;
        display: inline-block;
        margin-top: 10px;
    }
    .articles {
        display: inline-block;
        width: calc(100% - 355px);
        vertical-align: top;
        margin: 0 0 0 40px;
        padding-top: 10px;
    }
}
.sticky-sidebar h3 {
    background: #66462C;
    color: white;
    padding: 10px;
}
.sticky-sidebar h3:nth-child(1) {
    border-radius: 15px 15px 0 0;
}
.sticky-sidebar .single-entry, .sticky-sidebar ul {
    padding: 35px 20px 40px 20px;
    margin: 0;
}
.sticky-sidebar .single-entry p {
    margin: 0;
}

.articles h3 {
    margin: 10px 0 0 0;
    font-family: 'CMU Serif Roman';
    text-shadow: none;
    -webkit-text-stroke: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 25px;
    line-height: 34px;
    font-weight: 400;
}
article.article {
    border: 1px solid gainsboro;
    border-radius: 10px;
    margin: 0 0 20px 0;
    background: #f7f7f7;
}
.article a {
    font-size: .9em;
    text-decoration: underline;
    text-decoration-color: gainsboro;
}
.article p.meta {
    margin: 2px 0 15px 0;
}
.writing-content {
    position: relative;
    padding-top: 10px;
}
.writing .sticky-sidebar {
    border: 1px solid gainsboro;
    border-radius: 15px;
    box-sizing: border-box;
}
.sticky-sidebar h3 {
    font-family: 'CMU Serif Roman';
    font-size: 1.5em;
    margin: 0;
    text-shadow: none;
    -webkit-text-stroke: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
}
.sticky-sidebar hr {
    margin: 40px 0;
    border: 0;
    border-top: 1px solid gainsboro;
}
ul.social-links {
    list-style: none;
}


/*Contact*/
@media (min-width:600px) and (max-width:1200px){
    section#contact {
        padding: 30px;
    }

}
@media(min-width:1200px){
    article.article {
        padding: 5px 15px 10px 15px;
    }
    .contact-item:nth-child(2) {
        padding-left: 15px;
    }
    .contact-item {
        width: calc(50% - 10px);
        display: inline-block;
    }
    #contact .col-1 {
        width: 390px;
        padding: 60px 40px;
        pointer-events: bounding-box;
    }
    #contact .col-2 {
        padding: 60px 0;
        box-sizing: border-box;
        width: calc(100% - 414px);
    }
}
@media(max-width:1200px){
    article.article {
        padding: 0 12px;
    }
    #contact .col-1, #contact .col-2 {
        width: -webkit-fill-available;
        margin: 0 auto;
    }
    section#contact {
        padding: 30px 10px;
    }
}
p.success {
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}
section#contact {
    background: #a4a4a4;
}
section#contact h2 {
    margin: 0;
    box-shadow:none;
}
#contact label {
    font-size: 13px;
}
#contact .col-1, #contact .col-2 {
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
}
#contact .col-2 input, #contact .col-2 textarea {
    width: 100%;
    margin: 0px 0 15px 0;
    border-radius: 4px;
    background: white;
    border: none;
    padding: 6px;
    box-sizing: border-box;
    font-family: 'Inter';
}

#contact .col-2 textarea#message {
    resize: none;
    width: 100%;
    height: 100px;
}

/*Footer*/
@media (max-width:1200px){
    footer.footer {
        padding: 40px 10px 40px 10px;
    }
    nav.footer-nav ul {
        padding: 0;
    }
    footer.footer nav.footer-nav li {
        padding: 0;
        display: block;
        line-height: 2em;
    }
    /* Fixed Bottom CTA*/
.fixed-bottom-cta {
    right: 0;
    left: 0;
    margin: auto;
    bottom: 0;
}
}
.footer-nav ul {
    margin: 0;
}
@media (min-width:1200px){
    nav.footer-nav {
        position: absolute;
    }
    footer.footer {
        padding: 40px 0;
    }
    /* Fixed Bottom CTA*/
.fixed-bottom-cta {
    right: 100px;
    bottom: 40px;
}
}
.fixed-bottom-container a:hover img {
    opacity: .7;
}
.fixed-bottom-cta * {
    display: inline-block;
}
.fixed-bottom-cta .logo-fixed img {
    width: 100%;
    transition: .5s;
}
.fixed-bottom-cta .text-fixed, .fixed-bottom-cta .logo-fixed {
    display: inline-block;
    vertical-align: top;
}

.fixed-bottom-cta .text-fixed {
    font-size: 18px;
}
.fixed-bottom-cta .logo-fixed {
    width: 35px;
    margin-top: 5px;
    margin-right: 10px;
}
.page-top .fixed-bottom-cta{
display: none;
}
.blurbs footer, .blurbs footer p {
    font-weight: bold;
}

.blurbs p {
    margin: 0;
}
form button {
    background: black;
    color: white;
    text-align: center;
    margin: auto;
    width: fit-content;
    border-radius: 20px;
    padding: 3px 30px;
    margin-top:10px;
}

footer.footer {
    position: relative;
}
.footer .container {
    position: relative;
}
nav.footer-nav {
    right: 10px;
    bottom: 0px;
}
footer.footer li {
    display: inline-block;
    padding: 0 20px;
}

/* Fixed Bottom CTA*/
.page-top .fixed-bottom-container {
    opacity: 0;
}
.in-page .fixed-bottom-container {
    opacity: 1;
}
.fixed-bottom-container {
    transition: .5s;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: white;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    width: 100%;
    max-width: 1180px;
    margin: auto;
}
.fixed-bottom-cta {
    align-items: center;
    text-align: center;
    justify-content: space-between;
    padding: 10px 20px;
}
.close-cta {
    position: absolute;
    top: -14px;
    right: 15px;
    background: #535353;
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 1.5rem;
    cursor: pointer;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0; 
  box-sizing: border-box;
}
.fixed-bottom-cta a {
    text-decoration: none;
}

.close-cta:hover {
    background: black;
}
.fixed-bottom-container a {
    text-decoration: none;
}

/*Privacy Policy*/
body.privacy-policy {
    margin: 110px auto;
    padding: 0 40px;
    box-sizing: border-box;
}
.privacy-policy.page-top h1.site-title {
    opacity: 1 !important;
}
.privacy-policy footer.footer {
    padding: 100px 0 0 0;
}
nav.main-nav.alt {
    text-align: right;
    font-size: 0.9em;
}
.privacy-policy .footer li {
    padding: 0;
}
.privacy-policy.page-top .fixed-bottom-cta {
    display: block;
}.privacy-policy.page-top .fixed-bottom-container {
    opacity: 1;
}.fixed-bottom-container {
    display: none;
  }
  
  .popup-desktop {
    display: none;
  }
  
  .popup-mobile {
    display: none;
  }
  .fixed-bottom-container.popup-mobile p {
    text-align: left;
    font-size: 11px;
}