/**
 * arches - Global style system focused on utility classes
 * @version v4.1.4x
 * @link https://github.com/ACC-Style/Arches/
 */
/**  Build Comment: Built With acc Branding  **/
/** SCSS DOC: _preheader.scss **/
/** SCSS DOC: _helpers.scss **/
/** SCSS DOC: _utility-css.vars.scss **/
/** SCSS DOC: _setup.none.scss **/ /** SCSS DOC: __brand.base.scss **/
/**  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			- #126657; Link Color dark			
$link-color-dark--hover	- #051f1a; Link Color dark--hover	
$link-color-dark--visited	- #42665f; 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			- #8cebda; Link Color light			
$link-color-light--hover	- #e8fbf8; Link Color light--hover	
$link-color-light--visited	- #84afa7; Link Color light--visited	
$link-color-dark			- #126657; Link Color dark			
$link-color-dark--hover	- #051f1a; Link Color dark--hover	
$link-color-dark--visited	- #42665f; 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  **/
/** SCSS DOC: __brand.acc.scss **/
/**  ACC Brands    *********************************/
:root {
  --code-color: hsla(var(--accent-h), calc(var(--accent-s) + (100% - var(--accent-s)) * 0.05), calc(var(--accent-l) - var(--accent-l) * 0.5), 1);
} /** SCSS DOC: __var.output.scss **/
/** This needs to run later then brand **/
/**  Build Comment: Standalone CSS FILE  **/
/*

Coveo

There used to be items here but they have been moved under ACC Content List Items.

Weight: 0

Styleguide Coveo

*/ /* Yes, some of these selectors look verbose. Yes, the verbosity is required to overwrite. */
.CoveoDynamicFacet {
  margin-bottom: 1em;
  padding: 1em 1em 0 1em;
  border: 1px solid hsla(var(--secondary-h), calc(var(--secondary-s) - var(--secondary-s) * 0.25), calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.5), 1);
  font: var(--font-family_ui);
}
.CoveoDynamicFacet .coveo-dynamic-facet-header {
  border: none;
}
.CoveoDynamicFacet .coveo-dynamic-facet-header .coveo-dynamic-facet-header-title {
  color: #198dae;
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
  font-family: var(--font-family_ui);
}
.CoveoDynamicFacet .coveo-combobox-input-icon {
  font-size: 12.641px;
  font-size: 0.7901234568rem;
}
.CoveoDynamicFacet button {
  color: #198dae;
}
.CoveoDynamicFacet .coveo-checkbox-button {
  min-height: 0;
}

/* Sidebar Search */
#sidebar .coveo-search-section {
  margin: 0;
  padding: 0;
}

#sidebar .CoveoSearchbox {
  border: 1px solid #676a72;
  border-radius: 5px;
}

.CoveoSearchbox .magic-box,.CoveoSearchbox .CoveoSearchButton {
  border: none;
  border-radius: 0;
}

.CoveoSearchbox .CoveoSearchButton {
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
}

.magic-box .magic-box-input .magic-box-underlay, .CoveoSearchbox .magic-box .magic-box-input > input {
  height: 100%;
  padding: 0 0 0 16px;
  padding: 0 0 0 1rem;
  box-shadow: none;
  color: rgb(19, 18, 18);
  font-size: 14.222px;
  font-size: 0.8888888889rem;
  font-family: var(--font-family_copy);
}

.CoveoSearchbox .magic-box .magic-box-input {
  height: 100%;
  border-radius: 6px;
}

.CoveoSearchbox .coveo-search-button-svg, .CoveoSearchbox .magic-box .magic-box-clear-svg {
  width: 12px;
  width: 0.75rem;
  height: 12px;
  height: 0.75rem;
  color: #676a72;
}

.magic-box.magic-box-notEmpty .magic-box-clear {
  width: 24px;
}

.magic-box .magic-box-clear {
  width: 24px;
  width: 1.5rem;
  height: 100%;
  line-height: 1;
}

.magic-box-icon {
  height: 100%;
  margin-top: 1px;
} /** SCSS DOC: __globalshame_uc.scss **/
/*# sourceMappingURL=maps/coveo.css.map */
