#single-update-2024 {
}

#single-update-2024 .update-grid {
  display: grid;
  grid-template-areas: 
  "sidebar"
  "main"
  "related";
  gap: 1.5rem 0;
  margin: 0 auto;
  max-width: 1380px;
  padding: 3rem 1rem;
}

#single-update-2024 .update--sidebar {
  grid-area: sidebar;
}
#single-update-2024 .update--related {
  grid-area: related;
}
#single-update-2024 .update--body {
  grid-area: main;
}
#single-update-2024 .update--related .article-preview {
  border-bottom: 2px solid var(--gray-50);
  padding-bottom: .5rem;
}
#single-update-2024 .update--related h3 {
  color: var(--gray-70);
  font-family: var(--heading-font);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#single-update-2024 .update--related .ap-date {
  display: none;
}
#single-update-2024 .update--related .ap-excerpt {
  display: none;
}
#single-update-2024 .update--related .ap-title a {
  text-decoration-color: #fff;
}
#single-update-2024 .update--related .ap-topic {
  order: -1;
}

  #single-update-2024 .article-meta--topic {
    margin: 0;
    margin-bottom: .5rem;
  }
  
    #single-update-2024 .article-meta--topic-wrapper {
      align-items: baseline;
      display: flex;
      gap: 1rem;
    }

    #single-update-2024 .article-meta--topic a {
      color: var(--green-30);
      font-family: var(--heading-font);
      font-size: clamp(14px, 5vw, 16px);
      font-weight: 600;
      letter-spacing: 1px;
      text-transform: uppercase;
    }
  
  #single-update-2024 .update--body p.update-label {
    background: var(--green-20);
    color: #FFF;
    display: inline-block;
    font-family: var(--heading-font);
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    padding: .5rem 1rem;
    text-transform: uppercase;
  }
  #single-update-2024 .update--body p.update-date {
    color: var(--gray-70);
    font-family: var(--heading-font);
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  
  #single-update-2024 h1 {
    font-family: var(--heading-font);
    font-size: clamp(28px, 5vw, 55px);
    font-weight: 200;
    line-height: 1.2;
    margin: 0;
    margin-bottom: 2.5rem;
  }
  
  #single-update-2024 .update--subhead {
    border-left: clamp(5px, 5vw, 8px) solid var(--green-20);
    color: var(--gray-70);
    font-family: var(--heading-font);
    font-size: clamp(16px, 5vw, 22px);
    font-weight: 200;
    letter-spacing: .25px;
    margin: 2rem 0 1rem 0;
    padding-left: 1.5rem;
  }
  
  #single-update-2024 .update-thumbnail {
    margin: 3rem 0 2rem 0;
  }
  
    #single-update-2024 .update-thumbnail .wp-post-image {
      height: auto;
      max-width: 100%;
    }
    #single-update-2024 .update--header .update-thumbnail .wp-post-image {
      height: 65vh;
      object-fit: cover;
      width: 100%;
    }
    
    #single-update-2024 .update-thumbnail-caption {
      color: var(--gray-70);
      display: flex;
      flex-wrap: wrap;
      font-family: var(--heading-font);
      font-size: 15px;
      font-weight: 200;
      gap: .5rem 3rem;
      letter-spacing: .5px;
      line-height: 1.25;
      margin-top: .75rem;
      justify-content: space-between;
    }
    #single-update-2024 .update-thumbnail-caption .caption {
      color: var(--body-color);
      max-width: 48rem;
    }
    
    #single-update-2024 .update--body .update-thumbnail {
      margin-top: 0;
    }
    
    @media screen and (min-width: 780px) {
      #single-update-2024 .update-thumbnail-caption {
        flex-wrap: nowrap;
      }
      #single-update-2024 .update-thumbnail-caption .credit {
        margin-left: auto;
      }
    }
  
  /** 
  * More News Briefs 
  **/
  #single-update-2024 .update--body h3.more-briefs {
    border-top: 2px solid var(--gray-50);
    color: var(--blue-30);
    font-family: var(--heading-font);
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1px;
    padding-top: 1rem;
    text-transform: uppercase;
  }
  #single-update-2024 .update--body article.update {
    border-top: 2px solid var(--gray-20);
    padding: 1rem 0;
  }
  #single-update-2024 .update--body p.latest-date {
    color: var(--gray-70);
    font-family: var(--heading-font);
    font-size: 11px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1px;
    margin-bottom: .5rem;
    text-transform: uppercase;
  }
  #single-update-2024 .update--body h4.latest-headline {
    color: var(--body-color);
    font-family: var(--heading-font);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    margin: 0;
  }
  #single-update-2024 .update--body h4.latest-headline a {
    text-decoration-color: transparent;
    transition: all .25s ease-out;
  }
  #single-update-2024 .update--body h4.latest-headline a:hover {
    color: var(--body-color);
    text-decoration-color: var(--blue-30);
  }
  #single-update-2024 .updates-latest-news {
    background: var(--gray-20);
    padding: 3rem 1rem;
  }
  #single-update-2024 .updates-latest-news h3 {
    color: var(--blue-30);
    font-family: var(--heading-font);
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1px;
    margin-bottom: .25rem;
  }
  #single-update-2024 .updates-latest-news .view-link {
    color: var(--gray-70);
    font-family: var(--heading-font);
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  #single-update-2024 .updates-latest-news .inner {
    margin: 0 auto;
    max-width: 1380px;
  }
  #single-update-2024 .updates-latest-news ul {
    display: grid;
    gap: 1.5rem;
    padding: 0;
  }
  #single-update-2024 .updates-latest-news .ap-excerpt, #single-update-2024 .updates-latest-news .ap-topic {
    display: none;
  }
  #single-update-2024 .article-preview {
    align-self: flex-start;
  }
  #single-update-2024 .article-preview .ap-image {
    z-index: 1;
  }
  #single-update-2024 .ap-title a {
    text-decoration-color: var(--gray-20);
  }
  #single-update-2024 .ap-title a:hover {
    text-decoration-color: var(--green-20);
  }
  @media screen and (min-width: 700px) {
    #single-update-2024 .updates-latest-news ul {
      grid-template-columns: 1fr 1fr;
      gap: 2rem;
    }
  }
  @media screen and (min-width: 980px) {
    #single-update-2024 .updates-latest-news ul {
      grid-template-columns: 1fr 1fr 1fr 1fr;
    }
  }
  
  /**
  * Article Updates and Corrections
  **/
  
  #single-update-2024  .update--body .updated-article {
    background: var(--blue-90);
    color: #1F5EAD;
    float: none;
    font-family: var(--heading-font);
    font-size: 17px;
    font-style: normal;
    font-weight: 200;
    line-height: 1.35;
    max-width: 100%;
    padding: 1.5rem;
    width: 100%;
  }
  
  #single-update-2024  .update--body .updated-article a {
    color: #1F5EAD;
    text-decoration-color: #1F5EAD;
    text-decoration-thickness: 1px;
  }
  #single-update-2024  .update--body .updated-article a:hover {
    color: #1F5EAD;
    text-decoration: underline;
  }

  #single-update-2024 .update--body .correction {
    background: var(--gray-20);
    color: var(--body-color);
    float: none;
    font-family: var(--heading-font);
    font-size: 17px;
    font-style: normal;
    font-weight: 200;
    line-height: 1.35;
    max-width: 100%;
    padding: 1.5rem;
    width: 100%;
  }
  
  /**
  * Global Article Alignments
  * - Maybe move this to global styles later
  **/
  #single-update-2024 .alignleft {
    float: none;
    margin: .5rem 0 1rem 0;
  }
  #single-update-2024 .alignright {
    float: none;
    margin: .5rem 0 1rem 0;
  }
  #single-update-2024 .aligncenter {
    margin: 0 auto;
  }
  @media screen and (min-width: 600px) {
    #single-update-2024 .alignleft {
      float: left;
      margin: .5rem 3rem 1rem 0;
    }
    #single-update-2024 .alignright {
      float: right;
      margin: .5rem 0 1rem 3rem;
    }
    #single-update-2024 .aligncenter {
      margin: 0 auto;
    }
  }
  
  
  /**
  * Core Article Typography 
  **/
  
  #single-update-2024 .update--body h2 b, 
  #single-update-2024 .update--body h3 b, 
  #single-update-2024 .update--body h4 b, 
  #single-update-2024 .update--body h5 b, 
  #single-update-2024 .update--body h6 b,
  #single-update-2024 .update--body h2 strong, 
  #single-update-2024 .update--body h3 strong, 
  #single-update-2024 .update--body h4 strong, 
  #single-update-2024 .update--body h5 strong, 
  #single-update-2024 .update--body h6 strong {
    font-weight: 400;
  }
  
  #single-update-2024 .update--body p {
    font-family: var(--body-font);
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
    margin-bottom: 1.25rem;
  }
  #single-update-2024 .update--body h2 {
    font-family: var(--heading-font);
    /* font-size: clamp(26px, 5vw, 48px); */
    font-size: clamp(20px, 5vw, 36px);
    font-weight: 400;
    line-height: 1.25;
    margin: 2.5rem 0 1rem;
  }
  #single-update-2024 .update--body h3 {
    font-family: var(--heading-font);
    font-size: clamp(18px, 5vw, 30px);
    font-weight: 400;
    line-height: 1.25;
    margin: 2.5rem 0 1rem;
  }
  #single-update-2024 .update--body h4 {
    font-family: var(--heading-font);
    font-size: clamp(18px, 5vw, 28px);
    font-weight: 400;
    line-height: 1.25;
    margin: 2.5rem 0 1rem;
  }
  #single-update-2024 .update--body h5 {
    font-family: var(--heading-font);
    font-size: clamp(18px, 5vw, 24px);
    font-weight: 400;
    line-height: 1.25;
    margin: 2.5rem 0 1rem;
  }
  #single-update-2024 .update--body h6 {
    font-family: var(--heading-font);
    font-size: clamp(17px, 5vw, 22px);
    font-weight: 400;
    line-height: 1.25;
    margin: 2.5rem 0 1rem;
  }
  
  #single-update-2024 .update--body ol, #single-update-2024 .update--body ul {
    padding-left: 1.1em;
    margin: 1.25rem 0;
  }
  #single-update-2024 .update--body li {
    font-family: var(--body-font);
    font-size: 18px;
    margin: 0;
    margin-bottom: .25rem;
  }
  
  #single-update-2024 .update--body a {
    color: var(--body-color);
    text-decoration: underline;
    text-decoration-color: var(--green-20);
    text-decoration-thickness: 2px;
    text-underline-offset: .2em;
    transition: color .25s ease-out;
  }
  #single-update-2024 .update--body a:hover {
    color: var(--green-20); 
  }
  
  /**
  * Figures and Images
  **/
  #single-update-2024 .update--body figure.size-full:not(.alignleft):not(.alignright) {
    max-width: 100% !important;
    width: 100% !important;
  }
  #single-update-2024 .update--body figure.size-full img {
    max-width: 100% !important;
    height: auto;
  }
  #single-update-2024 .update--body figure.is-resized {
    width: auto !important;
  }
  #single-update-2024 .wp-block-image,
  #single-update-2024 .wp-block-image figure {
    position: relative;
    margin-bottom: 1em;
  }
  #single-update-2024 .wp-block-image:has(.wp-element-caption) figure {
    border-bottom: 1px solid #eee;
  }
  
  #single-update-2024 .image-credit {
    background: rgba(0,0,0,.5);
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    font-family: var(--heading-font);
    font-size: 12px;
    font-weight: 200;
    gap: .5rem 3rem;
    letter-spacing: .5px;
    line-height: 1.25;
    padding: .5rem .75rem;
    padding: 0.25rem 0.5rem;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #single-update-2024 .wp-block-image figcaption, 
  #single-update-2024 .update--body .wp-caption-text p,
  #single-update-2024 .update--body .wp-element-caption {
    color: var(--gray-70);
    font-family: var(--heading-font);
    font-size: 14px;
    font-weight: 200;
    letter-spacing: .25px;
    line-height: 1.35;
    margin-bottom: 1rem;
  }
  #single-update-2024 .update--body .wp-element-caption {
    /* margin-top: -1rem; */
    padding-bottom: 1.33rem;
  }
  #single-update-2024 .wp-caption-text {
    border: none;
  }
  
  /**
  * Pull Quotes
  **/
  #single-update-2024 .update--body .wp-block-pullquote {
    margin: 1.5rem 0;
    padding: 0;
  }
  #single-update-2024 .update--body .wp-block-pullquote blockquote {
    border-bottom: 1px solid var(--gray-30);
    border-top: 1px solid var(--gray-30);
    margin: 0;
    padding: 1.5rem 0;
    padding-left: 4rem;
    position: relative;
    width: 100%;
  }
  #single-update-2024 .update--body .wp-block-pullquote blockquote p {
    color: var(--green-20);
    font-family: var(--body-font);
    font-size: clamp(22px, 5vw, 32px);
    font-weight: 700;
    line-height: 1.35;
  }
  #single-update-2024 .update--body .wp-block-pullquote blockquote p.long {
    font-size: 28px;
  }
  #single-update-2024 .update--body .wp-block-pullquote blockquote p.verylong {
    font-size: 26px;
  }
  #single-update-2024 .update--body .wp-block-pullquote blockquote cite {
    color: var(--gray-70);
    font-family: var(--heading-font);
    font-size: clamp(18px, 5vw, 24px);
    font-style: normal;
    font-weight: 200;
    line-height: 1.35;
  }
  #single-update-2024 .update--body .wp-block-pullquote blockquote cite::before {
    color: var(--gray-70);
    content: '–';
  }
  #single-update-2024 .update--body .wp-block-pullquote blockquote::before {
    color: var(--gray-30);
    content: '“';
    font-family: var(--body-font);
    font-size: clamp(85px, 15vw, 120px);
    font-weight: 700;
    left: 0;
    position: absolute;
    top: -.25rem;
  }
  #single-update-2024 .update--body .wp-block-pullquote.alignleft, #single-update-2024 .update--body .wp-block-pullquote.alignright {
    margin-top: .5rem;
    max-width: 420px;
    width: auto !important;
  }
  #single-update-2024 .update--body .wp-block-pullquote.alignleft {
    margin: .5rem 3rem 1rem 0;
  }
  #single-update-2024 .update--body .wp-block-pullquote.alignright {
    margin: .5rem 0 1rem 3rem;
  }
  #single-update-2024 .update--body .wp-block-pullquote.alignleft blockquote, #single-update-2024 .update--body .wp-block-pullquote.alignright blockquote {
    padding-left: 3.5rem;
  }
  #single-update-2024 .update--body .wp-block-pullquote.alignleft blockquote cite, #single-update-2024 .update--body .wp-block-pullquote.alignright blockquote cite {
    font-size: clamp(17px, 5vw, 20px);
  }
  #single-update-2024 .update--body .wp-block-pullquote.alignleft p {
    font-size: clamp(20px, 5vw, 24px);
  }
  #single-update-2024 .update--body .wp-block-pullquote.alignleft blockquote::before {
    font-size: clamp(60px, 15vw, 90px);
    top: .25rem;
  }
  #single-update-2024 .update--body .wp-block-pullquote.alignright p {
    font-size: clamp(20px, 5vw, 24px);
  }
  #single-update-2024 .update--body .wp-block-pullquote.alignright blockquote::before {
    font-size: clamp(60px, 15vw, 90px);
    top: .25rem;
  }
  
  /**
  * Block Quote
  **/
  
  #single-update-2024 .update--body .wp-block-quote {
    border: none;
    border-left: 3px solid var(--blue-30);
    margin: 2rem 1.5rem 2rem 0; 
    padding: 0;
    padding-left: 2rem;
  }
  #single-update-2024 .update--body .wp-block-quote p {
    color: var(--body-color);
    font-weight: 200;
  }
  #single-update-2024 .update--body .wp-block-quote cite {
    color: var(--blue-30);
    font-family: var(--heading-font);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
  }
  #single-update-2024 .update--body .wp-block-quote cite::before {
    display: none;
  }
  #single-update-2024 .update--body .wp-block-quote p:last-child {
    margin-bottom: 0;
  }

  
  /**
  * Going Deeper Block
  **/

  .block-going-deeper .wp-block-image {
    margin-bottom: 1em;
  }

  /**
  * Separator Block
  **/
  
  .wp-block-separator {
    
  }
  
  /**
  * Media Text Block
  **/
  
  .wp-block-media-text {
    margin: 2rem 0;
  }
  
  /**
  * Block Styles
  **/
  #single-update-2024 p.is-style-note {
    font-family: var(--heading-font);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .5px;
  }
  /**
  * Responsive Video Embeds
  **/
  /* Remove top margin if video is first element inside body */
  #single-update-2024 .update--body .wp-block-embed:first-child .wp-block-embed__wrapper {
    margin-top: 0;
  }
  .wp-block-embed.is-type-video .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 2rem 0;
    max-width: 100%;
    height: auto;
  }
  @media screen and (max-width: 1024px) {
    .wp-block-embed.is-type-video .wp-block-embed__wrapper {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: visible;
      margin: 2rem 0;
      max-width: 100%;
      height: auto;
    }    
  }

  .wp-block-embed.is-type-video .wp-block-embed__wrapper iframe, 
  .wp-block-embed.is-type-video .wp-block-embed__wrapper object, 
  .wp-block-embed.is-type-video .wp-block-embed__wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
  }
  
  /**
  * Legacy Data Wrapper
  **/
  #single-update-2024 .update--body .datawrapper-wrapper {
    margin: 1.5rem 0;
  }
  
  /**
  * Legacy Box
  **/
  #single-update-2024 .box {
    margin: 2rem 0;
  }
  #single-update-2024 .box p {
    font-size: 16px; 
  }
  @media screen and (min-width: 700px) {
    #single-update-2024 .box.left {
      float: left;
      margin-top: 0;
      margin-right: 2rem;
      max-width: 50%;
    }
    #single-update-2024 .box.right {
      float: right;
      margin-top: 0;
      margin-left: 2rem;
      max-width: 50%;
    }
  }
  @media screen and (min-width: 900px) {
    #single-update-2024 .box.left,
    #single-update-2024 .box.right {
      max-width: 40%;
    }
  }
  
  /**
  * Legacy Related Posts
  **/
  #single-update-2024 .related-posts {
    border-top: 2px solid var(--gray-30);
    padding: 1rem 0;
  }
  #single-update-2024 .related-posts {
    border-top: 2px solid var(--gray-30);
    padding: 1rem 0;
  }
  #single-update-2024 .related-posts h3 {
    color: var(--blue-30);
    font-family: var(--heading-font);
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0;
    margin-bottom: 1rem;
    text-transform: uppercase;
  }
  #single-update-2024 .related-posts a {
    text-decoration-color: #fff;
    transition: all .25s ease-out;
  }
  #single-update-2024 .related-posts a:hover {
    text-decoration-color: var(--green-20);
  }
  #single-update-2024 .related-posts h2 {
    color: var(--body-color);
    font-family: var(--heading-font);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.35;
    margin-top: .5rem;
  }
  @media screen and (min-width: 480px) {
    #single-update-2024 .related-posts.right {
      float: right;
      margin: .5rem 0 1rem 3rem;
    }
    #single-update-2024 .related-posts.left {
      margin: .5rem 3rem 1rem 0;
    }
  }
  
