/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  -webkit-text-size-adjust: 100%; /* 2 */
  line-height: 1.15; /* 1 */
}

/* Sections
========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/* Text-level semantics
========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-size: 1em; /* 2 */
  font-family: monospace, monospace; /* 1 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; /* 2 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  font-family: inherit; /* 1 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; /* 1 */
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; /* 1 */
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  color: inherit; /* 2 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
========================================================================== */
/**
 * Add the correct display in IE 10+.
 */

/**
 * Add the correct display in IE 10.
 */
template,[hidden] {
  display: none;
}

a {
  text-decoration: none;
}

/**
 * arches - Global style system focused on utility classes
 * @version v1.0.0
 * @link https://github.com/MattWatier/Arches#readme
 */
/**  Pre Header - modular scale default break points utility    *********************************/
/** SCSS DOC: _helpers.scss **/
/** SCSS DOC: __var.output.scss **/
/** This needs to run later then brand **/
/** Utility Class Only With Basic ACC Branding **/ /**  ACC Brands    *********************************/
/**  Default Brands    *********************************/
/**  Colors  **/
/** SCSS DOC: _colors.scss **/
/** Setting link color variables in scss **/
/*

Link Colors: Light

Link colors of a lighter shade in all of its states, default, hover, visited. Typically used to enhance visibility on dark backgrounds.

$link-color-dark			- #0b5243; Link Color dark			
$link-color-dark--hover	- #031814; Link Color dark--hover	
$link-color-dark--visited	- #325049; Link Color dark--visited	

Weight:2

Styleguide DesignBase.Colors.LinksLight
 */
/*

Link Colors

Link colors  in all of its states, default, hover, visited.


$link-color-light			- #70ecd1; Link Color light			
$link-color-light--hover	- #e2fbf6; Link Color light--hover	
$link-color-light--visited	- #69a195; Link Color light--visited	
$link-color-dark			- #0b5243; Link Color dark			
$link-color-dark--hover	- #031814; Link Color dark--hover	
$link-color-dark--visited	- #325049; Link Color dark--visited	

Weight:1

Styleguide DesignBase.Colors.Links
 */
/**  Fonts  **/
/* Define the "system" font family */
@font-face {
  font-style: normal;
  font-weight: 300;
  src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma");
  font-family: system;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-line-break: after-white-space;
  -webkit-locale: "en";
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  line-break: white-space;
}

/**  Textures  **/
/**  Logos  **/
pre code.hljs {
  max-height: 100%;
  padding-top: 2em;
  padding-bottom: 2.5em;
}


.kss-color {
  height: 160px;
}

.kss-section__markup > pre.language-markup {
  margin: 0;
  overflow-x: auto;
  overflow-y: auto;
}

.kss-section__markup > pre.language-markup::-webkit-scrollbar {
  width: 5.6px;
  width: 0.35rem;
  height: 5.6px;
  height: 0.35rem;
}

/* Track */
.kss-section__markup > pre.language-markup::-webkit-scrollbar-track {
  background-color: rgba(13, 71, 87, 0.1);
  box-shadow: inset 1px 1px 4px 0.5px rgba(0, 0, 0, 0.2);
}

/* Handle */
.kss-section__markup > pre.language-markup::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background: #157894;
  box-shadow: inset 1px 1px 4px 0.5px rgba(0, 0, 0, 0.2);
}

.kss-section__markup > pre.language-markup::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(21, 120, 148, 0.1);
}

.kss-section__markup > pre.language-markup::-webkit-scrollbar-track:window-inactive {
  background: rgba(13, 71, 87, 0.1);
}

.kss-markdown {
  max-width: unset;
}

.kss-section__description,
.kss-section__content,
.kss-markdown {
  border-spacing: 0;
}
.kss-section__description table,
.kss-section__content table,
.kss-markdown table {
  min-width: 50%;
  margin: 8px 0 16px;
  margin: 0.5rem 0 1rem;
  border: 1px solid #808080;
}
.kss-section__description .thead,
.kss-section__description thead,
.kss-section__content .thead,
.kss-section__content thead,
.kss-markdown .thead,
.kss-markdown thead {
  background-color: rgb(255, 255, 255);
}
.kss-section__description .thead th,
.kss-section__description .thead td,
.kss-section__description thead th,
.kss-section__description thead td,
.kss-section__content .thead th,
.kss-section__content .thead td,
.kss-section__content thead th,
.kss-section__content thead td,
.kss-markdown .thead th,
.kss-markdown .thead td,
.kss-markdown thead th,
.kss-markdown thead td {
  border-bottom: 2px solid #1da3c9;
}
.kss-section__description tbody > tr + tr,
.kss-section__content tbody > tr + tr,
.kss-markdown tbody > tr + tr {
  border-top: solid #f0f0f1 1px;
}
.kss-section__description .tfoot,
.kss-section__description tfoot,
.kss-section__content .tfoot,
.kss-section__content tfoot,
.kss-markdown .tfoot,
.kss-markdown tfoot {
  background-color: #f0f0f1;
}
.kss-section__description .tfoot th,
.kss-section__description .tfoot td,
.kss-section__description tfoot th,
.kss-section__description tfoot td,
.kss-section__content .tfoot th,
.kss-section__content .tfoot td,
.kss-section__content tfoot th,
.kss-section__content tfoot td,
.kss-markdown .tfoot th,
.kss-markdown .tfoot td,
.kss-markdown tfoot th,
.kss-markdown tfoot td {
  border-top: 1px solid #757881;
  font-style: italic;
}
.kss-section__description th,
.kss-section__description td,
.kss-section__content th,
.kss-section__content td,
.kss-markdown th,
.kss-markdown td {
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
}

.kss-modifiers__example {
  min-height: 0;
  margin-bottom: 24px;
  margin-bottom: 1.5rem;
}

[class*="[modifier class]"],[data-style*="[modifier class]"] {
  display: none;
}

.kss-markdown table {
  border: 1px solid grey;
  border-collapse: collapse;
  background: white;
  color: #333;
  font-size: 12pt;
}
.kss-markdown table thead th,
.kss-markdown table tfoot th {
  background: rgba(0, 0, 0, 0.1);
  color: #777;
}
.kss-markdown table caption {
  padding: 0.5em;
}
.kss-markdown table th,
.kss-markdown table td {
  padding: 0.5em;
  border: 1px solid lightgrey;
}

.kss-nav_subnav {
  margin-left: 0;
}

.kss-markdown a {
  font-size: inherit;
}
/*# sourceMappingURL=maps/styleguide_override.css.map */
