::-webkit-scrollbar-track {
  background: none;
}

::-webkit-scrollbar {
  width: 8px;
  height: 10px;
}

::-webkit-scrollbar-thumb {
  background: var(--color-border);
  border-radius: 8px;
}

body {
  box-sizing: border-box;
}
.row-no-padding [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
a {
  all: unset;
}
@media (min-width: 576px)
.container, .container-sm {
    width: inherit !important;
}

:root {
  /* ========================================
     EQUIFAX BRAND COLOR SYSTEM
     ======================================== */

  /* Brand Palette (Raw Colors) */
  --brand-red: #9e1b32;
  --brand-orange: #e77204;
  --brand-yellow: #f1c319;
  --brand-green: #45842a;
  --brand-blue: #007298;
  --brand-purple: #652f6c;
  --brand-black: #000000;
  --brand-white: #ffffff;

  /* Core Web Elements */
  --color-link: #007298;
  --color-link-hover: #004d66;

  /* Button Colors */
  --color-button-gray: #5b6771;
  --color-button-gray-hover: #333e48;
  --color-link-visited: #652f6c;
  --color-text: #333e48;
  --color-text-muted: #5b6771;
  --color-heading: #333e48;
  --color-border: #9c9c9c;
  --color-border-disabled: #cfcfcf;
  --color-background-page: #f7f7f7;
  --color-background-card: #f7f7f7;
  --color-background-secondary: #e7e7e7;
  --color-background-hover: #e7e7e7;
  --color-footer-bg: #333e48;

  /* Alert Colors */
  --color-alert-red: #e8002a;
  --color-alert-orange: #ff9633;
  --color-alert-yellow: #ffd332;
  --color-alert-green: #36b300;
  --color-alert-blue: #00ace6;
  --color-alert-purple: #9e00b3;

  /* Highlight Colors (Light Backgrounds) */
  --color-highlight-red: #ffccd5;
  --color-highlight-orange: #ffe5cc;
  --color-highlight-yellow: #fff4cc;
  --color-highlight-green: #dbffcc;
  --color-highlight-blue: #cdf3ff;
  --color-highlight-purple: #f9ccff;

  /* Shadow Colors (WCAG AA Compliant for White Text) */
  --color-shadow-red: #6d1222;
  --color-shadow-orange: #994a00;
  --color-shadow-yellow: #98700c;
  --color-shadow-green: #294d19;
  --color-shadow-blue: #004d66;
  --color-shadow-purple: #431f47;
}

.category-4464968278164 {
 background: var(--brand-orange);
}
.category-4410504509204 {
  background: var(--brand-blue);
}
.category-4410504503188 {
  background: var(--brand-blue);
}
.category-4418340790164 {
  background: var(--brand-green);
}
.category--4410490767636 {
  background: var(--brand-green);
}

@media (min-width: 1500px) {
	:root {
    font-size: 17px;
  }
}
@media (max-width: 1325px) {
	:root {
    font-size: 17px;
  }
}
@media (max-width: 1150px) {
	:root {
    font-size: 17px;
  }
}
@media (max-width: 975px) {
	:root {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
	:root {
    font-size: 15px;
  }
}

html, body{
    -webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
  	font-family: 'Open Sans', sans-serif !important;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.weight.semi-bold {
  font-weight: 600;
}
.weight.extra-bold {
  font-weight: 800;
}
.weight.bold {
  font-weight: 700;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 100%;
}
h1 {
  font-size: 2.1rem;
  font-weight: 400;
}
h2 {
  font-size: 1.75rem;
  font-weight: 400;
}
h3 {
  font-size: 1.5rem;
  font-weight: 400;
}
h4 {
  font-size: 1.25rem;
  font-weight: 400;
}
h5 {
  font-size: 1.1rem;
  font-weight: 400;
	line-height: 1.25rem;
}
h6 {
  font-size: 18px;
  font-weight: 400;
  margin: 5px 0;
}
/* utility classes */
.text-align-center {
  text-align: center;
}
.position-relative {
  position: relative;
}
.body1 {
  font-size: 1.2rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.ml-2 {
  margin-left: 0.4rem;
}
.mr-2 {
  margin-right: 0.4rem;
}
.ml-3 {
  margin-left: 0.6rem;
}
.mr-3 {
  margin-right: 0.6rem;
}
.ml-4 {
  margin-left: 0.8rem;
}
.mr-4 {
  margin-right: 0.8rem;
}
.ml-5 {
  margin-left: 1rem;
}
.mr-5 {
  margin-right: 1rem;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.pr-1 {
  padding-right: 0.25rem !important;
}
.pl-2 {
  padding-left: 0.4rem !important;
}
.pr-2 {
  padding-right: 0.4rem !important;
}
.pr-3 {
  padding-right: 0.6rem !important;
}
.pl-3 {
  padding-left: 0.6rem !important;
}
/* link ----------------------------------------- */
.link {
  cursor: pointer;
}
.link:hover {
 	color: var(--color-link);
}
.card-link:hover {
  background: rgba(0, 0, 0, 0.02);
  transition: background ease-in-out .25s;
}
/* button ----------------------------------------- */
button, input[type="submit"], input[type="reset"] {
	all: unset;
  user-select: none;
  text-align: center;
  white-space:nowrap;
  font-weight: 600;
}
button.btn-small {
  font-size: 0.9rem;
  padding: 0 0.6rem !important;
}
button {
  max-height: 2.1rem;
  background: var(--color-button-gray);
  padding: 0.25rem 0.75rem;
  margin: 0 0.25rem;
  border-radius: 10px;
  border: 5px solid var(--color-border-disabled);
  line-height: 2rem;
  color: white;
  transition: all 200ms ease-in-out;
  font-size: 1.1rem;
}
button:hover {
  transition: 150ms;
  cursor: pointer;
  background: var(--color-button-gray-hover);
}
button a,
button a:hover {
  all: unset;
  color: inherit;
}
button.btn-two {
  background: var(--color-button-gray);
  color: white;
  transition: all 200ms ease-in-out;
}
button.btn-two:hover {
  background: var(--color-button-gray-hover);
  color: white;
}

button.btn-three {
  background: var(--color-button-gray);
  color: white;
  transition: all 200ms ease-in-out;
}
button.btn-three:hover {
  background: var(--color-button-gray-hover);
  color: white;
}

button.btn-red {
  background: var(--color-link);
  color: white;
  transition: all 200ms ease-in-out;
}
button.btn-red:hover {
  background: var(--color-link-hover);
  color: white;
}
.btn-lg {
  padding: 0.5rem 1rem;
}
/* button group ----------------------------------------- */
.button-group {
  
}
.button-group button {
  all: unset;
  background: var(--color-background-secondary);
  padding: 0.5rem 0.75rem;
  cursor: pointer;
  transition: all 150ms ease-in-out;
  font-weight: 600;
  color: var(--color-text);
}
.button-group button:hover {
  background: var(--color-link);
  color: white;
}
.button-group button:first-child {
  border-radius: 10px 0 0 10px;
}

.button-group button:not(:last-child) {
  border-right: 2px solid var(--color-border);
}

.button-group button:last-child {
  border-radius: 0 10px 10px 0;
}
/* kount product colors ------------------------- */
.background-4414808713620 {
 	background: var(--brand-green);
}
.background-4410504503188 {
 	background: var(--brand-blue);
}
.background-4410504509204 {
 	background: var(--brand-blue);
}
.background-4410490767636 {
 	background: var(--brand-green);
}
.background-4418340790164 {
  background: var(--brand-green);
}
/* breadcrumbs ---------------------------------*/
.breadcrumbs-wrapper {
  font-size: 1rem;
  padding: 0.4rem 0;
  background: var(--color-background-secondary);
	color: var(--color-text);
}
.breadcrumbs-wrapper ol,
.breadcrumbs-wrapper a {
  all:unset;
}
.breadcrumbs-wrapper a {
  color: var(--color-link);
  cursor: pointer;
}
.breadcrumbs-wrapper a:hover {
  color: var(--color-link-hover);
}
.breadcrumbs-wrapper ol {
  margin: 1rem 0;
  list-style-type: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.breadcrumbs-wrapper li {
 margin-right: 0.3rem;
}
.breadcrumbs-wrapper ol li:not(:last-child)::after {
  margin-left: 0.25rem;
 	content: '|';
}
.breadcrumbs-wrapper ol li:last-child {
  font-weight: 600;
  color: var(--color-link);
}
.breadcrumbs-wrapper ol li:last-child a {
  color: var(--color-link);
  font-weight: 600;
}
.breadcrumbs-wrapper a {
  cursor:pointer;
}

/* blockquote / Note ------------------------------*/
.blockquote,
.note,
.warning,
.caution  {
  font-size: 1.1rem;
  background: rgba(0,0,0,0.05);
  border-radius: 0;
  padding: 1rem;
  color: rgba(0,0,0,0.8);
  border-left: 0.4rem solid var(--color-link);
  margin: 0.5rem 0;
}

/* code snippet ------------------------------*/
.code-snippet {
  padding: 2rem;
  border-radius: 0;
}
.code-snippet-wrapper {
  	 position: relative;
}
.code-snippet-wrapper pre {
  overflow-x: scroll;
}
.code-snippet__copy-button {
  border-radius: 70%;
  background: rgba(126, 126, 126, 0.49);
  color: white;
  font-size: 1rem;
  top: 1rem;
  right: 1rem;
  position: absolute;
  box-sizing: border-box;
  width: 2rem;
  height: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.code-snippet__copy-button:hover {
  background: rgba(126, 126, 126, 1);
  transition: all 100ms ease-in-out;
  cursor: pointer;
}

/* table --------------------------------------------- 	 */
table {
  margin: 1.25rem 0;
  border-radius: 1rem;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  background: white;
  border-collapse: collapse;
  padding: 1rem;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
  width: 100%;
}
table tr:not(:last-child) td, 
table tr:not(:last-child) th {
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
table tr, 
table td, 
table th {
  padding: 1.25rem;
  text-align: left;
  max-width: 100px;
  overflow-wrap: break-word;
}

table tr:first-child td:first-child,
table tr:first-child th:first-child {
  border-top-left-radius: 1rem;
} 

table tr:first-child td:last-child,
table tr:first-child th:last-child {
  border-top-right-radius: 1rem;
} 

table tr:first-child {
  border-radius: 1rem;
  background: rgba(0,0,0,0.04);
  color: black;
  font-size: 1.1rem;
}
.table-wrapper table {
  margin: 0;
  table-layout: fixed;
  width: 100%;
}
.table-wrapper {
  margin: 1.5rem 0;
  width: 100%;
  padding: 0 2px;
}
.table-wrapper .toolbar {
  margin-bottom: 1rem;
}

/* expandable content--------------------------- */
.expandable-content:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 2px;
}
.expandable-content, .panel-heading, .panel-default {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 2px;
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 0;
}
.panel-default code,
.panel-default pre,
.expandable-content table,
.expandable-content code,
.expandable-content pre {
  border-radius: 0;
}
.expandable-content #content {
    padding-top: 1rem;
}
.expandable-content #title:hover {
  cursor: pointer;
}
.expandable-content #title {
  display: block;
}
.expandable-content #title > * {
  margin: 0;
}
.expandable-content.expanded i {
/*   transform-origin: 6px 10px; */
  transform:
    rotate(180deg);
  transition: all 300ms ease-in-out;
}

@media (min-width: 1400px) {
	.container {
    max-width: 1300px !important;
    padding: 0 4rem !important;
  }
}

/* Sets the Integration Gudie articles to sticky */
#articleContainer.content {
  background: white;
  position: sticky;
}
/* platform styles ------------------ */
  .integration-card {
    background: white;
    margin: 0.75rem;
    border-radius: 0;
    transition: all 200ms ease-in-out;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 1px;
    background: white;
  }

  .integration-card img {
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5rem;
    box-shadow: none;
    padding: 1.5rem;
  }

  .integration-card__image {
    height: 4rem;
    
  }

  .integration-card:hover {
    background: rgba(0,0,0,0.05);
    cursor: pointer;
  }


/* /  LIGHTBOX STYLES -------------------------------------------------------- */
/* /  LIGHTBOX STYLES -------------------------------------------------------- */
/* /  LIGHTBOX STYLES -------------------------------------------------------- */

.lb-loader,
.lightbox {
    text-align: center;
    line-height: 0;
    position: absolute;
    left: 0
}

body.lb-disable-scrolling {
    overflow: hidden
}

.lightboxOverlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #000;
    filter: alpha(Opacity=80);
    opacity: .8;
    display: none
}

.lightbox {
    width: 100%;
    z-index: 10000;
    font-weight: 400;
    outline: 0
}

.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius: 3px;
    border: 4px solid #fff
}