/* Global Single Post Styles */
.single-post .box {
  background: var(--gray-20);
  padding: 1.5rem;
}
  .single-post .box h1 {
    color: var(--blue-30);
    font-family: var(--heading-font);
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 1.35;
    text-transform: uppercase;
  }
  .single-post .box ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
    .single-post .box ul li {
      margin-bottom: .25rem;
    }
    .single-post .box ul a {
      box-shadow: none;
      font-family: var(--heading-font);
      font-weight: 200;
      letter-spacing: .5px;
      text-decoration-color: var(--gray-70);
      text-decoration-thickness: 1px;
      text-shadow: none;
      text-underline-offset: .2em;
      transition: color .25s ease-out;
    }
    .single-post .box ul span {
      font-family: var(--heading-font);
      font-weight: 200 !important;
      letter-spacing: .5px;
    }
  .single-post .box.pull-right {
    margin: .5rem 0 1rem 1.5rem;
  }
  .single-post .box.pull-left {
    margin: .5rem 1.5rem 1rem 0;
  }
  
  
  /**
  * Sidebar Widgets
  **/
  #single-update-2024 .sidebar {
    padding: 0;
  }
  
  /**
  * Featured Image
  **/
  #single-update-2024 .article--meta .wp-post-image {
    width: 100%;
    max-width: 100%;
    height: auto;
  }
  
   
  /**
  * Responsive Article Layout Media Queries
  **/
  #single-update-2024 .update--sidebar-ads {
    display: none;
  }
  
  @media screen and (min-width: 940px) {
    #single-update-2024 .update-grid {
      display: grid;
      gap: 0 5rem;
      grid-template-areas: 
      "sidebar main"
      "related main";
      grid-template-columns: 1fr minmax(0, 3fr);
      align-items: start;
      width: 100%;
      padding: 5rem 42px;
    }
    #single-update-2024 .update--sidebar {
      grid-area: sidebar;
      height: 100%;
    }
    #single-update-2024 .update--related {
      grid-area: related;
      height: 100%;
    }

    #single-update-2024 .update--meta #article-meta-2023 {
      position: sticky;
      top: 9rem;
    }
    
    #single-update-2024 .update--sidebar-ads {
      display: block;
      height: 67%;
    }
    #single-update-2024 .update--sidebar-ads .sidebar {
      height: 100%;
    }
    #single-update-2024 .update--sidebar-ads .sidebar .widget {
      height: 50%;
    }
    #single-update-2024 .update--sidebar-ads .sidebar .widget > div,
    #single-update-2024 .update--sidebar-ads .sidebar .widget > ul {
      margin-bottom: 3rem;
      position: sticky;
      top: 9rem;
    }
    #single-update-2024 .update--body {
      grid-area: main;
    }
  }