/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

:root {
  /* -------------------- RAW PALETTE (fixed named colors) -------------------- */

  /* Berry — the lead family */
  --raspberry:        #c7175f;  /* lead voice on paper  rgba(199,23,95,.4) */
  --mulberry:         #8e1f5b;  /* anchor / text-weight berry, small type */
  --orchid:           #ee4d9b;  /* lead voice on dark */
  --blossom:          #f4c0d1;  /* tint — surfaces/fills only */
  --cranberry:        #b8173f;  /* alt lead on paper */
  --cranberry-dark:   #e04d70;  /* alt lead on dark */
  --cranberry-anchor: #821030;  /* deep field ground */

  /* Accents */
  --amber:  #ffa32d;  /* hi-vis, dark surfaces + graphic only */
  --cobalt: #005ccc;
  --teal:   #1d9e75;
  --forest: #0f4c3f;
  --sky:    #b8cfea;  /* tint, surfaces only */
  --mint:   #bfe8d2;  /* tint, surfaces only */

  /* Spine — navy → cool-paper scale */
  --spine-950: #07090f;  /* the only true black */
  --spine-900: #0c1424;  /* navy — ink on light / default dark surface */
  --spine-800: #152340;
  --spine-700: #1f3054;
  --spine-600: #2b3f68;
  --spine-500: #3e5379;
  --spine-400: #5b6a84;
  --spine-300: #9aa6ba;
  --spine-200: #d5dae2;
  --spine-100: #e4e8ef;
  --spine-50:  #f1f3f7;  /* cool paper */

  /* Warm neutrals */
  --bark:       #6b6259;
  --stone:      #a69e93;
  --pebble:     #d8d1c8;
  --sand:       #ede8e1;
  --bone:       #f8f5f0;
  --near-white: #fefefc;

  /* -------------------- SEMANTIC TOKENS (light-surface defaults) --------------------
     Use THESE in modules (var(--foreground), var(--berry), …). They flip
     automatically inside a dark section — see the .ink block below. */
  --background:  var(--bone);       /* #f8f5f0 page background */
  --foreground:  var(--spine-900);  /* #0c1424 primary text */
  --paper-soft:  #4f5d75;           /* secondary text */
  --paper-faint: #6b7a92;           /* tertiary text */
  --border:      #e3e8ef;           /* hairlines */
  --berry:       var(--raspberry);  /* #c7175f lead accent (swap to var(--cranberry) if preferred) */
  --signal:      var(--mint);       /* #bfe8d2 */
  --ink:         var(--spine-900);  /* alias for the navy ink */
  --navy:        var(--spine-700);  /* #1f3054 */
  --light-text:  #afbdd6;
}

/* ------------ Utility Classes ----------- */

