﻿:root {
  --sans: 'Barlow', sans-serif;
  --serif: 'Alfa Slab One', serif;
  --midnight-shield-190: #04040a;
  --midnight-shield-180: #070913;
  --midnight-shield-160: #0e1227;
  --midnight-shield-140: #161b3a;
  --midnight-shield-120: #1d244e;
  --midnight-shield-110: #202957;
  --midnight-shield: #242d61;
  --midnight-shield-90: #3a4271;
  --midnight-shield-80: #505781;
  --midnight-shield-60: #7c81a0;
  --midnight-shield-40: #a7abc0;
  --midnight-shield-20: #d3d5df;
  --midnight-shield-10: #e9eaef;
  --digital-emerald: #65d78d;
  --data-breeze: #69e3ee;
  --cyber-sky: #236df6;
  --neon-vault: #e44b83;
  --secure-amethyst: #9541dc;
  --amber-guard: #fa9414;
  --platinum-defense: #d4d6d1;
  --black: #000000;
  --white: #ffffff;
  --dark: var(--midnight-shield);
  --primary: var(--secure-amethyst);
  --heading: var(--midnight-shield);
  --body: var(--black);
  --body-alt: var(--midnight-shield-80);
  --background: var(--white);
  --background-alt: var(--midnight-shield-10);
  --body-inverse: var(--midnight-shield-20);
  --body-alt-inverse: var(--midnight-shield-40);
  --heading-inverse: var(--white);
  --background-inverse: var(--midnight-shield);
  --border: var(--midnight-shield-60);
  --border-alt: var(--midnight-shield-20);
  --danger: var(--neon-vault);
  --warning: var(--amber-guard);
  --success: var(--digital-emerald);
  --info: var(--data-breeze);
  --header: var(--white);
  --header-background: var(--midnight-shield);
  --accent: var(--cyber-sky);
  /*@media (prefers-color-scheme: dark) {
        --primary: var(--digital-emerald);
        --body: var(--midnight-shield-20);
        --body-alt: var(--midnight-shield-40);
        --background: var(--midnight-shield-180);
        --background-alt: var(--midnight-shield-160);
        --heading: var(--white);
        --border: var(--midnight-shield-60);
        --border-alt: var(--midnight-shield-140);
        --accent: var(--data-breeze);
        --body-inverse: var(--black);
        --body-alt-inverse: var(--midnight-shield-80);
        --heading-inverse: var(--midnight-shield);
        --background-inverse: var(--white);
    }*/ }

.sponsors .sponsor {
  position: relative; }
  .sponsors .sponsor a:not(.content-badge):after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .sponsors .sponsor a:not(.content-badge):focus {
    outline: none; }

.sponsors .sponsor a:not(.content-badge):focus:after {
  outline: 0.125rem solid var(--primary);
  outline-offset: .125rem; }

.article-header {
  width: 100%;
  position: relative;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden; }
  .article-header.article-header-image {
    min-height: 25rem; }
    .article-header.article-header-image .article-title-bar {
      position: relative;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 100%);
      overflow: visible; }
      .article-header.article-header-image .article-title-bar:before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 50%;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, transparent 100%); }
      .article-header.article-header-image .article-title-bar h1, .article-header.article-header-image .article-title-bar .article-meta {
        color: var(--white); }
  .article-header .article-title-bar .container {
    display: flex;
    flex-direction: column;
    gap: .5rem; }
    .article-header .article-title-bar .container .article-meta {
      order: 0;
      display: flex;
      gap: .5rem;
      align-items: center;
      font-size: 0.8rem; }
    .article-header .article-title-bar .container h1 {
      order: 1;
      margin: 0; }
  .article-header:not(.article-header-image) .article-title-bar.section {
    padding-bottom: 0; }

.profile-header {
  display: flex;
  align-items: center;
  gap: 1rem; }
  .profile-header .profile-image {
    width: 8rem;
    flex: 0 0 8rem;
    border-radius: 50%;
    filter: grayscale(100%); }
  .profile-header .profile-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: .5rem; }

.article-authors {
  display: flex;
  gap: 1rem;
  flex-direction: column; }

.article-speakers {
  display: flex;
  gap: 1rem;
  flex-direction: column; }

