h2, h3, h4 {
  margin-top: 48px;
}

h2 {
  font-size: 1.5rem;
  line-height: 1.33;
  font-weight: bold;
  margin-bottom: 16px;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: bold;
}

p {
  padding-bottom: 0;
  margin-bottom: 1.5rem;
}

.single, .page {
  color: #000;
  --layout-body-size: 1136px;
}
.single .the-post ol, .single .the-post ul:not(.menu), .page .the-post ol, .page .the-post ul:not(.menu) {
  padding-left: 8px;
  list-style-position: inside;
  margin-top: 32px;
  margin-bottom: 32px;
}
.single .the-post ol li, .single .the-post ul:not(.menu) li, .page .the-post ol li, .page .the-post ul:not(.menu) li {
  margin-bottom: 16px;
}
.single .the-post ol li:last-of-type, .single .the-post ul:not(.menu) li:last-of-type, .page .the-post ol li:last-of-type, .page .the-post ul:not(.menu) li:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .single .the-post ol, .single .the-post ul:not(.menu), .page .the-post ol, .page .the-post ul:not(.menu) {
    padding-left: 24px;
  }
}
.single .the-post ul:not(.menu), .page .the-post ul:not(.menu) {
  list-style-type: disc;
}
.single .the-post ol, .page .the-post ol {
  list-style-type: decimal;
}
.single h2, .page h2 {
  scroll-margin-top: 72px;
}
.single header, .page header {
  color: #fff;
  margin-bottom: 40px;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.7) 0%, #000 100%);
  overflow-y: hidden;
  display: grid;
  grid-template-areas: "stack";
}
.single header > *, .page header > * {
  grid-area: stack;
}
.single header .bg-image, .page header .bg-image {
  filter: blur(12px);
  z-index: -1;
  object-fit: cover;
  width: 100%;
  max-height: min(40vh, 400px);
}
.single header #breadcrumbs, .page header #breadcrumbs {
  color: #fff;
}
.single header #breadcrumbs a, .page header #breadcrumbs a {
  color: inherit;
}
.single header #breadcrumbs .breadcrumb_last, .page header #breadcrumbs .breadcrumb_last {
  opacity: 0.6;
}
.single header .the-post-image, .page header .the-post-image {
  display: none;
}
@media (min-width: 768px) {
  .single header .the-post-image, .page header .the-post-image {
    display: flex;
    flex-grow: 0;
    max-width: 483px;
    max-height: 300px;
    object-fit: cover;
    border-radius: 6px;
    border: 6px solid #FFF;
    box-shadow: 8px 8px 24px 0 rgba(0, 0, 0, 0.05);
  }
}
.single header .header--inner, .page header .header--inner {
  max-width: var(--layout-body-size);
  width: 100%;
  margin: 0 auto;
  padding: 16px;
}
@media (min-width: 768px) {
  .single header .header--inner .wrapper--content-image, .page header .header--inner .wrapper--content-image {
    display: flex;
    justify-content: space-between;
    column-gap: 48px;
  }
  .single header .header--inner .header--inner__content, .page header .header--inner .header--inner__content {
    flex: 1;
    max-width: 656px;
  }
  .single header .header--inner .the-post-image, .page header .header--inner .the-post-image {
    flex: 1;
  }
}
@media (min-width: 1024px) {
  .single header .header--inner .header--inner__content, .page header .header--inner .header--inner__content {
    flex-basis: var(--wp--custom--single-body-size);
  }
}
@media (min-width: 1146px) {
  .single header .header--inner, .page header .header--inner {
    padding: 16px 0;
  }
}
.single header #breadcrumbs, .page header #breadcrumbs {
  margin-bottom: 32px;
}
.single header .the-date, .page header .the-date {
  color: var(--sf_primary_yellow);
  font-weight: bold;
  line-height: 1.28;
  margin-bottom: 12px;
}
.single header h1, .page header h1 {
  color: inherit;
  font-family: VAG Rounded, sans-serif;
  margin-bottom: 12px;
}
.single header .the-excerpt, .page header .the-excerpt {
  color: var(--sf_primary_light_gray);
  font-size: 1.125rem;
  line-height: 1.22;
}
.single header .author-disclaimer, .page header .author-disclaimer {
  display: flex;
  justify-content: space-between;
  align-items: end;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  padding-top: 16px;
}
.single header .author-disclaimer button, .page header .author-disclaimer button {
  appearance: none;
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  color: var(--sf_primary_light_gray);
}
.single header .author-disclaimer .wrapper--author, .page header .author-disclaimer .wrapper--author {
  display: flex;
  column-gap: 12px;
  align-items: start;
}
.single header .author-disclaimer .wrapper--author .avatar, .page header .author-disclaimer .wrapper--author .avatar {
  width: 43px;
  height: 43px;
  object-fit: cover;
  border-radius: 50%;
}
.single header .author-disclaimer .wrapper--author .author--inner, .page header .author-disclaimer .wrapper--author .author--inner {
  color: var(--sf_primary_light_gray);
}
.single header .author-disclaimer .wrapper--author .author--inner p, .page header .author-disclaimer .wrapper--author .author--inner p {
  margin-bottom: 0;
}
.single header .author-disclaimer .wrapper--author .author--inner .author-name, .page header .author-disclaimer .wrapper--author .author--inner .author-name {
  font-weight: bold;
  line-height: 1.29;
}
.single header .author-disclaimer .wrapper--disclaimer, .page header .author-disclaimer .wrapper--disclaimer {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.single header .author-disclaimer .wrapper--disclaimer p, .page header .author-disclaimer .wrapper--disclaimer p {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .single header .author-disclaimer, .page header .author-disclaimer {
    margin-top: 48px;
  }
}
@media (min-width: 1024px) {
  .single header, .page header {
    margin-bottom: 64px;
  }
}
.single .post--inner, .page .post--inner {
  margin: 0 auto;
  padding: 0 16px;
}
.single .post--inner #sf-blog-toc, .page .post--inner #sf-blog-toc {
  display: none;
}
.single .the-post, .page .the-post {
  font-size: 1.25rem;
  line-height: 1.4;
}
.single .the-post img.alignleft, .page .the-post img.alignleft {
  float: none;
  display: block;
  margin-bottom: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .single .the-post img.alignleft, .page .the-post img.alignleft {
    float: left;
    display: inline;
    width: auto;
    margin-bottom: 0;
  }
}
@media (min-width: 1024px) {
  .single .post--inner, .page .post--inner {
    display: flex;
    column-gap: 48px;
    max-width: var(--layout-body-size);
    justify-content: space-between;
  }
  .single .post--inner .the-post, .page .post--inner .the-post {
    flex: 1;
    max-width: var(--wp--custom--single-body-size, 656px);
  }
  .single .post--inner aside, .page .post--inner aside {
    flex: 0 1 368px;
  }
  .single .post--inner aside .sticky, .page .post--inner aside .sticky {
    position: sticky;
    top: 102px;
    display: flex;
    flex-direction: column;
    row-gap: 32px;
  }
  .single .post--inner aside .sticky #sf-blog-toc, .page .post--inner aside .sticky #sf-blog-toc {
    display: block;
    border: 2px solid var(--sf_primary_light_gray);
    border-radius: 6px;
    padding: 24px;
  }
  .single .post--inner aside .sticky #sf-blog-toc:empty, .page .post--inner aside .sticky #sf-blog-toc:empty {
    display: none;
  }
  .single .post--inner aside .sticky #sf-blog-toc ul, .page .post--inner aside .sticky #sf-blog-toc ul {
    display: flex;
    flex-direction: column !important;
    row-gap: 4px;
  }
  .single .post--inner aside .sticky .intro, .page .post--inner aside .sticky .intro {
    font-weight: bold;
    margin-bottom: 16px;
  }
  .single .post--inner aside .sticky li, .page .post--inner aside .sticky li {
    color: #000 !important;
    font-size: 0.875rem;
    line-height: 1.28;
    white-space: normal;
    padding: 8px 12px;
    transition: all 0.2s ease-in-out;
  }
  .single .post--inner aside .sticky li.active, .single .post--inner aside .sticky li:hover, .single .post--inner aside .sticky li:focus, .page .post--inner aside .sticky li.active, .page .post--inner aside .sticky li:hover, .page .post--inner aside .sticky li:focus {
    background-color: var(--sf_primary_hover);
    border-radius: 6px;
  }
  .single .post--inner aside .sticky li.active, .page .post--inner aside .sticky li.active {
    font-weight: bold;
  }
  .single .post--inner aside .sticky li a, .page .post--inner aside .sticky li a {
    color: inherit;
  }
}
@media (min-width: 1180px) {
  .single .post--inner, .page .post--inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.single .wrapper--mobile-toc, .page .wrapper--mobile-toc {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.single .wrapper--mobile-toc .mobile-toc--inner, .page .wrapper--mobile-toc .mobile-toc--inner {
  display: none;
}
.single .wrapper--mobile-toc.is-open, .page .wrapper--mobile-toc.is-open {
  position: fixed;
  bottom: 0;
  max-height: 40vh;
  background: #FFF;
  border-radius: 20px 20px 0 0;
  overflow: auto;
  width: 100%;
  z-index: 1000;
  padding: 0 24px 48px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.7);
}
.single .wrapper--mobile-toc.is-open svg, .page .wrapper--mobile-toc.is-open svg {
  display: none;
}
.single .wrapper--mobile-toc.is-open .fake-top, .page .wrapper--mobile-toc.is-open .fake-top {
  padding: 10px 0 24px;
  border-bottom: 1px solid #EFEFEF;
  position: relative;
  margin: 0 auto;
}
.single .wrapper--mobile-toc.is-open .fake-top:after, .page .wrapper--mobile-toc.is-open .fake-top:after {
  content: "";
  position: absolute;
  height: 5px;
  width: 80px;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-color: #eee;
}
.single .wrapper--mobile-toc.is-open .mobile-toc--inner, .page .wrapper--mobile-toc.is-open .mobile-toc--inner {
  display: flex;
  flex-direction: column;
  overflow: auto;
}
.single .wrapper--mobile-toc.is-open .mobile-toc--inner .intro, .page .wrapper--mobile-toc.is-open .mobile-toc--inner .intro {
  font-weight: bold;
  margin-top: 32px;
  margin-bottom: 16px;
}
.single .wrapper--mobile-toc.is-open .mobile-toc--inner li, .page .wrapper--mobile-toc.is-open .mobile-toc--inner li {
  color: #000 !important;
  font-size: 0.875rem;
  line-height: 1.28;
  white-space: normal;
  padding: 8px 12px;
  transition: all 0.2s ease-in-out;
  position: relative;
  margin-bottom: 6px;
}
.single .wrapper--mobile-toc.is-open .mobile-toc--inner li:last-of-type, .page .wrapper--mobile-toc.is-open .mobile-toc--inner li:last-of-type {
  margin-bottom: 0;
}
.single .wrapper--mobile-toc.is-open .mobile-toc--inner li.active, .single .wrapper--mobile-toc.is-open .mobile-toc--inner li:hover, .single .wrapper--mobile-toc.is-open .mobile-toc--inner li:focus, .page .wrapper--mobile-toc.is-open .mobile-toc--inner li.active, .page .wrapper--mobile-toc.is-open .mobile-toc--inner li:hover, .page .wrapper--mobile-toc.is-open .mobile-toc--inner li:focus {
  background-color: var(--sf_primary_hover);
  border-radius: 6px;
}
.single .wrapper--mobile-toc.is-open .mobile-toc--inner li.active, .page .wrapper--mobile-toc.is-open .mobile-toc--inner li.active {
  font-weight: bold;
}
.single .wrapper--mobile-toc.is-open .mobile-toc--inner li a, .page .wrapper--mobile-toc.is-open .mobile-toc--inner li a {
  color: inherit;
}
@media (min-width: 1024px) {
  .single .wrapper--mobile-toc, .page .wrapper--mobile-toc {
    display: none;
  }
}
.single .wp-block-group.has-background.sf-location--search, .page .wp-block-group.has-background.sf-location--search {
  border-radius: 6px;
  padding-top: 24px;
  padding-bottom: 24px;
}
.single .wp-block-group.has-background.sf-location--search .text--heading, .page .wp-block-group.has-background.sf-location--search .text--heading {
  color: #fff;
}
@media (min-width: 768px) {
  .single .wp-block-group.has-background.sf-location--search, .page .wp-block-group.has-background.sf-location--search {
    margin-bottom: 0;
  }
}
.single .author--bottom, .page .author--bottom {
  margin-top: 72px;
  margin-bottom: 72px;
  padding-top: 48px;
  border-top: 1px solid var(--sf_primary_light_gray);
}
.single .author--bottom p, .page .author--bottom p {
  font-size: 1rem;
  line-height: 1.25;
  color: var(--sf_primary_grey);
}
.single .author--bottom .author--inner, .page .author--bottom .author--inner {
  display: flex;
  align-items: center;
  column-gap: 16px;
  margin-bottom: 16px;
}
.single .author--bottom .author--inner p, .page .author--bottom .author--inner p {
  font-size: 1.25rem;
  color: #000;
}
.single .author--bottom .author--inner .avatar, .page .author--bottom .author--inner .avatar {
  border-radius: 50%;
  width: 56px;
  height: 56px;
}
.single .author--bottom .author--inner > *, .page .author--bottom .author--inner > * {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .single .author--bottom, .page .author--bottom {
    margin-bottom: 0;
  }
}

#author-popover, #disclaimer-popover {
  background-color: #fff;
  color: #000;
  border-width: 0;
  width: 90%;
  margin: auto;
  border-radius: 6px;
  box-shadow: 8px 0 32px 0 rgba(0, 0, 0, 0.16);
  padding: 24px 48px 24px 24px;
}
#author-popover .btn--close, #disclaimer-popover .btn--close {
  position: absolute;
  font-weight: bold;
  appearance: none;
  border: none;
  background: none;
  font-size: 2rem;
  top: 0;
  right: 8px;
}
#author-popover::backdrop, #disclaimer-popover::backdrop {
  background-color: rgba(0, 0, 0, 0.5);
  /*backdrop-filter: blur(1px);*/
  margin: auto;
}
#author-popover button, #disclaimer-popover button {
  appearance: none;
  background-color: transparent;
  border: none;
  color: #000;
}
#author-popover p, #disclaimer-popover p {
  color: #000;
}
#author-popover p:last-of-type, #disclaimer-popover p:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  #author-popover, #disclaimer-popover {
    width: 40%;
  }
}