.small-text {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media(min-width: 1000px) {
  .larger-heading h2 {
    font-size: 50px;
  }

  .larger-heading h1 {
    font-size: 70px;
  }
}

img {
  overflow: hidden;
}

.column-content img {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid var(--border);
}

.column-content .partners-wrapper img {
  border-radius: 0px;
  border: none;
}

.btn-primary, .btn-primary:visited {
  padding: 10px 40px 10px 25px !important;
}

.btn-primary:after, .btn-rpimary:visited:after {
  content: '\f061';
  position: absolute;
  font-family: 'Font Awesome 7 Free';
  font-weight: 900;
  display: inline-block;
  top: calc(50% - 9px);
  right: 17px;
  transition: all .1s ease 0s;
}

.btn-primary:hover:after,
.btn-primary:focus:after {
  right: 14px;
}

.page-hero p {
  font-size: 18px;
}

/* Header Adjustments */


.header.sticky-header .header {
  background: #F6F4EE;
}

.navbar-toggle {
  height: auto !important;
  padding: 0 10px !important;
}

.header.sticky-header .navbar-toggle:hover .icon-bar {
  background: #C7175F !important;
}

.navbar-collapse.dark .navbar-close:hover .icon-bar {
  background: #C7175F !important;
}

.header-cta .btn-primary, .header-cta .btn-primary:visited,
.header-cta .btn-secondary, .header-cta .btn-secondary:visited,
.header-cta .btn-tertiary, .header-cta .btn-tertiary:visited {
  margin: 0;
}

.mobile-cta-wrap.header-cta a.btn-primary, .mobile-cta-wrap.header-cta a.btn-primary:visited {
  display: block;
}

/* Container adjustments */

.page-content.medium, .page-content.max {
  width: 100% !important;
  margin: 0 auto !important;
  max-width: 1290px;
  padding: 0 34px !important;
}

.page-content.small {
  max-width: 900px;
  padding: 0 34px;
}

pre {
  font-size: 11px;
  font-family: 'DM Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  color: #C7175F;
  margin: 0 0 25px 0;
  position: relative;
}

pre:before {
  content: '';
  background: #C7175F;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin: 0 10px 0 0;
}

.mega-menu-flex pre {
  display: none;
}

@media(min-width: 1100px) {
  .narrow-content.w-55 {
    width: 50%;
  }
}


@media(min-width: 1100px) {
  .mega-menu-flex pre {
    color: #6b7a92;
    margin: 0 0 20px 0;
    display: block;
  }

  .mega-menu-flex pre:before {
    display: none;
  }
  
  .header--dark .mega-menu-flex pre {
    color: var(--spine-300);
  }
}


/* Menu Adjustments */

.mega-menu-flex {
  margin: 0 auto;
  max-width: 1290px;
  padding: 0;
  position: relative;
}

.mega-sub-nav li {
  margin: 0 0 20px 0;
}

.mega-sub-nav li a, .mega-sub-nav li a:visited {
  
}

.mega-sub-nav li a:hover .mega-sub-nav__title, .mega-sub-nav li a:focus .mega-sub-nav__title {
  color: #0c1424;
}

.mega-sub-nav__title {
  font-weight: 500;
  font-size: 16px;
  display: block;
  transition: all 0.1s linear 0s;
}

.nested-arrow {
  display: inline-block;
  transition: all 0.1s linear 0s;
  opacity: 0;
  margin: 0 0 0 6px;
  font-size: 13px;
  line-height: 1;
}

.arrow-link:after, .arrow-link:visited:after,
.box-action:after {
  display: inline-block;
  content: "\f061";
  font-family: 'Font Awesome 5 Free';
  transition: all 0.1s linear 0s;
  font-weight: 900;
  opacity: 1;
  margin: 0 0 0 6px;
  font-size: 13px;
  line-height: 1;
}

.white .arrow-link,
.white .arrow-link:visited {
  color: #fff;
}

.mega-sub-nav li a:hover .nested-arrow, .mega-sub-nav li a:focus .nested-arrow,
.arrow-link:hover:after, .arrow-link:focus:after,
.box-link:hover .box-action:after {
  opacity: 1;
  margin: 0 0 0 9px;
}

.mega-sub-nav__desc {
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.mega-nav-label {
  display: none;
}

.nav-bottom-section {
  width: 100%;
  margin: 35px 0 0 0;
  padding: 20px 0 0 0;
  border-top: 1px solid #e3e8ef;
}

.nav-bottom-section a, .nav-bottom-section a:visited {
  font-size: 14px;
  font-weight: 500;
  color: #4f5d75;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}

.nav-bottom-section a:hover, .nav-bottom-section a:focus {
  text-decoration: none;
}

.mega-menu-extra-content img {
  border-radius: 3px;
}

.mega-menu-extra-content p {
  font-size: 14px;
  margin: 10px 0 0 0;
}

@media(min-width: 1100px) {
  .mega-menu-wrapper:after {
    background: #E0E4EC;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    display: block;
  }
  
  .mega-menu-flex {
    padding: 0 34px;
  }
  
  .mega-menu-nav {
    padding: 0 40px 0 0;
  }
  
  .mega-sub-nav li {
    margin: 0 0 15px 0;
  }
  
  .mega-menu-wrapper .off-canvas-header {
    display: none;
  }
  
  .mega-nav-label-flex {
    display: flex;
    flex-flow: row nowrap;
  }
  
  .mega-nav-label {
    display: block;
    width: 130px;
  }
  
  .mega-nav-label p {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
    color: var(--raspberry);
  }
  
  .mega-nav-label p span {
    color: var(--spine-300);
  }
  
  .mega-nav-ul-wrapper {
    width: calc(100% - 130px);
  }
  
  /* .mega-sub-nav {
    columns: 2;
    column-gap: 40px;
    list-style: none;
    margin: 0;
    padding: 0;
  } */
  
  .mega-sub-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;   /* two equal columns */
    align-items: start;                /* don't stretch rows to equal height */
    column-gap: 40px;
    row-gap: 5px;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  /* THE rule that makes it work with two-line items */
  .mega-sub-nav li {
    break-inside: avoid;
    -webkit-column-break-inside: avoid;  /* older Safari */
  }
  
  .middle-nav-section {
    margin: 20px 0 0 0;
    padding: 30px 0 0 0;
    border-top: 1px solid #e3e8ef;
  }
  
  .header--dark .nav-bottom-section,
  .header--dark .middle-nav-section {
    border-top: 1px solid rgba(185, 194, 208, 0.18);
  }
  
  .header--dark .nav-bottom-section a, .header--dark .nav-bottom-section a:visited {
    color: var(--spine-300);
  }

  .header--dark .nav-bottom-section a:hover, .header-dark .nav-bottom-section a:focus {
    color: var(--spine-50);
  }
  
  .header--dark .mega-menu-extra-content p {
    color: var(--spine-300);
  }
  
  .header--dark .mega-menu-extra-content p:first-of-type {
    color: var(--spine-50);
  }
  
  .header--dark .arrow-link, .header--dark .arrow-link:visited {
    color: var(--raspberry); 
  }
}

/*.------------- Footer adjustments -------------- */

.custom-top-footer {
  padding: 0 0 15px 0;
  margin: 0 0 30px 0;
  border-bottom: 1px solid #1E2025;
}

.custom-footer-logo, .custom-footer-logo:visited {
  max-width: 74px;
  width: 74px;
  display: inline-block;
  margin: 0 0 10px 0;
}

.custom-top-footer p {
  color: #7e8da8;
  font-size: 14px;
}

.nav-col p {
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1px;
}

/* ------------- Two side by side buttons --------------- */

.two-buttons-flex.reg-content {
  display: block;
  margin: 20px 0 0 0;
}

.two-buttons-flex.reg-content.center-buttons {
  text-align: center;
}

.two-buttons-flex.reg-content .btn-primary, .two-buttons-flex.reg-content .btn-primary:visited,
.two-buttons-flex.reg-content .btn-secondary, .two-buttons-flex.reg-content .btn-secondary:visited,
.two-buttons-flex.reg-content .btn-tertiary, .two-buttons-flex.reg-content .btn-tertiary:visited {
  display: block;
  margin: 15px 0;
}

@media(min-width: 768px) {
  .two-buttons-flex.reg-content {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
  }
  
  .two-buttons-flex.reg-content.center-buttons {
    justify-content: center;
  }

  .two-buttons-flex.reg-content .btn-primary, .two-buttons-flex.reg-content .btn-primary:visited,
  .two-buttons-flex.reg-content .btn-secondary, .two-buttons-flex.reg-content .btn-secondary:visited,
  .two-buttons-flex.reg-content .btn-tertiary, .two-buttons-flex.reg-content .btn-tertiary:visited {
    display: inline-block;
    margin: 15px 20px 15px 0;
  }
}


/* ---------- Functional grid ------------- */

.vertical-lines {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  display: block;
  width: 100%;
}

.vertical-center {
  position: absolute;
  left: calc(50% - .5px);
  width: 1px;
  height: 100%;
  top: 0;
  /* background: #e3e8ef; */
  background: #e3e8ef;
}

.vertical-center-left, .vertical-center-right {
  position: absolute;
  width: 1px;
  height: 100%;
  top: 0;
  background: transparent;
  border-right: 1px dashed #e3e8ef;
}

.vertical-center-left {
  left: 25%;
}

.vertical-center-right {
  right: 25%;
}

.top-line, .bottom-line {
  background: #e3e8ef;
  height: 1px;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 3;
}

.top-line {
  top: 0;
}

.bottom-line {
  bottom: 0;
}

.header-dark .top-line,
.header-dark .bottom-line,
.header-dark .vertical-center {
  background: #1E1F24;
}

.header-dark .vertical-center-left, 
.header-dark .vertical-center-right {
  border-right: 1px dashed #1E1F24;
}

@media(min-width: 1290px) {
  .vertical-lines {
    max-width: 1290px;
    left: calc(50% - 645px);
  }
  
  .vertical-left, .vertical-right {
    width: 1px;
    height: 100%;
    top: 0;
    background: #e3e8ef;
    position: absolute;
  }
  
  .header-dark .vertical-left, 
  .header-dark .vertical-right {
    background: #1E1F24;
  }
  
  .vertical-left {
    left: 0;
  }
  
  .vertical-right {
    right: 0;
  }
}

/* ------------ Base Modal styles ------------ */

/* ---------- Base modal ---------- */
.modal {
  --modal-width: 800px;
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;          /* vertical center */
  justify-content: center;      /* horizontal center */
  padding: 20px;                /* breathing room on small screens */
  background: rgba(10, 15, 25, 0.6);   /* the dim layer */
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.modal.is-open { opacity: 1; visibility: visible; }

.modal__dialog {
  position: relative;                   /* anchor for the close button */
  width: 100%;
  max-width: var(--modal-width);
  max-height: calc(100vh - 40px);
  overflow-y: auto;
  background: #fff;
  border-radius: 5px;
  padding: 35px;                        /* standard version */
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.modal__close {
  position: absolute;
  top: 10px; right: 10px;
  width: 32px; height: 32px;
  display: inline-flex; align-items: center; justify-content: center;
  padding: 0; border: 0; background: transparent;
  cursor: pointer;
  font-size: 26px; line-height: 1; color: #444;
  border-radius: 4px;
}

.modal__close:hover { background: rgba(0, 0, 0, 0.06); color: #000; }

/* lock background scroll while a modal is open */

body.modal-open { overflow: hidden; }

/* ---------- Borderless / video variant ---------- */

.modal--video { --modal-width: 900px; padding-top: 56px; }
.modal--video .modal__dialog {
  padding: 0;         
  overflow: visible; /* no padding */
  background: #000;
}

.modal--video .modal__close {
  top: -42px;              /* above the dialog's top edge */
  right: 0;                /* aligned to the video's right edge */
  width: 34px;
  height: 34px;
  color: #fff;
  background: transparent; /* no chip — it's on the dim backdrop now */
  font-size: 30px;      /* visible over the video */
}

.modal--video .modal__close:hover { 
  background: transparent;
  color: rgba(255, 255, 255, 0.75); 
}

/* responsive 16:9 embed */
.modal__video { position: relative; aspect-ratio: 16 / 9; }
.modal__video iframe,
.modal__video video {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  border: 0; display: block;
}


/* ------- Code Panels Editors css ------------ */

.editor-card {
  --card-bg: #0c1626;
  --card-border: rgba(185, 194, 208, 0.14);
  --hairline: rgba(255, 255, 255, 0.10);
  --hairline-soft: rgba(255, 255, 255, 0.05);
  --fg: #f1f3f7;
  --soft: #afbdd6;
  --faint: #7e8da8;
  --berry: #e04d70;
  --signal: #bfe8d2;

  overflow: hidden;
  border: 1px solid var(--card-border);
  border-radius: 16px;                 /* rounded-2xl */
  background: var(--card-bg);
  color: var(--fg);
}

.editor-card__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 20px;                  /* py-3.5 px-5 */
  border-bottom: 1px solid var(--hairline);
}
.editor-card__label {
  font-size: 11px; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--faint);
}
.editor-card__status {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 10px; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--signal);
}
.editor-card__status svg { width: 14px; height: 14px; flex: none; }

.editor-card__body { padding: 20px; }                 /* p-5 */
@media (min-width: 640px) { .editor-card__body { padding: 24px; } }  /* sm:p-6 */

.editor-card__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr 0.8fr;
  gap: 12px;                           /* gap-3 */
}
.editor-card__cols {
  padding-bottom: 8px;                 /* pb-2 */
  border-bottom: 1px solid var(--hairline);
  font-size: 10px; font-weight: 500;
  text-transform: uppercase; letter-spacing: 0.08em;
  color: var(--faint);
}
.editor-card__row {
  align-items: center;
  padding: 12px 0;                     /* py-3 */
  font-size: 14px; line-height: 1.25;  /* text-sm */
}
/* divide-y divide-white/5 → line between rows only */
.editor-card__rows > .editor-card__row + .editor-card__row {
  border-top: 1px solid var(--hairline-soft);
}
.editor-card__note {
  margin: 16px 0 0;                    /* mt-4 */
  font-size: 11px; color: var(--faint);
}

/* text helpers */
.editor-card .is-fg    { color: var(--fg); }
.editor-card .is-soft  { color: var(--soft); }
.editor-card .is-faint { color: var(--faint); }
.editor-card .is-berry { color: var(--berry); }
.editor-card .mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;                     /* font-mono text-[11px] */
}
.editor-card .nums { font-variant-numeric: tabular-nums; }  /* the `nums` class */

/* ---- Assist variant (card 3) ---- */
.editor-card__head--inline { justify-content: flex-start; gap: 8px; }  /* head with gap-2, not split */

.ec-icon { width: 16px; height: 16px; flex: none; }        /* size-4 icons */

.editor-card__assist { font-size: 14px; }                  /* text-sm */
.editor-card__assist > * { margin: 0; }
.editor-card__assist > * + * { margin-top: 16px; }         /* space-y-4 */

.editor-card__answer {
  border-radius: 8px;                                      /* rounded-lg */
  border: 1px solid var(--hairline);                       /* border-white/10 */
  background: rgba(255, 255, 255, 0.03);                   /* bg-white/[0.03] */
  padding: 16px;                                           /* p-4 */
  color: var(--soft);                                      /* text-paper-soft */
}
.editor-card__answer-foot {
  display: flex; align-items: center; gap: 8px;
  margin-top: 12px; padding-top: 12px;                     /* mt-3 pt-3 */
  border-top: 1px solid var(--hairline);
}
.editor-card .strong { font-weight: 500; }                 /* font-medium */

/* ---- Code card (card 2) ---- */
.code-card { --mono: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace; }

.editor-card__head--code {
  padding: 8px 12px;                          /* py-2 px-3 */
  border-bottom-color: var(--card-border);    /* border-border (not the hairline) */
}

.code-tabs { display: flex; gap: 4px; }       /* gap-1 */
.code-tab {
  border: 0; cursor: pointer; background: transparent;
  border-radius: 6px;                         /* rounded-md */
  padding: 6px 12px;                          /* py-1.5 px-3 */
  font-family: var(--mono); font-size: 12px;  /* font-mono text-xs */
  color: var(--faint);                        /* inactive */
  transition: color .15s, background-color .15s;
}
.code-tab:hover { color: var(--fg); }
.code-tab.is-active { background: rgba(255,255,255,.10); color: var(--fg); }

.code-badge {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 10px; font-weight: 500; text-transform: uppercase; letter-spacing: .08em;
  color: var(--berry);
}
.code-badge__dot { width: 6px; height: 6px; border-radius: 50%; background: var(--berry); flex: none; }

.code-body {
  overflow-x: auto;
  padding: 20px;                              /* px-5 py-5 */
  font-family: var(--mono); font-size: 13px; line-height: 1.625;  /* text-[13px] leading-relaxed */
  color: var(--soft);
}
.code-panel { display: none; margin: 0; font: inherit; white-space: pre; color: inherit; }
.code-panel.is-active { display: block; }

.code-foot {
  border-top: 1px solid var(--card-border);
  padding: 12px 20px;                         /* py-3 px-5 */
  font-family: var(--mono); font-size: 11px; color: var(--faint);
}
.code-foot__status { color: var(--signal); }
.code-foot__note { display: none; }
.code-foot__note.is-active { display: block; margin-top: 2px; color: rgba(126,141,168,.7); }

/* new color helper (the others already exist from card 1) */
.editor-card .is-signal { color: var(--signal); }


/* ------------- Blog Styles ----------------- */

.blog-std-padding.std-padding {
  background: #fefefc;
}

.blog-detail-padding {
  padding: 120px 0 60px;
  background: var(--spine-950);
}

.blog-detail-padding .column-content img {
  border: 1px solid var(--spine-600);
}

.blog-sharing {
  background: none;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
}

.blog-sharing a, .blog-sharing a:visited {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--raspberry);
  border: 1px solid #fff;
  border-radius: 50%;
  height: 38px;
  width: 38px;
  margin: 0 0 0 10px;
}

