/* Semantic article template rebuilt from the cached source-era layout. */
.blog-post-page { background: #fff; }
.article-hero { position: relative; display: flex; height: 100vh; align-items: center; overflow: hidden; padding: 0 5%; background: #251b07 var(--article-hero, none) center / cover no-repeat; color: #fff; }
.article-hero::before { position: absolute; inset: 0; background: rgb(37 27 7 / 75%); content: ""; }
.article-hero .shell-width { position: relative; z-index: 1; width: 75%; max-width: none; margin: 0; padding: 10px; }
.article-hero h1 { width: 100%; max-width: none; margin: 0; color: #fff; font-size: 76px; font-weight: 700; line-height: 1; }
.article-layout.shell-width { display: grid; grid-template-columns: minmax(0, 70%) minmax(240px, 30%); width: 100%; max-width: none; margin: 0; padding: 8% 5%; align-items: start; }
.article-card { position: relative; z-index: 1; min-width: 0; margin-top: -280px; padding: 50px; background: #fff; box-shadow: 0 0 20px rgb(0 0 0 / 11%); }
.article-body { color: #251b07; font-family: "Open Sans", sans-serif; font-size: 18px; line-height: 2.1; }
.article-body > * { margin-top: 0; margin-bottom: 27px; }
.article-body h2 { color: #251b07; font-size: 58px; font-weight: 600; line-height: 1.5; }
.article-body h3 { color: #251b07; font-size: 32px; font-weight: 600; line-height: 1.5; }
.article-body h4, .article-body h5, .article-body h6 { color: #251b07; font-size: 21px; font-weight: 600; line-height: 1.5; }
.article-body a { color: #261700; text-decoration: none; }
.article-body ul, .article-body ol { margin: 0 0 27px 54px; padding: 0; list-style: disc; }
.article-body ol { list-style: decimal; }
.article-body li { margin: 0; padding: 0; }
.article-body li > ul, .article-body li > ol { margin-bottom: 0; margin-left: 27px; }
.article-body table { width: 100%; margin: 0 0 27px; border-collapse: separate; border-spacing: 0; border-width: 1px 0 0 1px; border-style: solid; border-color: rgb(0 0 0 / 10%); }
.article-body th, .article-body td { padding: 8px; border-width: 0 1px 1px 0; border-style: solid; border-color: rgb(0 0 0 / 10%); text-align: left; vertical-align: top; }
.article-body th { font-weight: 700; }
.article-body:has(table) h2, .article-body:has(table) h3 { margin-bottom: 20px; }
.article-body:has(table) table { line-height: 1; }
.article-body blockquote { position: relative; margin: 0 0 1.5em; padding: 20px; border-left: 5px solid rgb(0 0 0 / 5%); font-family: "Open Sans", sans-serif; font-size: 1.2em; font-style: italic; line-height: inherit; }
.article-body blockquote p:last-child { margin: 0; }
.article-body figure { margin-right: 0; margin-left: 0; }
.article-body img { width: 100%; height: auto; margin: 0; }
.article-body img.article-image--left, .article-body img.article-image--right { width: var(--article-image-width); max-width: 50%; margin-top: 0; margin-bottom: 18px; }
.article-body img.article-image--left { float: left; margin-right: 27px; }
.article-body img.article-image--right { float: right; margin-left: 27px; }
.article-body figure.article-image-placeholder { width: 100%; aspect-ratio: var(--article-image-ratio); background: transparent; }
.article-body figure.article-video-placeholder { position: relative; width: 100%; aspect-ratio: 16 / 9; margin: 0 0 27px; background: #fff; }
.article-body figure.article-video-player { position: relative; width: 100%; height: 0; margin: 0 0 27px; padding-bottom: 56.23%; overflow: hidden; }
.article-body figure.article-video-player img { position: absolute; inset: 0; width: 100%; height: auto; margin: auto; border: 0; }
.blog-post-page--favorite-lazy .article-body h2 + figure:not(:has(img)) { min-height: 400px; }
.article-video-play { position: absolute; top: 50%; left: 50%; width: 26px; height: 18px; border-radius: 4px; background: #f00; transform: translate(-50%, -50%); }
.article-video-play::after { position: absolute; top: 4px; left: 10px; width: 0; height: 0; border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 8px solid #fff; content: ""; }
.article-body figcaption { color: #666; font-size: 13px; line-height: 1.5; }
.article-tags { height: 23px; overflow: hidden; padding-top: 0; border: 0; }
.article-tags h2 { display: none; }
.article-tags ul { display: flex; flex-wrap: wrap; gap: 6px; height: 23px; list-style: none; }
.article-tags a { display: block; height: 23px; padding: 3px 8px; border: 1px solid #e0d7c7; color: #251b07; font-size: 12px; line-height: 15px; text-decoration: none; }
.article-share { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 20px; padding: 10px; }
.article-share h3, .article-thoughts h3 { margin: 0; color: #000; font-size: 32px; font-weight: 600; line-height: 1.5; }
.article-share-links { display: flex; justify-content: flex-end; gap: 10px; }
.article-share-links a { display: grid; width: 16px; height: 16px; place-items: center; color: #fff; font: 700 8px/1 Arial, sans-serif; text-decoration: none; }
.article-share-links a:nth-child(1) { background: #3b5998; }
.article-share-links a:nth-child(2) { background: #111; }
.article-share-links a:nth-child(3) { background: #0077b5; }
.article-share-links a:nth-child(4) { background: #bd081c; }
.article-share-links a:nth-child(5) { background: #777; }
.article-thoughts hr { margin: 28px 0; border: 0; border-top: 1px dotted #000; }
.article-comments { min-height: 0; }
.article-sidebar { padding: 25px 20px 20px 50px; background: #fff; color: #251b07; }
.article-sidebar section { margin-bottom: 20px; }
.article-sidebar h2 { margin: 0; font-size: 32px; font-weight: 400; line-height: 1.5; }
.article-sidebar section + section h2 { margin-top: 10%; }
.article-sidebar .button { padding: 12px 24px; font-family: Roboto, sans-serif; font-size: 14px; }
.article-social { display: flex; gap: 5px; margin-top: 20px; }
.article-social a { display: grid; width: 36px; height: 36px; place-items: center; background: #31569a; color: #fff; font-family: Arial, sans-serif; font-size: 18px; font-weight: 700; text-decoration: none; }
.article-social a:nth-child(2) { background: #222; font-size: 21px; }
.article-social a:nth-child(3) { background: #087db8; font-size: 16px; }
.article-consult { position: relative; display: flex; min-height: 556px; padding: 120px 0; align-items: center; justify-content: center; background-position: center; background-size: cover; color: #fff; text-align: center; }
.article-consult-shade { position: absolute; inset: 0; background: rgb(0 0 0 / 65%); }
.article-consult-copy { position: relative; z-index: 1; width: min(840px, calc(100% - 40px)); }
.article-consult h2 { margin: 0 0 20px; color: #fff; font-size: 58px; font-weight: 600; line-height: 1.5; }
.article-consult p { margin: 0 0 24px; color: #fff; font-size: 16px; }

@media (min-width: 1025px) {
  .article-hero { background-attachment: fixed; }
}

@media (max-width: 768px) {
  .article-hero { height: auto; min-height: 0; padding: 60px 0; }
  .article-hero .shell-width { width: 100%; padding: 0 5px; text-align: center; }
  .article-hero h1 { margin: 0; font-size: 48px; line-height: 1.4; }
  .article-layout.shell-width { display: block; width: 100%; padding: 0 0 30px; }
  .article-card { margin-top: 0; padding: 60px 5px; box-shadow: none; }
  .article-body { font-size: 18px; line-height: 2.1; }
  .article-body img.article-image--left, .article-body img.article-image--right { max-width: 45%; margin-bottom: 18px; }
  .article-sidebar { display: block; padding: 60px 15px 40px; }
  .article-consult { min-height: 0; padding: 120px 0; }
}
.article-body figure.article-video-placeholder iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }

.article-body img.alignleft { float: left; margin: 5px 24px 16px 0; max-width: 300px; height: auto; }
.article-body img.alignright { float: right; margin: 5px 0 16px 24px; max-width: 300px; height: auto; }
.article-body img.size-medium { max-width: 300px; height: auto; }
@media (max-width: 640px) {
  .article-body img.alignleft, .article-body img.alignright { float: none; display: block; margin: 16px auto; }
}