.sf-key-takeaways, .sf-callout-tip {
  border-radius: 6px;
  border-top: 2px solid var(--sf_primary_yellow, #FC0);
  border-right: 2px solid var(--sf_primary_yellow, #FC0);
  border-bottom: 2px solid var(--sf_primary_yellow, #FC0);
  border-left: 6px solid var(--sf_primary_yellow, #FC0);
  margin-bottom: 48px;
  padding: 24px;
}
.sf-key-takeaways .wp-block-heading, .sf-callout-tip .wp-block-heading {
  font-size: 1.25rem;
  line-height: 1.2;
  padding-bottom: 16px;
}
.sf-key-takeaways .wp-block-list, .sf-callout-tip .wp-block-list {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.sf-key-takeaways .wp-block-list li, .sf-callout-tip .wp-block-list li {
  padding-left: 20px;
  position: relative;
}
.sf-key-takeaways .wp-block-list li:before, .sf-callout-tip .wp-block-list li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -8px;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgaWQ9ImFycm93X3JpZ2h0Ij4KPG1hc2sgaWQ9Im1hc2swXzU2XzEzMzI4OCIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0Ij4KPHJlY3QgaWQ9IkJvdW5kaW5nIGJveCIgd2lkdGg9IjI0IiBoZWlnaHQ9IjI0IiBmaWxsPSIjRDlEOUQ5Ii8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF81Nl8xMzMyODgpIj4KPHBhdGggaWQ9ImFycm93X3JpZ2h0XzIiIGQ9Ik0xMCAxN1Y3TDE1IDEyTDEwIDE3WiIgZmlsbD0iI0ZGQ0MwMCIvPgo8L2c+CjwvZz4KPC9zdmc+Cg==");
}

.sf-callout-tip {
  margin-top: 48px;
}

.sf-related-posts {
  background-color: var(--sf_primary_lightest_gray);
  padding: 56px 16px;
  margin-top: 48px;
}
.sf-related-posts .wrapper--inner {
  max-width: var(--wp--style--global--content-size);
}
@media (min-width: 1146px) {
  .sf-related-posts .wrapper--inner {
    margin-inline: auto;
  }
}
.sf-related-posts .related--title {
  font-family: VAG Rounded, sans-serif;
  font-size: 1.75rem;
  line-height: 1.14;
  margin-bottom: 32px;
  margin-top: 0;
  padding-bottom: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .sf-related-posts .related--title {
    text-align: left;
  }
}
.sf-related-posts .post--grid {
  max-width: var(--wp--style--global--content-size);
}
@media (min-width: 768px) {
  .sf-related-posts .post--grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(min(272px, 100%), 1fr));
    gap: 40px 16px;
  }
}
@media (min-width: 1146px) {
  .sf-related-posts .post--grid {
    grid-template-columns: repeat(auto-fill, minmax(min(272px, 100%), 1fr));
  }
}
@media (min-width: 768px) {
  .sf-related-posts {
    margin-top: 120px;
    padding: 72px 16px 88px;
  }
}
@media (min-width: 1146px) {
  .sf-related-posts {
    padding: 72px 0 88px;
  }
}

.wp-block-table thead {
  background-color: var(--sf_primary_lightest_gray);
}

.wp-block-table table[style*=border-width] td, .wp-block-table table[style*=border-width] th, .wp-block-table table[style*=border-width] tr, .wp-block-table table[style*=border-width] > * {
  border-style: inherit;
  border-width: inherit;
}

.wp-block-table {
  margin-top: 48px;
  margin-bottom: 48px;
}

table, .wp-block-table table {
  border-radius: 6px;
  width: 100%;
}
table th, table td, .wp-block-table table th, .wp-block-table table td {
  font-size: 1rem;
  padding: 16px;
  text-align: left;
}
table thead tr, .wp-block-table table thead tr {
  background-color: var(--sf_primary_light_gray);
}
table tbody tr, .wp-block-table table tbody tr {
  border-bottom: 2px solid var(--sf_primary_light_gray);
}
table tbody tr:first-of-type, .wp-block-table table tbody tr:first-of-type {
  background-color: var(--sf_primary_light_gray);
  border-bottom-color: transparent;
}
table tbody tr:first-of-type th, table tbody tr:first-of-type td, .wp-block-table table tbody tr:first-of-type th, .wp-block-table table tbody tr:first-of-type td {
  border-top-width: 0;
}
table tbody tr:first-of-type th:first-of-type, table tbody tr:first-of-type td:first-of-type, .wp-block-table table tbody tr:first-of-type th:first-of-type, .wp-block-table table tbody tr:first-of-type td:first-of-type {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
table tbody tr:first-of-type th:last-of-type, table tbody tr:first-of-type td:last-of-type, .wp-block-table table tbody tr:first-of-type th:last-of-type, .wp-block-table table tbody tr:first-of-type td:last-of-type {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
table tbody tr th, table tbody tr td, .wp-block-table table tbody tr th, .wp-block-table table tbody tr td {
  border-left-width: 0;
  border-right-width: 0;
}

.page .post--inner {
  margin-top: 48px;
}

/*# sourceMappingURL=single.css.map */