.blog-sharing a:hover {
  background: var(--raspberry);
  color: #fff;
  border: 1px solid #fff;
  text-decoration: none;
}

.blog-date, .blog-read {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.author-link, .author-link:visited {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: #00ffe6;
  font-size: 16px;
}

.author-image {
  width: 80px;
  margin: 0 20px 0 0;
  overflow: hidden;
  border-radius: 80px;
}

.author-image img {
  display: block;
}

.author-name p {
  margin: 0;
  color: #f3f3fc;
}

.blog-sidebar h3 {
  background: none;
  color: var(--ink);
  text-transform: none;
  font-size: 28px;
  padding: 0;
  margin: 0 0 15px 0;
}

.blog-sidebar .white h3 {
  color: #fff;
}

.blog-toc ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.blog-toc li {
  margin: 0 0 15px 0;
  padding: 0 0 15px 0;
  border-bottom: 1px solid var(--border);
}

.blog-toc a, .blog-toc a:visited {
  /* text-decoration: underline; */
}

.blog-sidebar {
  position: relative;
}

.blog-grid-flex-wrapper {
  position: relative;
  overflow: visible;
}

.blog-post-overflow, .blog-detail-padding, .blog-post-overflow .page-content {
  overflow: visible;
}

.blog-contact-wrapper {
  border-radius: 5px;
  background: var(--spine-950);
  padding: 25px;
  margin: 30px 0 0 0;
}

@media(min-width: 992px) {
  .blog-sidebar {
    height: auto !important;
    position: relative;
  }
  
  .blog-sidebar-moving {
    position: sticky;
    top: 100px;
    left: 0;
  }
}


/* ----------- Blog pagination -------------- */

.blog-pagination a,
.blog-pagination a:visited {
  color: var(--raspberry);
}

.blog-pagination a:hover,
.blog-pagination a:focus,
.blog-pagination-center a.active {
  background: var(--raspberry);
  color: #fff;
}

.blog-topics a,
.blog-topics a:visited {
  color: ;
}

.blog-topics a:hover,
.blog-topics a:focus {
  background: ;
}

.blog-sharing a,
.blog-sharing a:visited {
  color: ;
}

@media(min-width: 992px) {
  .blog-detail-padding {
    padding: 150px 0 60px;
  }
}

/* ------------- Pagination ------------- */

.pagination {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin: 20px auto 20px;
}

.pagination a, .pagination a:visited {
  font-size: 16px;
  line-height: 1.2;
  border: 1px solid var(--raspberry);
  color: var(--raspberry);
  border-radius: 50px;
  width: 30px;
  height: 30px;
  margin: 0 3px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}

.pagination a:hover, .pagination a:focus, .pagination a.active {
  background: var(--raspberry);
  color: #fff;
  text-decoration: none;
}






/* ---------- Taken from the old site ------------ */

/* ----------- TB Card List css case studies, whitepapers etc ------------- */

.tb-card-flex {
  display: flex;
  flex-flow: column;
}

.tb-card-item, .tb-card-item:visited {
  border-radius: 5px;
  margin: 0 auto 30px;
  width: 100%;
  max-width: 550px;
  overflow: hidden;
  position: relative;
  transition: all .3s ease;
}

.tb-card-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: var(--spine-900);
  z-index: -1;
}