.article-body {
  display: flex;
  gap: 1rem;
  flex-direction: column-reverse; }
  @media (min-width: 71.25rem) {
    .article-body {
      flex-direction: row; } }
  .article-body .article-share ul.article-share-links {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: .5rem;
    border: none;
    width: 100%;
    justify-items: center; }
    @media (min-width: 71.25rem) {
      .article-body .article-share ul.article-share-links {
        position: sticky;
        top: 5.25rem;
        width: 4rem;
        flex-direction: column; } }
    .article-body .article-share ul.article-share-links li {
      margin: 0;
      padding: 0;
      border: none;
      width: 4rem; }
      .article-body .article-share ul.article-share-links li:before {
        display: none; }
      .article-body .article-share ul.article-share-links li a, .article-body .article-share ul.article-share-links li button {
        border: 1px solid var(--primary);
        padding: 1rem;
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        font-size: 0;
        border-radius: .25rem; }
        .article-body .article-share ul.article-share-links li a svg, .article-body .article-share ul.article-share-links li button svg {
          width: 100%;
          display: block;
          fill: var(--primary); }
        .article-body .article-share ul.article-share-links li a:hover, .article-body .article-share ul.article-share-links li button:hover {
          background: var(--primary); }
          .article-body .article-share ul.article-share-links li a:hover svg, .article-body .article-share ul.article-share-links li button:hover svg {
            fill: var(--background); }
        .article-body .article-share ul.article-share-links li a.share-other svg, .article-body .article-share ul.article-share-links li button.share-other svg {
          fill: none;
          stroke: var(--primary); }
        .article-body .article-share ul.article-share-links li a.share-other:hover svg, .article-body .article-share ul.article-share-links li button.share-other:hover svg {
          fill: none;
          stroke: var(--background); }
  .article-body .article-content {
    flex: 1; }

.sponsors {
  display: flex;
  gap: 1rem;
  flex-direction: column; }
  .sponsors .sponsor {
    display: flex;
    align-items: center;
    border: 1px solid var(--border-alt);
    padding: 1rem;
    gap: 1rem; }
    .sponsors .sponsor .sponsor-logo {
      width: 7.75rem;
      max-width: calc(50% - .5rem);
      aspect-ratio: 3/2;
      object-fit: contain;
      flex: 0 0; }
    .sponsors .sponsor .sponsor-name {
      font-size: 1rem;
      font-weight: 700;
      flex: 1 0;
      margin: 0; }
      .sponsors .sponsor .sponsor-name a {
        color: var(--body); }

.related-links {
  display: flex;
  flex-direction: column;
  gap: 1rem; }
  .related-links .related-links-heading {
    margin: 0; }
  .related-links ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid var(--border-alt); }
    .related-links ul li {
      margin: 0;
      padding: 1rem 0;
      border-top: 1px solid var(--border-alt); }
      .related-links ul li a {
        font-size: 1rem;
        font-weight: 600;
        line-height: 1.5; }

.leadgen-heading {
  background: var(--body);
  color: var(--background);
  padding: 1rem;
  position: sticky;
  top: 4rem;
  z-index: 4999999; }
  @media (min-width: 51.5rem) {
    .leadgen-heading {
      top: 4rem; } }
  .leadgen-heading > :last-child {
    margin: 0; }

.webinar-reminder {
  background: var(--body);
  color: var(--background);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1rem;
  border-radius: .25rem;
  min-height: 100%;
  box-sizing: border-box; }

/*.job-page .article-body {
        padding: 0 0 0 380px;
    }

    .job-page .article-body .sticky-share {
        margin-left: -380px;
    }

    .job-page .job-details {
        border-top: 3px solid #f7f7f7;
        width: 265px;
        position: absolute;
        top: 0;
        left: 92px;
        margin-right: 16px;
        margin-bottom: 16px;
    }

    .job-page .job-details img {
        border-bottom: 3px solid #f7f7f7;
        border-left: 3px solid #f7f7f7;
        border-right: 3px solid #f7f7f7;
        width: 100%;
    }

    .job-page .job-details .detail-row {
        padding: 16px;
        border-bottom: 3px solid #f7f7f7;
        border-left: 3px solid #f7f7f7;
        border-right: 3px solid #f7f7f7;
        line-height: 1.5714em;
    }

    .job-page .job-details .detail-row.last {
        border-bottom: none;
    }

    .job-page .job-details .visit-row,
    .job-page .visit-row {
        background: black;
        padding: 20px 0;
        text-align: center;
    }

    .job-page .visit-row {
        text-align: left;
        padding: 20px;
    }

    .job-page .job-details .visit-row .btn,
    .job-page .visit-row .btn {
        color: #333333;
        background: #ffdd00;
        padding: 10px 16px;
        display: inline-block;
        margin: 0 0 0 5px;
        border-radius: 5px;
        -webkit-box-shadow: inset 0 0 20px -5px #e30613;
        box-shadow: inset 0 0 20px -5px #e30613;
    }

    .job-page .job-details .visit-row .btn:hover,
    .job-page .visit-row .btn:hover {
        background: white;
        text-decoration: none;
    }

    .job-page .min-height {
        min-height: 460px;
    }*/
/*@media only screen and (max-width: 964px) {
        .job-page .article-body {
            padding-left: 288px;
        }

        .job-page .job-details {
            left: 0;
        }
    }*/
/*@media only screen and (max-width: 648px) {
        .job-page .job-details {
            position: relative;
            float: left;
        }

        .job-page .article-body {
            padding-left: 0px;
        }
    }*/
/*@media only screen and (max-width: 470px) {
        .job-page .job-details {
            float: none;
            width: 100%;
        }

        .job-page .min-height {
            min-height: initial;
        }

        .job-page .visit-row {
            text-align: center;
        }
    }*/