.lightbox a img {
    border: none
}

.lb-outerContainer {
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto;
    border-radius: 4px;
    background-color: #fff
}

.lb-outerContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-loader {
    top: 43%;
    height: 25%;
    width: 100%
}

.lb-cancel {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url(/hc/theming_assets/01JZ6ATD14D7Z02FY05NC1GG6V) no-repeat
}

.lb-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10
}

.lb-container>.nav {
    left: 0
}

.lb-nav a {
    outline: 0;
    background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==)
}

.lb-next,
.lb-prev {
    height: 100%;
    cursor: pointer;
    display: block
}

.lb-nav a.lb-prev {
    width: 34%;
    left: 0;
    float: left;
    background: url(/hc/theming_assets/01K0SS9MJAQWG2NB03JB3Q5TX9) left 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-prev:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-nav a.lb-next {
    width: 64%;
    right: 0;
    float: right;
    background: url(/hc/theming_assets/01K0SS9MBS96THB78AVB0M2E13) right 48% no-repeat;
    filter: alpha(Opacity=0);
    opacity: 0;
    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    transition: opacity .6s
}

.lb-nav a.lb-next:hover {
    filter: alpha(Opacity=100);
    opacity: 1
}

.lb-dataContainer {
    margin: 0 auto;
    padding-top: 5px;
    width: 100%;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px
}

.lb-dataContainer:after {
    content: "";
    display: table;
    clear: both
}

.lb-data {
    padding: 0 4px;
    color: #ccc
}

.lb-data .lb-details {
    width: 85%;
    float: left;
    text-align: left;
    line-height: 1.1em
}

.lb-data .lb-caption {
    font-size: 13px;
    font-weight: 700;
    line-height: 1em
}

.lb-data .lb-caption a {
    color: #4ae
}

.lb-data .lb-number {
    display: block;
    clear: left;
    padding-bottom: 1em;
    font-size: 12px;
    color: #999
}

.lb-data .lb-close {
    display: block;
    float: right;
    width: 30px;
    height: 30px;
    background: url(/hc/theming_assets/01K0SS9M627DNCFXB7DKCSSQER) top right no-repeat;
    text-align: right;
    outline: 0;
    filter: alpha(Opacity=70);
    opacity: .7;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s
}

.lb-data .lb-close:hover {
    cursor: pointer;
    filter: alpha(Opacity=100);
    opacity: 1
}

/* Styling for Q&A sets*/
div.qandaset ul
{display:none;  /* hides links Q-title */
}
div.qandaset
{margin-bottom:15px; /* space between Q&A set */
}
div.qandaset tr td p
{margin-bottom:5px; /* space between Q & A rows */
}
div.qandaset tr td:first-child 
{padding-right:5px; /* space after labels (e.g. "Q:")*/
} 

/**** Paligo overrides ****/

/* Accordion */
.sidebar.accordion,
.section.accordion {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px 2px;
    padding: 1rem;
    margin: 1rem 0;
    border-radius: 0;
}

.sidebar.accordion .expandable-content,
.sidebar.accordion .panel-heading,
.sidebar.accordion .panel-default,
.section.accordion .expandable-content,
.section.accordion .panel-heading,
.section.accordion .panel-default {
  box-shadow: initial;
  padding: initial;
  margin: initial;
  border: initial;
  border-radius: initial;
  background: initial;
}

.sidebar.accordion .panel-body,
.section.accordion .panel-body {
  padding: 10px 0;
}

/* Table */
table tr:first-child {
  background: initial;
}

.table-responsive tfoot tr:first-child td:first-child,
.table-responsive tfoot tr:first-child th:first-child {
    border-radius: 0 0 0 15px;
}

.table-responsive tfoot tr:first-child td:last-child {
  border-radius: 0 0 15px 0;
}

.table-responsive thead,
.table-responsive tfoot {
  background: rgba(0,0,0,.04);
}

.table-responsive tfoot {
  border-radius: 0 0 10px 10px;
}

.table-responsive tbody tr {
  border-bottom: solid 1px #ddd !important;
}

.table-responsive tbody tr:last-child {
  border: none !important;
}

/* Note */
.note,
.warning,
.caution { 
  width: 95% !important;
  display: inline-flex !important;
  gap: 10px;
  margin: 10px 0 !important;
  border: none !important;
  padding: 12px 20px 12px 20px !important;
  font-style: normal !important;
}

.note > *,
.warning > *,
.caution > * {
  line-height: 1.5 !important;
  margin: 0 !important;
}

.note:before,
.warning:before,
.caution:before {
  content: none !important;
}

.note .title {
  font-weight: bold !important;
  font-size: inherit !important;
  font-style: normal !important;
  color: #000 !important;
  padding-right: 3px;
}

.note h3.title:after {
  display: inline;
  content: ':';
  color: inherit;
}

.warning .title,
.caution .title {
  font-size: inherit;
}

.note {
  background: var(--color-background-secondary) !important;
  border-left: 8px solid var(--color-link) !important;
}

/*Warning*/
.warning {
  border-color: var(--brand-yellow) !important;
  background-color: rgba(241, 195, 25, 0.2) !important;
}

/*Caution*/
/* Style the caution box */
.caution {
  display: grid !important;
  grid-template-columns: auto 1fr;
  width: fit-content; /* To make the container shrink-wrap its content */
  border-left: 8px solid var(--brand-yellow) !important;
  background: var(--color-background-secondary) !important;
  padding: 1em !important;
}

.caution .title {
  color: #000 !important;
  font-weight: normal !important;
  display: inline-block !important;
  grid-column: 1; /* Place the title in the first column */
  /* You might want to add some right margin here for spacing between title and text */
  /* margin-right: 10px; */
}

.caution p {
  grid-column: 2; /* Place the paragraph in the second column */
  /* Add some left margin here if you added right margin to the title */
  /* margin-left: 10px; */
}

.caution:before {
  display: none !important;
}

.caution p {
  display: inline !important;
}

/* Bold only the word "Caution" (not the colon) using ::first-letter and ::after */
.caution .title::first-letter {
  font-weight: bold !important;
}

.caution .title {
  font-weight: bold !important;
}
.caution .title::after {
  content: ":";
  font-weight: normal !important;
}

/* Code Snippet */ 
.code-block {
  overflow-x: auto;
}

.copy-to-clipboard-button {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  color: #ddd;
  border: none;
}

.code-block-container {
  position: relative; 
}

.copy-to-clipboard-button:hover {
  background: transparent;
  color: #ddd;
}

.code-copied {
  color: #65FF00 !important;
}

.kount-logo {
  max-width: 150px;
}

/* Override for brand compliance  */
:not(pre) > code {
  background: var(--color-background-secondary);
  padding: 2px 5px !important;
}

.article-votes-count {
  display: none;
}

/* Form Input Styling */
input[type="text"],
input[type="email"],
textarea,
select {
  border-radius: 10px;
}