.tb-card-item:hover, .tb-card-item:focus {
  text-decoration: none;
}

.tb-card-image {
  transition: all .3s ease 0s;
  overflow: hidden;
}

.tb-card-image img.mobile-only {
  display: block;
  transition: all .3s ease 0s;
}

.tb-card-info {
  padding: 25px;
}

.tb-card-title {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin: 0 0 10px 0;
  line-height: 1.3;
}

.tb-card-date {
  color: var(--raspberry);
  margin: 0;
  font-size: 14px;
}

.tb-card-item:hover .tb-card-image {
  transform: scale(1.04);
}

.tb-card-item:hover .tb-card-bg {
  background: var(--ink);
}

/* TB no link styles */

.tb-card-item.no-link:hover .tb-card-image {
  transform: scale(1.0);
}

.tb-card-item.no-link:hover .tb-card-bg {
  background: var(--ink);
}

.tb-detail-card-image {
  border-radius: 20px;
}

@media(min-width: 768px) {
  .tb-card-flex {
    flex-flow: row wrap;
    justify-content: space-between;
  }

  .tb-card-item, .tb-card-item:visited {
    margin: 0 0 30px;
    width: 46%;
    max-width: none;
  } 
  
  .tb-card-image img.mobile-only {
    display: none;
  }
  
  .tb-card-image {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 225px;
  }
}

@media(min-width: 992px) {
  .tb-card-flex {
    justify-content: flex-start;
    margin: 0 0 0 -45px;
  }

  .tb-card-item, .tb-card-item:visited {
    margin: 0 0 45px 45px;
    width: calc(33.33% - 45px);
  } 
}

@media(min-width: 1100px) {
  .tb-card-image {
    height: 200px;
  }
}

@media(min-width: 1350px) {
  .tb-card-image {
    height: 225px;
  }
  
  .page-content.max .tb-card-image {
    height: 225px;
  }
}






/* ------------- Trust Center Styles ----------- */

.tc-footer .footer-top {
  padding: 40px 0;
}

.tc-footer .copyright {
  text-align: center;
  justify-content: center;
  padding: 0;
  border-top: none;
}

.tc-footer .copyright p {
  font-size: 14px;
}

.tc-header .logo {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  color: #fff;
}

.tc-header .logo span {
  margin: 0 0 0 15px;
}

.tc-header .header-logo img {
  max-width: 110px;
}

.tc-header.sticky-header .header-logo img {
  max-width: 50px;
}

.sticky-header .tc-header .logo {
  flex-flow: row-reverse nowrap;
}

.header.sticky-header .header.tc-header {
  background: var(--ink);
}

.tc-header .logo:hover {
  text-decoration: none;
}

.header.sticky-header .header-logo.switch .scrolled-logo {
  max-width: 60px;
}

.sticky-header .logo span {
  margin: 0;
}

.tc-header .header-nav {
  flex-grow: 0;
}

@media(min-width: 768px) {
  .tc-header .header-logo img {
    max-width: 140px;
  }
}


/* ------------ Trust Center Overview Boxes -------------- */

.trust-center-body .page-content.medium {
  max-width: 1400px;
}

.trust-center-body .page-content.medium_large {
  max-width: 1650px;
}

.tc-box {
  border: 1px solid #C2C1C0;
  border-radius: 7px;
  padding: 25px;
  margin: 0 auto 35px;
}

.tc-box-item {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  margin: 0 0 20px 0;
}

.tc-box-item:last-child {
  margin: 0;
}

.tc-box-image {
  max-width: 50px;
  margin: 0 20px 0 0;
}

.tc-box-image img {
  display: block;
}

.tc-box-content p {
  margin: 0;
}

.tc-box-title {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px 0;
}

.tc-box-title h2 {
  margin: 0;
}

.tc-box-item.resources {
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}

.tc-box.tc-link, .tc-box.tc-link:visited {
  display: flex;
  flex-flow: column;
}

.tc-box.tc-link:hover, .tc-box.tc-link:focus {
  text-decoration: none;
  box-shadow: 0 0 5px 0px rgba(0,0,0,.2);
}

.tc-box-item.control {
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  align-items: center;
  margin: 0 0 10px 0;
}

.tc-box-item.control .tc-box-content p.smaller-control {
  font-size: 15px;
}

.tc-box-item.control .tc-box-icon {
  margin: 0 20px 0 0;
}

.tc-box-item.control .tc-box-content {
  max-width: 85%;
}

.tc-box-item.control .tc-box-content p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  max-width: 100%;
}

.tc-box.tc-link p, .tc-box.tc-link:visited p {
  color: #182c6a;
}

.control-title p {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 20px 0;
  font-weight: 600;
}

.tc-box-item-large.control .tc-box-icon .fa-circle-check,
.tc-box-item.control .tc-box-icon .fa-circle-check {
  color: #3B8F31;
}

.tc-box-item-large.control .tc-box-icon .fa-triangle-exclamation,
.tc-box-item.control .tc-box-icon .fa-triangle-exclamation {
  color: #FFC107;
}

.tc-box-item-large.control .tc-box-icon .fa-circle-xmark,
.tc-box-item.control .tc-box-icon .fa-circle-xmark {
  color: #F44336;
}

.tc-box-item.subprocessors p, .tc-box-item-large.subprocessors p {
  font-size: 16px;
}

.tc-box-item.subprocessors p.subpro-title, .tc-box-item-large.subprocessors p.subpro-title {
  font-size: 18px;
}

.tc-box-item.subprocessors p.subpro-title span, .tc-box-item-large.subprocessors p.subpro-title span {
  font-weight: 600;
}

.tc-update-title {
  font-weight: 600;
}

.tc-update-date {
  font-size: 17px;
}

.update-more {
  overflow: hidden;
  max-height: 4.5em;
  transition: max-height: .4s ease;
}

.update-more.is-expanded {
  max-height: 100vh;
}

.update-read-more {
  margin: 5px 0 0 0;
}

.update-read-more.is-hidden {
  display: none;
}

@media(min-width: 992px) {
  .tc-overview-wrap {
    display: flex;
    flex-flow: row nowrap;
  }
  
  .tc-overview-left {
    width: 330px;
  }
  
  .tc-overview-right {
    width: calc(100% - 330px);
    padding: 0 0 0 35px;
  }
  
  .tc-overview-wrap h2 {
    font-size: 24px;
  }
  
  .tc-control-flex {
    display: flex;
    flex-flow: row wrap;
    margin: 0 0 10px -20px;
  }
  
  .tc-box.tc-link, .tc-box.tc-link:visited {
    width: calc(50% - 20px);
    margin: 0 0 20px 20px;
  }
}

/* ----------- Trust Center Large boxes -------------- */

.tc-box-large-wrapper {
  border: 1px solid #C2C1C0;
  border-radius: 7px;
  margin: 0 auto 35px;
}

.tc-box-item-large {
  padding: 30px 25px;
  border-top: 1px solid #E7E5E5;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
}

.tc-box-item-large:first-child {
  border-top: none;
}

.tc-box-item-large.subprocessors {
  justify-content: flex-start;
}

.trust-center-body .accordion-content-inner {
  padding: 30px 25px;
}

.tc-box-item-large.control {
  flex-flow: row-reverse nowrap;
}

.tc-box-large-wrapper .control-title {
  padding: 10px 25px;
}

.tc-box-large-wrapper .control-title p {
  font-size: 16px;
  text-transform: uppercase;
  margin: 0;
}

.tc-box-item-large.control .tc-box-icon {
  min-width: 60px;
  text-align: center;
}

.tc-box-item-large.control .control-content-title {
  font-weight: 600;
  margin: 0 0 10px 0;
}

.tc-box-item-large.control .control-content-description {
  font-size: 17px;
}