@charset "UTF-8";
/**
 * arches - Global style system focused on utility classes
 * @version v4.1.4x
 * @link https://github.com/ACC-Style/Arches/
 */
/**  Build Comment: including file /setup/__preheader.scss  **/
/** SCSS DOC: _preheader.scss **/
/** SCSS DOC: _helpers.scss **/
/** SCSS DOC: _utility-css.vars.scss **/
.carousel-alt.chevron-on .carousel-indicators li.active:before {
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  font-family: "Font Awesome 6 Pro", "Font Awesome 5 Pro";
}

/**  Build Comment: This Style Sheet was formatted to work best with the inclusion of Bootstrap ^5.1.0   **/
/**  Build Comment: Set Active Class  **/
/** 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  **/
/**  ACC Brands    *********************************/
/** SCSS DOC: __brand.virtual.scss **/
/**  Build Comment: Overlay and alter for virtual Branding 4.1.4x  **/
/** SCSS DOC:_brand.compile.scss **/
/** SCSS DOC: _root.cssvars.scss **/
:root {
  --primary-h: 193.288590604deg;
  --primary-s: 74.8743718593%;
  --primary-l: 39.0196078431%;
  --primary: hsl( var(--primary-h),var(--primary-s),var(--primary-l) );
  --secondary-h: 223.6363636364deg;
  --secondary-s: 5.069124424%;
  --secondary-l: 42.5490196078%;
  --secondary: hsl( var(--secondary-h),var(--secondary-s),var(--secondary-l) );
  --success-h: 137.8625954198deg;
  --success-s: 90.3448275862%;
  --success-l: 28.431372549%;
  --success: hsl( var(--success-h),var(--success-s),var(--success-l) );
  --shade-h: 0deg;
  --shade-s: 0.826446281%;
  --shade-l: 52.5490196078%;
  --shade: hsl( var(--shade-h),var(--shade-s),var(--shade-l) );
  --warning-h: 33.8613861386deg;
  --warning-s: 86.3247863248%;
  --warning-l: 45.8823529412%;
  --warning: hsl( var(--warning-h),var(--warning-s),var(--warning-l) );
  --alert-h: 0deg;
  --alert-s: 78.9473684211%;
  --alert-l: 48.431372549%;
  --alert: hsl( var(--alert-h),var(--alert-s),var(--alert-l) );
  --navigation-h: 221.8791946309deg;
  --navigation-s: 63.4042553191%;
  --navigation-l: 46.0784313725%;
  --navigation: hsl( var(--navigation-h),var(--navigation-s),var(--navigation-l) );
  --accent-h: 167.2340425532deg;
  --accent-s: 76.2162162162%;
  --accent-l: 36.2745098039%;
  --accent: hsl( var(--accent-h),var(--accent-s),var(--accent-l) );
  --info-h: 31.3043478261deg;
  --info-s: 11.1111111111%;
  --info-l: 59.4117647059%;
  --info: hsl( var(--info-h),var(--info-s),var(--info-l) );
  --highlight-h: 265.8536585366deg;
  --highlight-s: 48.2352941176%;
  --highlight-l: 50%;
  --highlight: hsl( var(--highlight-h),var(--highlight-s),var(--highlight-l) );
  --acc-h: 206.9491525424deg;
  --acc-s: 100%;
  --acc-l: 23.137254902%;
  --acc: hsl( var(--acc-h),var(--acc-s),var(--acc-l) );
  --link-color-light-h:169.2857142857deg;
  --link-color-light-s:70%;
  --link-color-light-l:73.5294117647%;
  --link-color-light: hsl( var(--link-color-light-h),var(--link-color-light-s),var(--link-color-light-l) );
  --link-color-light--hover-h:169.2857142857deg;
  --link-color-light--hover-s:70%;
  --link-color-light--hover-l:94.7058823529%;
  --link-color-light--hover: hsl( var(--link-color-light--hover-h),var(--link-color-light--hover-s),var(--link-color-light--hover-l) );
  --link-color-light--visited-h:169.2857142857deg;
  --link-color-light--visited-s:21%;
  --link-color-light--visited-l:60.2941176471%;
  --link-color-light--visited: hsl( var(--link-color-light--visited-h),var(--link-color-light--visited-s),var(--link-color-light--visited-l) );
  --link-color-dark-h:169.2857142857deg;
  --link-color-dark-s:70%;
  --link-color-dark-l:23.5294117647%;
  --link-color-dark: hsl( var(--link-color-dark-h),var(--link-color-dark-s),var(--link-color-dark-l) );
  --link-color-dark--hover-h:169.2857142857deg;
  --link-color-dark--hover-s:70%;
  --link-color-dark--hover-l:7.0588235294%;
  --link-color-dark--hover: hsl( var(--link-color-dark--hover-h),var(--link-color-dark--hover-s),var(--link-color-dark--hover-l) );
  --link-color-dark--visited-h:169.2857142857deg;
  --link-color-dark--visited-s:21%;
  --link-color-dark--visited-l:32.9411764706%;
  --link-color-dark--visited: hsl( var(--link-color-dark--visited-h),var(--link-color-dark--visited-s),var(--link-color-dark--visited-l) );
}

.carousel-alt.chevron-on .carousel-indicators li.active:before {
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 900;
  line-height: 1;
  font-family: "Font Awesome 6 Pro", "Font Awesome 5 Pro";
}

/**  Build Comment: Render Root Variables  **/
/** SCSS DOC: __var.output.scss **/
/** This needs to run later then brand **/
/** SCSS DOC: _setup.boot.scss **/
/*!
 * Bootstrap v5.0.0-beta3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #2b58c0;
  --bs-indigo: #6610f2;
  --bs-purple: #976ad2;
  --bs-pink: #e83e8c;
  --bs-red: #dd1a1a;
  --bs-orange: #da8210;
  --bs-yellow: #ffc107;
  --bs-green: #06a022;
  --bs-teal: #198dae;
  --bs-cyan: #17a2b8;
  --bs-white: rgb(251, 247, 247);
  --bs-gray: #9e9b9b;
  --bs-gray-dark: #cdc9c9;
  --bs-gray-100: #2a2929;
  --bs-gray-200: #414040;
  --bs-gray-300: #595757;
  --bs-gray-400: #706e6e;
  --bs-gray-500: #878585;
  --bs-gray-600: #9e9b9b;
  --bs-gray-700: #b5b2b2;
  --bs-gray-800: #cdc9c9;
  --bs-gray-900: #e4e0e0;
  --bs-primary: #198dae;
  --bs-secondary: #676a72;
  --bs-success: #078a2e;
  --bs-accent: #16a385;
  --bs-info: #a3988c;
  --bs-warning: #da8210;
  --bs-alert: #dd1a1a;
  --bs-primary-rgb: 25, 141, 174;
  --bs-secondary-rgb: 103, 106, 114;
  --bs-success-rgb: 7, 138, 46;
  --bs-accent-rgb: 22, 163, 133;
  --bs-info-rgb: 163, 152, 140;
  --bs-warning-rgb: 218, 130, 16;
  --bs-alert-rgb: 221, 26, 26;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 19, 18, 18;
  --bs-body-color-rgb: 19, 18, 18;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: "Open Sans",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 16px;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.6;
  --bs-body-color: rgb(19, 18, 18);
  --bs-body-bg: rgb(255, 255, 255);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(19, 18, 18, 0);
  margin: 0;
  background-color: var(--bs-body-bg);
  color: var(--bs-body-color);
  font-weight: var(--bs-body-font-weight);
  font-size: var(--bs-body-font-size);
  line-height: var(--bs-body-line-height);
  font-family: var(--bs-body-font-family);
  text-align: var(--bs-body-text-align);
}

hr {
  margin: 16px 0;
  margin: 1rem 0;
  border: 0;
  background-color: currentColor;
  color: inherit;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  font-weight: 300;
  line-height: 1.35;
  font-family: "Maven Pro","Muli","Open Sans",Verdana,Helvetica,sans-serif;
}

h1, .h1 {
  font-size: 28.832px;
  font-size: 1.8020324707rem;
}

h2, .h2 {
  font-size: 25.628px;
  font-size: 1.6018066406rem;
}

h3, .h3 {
  font-size: 22.781px;
  font-size: 1.423828125rem;
}

h4, .h4 {
  font-size: 20.25px;
  font-size: 1.265625rem;
}

h5, .h5 {
  font-size: 18px;
  font-size: 1.125rem;
}

h6, .h6 {
  font-size: 16px;
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  cursor: help;
}

address {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 32px;
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 16px;
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: hsla(var(--secondary-h), calc(var(--secondary-s) - var(--secondary-s) * 0.05), calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.1), 1);
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #198dae;
  text-decoration: none;
}
a:hover {
  color: #12637a;
  text-decoration: underline;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: var(--bs-font-monospace);
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  color: inherit;
  font-size: inherit;
  word-break: normal;
}

code {
  word-wrap: break-word;
  color: #e83e8c;
  font-size: 0.875em;
}
a > code {
  color: inherit;
}

kbd {
  padding: 3.2px 6.4px;
  padding: 0.2rem 0.4rem;
  border-radius: 3px;
  background-color: #e7e7e7;
  color: rgb(255, 255, 255);
  font-size: 0.875em;
}
kbd kbd {
  padding: 0;
  font-weight: 700;
  font-size: 1em;
}

figure {
  margin: 0 0 16px;
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  caption-side: bottom;
}

caption {
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  color: #b8b8b8;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-width: 0;
  border-style: solid;
  border-color: inherit;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  width: 100%;
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  padding: 0;
  float: left;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: inherit;
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-weight: 300;
  font-size: 20px;
  font-size: 1.25rem;
}

.display-1 {
  font-size: 51.957px;
  font-size: 3.2473210255rem;
}

.display-1,.display-2 {
  font-weight: 300;
  line-height: 1.35;
}

.display-2 {
  font-size: 46.184px;
  font-size: 2.8865075782rem;
}

.display-3 {
  font-size: 41.052px;
  font-size: 2.565784514rem;
}

.display-3,.display-4 {
  font-weight: 300;
  line-height: 1.35;
}

.display-4 {
  font-size: 36.491px;
  font-size: 2.2806973457rem;
}

.display-5 {
  font-size: 32.436px;
  font-size: 2.0272865295rem;
}

.display-5,.display-6 {
  font-weight: 300;
  line-height: 1.35;
}

.display-6 {
  font-size: 28.832px;
  font-size: 1.8020324707rem;
}

.list-unstyled,.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 8px;
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 16px;
  margin-bottom: 1rem;
  font-size: 20px;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -16px;
  margin-top: -1rem;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  color: #a1a0a0;
  font-size: 0.875em;
}
.blockquote-footer::before {
  content: "— ";
}

.img-fluid,.img-thumbnail {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 4px;
  padding: 0.25rem;
  border: 1px solid #5a5959;
  border-radius: 6px;
  background-color: rgb(255, 255, 255);
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  color: #a1a0a0;
  font-size: 0.875em;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--bs-gutter-x, 16px);
  padding-right: var(--bs-gutter-x, 1rem);
  padding-left: var(--bs-gutter-x, 16px);
  padding-left: var(--bs-gutter-x, 1rem);
}

@media (min-width: 460px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  --bs-gutter-x: 32px;
  --bs-gutter-x: 2rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  margin-top: var(--bs-gutter-y);
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  width: 8.33333333%;
}

.col-1,.col-2 {
  flex: 0 0 auto;
}

.col-2 {
  width: 16.66666667%;
}

.col-3 {
  width: 25%;
}

.col-3,.col-4 {
  flex: 0 0 auto;
}

.col-4 {
  width: 33.33333333%;
}

.col-5 {
  width: 41.66666667%;
}

.col-5,.col-6 {
  flex: 0 0 auto;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333333%;
}

.col-7,.col-8 {
  flex: 0 0 auto;
}

.col-8 {
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 4px;
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 4px;
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 8px;
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 8px;
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 16px;
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 16px;
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 32px;
  --bs-gutter-x: 2rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 32px;
  --bs-gutter-y: 2rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 48px;
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 48px;
  --bs-gutter-y: 3rem;
}

@media (min-width: 460px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 2rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 2rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 2rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 2rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1024px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 2rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 2rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 2rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 2rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: rgb(19, 18, 18);
  --bs-table-striped-bg: rgba(19, 18, 18, 0.05);
  --bs-table-active-color: rgb(19, 18, 18);
  --bs-table-active-bg: rgba(19, 18, 18, 0.1);
  --bs-table-hover-color: rgb(19, 18, 18);
  --bs-table-hover-bg: rgba(19, 18, 18, 0.075);
  width: 100%;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  border-color: hsla(var(--secondary-h), calc(var(--secondary-s) - var(--secondary-s) * 0.45), calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.9), 1);
  color: rgb(19, 18, 18);
  vertical-align: top;
}
.table > :not(caption) > * > * {
  padding: 8px 8px;
  padding: 0.5rem 0.5rem;
  border-bottom-width: 1px;
  background-color: var(--bs-table-bg);
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:first-child) {
  border-top: 2px solid currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 4px 4px;
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}
.table-borderless > :not(:first-child) {
  border-top-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #d1e8ef;
  --bs-table-striped-bg: #c8dde4;
  --bs-table-striped-color: rgb(19, 18, 18);
  --bs-table-active-bg: #bed3d9;
  --bs-table-active-color: rgb(19, 18, 18);
  --bs-table-hover-bg: #c3d8de;
  --bs-table-hover-color: rgb(19, 18, 18);
  border-color: #bed3d9;
  color: rgb(19, 18, 18);
}

.table-secondary {
  --bs-table-bg: #e1e1e3;
  --bs-table-striped-bg: #d7d7d9;
  --bs-table-striped-color: rgb(19, 18, 18);
  --bs-table-active-bg: #ccccce;
  --bs-table-active-color: rgb(19, 18, 18);
  --bs-table-hover-bg: #d2d1d3;
  --bs-table-hover-color: rgb(19, 18, 18);
  border-color: #ccccce;
  color: rgb(19, 18, 18);
}

.table-success {
  --bs-table-bg: #cde8d5;
  --bs-table-striped-bg: #c4ddcb;
  --bs-table-striped-color: rgb(19, 18, 18);
  --bs-table-active-bg: #bad3c2;
  --bs-table-active-color: rgb(19, 18, 18);
  --bs-table-hover-bg: #bfd8c6;
  --bs-table-hover-color: rgb(19, 18, 18);
  border-color: #bad3c2;
  color: rgb(19, 18, 18);
}

.table-accent {
  --bs-table-bg: #d0ede7;
  --bs-table-striped-bg: #c7e2dc;
  --bs-table-striped-color: rgb(19, 18, 18);
  --bs-table-active-bg: #bdd7d2;
  --bs-table-active-color: rgb(19, 18, 18);
  --bs-table-hover-bg: #c2ddd7;
  --bs-table-hover-color: rgb(19, 18, 18);
  border-color: #bdd7d2;
  color: rgb(19, 18, 18);
}

.table-info {
  --bs-table-bg: #edeae8;
  --bs-table-striped-bg: #e2dfdd;
  --bs-table-striped-color: rgb(19, 18, 18);
  --bs-table-active-bg: #d7d4d3;
  --bs-table-active-color: rgb(19, 18, 18);
  --bs-table-hover-bg: #dddad8;
  --bs-table-hover-color: rgb(19, 18, 18);
  border-color: #d7d4d3;
  color: rgb(19, 18, 18);
}

.table-warning {
  --bs-table-bg: #f8e6cf;
  --bs-table-striped-bg: #eddbc6;
  --bs-table-striped-color: rgb(19, 18, 18);
  --bs-table-active-bg: #e1d1bc;
  --bs-table-active-color: rgb(19, 18, 18);
  --bs-table-hover-bg: #e7d6c1;
  --bs-table-hover-color: rgb(19, 18, 18);
  border-color: #e1d1bc;
  color: rgb(19, 18, 18);
}

.table-alert {
  --bs-table-bg: #f8d1d1;
  --bs-table-striped-bg: #edc7c7;
  --bs-table-striped-color: rgb(19, 18, 18);
  --bs-table-active-bg: #e1bebe;
  --bs-table-active-color: rgb(19, 18, 18);
  --bs-table-hover-bg: #e7c3c3;
  --bs-table-hover-color: rgb(19, 18, 18);
  border-color: #e1bebe;
  color: rgb(19, 18, 18);
}

.table-responsive {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
}

@media (max-width: 459.98px) {
  .table-responsive-sm {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
@media (max-width: 1023.98px) {
  .table-responsive-lg {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }
}
.form-label {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.col-form-label {
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

.col-form-label,.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
}

.col-form-label-lg {
  font-size: 20.25px;
  font-size: 1.265625rem;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 14.222px;
  font-size: 0.8888888889rem;
}

.form-text {
  margin-top: 4px;
  margin-top: 0.25rem;
  color: #b8b8b8;
  font-size: 0.875em;
}

.form-control {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  border: 1px solid #717171;
  border-radius: 6px;
  background-clip: padding-box;
  background-color: rgb(255, 255, 255);
  color: rgb(19, 18, 18);
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
.form-control[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus {
  border-color: #8cc6d7;
  outline: 0;
  background-color: rgb(255, 255, 255);
  box-shadow: 0 0 0 0.2rem rgba(25, 141, 174, 0.25);
  color: rgb(19, 18, 18);
}
.form-control::-webkit-date-and-time-value {
  height: 1.6em;
}
.form-control::-moz-placeholder {
  color: #a1a0a0;
  opacity: 1;
}
.form-control::placeholder {
  color: #a1a0a0;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e7e7e7;
  opacity: 1;
}
.form-control::file-selector-button {
  margin: -8px -16px;
  margin: -0.5rem -1rem;
  margin-inline-end: 16px;
  margin-inline-end: 1rem;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  border-width: 0;
  border-style: solid;
  border-radius: 0;
  border-inline-end-width: 1px;
  border-color: inherit;
  background-color: var(--primary);
  color: rgb(255, 255, 255);
  pointer-events: none;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: hsla(var(--primary-h), calc(var(--primary-s) + (100% - var(--primary-s)) * 0.03), calc(var(--primary-l) - var(--primary-l) * 0.3), 1);
}
.form-control::-webkit-file-upload-button {
  margin: -8px -16px;
  margin: -0.5rem -1rem;
  margin-inline-end: 16px;
  margin-inline-end: 1rem;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  border-width: 0;
  border-style: solid;
  border-radius: 0;
  border-inline-end-width: 1px;
  border-color: inherit;
  background-color: var(--primary);
  color: rgb(255, 255, 255);
  pointer-events: none;
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: hsla(var(--primary-h), calc(var(--primary-s) + (100% - var(--primary-s)) * 0.03), calc(var(--primary-l) - var(--primary-l) * 0.3), 1);
}

.form-control-plaintext {
  display: block;
  width: 100%;
  margin-bottom: 0;
  padding: 8px 0;
  padding: 0.5rem 0;
  border: solid transparent;
  border-width: 1px 0;
  background-color: transparent;
  color: rgb(19, 18, 18);
  line-height: 1.6;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.6em + 0.5rem + 2px);
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
  font-size: 14.222px;
  font-size: 0.8888888889rem;
}
.form-control-sm::file-selector-button {
  margin: -4px -8px;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 8px;
  margin-inline-end: 0.5rem;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  margin: -4px -8px;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 8px;
  margin-inline-end: 0.5rem;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
}

.form-control-lg {
  min-height: calc(1.6em + 1rem + 2px);
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-size: 20.25px;
  font-size: 1.265625rem;
}
.form-control-lg::file-selector-button {
  margin: -8px -16px;
  margin: -0.5rem -1rem;
  margin-inline-end: 16px;
  margin-inline-end: 1rem;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}
.form-control-lg::-webkit-file-upload-button {
  margin: -8px -16px;
  margin: -0.5rem -1rem;
  margin-inline-end: 16px;
  margin-inline-end: 1rem;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
}

textarea.form-control {
  min-height: calc(1.6em + 1rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.6em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.6em + 1rem + 2px);
}

.form-control-color {
  width: 48px;
  width: 3rem;
  height: auto;
  padding: 8px;
  padding: 0.5rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.6em;
  border-radius: 6px;
}
.form-control-color::-webkit-color-swatch {
  height: 1.6em;
  border-radius: 6px;
}

.form-select {
  -moz-padding-start: calc(1rem - 3px);
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 8px 48px 8px 16px;
  padding: 0.5rem 3rem 0.5rem 1rem;
  border: 1px solid #717171;
  border-radius: 6px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%235a5959' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-position: right 16px center;
  background-position: right 1rem center;
  background-size: 16px 12px;
  background-repeat: no-repeat;
  background-color: rgb(255, 255, 255);
  color: rgb(19, 18, 18);
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
.form-select:focus {
  border-color: #8cc6d7;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(25, 141, 174, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 16px;
  padding-right: 1rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #898989;
  color: #e7e7e7;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 rgb(19, 18, 18);
}

.form-select-sm {
  padding-top: 4px;
  padding-top: 0.25rem;
  padding-bottom: 4px;
  padding-bottom: 0.25rem;
  padding-left: 8px;
  padding-left: 0.5rem;
  border-radius: 3px;
  font-size: 14.222px;
  font-size: 0.8888888889rem;
}

.form-select-lg {
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
  padding-left: 16px;
  padding-left: 1rem;
  border-radius: 6px;
  font-size: 20.25px;
  font-size: 1.265625rem;
}

.form-check {
  display: block;
  min-height: 25.6px;
  min-height: 1.6rem;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
  padding-left: 1.5em;
}
.form-check .form-check-input {
  margin-left: -1.5em;
  float: left;
}

.form-check-input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 1em;
  height: 1em;
  margin-top: 0.3em;
  border: 1px solid rgba(0, 0, 0, 0.25);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: rgb(255, 255, 255);
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
  vertical-align: top;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #8cc6d7;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(25, 141, 174, 0.25);
}
.form-check-input:checked {
  border-color: #198dae;
  background-color: #198dae;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='rgb%28255, 255, 255%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='rgb%28255, 255, 255%29'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  border-color: #198dae;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='rgb%28255, 255, 255%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
  background-color: #198dae;
}
.form-check-input:disabled {
  filter: none;
  opacity: 0.5;
  pointer-events: none;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  border-radius: 2em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238cc6d7'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgb%28255, 255, 255%29'/%3e%3c/svg%3e");
  background-position: right center;
}

.form-check-inline {
  display: inline-block;
  margin-right: 16px;
  margin-right: 1rem;
}

.btn-check {
  clip: rect(0, 0, 0, 0);
  position: absolute;
  pointer-events: none;
}
.btn-check[disabled] + .btn, .btn-check:disabled + .btn {
  filter: none;
  opacity: 0.65;
  pointer-events: none;
}

.form-range {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  height: 22.4px;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px rgb(255, 255, 255), 0 0 0 0.2rem rgba(25, 141, 174, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px rgb(255, 255, 255), 0 0 0 0.2rem rgba(25, 141, 174, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  margin-top: -4px;
  margin-top: -0.25rem;
  border: 0;
  border-radius: 1rem;
  background-color: #198dae;
}
.form-range::-webkit-slider-thumb:active {
  background-color: #badde7;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  height: 0.5rem;
  border-radius: 1rem;
  border-color: transparent;
  background-color: #5a5959;
  color: transparent;
  cursor: pointer;
}
.form-range::-moz-range-thumb {
  -moz-appearance: none;
       appearance: none;
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  border: 0;
  border-radius: 1rem;
  background-color: #198dae;
}
.form-range::-moz-range-thumb:active {
  background-color: #badde7;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 8px;
  height: 0.5rem;
  border-radius: 1rem;
  border-color: transparent;
  background-color: #5a5959;
  color: transparent;
  cursor: pointer;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #e7e7e7;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #e7e7e7;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control,
.form-floating > .form-select {
  height: calc(3.5rem + 2px);
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform-origin: 0 0;
  border: 1px solid transparent;
  pointer-events: none;
}
.form-floating > label,.form-floating > .form-control {
  padding: 16px 16px;
  padding: 1rem 1rem;
}
.form-floating > .form-control::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) {
  padding-top: 26px;
  padding-top: 1.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 26px;
  padding-top: 1.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:-webkit-autofill {
  padding-top: 26px;
  padding-top: 1.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
.form-floating > .form-select {
  padding-top: 26px;
  padding-top: 1.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  opacity: 0.65;
}
.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  opacity: 0.65;
}
.form-floating > .form-control:-webkit-autofill ~ label {
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
  opacity: 0.65;
}

.input-group {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  z-index: 2;
  position: relative;
}
.input-group .btn:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  border: 1px solid #717171;
  border-radius: 6px;
  background-color: hsla(var(--secondary-h), calc(var(--secondary-s) - var(--secondary-s) * 0.375), calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.75), 1);
  color: rgb(19, 18, 18);
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
  white-space: nowrap;
}

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-size: 20.25px;
  font-size: 1.265625rem;
}

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
  font-size: 14.222px;
  font-size: 0.8888888889rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 64px;
  padding-right: 4rem;
}
.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3),.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 4px;
  margin-top: 0.25rem;
  color: #078a2e;
  font-size: 0.875em;
}

.valid-tooltip {
  display: none;
  z-index: 5;
  position: absolute;
  top: 100%;
  max-width: 100%;
  margin-top: 1.6px;
  margin-top: 0.1rem;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  background-color: rgba(7, 138, 46, 0.9);
  color: rgb(255, 255, 255);
  font-size: 14.222px;
  font-size: 0.8888888889rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #078a2e;
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #078a2e;
  box-shadow: 0 0 0 0.2rem rgba(7, 138, 46, 0.25);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #078a2e;
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #078a2e;
  box-shadow: 0 0 0 0.2rem rgba(7, 138, 46, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #078a2e;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #078a2e;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.2rem rgba(7, 138, 46, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #078a2e;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 4px;
  margin-top: 0.25rem;
  color: #dd1a1a;
  font-size: 0.875em;
}

.invalid-tooltip {
  display: none;
  z-index: 5;
  position: absolute;
  top: 100%;
  max-width: 100%;
  margin-top: 1.6px;
  margin-top: 0.1rem;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  background-color: rgba(221, 26, 26, 0.9);
  color: rgb(255, 255, 255);
  font-size: 14.222px;
  font-size: 0.8888888889rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dd1a1a;
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dd1a1a;
  box-shadow: 0 0 0 0.2rem rgba(221, 26, 26, 0.25);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dd1a1a;
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dd1a1a;
  box-shadow: 0 0 0 0.2rem rgba(221, 26, 26, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dd1a1a;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dd1a1a;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 26, 26, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dd1a1a;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn {
  display: inline-block;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: transparent;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.btn,.btn:hover {
  color: rgb(19, 18, 18);
}
.btn:hover {
  text-decoration: none;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(25, 141, 174, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  opacity: 0.65;
  pointer-events: none;
}

.btn-primary {
  border-color: #198dae;
  background-color: #198dae;
  color: rgb(255, 255, 255);
}
.btn-primary:hover,.btn-check:focus + .btn-primary, .btn-primary:focus {
  border-color: #14718b;
  background-color: #157894;
  color: rgb(255, 255, 255);
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 158, 186, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  border-color: #136a83;
  background-color: #14718b;
  color: rgb(255, 255, 255);
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 158, 186, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  border-color: #198dae;
  background-color: #198dae;
  color: rgb(255, 255, 255);
}

.btn-secondary {
  border-color: #676a72;
  background-color: #676a72;
  color: rgb(255, 255, 255);
}
.btn-secondary:hover,.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  border-color: #52555b;
  background-color: #585a61;
  color: rgb(255, 255, 255);
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(126, 128, 135, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  border-color: #4d5056;
  background-color: #52555b;
  color: rgb(255, 255, 255);
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(126, 128, 135, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  border-color: #676a72;
  background-color: #676a72;
  color: rgb(255, 255, 255);
}

.btn-success {
  border-color: #078a2e;
  background-color: #078a2e;
  color: rgb(255, 255, 255);
}
.btn-success:hover,.btn-check:focus + .btn-success, .btn-success:focus {
  border-color: #066e25;
  background-color: #067527;
  color: rgb(255, 255, 255);
}
.btn-check:focus + .btn-success, .btn-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(44, 156, 77, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  border-color: #056823;
  background-color: #066e25;
  color: rgb(255, 255, 255);
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(44, 156, 77, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  border-color: #078a2e;
  background-color: #078a2e;
  color: rgb(255, 255, 255);
}

.btn-accent {
  border-color: #16a385;
  background-color: #16a385;
  color: rgb(255, 255, 255);
}
.btn-accent:hover,.btn-check:focus + .btn-accent, .btn-accent:focus {
  border-color: #12826a;
  background-color: #138b71;
  color: rgb(255, 255, 255);
}
.btn-check:focus + .btn-accent, .btn-accent:focus {
  box-shadow: 0 0 0 0.2rem rgba(57, 177, 151, 0.5);
}
.btn-check:checked + .btn-accent, .btn-check:active + .btn-accent, .btn-accent:active, .btn-accent.active, .show > .btn-accent.dropdown-toggle {
  border-color: #117a64;
  background-color: #12826a;
  color: rgb(255, 255, 255);
}
.btn-check:checked + .btn-accent:focus, .btn-check:active + .btn-accent:focus, .btn-accent:active:focus, .btn-accent.active:focus, .show > .btn-accent.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(57, 177, 151, 0.5);
}
.btn-accent:disabled, .btn-accent.disabled {
  border-color: #16a385;
  background-color: #16a385;
  color: rgb(255, 255, 255);
}

.btn-info {
  border-color: #a3988c;
  background-color: #a3988c;
  color: rgb(19, 18, 18);
}
.btn-info:hover,.btn-check:focus + .btn-info, .btn-info:focus {
  border-color: #aca298;
  background-color: #b1a79d;
  color: rgb(19, 18, 18);
}
.btn-check:focus + .btn-info, .btn-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(141, 132, 122, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  border-color: #aca298;
  background-color: #b5ada3;
  color: rgb(19, 18, 18);
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(141, 132, 122, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  border-color: #a3988c;
  background-color: #a3988c;
  color: rgb(19, 18, 18);
}

.btn-warning {
  border-color: #da8210;
  background-color: #da8210;
  color: rgb(19, 18, 18);
}
.btn-warning:hover,.btn-check:focus + .btn-warning, .btn-warning:focus {
  border-color: #de8f28;
  background-color: #e09534;
  color: rgb(19, 18, 18);
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(188, 113, 16, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  border-color: #de8f28;
  background-color: #e19b40;
  color: rgb(19, 18, 18);
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(188, 113, 16, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  border-color: #da8210;
  background-color: #da8210;
  color: rgb(19, 18, 18);
}

.btn-alert {
  border-color: #dd1a1a;
  background-color: #dd1a1a;
  color: rgb(255, 255, 255);
}
.btn-alert:hover,.btn-check:focus + .btn-alert, .btn-alert:focus {
  border-color: #b11515;
  background-color: #bc1616;
  color: rgb(255, 255, 255);
}
.btn-check:focus + .btn-alert, .btn-alert:focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 60, 60, 0.5);
}
.btn-check:checked + .btn-alert, .btn-check:active + .btn-alert, .btn-alert:active, .btn-alert.active, .show > .btn-alert.dropdown-toggle {
  border-color: #a61414;
  background-color: #b11515;
  color: rgb(255, 255, 255);
}
.btn-check:checked + .btn-alert:focus, .btn-check:active + .btn-alert:focus, .btn-alert:active:focus, .btn-alert.active:focus, .show > .btn-alert.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(226, 60, 60, 0.5);
}
.btn-alert:disabled, .btn-alert.disabled {
  border-color: #dd1a1a;
  background-color: #dd1a1a;
  color: rgb(255, 255, 255);
}

.btn-outline-primary {
  border-color: #198dae;
  color: #198dae;
}
.btn-outline-primary:hover {
  border-color: #198dae;
  background-color: #198dae;
  color: rgb(255, 255, 255);
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(25, 141, 174, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  border-color: #198dae;
  background-color: #198dae;
  color: rgb(255, 255, 255);
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(25, 141, 174, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  background-color: transparent;
  color: #198dae;
}

.btn-outline-secondary {
  border-color: #676a72;
  color: #676a72;
}
.btn-outline-secondary:hover {
  border-color: #676a72;
  background-color: #676a72;
  color: rgb(255, 255, 255);
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 106, 114, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  border-color: #676a72;
  background-color: #676a72;
  color: rgb(255, 255, 255);
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(103, 106, 114, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  background-color: transparent;
  color: #676a72;
}

.btn-outline-success {
  border-color: #078a2e;
  color: #078a2e;
}
.btn-outline-success:hover {
  border-color: #078a2e;
  background-color: #078a2e;
  color: rgb(255, 255, 255);
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.2rem rgba(7, 138, 46, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  border-color: #078a2e;
  background-color: #078a2e;
  color: rgb(255, 255, 255);
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(7, 138, 46, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  background-color: transparent;
  color: #078a2e;
}

.btn-outline-accent {
  border-color: #16a385;
  color: #16a385;
}
.btn-outline-accent:hover {
  border-color: #16a385;
  background-color: #16a385;
  color: rgb(255, 255, 255);
}
.btn-check:focus + .btn-outline-accent, .btn-outline-accent:focus {
  box-shadow: 0 0 0 0.2rem rgba(22, 163, 133, 0.5);
}
.btn-check:checked + .btn-outline-accent, .btn-check:active + .btn-outline-accent, .btn-outline-accent:active, .btn-outline-accent.active, .btn-outline-accent.dropdown-toggle.show {
  border-color: #16a385;
  background-color: #16a385;
  color: rgb(255, 255, 255);
}
.btn-check:checked + .btn-outline-accent:focus, .btn-check:active + .btn-outline-accent:focus, .btn-outline-accent:active:focus, .btn-outline-accent.active:focus, .btn-outline-accent.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(22, 163, 133, 0.5);
}
.btn-outline-accent:disabled, .btn-outline-accent.disabled {
  background-color: transparent;
  color: #16a385;
}

.btn-outline-info {
  border-color: #a3988c;
  color: #a3988c;
}
.btn-outline-info:hover {
  border-color: #a3988c;
  background-color: #a3988c;
  color: rgb(19, 18, 18);
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.2rem rgba(163, 152, 140, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  border-color: #a3988c;
  background-color: #a3988c;
  color: rgb(19, 18, 18);
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(163, 152, 140, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  background-color: transparent;
  color: #a3988c;
}

.btn-outline-warning {
  border-color: #da8210;
  color: #da8210;
}
.btn-outline-warning:hover {
  border-color: #da8210;
  background-color: #da8210;
  color: rgb(19, 18, 18);
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 130, 16, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  border-color: #da8210;
  background-color: #da8210;
  color: rgb(19, 18, 18);
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 130, 16, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  background-color: transparent;
  color: #da8210;
}

.btn-outline-alert {
  border-color: #dd1a1a;
  color: #dd1a1a;
}
.btn-outline-alert:hover {
  border-color: #dd1a1a;
  background-color: #dd1a1a;
  color: rgb(255, 255, 255);
}
.btn-check:focus + .btn-outline-alert, .btn-outline-alert:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 26, 26, 0.5);
}
.btn-check:checked + .btn-outline-alert, .btn-check:active + .btn-outline-alert, .btn-outline-alert:active, .btn-outline-alert.active, .btn-outline-alert.dropdown-toggle.show {
  border-color: #dd1a1a;
  background-color: #dd1a1a;
  color: rgb(255, 255, 255);
}
.btn-check:checked + .btn-outline-alert:focus, .btn-check:active + .btn-outline-alert:focus, .btn-outline-alert:active:focus, .btn-outline-alert.active:focus, .btn-outline-alert.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.2rem rgba(221, 26, 26, 0.5);
}
.btn-outline-alert:disabled, .btn-outline-alert.disabled {
  background-color: transparent;
  color: #dd1a1a;
}

.btn-link {
  color: #198dae;
  font-weight: 400;
  text-decoration: none;
}
.btn-link:hover {
  color: #12637a;
}
.btn-link:hover,.btn-link:focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #898989;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  border-radius: 6px;
  font-size: 20.25px;
  font-size: 1.265625rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
  font-size: 14.222px;
  font-size: 0.8888888889rem;
}

.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  content: "";
  vertical-align: 0.255em;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  display: none;
  z-index: 1000;
  position: absolute;
  min-width: 160px;
  min-width: 10rem;
  margin: 0;
  padding: 8px 0;
  padding: 0.5rem 0;
  border: 1px solid rgba(19, 18, 18, 0.15);
  border-radius: 6px;
  background-clip: padding-box;
  background-color: rgb(255, 255, 255);
  color: rgb(19, 18, 18);
  font-size: 16px;
  font-size: 1rem;
  list-style: none;
  text-align: left;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 2px;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 460px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1024px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 2px;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
  content: "";
  vertical-align: 0.255em;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 2px;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  content: "";
  vertical-align: 0.255em;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 2px;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  content: "";
  vertical-align: 0.255em;
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
  content: "";
  vertical-align: 0.255em;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 8px 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(19, 18, 18, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 4px 16px;
  padding: 0.25rem 1rem;
  clear: both;
  border: 0;
  background-color: transparent;
  color: #e7e7e7;
  font-weight: 400;
  text-align: inherit;
  white-space: nowrap;
}
.dropdown-item:hover, .dropdown-item:focus {
  background-color: hsla(var(--accent-h), calc(var(--accent-s) + (100% - var(--accent-s)) * 0.03), calc(var(--accent-l) - var(--accent-l) * 0.3), 1);
  color: #d0d0d0;
  text-decoration: none;
}
.dropdown-item.active, .dropdown-item:active {
  background-color: #198dae;
  color: rgb(255, 255, 255);
  text-decoration: none;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  background-color: transparent;
  color: #898989;
  pointer-events: none;
}

.dropdown-menu.show,.dropdown-header {
  display: block;
}

.dropdown-header {
  margin-bottom: 0;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  color: #a1a0a0;
  font-size: 14.222px;
  font-size: 0.8888888889rem;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 4px 16px;
  padding: 0.25rem 1rem;
  color: #e7e7e7;
}

.dropdown-menu-dark {
  border-color: rgba(19, 18, 18, 0.15);
  background-color: #d0d0d0;
  color: #5a5959;
}
.dropdown-menu-dark .dropdown-item {
  color: #5a5959;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  background-color: rgba(255, 255, 255, 0.15);
  color: rgb(255, 255, 255);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .dropdown-item:active {
  background-color: #198dae;
  color: rgb(255, 255, 255);
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #5a5959;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(19, 18, 18, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #5a5959;
}
.dropdown-menu-dark .dropdown-header {
  color: #898989;
}

.btn-group,
.btn-group-vertical {
  display: inline-flex;
  position: relative;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn,
.btn-group > .btn-check:focus + .btn,
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn-check:checked + .btn,
.btn-group-vertical > .btn-check:focus + .btn,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 12px;
  padding-right: 0.75rem;
  padding-left: 12px;
  padding-left: 0.75rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 6px;
  padding-right: 0.375rem;
  padding-left: 6px;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 12px;
  padding-right: 0.75rem;
  padding-left: 12px;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  color: #198dae;
}
.nav-link:hover, .nav-link:focus {
  color: #12637a;
  text-decoration: none;
}
.nav-link.disabled {
  color: #898989;
  cursor: default;
  pointer-events: none;
}

.nav-tabs {
  border-bottom: 1px solid #5a5959;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  background: none;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #424141 #424141 #5a5959;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  border-color: transparent;
  background-color: transparent;
  color: #898989;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  border-color: #5a5959 #5a5959 rgb(255, 255, 255);
  background-color: rgb(255, 255, 255);
  color: #b8b8b8;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.nav-pills .nav-link {
  border: 0;
  border-radius: 6px;
  background: none;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #198dae;
  color: rgb(255, 255, 255);
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-grow: 1;
  flex-basis: 0;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  margin-right: 16px;
  margin-right: 1rem;
  padding-top: 4.6px;
  padding-top: 0.2875rem;
  padding-bottom: 4.6px;
  padding-bottom: 0.2875rem;
  font-size: 20.25px;
  font-size: 1.265625rem;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 8px;
  padding-top: 0.5rem;
  padding-bottom: 8px;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-grow: 1;
  flex-basis: 100%;
  align-items: center;
}

.navbar-toggler {
  padding: 4px 12px;
  padding: 0.25rem 0.75rem;
  border: 1px solid transparent;
  border-radius: 6px;
  background-color: transparent;
  font-size: 20.25px;
  font-size: 1.265625rem;
  line-height: 1;
}
.navbar-toggler:hover,.navbar-toggler:focus {
  text-decoration: none;
}
.navbar-toggler:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 460px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler,.navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    visibility: visible !important;
    z-index: 1000;
    position: inherit;
    bottom: 0;
    flex-grow: 1;
    transform: none;
    border-right: 0;
    border-left: 0;
    background-color: transparent;
  }
  .navbar-expand-sm .offcanvas-top,
  .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler,.navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    visibility: visible !important;
    z-index: 1000;
    position: inherit;
    bottom: 0;
    flex-grow: 1;
    transform: none;
    border-right: 0;
    border-left: 0;
    background-color: transparent;
  }
  .navbar-expand-md .offcanvas-top,
  .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1024px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler,.navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    visibility: visible !important;
    z-index: 1000;
    position: inherit;
    bottom: 0;
    flex-grow: 1;
    transform: none;
    border-right: 0;
    border-left: 0;
    background-color: transparent;
  }
  .navbar-expand-lg .offcanvas-top,
  .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler,.navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    visibility: visible !important;
    z-index: 1000;
    position: inherit;
    bottom: 0;
    flex-grow: 1;
    transform: none;
    border-right: 0;
    border-left: 0;
    background-color: transparent;
  }
  .navbar-expand-xl .offcanvas-top,
  .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 8px;
  padding-right: 0.5rem;
  padding-left: 8px;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler,.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  visibility: visible !important;
  z-index: 1000;
  position: inherit;
  bottom: 0;
  flex-grow: 1;
  transform: none;
  border-right: 0;
  border-left: 0;
  background-color: transparent;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}
.navbar-light .navbar-brand,.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(19, 18, 18, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(19, 18, 18, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(19, 18, 18, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(19, 18, 18, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(19, 18, 18, 0.9);
}
.navbar-light .navbar-toggler {
  border-color: rgba(19, 18, 18, 0.1);
  color: rgba(19, 18, 18, 0.55);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2819, 18, 18, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(19, 18, 18, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(19, 18, 18, 0.9);
}
.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: rgb(255, 255, 255);
}
.navbar-dark .navbar-nav .nav-link {
  color: white;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: var(--acc);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: rgb(255, 255, 255);
}
.navbar-dark .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.1);
  color: white;
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: white;
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: rgb(255, 255, 255);
}

.card {
  word-wrap: break-word;
  display: flex;
  position: relative;
  flex-direction: column;
  min-width: 0;
  border: 1px solid rgba(19, 18, 18, 0.125);
  border-radius: 6px;
  background-clip: border-box;
  background-color: rgb(255, 255, 255);
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 16px 16px;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 8px;
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -4px;
  margin-top: -0.25rem;
}

.card-subtitle,.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 16px;
  margin-left: 1rem;
}

.card-header {
  margin-bottom: 0;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid rgba(19, 18, 18, 0.125);
  background-color: rgba(19, 18, 18, 0.03);
}
.card-header:first-child {
  border-radius: 5px 5px 0 0;
}

.card-footer {
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  border-top: 1px solid rgba(19, 18, 18, 0.125);
  background-color: rgba(19, 18, 18, 0.03);
}
.card-footer:last-child {
  border-radius: 0 0 5px 5px;
}

.card-header-tabs {
  margin-bottom: -8px;
  margin-bottom: -0.5rem;
  border-bottom: 0;
}

.card-header-tabs,.card-header-pills {
  margin-right: -8px;
  margin-right: -0.5rem;
  margin-left: -8px;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 16px;
  padding: 1rem;
  border-radius: 5px;
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.card-group > .card {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}
@media (min-width: 460px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  padding: 16px 20px;
  padding: 1rem 1.25rem;
  overflow-anchor: none;
  border: 0;
  border-radius: 0;
  background-color: rgb(255, 255, 255);
  color: rgb(19, 18, 18);
  font-size: 16px;
  font-size: 1rem;
  text-align: left;
}
.accordion-button:not(.collapsed) {
  background-color: #e8f4f7;
  box-shadow: inset 0 -1px 0 rgba(19, 18, 18, 0.125);
  color: #177f9d;
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23177f9d'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button::after {
  flex-shrink: 0;
  width: 20px;
  width: 1.25rem;
  height: 20px;
  height: 1.25rem;
  margin-left: auto;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%2819, 18, 18%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-size: 1.25rem;
  background-repeat: no-repeat;
  content: "";
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #8cc6d7;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(25, 141, 174, 0.25);
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  border: 1px solid rgba(19, 18, 18, 0.125);
  background-color: rgb(255, 255, 255);
}
.accordion-item:first-of-type {
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
}
.accordion-item:first-of-type .accordion-button {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
}

.accordion-body {
  padding: 16px 20px;
  padding: 1rem 1.25rem;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 0 0;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 8px;
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 8px;
  padding-right: 0.5rem;
  float: left;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
  color: #a1a0a0;
}
.breadcrumb-item.active {
  color: #a1a0a0;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  display: block;
  position: relative;
  border: 1px solid #5a5959;
  background-color: rgb(255, 255, 255);
  color: #198dae;
}
.page-link:hover {
  z-index: 2;
  border-color: #5a5959;
  text-decoration: none;
}
.page-link:hover,.page-link:focus {
  background-color: #424141;
  color: #12637a;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(25, 141, 174, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  border-color: #198dae;
  background-color: #198dae;
  color: rgb(255, 255, 255);
}
.page-item.disabled .page-link {
  border-color: #5a5959;
  background-color: #e7e7e7;
  color: #898989;
  pointer-events: none;
}

.page-link {
  padding: 6px 12px;
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.page-item:last-child .page-link {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-lg .page-link {
  padding: 12px 24px;
  padding: 0.75rem 1.5rem;
  font-size: 20.25px;
  font-size: 1.265625rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm .page-link {
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  font-size: 14.222px;
  font-size: 0.8888888889rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  border-radius: 6px;
  color: rgb(255, 255, 255);
  font-weight: 700;
  font-size: 0.75em;
  line-height: 1;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap;
}
.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.alert {
  position: relative;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  padding: 16px 16px;
  padding: 1rem 1rem;
  border: 1px solid transparent;
  border-radius: 6px;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 48px;
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  padding: 20px 16px;
  padding: 1.25rem 1rem;
}

.alert-primary {
  border-color: #badde7;
  background-color: #d1e8ef;
  color: #0f5568;
}
.alert-primary .alert-link {
  color: #0c4453;
}

.alert-secondary {
  border-color: #d1d2d5;
  background-color: #e1e1e3;
  color: #3e4044;
}
.alert-secondary .alert-link {
  color: #323336;
}

.alert-success {
  border-color: #b5dcc0;
  background-color: #cde8d5;
  color: #04531c;
}
.alert-success .alert-link {
  color: #034216;
}

.alert-accent {
  border-color: #b9e3da;
  background-color: #d0ede7;
  color: #0d6250;
}
.alert-accent .alert-link {
  color: #0a4e40;
}

.alert-info {
  border-color: #e3e0dd;
  background-color: #edeae8;
  color: #625b54;
}
.alert-info .alert-link {
  color: #4e4943;
}

.alert-warning {
  border-color: #f4dab7;
  background-color: #f8e6cf;
  color: #834e0a;
}
.alert-warning .alert-link {
  color: #693e08;
}

.alert-alert {
  border-color: #f5baba;
  background-color: #f8d1d1;
  color: #851010;
}
.alert-alert .alert-link {
  color: #6a0d0d;
}

.progress {
  height: 16px;
  height: 1rem;
  border-radius: 6px;
  background-color: #424141;
  font-size: 12px;
  font-size: 0.75rem;
}

.progress,.progress-bar {
  display: flex;
  overflow: hidden;
}

.progress-bar {
  flex-direction: column;
  justify-content: center;
  background-color: #198dae;
  color: rgb(255, 255, 255);
  text-align: center;
  white-space: nowrap;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.list-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  padding-left: 0;
  border-radius: 6px;
}

.list-group-numbered {
  list-style-type: none;
  counter-reset: section;
}
.list-group-numbered > li::before {
  content: counters(section, ".") ". ";
  counter-increment: section;
}

.list-group-item-action {
  width: 100%;
  color: #b8b8b8;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  background-color: #2b2a2a;
  color: #b8b8b8;
  text-decoration: none;
}
.list-group-item-action:active {
  background-color: #424141;
  color: rgb(19, 18, 18);
}

.list-group-item {
  display: block;
  position: relative;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  border: 1px solid rgba(19, 18, 18, 0.125);
  background-color: rgb(255, 255, 255);
  color: hsla(var(--primary-h), calc(var(--primary-s) + (100% - var(--primary-s)) * 0.07), calc(var(--primary-l) - var(--primary-l) * 0.7), 1);
}
.list-group-item:first-child {
  border-top-right-radius: inherit;
  border-top-left-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  background-color: #e7e7e7;
  color: #898989;
  pointer-events: none;
}
.list-group-item.active {
  z-index: 2;
  border-color: #198dae;
  background-color: #198dae;
  color: rgb(255, 255, 255);
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-top-right-radius: 0;
  border-bottom-left-radius: 6px;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 6px;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 460px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 6px;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 6px;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1024px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 6px;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 6px;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 6px;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  background-color: #d1e8ef;
  color: #051c23;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  background-color: #bcd1d7;
  color: #051c23;
}
.list-group-item-primary.list-group-item-action.active {
  border-color: #051c23;
  background-color: #051c23;
  color: rgb(255, 255, 255);
}

.list-group-item-secondary {
  background-color: #e1e1e3;
  color: #151517;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  background-color: #cbcbcc;
  color: #151517;
}
.list-group-item-secondary.list-group-item-action.active {
  border-color: #151517;
  background-color: #151517;
  color: rgb(255, 255, 255);
}

.list-group-item-success {
  background-color: #cde8d5;
  color: #011c09;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  background-color: #b9d1c0;
  color: #011c09;
}
.list-group-item-success.list-group-item-action.active {
  border-color: #011c09;
  background-color: #011c09;
  color: rgb(255, 255, 255);
}

.list-group-item-accent {
  background-color: #d0ede7;
  color: #04211b;
}
.list-group-item-accent.list-group-item-action:hover, .list-group-item-accent.list-group-item-action:focus {
  background-color: #bbd5d0;
  color: #04211b;
}
.list-group-item-accent.list-group-item-action.active {
  border-color: #04211b;
  background-color: #04211b;
  color: rgb(255, 255, 255);
}

.list-group-item-info {
  background-color: #edeae8;
  color: #211e1c;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  background-color: #d5d3d1;
  color: #211e1c;
}
.list-group-item-info.list-group-item-action.active {
  border-color: #211e1c;
  background-color: #211e1c;
  color: rgb(255, 255, 255);
}

.list-group-item-warning {
  background-color: #f8e6cf;
  color: #2c1a03;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  background-color: #dfcfba;
  color: #2c1a03;
}
.list-group-item-warning.list-group-item-action.active {
  border-color: #2c1a03;
  background-color: #2c1a03;
  color: rgb(255, 255, 255);
}

.list-group-item-alert {
  background-color: #f8d1d1;
  color: #2c0505;
}
.list-group-item-alert.list-group-item-action:hover, .list-group-item-alert.list-group-item-action:focus {
  background-color: #dfbcbc;
  color: #2c0505;
}
.list-group-item-alert.list-group-item-action.active {
  border-color: #2c0505;
  background-color: #2c0505;
  color: rgb(255, 255, 255);
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  border: 0;
  border-radius: 6px;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%2819, 18, 18%29'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  color: rgb(19, 18, 18);
  opacity: 0.5;
}
.btn-close:hover {
  color: rgb(19, 18, 18);
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(25, 141, 174, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  opacity: 0.25;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.toast {
  width: 350px;
  max-width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  background-clip: padding-box;
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: "0 1px 10px rgba(0 0 0 / 5%), 0 2px 4px rgba(0 0 0 /15%), 1px 5px 5px rgba(18 56 136 / 5%)";
  font-size: 14px;
  font-size: 0.875rem;
  pointer-events: auto;
}
.toast.showing {
  opacity: 0;
}
.toast:not(.show) {
  display: none;
}

.toast-container {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container > :not(:last-child) {
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  padding: 0.5rem 0.75rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-clip: padding-box;
  background-color: rgba(255, 255, 255, 0.85);
  color: #a1a0a0;
}
.toast-header .btn-close {
  margin-right: -6px;
  margin-right: -0.375rem;
  margin-left: 12px;
  margin-left: 0.75rem;
}

.toast-body {
  word-wrap: break-word;
  padding: 12px;
  padding: 0.75rem;
}

.modal {
  display: none;
  z-index: 1050;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 8px;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  border: 1px solid rgba(19, 18, 18, 0.2);
  border-radius: 6px;
  outline: 0;
  background-clip: padding-box;
  background-color: rgb(255, 255, 255);
  pointer-events: auto;
}

.modal-backdrop {
  z-index: 1040;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgb(19, 18, 18);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px;
  padding: 1rem 1rem;
  border-bottom: 1px solid hsla(var(--secondary-h), calc(var(--secondary-s) - var(--secondary-s) * 0.45), calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.9), 1);
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}
.modal-header .btn-close {
  margin: -8px -8px -8px auto;
  margin: -0.5rem -0.5rem -0.5rem auto;
  padding: 8px 8px;
  padding: 0.5rem 0.5rem;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.6;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 16px;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 12px;
  padding: 0.75rem;
  border-top: 1px solid hsla(var(--secondary-h), calc(var(--secondary-s) - var(--secondary-s) * 0.45), calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.9), 1);
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
.modal-footer > * {
  margin: 4px;
  margin: 0.25rem;
}

@media (min-width: 460px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 459.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1023.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  word-wrap: break-word;
  display: block;
  z-index: 1070;
  position: absolute;
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14.222px;
  font-size: 0.8888888889rem;
  line-height: 1.6;
  font-family: var(--bs-font-sans-serif);
  letter-spacing: normal;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  display: block;
  position: absolute;
  width: 12.8px;
  width: 0.8rem;
  height: 6.4px;
  height: 0.4rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  border-style: solid;
  border-color: transparent;
  content: "";
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 6.4px 0;
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 6.4px 6.4px 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: rgb(19, 18, 18);
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 6.4px;
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 6.4px;
  width: 0.4rem;
  height: 12.8px;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 6.4px 6.4px 6.4px 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: rgb(19, 18, 18);
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 6.4px 0;
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 6.4px 6.4px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: rgb(19, 18, 18);
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 6.4px;
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 6.4px;
  width: 0.4rem;
  height: 12.8px;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 6.4px 0 6.4px 6.4px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: rgb(19, 18, 18);
}

.tooltip-inner {
  max-width: 200px;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  background-color: rgb(19, 18, 18);
  color: rgb(255, 255, 255);
  text-align: center;
}

.popover {
  word-wrap: break-word;
  z-index: 1060;
  top: 0;
  left: 0 /* rtl:ignore */;
  max-width: 276px;
  border: 1px solid rgba(19, 18, 18, 0.2);
  border-radius: 6px;
  background-clip: padding-box;
  background-color: rgb(255, 255, 255);
  font-style: normal;
  font-weight: 400;
  font-size: 14.222px;
  font-size: 0.8888888889rem;
  line-height: 1.6;
  font-family: var(--bs-font-sans-serif);
  letter-spacing: normal;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
}
.popover,.popover .popover-arrow {
  display: block;
  position: absolute;
}
.popover .popover-arrow {
  width: 16px;
  width: 1rem;
  height: 8px;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  display: block;
  position: absolute;
  border-style: solid;
  border-color: transparent;
  content: "";
}

.bs-popover-top > .popover-arrow, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 8px 8px 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(19, 18, 18, 0.25);
}
.bs-popover-top > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 8px 8px 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgb(255, 255, 255);
}

.bs-popover-end > .popover-arrow, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 8px;
  width: 0.5rem;
  height: 16px;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 8px 8px 8px 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(19, 18, 18, 0.25);
}
.bs-popover-end > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 8px 8px 8px 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgb(255, 255, 255);
}

.bs-popover-bottom > .popover-arrow, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 8px 8px 8px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(19, 18, 18, 0.25);
}
.bs-popover-bottom > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 8px 8px 8px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgb(255, 255, 255);
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 16px;
  width: 1rem;
  margin-left: -8px;
  margin-left: -0.5rem;
  border-bottom: 1px solid #f0f0f0;
  content: "";
}

.bs-popover-start > .popover-arrow, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 8px;
  width: 0.5rem;
  height: 16px;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 8px 0 8px 8px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(19, 18, 18, 0.25);
}
.bs-popover-start > .popover-arrow::after, .bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 8px 0 8px 8px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgb(255, 255, 255);
}

.popover-header {
  margin-bottom: 0;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid rgba(19, 18, 18, 0.2);
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #f0f0f0;
  font-size: 16px;
  font-size: 1rem;
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 16px 16px;
  padding: 1rem 1rem;
  color: rgb(19, 18, 18);
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  display: none;
  position: relative;
  width: 100%;
  margin-right: -100%;
  float: left;
  backface-visibility: hidden;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(-100%);
}

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  transform: none;
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
}

.carousel-control-prev,
.carousel-control-next {
  display: flex;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  border: 0;
  background: none;
  color: rgb(255, 255, 255);
  text-align: center;
  opacity: 0.5;
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  outline: 0;
  color: rgb(255, 255, 255);
  text-decoration: none;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  background-position: 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28255, 255, 255%29'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28255, 255, 255%29'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  display: flex;
  z-index: 2;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  justify-content: center;
  margin-right: 15%;
  margin-bottom: 16px;
  margin-bottom: 1rem;
  margin-left: 15%;
  padding: 0;
  list-style: none;
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  padding: 0;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  background-clip: padding-box;
  background-color: rgb(255, 255, 255);
  text-indent: -999px;
  cursor: pointer;
  opacity: 0.5;
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 20px;
  padding-top: 1.25rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  color: rgb(255, 255, 255);
  text-align: center;
}

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100);
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: rgb(19, 18, 18);
}
.carousel-dark .carousel-caption {
  color: rgb(19, 18, 18);
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  border: 0.25em solid currentColor;
  border-radius: 50%;
  border-right-color: transparent;
  vertical-align: -0.125em;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    transform: none;
    opacity: 1;
  }
}
.spinner-grow {
  display: inline-block;
  width: 32px;
  width: 2rem;
  height: 32px;
  height: 2rem;
  border-radius: 50%;
  background-color: currentColor;
  vertical-align: -0.125em;
  animation: 0.75s linear infinite spinner-grow;
  opacity: 0;
}

.spinner-grow-sm {
  width: 16px;
  width: 1rem;
  height: 16px;
  height: 1rem;
}

.offcanvas {
  display: flex;
  visibility: hidden;
  z-index: 1045;
  position: fixed;
  bottom: 0;
  flex-direction: column;
  max-width: 100%;
  outline: 0;
  background-clip: padding-box;
  background-color: rgb(255, 255, 255);
}

.offcanvas-backdrop {
  z-index: 1040;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgb(19, 18, 18);
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 16px;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  margin-top: -8px;
  margin-top: -0.5rem;
  margin-right: -8px;
  margin-right: -0.5rem;
  margin-bottom: -8px;
  margin-bottom: -0.5rem;
  padding: 8px 8px;
  padding: 0.5rem 0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.6;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 16px 16px;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  transform: translateX(-100%);
  border-right: 1px solid rgba(19, 18, 18, 0.2);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  transform: translateX(100%);
  border-left: 1px solid rgba(19, 18, 18, 0.2);
}

.offcanvas-top {
  top: 0;
  transform: translateY(-100%);
  border-bottom: 1px solid rgba(19, 18, 18, 0.2);
}

.offcanvas-top,.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
}

.offcanvas-bottom {
  transform: translateY(100%);
  border-top: 1px solid rgba(19, 18, 18, 0.2);
}

.offcanvas.show {
  transform: none;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #198dae;
}
.link-primary:hover, .link-primary:focus {
  color: #14718b;
}

.link-secondary {
  color: #676a72;
}
.link-secondary:hover, .link-secondary:focus {
  color: #52555b;
}

.link-success {
  color: #078a2e;
}
.link-success:hover, .link-success:focus {
  color: #066e25;
}

.link-accent {
  color: #16a385;
}
.link-accent:hover, .link-accent:focus {
  color: #12826a;
}

.link-info {
  color: #a3988c;
}
.link-info:hover, .link-info:focus {
  color: #b5ada3;
}

.link-warning {
  color: #da8210;
}
.link-warning:hover, .link-warning:focus {
  color: #e19b40;
}

.link-alert {
  color: #dd1a1a;
}
.link-alert:hover, .link-alert:focus {
  color: #b11515;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  top: 0;
}

.fixed-top,.fixed-bottom {
  z-index: 1030;
  position: fixed;
  right: 0;
  left: 0;
}

.fixed-bottom {
  bottom: 0;
}

.sticky-top {
  z-index: 1020;
  position: sticky;
  top: 0;
}

@media (min-width: 460px) {
  .sticky-sm-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }
}
@media (min-width: 1024px) {
  .sticky-lg-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    z-index: 1020;
    position: sticky;
    top: 0;
  }
}
.hstack {
  flex-direction: row;
  align-items: center;
}

.hstack,.vstack {
  display: flex;
  align-self: stretch;
}

.vstack {
  flex: 1 1 auto;
  flex-direction: column;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  clip: rect(0, 0, 0, 0) !important;
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  white-space: nowrap !important;
}

.stretched-link::after {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

/*
Agenda Item

Description:
Agenda items are any event or sessions that are scheduled for a specific date, location, and time.

Weight:0

Styleguide Sub.Data.Agenda
*/
/*
Time Range

Description:
The range of time at which a Agenda item is in a certain state.

Markup: @ {{> Sub.Data.Agenda.Time.Start }} – {{> Sub.Data.Agenda.Time.End }} <abbr title="EASTERN TIME, UTC -4">EDT</abbr>

FORMAT: 12 hour with 'a.m.'/'p.m' and Abbreviation of Timezone.

NOTE: The 'a.m.'/'p.m.' if the same should only occur on the last time mark.  11:15 a.m. - 11:30 a.m. should be shortened to 11:15  - 11:30 a.m.

Weight:0

Styleguide Sub.Data.Agenda.TimeRange
*/
/*
Time Moment

Description:
The time at which a Agenda is item is scheduled to be active, give access,  or start playing.

Markup: 11:15 a.m.

FORMAT: 12 hour with 'a.m.'/'p.m'.

Weight:0

Styleguide Sub.Data.Agenda.Time.Start
*/
/*
Time Moment Start End

Description:
The time at which a Agenda item is scheduled to end.

Markup: 12:15 p.m.

FORMAT: 12 hour with 'a.m.'/'p.m'.

Weight:0

Styleguide Sub.Data.Agenda.Time.End
*/
/*
Date

Description:
There is usually a delay to when recording will make it to on demand. This is the time that recording will be available.

Markup: Saturday, Nov. 20, 2021 

FORMAT: Day-of-Week, Month-Abbreviation.  Day, Year

Weight:0

Styleguide Sub.Data.Agenda.Date
*/
/*
Date and Time

Description:
This is when you need to show Date and Time

Markup: {{> Sub.Data.Agenda.Date }} @ {{> Sub.Data.Agenda.Time.Start }} <abbr title="EASTERN TIME, UTC -4">EDT</abbr>

FORMAT: Day-of-Week, Month-Abbreviation.  Day, Year @ Hour:Minute 'a.m.'/'p.m' Abbreviation-of-Timezone.  

NOTE:  Use the simple abbreviation for the timezone without Daylight Savings Time. IE: ET not EDT or EST.

DATA: 
Sub.Data.Agenda.Date - Date
Sub.Data.Agenda.Time.Start - Start Time

Weight:0

Styleguide Sub.Data.Agenda.DateTime
*/
/*
Member 

Description:
Often we need to represent a member as a Faculty or Chair who created or participated an initative.

Weight:1000

Styleguide Sub.Data.Member
*/
/*
Photo

Description:
A photo of the member

Markup:
<img
    class="aspect_1x1 w_100 {{modifier_class}}"
    src="https://i.pravatar.cc/300"
    alt="{{> "Sub.Data.Member.FullName" }}"
/>

MarkupWrapperClasses: max-w_30

FORMAT: 300px by 300px

Weight:0

Styleguide Sub.Data.Member.Photo
*/
/*
Full Name

The full name of the Member member

Markup: Pepper H. Soda III, MD, FACC


FORMAT: First Name MI (if known) Last Name Suffix (Jr., Sr., the III ), Optional Degree, Optional ACC Honorifics, Optional Exceptions Honorifics

Weight:0

Styleguide Sub.Data.Member.FullName
*/
/*
Location

Description:
The location of the Member member

Markup: New York, NY, USA

Weight:0

FORMAT: City, State, Country

NOTE:  if the conference country is USA you can drop the country if it is USA.

Styleguide Sub.Data.Member.Location
*/
/*
Title

Description:
the roles of the Member member within the session

Markup:
{{> "Sub.Data.Member.Title.InstitutionTitle" }}, {{> "Sub.Data.Member.Title.InstitutionDivision" }}, {{> "Sub.Data.Member.Title.Institution" }}



FORMAT: Institution Title, Institution Division, Institution

NOTE: This format is currently not being enforced.

Weight:100

Styleguide Sub.Data.Member.Title
*/
/*
Institution

Description:
Institution of the Member member where they hold a title

Markup:
Mount SugarLoaf Hospital

Weight:101

Styleguide Sub.Data.Member.Title.Institution
*/
/*
Institution Division

Description:
The Division of the Institution of the Member member where they hold a title

Markup:
Department of Cardiology

Weight:102

Styleguide Sub.Data.Member.Title.InstitutionDivision
*/
/*
Institutional Title

Description:
the roles of the Member member within the session

Markup:
Physician-in-Chief

Weight:103

Styleguide Sub.Data.Member.Title.InstitutionTitle
*/
/*
Sponsor

Description:
Sponsor are industry that has offered money or support.

Weight:0

Styleguide Sub.Data.Sponsor
*/
/*
Name

Markup:
LogoIpsum

Weight:-100

Styleguide Sub.Data.Sponsor.Name
*/
/*
Address

Description:
Sponsor's Name

Markup:
<address>
    <!-- http://microformats.org/wiki/hcard -->
    <div class="font_ui font_0">
        <ul class="ul_none  lh_2">
            <li><strong class="">Contact:</strong></li>
            <li class="">
                <span class="contact-person">Carlton Dooley</span>
            </li>
            <li><strong class="">Address:</strong></li>
            <li class="">
                <span class="street-address">3115 Clair Street</span>
            </li>
            <li cclass="locality">
                <span class="city-name">Killeen</span>,
                <span class="state-name">
                    <abbr title="Texas">TX</abbr>
                </span>
                <span class="postal-code">76543</span>
            </li>
        </ul>
        <ul class="ul_none lh_2">
            <li class="">
            <strong class="p-r_2 inline block:md inline:lg undecorated">Email:</strong>
                <a href="mailto:MemberCare@acc.org" class="email block:md inline:lg link">
                    <span class="">MemberCare@acc.org</span></a>
            </li>
            <li class="">
            <strong class="p-r_2 block:md inline:lg">Phone:</strong>
                <a tel="+1254-690-2946" href="tel:+1254-690-2946" class="tel block:md inline:lg link">
                    <span class=" ">(254) 690-2946</span>
                    </a>
            </li>
        </ul>
    </div>
</address>

Weight:20

Styleguide Sub.Data.Sponsor.Address
*/
/*
Logo

Description:
Logo of the Company

Markup:
<img  class="absolute t_0 r_0 l_0 b_0" style="object-fit: contain;height: 100%;width: 100%;" src="https://raw.githubusercontent.com/ACC-Style/Arches/refs/heads/master/src/img/temp/logo-1.svg"/>

MarkupWrapperClasses: max-w_40 relative h_20 w_100


Weight:10

Styleguide Sub.Data.Sponsor.Logo
*/
/*
Web Address

Markup:
http://wwww.LogoIpsum.com

Weight:25

Styleguide Sub.Data.Sponsor.WebAddress
*/
/*
Website Link

Markup:
<a class="website {{modifier_class}}" target="_blank"  href="{{> 'Sub.Data.Sponsor.WebAddress'}}">Website</a>

Weight:26

Styleguide Sub.Data.Sponsor.WebLink
*/
/* Nav Recipes.00x */
/*
Call to Action Buttons

Description: The Call to Action Button component is used to create a prominent button that encourages users to take a specific action.

Sign Up         - Used to encourage users to register or create an account. It prompts them to take action and join a platform, service, or community.
Purchase        - Used to prompt users to make a purchase. It creates a sense of urgency and directs users to complete a transaction for a product or service.
Learn More      - Used explore further information about a product, service, or topic. It encourages them to click and discover additional details or resources.
Subscribe       - Used to encourage users to subscribe to a newsletter, mailing list, or updates from a website or company. It aims to build a relationship with users and keep them engaged.
Get Started     - Used to initiate user onboarding or guide users through the first steps of using a product or service. It prompts users to begin their journey and experience the offering.

Markup:
<button class="btn btn-primary btn-lg capitalize">{{modifier_class}}</button>


NOTE: The Call to Action Button component is ideal for creating prominent buttons that attract user attention and encourage them to take a specific action, such as signing up, making a purchase, or exploring more content.


Weight:1000

Styleguide HTML.Inputs.Button.CTA
*/
/*
Buttons

Description: Basic Buttons and modifiers.   

.btn-primary - primary button
.btn-secondary - secondary button
.btn-shade - shade button
.btn-accent - accent button
.btn-success - success button
.btn-warning - warning button
.btn-alert - alert button
.btn-hollow - hollow button
.disabled - disabled button

Markup:
<button class="btn capitalize wrap wrap_balanced {{modifier_class}}">{{modifier_class}}</button>

MarkupWrapperClasses: grid columns_4:lg columns_3:md columns_2 gap_4

Weight:0

Styleguide HTML.Inputs.Button
*/
/*
Buttons Small

Description: Basic Buttons and modifiers.   

.btn-primary - primary button
.btn-secondary - secondary button
.btn-shade - shade button
.btn-accent - accent button
.btn-success - success button
.btn-warning - warning button
.btn-alert - alert button
.btn-hollow - hollow button
.disabled - disabled button

Markup:
<button class="btn capitalize wrap wrap_balanced {{modifier_class}}">{{modifier_class}}</button>

MarkupWrapperClasses: grid columns_4:lg columns_3:md columns_2 gap_4

Weight:0

Styleguide HTML.Inputs.Button.SM
*/
/*
Buttons Large

Description: Basic Buttons and modifiers.   

.btn-primary - primary button
.btn-secondary - secondary button
.btn-shade - shade button
.btn-accent - accent button
.btn-success - success button
.btn-warning - warning button
.btn-alert - alert button
.btn-hollow - hollow button
.disabled - disabled button

Markup:
<button class="btn capitalize wrap wrap_balanced {{modifier_class}} btn-lg">{{modifier_class}}</button>

MarkupWrapperClasses: grid columns_4:lg columns_3:md columns_2 gap_4

Weight:0

Styleguide HTML.Inputs.Button.LG
*/
/* Recipes.40 */
.address {
  font-style: unset;
}

@media only screen and (min-width: 640px) {
  .reverse-indent {
    display: inline-block;
    width: 100%;
    margin-left: 1em;
    padding-right: 1em;
    text-indent: -1em;
  }
  .reverse-indent:after {
    display: table;
    clear: both;
    content: "";
  }
}
/*
Generic Footer

This defines the web footer. 

Markup:
<div class="footer">
    <div class="p-t_3 p-b_3 p_4 flex br_0 br-t_3 lh_2 br_solid br_shade-n1 c_shade-1 texture_light bg_shade-1">&nbsp;</div>
    <div class="flex flex_column flex_row:lg justify_between p_4 p_5-large texture_dark" style="">
        <div class="m_auto m-l_0:lg p-l_4:md p-r_5:md">
            <div class="logo_primary-alt  max-w_20"><span class="alt">logo_primary-alt max-w_10</span></div>
            {{> "Sub.Component.Navigation.Footer.Address" modifier_class=""}}
            {{> "Sub.Component.Navigation.Footer.Social" modifier_class=""}}
        </div>
        <div class="flex_shrink p-l_4:md p-r_4:md w_100 w_auto:md">
            {{> "Sub.Component.Navigation.Footer.ACCProductLinks" modifier_class=""}}
        </div>
    </div>
    {{> "Sub.Component.Navigation.Footer.Subfooter" modifier_class=""}}
    {{> "Sub.Component.Navigation.Footer.Cite" }}
</div>

SubComponents: 
Sub.Component.Navigation.Footer.Address - Addresses
Sub.Component.Navigation.Footer.Social - Social Links
Sub.Component.Navigation.Footer.ACCProductLinks - Sister Sites
Sub.Component.Navigation.Footer.Subfooter - Sub Footer
Sub.Component.Navigation.Footer.Cite - Citation for the Site

Weight: 40

Styleguide Component.Navigation.Footer
*/
/*
Sub Footer

Description: ACC has some basic legal information that should be on every property. 

Markup:
<!-- subfooter -->
<div id="subfooter" class="bg_primary c_white font_n1 p-x_4 p-y_4">
    <ul class="block footer-bottom-links ul_none">
        <li class="inline p-r_2 p-y_2"><a href="https://www.acc.org/Footer-Pages/Media-Center"
                    class="c_white-6 h:c_white">Media Center</a></li>
            <li class="inline p_2"><a href="https://www.acc.org/Footer-Pages/Quick-Start-Guide"
                    class="c_white-6 h:c_white">ACC.org Quick Start Guide</a></li>
            <li class="inline p_2"><a href="https://www.acc.org/Footer-Pages/Advertising-and-Sponsorship-Policy"
                    class="c_white-6 h:c_white">Advertising &amp; Sponsorship Policy</a></li>
            <li class="inline p_2"><a href="https://www.acc.org/Footer-Pages/Clinical-Content-Disclaimer"
                    class="c_white-6 h:c_white">Clinical Content Disclaimer</a></li>
            <li class="inline p_2"><a href="https://www.acc.org/Footer-Pages/Editorial-Board"
                    class="c_white-6 h:c_white">Editorial Board</a></li>
            <li class="inline p_2"><a href="https://www.acc.org/Footer-Pages/Privacy-Policy"
                    class="c_white-6 h:c_white">Privacy Policy</a></li>
            <li class="inline p_2"><a href="https://www.acc.org/Footer-Pages/Registered-User-Agreement"
                    class="c_white-6 h:c_white">Registered User Agreement</a></li>
            <li class="inline p_2"><a href="https://www.acc.org/Footer-Pages/Terms-and-Conditions"
                    class="c_white-6 h:c_white">Terms of Service</a></li>
            <li class="inline p_2"><a href="https://www.acc.org/Footer-Pages/Cookie-Policy"
                    class="c_white-6 h:c_white">Cookie Policy</a></li>
            <li class="inline p_2"><a href="https://www.acc.org/sitemap-acc.xml" class="c_white-6 h:c_white">Site
                    Map</a></li>
    </ul>
    <!-- /footer-bottom-links -->
</div>
<!-- /subfooter -->


Weight: 0

Styleguide Sub.Component.Navigation.Footer.Subfooter
*/
/*
	Cite and Copyright

	Contains copy right 

	Markup:
    <div class="texture_light bg_shade-1 p_4">
        <cite class="c_shade-1 font_italic font_bold font_n2 p_2 lh_2">&copy; 2023 American College of Cardiology Foundation. All rights reserved.</cite>
    </div>


	Styleguide Sub.Component.Navigation.Footer.Cite

*/
/*
Address

Address and contact information for Heart House

Markup:
<section class="address c_white">
    <h3 class="font_accent font_1 m-b_0 font_normal font_regular">American College of Cardiology</h3>
    <address>
        <!-- http://microformats.org/wiki/hcard -->
        <h4 class="m-b_0 font_bold font_copy font_normal font_1 m-t_4">Heart House</h4>
        <div class="flex flex_column flex_row:md font_0 font_copy gap-x_5">
        <div class="flex_auto">
            <ul class="ul_none lh_0">
                <li class="m-b_1 m-b_3:md font_normal">
                    <span class="street-address">2400 N St. NW</span>
                </li>
                <li class="m-b_1 m-b_3:md font_normal">
                    <span class="locality ">Washington</span>,
                    <span class="city-name ">
                <abbr title="District of Colombia">DC</abbr>
                </span>
                    <span class="postal-code">20037</span>
                </li>
                <li class="m-b_1 m-b_3:md font_normal">
                    <a href="mailto:MemberCare@acc.org" class="email c_white text_underline  h:c_white ">
                        <strong class="p-r_2 inline block:md inline:lg">Email:</strong>
                        <span class="inline block:md inline:lg">membercare@acc.org</span></a>
                </li>
            </ul>
        </div>
        <div class="flex_auto">
        <ul class="ul_none lh_0">
            <li class="m-b_1 m-b_3:md font_normal">
                <a tel="+12023756000" href="tel:+12023756000" class="tel c_white h:c_white h:underline">
                <strong class="p-r_2 block inline:lg">Phone:</strong><span class=" block inline:lg">1-202-375-6000</span></a>
            </li>
            <li class="m-b_1 m-b_3:md font_normal">
                <a tel="+18002534636" href="tel:+18002534636" class="tel c_white h:c_white h:underline">
                <strong class="p-r_2 block inline:lg">Toll Free:</strong><span class=" block inline:lg">1-800-253-4636</span></a>
            </li>
            <li class="m-b_1 m-b_3:md font_normal">
                <a fax="+12023757000" href="fax:+12023757000" class="fax c_white h:c_white h:underline">
                <strong class="p-r_2 block inline:lg">Fax:</strong>
                <span class="block inline:lg">1202-375-7000</span>
                </a>
            </li>
        </ul>
        </div>
        </div>
    </address>
</section>

MarkupWrapperClasses:
    texture_dark p_4 max-w_30

Styleguide Sub.Component.Navigation.Footer.Address

*/
/*
Fat Footers Links

Footers in the ACC sometimes have fat footers with a list of categories and links. 

Markup:
<section class="flex_auto p-x_3 p-y_4:lg w_1-third:lg w_50:md font_ui is-active_toggle-function">
    <h2 class="font_2 font_3:lg font_accent p-t_2 m-b_0:md m-b_2 br_none:md ">
        <span class="toggle display_none:md ">
        <i class="fas fa-minus-square c_white-8 p-r_4"></i></span>
        <a class="c_accent h:c_secondary-3" href="#">Conditions &amp; Topics</a>
    </h2>
    <ul class="block:md display_none font_0:lg font_n1 m-b_4 ul_none a:_block">
        <li class="text-indent_n1 p-l_4">
            <a class="c_white h:c_secondary-3 h:underline" href="foo.html">Angina</a>
        </li>
        <li class="text-indent_n1 p-l_4">
            <a class="c_white h:c_secondary-3 h:underline" href="foo.html">Aortic Aneurysm</a>
        </li>
        <li class="text-indent_n1 p-l_4">
            <a class="c_white h:c_secondary-3 h:underline" href="foo.html">Atrial Fibrillation</a>
        </li>
        <li class="text-indent_n1 p-l_4">
            <a class="c_white h:c_secondary-3 h:underline" href="foo.html">Bradycardia</a>
        </li>
    </ul>
</section>

MarkupWrapperClasses:
    texture_dark p_4


Styleguide Component.Navigation.Footer.Fat-Footer-Links

*/
/*
ACC Product Links

Links to the other major products in the ACC portfolio 

Markup:
<!-- ACCProductLinks -->
<section class="acc-websites flex_auto">
        <ul class="ul_none lh_2 font_0">
            <li class="c_white">
                <a target="_blank" class="c_white flex flex_row h:bg_black-2 h:c_white justify_between p-x_2 p_3" href="https://www.jacc.org/">
                    <span class="flex_shrink inline-block p-r_4:lg p-r_3 p-l_3">ACC.org</span>
                    <i class="c_white m-l_auto fa-external-link-square fas flex_shrink float_right h:c_white p-r_3"></i>
                </a>
            </li>
            <li class="c_white br_solid br_0 br-t_1 br_white-5">
                <a target="_blank" class="c_white flex flex_row h:bg_black-2 h:c_white justify_between p-x_2 p_3" href="https://www.jacc.org/">
                    <span class="flex_shrink inline-block p-r_4:lg p-r_3 p-l_3">JACC Journals</span>
                    <i class="c_white m-l_auto fa-external-link-square fas flex_shrink float_right h:c_white p-r_3"></i>
                </a>
            </li>            
            <li class="c_white br_solid br_0 br-t_1 br_white-5">
                <a target="_blank" class="c_white flex flex_row h:bg_black-2 h:c_white justify_between p-x_2 p_3" href="http://cvquality.acc.org/">
                    <span class="flex_shrink inline-block p-r_4:lg p-r_3 p-l_3">Quality Improvement for Institutions</span>
                    <i class="c_white m-l_auto fa-external-link-square fas flex_shrink float_right h:c_white p-r_3"></i>
                </a>
            </li>
            <li class="c_white br_solid br_0 br-t_1  br_white-5">
                <a target="_blank" class="c_white flex flex_row h:bg_black-2 h:c_white justify_between p-x_2 p_3" href="http://cvquality.acc.org/NCDR-Home">
                    <span class="flex_shrink inline-block p-r_4:lg p-r_3 p-l_3">NCDR</span>
                    <i class="c_white m-l_auto fa-external-link-square fas flex_shrink float_right h:c_white p-r_3"></i>
                </a>
            </li>
            <li class="c_white br_solid br_0 br-t_1  br_white-5">
                <a target="_blank" class="c_white flex flex_row h:bg_black-2 h:c_white justify_between p-x_2 p_3" href="https://cvquality.acc.org/accreditation">
                    <span class="flex_shrink inline-block p-r_4:lg p-r_3 p-l_3">ACC Accreditation Services</span>
                    <i class="c_white m-l_auto fa-external-link-square fas flex_shrink float_right h:c_white p-r_3"></i>
                </a>
            </li>
            <li class="c_white br_solid br_0 br-t_1  br_white-5">
                <a target="_blank" class="c_white flex flex_row h:bg_black-2 h:c_white justify_between p-x_2 p_3" href="https://www.cardiosmart.org/For-Clinicians">
                    <span class="flex_shrink inline-block p-r_4:lg p-r_3 p-l_3">CardioSmart</span>
                    <i class="c_white m-l_auto fa-external-link-square fas flex_shrink float_right h:c_white p-r_3"></i>
                </a>
            </li>
            <li class="c_white br_solid br_0 br-t_1  br_white-5">
                <a target="_blank" class="c_white flex flex_row h:bg_black-2 h:c_white justify_between p-x_2 p_3" href="https://www.medaxiom.com/">
                    <span class="flex_shrink inline-block p-r_4:lg p-r_3 p-l_3">MedAxiom</span>
                    <i class="c_white m-l_auto fa-external-link-square fas flex_shrink float_right h:c_white p-r_3"></i>
                </a>
            </li>
            <li class="c_white br_solid br_0 br-t_1  br_white-5">
                <a target="_blank" class="c_white flex flex_row h:bg_black-2 h:c_white justify_between p-x_2 p_3" href="https://www.acc.org/About-ACC/Contact-Us">
                    <span class="flex_shrink inline-block p-r_4:lg p-r_3 p-l_3">Contact Us</span>
                    <i class="c_white m-l_auto fa-external-link-square fas flex_shrink float_right h:c_white p-r_3"></i>
                </a>
            </li>
        </ul>
    </section>
<!-- /ACCProductLinks -->

MarkupWrapperClasses:
texture_dark p_4

Styleguide Sub.Component.Navigation.Footer.ACCProductLinks

*/
/*
Social Links

The college has a collection of social or secondary platforms we interact with.

Markup:
<!-- Social -->
<h4 class="c_white font_regular font_accent m-b_3 m-b_4:lg text_center text_left:lg">Stay Connected
</h4>
<ul class="flex social-bar ul_none c_white h:c_white m_0">
    <li class="flex_auto m-r_2"><a href="http://www.youtube.com/user/ACCinTouch" target="_blank" class="bg_youtube social-bar--button block m-b_0 p_3 c_white-8 h:c_white text_center h:bg_primary-n1"><i class="fab fa-youtube"></i></a></li>
    <li class="flex_auto m-r_2"><a href="https://www.linkedin.com/company/american-college-of-cardiology/" target="_blank" class="bg_linkedin social-bar--button block m-b_0 p_3 c_white-8 h:c_white text_center h:bg_primary-n1"><i class="fab fa-linkedin-in"></i></a></li>
    <li class="flex_auto m-r_2"><a href="https://www.facebook.com/AmericanCollegeofCardiology" target="_blank" class="bg_facebook social-bar--button block m-b_0 p_3 c_white-8 h:c_white text_center h:bg_primary-n1"><i class="fab fa-facebook-square"></i></a></li>
    <li class="flex_auto m-r_2"><a href="https://twitter.com/accintouch" target="_blank" class="bg_twitter social-bar--button block m-b_0 p_3 c_white-8 h:c_white text_center h:bg_primary-n1"><i class="fab fa-square-x-twitter"></i></a></li>
    <li class="flex_auto m-r_2"><a href="https://www.instagram.com/americancollegeofcardiology" target="_blank" class="bg_instagram social-bar--button block m-b_0 p_3 c_white-8 h:c_white text_center h:bg_primary-n1"><i class="fab fa-instagram"></i></a></li>
    <!--<li class="flex_auto m-r_2"><a href="https://play.google.com/store/apps/dev?id=5189912010956845696&amp;hl=en_US" target="_blank" class="bg_google-play social-bar--button block m-b_0 p_3 c_white-8 h:c_white text_center h:bg_primary-n1"><i class="fab fa-google-play"></i></a></li>
    <li class="flex_auto m-r_2"><a href="https://apps.apple.com/us/developer/american-college-of-cardiology/id502174543#see-all/i-phonei-pad-apps" target="_blank" class="bg_apple-store social-bar--button block m-b_0 p_3 c_white-8 h:c_white text_center h:bg_primary-n1"><i class="fab fa-apple"></i></a></li>-->
</ul>
<!-- Social -->

MarkupWrapperClasses:
texture_dark p_4 max-w_40

Styleguide Sub.Component.Navigation.Footer.Social

*/
/* Nav Recipes.50 */
/*
    Quick Utility Links

   Quick Links are only text links that are used for special cross marketing to sister sites and utility pages like about, home, extra.  

    Markup:
<nav data-attr="utility-nav">
	<ul class="flex ul_none justify_end">
		<li class="p-x_3 flex_shrink">
			<a class="h:underline c_primary h:c_secondary-n1"
				href="//www.acc.org/guidelines#doctype=Guidelines"
				title="Access ACC guidelines and clinical policy documents as well as related resources"
				>Guidelines</a
			>
		</li>
		<li class="p-x_3 flex_shrink br-l_1 br_solid br_black-4">
			<a class="h:underline c_primary h:c_secondary-n1" href="http://www.onlinejacc.org/" target="_blank" title="JACC.org"
				>JACC</a
			>
		</li>
		<li class="p-x_3 flex_shrink br-l_1 br_solid br_black-4">
			<a class="h:underline c_primary h:c_secondary-n1"
				href="http://accscientificsession.acc.org"
				target="_blank"
				title="ACC Annual Scientific Session Together With World Congress of Cardiology Website"
				>ACC.20/WCC</a
			>
		</li>
		<li class="p-x_3 flex_shrink br-l_1 br_solid br_black-4">
			<a class="h:underline c_primary h:c_secondary-n1"
				href="https://www.acc.org/membership/current-members?promo_creative=current_members&amp;promo_position=utility&amp;promo_name=navigation"
				>Members</a
			>
		</li>
		<li class="p-x_3 flex_shrink br-l_1 br_solid br_black-4">
			<a class="h:underline c_primary h:c_secondary-n1"
				href="https://www.acc.org/membership/join-us?promo_creative=joinacc&amp;promo_position=utility&amp;promo_name=navigation"
				>Join ACC</a
			>
		</li>
	</ul>
</nav>

Weight:50


    Styleguide Component.Navigation.QuickLinks
*/
/* Nav Recipes.04x */
/*
Advertisment Spaces

Advertising comes in static size so wrapper areas ease the alignment issues when in shared column spaces.  

    Markup:
<div class="br_1 br_black-2 br_radius br_solid p-y_4 p_2 reading-typography {{modifier_class}}">
   <div id="Adslot-x" style="width:300px; height:250px;" class="bg_acc m_auto max-w_100">
      <a href="https://www.acc.org/" target="_blank"><img src="https://picsum.photos/300/250"/></a>
   </div>
   <small class="block c_black-5 font_n2 m-b_n3 m-t_2 text_center uppercase">advertisment</small>
</div>

MarkupWrapperClasses:
    max-w_30

Styleguide Component.Advertisement
*/
/* content Recipes.100 */
/*
Social Links

The social links From the Footer.


Markup:
<section class="social p_4 m-y_2 bg_shade-n3 font_2">
    <ul class="flex social-bar ul_none c_white h:c_white m_0">
        <li class="flex_auto m-r_2"><a href="https://twitter.com/accintouch" target="_blank" class="twitter social-bar--button block m-b_0 p_3 c_white text_center opacity_7 h:opacity"><i class="fab fa-square-x-twitter"></i></a></li>
        <li class="flex_auto m-r_2"><a href="https://www.facebook.com/AmericanCollegeofCardiology" target="_blank" class="facebook social-bar--button block m-b_0 p_3 c_white text_center opacity_7 h:opacity"><i class="fab fa-facebook-square"></i></a></li>
        <li class="flex_auto m-r_2"><a href="https://www.linkedin.com/company/american-college-of-cardiology/" target="_blank" class="linkedin social-bar--button block m-b_0 p_3 c_white text_center opacity_7 h:opacity"><i class="fab fa-linkedin"></i></a></li>
        <li class="flex_auto m-r_2"><a href="http://www.youtube.com/user/ACCinTouch" target="_blank" class="youtube social-bar--button block m-b_0 p_3 c_white text_center opacity_7 h:opacity"><i class="fab fa-youtube"></i></a></li>
        <li class="flex_auto m-r_2"><a href="https://play.google.com/store/apps/dev?id=5189912010956845696&hl=en_US" target="_blank" class="google-play social-bar--button block m-b_0 p_3 c_white text_center opacity_7 h:opacity"><i class="fab fa-google-play"></i></a></li>
        <li class="flex_auto m-r_2"><a href="https://apps.apple.com/us/developer/american-college-of-cardiology/id502174543#see-all/i-phonei-pad-apps" target="_blank" class="apple-store social-bar--button block m-b_0 p_3 c_white text_center opacity_7 h:opacity"><i class="fab fa-apple"></i></a></li>
    </ul>
</section>




Styleguide Component.Navigation.SocialLinks

*/
/*
Social Links Monochrome

The social links can be restyled to be smaller.


Markup:
<section class="social p_4 m-y_2 font_n1 bg_white">
    <ul class="flex social-bar ul_none m_0">
        <li class="flex_shrink m-r_2"><a href="https://twitter.com/accintouch" target="_blank" class=" c_shade-n2 bg_shade-4 block h:bg_accent h:c_white m-b_0 p-x_3 p_2 social-bar--button text_center transition_0"><i class="fab fa-square-x-twitter"></i></a></li>
        <li class="flex_shrink m-r_2"><a href="https://www.facebook.com/AmericanCollegeofCardiology" target="_blank" class=" c_shade-n2 bg_shade-4 block h:bg_accent h:c_white m-b_0 p-x_3 p_2 social-bar--button text_center transition_0"><i class="fab fa-facebook-square"></i></a></li>
        <li class="flex_shrink m-r_2"><a href="https://www.linkedin.com/company/american-college-of-cardiology/" target="_blank" class=" c_shade-n2 bg_shade-4 block h:bg_accent h:c_white m-b_0 p-x_3 p_2 social-bar--button text_center transition_0"><i class="fab fa-linkedin"></i></a></li>
        <li class="flex_shrink m-r_2"><a href="http://www.youtube.com/user/ACCinTouch" target="_blank" class=" c_shade-n2 bg_shade-4 block h:bg_accent h:c_white m-b_0 p-x_3 p_2 social-bar--button text_center transition_0"><i class="fab fa-youtube"></i></a></li>
        <li class="flex_shrink m-r_2"><a href="https://play.google.com/store/apps/dev?id=5189912010956845696&hl=en_US" target="_blank" class=" c_shade-n2 bg_shade-4 block h:bg_accent h:c_white m-b_0 p-x_3 p_2 social-bar--button text_center transition_0"><i class="fab fa-google-play"></i></a></li>
        <li class="flex_shrink m-r_2"><a href="https://apps.apple.com/us/developer/american-college-of-cardiology/id502174543#see-all/i-phonei-pad-apps" target="_blank" class=" c_shade-n2 bg_shade-4 block h:bg_accent h:c_white m-b_0 p-x_3 p_2 social-bar--button text_center transition_0"><i class="fab fa-apple"></i></a></li>
    </ul>
</section>




Styleguide Component.Navigation.SocialLinks.Mono Chrome

*/
/*
Social Links Smaller

The social links can be restyled to be smaller.


Markup:
<section class="social p_4 m-y_2 font_0 max-w_20  bg_white">
    <ul class="flex social-bar ul_none c_white m_0">
        <li class="flex_auto m-r_2"><a href="https://twitter.com/accintouch" target="_blank" class="twitter social-bar--button br_radius block m-b_0 p_2 c_white-8 h:c_white text_center opacity_8 h:opacity"><i class="fab fa-square-x-twitter"></i></a></li>
        <li class="flex_auto m-r_2"><a href="https://www.facebook.com/AmericanCollegeofCardiology" target="_blank" class="facebook social-bar--button br_radius block m-b_0 p_2 c_white-8 h:c_white text_center opacity_8 h:opacity"><i class="fab fa-facebook-square"></i></a></li>
        <li class="flex_auto m-r_2"><a href="https://www.linkedin.com/company/american-college-of-cardiology/" target="_blank" class="linkedin social-bar--button br_radius block m-b_0 p_2 c_white-8 h:c_white text_center opacity_8 h:opacity"><i class="fab fa-linkedin"></i></a></li>
        <li class="flex_auto m-r_2"><a href="http://www.youtube.com/user/ACCinTouch" target="_blank" class="youtube social-bar--button br_radius block m-b_0 p_2 c_white-8 h:c_white text_center opacity_8 h:opacity"><i class="fab fa-youtube"></i></a></li>
        <li class="flex_auto m-r_2"><a href="https://play.google.com/store/apps/dev?id=5189912010956845696&hl=en_US" target="_blank" class="google-play social-bar--button br_radius block m-b_0 p_2 c_white-8 h:c_white text_center opacity_8 h:opacity"><i class="fab fa-google-play"></i></a></li>
        <li class="flex_auto m-r_2"><a href="https://apps.apple.com/us/developer/american-college-of-cardiology/id502174543#see-all/i-phonei-pad-apps" target="_blank" class="apple-store social-bar--button br_radius block m-b_0 p_2 c_white-8 h:c_white text_center opacity_8 h:opacity"><i class="fab fa-apple"></i></a></li>
    </ul>
</section>


Styleguide Component.Navigation.SocialLinks.Smaller

*/
/*
Cookie Banner

Description: This page is the root of the page.  The cookie banner was used to display a message to the user that the site uses cookies.  The user can click on the banner to dismiss the message.<ul>
    <li>The system will present user a pop-up banner that appears when first accessing the site, which will include text, links and an Accept/OK button.  </li>
    <li>The system will allow the user to dismiss the pop up by clicking the Accept/OK button</li>
    <li>The system will allow the ACC Admin to "reset" the pop up banner, which will show it to all users and require them to click accept again to dismiss it.  </li>
    <li>The system will track and record the users date/time when they accepted the pop up.  </li>
</ul>

Markup:
<div class="'fixed' b_0 r_0 l_0 grid justify-content-center bg_acc opacity_8 z_5">
    <div class="flex_row:md flex_column flex">
        <div class="flex_auto c_white p_3 p_4:md">
            <h1>This site uses cookies to improve your experience. </h1>
            <p>By continuing to use our site, you agree to our <a target="_blank" class="link c_white underline h:undecorated" href="https://www.acc.org/footer-pages/cookie-policy" target="_blank">Cookie Policy</a>, <a target="_blank" class="link c_white underline h:undecorated" href="https://www.acc.org/footer-pages/privacy-policy">Privacy Policy</a> and <a target="_blank" class="link c_white underline h:undecorated" href="https://www.acc.org/footer-pages/terms-and-conditions">Terms of Service</a></p></div>
        <div class="flex_none grid justify_center p_5:md p_4 text_center">
            <a class="btn btn-primary self_center p-x_5 shadow_overlap-light">OK</a>
        </div>
    </div>
</div>

MarkupWrapperClasses: relative

NOTE: This design needs to have the 'fixed' class changed to fixed  in the parent container of the attached code when in real implementations.  'fixed' is used in the documentation page so it would not break free of the documentation area into the bottom of the browser page.

Weight:100

Styleguide Component.CookieBanner
*/
/* content Recipes.150 */
/*
Ordered Cards

Having cards order on page to help users find there way through steps can some times be very helpful. 

Markup:
<div class="flex texture_medium counter_reset p_5">
   <div class="card texture_light bg_white shadow_2 flex_auto m-x_3">
      <div class="flex font_accent:  font_3 br-t_square c_white font_3 texture_dust bg_alert">
            <div class="flex_shrink p_3  bg_alert-n4"><span class="counter counter_increment font_5 lh_0 font_display c_whsite"></span></div>
      <div class="flex_auto p_3">First it is bad</div>
      </div>
      <div class="card-section p-x_4 p-y_3">
      <h4>This is a card.</h4>
      <p>It has an easy to override visual style, and is appropriately subdued.</p>
      </div>
   </div>
      <div class="card texture_light bg_white shadow_2 flex_auto m-x_3">
      <div class="flex font_accent:  font_3 br-t_square c_white font_3 texture_dust bg_warning">
            <div class="flex_shrink p_3  bg_warning-n4"><span class="counter counter_increment font_5 lh_0 font_display c_whsite"></span></div>
      <div class="flex_auto p_3">Then it is not right</div>
      </div>
      <div class="card-section p-x_4 p-y_3">
      <h4>This is a card.</h4>
      <p>It has an easy to override visual style, and is appropriately subdued.</p>
      </div>
   </div>
      <div class="card texture_light bg_white shadow_2 flex_auto m-x_3">
      <div class="flex font_accent:  font_3 br-t_square c_white font_3 texture_dust bg_success">
            <div class="flex_shrink p_3  bg_success-n4"><span class="counter counter_increment font_5 lh_0 font_display c_whsite"></span></div>
      <div class="flex_auto p_3">At last it is good</div>
      </div>
      <div class="card-section p-x_4 p-y_3">
      <h4>This is a card.</h4>
      <p>It has an easy to override visual style, and is appropriately subdued.</p>
      </div>
   </div>
</div>

Weight: 150

Styleguide Recipes.Ordered Cards
*/
/* content Recipes.250 */
/*

Read More Arrow

This stacked incon is used in multiple locations when a user should know their is more to learn or read on another section of the site.

Markup:
<span class="fa-stack font_6 order_2">
        <i class="fa-ellipsis fas fa-stack-1x" aria-hidden="true"></i>
        <i class="fa-chevron-right fa-solid fa-stack-1x" aria-hidden="true" style=" left: 20%; font-size: 115%; "></i>
</span>


StyleGuide Sub.Component.Common.ReadMoreArrow 

*/
/*

600w x 300h 

Markup:
https://placeholder.pics/svg/600x300/0ccda3-1db0f0/343e42

Styleguide  Sub.Placeholder.Image.600x300

*/
/*

600w x 400h 

Markup:
https://placeholder.pics/svg/600x400/0ccda3-1db0f0/343e42

Styleguide  Sub.Placeholder.Image.600x400

*/
/*

1200w x 300h

Markup:
https://placeholder.pics/svg/1200x300/0ccda3-1db0f0/343e42

Styleguide  Sub.Placeholder.Image.1200x300

*/
/*

375w x 250h

Markup:
https://placeholder.pics/svg/375x250/0ccda3-1db0f0/343e42

Styleguide  Sub.Placeholder.Image.375x250

*/
/*
320w x 300h

Markup:
https://placeholder.pics/svg/320x300/0ccda3-1db0f0/343e42

Styleguide  Sub.Placeholder.Image.320x300

*/
/*

1024w x 256h

Markup:
https://placeholder.pics/svg/1024x256/0ccda3-1db0f0/343e42

Styleguide  Sub.Placeholder.Image.1024x256

*/
/*
Aspect 21x9

Markup:
https://placeholder.pics/svg/588x252/0ccda3-1db0f0/343e42


Styleguide  Sub.Placeholder.Image.21x9
*/
/*
Aspect 16x9

Markup:
https://placeholder.pics/svg/455x195/0ccda3-1db0f0/343e42


Styleguide  Sub.Placeholder.Image.16x9
*/
/*

300w x 400h

Markup:
https://placeholder.pics/svg/300x400/0ccda3-1db0f0/343e42

Styleguide  Sub.Placeholder.Image.300x400

*/
/*

square

Markup:
https://placeholder.pics/svg/250x250/0ccda3-1db0f0/343e42

Styleguide  Sub.Placeholder.Image.Square

*/
/*

Max 20 Character

Markup:
Di dolores (20&nbsp;Chars)

Styleguide  Sub.Placeholder.Text.20ch

*/
/*

Max 30 Character

Markup:
Commodi dolores (30&nbsp;Characters)

Styleguide  Sub.Placeholder.Text.30ch

*/
/*

Max 40 Character

Markup:
Rerum libg dero pariatur (40&nbsp;Characters)

Styleguide  Sub.Placeholder.Text.40ch

*/
/*

Max 60 Character

Markup:
Sed ut perspiciatis unde omnis iste natus er (60&nbsp;Characters)

Styleguide  Sub.Placeholder.Text.60ch

*/
/*

Max 80 Character

Markup:
Eius nihil quia adipisci exercitationem eligendiea est nihil yas (80&nbsp;Characters)

Styleguide  Sub.Placeholder.Text.80ch

*/
/*

Max 100 Character

Markup:
Officia enim rerum repudiandae aut est paritur est ea. Ut voluptas magni et eligen. (100&nbsp;Characters)

Styleguide  Sub.Placeholder.Text.100ch

*/
/*

Max 150 Character

Markup:
Svel libero ut rerum repudiandae aut est paritur minus vero. Delectus ea est nostrum quae dolores. Delectus nostrum nihil et ad enim. (150&nbsp;Characters)

Styleguide  Sub.Placeholder.Text.150ch

*/
/*

Max 200 Character

Markup:
Dignissimos sed deserunt est non. Aliquam nam aut quam. Voluptas ut vel voluptates aliquam mollitia enim consequatur. Quas quisquam natus dolor eos consequatur culpa. Fuga manam ten. (200&nbsp;Characters)

Styleguide  Sub.Placeholder.Text.200ch

*/
/*

Max 250 Character

Markup:
Sed ut perspiciatis unde omnis iste natus er sdyer. Dignissimos sed deserunt est non. Aliquam nam aut quam. Voluptas ut vel voluptates aliquam mollitia enim consequatur. Quas quisquam natus dolor eos consequatur culpa. Fuga manam ten. (250&nbsp;Characters)

Styleguide  Sub.Placeholder.Text.250ch

*/
/*

Grid - Triple Card Holder

Markup:
columns_3:lg columns_2:md columns_1 gap_5:lg gap_4 p_3 p_4:md p_5:lg m-y_3 m-y_4:md m-y_5:lg grid wrapper-container bg_black-1 m-x_n4 reading-typography

NOTE:
Triple up cards with shaded background are used only in full screen pages

Styleguide Sub.ClassList.Grid.Card.Split-Triple 

*/
/*

Triple Split with Sidebar

Markup:
columns_3:lg columns_2:md columns_1 gap-x_4:lg gap-x_3:md gap_4 grid ul_none text_left

NOTE:
Triple up splits

Styleguide Sub.ClassList.Grid.TripleLG

*/
/*

Grid - Card Holder - 50 split

Markup:
columns_2:md columns_1 gap_5:lg gap_6:xl gap_4 grid

NOTE:
split layouts great for half page cards

Styleguide Sub.ClassList.Grid.Split-50

*/
/*

GridList Triple on XL

Markup:
columns_2:lg columns_3:xl columns_1 gap-x_5:xl gap-x_4:lg gap-x_3 gap-y_4 grid p-x_4:xl p-x_3:lg p-x_0 ul_none

Styleguide Sub.ClassList.Grid.TripleXL 

*/
/*

GridList Item Basic

Markup:
flex flex_row:md flex_column items_start:md items_center justify_start isolate relative c_accent-n1 p_3 p_4:md br_radius

NOTE:
Icon and Header use differnt classes because they are a simpler component.

Styleguide Sub.ClassList.Grid.Item 

*/
/*

Subs

<div><p>Subs are the smallest building blocks of the design system—primitive elements and utilities that serve as
    sub-components or fragments used across larger patterns and modules. They include placeholder content, simple data
    points, iconography, credit tags, action buttons, and other elemental units that are not meant to be used standalone
    but are composed into larger, reusable structures.</p>
<p>These assets support a modular design approach, allowing patterns to reference and inject consistent visuals, text,
    or interaction units without duplicating logic or styling. Sub elements often use Handlebars partials
    (<code>{{> 'Sub.X' }}</code>) to render dynamic or variable content within patterns.</p>
<p><strong>Common use cases:</strong><br> - <code>{{> 'Sub.Sub.Data.Duration'}}</code> — Displays session duration<br> -
    <code>{{> 'Sub.Credit' modifier_class='CME'}}</code> — Outputs a credit tag with a modifier<br> -
    <code>{{> 'Sub.ActionButtons.Favorite'}}</code> — Interactive favorite/save button</p>
<p><strong>Naming Convention:</strong><br> <code>Sub.Type.Name</code> — Organized by category (e.g., <code>Data</code>,
    <code>Credit</code>, <code>ActionButtons</code>, <code>ClassList</code>)</p></div>



NOTE: Subs are maintained as composable units to promote consistency, reduce repetition, and streamline pattern updates across the system.

Styleguide Sub
*/
/*
Placeholders

Placeholders are just used across the styleguide. The can be either text or image stand ins for the UI.

Weight: 9999

Styleguide Sub.Placeholder
*/
/*
Recipe

Patterns that are used through out the refactors on ACC.org

Weight: 1000

Styleguide Sub.Recipe
*/
/*
Articles

There are multiple sub components that are used through out the most common page type on ACC.org

Weight: 1000

Styleguide Sub.Recipe.Article
*/
/*
Data

There are data and formats that should be followed when building out components on ACC.org bellow are some of the most common data formatting that is used across the site.

Weight: 500

Styleguide Sub.Data
*/
/*
Class Lists

Arches can be robust when trying to descrbe a complicated peice of UI and here is a respository of the classes used on those UI items

Weight: 2000

Styleguide Sub.ClassList
*/
/*

Rich Text 

Markup:
<div class="reading-typography {{modifier_class}}">
    <h1>Lorem Ipsum</h1>
    <p><strong>Pellentesque habitant morbi tristique</strong> senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. <a href="#random2" target="_blank">Pellentesque</a> sit amet quam egestas semper. <em>Aenean ultricies mi vitae est.</em> Mauris placerat eleifend leo. Quisque sit amet est et sapien ullamcorper pharetra. Vestibulum erat wisi, condimentum sed, <code>commodo vitae</code>, ornare sit amet, wisi. Aenean fermentum, elit eget tincidunt condimentum, eros ipsum rutrum orci, sagittis tempus lacus enim ac dui. <a href="#random">Donec non enim</a> in turpis pulvinar facilisis. Ut felis.</p>
    <h2>Header Level 2</h2>
    <ol>
        <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>
        <li>Aliquam tincidunt mauris eu risus.</li>
    </ol>
    <blockquote><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.</p></blockquote>
    <h3>Header Level 3</h3>
    <ul>
        <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>
        <li>Aliquam tincidunt mauris eu risus.</li>
    </ul>
    <button class="btn btn-primary">Button</button>
	<details>
        <summary ><strong>Table of Contents</strong></summary>
        <div>
            <ol>
                <li data-line="0" dir="auto">How to Prepare for the Boards</li>
                <li data-line="1" dir="auto">General Principles of Cardiovascular Medicine
                </li>
                <li data-line="2" dir="auto">Arrhythmias</li>
                <li data-line="3" dir="auto">Coronary Artery Disease</li>
                <li data-line="4" dir="auto">Heart Failure &amp; Cardiomyopathy</li>
                <li data-line="5" dir="auto">Valvular Disease</li>
                <li data-line="6" dir="auto">Pericardial Disease</li>
                <li data-line="7" dir="auto">Congenital Heart Disease</li>
                <li data-line="8" dir="auto">Vascular Diseases</li>
                <li data-line="9" dir="auto">Systemic Hypertension and Hypotension</li>
                <li data-line="10" dir="auto">Pulmonary Circulation Disorders</li>
                <li data-line="11" dir="auto">Systemic Disorders Affecting the Circulatory
                    System</li>
                <li data-line="12" dir="auto">
                    Miscellaneous
                    <ul>
                        <li data-line="13" dir="auto">Cardiovascular Genetics</li>
                        <li data-line="14" dir="auto">CPR, Post-Resuscitation Care</li>
                        <li data-line="15" dir="auto">Cardiac Critical Care</li>
                        <li data-line="16" dir="auto">Sleep Disordered Breathing</li>
                        <li data-line="17" dir="auto">Sports Cardiology</li>
                        <li data-line="18" dir="auto">Pregnancy and Cardiac Disease</li>
                        <li data-line="19" dir="auto">Cardiovascular Operative Management
                        </li>
                        <li data-line="20" dir="auto">Pharmacology</li>
                        <li data-line="21" dir="auto">General Principles of Cardiovascular
                            Medicine</li>
                    </ul>
                </li>
            </ol>
        </div>
    </details>
</div>

HideCodeBlock: display_none 

Styleguide  Sub.Placeholder.Typography

*/
/*
Pagination

Pagination Design

<ul class="br-t_3 br_0 br_secondary br_solid font_n2 justify_end lh_2 pagination ul_none">
  <li class="disabled page-item">
    <a class="a:bg_secondary a:c_white-9 br_none h:bg_primary-n2 h:c_white lh_2 p_2 p-x_3 m-l_1 page-link disabled" href="#"><i class="fas fa-chevron-left"></i></a>
  </li>
  <li class="page-item">
    <a class="a:bg_secondary a:c_white-9 br_none h:bg_primary-n2 h:c_white lh_2 p_2 p-x_3 m-l_1 page-link" href="#">1</a>
  </li>
  <li class="page-item active">
    <a class="a:bg_secondary a:c_white-9 br_none h:bg_primary-n2 h:c_white lh_2 p_2 p-x_3 m-l_1 page-link"> 2 </a>
  </li>
  <li class="page-item">
    <a class="a:bg_secondary a:c_white-9 br_none h:bg_primary-n2 h:c_white lh_2 p_2 p-x_3 m-l_1 page-link" href="#">3</a>
  </li>
  <li class="page-item">
    <a class="a:bg_secondary a:c_white-9 br_none h:bg_primary-n2 h:c_white lh_2 p_2 p-x_3 m-l_1 page-link" href="#"><i class="fas fa-chevron-right"></i></a>
  </li>
</ul>

Weight: 100

Styleguide  Bootstrap.Pagination

*/
/*
Tabs

A simple way to show small groups of content that should have the same level of reading hierarchy.  

Markup:
<nav class="bg_black-2 br_3 br_radius br_solid br_white-9 c_primary font_0 font_bold font_accent: p-x_0 p-x_4:md shadow_bevel-light" id="tabContentLight" role="tablist">
    <ul class="flex_column flex_row:md  nav">
        {{> "Sub.Component.Structures.Tabs.Tab.LinkActive" }}
        {{> "Sub.Component.Structures.Tabs.Tab.Link" }}
        {{> "Sub.Component.Structures.Tabs.Tab.LinkDisabled" }}
        </li>
    </ul>
</nav>
<div class="bg_black-_05 br-bl_radius br-br_radius m-x_3 p_4 reading-typography shadow_emboss-light tab-content" id="nav-tabContent">
    <div class="tab-pane fade show active" id="ActiveLink" role="tabpanel" aria-labelledby="ActiveLink">
        <h2 class="capitalize"> consectetur adipisicing elit </h2>
        Lorem ipsum dolor sit amet. Quisquam maxime consectetur, nisi sed ea perspiciatis a sit porro laboriosam ab sequi est quas optio dolorum at maiores quis incidunt inventore.</div>
    <div class="tab-pane fade" id="BasicLink" role="tabpanel" aria-labelledby="BasicLink">
        <h2 class="capitalize">Lorem ipsum dolor sit </h2>
        Amet consectetur adipisicing elit. Vero enim provident consequuntur perspiciatis. Eligendi placeat consequuntur veniam quidem temporibus labore quisquam commodi rem error cumque fugit suscipit nulla, excepturi eos.</div>
</div>

MarkupWrapperClasses:

SubComponents:
Sub.Component.Structures.Tabs.Tab.LinkActives - Active Tab
Sub.Component.Structures.Tabs.Tab.Link - Tab
Sub.Component.Structures.Tabs.Tab.LinkDisabled - Disabled Tab

Caution:  This item is not finalized and might be subject to change

Note: Limitations to the documentation system might cause javascript effects to animate or trigger incorrectly. 

Weight:0

Styleguide Component.Structures.Tabs.
*/
/*
Simple Tabs: Dark Mode

Reverse Colored Tabs for when on dark background

Markup:
<div class="m-y_4 bg_acc p_4" id="nav_jump">
    <nav class="bg_black-2 c_white br_3 br_radius br_solid br_black-5 font_0 font_bold font_ui p-x_0 p-x_4:md shadow_overlap-light">
        <ul class="flex_column flex_row:md ul_none nav">
        {{> "Sub.Component.Structures.Tabs.TabDark.LinkActive" }}
        {{> "Sub.Component.Structures.Tabs.TabDark.Link" }}
        {{> "Sub.Component.Structures.Tabs.TabDark.Link" }}
        {{> "Sub.Component.Structures.Tabs.TabDark.LinkDisabled" }}
        </ul>
    </nav>
</div>

Weight: 0

Styleguide  Sub.Component.Structures.Tabs.TabDark
*/
/*
Tab Dark: Active

Description: Active State of Dark Tab.  Add and remove the `active is-active` class from the li-tag toggle the active effect

Markup:
<li class="br-t_3 br_solid:md br_white-0 m-l_1 nav-item ">
    <a class="a:bg_accent h:underline-none c_white text-shadow_black-1 br-b_3 br_white-0 br_solid:md:md h:bg_secondary h:br_accent h:c_white m-y_n2:md nav-link p-y_3:md p-x_4 active">
        Active
    </a>
</li>

MarkupWrapperClasses: flex_column flex_row:md ul_none nav bg_acc br_3 br_radius br_solid br_acc-3 p-l_4

Weight:0

Styleguide  Sub.Component.Structures.Tabs.TabDark.LinkActive
*/
/*
Tab Dark: Basic

Description: Dark Tab Basic Nav

Markup:
<li class="br-t_3 br_solid:md br_white-0 m-l_1 nav-item">
    <a class="a:bg_accent h:underline-none c_white text-shadow_black-1 br-b_3 br_white-0 br_solid:md h:bg_secondary h:br_accent h:c_white m-y_n2:md nav-link p-y_3:md p-x_4">
        Link
    </a>
</li>


MarkupWrapperClasses: flex_column flex_row:md ul_none nav bg_acc br_3 br_radius br_solid br_acc-3 p-l_4

Weight:0


Styleguide  Sub.Component.Structures.Tabs.TabDark.Link
*/
/*
Tab Dark: Disabled

Description: Disabled decorations is a swap of many of the decoration classes with the removal of the hover and active classes.

Markup:
<li class="br-t_3 br_solid:md br_white-0 m-l_1 nav-item ">
    <a class="bg_white-2 br-b_3 br_solid:md br_white-0 c_white-4 cursor_not-allowed disabled h:underline-none m-y_n2:md nav-link opacity-5 p-x_4 p-y_3:md" href="/on-demand/industry-stage#nav_jump" target="_self">
        Disabled
    </a>
</li>

MarkupWrapperClasses: flex_column flex_row:md ul_none nav bg_acc br_3 br_radius br_solid br_acc-3 p-l_4 

Weight:0


Styleguide  Sub.Component.Structures.Tabs.TabDark.LinkDisabled
*/
/*
Tab: Active

Description: Active State of Dark Tab.  Add and remove the `active is-active` class from the li-tag toggle the active effect

Markup:
<li class=" br-t_3 br_solid:md br_white-0 m-l_1 nav-item">
    <a 
        id="ActiveLink-tab" data-bs-toggle="tab" data-bs-target="#ActiveLink"  role="tab" aria-controls="ActiveLink" aria-selected="true"
        class="active a:bg_accent-n2 h:underline-none a:c_white br-b_3 br_white-0 br_solid:md c_primary h:bg_acc-n3 h:br_accent h:c_white m-y_n2:md nav-link p-y_3:md p-x_4" 
        href="#">Active</a>
</li>

MarkupWrapperClasses: flex_column flex_row:md ul_none nav bg_black-2 br_3 br_radius br_solid br_white-9 c_primary font_0 font_bold font_accent: p-x_0 p-x_4:md shadow_bevel-light

Weight:0

Styleguide  Sub.Component.Structures.Tabs.Tab.LinkActive
*/
/*
Tab: Basic

Description: Active State of Dark Tab.  Add and remove the `active is-active` class from the li-tag toggle the active effect

Markup:
<li class="br-t_3 br_solid:md br_white-0 m-l_1 nav-item">
    <a 
    id="BasicLink-tab" data-bs-toggle="tab" data-bs-target="#BasicLink"  role="tab" aria-controls="BasicLink" aria-selected="true"
    class="a:bg_accent-n2 h:underline-none a:c_white br-b_3 br_white-0 br_solid:md c_primary h:bg_acc-n3 h:br_accent h:c_white m-y_n2:md nav-link p-y_3:md p-x_4" href="#">Link</a>
</li>


MarkupWrapperClasses: flex_column flex_row:md ul_none nav bg_black-2 br_3 br_radius br_solid br_white-9 c_primary font_0 font_bold font_accent: p-x_0 p-x_4:md shadow_bevel-light

Weight:0

Styleguide  Sub.Component.Structures.Tabs.Tab.Link
*/
/*
Tab: Disabled

Description: Disabled decorations is a swap of many of the decoration classes with the removal of the hover and active classes.

Markup:
<li class="br-t_3 br_white-0 br_solid:md m-l_1 nav-item">
    <a class="br-b_3 br_solid:md br_white-0 c_black-4 opacity-5 bg_black-1 disabled h:underline-none m-y_n2:md nav-link p-x_3 p-x_4" href="#" tabindex="-1" aria-disabled="true">Disabled</a>
</li>

MarkupWrapperClasses: flex_column flex_row:md ul_none nav bg_black-2 br_3 br_radius br_solid br_white-9 c_primary font_0 font_bold font_accent: p-x_0 p-x_4:md shadow_bevel-light

Weight:0

Styleguide  Sub.Component.Structures.Tabs.Tab.LinkDisabled
*/
/*
UI Tabs

The application systems of acc.org have tabs that sometimes overrun the tabs space areas because they need to show many options.

Markup:
<div class="br_solid br_1 br_black-3">
    <nav class="flex flex_row font_ui relative" id="tabContentLight" role="tablist">
        <ul class="flex flex_auto flex_nowrap flex_row:md flex_column nav overflow_hidden font-size_up ul_none">
            {{> "Sub.Component.Structures.UITabs.Tab.LinkActive" }}
            {{> "Sub.Component.Structures.UITabs.Tab" }}
            {{> "Sub.Component.Structures.UITabs.Tab.LinkDisabled" }}
        </ul>
    </nav>
    <div class="p_4 reading-typography tab-content br-t_1 br_solid br_black-3" id="nav-tabContent">
        <div class="tab-pane fade show active" id="ActiveLinkUI" role="tabpanel" aria-labelledby="ActiveLinkUI">
            {{> Sub.Placeholder.Typography }}
        </div>
        <div class="tab-pane fade" id="LinkUI" role="tabpanel" aria-labelledby="LinkUI">
            {{> Sub.Placeholder.Typography }}
        </div>
    </div>
</div>

MarkupWrapperClasses: p_4

caution:  This item is not finalized and might be subject to change

Note: Limitations to the documentation system might cause javascript effects to animate or trigger incorrectly. 

Weight:0

Styleguide Component.Structures.UITabs
*/
/*
UI Tabs Overflow

The application systems of acc.org have tabs that sometimes overrun the tabs space areas because they need to show many options.

Markup:
<div class="br_solid br_1 br_black-3">
    <nav class="flex flex_row font_ui relative" id="tabOverflow" role="tablist"> 
        <a class="disabled flex_row flex text_center bg_disabled bg_white br-r_1 br_black-3 br_solid c_black-8 c_disabled flex_auto flex_none h:bg_black-3 h:c_black h:undecorated nav-item opacity_disabled p-x_4:md p_3 relative text_center z_3">
                <i class="flex_auto self_center far fa-chevron-left"></i>
        </a>
        <ul class="flex flex_auto flex_nowrap flex_row:md nav overflow_hidden font-size_up ul_none">
            {{> "Sub.Component.Structures.UITabs.Tab.LinkActive" }}
            {{> "Sub.Component.Structures.UITabs.Tab" }}
            {{> "Sub.Component.Structures.UITabs.Tab" }}
            {{> "Sub.Component.Structures.UITabs.Tab" }}
            {{> "Sub.Component.Structures.UITabs.Tab" }}
            {{> "Sub.Component.Structures.UITabs.Tab" }}
            {{> "Sub.Component.Structures.UITabs.Tab.LinkDisabled" }}
        </ul>
        <a class="disabled flex_row flex text_center bg_disabled bg_white br-l_1 br_black-3 br_solid c_black-8 c_disabled flex_auto flex_none h:bg_black-3 h:c_black h:undecorated nav-item opacity_disabled p-x_4:md p_3 relative text_center z_3">
                <i class="flex_auto self_center far fa-chevron-right"></i>
        </a>
    </nav>
    <div class="p_4 reading-typography tab-content br-t_1 br_solid br_black-3" id="nav-tabContent">
        <div class="tab-pane fade show active" id="ActiveLinkUI" role="tabpanel" aria-labelledby="ActiveLinkUI">
            {{> Sub.Placeholder.Typography }}
        </div>
        <div class="tab-pane fade" id="LinkUI" role="tabpanel" aria-labelledby="LinkUI">
            {{> Sub.Placeholder.Typography }}
        </div>
    </div>
</div>

MarkupWrapperClasses: p_4

caution:  This item is not finalized and might be subject to change

Note: Custom JavaScript is needed to make this scroll back and forth, and will need to have disables applied when overflow has reached a max or min. 

Weight:0

Styleguide Component.Structures.UITabs.Overflow
*/
/*
Tab: Default

Description: Active State of Tab.  Add and remove the `active is-active` class from the li-tag toggle the active effect

Markup:
<li id="LinkUI-tab" data-bs-toggle="tab" data-bs-target="#LinkUI"  role="tab" aria-controls="LinkUI" aria-selected="true" class=" nav-item relative p_3 p-x_4:md h:bg_black-3 br-l_1 br_black-3 br_solid flex_grow text_center bg_disabled opacity_disabled a:bg_accent-n1">
    <span 
         class="c_disabled h:undecorated expanded-click-area c_black-8 a:c_white-9 h:c_black " 
        >Link</span>
</li>



caution:  This item is not finalized and might be subject to change

Note: Limitations to the documentation system might cause javascript effects to animate or trigger incorrectly. 

MarkupWrapperClasses: flex ul_none

Weight:0

Styleguide  Sub.Component.Structures.UITabs.Tab
*/
/*
Tab: Active

Description: Active State of Dark Tab.  Add and remove the `active is-active` class from the li-tag toggle the active effect

Markup:
<li class="active nav-item relative p_3 p-x_4:md h:bg_black-3 br-l_1 br_black-3 br_solid flex_grow text_center bg_disabled opacity_disabled a:bg_accent-n1">
    <a 
        id="ActiveLinkUI-tab"
        data-bs-toggle="tab"
        data-bs-target="#ActiveLinkUI"
        role="tab"
        aria-controls="ActiveLinkUI"
        aria-selected="true"
        class="c_disabled h:undecorated expanded-click-area c_black-8 a:c_white-9 h:c_black " 
        href="#">Active</a>
</li>

MarkupWrapperClasses: flex ul_none

caution:  This item is not finalized and might be subject to change

Note: Limitations to the documentation system might cause javascript effects to animate or trigger incorrectly. 

Weight:0

Styleguide  Sub.Component.Structures.UITabs.Tab.LinkActive
*/
/*
Tab: Disabled

Description: Disabled decorations is a swap of many of the decoration classes with the removal of the hover and active classes.

Markup:
<li class="disabled nav-item relative p_3 p-x_4:md h:bg_black-3 br-l_1 br_black-3 br_solid flex_grow text_center bg_disabled opacity_disabled a:bg_accent-n1">
    <a class="c_disabled h:undecorated expanded-click-area c_black-8 a:c_white-9 h:c_black "
        href="#"
        tabindex="-1"
        aria-disabled="true">
        Disabled</a>
</li>


caution:  This item is not finalized and might be subject to change

Note: Limitations to the documentation system might cause javascript effects to animate or trigger incorrectly. 

MarkupWrapperClasses: flex ul_none

Weight:0

Styleguide  Sub.Component.Structures.UITabs.Tab.LinkDisabled
*/
/*
Scroll Overflow Script

Description: Javascript is needed to make the scrolls work on the page

Markup:

MarkupWrapperClasses: p_4

caution:  This item is not finalized and might be subject to change

Weight:0

Styleguide  Component.Structures.UITabs.Script
*/
/*
Sidebar Nav

Description: Side bar for any 3 layer nav on the site. the parent node is from the main nav.

Markup:
<nav class="nav-sub bg_primary c_white font_2 font_ui ">
    <ul class="ul_none flex_column flex">
        {{> "Component.Navigation.Sidebar.Parent"}}
        {{> "Component.Navigation.Sidebar.Child"}}
        {{> "Component.Navigation.Sidebar.ChildWithChildren"}}
        {{> "Component.Navigation.Sidebar.Child"}}
        {{> "Component.Navigation.Sidebar.Child"}}
        {{> "Component.Navigation.Sidebar.ChildWithGrandChildren"}}
    </ul>
</nav>

Weight:-1000

MarkupWrapperClasses: max-w_25 m_auto 


Note: Limitations to the documentation system might cause javascript effects to animate or trigger incorrectly. 


Styleguide Component.Navigation.Sidebar
*/
/*
Parent NavItem

Description: The parent is singular in this nav it is always active and its direct children are always expanded so there is not need for a toggle.

Markup:
<li class="nav-item font-size_up" data-nav="parent">
    <div class="bg_black-4 ">
        <a class="text-shadow_black-1 block w_100 c_white p-y_2 p-x_4 w_100 h:c_white inline-block h:underline self_center">Parent Link: Tree starts from this node</a>
    </div>
</li>

Weight: -100

MarkupWrapperClasses: bg_primary c_white font_ui ul_none

Styleguide Component.Navigation.Sidebar.Parent
*/
/*
Child NavItem

Description: Child and Grandchild nav items are built the same way with a spacer with or without a toggle depending on if they have children.

default     -  No added class 
active      -  Nav Item changes its decoration if this the page the user is on.

Markup:
<li class="nav-item {{modifier_class}}" data-nav="child">
    <div class="flex flex_row">
        <div class="flex flex_column flex_none justify_start">
            <div class="flex_none">
                <span class="fa-stack">
                    <i class="fas fa-spacer fa-stack-1x"></i>
                </span>
            </div>
        </div>
        <div class="flex_auto self_center">
            <a class="text-shadow_black-1 {{modifier_class}} c_white-9 p-y_2 p-x_3 w_100 h:c_white inline-block h:underline self_center  a:bg_black-3">Child Link</a>
        </div>
    </div>
</li>

Weight: 10

MarkupWrapperClasses: bg_primary c_white font_ui ul_none

Styleguide Component.Navigation.Sidebar.Child
*/
/*
Toggle Child

Description: Toggle elements are set to active if the attached node or its children are active. If the toggle is active the collapsed children navigation are open by default.

default     -  the toggle when it doesn't have an active class still shades on hover
active      -  shade the toggle

Markup:
<div class="{{modifier_class}} br-r_1 br_solid br_white-2 flex flex_column flex_none justify_start text-shadow_black-n1 c_white">
    {{> "Component.Navigation.Toggle.Advanced" modifier_class=".childNavCollapse" }}
</div>

Weight: -10

Note: Limitations to the documentation system might cause javascript effects to animate or trigger incorrectly. 


MarkupWrapperClasses: bg_primary c_white font_ui ul_none

Styleguide Component.Navigation.Sidebar.ChildToggle
*/
/*
Child NavItem With Children

Description: Child and Grandchild nav items are built the same way with a spacer with or without a toggle depending on if they have children.


Markup:
<li class="nav-item {{modifier_class}}" data-nav="child">
    <div class="flex flex_row">
        {{> "Component.Navigation.Sidebar.ChildToggle" modifier_class="collapsed"}}
        <div class="flex_auto self_center">
            <a class="text-shadow_black-1 {{modifier_class}} c_white-9 p-y_2 p-x_3 w_100 h:c_white inline-block h:underline self_center  a:bg_black-3">Child with Children Links</a>
            <nav class="nav-sub-child bg_white-2 font-size_down collapse childNavCollapse" >
                <ul class="ul_none flex_column flex">
                    {{> "Component.Navigation.Sidebar.Child" }}
                    {{> "Component.Navigation.Sidebar.Child" }}
                    {{> "Component.Navigation.Sidebar.Child" }}
                    {{> "Component.Navigation.Sidebar.Child" }}
                </ul>
            </nav>
        </div>
    </div>
</li>

Weight: 15

Note: Limitations to the documentation system might cause javascript effects to animate or trigger incorrectly. 


MarkupWrapperClasses: bg_primary c_white font_ui ul_none

Styleguide Component.Navigation.Sidebar.ChildWithChildren
*/
/*
Child NavItem With Grand Children

Description: Child and Grandchild nav items are built the same way with a spacer with or without a toggle depending on if they have children.

Markup:
<li class="nav-item active" data-nav="child">
    <div class="flex flex_row">
        {{> "Component.Navigation.Sidebar.ChildToggle"  modifier_class="active"}}
        <div class="flex_auto self_center">
            <a class="text-shadow_black-1 active c_white-9 p-y_2 p-x_3 w_100 h:c_white inline-block h:underline self_center  a:bg_black-3">Child with Children Links</a>
            <nav class="nav-sub-child bg_white-2 font-size_down collapse childNavCollapse show">
                <ul class="ul_none flex_column flex">
                    {{> "Component.Navigation.Sidebar.Child" }}
                    {{> "Component.Navigation.Sidebar.Child" }}
                    {{> "Component.Navigation.Sidebar.Child" }}
                    {{> "Component.Navigation.Sidebar.Child" }}
                    <li class="nav-item  active " data-nav="grandchild">
                        <div class="flex flex_row">
                            {{> "Component.Navigation.Sidebar.ChildToggle"  modifier_class="active"}}
                            <div class="flex_auto self_center">
                                <a class="text-shadow_black-1 active c_white-9 p-y_2 p-x_3 w_100 h:c_white inline-block h:underline self_center  a:bg_black-3">Child with Children Links</a>
                                <nav class="nav-sub-child bg_white-2 collapse show childNavCollapse">
                                    <ul class="ul_none flex_column flex">
                                        {{> "Component.Navigation.Sidebar.GreatGrandchild"  }}
                                        {{> "Component.Navigation.Sidebar.GreatGrandchild" }}
                                        {{> "Component.Navigation.Sidebar.GreatGrandchild"  modifier_class="active"}}
                                        {{> "Component.Navigation.Sidebar.GreatGrandchild" }}
                                    </ul>
                                </nav>
                            </div>
                        </div>
                    </li>
                </ul>
            </nav>
        </div>
    </div>
</li>

Weight: 15

MarkupWrapperClasses: bg_primary c_white font_ui ul_none

Note: Limitations to the documentation system might cause javascript effects to animate or trigger incorrectly. 

Styleguide Component.Navigation.Sidebar.ChildWithGrandChildren
*/
/*
Great Grandchild NavItem

Description: Great Grand Children loose the spacer for toggles because they don't have any child navs and don't need the use of a toggle.

default     -  No added class 
active      -  Nav Item changes its decoration if this the page the user is on.

Markup:
<li class="nav-item {{modifier_class}} " data-nav="greatGrandChild">
    <div class="flex flex_row"> 
        <div class="flex_auto self_center">
            <a class=" {{modifier_class}} text-shadow_black-1  a:bg_black-3 c_white-9 p-y_2 p-r_3 p-l_4 w_100 h:c_white inline-block h:underline self_center">Great Grand Child Links</a>
        </div>
    </div>
</li>

Weight: 100

MarkupWrapperClasses: bg_primary c_white font_ui ul_none

Styleguide Component.Navigation.Sidebar.GreatGrandchild
*/
/*
Bootstrap Toggle Rotation

The toggles for bootstrap collapses use a `+` icon that twists to an `x` when the elements doesn't have `collapsed` or `show` as a class. to reduce confusion the class has a set rotation and speed attached to it. `a:rotation` is applied to the tow specific icons `fa-times` and `fa-chevron-up` only.<div class="p-b_3"><span class="bg_highlight br_radius c_white inline-block font_n1 p-y_3 p-x_5 sg">These classes are effected by the parent having `collapsed` state.</span></div>

expanded                  - when the associated content is expanded the toggle will look like this
collapsed                       - when the associated content is collapsed the class is added to the toggle and it will look like this. 

Markup:
<div class="flex_none p_2 {{modifier_class}}" aria-expanded="false" data-bs-toggle="collapse" data-bs-target="#pageHubChild" aria-controls="#pageHubChild">
        <i class="a:rotation c_primary fa-fw fa-times fas self_center text_center"></i>
</div>
<div class="flex_none p_2 {{modifier_class}}" aria-expanded="false" data-bs-toggle="collapse" data-bs-target="#pageHubChild" aria-controls="#pageHubChild">
        <i class="a:rotation c_primary fa-fw fa-chevron-up fas self_center text_center"></i>
</div>
<div class="flex_none p_2 {{modifier_class}}" aria-expanded="false" data-bs-toggle="collapse" data-bs-target="#pageHubChild" aria-controls="#pageHubChild">
        <span class="fa-stack fa-2x">
        <i class="fas fa-minus fa-stack-1x"></i>
        <i class="fas fa-minus rotate_90 a:rotation fa-stack-1x "></i>
        </span>
</div>
<div class="flex_none p_2 {{modifier_class}}" aria-expanded="false" data-bs-toggle="collapse" data-bs-target="#pageHubChild" aria-controls="#pageHubChild">
        <span class="fa-stack fa-2x">
        <i class="fas fa-square fa-stack-2x c_black"></i>
        <i class="fas fa-minus fa-stack-1x c_white"></i>
        <i class="fas fa-minus rotate_90 a:rotation fa-stack-1x  c_white"></i>
        </span>
</div>


Weight: 100

Styleguide Component.Navigation.Toggle.Rotation

*/
/*
Toggle 

Toggle elements of a collapse with user feed back of the icon rotating.

#targetName -  the name of the target of the collapse

Markup:
<div class="flex_none p_2" data-bs-toggle="collapse" data-bs-target="{{modifier_class}}" aria-controls="{{modifier_class}}" aria-expanded="true">
        <i class="a:rotation fa-fw fa-times fas self_center text_center"></i>
</div>

Weight: -10

MarkupWrapperClasses: bg_white font_ui flex c_primary

Styleguide Component.Navigation.Toggle
*/
/*
Toggle Chevron

Toggle elements of a collapse with user feed back of the icon rotating.

#targetName -  the name of the target of the collapse

Markup:
<div class="a:bg_black-3 h:bg_black-4 flex_none p_2" data-bs-toggle="collapse" data-bs-target="{{modifier_class}}" aria-controls="{{modifier_class}}" aria-expanded="true">
        <i class="a:rotation fa-fw fa-chevron-up fas self_center text_center"></i>
</div>

Weight: -80

MarkupWrapperClasses: bg_white font_ui flex c_primary

Styleguide Component.Navigation.Toggle.Chevron
*/
/*
Collapse Toggle Advanced

Toggle elements of a collapse with user feed back of the icon morphing.

#targetName -  the name of the target of the collapse

Markup:
<div class="flex_none" aria-expanded="false" data-bs-toggle="collapse" data-bs-target="{{modifier_class}}" aria-controls="{{modifier_class}}">
        <span class="fa-stack">
        <i class="fas fa-minus fa-stack-1x"></i>
        <i class="fas fa-minus rotate_90 a:rotation fa-stack-1x "></i>
        </span>
</div>

Weight: -100

MarkupWrapperClasses: bg_white font_ui flex c_primary

Styleguide Component.Navigation.Toggle.Advanced
*/
/*
Collapse Toggle Advanced with Square

Toggle elements of a collapse with user feed back of the icon morphing.

#targetName -  the name of the target of the collapse

Markup:
<div class="flex_none" aria-expanded="false" data-bs-toggle="collapse" data-bs-target="{{modifier_class}}" aria-controls="{{modifier_class}}">
        <span class="fa-stack">
        <i class="fas fa-square fa-stack-2x"></i>
        <i class="fas fa-minus fa-stack-1x c_white"></i>
        <i class="fas fa-minus rotate_90 a:rotation fa-stack-1x  c_white"></i>
        </span>
</div>

Weight: -90

MarkupWrapperClasses: bg_white font_ui flex c_primary

Styleguide Component.Navigation.Toggle.AdvancedSquare
*/
/*
Accordion

In content accordions are styled differently to User interface accordions.  The text of the header should allow for header tags to be added so the style should respond to the surrounding typography sizes.

Markup:
<div class="relative">
    <header id="accordion_header" class="flex flex_row sticky t_n2 bg_white shadow_overlap-light br_solid br_1 br_black-2 z_2 ">
        <div class="h:bg_primary-5 m_2 c_primary h:c_primary-n2 br_radius">
            {{> "Component.Navigation.Toggle.Advanced" modifier_class="#content_accordion"}}
        </div>
        <div class=" font-size_up flex_auto flex flex_row justify_center p-y_2">
            <div class="flex_auto self_center reading-typography no-margins">
               <h3> Accordion Header Level 3</h3>
            </div>
        </div>
    </header>
    <main id="content_accordion" class="bg_black-_05 br-bl_radius br-br_radius m-x_0 m-x_3:md p_3 p_4:md reading-typography shadow_emboss-light tab-content transition_4"  aria-labelledby="accordion_header m-x_3" >
    {{> Sub.Placeholder.Typography }}
    </main>
</div>


Note: Limitations to the documentation system might cause javascript effects to animate or trigger incorrectly. 


Weight:0

Styleguide  Component.Accordion
*/
/*
Accordion Child

Description: Sometimes the content needs be collapsed at a secondary level to make it scannable. 

Markup:
<div class="relative m-b_2">
    <header id="accordion_header-child" class="flex flex_row sticky t_5 bg_white shadow_bevel-light br_radius br_solid br_1 br_black-2 z_3 ">
        <div class="h:bg_primary-4 m_2 c_primary h:c_primary-n3 br_radius">
            {{> "Component.Navigation.Toggle" modifier_class="#content_accordion-child"}}
        </div>
        <div class=" flex_auto flex flex_row justify_center p-y_2">
            <div class="flex_auto self_center reading-typography no-margins">
                <h4> Nested Accordion Header Level 4</h4>
            </div>
        </div>
    </header>
    <main id="content_accordion-child" class="bg_black-1 m-t_n2 br_radius p-t_3 p-x_3 p-x_4:md p-b_4 reading-typography tab-content transition_4 shadow_emboss-light"  aria-labelledby="accordion_header-child" >
    {{> Sub.Placeholder.Typography }}
    </main>
</div>


Note: Limitations to the documentation system might cause javascript effects to animate or trigger incorrectly. 


Weight:0

Styleguide Component.Accordion.Child
*/
/*
Accordion Nested Example

In content accordions are styled differently to User interface accordions.  The text of the header should allow for header tags to be added so the style should respond to the surrounding typography sizes.

Markup:
<div class="relative">
    <header id="accordion_header-nested" class="flex flex_row sticky t_n2 bg_white shadow_overlap-light br_solid br_1 br_black-2 z_2 ">
        <div class="h:bg_primary-5 m_2 c_primary h:c_primary-n2 br_radius">
            {{> "Component.Navigation.Toggle.Advanced" modifier_class="#content_accordion-parent"}}
        </div>
        <div class=" font-size_up flex_auto flex flex_row justify_center p-y_2">
            <div class="flex_auto self_center reading-typography no-margins">
               <h3> Accordion Header Level 3</h3>
            </div>
        </div>
    </header>
    <main id="content_accordion-parent" class="bg_black-_05 br-bl_radius br-br_radius m-x_3:md p_3 p_4:md reading-typography shadow_emboss-light tab-content transition_4"  aria-labelledby="accordion_header-nested" >
        <h2>Aenean commodo ligula eget dolor aenean massa</h2>
        <p>Lorem ipsum dolor sit amet, consectetuer adipiscing 
        elit. Aenean commodo ligula eget dolor. Aenean massa. 
        Cum sociis natoque penatibus et magnis dis parturient 
        montes, nascetur ridiculus mus. Donec quam felis, 
        ultricies nec, pellentesque eu, pretium quis, sem.</p>    
        {{> Component.Accordion.Child }}
        {{> Component.Accordion.Child }}
    </main>
</div>


Note: Limitations to the documentation system might cause javascript effects to animate or trigger incorrectly. 


Weight:0

Styleguide  Component.Accordion.Nested
*/
/*
Agenda Item

Description:
Agenda items are sessions that are scheduled for a specific date, location, and time.

Weight:0

Styleguide Sub.Data.Agenda
*/
/*
Agenda ID

Description:
The ID given to an Agenda. This number is unique to the Agenda and is incremented for each new Agenda created.

Markup:
101

Weight:1

Styleguide Sub.Data.Agenda.ID
*/
/*
Channel Name

Description:
A channel is a visible category that an Agenda Item belongs to.

Markup:
Navigating Health Care Economics 


Weight:1

Styleguide Sub.Data.Agenda.ChannelName
*/
/*
Live Time

Description:
The time at which a Agenda is live.

Markup: @ {{> Sub.Data.Agenda.ReleaseTime }} – {{> Sub.Data.Agenda.ReleaseTime }} <abbr title="EASTERN TIME, UTC -4">EDT</abbr>

FORMAT: 12 hour with 'a.m.'/'p.m' and Abbreviation of Timezone.

NOTE: The 'a.m.'/'p.m.' if the same should only occur on the last time mark.  11:15 a.m. - 11:30 a.m. should be shortened to 11:15  - 11:30 a.m.

Weight:0

Styleguide Sub.Data.Agenda.LiveTime
*/
/*
Release Time

Description:
The time at which a Agenda is item is scheduled to be active, give access,  or start playing.

Markup: 11:15 a.m.

FORMAT: 12 hour with 'a.m.'/'p.m'.

Weight:0

Styleguide Sub.Data.Agenda.ReleaseTime
*/
/*
End Time

Description:
The time at which a Agenda item is scheduled to end.

Markup: 12:15 p.m.

FORMAT: 12 hour with 'a.m.'/'p.m'.

Weight:0

Styleguide Sub.Data.Agenda.EndTime
*/
/*
Live Date

Description:
There is usually a delay to when recording will make it to on demand. This is the time that recording will be available.

Markup: Saturday, Nov. 20, 2021 

FORMAT: Day-of-Week, Month-Abbreviation.  Day, Year

Weight:0

Styleguide Sub.Data.Agenda.LiveDate
*/
/*
On Demand Release Date and Time

Description:
There is usually a delay to when recording will make it to on demand. This is the time that recording will be available.

Markup: Saturday, Nov. 20, 2021 @ 8:00 p.m. <abbr title="EASTERN TIME, UTC -4">EDT</abbr>

FORMAT: Day-of-Week, Month-Abbreviation.  Day, Year @ Hour:Minute 'a.m.'/'p.m' Abbreviation-of-Timezone.  

NOTE:  Use the simple abbreviation for the timezone without Daylight Savings Time. IE: ET not EDT or EST.

Weight:0

Styleguide Sub.Data.Agenda.onDemandReleaseTime
*/
/*
Session 

A Session is a specific time slot in an Agenda. This could be either a single presentation or a series of presentations.

Markup:
Electrical Disorders - Rhythm and Conduction Disorders

Experiential: This is not an approved data point.

Weight:100

Styleguide Sub.Data.Session
*/
/*
Session Subtitle

The subtitle of a Session.

Markup:
Electrical Disorders - Rhythm and Conduction Disorders

Experiential: This is not an approved data point.

Weight:2

Styleguide Sub.Data.Session.Subtitle
*/
/*
Session Title

Description:
The title of a Session.

Markup:
Cardiovascular Update for the Clinician III

Weight:1

Styleguide Sub.Data.Session.Title
*/
/*
Session Identifier

Description:
The ID given to a session

Markup:
3652

Weight:0

Styleguide Sub.Data.Session.ID
*/
/*
Session Description

The description of a session.

Markup:
<p>Maxime et ea adipisci voluptas. Omnis nobis recusandae alias eius sed ipsam aut. Ipsam dolore qui. Soluta laudantium quae assumenda ipsa tempore voluptas et culpa. Et praesentium quasi. Quas ratione vero aspernatur.</p>

Weight:3

Styleguide Sub.Data.Session.Description
*/
/*
Presentation 

Description:
A presentation is a single part of education that can not be subdivided.

Weight:0

Styleguide Sub.Data.Presentation
*/
/*
Presentation Description

Description:
The Description of a presentation

Markup:Drug Coated Balloons

Weight:500

Styleguide Sub.Data.Presentation.Description
*/
/*
Presentation Title

Description:
The title of a presentation

Markup:
New York Cardiovascular Symposium 2021 Welcome Video and Introduction of Session and Faculty

Weight:0

Styleguide Sub.Data.Presentation.Title
*/
/*
Presentation Live Time

Description:
The Live Time of a Presentation

Markup:
11:45 – 11:49 a.m. <abbr title="EASTERN DAYLIGHT TIME, UTC -4">ET</abbr>

FORMAT: 12 hour with 'a.m.'/'p.m' and Abbreviation of Timezone.

NOTE: The 'a.m.'/'p.m.' if the same should only occur on the last time mark.  11:15 a.m. - 11:30 a.m. should be shortened to 11:15  - 11:30 a.m.


Weight:0

Styleguide Sub.Data.Presentation.LiveTime
*/
/*
Presentation ID

Description:
Unique system generated identifier for a presentation.

Markup:
15612

Weight:0

Styleguide Sub.Data.Presentation.ID
*/
/*
Faculty 

Description:
An educator who created or participated in a presentation

Weight:1000

Styleguide Sub.Data.Faculty
*/
/*
Photo

Description:
A photo of the faculty member

Markup:
<img
    class="aspect_1x1 w_100"
    src="https://i.pravatar.cc/300"
    alt="{{> "Sub.Data.Faculty.FullName" }}"
/>

MarkupWrapperClasses: max-w_30

FORMAT: 300px by 300px

Weight:0

Styleguide Sub.Data.Faculty.Photo
*/
/*
Full Name

The full name of the faculty member

Markup: Pepper H. Soda III, MD, FACC


FORMAT: First Name MI (if known) Last Name Suffix (Jr., Sr., the III ), Optional Degree, Optional ACC Honorifics, Optional Exceptions Honorifics

Weight:0

Styleguide Sub.Data.Faculty.FullName
*/
/*
Location

Description:
The location of the faculty member

Markup: New York, NY, USA

Weight:0

FORMAT: City, State, Country

NOTE:  if the conference country is USA you can drop the country if it is USA.

Styleguide Sub.Data.Faculty.Location
*/
/*
Title

Description:
the roles of the faculty member within the session

Markup:
{{> "Sub.Data.Faculty.Title.InstitutionTitle" }}, {{> "Sub.Data.Faculty.Title.InstitutionDivision" }}, {{> "Sub.Data.Faculty.Title.Institution" }}



FORMAT: Institution Title, Institution Division, Institution

NOTE: This format is currently not being enforced.

Weight:100

Styleguide Sub.Data.Faculty.Title
*/
/*
Institution

Description:
Institution of the faculty member where they hold a title

Markup:
Mount SugarLoaf Hospital

Weight:101

Styleguide Sub.Data.Faculty.Title.Institution
*/
/*
Institution Division

Description:
The Division of the Institution of the faculty member where they hold a title

Markup:
Department of Cardiology

Weight:102

Styleguide Sub.Data.Faculty.Title.InstitutionDivision
*/
/*
Institutional Title

Description:
the roles of the faculty member within the session

Markup:
Physician-in-Chief

Weight:103

Styleguide Sub.Data.Faculty.Title.InstitutionTitle
*/
/*
Twitter Handle

Description:
The handle of the faculty member on twitter

Markup:
Tweat_DrSoda

Weight:0

Styleguide Sub.Data.Faculty.TwitterHandle
*/
/*
Role

Description:
the roles of the faculty member within the session

Markup:
Co-Chair

Weight:0

Styleguide Sub.Data.Faculty.Role
*/
/*
Bio

Description:
simple html text that describes the faculty member

Markup:
<p>Omnis laboriosam vero dolorum harum nihil debitis placeat eligendi. Molestiae voluptatibus nemo eveniet. Vero ipsum eius. Alias sapiente quidem dolore dolorem atque alias est.</p>

Weight:0

Styleguide Sub.Data.Faculty.Bio
*/
/*
Identification Number

Description:
this id can both be used to link to the faculty member's page, the member's image, and disclosures

Markup:
122154254

Weight:0

Styleguide Sub.Data.Faculty.ID
*/
/*
Sponsor

Description:
Sponsor are industry that has offered money or support to an event.

Weight:0

Styleguide Sub.Data.Sponsor
*/
/*
Name

Markup:
LogoIpsum

Weight:-100

Styleguide Sub.Data.Sponsor.Name
*/
/*
Address

Description:
Sponsor's Name

Markup:
<address>
    <!-- http://microformats.org/wiki/hcard -->
    <div class="font_ui font_0">
        <ul class="ul_none  lh_2">
            <li><strong class="">Contact:</strong></li>
            <li class="">
                <span class="contact-person">Carlton Dooley</span>
            </li>
            <li><strong class="">Address:</strong></li>
            <li class="">
                <span class="street-address">3115 Clair Street</span>
            </li>
            <li cclass="locality">
                <span class="city-name">Killeen</span>,
                <span class="state-name">
                    <abbr title="Texas">TX</abbr>
                </span>
                <span class="postal-code">76543</span>
            </li>
        </ul>
        <ul class="ul_none lh_2">
            <li class="">
            <strong class="p-r_2 inline block:md inline:lg undecorated">Email:</strong>
                <a href="mailto:MemberCare@acc.org" class="email block:md inline:lg link">
                    <span class="">MemberCare@acc.org</span></a>
            </li>
            <li class="">
            <strong class="p-r_2 block:md inline:lg">Phone:</strong>
                <a tel="+1254-690-2946" href="tel:+1254-690-2946" class="tel block:md inline:lg link">
                    <span class=" ">(254) 690-2946</span>
                    </a>
            </li>
        </ul>
    </div>
</address>

Weight:20

Styleguide Sub.Data.Sponsor.Address
*/
/*
Logo

Description:
Logo of the Company

Markup:
<img  class="absolute t_0 r_0 l_0 b_0" style="object-fit: contain;height: 100%;width: 100%;" src="https://cdn.jsdelivr.net/gh/ACC-Style/Arches/dist/img/LoremIpsum.png"/>

MarkupWrapperClasses: max-w_40 relative h_20 w_100


Weight:10

Styleguide Sub.Data.Sponsor.Logo
*/
/*
Web Address

Markup:
http://wwww.LogoIpsum.com

Weight:25

Styleguide Sub.Data.Sponsor.WebAddress
*/
/*
Website Link

Markup:
<a class="website {{modifier_class}}" target="_blank"  href="{{> 'Sub.Data.Sponsor.WebAddress'}}">Website</a>

Weight:26

Styleguide Sub.Data.Sponsor.WebLink
*/
/*
Website Link

Markup:
<a class="website {{modifier_class}}" target="_blank"  href="{{> 'Sub.Data.Sponsor.WebAddress'}}">More</a>

Weight:26

Styleguide Sub.Data.Sponsor.MoreLink
*/
/*
PDF Link

Markup:
<a class="pdf {{modifier_class}}" target="_blank" href="{{> 'Sub.Data.Sponsor.WebAddress'}}.pdf">PDF</a>

Weight:26

Styleguide Sub.Data.Sponsor.PDFLink
*/
/*
Description

Description: Short html description of the sponsor or the product.

Markup:
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Non, consequuntur similique quibusdam deleniti fuga, ad laudantium vel assumenda incidunt impedit iure molestias! Et laboriosam nulla ut at officia ipsa quaerat?</p>
<ul>
    <li>Ut reiciendis et possimus rerum animi.</li>
<li>Reprehenderit quia et eaque cupiditate illo explicabo architecto.</li>
<li>Et cumque distinctio maxime maiores aut labore ut est esse.</li>
</ul>
<p>Et quia saepe corporis explicabo consectetur voluptatem iure. Quos nostrum autem. Et omnis nostrum eius autem aut voluptas illum. Et autem velit facere explicabo reiciendis voluptas. Ipsum vel et nisi in iste molestias sit. Eos et aut est ullam.</p>

Weight:3

Styleguide Sub.Data.Sponsor.Description
*/
/*
Award

Description: Awards and Recognition 

Weight:5

Styleguide Sub.Data.Award

*/
/*
Award Title

Description: Title of the award

Markup:
Pamela S. Douglas Distinguished Award for Leaderiship in Diversity and Inclusion

Weight:5

Styleguide Sub.Data.Award.Title

*/
/*
Award Description

Description: Description of the award can be html or text and may include a link.

Markup:
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Non, consequuntur similique quibusdam deleniti fuga, ad laudantium vel assumenda incidunt impedit iure molestias! Et laboriosam nulla ut at officia ipsa quaerat?</p>
<ul>
<li>Ut reiciendis et possimus rerum animi.</li>
<li>Reprehenderit quia et eaque cupiditate illo explicabo architecto.</li>
<li>Et cumque distinctio maxime maiores aut labore ut est esse.</li>
</ul>
<p>Et quia saepe corporis explicabo consectetur voluptatem iure. Quos nostrum autem. Et omnis nostrum eius autem aut voluptas illum. Et autem velit facere explicabo reiciendis voluptas. Ipsum vel et nisi in iste molestias sit. Eos et aut est ullam.</p>
<a href="https://acc.org" target="_blank">Watch Video</a>

Weight:5

Styleguide Sub.Data.Award.Description

*/
/*
Abstract 

A Abstract is a specific time slot in an Agenda. This could be either a single presentation or a series of presentations.

Markup:
Electrical Disorders - Rhythm and Conduction Disorders

Experiential: This is not an approved data point.

Weight:100

Styleguide Sub.Data.Abstract
*/
/*
Abstract Subtitle

The subtitle of a Abstract.

Markup:
Electrical Disorders - Rhythm and Conduction Disorders

Experiential: This is not an approved data point.

Weight:2

Styleguide Sub.Data.Abstract.Subtitle
*/
/*
Abstract Title

Description:
The title of a Abstract.

Markup:
Abstract on Cardiovascular Update for the Clinician Success H<sub>2</sub>

Weight:1

Styleguide Sub.Data.Abstract.Title
*/
/*
Abstract Identifier

Description:
The ID given to a Abstract

Markup:
3652

Weight:0

Styleguide Sub.Data.Abstract.ID
*/
/*
Abstract Description

The description of a Abstract.

Markup:
<p>Maxime et ea adipisci voluptas. Omnis nobis recusandae alias eius sed ipsam aut. Ipsam dolore qui. Soluta laudantium quae assumenda ipsa tempore voluptas et culpa. Et praesentium quasi. Quas ratione vero aspernatur.</p>

Weight:3

Styleguide Sub.Data.Abstract.Description
*/
/*
Header Nav

The header nav for the website. 

Markup:
<div class="sticky t_0 flex l_0 r_0 relative:md z_4 bg_acc justify_center">
    <nav class="flex_auto max-w_90 font_n1 font_1:md font_2:lg font_display font_medium m-l_0 navbar navbar-dark navbar-expand-lg p_0 text_center:lg text_left">
        <!-- Primary Nav that expands on mobile and reveals extra nav items when on desktop. -->
        <ul class="navbar-nav flex flex_row w_100">
            {{> "Component.Navigation.HeaderNav.Active" }}
            {{> "Component.Navigation.HeaderNav.MobileButton"}}
            {{> "Component.Navigation.HeaderNav.Disabled"}}
            {{> "Component.Navigation.HeaderNav.MobileToggle"}}
            <!-- menu items that hide when in mobile under the expanded area -->
            {{> "Component.Navigation.HeaderNav.MobileHidden" }}
            {{> "Component.Navigation.HeaderNav.MobileHiddenDisabled" }}
            {{> "Component.Navigation.HeaderNav.MobileHidden" }}
        </ul>
        <!-- Expanding Mobile Menu -->
        <div class="collapse navbar-collapse" id="ExpandingMobileMenu">
            <ul class="navbar-nav flex shadow_emboss-light flex_column w_100 font_1 bg_black-2 display_none:lg" >
                {{> "Component.Navigation.HeaderNav.ExpandMobileLinks" }}
                {{> "Component.Navigation.HeaderNav.ExpandMobileLinksDisabled" }}
                {{> "Component.Navigation.HeaderNav.ExpandMobileLinks" }}
            </ul> 
        </div>
    </nav>
</div>

Weight: 0

SubComponents: 
Component.Navigation.HeaderNav.MobileButton - Primary
Component.Navigation.HeaderNav.Active - Primary: Active
Component.Navigation.HeaderNav.Disabled - Primary: Disabled
Component.Navigation.HeaderNav.MobileToggle - Mobile Menu Toggle
Component.Navigation.HeaderNav.MobileHidden - Secondary
Component.Navigation.HeaderNav.MobileHiddenDisabled - Secondary: Disabled
Component.Navigation.HeaderNav.ExpandMobileLinks - Mobile Menu Link
Component.Navigation.HeaderNav.ExpandMobileLinksDisabled - Mobile Menu Link: Disabled

Styleguide Component.Navigation.HeaderNav
*/
/*
Base Header Nav (Primary)

Header Nav basic design that is not hidden when in mobile viewport have an included icon that makes it easier to see and click on when in mobile viewport. 

Markup:
<!-- All areas that have `[ ]` in the design are areas where classes might be added or removed. -->
<li class="nav-item flex_auto [~]">
    <a class="a:bg_accent [ text-shadow_black-1 ] flex flex_column flex_row:lg font_medium gap-x_4 gap-y_3 h:bg_acc-n2 h:c_white justify_center nav-link text_center p-y_3:md " href="/program" target="_self">
        <!-- icon is needed for the Primary Button Nav -->
        <i class="font-size_up fa-fw fas p_2 inline-block m_auto fa-calendar-alt display_none:lg"></i>
        <span class="block lh_0 p-y_0 p-y_2:md text_center">
        <!--  []  -->
        Primary
        </span>
    </a>
</li>

MarkupWrapperClasses: ul_none

Weight: 0

Styleguide Component.Navigation.HeaderNav.MobileButton
*/
/*
Mobile Toggle

Toggle button for the expanding mobile menu.

Markup:
<!-- MENU toggle for mobile is a unique pattern -->
<li class="nav-item flex_auto block display_none:lg">
    <a class="bg_secondary h:bg_secondary-n2 flex flex_column flex_row:lg font_medium gap-x_4 gap-y_3 font_medium h:c_white text-shadow_black-1 h:c_white justify_center nav-link text_center p-y_3:md" aria-expanded="false" aria-label="Toggle Extra Nav" data-bs-toggle="collapse" data-bs-target="#ExpandingMobileMenu" aria-controls="ExpandingMobileMenu"
    >
        <i class="font-size_up fa-fw fas p_2 inline-block m_auto fa-ellipsis-h-alt"></i>
        <span class="block lh_0 p-y_0 p-y_2:md text_center">More</span>
    </a>
</li>
<!-- MENU toggle for mobile is a unique pattern -->

MarkupWrapperClasses: ul_none

Weight: 0

Styleguide Component.Navigation.HeaderNav.MobileToggle
*/
/*
Base Header Nav (Secondary)

Header Nav basic design that is not hidden when in mobile viewport have an included icon that makes it easier to see and click on when in mobile viewport. 

Markup:
<!-- if button shouldn't show in the main area on mobile add in classes `display_none block:lg` to hide on mobile so they only show up in the mobile expand area. -->
<li class="nav-item flex_auto [ display_none block:lg ]">
    <a class="a:bg_accent [ text-shadow_black-1 ] flex flex_column flex_row:lg font_medium gap-x_4 gap-y_3 h:bg_acc-n2 h:c_white justify_center nav-link text_center p-y_3:md " href="/convocation" target="_self">
        <!-- [~] -->
        <span class="block lh_0 p-y_0 p-y_2:md text_center">Secondary</span>
    </a>
</li>

MarkupWrapperClasses: ul_none

Weight: 0

Styleguide Component.Navigation.HeaderNav.MobileHidden
*/
/*
Mobile Hidden Header Nav Disabled

Header Nav basic design that is not hidden when in mobile viewport have an included icon that makes it easier to see and click on when in mobile viewport. 

Markup:
<!-- if button shouldn't show in the main area on mobile add in classes `display_none block:lg` to hide on mobile so they only show up in the mobile expand area. -->
<li class="nav-item flex_auto [ display_none block:lg ]">
    <a class="a:bg_accent [ bg_secondary-2 c_secondary-3 disabled  ] flex flex_column flex_row:lg font_medium gap-x_4 gap-y_3 h:bg_acc-n2 h:c_white justify_center nav-link text_center p-y_3:md " href="/convocation" target="_self">
        <span class="block lh_0 p-y_0 p-y_2:md text_center">
            <!-- If Button Disabled Add This Icon -->
            <i class="fas fa-lock p-r_3"></i>
            Secondary: Disabled
        </span>
    </a>
</li>

MarkupWrapperClasses: ul_none

Weight: 0

Styleguide Component.Navigation.HeaderNav.MobileHiddenDisabled
*/
/*
Mobile Menu Link

Header Nav in mobile view has an expanded more list that hides the secondary nav items. 

Markup:
<li class="nav-item flex_auto br-b_1 br_solid br_black-2">
    <a class="[~] a:bg_accent-n1 nav-link font_medium h:bg_acc-n2 h:c_white text_left text_center:lg p-l_4 p-l_0:lg text-shadow_black-1 " href="/convocation" target="_self">
        <!-- [~] -->
        Mobile Menu Link
    </a>
</li>

MarkupWrapperClasses: ul_none

Weight: 0

Styleguide Component.Navigation.HeaderNav.ExpandMobileLinks
*/
/*
Mobile Menu Link Disabled

Header Nav in mobile view has an expanded more list that hides the secondary nav items. 

Markup:
<li class="nav-item flex_auto br-b_1 br_solid br_black-2">
    <!-- if disabled add these classes to the a tag -->
    <a class=" [ bg_secondary-2 c_secondary-3 disabled ]  a:bg_accent-n1 nav-link font_medium h:bg_acc-n2 h:c_white text_left text_center:lg p-l_4 p-l_0:lg" href="/convocation" target="_self">
        <!-- If Button Disabled Add This Icon -->
        <i class="fas fa-lock p-l_3"></i>
        Mobile Menu Link: Disablled
    </a>
</li>

MarkupWrapperClasses: ul_none

Weight: 0

Styleguide Component.Navigation.HeaderNav.ExpandMobileLinksDisabled
*/
/*
Nav Active

Header Nav basic design that is not hidden when in mobile viewport have an included icon that makes it easier to see and click on when in mobile viewport. 

Markup:
<!-- When Nav is Active add the [ active ] classes to all locations to the basic design -->
<li class="nav-item flex_auto [ active ]">
    <a class="[ active ][ text-shadow_black-1 ] a:bg_accent flex flex_column flex_row:lg font_medium gap-x_4 gap-y_3 h:bg_acc-n2 h:c_white justify_center nav-link text_center p-y_3:md " href="/" target="_self">
        <i class="font-size_up fa-fw fas p_2 inline-block m_auto fa-home-heart display_none:lg"></i>
        <span class="block lh_0 p-y_0 p-y_2:md text_center">Primary: Active</span>
    </a>
</li>

MarkupWrapperClasses: ul_none

Weight: -1

Styleguide Component.Navigation.HeaderNav.Active
*/
/*
Nav Disabled

Disabled Header Nav is used when the conference site is open but all pages should be accessible. This is limited to the early stages of the conference before the site is fully open.

Markup:
<li class="nav-item flex_auto ">
    <!-- If Button Disabled add the classes in the bracket to the Base Design and remove [ text-shadow_black-1 ] -->
    <a class="[ bg_secondary-2 c_secondary-3 disabled ] a:bg_accent flex flex_column flex_row:lg font_medium gap-x_4 gap-y_3 h:bg_acc-n2 h:c_white justify_center nav-link text_center p-y_3:md " href="/faculty" target="_blank">
        <i class="font-size_up fa-fw fas p_2 inline-block m_auto fa-users display_none:lg"></i>
        <span class="block lh_0 p-y_0 p-y_2:md  text_center">
            <!-- If Button Disabled Add This Icon --><i class="fas fa-lock p-r_3"></i>
            Primary: Disabled
        </span>
    </a>
</li> 

MarkupWrapperClasses: ul_none

Weight: 10

Styleguide Component.Navigation.HeaderNav.Disabled
*/
/*

Header Branding Area

Conferences can have a header branding area which gives the design team the ability to add a logo, graphics, and or text to the header or the site.


Weight: -999

Styleguide Structures.BrandArea

*/
/*

Header Brand Area - Logged in

Description: This is the logged in header brand area.

Markup:
<div class="relative">
    {{> "Structures.BrandArea.LoggedIn.Button"}}
    <picture class="w_100">
        <source class="w_100" srcset="https://via.placeholder.com/1440x200.png?text=Desktop+Large" media="(min-width: 1200px)">
        <source class="w_100" srcset="https://via.placeholder.com/1200x200.png?text=Desktop" media="(min-width: 1024px)">
        <source class="w_100" srcset="https://via.placeholder.com/768x200.png?text=Tablet" media="(min-width: 768px)">
        <source class="w_100" srcset="https://via.placeholder.com/600x250.png?text=Mobile" media="(min-width: 400px)"> <source class="w_100" srcset="https://via.placeholder.com/400x300.png?text=Mobile" media="(min-width: 400px)">
        <img src="https://via.placeholder.com/400x300.png?text=Mobile" class="w_100" alt="">
    </picture>
</div>

MarkupWrapperClasses: relative 

Weight: -999

Styleguide Structures.BrandArea.LoggedIn

*/
/*
Logged Buttons

Description: The logged in buttons. 

Markup:
<div class="absolute b_4 r_4 l_4 b_auto:lg t_4:lg r_4:lg r_4:md l_auto:md b_4:md t_4:md justify_center flex flex_row flex_column:md flex_row:lg gap-x_4 gap-y_4">
    <div class="bg_secondary-2 br_1 br_black-3 br_radius br_solid:lg br_none c_white font_medium font_ui gap-x_3 inline-block inline-flex justify_end m-x_2 p_2:lg p_0 relative shadow_overlap-light">
        <span class="font_bold font_ui self_center vertical-align_middle display_none inline:md p-x_3">User Name</span>
        <a class="btn bg_accent-n1 h:bg_accent-n3 br_solid br_black-2 br_1 c_white  h:c_white uppercase shadow_overlap-light font_ui font_bold" href="#">Log Out <i class="fas fa-sign-out p-l_2"></i></a>
    </div>
</div> 

MarkupWrapperClasses: relative 

Weight:0

Styleguide Structures.BrandArea.LoggedIn.Button
*/
/*

Unsafe Area

Description: Because the UI is floats on top of the images there are area that are unsafe to contain text. 

Markup:
<div class="relative m-t_4 overflow-hidden" style="width:1400px">
{{> "Structures.BrandArea.LoggedIn.Button"}}
<div class="absolute b_0 bg_alert font_5 font_xbold grid justify_center opacity_5 r_0 self_center t_0 text_center" style="width:250px"><span class="self_center c_black font-blend_color-burn">UNSAFE</span></div>
	<img
		class="w_100"
		src="https://via.placeholder.com/1440x200.png?text=Desktop+Large+1440x200"
	/>
</div>
<div class="relative m-t_4  overflow-hidden" style="width:1200px">
 {{> "Structures.BrandArea.LoggedIn.Button"}}
<div class="absolute b_0 bg_alert font_5 font_xbold grid justify_center opacity_5 r_0 self_center t_0 text_center" style="width:250px"><span class="self_center c_black font-blend_color-burn">UNSAFE</span></div>
	<img
		class="w_100"
		src="https://via.placeholder.com/1200x200.png?text=Desktop+1200x200"
	/>
</div>
<div class="relative m-t_4  overflow-hidden" style="width:768px">
 {{> "Structures.BrandArea.LoggedIn.Button"}}
<div class="absolute b_0 bg_alert font_5 font_xbold grid justify_center opacity_5 r_0 self_center t_0 text_center" style="width:250px"><span class="self_center c_black font-blend_color-burn">UNSAFE</span></div>
	<img
		class="w_100"
		src="https://via.placeholder.com/768x200.png?text=Tablet+768x200"
	/>
</div>
<div class="relative m-t_4  overflow-hidden"  style="width:600px">
<div class="absolute r_4 l_auto b_4 t_auto justify_center flex flex_column gap-x_4 gap-y_4">
     <div class="bg_secondary-2 br_1 br_black-3 br_radius br_solid:lg br_none c_white font_medium font_ui gap-x_3 inline-block inline-flex justify_end m-x_2 p_2:lg p_0 relative shadow_overlap-light">
         <span class="font_bold font_ui self_center vertical-align_middle display_none inline:md p-x_3">User Name</span>
         <a class="btn bg_accent-n1 h:bg_accent-n3 br_solid br_black-2 br_1 c_white  h:c_white uppercase shadow_overlap-light font_ui font_bold" href="#">Log Out <i class="fas fa-sign-out p-l_2"></i></a>
     </div>
 </div>
<div class="absolute b_0 bg_alert font_5 font_xbold grid justify_center opacity_5 r_0 self_center l_0 text_center" style="height:100px"><span class="self_center c_black font-blend_color-burn">UNSAFE</span></div>
	<img
		class="w_100"
		src="https://via.placeholder.com/600x250.png?text=Mobile+600x250"
	/>
</div>
<div class="relative m-t_4  overflow-hidden" style="width:400px">
<div class="absolute b_4 r_4 l_4 justify_center flex flex_row flex_column gap-x_4 gap-y_4">
     <div class="bg_secondary-2 br_1 br_black-3 br_radius br_solid:lg br_none c_white font_medium font_ui gap-x_3 inline-block inline-flex justify_end m-x_2 p_2:lg p_0 relative shadow_overlap-light">
         <span class="font_bold font_ui self_center vertical-align_middle display_none inline:md p-x_3">User Name</span>
         <a class="btn bg_accent-n1 h:bg_accent-n3 br_solid br_black-2 br_1 c_white  h:c_white uppercase shadow_overlap-light font_ui font_bold" href="#">Log Out <i class="fas fa-sign-out p-l_2"></i></a>
     </div>
 </div>
<div class="absolute b_0 bg_alert font_5 font_xbold grid justify_center opacity_5 r_0 self_center l_0 text_center" style="height:100px"><span class="self_center c_black font-blend_color-burn">UNSAFE</span></div>
	<img
		class="w_100"
		src="https://via.placeholder.com/400x300.png?text=Mobile+400x300"	
	/>
</div>

MarkupWrapperClasses: relative 

Weight: -999

Styleguide Structures.BrandArea.UnSAFE

*/
/*

Header Brand Area - Logged Out

Description: This is the logged Out header brand area.

Markup:
<div class="relative">
    <div class="absolute b_4 r_4 l_4 b_auto:lg t_4:lg r_4:lg r_4:md l_auto:md b_4:md t_4:md justify_center flex flex_row flex_column:md flex_row:lg gap-x_4 gap-y_4">
        <a class="btn bg_accent-n1 h:bg_accent-n3 br_solid br_black-2 br_1 c_white  h:c_white uppercase shadow_overlap-light font_ui font_bold" href="#">Login <i class="fas fa-sign-in p-l_2"></i></a>
        <a class="btn bg_primary-n1 h:bg_primary-n3 br_solid br_black-2 br_1 c_white h:c_white uppercase shadow_overlap-light font_ui font_bold" href="#">Register</a>
   </div>
    <picture class="w_100">
        <source class="w_100" srcset="https://via.placeholder.com/1440x200.png?text=Desktop+Large" media="(min-width: 1200px)">
        <source class="w_100" srcset="https://via.placeholder.com/1200x200.png?text=Desktop" media="(min-width: 1024px)">
        <source class="w_100" srcset="https://via.placeholder.com/768x200.png?text=Tablet" media="(min-width: 768px)">
        <source class="w_100" srcset="https://via.placeholder.com/600x250.png?text=Mobile" media="(min-width: 400px)"> <source class="w_100" srcset="https://via.placeholder.com/400x300.png?text=Mobile" media="(min-width: 400px)">
        <img src="https://via.placeholder.com/400x300.png?text=Mobile" class="w_100" alt="">
    </picture>
</div>

MarkupWrapperClasses: relative 

Weight: -1000

Styleguide Structures.BrandArea.LoggedOut

*/
/*
Certified Education Block

Description: This block is added to all sites that offer any level of certification. Most of it links to other area or products but the user must see it on pages. 

Markup:
<div class="br_round p_4 p-x_5:lg shadow_emboss-light texture_light m-b_5"><h2 class="font_medium c_primary">Certified Education Credit Claim
            </h2><div class="font_0 font_copy"><p>This section of Care of the Athletic Heart 2020 Virtual contains certified education content. If a session offers credit, it is indicated. Credit information and disclosures may be accessed by selecting the below button.
                </p><p><strong class="font_bold">Credit must be claimed by
						December 31, 2020, 5:00 PM ET. </strong>You may only complete the evaluation and credit claim once; therefore, please do not proceed until you have finished your participation in the certified content for which you wish to claim credit.
                </p></div><a  class="btn br_radius max-w_20 m_auto m-b_3 block shadow_overlap-light btn-primary" href="#" target="_blank">Evaluation &amp; Credit Claim</a>
 <a href="#" class="btn br_radius max-w_20 m_auto m-b_3 block shadow_overlap-light btn-primary" target="_blank">Credit Information &amp; Disclosures</a>
 </div>

 MarkupWrapperClasses:
 max-w_40

Weight:0

Styleguide Structures.Evergreen.Credits
*/
/*
Sub Components

These sub elements are used in many of the patterns and may be useful when building more complex components. 

Weight: 200000

Styleguide Sub
*/
/*
Program

Programs are build via sessions, presentations, and workshops.

Weight: 200000

Styleguide Sub.Program
*/
/*
Date Time Separators

Sessions are divided by date time markers that have been set to east coast time with a reference to GMT. 

Markup:
<div class="flex_row:md flex flex_column">
    <div class="flex_auto grid">
        <span class="br-t_2 br_dotted br_inherit self_center"></span>
    </div>
    <div class="flex_auto flex_shrink p-x_4 lh_1 text_center">
        <strong class="c_black-8 block font_accent">Live: {{> "Sub.Data.Agenda.LiveDate" }}{{> "Sub.Data.Agenda.LiveTime" }}</strong>
    </div>
    <div class="flex_auto grid">
        <span class="br-t_2 br_dotted br_inherit self_center"></span>
    </div>
</div>

FORMAT: This element uses data that has strict data formatting requirements. See the data tab for more information.

Data: 
Sub.Data.Agenda.LiveDate - Live Date
Sub.Data.Agenda.LiveTime - Live Time

MarkupWrapperClasses: p_4 br_inherit

Weight: 100

Styleguide Sub.DateTimeDividers
*/
/*
Credit Dot

Dots are used to indicate the credit that this education offers.

CME     - CME
CNE     - CNE
AAPA    - AAPA
ABP     - ABP
ABPMOCII - ABPMOCII
ABPMOCIV - ABPMOCIV
ACHE   - ACHE


Markup:
<li class="inline-flex items_center lh_0">
    <span class="bg_{{ modifier_class }} br_1 br_black-3 br_circle br_solid  m-r_2" style=" height: 1em; width: 1em;"></span> {{ modifier_class }}  
</li>

Note: This pattern requires the inclusion of the credit color stylesheets.

FORMAT: This element uses data that has strict data formatting requirements. See color codes => credits.

Weight:0

Styleguide Sub.Credits
*/
/*
Simple Credit Dots

When it is only important to show the credits listed and not the credit values this simple dot pattern is a good solution. 

Markup:
<ul class=" gap-x_3 gap-y_3 justify_end:md justify_start self_center ul_inline-pipe uppercase">
  {{> Sub.Credits  modifier_class="CME" }}
  {{> Sub.Credits  modifier_class="CNE" }}
  {{> Sub.Credits  modifier_class="COP" }}
  {{> Sub.Credits  modifier_class="MOCII" }}
</ul>

Note: This pattern requires the inclusion of the credit color stylesheets.

SubComponents: Sub.Credits

Weight:0

Styleguide Sub.Credits.Dots

*/
/*

Non Accredited

description

Markup:
<strong class="font_xbold uppercase"><i class="fas fa-info-circle p-r_3"></i>Industry Session | Nonaccredited</strong>

MarkupWrapperClasses: 

Weight:0

Styleguide Sub.Credits.NonAccredited
*/
/*
Category Flags

Description: A graphic treatment for the category flags which are tags applied like channel and type.

Markup:
<div class="font_n3 p_2 uppercase bg_primary-2 p-x_4 m-x_4 inline-block br-br_radius br-bl_radius c_white font_bold self_start {{ modifier_class }}">
  <ul class="ul_inline-pipe">
    <li>{{>"Sub.Data.Agenda.ChannelName"}}</li>
    <li>Category Tag</li>
  </ul>
</div>

Data: Sub.Data.Agenda.ChannelName - Channel Name

Weight:0

Styleguide Sub.CategoryFlags
*/
/*

Tags

A full data driven system uses tagging to categorize content, separate the content into groups, or describe the content in ways that are directly applied by the Titles and labels.  
Markup:

Weight:0

Styleguide Sub.Tags
*/
/*
Category Tag

Category Tags are singular tags that divide content.  An item can only have a single tag from a category group. 

Markup:
<ul class="ul_inline-comma">
  <li>Channel 1</li>
  <li>{{>"Sub.Data.Agenda.ChannelName"}}</li>
</ul>


Weight:0

Styleguide Sub.Tags.Category

*/
/*
Filter Tags

Filter Tags are decorative tags that are used to filter content. Many tags from a single group can be applied to a single item.

Markup:
<ul class="ul_inline-comma">
  <li>Tag Name 1</li>
  <li>Daugherty - Larkin</li>
  <li>relationships</li>  
  <li>web-readiness</li>
</ul>


Weight:0

Styleguide Sub.Tags.Filter

*/
/*
Presentation List Item

When sessions have more then one presentation they are listed in a list. Presentations are colored with bg_white and bg_white-9 to have color differences. 

Markup:
<li class="{{> 'Sub.ClassList.Border.BlackTop'}} p-x_4 p-y_3 m_0 lh_2 bg_white relative font_ui">
  <div class="float_right inline p_3 m-r_n3 m-t_n3">{{> "Sub.ActionButtons.Favorite.Small" modifier_class="font-size_down-2"}}</div>
  <span data-title="title" class="font-size_up-1 inline font_display lh_2">{{> "Sub.Data.Presentation.Title" }}</span>
  <span class="font-size-down ">{{> "Sub.FacultyList" modifier_class="block w_100 font-size_down-1"}}</span>
  <span class="font-size-down-1 c_accent-n1 font_italic block">{{> "Sub.Data.Presentation.LiveTime" }}</span>
</li>


MarkupWrapperClasses: ul_none br-t_1 br_solid br_primary p_0 font_n1 bg_primary-n3

FORMAT: This element uses data that has strict data formatting requirements. See the data tab for more information.

Data:
Sub.Data.Presentation.Title - Title
Sub.Data.Presentation.LiveTime - Live Time

SubComponents:
Sub.FacultyList - Faculty List
Sub.ActionButtons.Favorite.Small - Small Action Button

ClassList:
Sub.ClassList.Border.BlackTop - Border Top

Weight:0

Styleguide Sub.Presentation.ListItem
*/
/*
Presentation List Item With Details

When sessions have more then one presentation they are listed in a list. Presentations are colored with bg_white and bg_white-9 to have color differences. 

Markup:
<li class="{{> 'Sub.ClassList.Border.BlackTop'}} p-x_4 p-y_3 m_0 lh_2 bg_white relative font_ui">
  <div class="float_right inline p_3 m-r_n3 m-t_n3">{{> "Sub.ActionButtons.Favorite.Small" modifier_class="font-size_down-2"}}</div>
  <span data-title="title" class="font-size_up-1 inline font_display lh_2">{{> "Sub.Data.Presentation.Title" }}</span>
  <span class="font-size-down ">{{> "Sub.FacultyList" modifier_class="block w_100 font-size_down-1"}}</span>
  <span class="font-size-down-1 c_accent-n1 font_italic block">{{> "Sub.Data.Presentation.LiveTime" }}</span>
  <div class="br-b_2 br_black-2 br_solid m-b_n3 m-t_3 m-x_n4">
    <button class="bg_black-2 bg_transparent br-bl_square br-br_square br_0 br_br_square c_primary-n2 h:c_primary-n4 font-size_down-1 link m-x_4 p-x_4 p-y_3 lh_1" type="button" data-toggle="collapse" data-target="#extendPresentationData" aria-expanded="true" aria-controls="extendPresentationData" data-bs-toggle="collapse">
      <i class="a:rotation fa-fw fa-times fas self_center text_center"></i> Presentation Details </button>
    <div class="collapse show" id="extendPresentationData" style="">
      <div class="bg_black-2 br_none br_square card card-body">
        <ul class="ul_none flex flex_column items_stretch">
          <li class="br-b_1 br_solid br_black-3"> Introduction <span class="c_primary font_bold float_right">1 min</span>
          </li>
          <li class="br-b_1 br_solid br_black-3"> Presentation <span class="c_primary font_bold float_right">25 min</span>
          </li>
          <li class="br-b_1 br_solid br_black-3"> Panel Discussion <span class="c_primary font_bold float_right">5 min</span>
          </li>
        </ul>
      </div>
    </div>
  </div>
</li>


MarkupWrapperClasses: ul_none br-t_1 br_solid br_primary p_0 font_n1 bg_primary-n3

FORMAT: This element uses data that has strict data formatting requirements. See the data tab for more information.

NOTE: This might not function completely because of the JavaScript on the page in side the styleguide documentation.

Data:
Sub.Data.Presentation.Title - Title
Sub.Data.Presentation.LiveTime - Live Time

SubComponents:
Sub.FacultyList - Faculty List
Sub.ActionButtons.Favorite.Small - Small Action Button

ClassList:
Sub.ClassList.Border.BlackTop - Border Top

Weight:0

Styleguide Sub.Presentation.ListItemWithDetails
*/
/*
Presentation List

List of Presentations is similar DOM independent of the context. 

Markup:
<h4 class="font-size_up p-x_3 c_primary-n2 font_medium">Presentations</h4>
<ul class="ul_none br-t_1 br_solid br_primary p_0 font_n1 bg_primary-n3">
  {{> Sub.Presentation.ListItem }}
  {{> Sub.Presentation.ListItemWithDetails }}
  {{> Sub.Presentation.ListItem }}
  {{> Sub.Presentation.ListItem }}
</ul>

SubComponents:
Sub.Presentation.ListItem - List Item
Sub.Presentation.ListItemWithDetails - List Item with Details


Weight:0

Styleguide  Sub.Presentation.List
*/
/*
Auxiliary Data

Description: Most players have auxiliary data zones that describe the playing element through credits, tags, and categories.

Markup:
<aside class="flex_none max-w_20:md max-w_25:lg w_100 {{ modifier_class }}">    
    {{> "Sub.FacultyList.AuxSession"  modifier_class=""}}
    <h4 class="font-size_up c_black-6 font_medium capitalize"><i class="fas fa-file-certificate p-r_3"></i> Credits</h4>
    <div class="p-y_3 br-t_1  br_primary-2 br_solid font-size_down-1">
      {{> "Sub.Credits.Dots" }}
    </div>
    <h4 class="font-size_up  c_black-6 font_medium"><i class="fas fa-tag p-r_3"></i>category</h4>
    <div class="br-t_1  br_primary-2 br_solid p-y_3 c_black-7 font-size_down">
        {{> "Sub.Tags.Category" }}
    </div>
    <h4 class="font-size_up  c_black-6 font_medium"><i class="fas fa-tags p-r_3"></i>tags</h4>
    <div class="br-t_1  br_primary-2 br_solid p-y_3 c_black-7 font-size_down">
      {{> "Sub.Tags.Filter" }}
    </div>
</aside>

SubComponents:
Sub.Credits.NonAccredited - Non Accredited
Sub.FacultyList.AuxSession - Session Faculty Lists
Sub.Credits.Dots - Credit Dots
Sub.Tags.Category - Category
Sub.Tags.Filter - Tags

Weight:0

Styleguide Sub.Player.AuxData
*/
/*
Auxiliary Data Not Accredited

Description: Most players have auxiliary data zones that describe the playing element through credits, tags, and categories.

Markup:
<aside class="flex_none max-w_20:md max-w_25:lg w_100 {{ modifier_class }}">
    <div class="bg_secondary-n3 br_radius c_white font-size_down m-b_4 p_3 shadow_overlap-light">
     {{> "Sub.Credits.NonAccredited" }}
    </div>
    {{> "Sub.FacultyList.AuxSession"  modifier_class=""}}
    <h4 class="font-size_up  c_black-6 font_medium"><i class="fas fa-tag p-r_3"></i>category</h4>
    <div class="br-t_1  br_primary-2 br_solid p-y_3 c_black-7 font-size_down">
        {{> "Sub.Tags.Category" }}
    </div>
    <h4 class="font-size_up  c_black-6 font_medium"><i class="fas fa-tags p-r_3"></i>tags</h4>
    <div class="br-t_1  br_primary-2 br_solid p-y_3 c_black-7 font-size_down">
      {{> "Sub.Tags.Filter" }}
    </div>
</aside>

SubComponents:
Sub.Credits.NonAccredited - Non Accredited
Sub.FacultyList.AuxSession - Session Faculty Lists
Sub.Credits.Dots - Credit Dots
Sub.Tags.Category - Category
Sub.Tags.Filter - Tags

Weight:0

Styleguide Sub.Player.AuxSub.Data.NotAccredited
*/
/*
Auxiliary Data Abstracts

Description: Most players have auxiliary data zones that describe the playing element through credits, tags, and categories.

Markup:
<aside class="flex_none max-w_20:md max-w_25:lg w_100 {{ modifier_class }}">
    <h4 class="font-size_up c_black-6 font_medium capitalize"><i class="fas fa-file-certificate p-r_3"></i> Credits</h4>
    <div class="p-y_3 br-t_1  br_primary-2 br_solid font-size_down-1">
      {{> "Sub.Credits.Dots" }}
    </div>
    <h4 class="font-size_up  c_black-6 font_medium"><i class="fas fa-tag p-r_3"></i>category</h4>
    <div class="br-t_1  br_primary-2 br_solid p-y_3 c_black-7 font-size_down">
        {{> "Sub.Tags.Category" }}
    </div>
    <h4 class="font-size_up  c_black-6 font_medium"><i class="fas fa-tags p-r_3"></i>tags</h4>
    <div class="br-t_1  br_primary-2 br_solid p-y_3 c_black-7 font-size_down">
      {{> "Sub.Tags.Filter" }}
    </div>
</aside>

SubComponents:
Sub.Credits.Dots - Credit Dots
Sub.Tags.Category - Category
Sub.Tags.Filter - Tags

Weight:0

Styleguide Sub.Player.AuxSub.Data.Abstracts
*/
/*
Attachments Modal

Description: 

Markup:
<div class="modal fade bg_black-4 z_5 show font_UI block relative" id="modal-attachment" tabindex="-1" role="dialog" aria-labelledby="attachmenteModalLabel" aria-modal="true" >
<div class="br_radius modal-dialog z_5 shadow_bevel-bold" role="document">
    <div class="br-tl_radius br-tr_radius br_radius modal-content">
      <div class="br-b_1 br_black-3 br_solid flex justify_center modal-header bg_primary c_white">
        <h5 class="c_white flex_auto font_1 font_medium font_display m_0 modal-title self_center" id="exampleModalLabel"> <i class="far fa-paperclip"></i>  Attachments</h5>
        <button type="button" class=" btn btn-secondary c_white close h:c_white h:opacity lh_0 self_center" data-dismiss="modal" aria-label="Close">
          <i class="fa-times fas"></i>
        </button>
      </div>
      <div class="modal-body p_0">
        <ul class="ul_none">
            <li class="br-b_1 br_dotted br_primary-3 flex h:bg_highlight-5 h_lh1 p-x_3 p-y_3 relative"><span class="flex_auto font_0 lh_2 p-x_4 self_center">Really long name of a files so the text might wrap because we can never keep titles short and we have to medically explain everything.</span><button class="bg_black-3 br_0 br_square c_white expanded-click-area flex_none h:bg_black-5 m-l_auto m-r_n3 m-y_n3" style=" width: 4em;"><i class="fas fa-download"></i></button></li>
         <li class="br-b_1 br_dotted br_primary-3 flex h:bg_highlight-5 h_lh1 p-x_3 p-y_3 relative"><span class="flex_auto font_0 lh_2 p-x_4 self_center">lorem text link</span>
         <button class="bg_black-3 br_0 br_square c_white expanded-click-area flex_none h:bg_black-5 m-l_auto m-r_n3 m-y_n3" style=" width: 4em;"><i class="fas fa-download"></i></button></li>
        </ul>
      </div>
      <div class="br-bl_radius br-br_radius br_black-3 modal-footer p_3 relative">
        <button type="button" class="btn btn-primary" data-dismiss="modal" aria-label="Close"><i class="fa-times fas"></i> Close</button>
      </div>
    </div>
  </div>
</div>

 MarkupWrapperClasses: relative

 Note: A `block relative`  class was added to this DOM element to make it visible in this documentation. 

 Weight: 200

Styleguide Sub.Attachments
*/
/*
Playing Date Time

When presenting the playing date and time this simple dot pattern is a good solution.

Markup:
<span class="c_accent-n2">{{> "Sub.Data.Agenda.LiveDate"}}  {{> "Sub.Data.Agenda.LiveTime" }}</span>

Weight:0

Styleguide Sub.PlayingDateTime
*/
/*
Video Thumbnail

Description: The header is just a bit of design flair that can be colored, background swapped out and also the icon can be changed to the content of the presentation.

bg_primary  -  is the default background color
bg_accent   -  any background color can be swapped out

Markup:
<header class="flex flex_none flex_row justify_center p-x_4 font_n5">
    <div class="aspect_21x9:md aspect_16x9 bg-blend_multiply bg_primary font-size_down bg_cover bg_no-repeat {{ modifier_class }} br_2 br_radius br_solid br_white br_white-9 flex flex_shrink grid justify_center max-w_15 max-w_20:md relative shadow_bevel-bold text_center texture_ondemand thumb bg_center">
            <i class="absolute c_white-6 fa-play fas flex_auto self_center text_center w_100"></i>
        </div>
</header>

Weight:0

Styleguide Sub.Header.VideoThumbnail
*/
/*
Abstract Thumbnail

Description: The header is just a bit of design flair that can be colored, background swapped out and also the icon can be changed to the content of the presentation.

bg_primary  -  is the default background color
bg_accent   -  any background color can be swapped out

Markup:
<header class="flex flex_none flex_row justify_center font_0 m-t_4 m-x_4">
    <div class="aspect_8x10:md aspect_1x1 bg-blend_multiply bg_primary bg_cover bg_no-repeat {{ modifier_class }} br_2 br_radius br_solid br_white br_white-9 flex flex_shrink grid justify_center max-w_10 max-w_15:md relative shadow_bevel-bold text_center texture_ondemand thumb bg_center">
            <i class="font-size_up-2 absolute c_white-6 fa-file-chart-pie fas flex_auto self_center text_center w_100"></i>
        </div>
</header>

Weight:0

Styleguide Sub.Header.AbstractThumbnail
*/
/*
Favorite Button

The favorite button is a simple icon that can be used to add or remove a favorite. This button reflects the state of the favorite.

active   - when the favorite is active

Markup:
<a href="#" aria-label="mark as favorite" class="btn btn-secondary flex_none a:bg_alert-n2  h:bg_alert-n4 flex_none  grid items_center text_center {{ modifier_class }}" ><i class="fas fa-heart"></i></a>

Weight:0

Styleguide Sub.ActionButtons.Favorite
*/
/*
Favorite Button (Disabled)

The favorite button is a simple icon that can be used to add or remove a favorite. This button reflects the state of the favorite.

active   - when the favorite is active

Markup:
<span  class="btn btn-secondary flex_none flex_none disabled grid items_center text_center " ><i class="fas fa-heart"></i></span>

Weight:0

Styleguide Sub.ActionButtons.Favorite.Disabled
*/
/*
Favorite Button Small

The favorite button is a simple icon that can be used to add or remove a favorite. This button reflects the state of the favorite.

active   - when the favorite is active

Markup:
<a href="#" aria-label="mark as favorite" class="btn btn-secondary btn-sm flex_none a:bg_alert-n2  h:bg_alert-n4 {{ modifier_class }}" ><i class="fas fa-heart"></i></a>

Weight:0

Styleguide Sub.ActionButtons.Favorite.Small
*/
/*
Action Buttons

The Actions buttons  are a combination of functions and a link to the education materials player.  has a couple of buttons and a link to the presentation details.

Watch   - when the main asset of the loaded page is a video or live stream.
Join    - when the main asset of the loaded page is an online meeting or webinar.
Listen  - when the main asset of the loaded page is a podcast or audio.
View    - when the main asset of the loaded page is a graphic, pdf, or slide deck.


Markup:
<aside class="flex flex_none flex_column gap-y_3 m-x_auto:md  max-w_30:md p-b_4 p-b_4:md w_100">
      <nav aria-label="session actions" class="flex flex_none flex_row gap-x_2 gap-y_3 justify_between">
        {{> "Sub.ActionButtons.Favorite" modifier_class="[active]"}}
        <a href="#" aria-label="download calendar reminder"  class="btn flex_none btn-secondary flex_none a:bg_alert-n2"><i class="fas fa-calendar"></i></a>
        <a href="#" aria-label="navigate to" class="btn btn-primary flex_auto">{{ modifier_class }}</a>
      </nav>
      <a href="#" aria-label="download attachments"  class="br_radius btn btn-outline-secondary btn-sm flex_auto font-size_down-1 w_100"><i class="far fa-paperclip"></i> Attachments</a>
      <a aria-label="show or hide details"  data-bs-toggle="collapse" href="#collapseExample" role="button" aria-expanded="false" aria-controls="collapseExample" class="br_radius btn btn-outline-secondary btn-sm flex_auto font-size_down-1 w_100">Show Details</a>
</aside>

Weight:0

Styleguide Sub.ActionButtons
*/
/*
Locked Attachment Button

Attachments can be released after access to the presentation or session UI has been granted. In these cases the button is disabled. And an alert is displayed giving the time when it will be available.


Markup:
<div class="cursor_not-allowed" onclick="alert('This attachment is not available to be downloaded at this time. You can download the attachment when it is available at Saturday, Nov. 20, 2021@ 11:15 a.m. – 11:45 p.m')">
  <span aria-label="download attachments locked"  class="br_radius btn btn-outline-secondary btn-sm flex_auto font-size_down-1 w_100 disabled" ><i class="far fa-lock"></i> Attachments</span>
</div>

Weight:0

NOTE: This pattern is using bootstrap modal to display the message. The IDs of the modal and bs-targets are hard coded in the pattern and need to be dynamic for production.

Styleguide Sub.ActionButtons.LockedAttachments
*/
/*

Embargoed Attachment Actions Buttons


Markup:
<aside class="flex flex_none flex_column gap-y_3 m-x_auto:md  max-w_30:md p-b_4 p-b_4:md w_100">
      <nav aria-label="session actions" class="flex flex_none flex_row gap-x_2 gap-y_3 justify_between">
        {{> "Sub.ActionButtons.Favorite" modifier_class="[active]"}}
        <a href="#" aria-label="download calendar reminder"  class="btn btn-secondary flex_none a:bg_alert-n2"><i class="fas fa-calendar"></i></a>
        <a href="#" aria-label="navigate to" class="btn btn-primary flex_auto">Watch</a>
      </nav>
      {{> Sub.ActionButtons.LockedAttachments }}
</aside>

MarkupWrapperClasses: 

Weight:0

Styleguide Sub.ActionButtons.EmbargoedAttachments
*/
/*
Action Buttons No Details

Description: The Actions buttons  are a combination of functions and a link to the education materials player.  has a couple of buttons and a link to the presentation details.

watch   - watch action button

Markup:
<aside class="flex flex_none flex_column gap-y_3 m-x_auto:md  max-w_30:md p-b_4 p-b_4:md w_100">
      <nav aria-label="session actions" class="flex flex_none flex_row gap-x_2 gap-y_3 justify_between">
        {{> "Sub.ActionButtons.Favorite" modifier_class="[active]"}}
        <a href="#" aria-label="download calendar reminder"  class="btn btn-secondary flex_none a:bg_alert-n2"><i class="fas fa-calendar"></i></a>
        <a href="#" aria-label="navigate to" class="btn btn-primary flex_auto">{{ modifier_class }}</a>
      </nav>
      <a href="#" aria-label="download attachments"  class="br_radius btn btn-outline-secondary btn-sm flex_auto font-size_down-1 w_100"><i class="far fa-paperclip"></i> Attachments</a>
</aside>

Weight:0

Styleguide Sub.ActionButtons.NoDetails

*/
/*
Action Buttons Only

The Actions buttons are a combination of functions and a link to the education materials player. 

watch   - watch action button

Markup:
<aside class="flex flex_none flex_column gap-y_3 m-l_auto:md  max-w_30:md p-b_4 p-b_4:md w_100">
      <nav aria-label="session actions" class="flex flex_none flex_row gap-x_2 gap-y_3 justify_between">
        {{> "Sub.ActionButtons.Favorite" modifier_class="[active]"}}
        <a href="#" aria-label="download calendar reminder"  class="btn btn-secondary flex_none a:bg_alert-n2"><i class="fas fa-calendar"></i></a>
        <a href="#" aria-label="navigate to" class="btn btn-primary flex_auto">{{ modifier_class }}</a>
      </nav>
</aside>

Weight:0

Styleguide Sub.ActionButtons.Only

*/
/*
Action Buttons On Demand

The On Demand Actions buttons never have the calendar reminder button.  



Markup:
<aside class="flex flex_none flex_column gap-y_3 m-x_auto:md  max-w_30:md p-b_4 p-b_4:md w_100">
      <nav aria-label="session actions" class="flex flex_none flex_row gap-x_2 gap-y_3 justify_between">
        {{> "Sub.ActionButtons.Favorite" modifier_class="[active]"}}
        <a href="#" aria-label="navigate to" class="btn btn-primary flex_auto">Watch</a>
      </nav>
      <a href="#" aria-label="download attachments"  class="br_radius btn btn-outline-secondary btn-sm flex_auto font-size_down-1 w_100"><i class="far fa-paperclip"></i> Attachments</a>
</aside>

Weight:200

Styleguide Sub.ActionButtons.OnDemand
*/
/*
Action Buttons Featured

The Featured Actions buttons never have the calendar reminder button.  



Markup:
<aside class="flex flex_none flex_column gap-y_3 m-x_auto:md  max-w_30:md w_100 m-t_auto">
      <nav aria-label="session actions" class="flex flex_none flex_row gap-x_2 gap-y_3 justify_between">
        {{> "Sub.ActionButtons.Favorite" modifier_class="[active]"}}
        <a href="#" aria-label="navigate to" class="btn btn-primary flex_auto">Watch</a>
      </nav>
      <a href="#" aria-label="download attachments"  class="br_radius btn btn-outline-secondary btn-sm flex_auto font-size_down-1 w_100"><i class="far fa-paperclip"></i> Attachments</a>
</aside>

Weight:200

Styleguide Sub.ActionButtons.Featured
*/
/*
Abstract Flag

Abstract flags are used to indicate that an abstract is awarded for some reason.  Use the default and star for most reasons. If there is a need for three levels of awards then use star and trophy alt or the angle up icons. In the content of the page you should denote the legend of the icons used.

fa-star             - this denote the premium awarded abstracts (e.g. top 10)
fa-angle-up         - this denote the premium awarded abstracts (level up 1)
fa-angle-double-up  - this denote the premium awarded abstracts (level up 2)

Markup:
<div class="inline-block isolation_isolate m-x_3 p-t_2 relative">
    <i class="c_accent-n2 fa-bookmark fas font-size_up-2 font_10 relative text-shadow_black-1 z_1"></i>
    <span class="absolute b_0 flex font-size_down-2 font_bold items_center justify_center l_0 r_0 t_0 z_2"><i class="c_white-6  {{ modifier_class }} fas font-size_down-2 text-shadow_white-n1"></i></span>
</div>


Weight:0

Styleguide Sub.Award.Flags
*/
/*
Abstract Flag Legend

Markup:
<div class="c_black-6 inline-flex flex_row items_center justify_start m-t_3 {{ modifier_class }}">
  <ul class="ul_inline-pipe">
    <li class="inline-flex items_center">
      {{> "Sub.Award.Flags" modifier_class="fa-star"}}
      <strong class="font-size_down-1 font_copy"> Special Category</strong>
    </li>
    <li class="inline-flex items_center">
      {{> "Sub.Award.Flags" modifier_class=""}}
      <strong class="font-size_down-1 font_copy"> Top Ten</strong>
    </li>
  </ul>
</div>


Weight:0

Styleguide Sub.Award.FlagLegend
*/
/*
Attachments Big Button

On player pages use the big button for attachments. The text only displays when the view port is medium and up.

Markup:
<a title="download attachments" class="btn btn-secondary btn-lg  p-x_4 p_3 c_white" href="https://www.twitter.com/Tweat_DrSoda" target="_blank"> 
  <i class="far fa-paperclip"></i>
  <span class="display_none inline-block:md"> Attachments</span> 
</a>


Weight:0

Styleguide Sub.Attachments.BigButton
*/
/*
Attachments Big Button (Disabled)

On player pages use the big button for attachments. The text only displays when the view port is medium and up.

Markup:
<span class="btn btn-secondary btn-lg disabled p-x_4 p_3 c_white" href="https://www.twitter.com/Tweat_DrSoda" target="_blank"> 
  <i class="far fa-paperclip"></i>
  <span class="display_none inline-block:md"> Attachments</span> 
</span>


Weight:0

Styleguide Sub.Attachments.BigButton.Disabled
*/
/*
Chat Window

The chat window is used to display the chat in player pages.

Markup:
<div class="br_solid br_radius br_1 br_black-3 shadow_overlap-light p_4:lg p_3 panel panel-default flex flex_column gap-y_3 {{modifier_class}}" id="panel-chat">
  <div class="panel-heading bg_transparent flex flex_row">
      <h4 class="panel-title font_bold font_display c_primary m_0 flex_auto self_center">Chat</h4>
      {{> "Sub.CollapseIcon" modifier_class="#CollapseChatWindow" }}
  </div>
  <div id="CollapseChatWindow" class="collapse show">
  <div  class="br_1 br_black-2 br_radius br_solid flex_auto h_20 h_auto:md loading-log m-b_4 overflow_auto p-r_3 panel-body reading-typography relative scrollbar-mini shadow_emboss-light min-h_5xlh min-h_20:md min-h_30:lg">
      <div class="load-log p_3 absolute t_0 r_0 l_0 b_0 overflow_unset flex flex_column gap-y_3" data-log-id="2">
          <div class="msgln">(1:44 PM) <b> Lovely Day </b>: Chat<br></div>
          <div class="msgln">(2:13 PM) <b> Lovely Day </b>: Chat some more<br></div>
          <div class="msgln">(2:18 PM) <b> Lovely Day </b>: Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. Organically grow the holistic world view of disruptive innovation via workplace diversity and empowerment.<br></div>
          <div class="msgln">(2:18 PM) <b> Lovely Day </b>: Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. Organically grow the holistic world view of disruptive innovation via workplace diversity and empowerment.<br></div>
          <div class="msgln">(2:18 PM) <b> Lovely Day </b>: Leverage agile frameworks to provide a robust synopsis for high level overviews. Iterative approaches to corporate strategy foster collaborative thinking to further the overall value proposition. Organically grow the holistic world view of disruptive innovation via workplace diversity and empowerment.<br></div>
          <div class="msgln">(2:18 PM) <b> Lovely Day </b>: Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from DevOps. Nanotechnology immersion along the information highway will close the loop on focusing solely on the bottom line.<br></div>
          <div class="msgln">(2:18 PM) <b> Lovely Day </b>: Capitalize on low hanging fruit to identify a ballpark value added activity to beta test. Override the digital divide with additional clickthroughs from DevOps. Nanotechnology immersion along the information highway will close the loop on focusing solely on the bottom line.<br></div>
          <div class="msgln">(2:19 PM) <b> Lovely Day </b>: Bring to the table win-win survival strategies to ensure proactive domination. At the end of the day, going forward, a new normal that has evolved from generation X is on the runway heading towards a streamlined cloud solution. User generated content in real-time will have multiple touchpoints for offshoring.<br></div>
          <div class="msgln">(3:48 PM) <b> Lovely Day </b>: test<br></div>
          <div class="msgln">(3:50 PM) <b> Matt Watier </b>: hello<br></div>
      </div>
  </div>
  <div class="panel-footer flex_none m-t_auto">
      <form name="message" action="">
          <div class="form-group flex flex_row nowrap">
              <input name="usermsg" type="text" id="usermsg" class="form-control br-br_square br-tr_square flex_auto" autocomplete="off" style="background-image: url(&quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAAAXNSR0IArs4c6QAAAPhJREFUOBHlU70KgzAQPlMhEvoQTg6OPoOjT+JWOnRqkUKHgqWP4OQbOPokTk6OTkVULNSLVc62oJmbIdzd95NcuGjX2/3YVI/Ts+t0WLE2ut5xsQ0O+90F6UxFjAI8qNcEGONia08e6MNONYwCS7EQAizLmtGUDEzTBNd1fxsYhjEBnHPQNG3KKTYV34F8ec/zwHEciOMYyrIE3/ehKAqIoggo9inGXKmFXwbyBkmSQJqmUNe15IRhCG3byphitm1/eUzDM4qR0TTNjEixGdAnSi3keS5vSk2UDKqqgizLqB4YzvassiKhGtZ/jDMtLOnHz7TE+yf8BaDZXA509yeBAAAAAElFTkSuQmCC&quot;); background-repeat: no-repeat; background-attachment: scroll; background-size: 16px 18px; background-position: 98% 50%; cursor: auto;">
              <input name="submitmsg" type="submit" id="submitmsg" value="Add" class="btn btn-primary br-tl_square br-bl_square flex_none">
              <input type="hidden" name="user_client_portal_reg_id" id="user_client_portal_reg_id" value="10">
              <input type="hidden" name="chat_id" id="chat_id" value="2">
              <input type="hidden" name="client_portal_presentation_id" id="client_portal_presentation_id" value="2">
              <input type="hidden" name="client_portal_id" id="client_portal_id" value="1">
              <input type="hidden" name="screen_name" id="screen_name" value=" Matt   Watier ">
          </div>
      </form>
  </div>
  </div>
</div>


Weight:0

Styleguide Sub.Player.Chat
*/
/*
CIO Window

CIO is a survey widget that allows faculty to collect questions and polls from participants.

Markup:
<div class="br_solid br_radius br_1 br_black-3 shadow_overlap-light p_4:lg p_3 panel panel-default gap-y_3 flex flex_column panel {{modifier_class}}">
  <div class="panel-heading bg_transparent flex flex_row">
      <h4 class="panel-title font_bold font_display c_primary m_0 flex_auto self_center">Q&A</h4>
      {{> "Sub.CollapseIcon" modifier_class="#CollapseQA" }}
  </div>
  <div id="CollapseQA" class="collapse show m-x_n4:lg m-x_n3 m-b_n4:lg m-b_n3 flex_100 flex_auto flex flex_column">
    <iframe src="https://oncology.cnf.io/sessions/qen8/#!/dashboard" title="CIO WIDGET" class=" br_radius flex_auto flex_100 br-t_1 br_solid br_black-2 min-h_90 min-h_30:md min-h_50:lg"></iframe>
  </div>
</div>


Weight:0

Styleguide Sub.Player.CIO
*/
/*

Program Borders OutSide

CSS Classes on the Article tag of all program elements

Markup:
c_black font_0 m-b_4 br-t_3 br_solid br_primary-2 br_radius isolation_isolate shadow_overlap-light bg_white

MarkupWrapperClasses: 

Weight:0

Styleguide Sub.Style.OuterBorder
*/
/*

Program Borders Inside

CSS Classes on the Article tag of all program elements

Markup:
br_1 br-b_0 br-tr_radius br-tl_radius br_solid br_black-3 flex flex_column font_ui m-t_n2 relative

MarkupWrapperClasses: 

Weight:0

Styleguide Sub.Style.InnerBorder
*/
/*

Section Header


default		 -   Grid

Markup:
<div class="flex_row:md flex flex_column">
    <div class="flex_auto grid">
        <span class="br-tl_radius br-t_2 br_solid br_inherit self_center"></span>
    </div>
    <div class="flex_auto flex_shrink p-x_4 lh_1 text_center">
        {{modifier_class}}
    </div>
    <div class="flex_auto grid">
        <span class="br-tl_radius br-t_2 br_solid br_inherit self_center"></span>
    </div>
</div>

MarkupWrapperClasses: br_black-5

Weight: 0

Styleguide Sub.SectionHeader

*/
/*

Title

description

Markup:

MarkupWrapperClasses:
<div class="p_4 c_black grid text_center items_center justify_center w_100 bg_highlight-5 br_round br_dashed br_1 br_highlight">{{ modifier_class }}</div> 

Weight:0

Styleguide Sub.LayoutBlock
*/
/*

Border Top Primary

Used in dividing lists of items.

Markup:
br-t_1 br_black-3 br_solid

MarkupWrapperClasses: 

Weight:0

Styleguide Sub.ClassList.Border.BlackTop
*/
/*
Faculty List

When it is only important to show the credits listed and not the credit values this simple dot pattern is a good solution. 

block         - use block on the role type label to stack the faculty names.
inline-block  - use inline-block on the role type label to keep all the faculty in wrapping single line. 

Markup:
<ul class="ul_inline-semicolon font_regular font_copy">
  <li class="no-after font_medium c_primary-n1 block w_100 {{ modifier_class }}">Role Type 1:</li>
  <li>{{> "Sub.Data.Faculty.FullName" }} <span class="opacity_9 font_light m-l_2">( {{> "Sub.Data.Faculty.Location" }})<span></li>
  <li class="no-after font_medium c_primary-n1 block w_100  {{ modifier_class }}">Role Type 2:</li>
  <li>Dianna Denesik III <span class="opacity_9 font_light m-l_2">( {{> "Sub.Data.Faculty.Location" }})<span></li>
  <li>Miguel Romaguera <span class="opacity_9 font_light m-l_2">( {{> "Sub.Data.Faculty.Location" }})<span></li>  
  <li>Jeanette Franecki <span class="opacity_9 font_light m-l_2">( {{> "Sub.Data.Faculty.Location" }})<span></li>
</ul>

Data:
Sub.Data.Faculty.FullName - Full Name
Sub.Data.Faculty.FullName - Location

FORMAT: This element uses data that has strict data formatting requirements. See the data tab for more information.

Weight:0

Styleguide Sub.FacultyList

*/
/*
Aux Session Faculty List

When it is only important to show the credits listed and not the credit values this simple dot pattern is a good solution. 

block         - use block on the role type label to stack the faculty names.
inline-block  - use inline-block on the role type label to keep all the faculty in wrapping single line. 

Markup:
<h4 class="font-size_up c_black-6 font_medium capitalize"><i class="fas fa-users p-r_3"></i> Role Type 1</h4>
<div class="p-y_3 br-t_1  br_primary-2 br_solid font-size_down">
<ul class="ul_inline-semicolon font_regular font_copy">
  <li>Marty Little <span class="opacity_9 font_light m-l_2">( {{> "Sub.Data.Faculty.Location" }})<span></li>
  <li>Eileen Marvin <span class="opacity_9 font_light m-l_2">( {{> "Sub.Data.Faculty.Location" }})<span></li>  
  <li>Chelsea Dach DVM <span class="opacity_9 font_light m-l_2">( {{> "Sub.Data.Faculty.Location" }})<span></li>
</ul>
</div>
<h4 class="font-size_up c_black-6 font_medium capitalize"><i class="fas fa-users p-r_3"></i> Role Type 2</h4>
<div class="p-y_3 br-t_1  br_primary-2 br_solid font-size_down">
<ul class="ul_inline-semicolon font_regular font_copy">
  <li>Wm Price<span class="opacity_9 font_light m-l_2">( {{> "Sub.Data.Faculty.Location" }})<span></li>
  <li>Mrs. Jeffrey Cartwright <span class="opacity_9 font_light m-l_2">( {{> "Sub.Data.Faculty.Location" }})<span></li>  
  <li>CEmmett Spencer<span class="opacity_9 font_light m-l_2">( {{> "Sub.Data.Faculty.Location" }})<span></li>
</ul>
</div>


SubComponents:
Sub.Data.Faculty.FullName - Full Name
Sub.Data.Faculty.Location - Location


Weight:0

Styleguide Sub.FacultyList.AuxSession

*/
/*
Combined Faculty List

When a presentation is in a single state the combination of session roles and presentation roles are shown.

block         - use block on the role type label to stack the faculty names.
inline-block  - use inline-block on the role type label to keep all the faculty in wrapping single line. 

Markup:
<ul class="ul_inline-semicolon font_regular font_copy">
  <li class="no-after font_medium c_primary-n1 {{ modifier_class }}">Session Role Type 1:</li>
  <li>{{> "Sub.Data.Faculty.FullName" }} <span class="opacity_9 font_light m-l_2">( {{> "Sub.Data.Faculty.Location" }})<span></li>
  <li class="no-after font_medium c_primary-n1  {{ modifier_class }}">Session Role Type 2:</li>
  <li>Dianna Denesik III <span class="opacity_9 font_light m-l_2">( {{> "Sub.Data.Faculty.Location" }})<span></li>
  <li>Miguel Romaguera <span class="opacity_9 font_light m-l_2">( {{> "Sub.Data.Faculty.Location" }})<span></li>  
  <li>Jeanette Franecki <span class="opacity_9 font_light m-l_2">( {{> "Sub.Data.Faculty.Location" }})<span></li>
    <li class="no-after font_medium c_primary-n1 {{ modifier_class }}">Role Type 1:</li>
  <li>{{> "Sub.Data.Faculty.FullName" }} <span class="opacity_9 font_light m-l_2">( {{> "Sub.Data.Faculty.Location" }})<span></li>
  <li class="no-after font_medium c_primary-n1  {{ modifier_class }}">Role Type 2:</li>
  <li>Dianna Denesik III <span class="opacity_9 font_light m-l_2">( {{> "Sub.Data.Faculty.Location" }})<span></li>
  <li>Miguel Romaguera <span class="opacity_9 font_light m-l_2">( {{> "Sub.Data.Faculty.Location" }})<span></li>  
  <li>Jeanette Franecki <span class="opacity_9 font_light m-l_2">( {{> "Sub.Data.Faculty.Location" }})<span></li>
</ul>

SubComponents:
Sub.Data.Faculty.FullName - Full Name
Sub.Data.Faculty.FullName - Location


Weight:0

Styleguide Sub.FacultyList.SessionAndPresentation

*/
/*
Session Faculty List

When it is only important to show the credits listed and not the credit values this simple dot pattern is a good solution. 

block         - use block on the role type label to stack the faculty names.
inline-block  - use inline-block on the role type label to keep all the faculty in wrapping single line. 

Markup:
<ul class="ul_inline-semicolon font_regular font_copy">
  <li class="no-after font_medium c_primary-n1 {{ modifier_class }}">Session Role Type 1:</li>
  <li>{{> "Sub.Data.Faculty.FullName" }} <span class="opacity_9 font_light m-l_2">( {{> "Sub.Data.Faculty.Location" }})<span></li>
  <li class="no-after font_medium c_primary-n1  {{ modifier_class }}">Session Role Type 2:</li>
  <li>Dianna Denesik III <span class="opacity_9 font_light m-l_2">( {{> "Sub.Data.Faculty.Location" }})<span></li>
  <li>Miguel Romaguera <span class="opacity_9 font_light m-l_2">( {{> "Sub.Data.Faculty.Location" }})<span></li>  
  <li>Jeanette Franecki <span class="opacity_9 font_light m-l_2">( {{> "Sub.Data.Faculty.Location" }})<span></li>
</ul>

SubComponents:
Sub.Data.Faculty.FullName - Full Name
Sub.Data.Faculty.FullName - Location


Weight:0

Styleguide Sub.FacultyList.Session

*/
/*
No Location Faculty List

When you list non-event areas like Posters, and Abstracts the list removes the location of the person. 

block         - use block on the role type label to stack the faculty names.
inline-block  - use inline-block on the role type label to keep all the faculty in wrapping single line. 

Markup:
<ul class="ul_inline-semicolon font_regular font_copy">
  <li class="no-after font_medium c_primary-n1 {{ modifier_class }}">Role Type 1:</li>
  <li>{{> "Sub.Data.Faculty.FullName" }}</li>
  <li class="no-after font_medium c_primary-n1  {{ modifier_class }}">Role Type 2:</li>
  <li>Dianna Denesik III</li>
  <li>Miguel Romaguera</li>  
  <li>Jeanette Franecki</li>
</ul>

SubComponents:
Sub.Data.Faculty.FullName - Full Name


Weight:0

Styleguide Sub.FacultyList.NoLocation

*/
/*
Action Buttons Clear Search

This action button is used to clear the search filters and parameters.


Markup:
<aside class="flex flex_none flex_column gap-y_3 m-l_auto:md  max-w_30:md p-b_4 p-b_4:md w_100">
      <nav aria-label="session actions" class="flex flex_none flex_row gap-x_2 gap-y_3 justify_between">
        <a href="#" aria-label="navigate to" class="br_1 br_solid br_white-3 btn btn-secondary flex_auto shadow_overlap-light">Clear Search <i class="fas fa-times p-l_3"></i></a>
      </nav>
</aside>

Weight:0

Styleguide Sub.ActionButtons.ClearSearch

*/
/*

Faceted Search

Facet Groups

Markup:
<li data-name="library-search-facet" class="bg_white-8 br_radius m-t_3 p_3  max-w_20:md {{ modifier_class }}" >
    <header class="flex font-size_up m-y_2">
        <div class="flex_auto  self_center p-l_0 lh_1 font-size_up font_medium">Drugs Generic </div>
          {{> "Sub.CollapseIcon" modifier_class="#CollapseFacetGroupID" }}
    </header>
    <main id="CollapseFacetGroupID" class="p_1 collapse show" style="">
        <ul class="p-y_3 ul_none br-t_1 br-b_1 br_primary-3 transition_3 br_solid">
            {{>  "Sub.Search.FacetCheckbox" modifier_class="facet_8663" }}
            {{>  "Sub.Search.FacetCheckbox" modifier_class="facet_0254" }}
            {{>  "Sub.Search.FacetCheckbox" modifier_class="facet_6317" }}
            {{>  "Sub.Search.FacetCheckbox" modifier_class="facet_3429" }}
            {{>  "Sub.Search.FacetCheckbox" modifier_class="facet_4799" }}
        </ul>
        <footer class="text_center font-size_down c_primary-n1 p-t_3"><span class="cursor_not-allowed c_black-3">less</span><span class="c_primary"> | </span><span class="link h:underline h:black link h:underline h:black cursor_pointer">more</span></footer>
    </main>
</li>

MarkupWrapperClasses: max-w_30 ul_none

NOTE: by default the facet group is collapsed, and only loads the first 10 facets with the sort order of count.  The more and less link disable when they have reached the limit of the group's length. The more link will load the next 10 facets. Collapsing the facet group will not change the exposed amount of facets revealed or hidden by the more and less links.

SubComponents: 
Sub.Search.FacetCheckbox - Single Facet Checkbox
Sub.CollapseIcon - Collapse Icon

Weight:0

Styleguide Sub.Search.Faceted
*/
/*

Faceted Search

Facet Groups

Markup:
<li data-name="library-search-facet" class="bg_white-8 br_radius m-t_3 p_3  max-w_20:md {{ modifier_class }}" >
    <header class="flex font-size_up m-y_2">
        <div class="flex_auto  self_center p-l_0 lh_1 font-size_up font_medium">Primary Category </div>
         {{> "Sub.CollapseIcon" modifier_class="#CollapseFacetGroupPrimaryID" }}
    </header>
    <main id="CollapseFacetGroupPrimaryID" class="p_1 collapse show" style="">
        <ul class="p-y_3 ul_none br-t_1 br-b_1 br_primary-3 transition_3 br_solid">
            {{>  "Sub.Search.FacetCheckbox" modifier_class="facet_2738" }}
            {{>  "Sub.Search.FacetCheckbox" modifier_class="facet_8107" }}
            {{>  "Sub.Search.FacetCheckbox" modifier_class="facet_1979" }}
            {{>  "Sub.Search.FacetCheckbox" modifier_class="facet_7059" }}
            {{>  "Sub.Search.FacetCheckbox" modifier_class="facet_4929" }}
        </ul>
        <footer class="text_center font-size_down c_primary-n1 p-t_3"><span class="cursor_not-allowed c_black-3">less</span><span class="c_primary"> | </span><span class="link h:underline h:black link h:underline h:black cursor_pointer">more</span></footer>
    </main>
</li>

MarkupWrapperClasses: max-w_30 ul_none

NOTE: by default the facet group is collapsed, and only loads the first 10 facets with the sort order of count.  The more and less link disable when they have reached the limit of the group's length. The more link will load the next 10 facets. Collapsing the facet group will not change the exposed amount of facets revealed or hidden by the more and less links.

SubComponents: 
Sub.Search.FacetCheckbox - Single Facet Checkbox
Sub.CollapseIcon - Collapse Icon

Weight:0

Styleguide Sub.Search.FacetedPrimary
*/
/*

Faceted Type Ahead

A type ahead search that adds a selected faceted filter to the search page. This is used when filters are exceptionally long and could be difficult to read when listed out.  Authors, and mesh terms can use this pattern to add them as a filter to the search page.

Markup:
<li data-name="library-search-facet" class="bg_white-8 br_radius m-t_3 p_3 max-w_20:md {{ modifier_class }}">
    <header class="flex font-size_up m-y_2">
        <div class="flex_auto  self_center p-l_0 lh_1 font-size_up font_medium">Type Ahead Filter</div>
    </header>
    <main class="p_1 collapse show">
        <div class="p_3 flex flex_row">
            <input class="br-tr_square br-br_square" type="text" name="" id="" placeholder="Filter Name">
            <button class="btn btn-secondary br-tl_square br-bl_square"><i class="fas fa-users"></i></button>
        </div>
    </main>
    <header class="flex font-size_up m-y_2">
        <div class="flex_auto self_center p-l_2 lh_1 font-size_down font_bold opacity_8">Filtering By</div>
        {{> "Sub.CollapseIcon" modifier_class="#collapseTypeAhead" }}
    </header>
    <main id="collapseTypeAhead" class="p_1 collapse show" style="">
        <ul class="p-y_3 ul_none br-t_1 br-b_1 br_primary-3 transition_3 br_solid">
            {{>  "Sub.Search.FacetCheckboxWithTrash" modifier_class="facet_1558" }}
            {{>  "Sub.Search.FacetCheckboxWithTrash" modifier_class="facet_4031" }}
        </ul>
        <footer class="text_center font-size_down c_primary-n1 p-t_3"><span class="cursor_not-allowed c_black-3">less</span><span class="c_primary"> | </span><span class="link h:underline h:black link h:underline h:black cursor_pointer">more</span></footer>
    </main>
</li> 

MarkupWrapperClasses:



Weight:100

Styleguide Sub.Search.Faceted.TypeAhead
*/
/*

Collapse/Expand

The collapse/expand icon is used to collapse and expand the facet group.

Markup:
<div class="c_primary-n2 flex flex_nowrap flex_row font-size_down h:c_primary-n3 h:opacity h:undecorated items_center lh_1 m-l_auto opacity_5 self_center toggle user-select_none p-l_4" data-bs-toggle="collapse" data-bs-target="{{modifier_class}}" role="button" aria-expanded="true" aria-controls="{{modifier_class}}">
  <div class="flex_none self_center"> collapse </div>
  <div class="flex_none" >
      <span class="fa-stack">
        <i class="fas fa-minus fa-stack-1x"></i>
        <i class="fas fa-minus rotate_90 a:rotation fa-stack-1x "></i>
      </span>
  </div>
</div>

Weight:0

Styleguide Sub.CollapseIcon
*/
/*

Collapse/Expand No Text

The collapse/expand icon is used to collapse and expand the facet group.

Markup:
<div class="toggle user-select_none" data-bs-toggle="collapse" data-bs-target="{{modifier_class}}" role="button" aria-expanded="true" aria-controls="{{modifier_class}}">
        <span class="fa-stack">
        <i class="fas fa-square fa-stack-2x"></i>
        <i class="fas fa-minus fa-stack-1x c_white"></i>
        <i class="fas fa-minus rotate_90 a:rotation fa-stack-1x  c_white"></i>
        </span>
</div>


Weight:0

Styleguide Sub.CollapseIcon.NoText
*/
/*

Facet Checkbox

The single checkbox for a facet.

Markup:
<li class="m-y_2">
    <div class="input flex user-select_none relative h:bg_black-1 br_radius">
        <div class="flex_none p-l_3 p-r_3 self_center"><input type="checkbox" name="check{{modifier_class}}" id="check{{modifier_class}}" class="font-size_up"></div>
        <div class="flex_auto self_center p-l_2 p-y_2"><label for="check{{modifier_class}}" class="font-size_up lh_2 block"><span class="font_regular p-y_2 inline-block p-y_1:md"> {{ modifier_class }}ut nobis est<small class="flex_auto p-l_2 font_light c_accent font-size_down-1">58</small></span></label></div>
        <!---->
    </div>
</li>

MarkupWrapperClasses: ul_none

Weight:0

Styleguide Sub.Search.FacetCheckbox
*/
/*

Facet Checkbox With Trash

The single checkbox that is generated by the type ahead filter search. The trash button removes the filter. 

Markup:
<li class="m-y_2">
    <div class="input flex user-select_none relative h:bg_black-1 br_radius">
        <div class="flex_none p-l_3 p-r_3 self_center"><input type="checkbox" name="checkfacet{{modifier_class}}" id="checkfacet{{modifier_class}}" class="font-size_up"></div>
        <div class="flex_auto self_center p-l_2 p-y_2"><label for="checkfacet{{modifier_class}}" class="font-size_up lh_2 block"><span class="font_regular p-y_2 inline-block p-y_1:md">  type ahead filter {{ modifier_class }}</span></label></div>
        <div class="">
            <button class="bg_transparent br_0 br_radius c_alert h:bg_alert-3 h:c_alert-n3 p-y_2"><i class="fas fa-trash"></i></button>
        </div>
        <!---->
    </div>
</li>

MarkupWrapperClasses: ul_none

Weight:0

Styleguide Sub.Search.FacetCheckboxWithTrash
*/
/*


Search Bar

Simple Search Bar


Markup:
<div class=" sticky jump-buttons_top  r_0 z_1">
<div class="absolute r_4 t_0  flex flex_row flex_nowrap gap-x_3">
<!--  Helper Jump links -->
  <a class="br-tl_square br-tr_square br_radius btn btn-accent btn-sm grid items_center justify_center m-l_auto self_center shadow_3" href="#SearchBarTop">
  <span><i class="fas fa-arrow-up"></i><i class="m-l_2 fas fa-search"></i></span>
  </a>
  <a href="#FilterNavContainer" class="br-tl_square br-tr_square br_radius btn btn-accent btn-sm display_none:md grid items_center justify_center m-l_auto self_center shadow_3">
  <span><i class="fas fa-arrow-down"></i><i class="m-l_2 fas fa-filter"></i></span>
  </a>
<!--  Helper Jump links -->  
</div>
</div>
<div class="bg_white br_radius p_4:lg p_3 shadow_overlap-light z_2 relative" >
    <h1 class="c_primary-n1 font_display m-b_3 m-t_0 flex flex_row justify_between"><span>Program</span>
      <a href="#FilterNavContainer" class="absolute br-tl_square br-tr_square br_radius btn btn-accent btn-sm display_none:md flex_none grid items_center justify_center m-l_auto r_3 self_center t_0">
      <span><i class="fas fa-arrow-down"></i><i class="fas fa-filter"></i></span>
      </a>
    </h1>
    <div class="flex_row flex gap-x_3">
      <div class="input-holder flex_auto flex flex_row self_end relative w_100">
          <input id="input_uniqueTextAnda" name="input_uniqueTextAnda" type="text" placeholder="Search" class=" br_2 flex_auto p-y_2 br_solid flex_auto p-l_4 lh_3 br_radius bg_white c_black bg_white f:bg_primary br_black-2 font_2:lg font_1:md font_0">
          <button class="absolute b_0 br-bl_square br-tl_square btn btn-primary flex_none grid items_center justify_center r_0 t_0" onClick="Search()">
          <i class="fas fa-search"></i>
          </button>
      </div>
      <button class="disabled flex_none grid items_center justify_center btn btn-alert">
        <i class="fas fa-times"></i>
      </button>
    </div>
</div>


MarkupWrapperClasses: 

Weight: 0

Styleguide  Sub.Search.Bar
*/
.jump-buttons_top {
  top: 0;
}

/*


Program Bar

Some events don't need a search bar the program bar remains because it is need to hide the jump links.


Markup:
<div class=" sticky t_0 r_0 z_1">
<div class="absolute r_4 t_0  flex flex_row flex_nowrap gap-x_3">
<!--  Helper Jump links -->
  <a class="br-tl_square br-tr_square br_radius btn btn-accent btn-sm grid items_center justify_center m-l_auto self_center shadow_3" href="#SearchBarTop">
  <span><i class="fas fa-arrow-up"></i> top</span>
  </a>
  <a href="#FilterNavContainer" class="br-tl_square br-tr_square br_radius btn btn-accent btn-sm display_none:md grid items_center justify_center m-l_auto self_center shadow_3">
  <span><i class="fas fa-arrow-down"></i><i class="m-l_2 fas fa-filter"></i></span>
  </a>
<!--  Helper Jump links -->  
</div>
</div>
<div class="bg_white br_radius p_4:lg p_3 shadow_overlap-light z_2 relative" >
    <h1 class="c_primary-n1 font_display m-b_3 m-t_0 flex flex_row justify_between"><span>Program</span>
      <a href="#FilterNavContainer" class="absolute br-tl_square br-tr_square br_radius btn btn-accent btn-sm display_none:md flex_none grid items_center justify_center m-l_auto r_3 self_center t_0">
      <span><i class="fas fa-arrow-down"></i><i class="fas fa-filter"></i></span>
      </a>
    </h1>
</div>


MarkupWrapperClasses: 

Weight: 0

Styleguide  Sub.Search.NoBar
*/
/*

Result Overview

Small strip of data that shows the number of results and the time it took to search.

Markup:
<div class="c_secondary-n1 font_medium font-size_down-2 font_ui p_2 {{modifier_class}}">
  <ul class="ul_inline-pipe">
      <li>
        <ul class="ul_inline-comma">
            <li class="font_bold   no-after uppercase">Results:</li>
            <li class="c_accent-n1">230</li>  
        </ul>
      </li>
      <li>
        <ul class="ul_inline-comma">
            <li class="font_bold no-after uppercase">Filters:</li>
            <li><a class="h:underline c_primary-n1 c_primary-n2">Category A <i class="fas fa-times c_alert-n1 p_2"></i></a></li>
            <li><a class="h:underline c_primary-n1 c_primary-n2">Tag B  <i class="fas fa-times c_alert-n1 p_2"></i></a></li>
            <li><a class="h:underline c_primary-n1 c_primary-n2">Tag C <i class="fas fa-times c_alert-n1 p_2"></i></a></li>
        </ul>
      </li>
  </ul>
</div>



Weight:0

Styleguide Sub.Search.ResultOverview
*/
/*

Pagination

Pagination is used to navigate through the results.

Markup:
<nav aria-label="Pagination" class="flex flex_row p-b_5:lg p-b_4">
    <ul class="pagination flex flex_row ul_none justify_stretch relative lh_0 font_n1 font_medium m-x_auto shadow_bevel-light br_radius overflow_hidden">
        <li class="flex pagination-previous ">
            <a class="ease_out transition_1 f:outline_none h:undecorated a:bg_accent-n3 a:c_white c_black-7 h:c_black text_center inline-block w_auto cursor_pointer br-tl_radius br-bl_radius overflow_hidden br_square br-l_1 br_solid br_1 br_black-3 bg_white h:bg_black-3 p-y_3 p-x_3" style="min-height: unset;">
                <div class="flex block justify_center flex_column ">
                    <div class="flex_auto self_center justify_center flex">
                        <div class="flex flex_row nowrap"><i class="fas fa-arrow-left p-r_3 self_center"></i> <span class="show-for-sr display_none inline:md self_center">Prev</span></div>
                    </div>
                </div>
            </a>
        </li>
        <!---->
        <li class="flex">
            <a class="ease_out transition_1 f:outline_none h:undecorated a:bg_accent-n3 a:c_white c_black-7 h:c_black text_center inline-block w_auto cursor_pointer  br_square br-l_1 br_solid br_1 br_black-3 bg_white h:bg_black-3 p-y_3 p-x_3" style="min-height: unset;">
                <div class="flex block justify_center flex_column ">
                    <div class="flex_auto self_center justify_center flex"><i class="fas  fa-ellipsis-h left"></i></div>
                </div>
            </a>
        </li>
        <li class="flex">
            <a class="ease_out transition_1 f:outline_none h:undecorated a:bg_accent-n3 a:c_white c_black-7 h:c_black text_center inline-block w_auto cursor_pointer  br_square br-l_1 br_solid br_1 br_black-3 bg_white h:bg_black-3 p-y_3 p-x_3" style="min-height: unset;">
                <div class="flex block justify_center flex_column ">
                    <div class="flex_auto self_center justify_center flex">50 </div>
                </div>
            </a>
        </li>
        <li class="flex">
            <a class="active ease_out transition_1 f:outline_none h:undecorated a:bg_accent-n3 a:c_white c_black-7 h:c_black text_center inline-block w_auto cursor_pointer  br_square br-l_1 br_solid br_1 br_black-3 bg_white h:bg_black-3 p-y_3 p-x_3" style="min-height: unset;">
                <div class="flex block justify_center flex_column ">
                    <div class="flex_auto self_center justify_center flex">51 </div>
                </div>
            </a>
        </li>
        <li class="flex">
            <a class="ease_out transition_1 f:outline_none h:undecorated a:bg_accent-n3 a:c_white c_black-7 h:c_black text_center inline-block w_auto cursor_pointer  br_square br-l_1 br_solid br_1 br_black-3 bg_white h:bg_black-3 p-y_3 p-x_3" style="min-height: unset;">
                <div class="flex block justify_center flex_column ">
                    <div class="flex_auto self_center justify_center flex">52 </div>
                </div>
            </a>
        </li>
        <li class="flex">
            <a class="ease_out transition_1 f:outline_none h:undecorated a:bg_accent-n3 a:c_white c_black-7 h:c_black text_center inline-block w_auto cursor_pointer  br_square br-l_1 br_solid br_1 br_black-3 bg_white h:bg_black-3 p-y_3 p-x_3" style="min-height: unset;">
                <div class="flex block justify_center flex_column ">
                    <div class="flex_auto self_center justify_center flex">53 </div>
                </div>
            </a>
        </li>
        <li class="flex">
            <a class="ease_out transition_1 f:outline_none h:undecorated a:bg_accent-n3 a:c_white c_black-7 h:c_black text_center inline-block w_auto cursor_pointer  br_square br-l_1 br_solid br_1 br_black-3 bg_white h:bg_black-3 p-y_3 p-x_3" style="min-height: unset;">
                <div class="flex block justify_center flex_column ">
                    <div class="flex_auto self_center justify_center flex">54 </div>
                </div>
            </a>
        </li>
        <li class="flex">
            <a class="ease_out transition_1 f:outline_none h:undecorated a:bg_accent-n3 a:c_white c_black-7 h:c_black text_center inline-block w_auto cursor_pointer  br_square br-l_1 br_solid br_1 br_black-3 bg_white h:bg_black-3 p-y_3 p-x_3" style="min-height: unset;">
                <div class="flex block justify_center flex_column ">
                    <div class="flex_auto self_center justify_center flex"><i class="fas  fa-ellipsis-h right"></i></div>
                </div>
            </a>
        </li>
        <!---->
        <li class="flex pagination-next">                        
            <a class="ease_out transition_1 f:outline_none h:undecorated a:bg_accent-n3 a:c_white c_black-7 h:c_black text_center inline-block w_auto cursor_pointer  br-tr_radius br-br_radius overflow_hidden br_square br-l_1 br_solid br_1 br_black-3 bg_white h:bg_black-3 p-y_3 p-x_3" aria-label="Next Page" style="min-height: unset;">
                <div class="flex block justify_center flex_column ">
                    <div class="flex_auto self_center justify_center flex">
                        <div class="flex flex_row nowrap"><span class="show-for-sr display_none inline:md self_center">Next</span> <i class="fas fa-arrow-right p-l_3 self_center"></i></div>
                    </div>
                </div>
            </a>
        </li>
    </ul>
</nav>

MarkupWrapperClasses: 

Weight:0

Styleguide Sub.Pagination
*/
/*

Member Profile Data

Data for the Member Profile that is visible for the user.

Markup:
<section class="bg_acc-n2 br_1 br_black-2 br_round br_solid p-x_5:lg p_4 inset-level_up shadow_bevel-bold">
  <div class="c_white">
    <h2 class="br-b_1 br_solid br_white-6 c_white m-t_2 p-b_3 text_center">Account Information</h2>
    <ul class="ul_none p_0 m_0">
    <li class=""><strong>User Name:</strong> <span data-type="User Full Name">Regina Rutherford</span> </li>
    <li class=""><strong>Member ID:</strong> <span data-type="Member ID">0152151214</span> </li><li class=""><strong>Email:</strong> <span data-type="email">test@boo.com</span> </li>
    </ul>
  </div>
  <div class="bg_black-4 br_radius c_white m-b_n2 m-t_4 m-x_n4 p_4 shadow_emboss-light">
    <p class=""><strong>Click the 'Member Help' button to send along your member information to help diagnose this issue.</strong></p><div class="text_center"><a href="mailTO:membercare@acc.org?body='name,email,personify'" class="btn btn-primary c_white inline-block m-x_auto shadow_overlap-light text_center w_auto">Member Care</a></div>
  </div>
</section>

MarkupWrapperClasses: 

Weight:0

Styleguide Sub.System.MemberData

*/
/*

No Access Trouble Shooting

The instructions to the user when they land on the "No Access" to the page.

Markup:
<div class="inset-level_up-1 bg_white br_radius shadow_overlap-light relative br_solid br_1 br_black-2 p_4 relative ">
	<div class="reading-typography flex flex_column gap_4">
		<h2 class="">No Access to [PRODUCT NAME]</h2>
		<p>[PRODUCT DESCRIPTION].  To read more about the details of [PRODUCT NAME] click the learn more button.</p>
		<div class="flex flex_row gap_3 justify_center">
			<a href="[PRODUCT MARKETING URL]" class="w_100 block max-w_20 btn btn-secondary c_white font_bold font_ui h:c_white shadow_overlap-light " title="Navigate to [PRODUCT NAME] detail page">Learn More</a>
		</div>
	</div>
</div>	
<div class="inset-level_up-1 bg_white br_radius shadow_overlap-light relative br_solid br_1 br_black-2 p_4 relative ">
	<div class="reading-typography flex flex_column gap_4">
		<h2 class="font_bold">Registration Steps</h2>
		<ol class="counter_reset m_0 p_0 ul_none flex_column flex gap_4">
			<li class="flex flex_row">
				<span class="c_primary counter counter_increment flex_none float_left font_9 font_accent font_xbold lh_0 p-r_4 self_top p-t_4"></span>
				<div class="flex_auto">
					<p>To purchase, please click the "Register" button below. Once you have completed your purchase, please <strong class="uppercase m-x_2 p_2 bg_warning-3 br_radius p-x_3 font_xbold nowrap">wait 15 minutes</strong> to allow the system to process the information. </p>
				</div>
			</li>
			<li class="flex flex_row gap_3 justify_center">
				<a title="register for the  [PRODUCT NAME]" href="https://www.acc.org/Education-and-Meetings/Meetings/Meeting-Items/2022/01/01/01/04/ACC-Anywhere-ACC22-On-Demand" class="w_100 block max-w_20 btn btn-primary c_white font_bold font_ui h:c_white shadow_overlap-light ">Register</a>
			</li>
			<li class="flex flex_row">
				<span class="c_primary counter counter_increment flex_none float_left font_9 font_accent font_xbold lh_0 p-r_4 self_top p-t_4"></span>
				<div class="flex_auto">
					<p>If you have just registered and you have <strong class="uppercase m-x_2 p_2 bg_warning-3 br_radius p-x_3 font_xbold nowrap">waited 15 minutes</strong> and you have arrived here in error click the "Refresh Access" Button to get into [PRODUCT NAME].</p>
				</div>
			</li>
			<li class="flex flex_row gap_3 justify_center">
				<a title="reset the access from you account" href="[EVENT AUTHENTICATION URL]" class="w_100 block max-w_20 btn btn-primary c_white font_bold font_ui h:c_white shadow_overlap-light ">Refresh Access</a>
			</li>
			<li class="flex flex_row">
				<span class="c_primary counter counter_increment flex_none float_left font_9 font_accent font_xbold lh_0 p-r_4 self_top p-t_4"></span>
				<div class="flex_auto">
					<div class="flex flex_row:md flex_column">
						<div class="reading-typography flex flex_column gap_4 flex_50 p-r_5:md">
							<p class="font_bold">If you believe you have received this message in error, please contact <a href="mailto:MemberCare@ACC.org"><em>Member Care</em></a> </p>
							<ul class="ul_none p_3">
								<li class="font_bold">For additional questions, please contact ACC Member Care.</li>
								<li><strong>Email:</strong> <a href="mailto:MemberCare@ACC.org"><em>MemberCare@ACC.org</em></a></li>
								<li><strong>Phone:</strong> 202-375-6000 ext. 5603   </li>
								<li><strong>Toll-Free:</strong> 800-253-4636 ext. 5603</li>
							</ul>
						</div>
						<div class=" flex_50"`>
							{{> 'Sub.System.MemberData' }}
						</div>
					</div>
				</div>
			</li>
		</ol>
	</div>
</div>

MarkupWrapperClasses: 

Weight:0

Styleguide Sub.System.AccessTroubleShooting


*/
/*
Image and content

Description: 

Markup:
<div class="flex flex_row:lg flex_column">
    <div class="flex_none:lg self_center self_start:lg"><img src="https://picsum.photos/260/240" alt="" class="w_100 max-w_25:lg"></div>
    <div class="flex_auto p-x_5:lg p-y_4 p-y_0:lg ">
    <main class="reading-typography">
            <h3 class="">Lorem ipsum dolor sit amet consectetur adipisicing elit. Eius vitae ex minus voluptas, debitis consequuntur, voluptatem, ad nostrum quod eum pariatur natus? Aspernatur repellendus a sapiente iure quibusdam molestias nulla?</h3>
            <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Eius vitae ex minus voluptas, debitis consequuntur, voluptatem, ad nostrum quod eum pariatur natus? Aspernatur repellendus a sapiente iure quibusdam molestias nulla?</p>
            <p>Dolorem quo eos quibusdam illo eveniet. Eius repellendus totam nam atque aut dicta molestias et. Molestiae nobis rerum possimus voluptatem non. Natus soluta aliquam occaecati libero blanditiis sed sed non. Aut asperiores enim ut mollitia. Ea aliquam exercitationem consectetur temporibus laudantium harum voluptatem.Blanditiis sapiente accusantium in dolorem adipisci. Quibusdam nihil voluptates tempora. Itaque nihil iste nulla assumenda velit nam et corporis dolorem. Illo ea officia quibusdam harum. At quisquam ullam nam. Fugiat et debitis.</p>
        </main>
        <footer>
            <a href="https://www.acc.org/-/media/Non-Clinical/Files-PDFs-Excel-MS-Word-etc/Meetings/2021/Agendas/NYCVS-2021-Agenda.pdf?la=en&amp;hash=07D2FBA41852DA1B120569EAE9D96E8EEBB9F6B5&amp;_ga=2.39127523.1324976227.1642517088-301418094.1638216724" class="btn br_radius max-w_30 m_auto m-b_3 block shadow_overlap-light btn-primary c_white h:undecorated" target="_blank">Download Agenda</a>
        </footer>
    </div>
</div>

Weight:0

Styleguide Structures.ImageContentSimple
*/
/*
Call-to-Action Card

Description: Some content areas are chunked out to drive usage through a call to action card.

Markup:
<div class="br_radius flex flex_column justify_between p-x_5:lg p_4 shadow_overlap-light br_black-3 br_solid br_1">
<h2 class="font_bold c_primary m-t_0 block">Member Section</h2>
<p class="lh_3">Connect with ACC’s Sports and Exercise Member Section, THE home for sports and exercise professionals within the ACC, advocating for and advancing the priorities of the community, and serving as a College-wide resource for issues related to sports and exercise professionals.  </p>   
<a class="block br_radius btn btn-block btn-lg btn-secondary btn_lg m-b_3 m_auto shadow_overlap-light w_100">Call to Action</a>
</div>    

Weight:100

Styleguide  Structures.Call To Action
*/
/*
External Resource

External Sections of content that are helpful to cross promote other products from the conferences. 

primary    -  Change the color of the block to primary.
accent    -  Change the color of the block to accent.


Markup:
<article class="aspect_21x9 bg-blend_luminosity relative bg_cover bg_no-repeat bg_{{ modifier_class }}-2 br_1 br_black-3 br_radius br_solid flex_shrink generic_video generic_video-nolabel h:bg_secondary-n2 relative shadow_3 text_center c_{{ modifier_class }}-4">
    <em class="opacity_5 absolute t_1 r_2 fas font_4 fa-external-link-square-alt"></em>
    <a class="block font_7 font_6:md font_9:lg font_display font_xbold h:undecorated m_0 p_4 p_5:lg text_left uppercase c_inherit expanded-click-area" style="line-height: .85em" href="https://www.acc.org/latest-in-cardiology/features/accs-coronavirus-disease-2019-covid-19-hub?_ga=2.121293644.574512269.1591713176-49927898.1591404069#sort=%40fcommonsortdate90022%20descending" target="_blank"><span class="font_3 font_4:md m_0 m-l_0 m-b_n2 lh_0 block m-b_2">ACC’s</span>
    <span class=" block">COVID-19 HUB</span>
 </a>
 </article>

 MarkupWrapperClasses:
 gap-x_4 gap-y_4 grid template-x_30


Styleguide Structures.External Resource
*/
/*

Alpha List

Long list of alpha ordered items with quick link jumping to the letter.

Markup:
<h1 id="AlphaNavTop" class="font_4 c_primary" >Alpha List</h1>
<section class="relative p-t_2">
    <div class=" sticky t_0 r_0 z_1">
        <div class="absolute r_4 t_0  flex flex_row flex_nowrap gap-x_3">
        <!--  Helper Jump links -->
        <a class="br-tl_square br-tr_square br_radius btn btn-accent btn-sm grid items_center justify_center m-l_auto self_center shadow_3" href="#AlphaNavTop">
        <span><i class="fas fa-arrow-up"></i> top</span>
        </a>
        <!--  Helper Jump links -->  
        </div>
    </div>
<nav class="bg_white br_radius grid items_center p_3 p_4:lg relative shadow_overlap-light z_2 m-t_n2">
        <ul class="c_secondary-2 flex:lg flex_row font_bold gap_4 grid columns_5 justify_around:lg justify_center m-x_4 m-y_3 ul_none">
            <li class="{{> Structures.AlphaList.li_classes }}">A</li>
            <li class="{{> Structures.AlphaList.li_classes }}">B</li>
            <li class="{{> Structures.AlphaList.li_classes }}">C</li>
            <li class="{{> Structures.AlphaList.li_classes }}">D</li>
            <li class="{{> Structures.AlphaList.li_classes }}">E</li>
            <li class="{{> Structures.AlphaList.li_classes }}">F</li>
            <li class="{{> Structures.AlphaList.li_classes }}">G</li>
            <li class="{{> Structures.AlphaList.li_classes }}">H</li>
            <li class="{{> Structures.AlphaList.li_classes }}">I</li>
            <li class="{{> Structures.AlphaList.li_classes }}">J</li>
            <li class="{{> Structures.AlphaList.li_classes }}">K</li>
            <li class="{{> Structures.AlphaList.li_classes }}">L</li>
            <li class="{{> Structures.AlphaList.li_classes }}">M</li>
            <li class="{{> Structures.AlphaList.li_classes }}">N</li>
            <li class="{{> Structures.AlphaList.li_classes }}">O</li>
            <li class="{{> Structures.AlphaList.li_classes }}">P</li>
            <li class="{{> Structures.AlphaList.li_classes }}">Q</li>
            <li class="{{> Structures.AlphaList.li_classes }}"><a class="{{> Structures.AlphaList.link_classes }}"href="#R">R</a></li>
            <li class="{{> Structures.AlphaList.li_classes }}"><a class="{{> Structures.AlphaList.link_classes }}"href="#S">S</a></li>
            <li class="{{> Structures.AlphaList.li_classes }}"><a class="{{> Structures.AlphaList.link_classes }}"href="#T">T</a></li>
            <li class="{{> Structures.AlphaList.li_classes }}">U</li>
            <li class="{{> Structures.AlphaList.li_classes }}">V</li>
            <li class="{{> Structures.AlphaList.li_classes }}">W</li>
            <li class="{{> Structures.AlphaList.li_classes }}">X</li>
            <li class="{{> Structures.AlphaList.li_classes }}">Y</li>
            <li class="{{> Structures.AlphaList.li_classes }}">Z</li>
        </ul>
    </nav>
    <div id="R" class="{{> Structures.AlphaList.container_classes }}" >
        <div class="flex_none"><div class="{{> Structures.AlphaList.marker_classes }}">R</div></div>
        <ul class="{{> 'Structures.AlphaList.list_item_container_classes'}}">
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Rafi Iles"}}</li>
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Rhiann Best"}}</li>
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Romana Ibarra"}}</li>
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Roseanne Bridges"}}</li>
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Roy Squires"}}</li>
        </ul>
    </div>
    <div id="S" class="{{> Structures.AlphaList.container_classes }}" >
        <div class="flex_none"><div class="{{> Structures.AlphaList.marker_classes }}">S</div></div>
        <ul class="{{> 'Structures.AlphaList.list_item_container_classes'}}">
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Sammy Christie"}}</li>
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Sanjeev Hatfield"}}</li>
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Scarlett-Rose"}}</li> 
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Sioned Enriquez"}}</li>
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Sophia-Rose"}}</li> 
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Sorcha Avery"}}</li>
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Sulayman Wells"}}</li>
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Sumaiya Millington"}}</li>
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Sammy Christie"}}</li>
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Sanjeev Hatfield"}}</li>
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Scarlett-Rose"}}</li> 
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Sioned Enriquez"}}</li>
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Sophia-Rose"}}</li>
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Sorcha Avery"}}</li>
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Sulayman Wells"}}</li>
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Sumaiya Millington"}}</li>
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Sammy Christie"}}</li>
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Sanjeev Hatfield"}}</li>
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Scarlett-Rose"}}</li> 
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Sioned Enriquez"}}</li>
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Sophia-Rose"}}</li> 
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Sorcha Avery"}}</li>
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Sulayman Wells"}}</li>
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Sumaiya Millington"}}</li>
        </ul>
    </div>
    <div id="T" class="{{> Structures.AlphaList.container_classes }}" >
        <div class="flex_none"><div class="{{> Structures.AlphaList.marker_classes }}">T</div></div>
        <ul class="{{> 'Structures.AlphaList.list_item_container_classes'}}">
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Tatiana Buchanan"}}</li>
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Terrell Healy"}}</li>
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Tolga Monaghan"}}</li>
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Tyriq Perry"}}</li>
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Tatiana Buchanan"}}</li>
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Terrell Healy"}}</li>
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Tolga Monaghan"}}</li>
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Tyriq Perry"}}</li>
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Tatiana Buchanan"}}</li>
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Terrell Healy"}}</li>
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Tolga Monaghan"}}</li>
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Tyriq Perry"}}</li>
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Tatiana Buchanan"}}</li>
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Terrell Healy"}}</li>
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Tolga Monaghan"}}</li>
            <li>{{> "Structures.AlphaList.list_item_name" modifier_class="Tyriq Perry"}}</li>
        </ul>
    </div>
</section>


Weight:0

Styleguide Structures.AlphaList
*/
/*

Style - Container Classes

Markup:
relative br-t_1 br_dotted br_primary-3 w_100  p-y_4 font_0 flex_row flex 

Styleguide Structures.AlphaList.container_classes
*/
/*

Style - Marker Classes

Markup:
c_white font_8 font_accent font_bold inline-block uppercase shadow_overlap-light bg_primary-n2 lh_0 br_radius p_2 p-x_4 m-x_3 sticky t_4  flex_none

Styleguide Structures.AlphaList.marker_classes
*/
/*

Style - List Item Nav Classes

Markup:
c_black-7  text_center 

Styleguide Structures.AlphaList.li_classes
*/
/*

Style - List Item Nav Link Classes

Markup:
bg_primary-4 br_radius h:c_white h:bg_primary-n3 p-x_3 block h:undecorated

Styleguide Structures.AlphaList.link_classes 
*/
/*

Sub - List Item Name

Markup:
<span class="p-y_3 lh_1">
<span data-name="newMember__name" class="block font_display c_primary-n2 font-size_up lh_0 m-b_3">
    {{ modifier_class }}
</span>
<span data-name="newMember__title" class="block font-size_down-1 lh_1 m-b_2 c_black-8">
    {{> "Sub.Data.Faculty.Title" }}
</span>
<span data-name="newMember__location" class="block font-size_down-2 c_black-6">
    {{> "Sub.Data.Faculty.Location" }}
</span>
</span>

Styleguide Structures.AlphaList.list_item_name 
*/
/*

Style - List Item Container Classes



Markup:
flex_auto gap-x_5 gap-y_4 grid columns_1 columns_2:md columns_3:lg p-t_0 p_4 ul_none

Weight:0

Styleguide Structures.AlphaList.list_item_container_classes
*/
/*

Awardee

The basic Data of an awardee.

Markup:
<h2>HeadShot</h2>
<h2>Display Name</h2>
{{> "Sub.Data.Faculty.FullName" }}
<h2>Title</h2>
{{> "Sub.Data.Faculty.Title" }}
<h2>Location</h2>
{{> "Sub.Data.Faculty.Location" }}

MarkupWrapperClasses: reading-typography

Weight: 300

Styleguide Awards.Awardee
*/
/*

Awardee Avatar

When a head shot is missing it should use the avatar.

Markup:
<div class="aspect_1x1 w_100 grid text_center items_center justify_center bg_black-3 c_black-3 font_10" data-name="awardee__no_image">
<span class="fa-stack"> <i class="fa-user fas fa-stack-2x"></i> <i style="font-size: 70%;top: 25%;" class="fa-medal fas fa-stack-1x"></i></span>
</div>


MarkupWrapperClasses: br_round br_solid br_black-3 br_1 overflow_hidden shadow_bevel-light max-w_20 

Weight: 0

Styleguide Awards.Awardee.Avatar
*/
/*

Awardee Avatar No Video

When a head shot is missing it should use the avatar.

Markup:
<div class="aspect_4x3:lg bg_black-3 c_black-3 font_10 font_5 grid items_center justify_center text_center w_100" data-name="awardee__no_video">
	<span class="fa-stack"> 
		<i class="fas fa-rectangle-landscape fa-stack-2x"></i>
		<i style="font-size: 70%;" class="fa-video-slash fas fa-stack-1x"></i>
	</span>
</div>


MarkupWrapperClasses: br_round br_solid br_black-3 br_1 overflow_hidden shadow_bevel-light max-w_20 

Weight: 0

Styleguide Awards.Awardee.AvatarNoVideo
*/
/*

Awardee Premium

The base DOM and Data that represent an awardee. Head shots images are maxed at 350px wide.

flex_column			- The stacked version of the awardee.

Markup:
<div data-name="awardee" class="{{ modifier_class }} flex gap_4 w_100 self_center items_center">
	<div data-name="awardee__image" class="br_round br_solid br_black-3 br_1 overflow_hidden shadow_bevel-light max-w_20">
		{{> "Sub.Data.Faculty.Photo"}}
	</div>
	<div data-name="awardee__content" class="m-y_3 p-x_3 max-w_35">
		<div data-name="awardee__name" class="font_display c_primary-n2 font-size_up lh_0 m-b_3">
			{{> "Sub.Data.Faculty.FullName" }}
		</div>
		<div data-name="awardee__title" class="font-size_down lh_2 m-b_2">
			{{> "Sub.Data.Faculty.Title" }}
		</div>
		<div data-name="awardee__location" class="font-size_down-1 m-b_2 c_black-6">
			{{> "Sub.Data.Faculty.Location" }}
		</div>
	</div>
</div>

MarkupWrapperClasses: font_2

Weight:  -100

Styleguide Awards.Awardee.Premium
*/
/*

Awardee Premium with Video

The base DOM and Data that represent an awardee. Head shots images are maxed at 350px wide.

flex_column			- The stacked version of the awardee.

Markup:
<div data-name="awardee" class="{{ modifier_class }} flex gap_4 w_100 self_center items_center">
	<div data-name="awardee__video" class=" overflow_hidden shadow_bevel-light w_100">
		<div class="player hd full w_100">
			<div class="bg_acc aspect_4x3 c_white text_center  justify_center flex items_center">Video EMBED</div>
		</div>
	</div>
	<div data-name="awardee__content" class="m-y_3 p-x_3 max-w_35">
		<div data-name="awardee__name" class="font_display c_primary-n2 font-size_up lh_0 m-b_3">
			{{> "Sub.Data.Faculty.FullName" }}
		</div>
		<div data-name="awardee__title" class="font-size_down lh_2 m-b_2">
			{{> "Sub.Data.Faculty.Title" }}
		</div>
		<div data-name="awardee__location" class="font-size_down-1 m-b_2 c_black-6">
			{{> "Sub.Data.Faculty.Location" }}
		</div>
	</div>
</div>

MarkupWrapperClasses: font_2

Weight:  -100

Styleguide Awards.Awardee.Premium.Video
*/
/*

Awardee Standard

The base DOM and Data that represent an awardee. Head shots images are maxed at 240px wide.

flex_column			- The stacked version of the awardee.

Markup:
<div data-name="awardee" class="{{ modifier_class }} flex gap_4 w_100 self_center items_center">
	<div data-name="awardee__image" class="br_solid br_black-3 br_1 overflow_hidden w_100 max-w_15">
		{{> "Sub.Data.Faculty.Photo"}}
	</div>
	<div data-name="awardee__content" class="m-y_3 p-x_3 max-w_35">
		<div data-name="awardee__name" class="font_display c_primary-n2 font-size_up lh_0 m-b_3">
			{{> "Sub.Data.Faculty.FullName" }}
		</div>
		<div data-name="awardee__title" class="font-size_down lh_2 m-b_2">
			{{> "Sub.Data.Faculty.Title" }}
		</div>
		<div data-name="awardee__location" class="font-size_down-1 m-b_2 c_black-6">
			{{> "Sub.Data.Faculty.Location" }}
		</div>
	</div>
</div>

MarkupWrapperClasses: font_1


Weight:  -50

Styleguide Awards.Awardee.Standard
*/
/*

Awardee Standard with Avatar

The base DOM and Data that represent an awardee. Head shots images are maxed at 240px wide.

flex_column			- The stacked version of the awardee.

Markup:
<div data-name="awardee" class="{{ modifier_class }} flex gap_4 w_100 self_center items_center">
	<div data-name="awardee__image" class="br_solid br_black-3 br_1 overflow_hidden w_100 max-w_15">
		{{> "Awards.Awardee.Avatar"}}
	</div>
	<div data-name="awardee__content" class="m-y_3 p-x_3 max-w_35">
		<div data-name="awardee__name" class="font_display c_primary-n2 font-size_up lh_0 m-b_3">
			{{> "Sub.Data.Faculty.FullName" }}
		</div>
		<div data-name="awardee__title" class="font-size_down lh_2 m-b_2">
			{{> "Sub.Data.Faculty.Title" }}
		</div>
		<div data-name="awardee__location" class="font-size_down-1 m-b_2 c_black-6">
			{{> "Sub.Data.Faculty.Location" }}
		</div>
	</div>
</div>

MarkupWrapperClasses: font_1


Weight:  -50

Styleguide Awards.Awardee.Standard.Avatar
*/
/*

Awardee Condensed

The base DOM and Data that represent an awardee. Head shots images are maxed at 160px wide.

flex_column			- The stacked version of the awardee.

Markup:
<div data-name="awardee" class="{{ modifier_class }} flex gap_3 w_100 self_center items_center">
	<div data-name="awardee__image" class="br_solid br_black-3 br_1 overflow_hidden w_100 max-w_10">
		{{> "Sub.Data.Faculty.Photo"}}
	</div>
	<div data-name="awardee__content" class="m-y_3 p-x_3 max-w_35">
		<div data-name="awardee__name" class="font_display c_primary-n2 font-size_up lh_0 m-b_3">
			{{> "Sub.Data.Faculty.FullName" }}
		</div>
		<div data-name="awardee__title" class="font-size_down lh_2 m-b_2">
			{{> "Sub.Data.Faculty.Title" }}
		</div>
		<div data-name="awardee__location" class="font-size_down-1 m-b_2 c_black-6">
			{{> "Sub.Data.Faculty.Location" }}
		</div>
	</div>
</div>

MarkupWrapperClasses:

Weight:  50

Styleguide Awards.Awardee.Condensed

*/
/*
Awardee Ultra Condensed

The base DOM and Data that represent an awardee. Head shots images are maxed at 80px wide.

flex_column			- The stacked version of the awardee.

Markup:
<div data-name="awardee" class="{{ modifier_class }} flex gap_3 w_100 self_center items_center">
	<div data-name="awardee__image" class="br_solid br_black-3 br_1 overflow_hidden w_100 max-w_5">
		{{> "Sub.Data.Faculty.Photo"}}
	</div>
	<div data-name="awardee__content" class="m-y_3 p-x_3 max-w_35">
		<div data-name="awardee__name" class="font_display c_primary-n2 font-size_up lh_0 m-b_3">
			{{> "Sub.Data.Faculty.FullName" }}
		</div>
		<div data-name="awardee__title" class="font-size_down lh_2 m-b_2">
			{{> "Sub.Data.Faculty.Title" }}
		</div>
		<div data-name="awardee__location" class="font-size_down-1 m-b_2 c_black-6">
			{{> "Sub.Data.Faculty.Location" }}
		</div>
	</div>
</div>

MarkupWrapperClasses:

Weight: 100

Styleguide Awards.Awardee.UltraCondensed

*/
/*

Awards

Awards in the system is a looped collections of information with a title and optional description of the award and the looped recipients. Depending on the type of award, the level of the award is more or less decorated. 
MarkupWrapperClasses: 

Weight:0

Styleguide Awards.Level
*/
/*

Award Premiere

The Premiere award is a special award that includes additional information about the award and the awardee. The content can be html and event include embeds of video and images.

MarkupWrapperClasses: 

Weight:0

Styleguide Awards.Level.Premiere
*/
/*
Award Premiere Tier Stacked

Awards are blocks design to display the awards for the conference.

Markup:
<ul class="ul_none m_0 m-b_4 p_0 grid columns_3:lg gap_5">
	<li data-name="award__container" class="{{ modifier_class }} flex gap_4 gap_5:lg bg_black-1 p_4 br_radius br_black-3 br_solid br_1 flex_column flex_column:lg flex_row:md  shadow_overlap-light">
		{{> "Awards.Awardee.Premium" modifier_class="font_3:lg font_2:md font_1 flex_column bg_white-8 p_3 br_radius shadow_n1 p-t_4 br_solid br_black-1 br_1" }}
		<div data-name="award__detail" class="font_0">   
		<div data-name="awardee__title" class="font_medium font_display c_primary-n3 lh_1 m-b_2 m-t_3 font-size_up-1">
				{{> "Sub.Data.Award.Title" }}
			</div>
			<div data-name="awardee__description" class="reading-typography m_4 ">
				{{> "Sub.Data.Award.Description" }}
			</div>
		</div>
	</li>
	<li data-name="award__container" class="{{ modifier_class }} flex gap_4 gap_5:lg bg_black-1 p_4 br_radius br_black-3 br_solid br_1 flex_column flex_column:lg flex_row:md shadow_overlap-light">
		{{> "Awards.Awardee.Premium" modifier_class="font_3:lg font_2:md font_1 flex_column bg_white-8 p_3 br_radius shadow_n1 p-t_4 br_solid br_black-1 br_1" }}
		<div data-name="award__detail" class="font_0">   
		<div data-name="awardee__title" class="font_medium font_display c_primary-n3 lh_1 m-b_2 m-t_3 font-size_up-1">
				{{> "Sub.Data.Award.Title" }}
			</div>
			<div data-name="awardee__description" class="reading-typography m_4 ">
				{{> "Sub.Data.Award.Description" }}
			</div>
		</div>
	</li>	
</ul>

MarkupWrapperClasses:  

Weight: 0

Styleguide Awards.Level.Premiere.Column

*/
/*
Award Premiere Tier Row

Awards are blocks design to display the awards for the conference.


Markup:
<li data-name="award__container" class="{{ modifier_class }} flex_row:md flex gap_4 gap_5:lg bg_black-1 p_4 br_radius br_black-3 br_solid br_1 flex_column shadow_overlap-light">
	{{> "Awards.Awardee.Premium" modifier_class="font_3:lg font_2:md font_1 flex_column bg_white-8 p_3 br_radius shadow_n1 p-t_4 br_solid br_black-1 br_1" }}
	<div data-name="award__detail" class="font_0">   
		<div data-name="awardee__title" class="font_medium font_display c_primary-n3 lh_1 m-b_2 m-t_3 font-size_up-1">
			{{> "Sub.Data.Award.Title" }}
		</div>
		<div data-name="awardee__description" class="reading-typography m_4 ">
			{{> "Sub.Data.Award.Description" }}
		</div>
	</div>
</li>

MarkupWrapperClasses:

Weight: 0

Styleguide Awards.Level.Premiere.Row

*/
/*
Award Premiere Video

Awards are blocks design to display the awards for the conference.

Markup:
<ul class="ul_none m_0 m-b_4 p_0 grid columns_3:lg columns_2:md columns_1 gap_4">
<li data-name="award__container" class="{{ modifier_class }} flex gap_4 gap_5:lg bg_black-1 p_4 br_radius br_black-3 br_solid br_1 flex_column shadow_overlap-light">
	{{> "Awards.Awardee.Premium.Video" modifier_class="font_2:lg font_1:md font_0 flex_column" }}
</li>
<li data-name="award__container" class="{{ modifier_class }} flex gap_4 gap_5:lg bg_black-1 p_4 br_radius br_black-3 br_solid br_1 flex_column shadow_overlap-light">
	{{> "Awards.Awardee.Premium.Video" modifier_class="font_2:lg font_1:md font_0 flex_column" }}
</li>
<li data-name="award__container" class="{{ modifier_class }} flex gap_4 gap_5:lg bg_black-1 p_4 br_radius br_black-3 br_solid br_1 flex_column shadow_overlap-light">
	{{> "Awards.Awardee.Premium.Video" modifier_class="font_2:lg font_1:md font_0 flex_column" }}
</li>
</ul>

Weight: 0

Styleguide Awards.Level.Premiere.Video

*/
/*
Award + Status

Awards are blocks design to display the awards for the conference.


Markup:
<h2 class="font_3:lg font_2 font_display font_bold c_primary-n3">{{> "Sub.Data.Award.Title" }} [Column]</h2>
<ul class="ul_none m_0 m-b_4 p_0 grid columns_4:lg gap_4 columns_3:md columns_1">
	<li data-name="award__container" class="flex gap_4 gap_5:lg bg_black-1 p_4 flex_column relative br_black-1 br_solid br_1">
		<div class="absolute nowrap overflow_ellipsis bg_acc br-bl_radius br-br_radius br_1 br_solid br_square br_white-4 c_white font_xbold p-t_3 p-x_4 p_3 r_4 r_5:lg shadow_overlap-light uppercase t_n1 text_center">1<sup>st</sup> place</div>
		{{> "Awards.Awardee.Standard" modifier_class="flex_column font_1:lg font_0 m-t_5" }}
	</li>
	<li data-name="award__container" class="flex gap_4 gap_5:lg bg_black-1 p_4 flex_column relative br_black-1 br_solid br_1">
		<div class="absolute nowrap overflow_ellipsis bg_acc br-bl_radius br-br_radius br_1 br_solid br_square br_white-4 c_white font_xbold p-t_3 p-x_4 p_3 r_4 r_5:lg shadow_overlap-light uppercase t_n1 text_center">2<sup>st</sup> place</div>
		{{> "Awards.Awardee.Standard.Avatar" modifier_class="flex_column font_1:lg font_0 m-t_5" }}
	</li>
		<li data-name="award__container" class="flex gap_4 gap_5:lg bg_black-1 p_4 flex_column relative br_black-1 br_solid br_1">
		<div class="absolute nowrap overflow_ellipsis bg_acc br-bl_radius br-br_radius br_1 br_solid br_square br_white-4 c_white font_xbold p-t_3 p-x_4 p_3 r_4 r_5:lg shadow_overlap-light uppercase t_n1 text_center">2<sup>st</sup> place</div>
		{{> "Awards.Awardee.Standard.Avatar" modifier_class="flex_column font_1:lg font_0 m-t_5" }}
	</li>
	<li data-name="award__container" class="flex gap_4 gap_5:lg bg_black-1 p_4 flex_column relative br_black-1 br_solid br_1">
		<div class="absolute nowrap overflow_ellipsis bg_acc br-bl_radius br-br_radius br_1 br_solid br_square br_white-4 c_white font_xbold p-t_3 p-x_4 p_3 r_4 r_5:lg shadow_overlap-light uppercase t_n1 text_center">2<sup>st</sup> place</div>
		{{> "Awards.Awardee.Standard.Avatar" modifier_class="flex_column font_1:lg font_0 m-t_5" }}
	</li>
	<li data-name="award__container" class="flex gap_4 gap_5:lg bg_black-1 p_4 flex_column relative br_black-1 br_solid br_1">
		<div class="absolute nowrap overflow_ellipsis bg_acc br-bl_radius br-br_radius br_1 br_solid br_square br_white-4 c_white font_xbold p-t_3 p-x_4 p_3 r_4 r_5:lg shadow_overlap-light uppercase t_n1 text_center">2<sup>st</sup> place</div>
		{{> "Awards.Awardee.Standard.Avatar" modifier_class="flex_column font_1:lg font_0 m-t_5" }}
	</li>
		<li data-name="award__container" class="flex gap_4 gap_5:lg bg_black-1 p_4 flex_column relative br_black-1 br_solid br_1">
		<div class="absolute nowrap overflow_ellipsis bg_acc br-bl_radius br-br_radius br_1 br_solid br_square br_white-4 c_white font_xbold p-t_3 p-x_4 p_3 r_4 r_5:lg shadow_overlap-light uppercase t_n1 text_center">2<sup>st</sup> place</div>
		{{> "Awards.Awardee.Standard.Avatar" modifier_class="flex_column font_1:lg font_0 m-t_5" }}
	</li>
</ul>
<h2 class="font_3:lg font_2 font_display font_bold c_primary-n3">{{> "Sub.Data.Award.Title" }} [Row]</h2>
<ul class="ul_none m_0 m-b_4 p_0 grid columns_2:lg columns_1  gap_4">
	<li data-name="award__container" class="flex gap_4 gap_5:lg bg_black-1 p_4 flex_column flex_row:md relative br_black-1 br_solid br_1 m-b_3">
		<div class="absolute nowrap overflow_ellipsis bg_acc br-bl_radius br-br_radius br_1 br_solid br_square br_white-4 c_white font_xbold p-t_3 p-x_4 p_3 r_4 r_5:lg shadow_overlap-light uppercase t_n1 text_center">1<sup>st</sup> place</div>
		{{> "Awards.Awardee.Standard" modifier_class="flex_row:lg font_1:lg font_0 items_start m-t_5 m-t_0:lg" }}
	</li>
	<li data-name="award__container" class="flex gap_4 gap_5:lg bg_black-1 p_4 flex_column flex_row:md relative br_black-1 br_solid br_1 m-b_3">
		<div class="absolute nowrap overflow_ellipsis bg_acc br-bl_radius br-br_radius br_1 br_solid br_square br_white-4 c_white font_xbold p-t_3 p-x_4 p_3 r_4 r_5:lg shadow_overlap-light uppercase t_n1 text_center">2<sup>nd</sup> place</div>
		{{> "Awards.Awardee.Standard.Avatar" modifier_class="flex_row:lg font_1:lg font_0 items_start m-t_5 m-t_0:lg" }}
	</li>
	<li data-name="award__container" class="flex gap_4 gap_5:lg bg_black-1 p_4 flex_column flex_row:md relative br_black-1 br_solid br_1 m-b_3">
		<div class="absolute nowrap overflow_ellipsis bg_acc br-bl_radius br-br_radius br_1 br_solid br_square br_white-4 c_white font_xbold p-t_3 p-x_4 p_3 r_4 r_5:lg shadow_overlap-light uppercase t_n1 text_center">2<sup>nd</sup> place</div>
		{{> "Awards.Awardee.Standard.Avatar" modifier_class="flex_row:lg font_1:lg font_0 items_start m-t_5 m-t_0:lg" }}
	</li>
	<li data-name="award__container" class="flex gap_4 gap_5:lg bg_black-1 p_4 flex_column flex_row:md relative br_black-1 br_solid br_1 m-b_3">
		<div class="absolute nowrap overflow_ellipsis bg_acc br-bl_radius br-br_radius br_1 br_solid br_square br_white-4 c_white font_xbold p-t_3 p-x_4 p_3 r_4 r_5:lg shadow_overlap-light uppercase t_n1 text_center">1<sup>st</sup> place</div>
		{{> "Awards.Awardee.Standard" modifier_class="flex_row:lg font_1:lg font_0 items_start m-t_5 m-t_0:lg" }}
	</li>
	<li data-name="award__container" class="flex gap_4 gap_5:lg bg_black-1 p_4 flex_column flex_row:md relative br_black-1 br_solid br_1 m-b_3">
		<div class="absolute nowrap overflow_ellipsis bg_acc br-bl_radius br-br_radius br_1 br_solid br_square br_white-4 c_white font_xbold p-t_3 p-x_4 p_3 r_4 r_5:lg shadow_overlap-light uppercase t_n1 text_center">2<sup>nd</sup> place</div>
		{{> "Awards.Awardee.Standard.Avatar" modifier_class="flex_row:lg font_1:lg font_0 items_start m-t_5 m-t_0:lg" }}
	</li>
	<li data-name="award__container" class="flex gap_4 gap_5:lg bg_black-1 p_4 flex_column flex_row:md relative br_black-1 br_solid br_1 m-b_3">
		<div class="absolute nowrap overflow_ellipsis bg_acc br-bl_radius br-br_radius br_1 br_solid br_square br_white-4 c_white font_xbold p-t_3 p-x_4 p_3 r_4 r_5:lg shadow_overlap-light uppercase t_n1 text_center">2<sup>nd</sup> place</div>
		{{> "Awards.Awardee.Standard.Avatar" modifier_class="flex_row:lg font_1:lg font_0 items_start m-t_5 m-t_0:lg" }}
	</li>
</ul>

MarkupWrapperClasses:

Weight: 0

Styleguide Awards.Level.Standard.Status

*/
/*
Award Condensed

Awards are blocks design to display the awards for the conference.


Markup:
<h2 class="font_2:lg font_1 font_display font_bold c_primary-n3">{{> "Sub.Data.Award.Title" }} [Column]</h2>
<ul class="ul_none m_0 m-b_4 p_0 grid columns_5:lg columns_3:md columns_2 gap_4">
	<li data-name="award__container" class="flex bg_black-1 p_4 flex_column relative">
		{{> "Awards.Awardee.Condensed" modifier_class="flex_column font_0" }}
	</li>
	<li data-name="award__container" class="flex bg_black-1 p_4 flex_column relative">
		{{> "Awards.Awardee.Condensed" modifier_class="flex_column font_0" }}
	</li>
	<li data-name="award__container" class="flex bg_black-1 p_4 flex_column relative">
		{{> "Awards.Awardee.Condensed" modifier_class="flex_column font_0" }}
	</li>
	<li data-name="award__container" class="flex bg_black-1 p_4 flex_column relative">
		{{> "Awards.Awardee.Condensed" modifier_class="flex_column font_0" }}
	</li>
	<li data-name="award__container" class="flex bg_black-1 p_4 flex_column relative">
		{{> "Awards.Awardee.Condensed" modifier_class="flex_column font_0" }}
	</li>
	<li data-name="award__container" class="flex bg_black-1 p_4 flex_column relative">
		{{> "Awards.Awardee.Condensed" modifier_class="flex_column font_0" }}
	</li>
	<li data-name="award__container" class="flex bg_black-1 p_4 flex_column relative">
		{{> "Awards.Awardee.Condensed" modifier_class="flex_column font_0" }}
	</li>
	<li data-name="award__container" class="flex bg_black-1 p_4 flex_column relative">
		{{> "Awards.Awardee.Condensed" modifier_class="flex_column font_0" }}
	</li>
	<li data-name="award__container" class="flex bg_black-1 p_4 flex_column relative">
		{{> "Awards.Awardee.Condensed" modifier_class="flex_column font_0" }}
	</li>
</ul>
<h2 class="font_2:lg font_1 font_display font_bold c_primary-n3">{{> "Sub.Data.Award.Title" }} [Row]</h2>
<ul class="ul_none m_0 m-b_4 p_0 grid columns_2 gap_4">
	<li data-name="award__container" class="flex bg_black-1 p_4 flex_column flex_row:md relative m-b_2">
		{{> "Awards.Awardee.Condensed" modifier_class="flex_row:lg font_0 items_start" }}
	</li>
	<li data-name="award__container" class="flex bg_black-1 p_4 flex_column flex_row:md relative m-b_2">
		{{> "Awards.Awardee.Condensed" modifier_class="flex_row:lg font_0 items_start" }}
	</li>
</ul>


Weight:  100

Styleguide Awards.Level.Condensed

*/
/*
Award Ultra Condensed

Awards are blocks design to display the awards for the conference.


Markup:
<h3 class="font_1:lg font_0 font_display font_bold c_primary-n3">{{> "Sub.Data.Award.Title" }}</h3>
<ul class="ul_none grid columns_3:lg columns_2:md columns_1 gap_4">
	<li data-name="award__container" class="p-y_3 br-b_1 br_dotted br_primary-3">
		{{> "Awards.Awardee.UltraCondensed" modifier_class="flex_row:lg font_0 items_start" }}
	</li>
	<li data-name="award__container" class="p-y_3 br-b_1 br_dotted br_primary-3">
		{{> "Awards.Awardee.UltraCondensed" modifier_class="flex_row:lg font_0 items_start" }}
	</li>
	<li data-name="award__container" class="p-y_3 br-b_1 br_dotted br_primary-3">
		{{> "Awards.Awardee.UltraCondensed" modifier_class="flex_row:lg font_0 items_start" }}
	</li>
	<li data-name="award__container" class="p-y_3 br-b_1 br_dotted br_primary-3">
		{{> "Awards.Awardee.UltraCondensed" modifier_class="flex_row:lg font_0 items_start" }}
	</li>
	<li data-name="award__container" class="p-y_3 br-b_1 br_dotted br_primary-3">
		{{> "Awards.Awardee.UltraCondensed" modifier_class="flex_row:lg font_0 items_start" }}
	</li>
	<li data-name="award__container" class="p-y_3 br-b_1 br_dotted br_primary-3">
		{{> "Awards.Awardee.UltraCondensed" modifier_class="flex_row:lg font_0 items_start" }}
	</li>
	<li data-name="award__container" class="p-y_3 br-b_1 br_dotted br_primary-3">
		{{> "Awards.Awardee.UltraCondensed" modifier_class="flex_row:lg font_0 items_start" }}
	</li>
	<li data-name="award__container" class="p-y_3 br-b_1 br_dotted br_primary-3">
		{{> "Awards.Awardee.UltraCondensed" modifier_class="flex_row:lg font_0 items_start" }}
	</li>
</ul>

MarkupWrapperClasses:

Weight:  100

Styleguide Awards.Level.UltraCondensed

*/
/*
Channel Player

Description: 

Markup:
<div class="flex_column flex" id="session_7183">
    <header class="flex flex_row font_0 font_1:md font_3:lg p-y_3">
        <h3 class="c_primary-n2 flex_auto font-size_up-1 font_display lh_1 lh_2 m-b_3 m_0 p-l_3:lg w_100">
                <span class="block">
                    <strong class="font_bold p-r_3">{{> "Sub.Data.Session.ID"}}</strong> {{> "Sub.Data.Session.Title"}} </span>
                <span class="c_accent font-size_down-2 lh_0 inline-block">
                {{> "Sub.Data.Agenda.LiveDate"}}  {{> "Sub.Data.Agenda.LiveTime" }}
                </span>
            </h3>
            <div class="self_start flex gap_2">
            {{> "Sub.ActionButtons.Favorite"}}
            {{> "Sub.Attachments.BigButton"}}
            </div>
    </header>
    <section class="page-main fullscreen-player flex flex_row:md flex_column gap-x_4 gap-y_3">
        <div class="flex_auto w_100">
            <div class="player hd full">
                <div class="bg_acc aspect_4x3 c_white text_center  justify_center flex items_center">VIDEO</div>
            </div>
            <section class="p-t_3 display_none block:md">
                <div  class="br-b_2 br_0 br_solid br_primary-2">   
                {{> "Sub.Presentation.List"}}
                </div>
                <div class="font_bold font_n4 h_3lh m-b_4 relative uppercase">
                    <a class="absolute bg_primary br-bl_radius br-br_radius c_white p-x_3 p_2 r_3 t_n1"  href="#session_7183">top</a>
                </div>
            </section>
        </div>
        <div class="flex_auto max-w_25:lg max-w_20:md w_100 flex flex_column gap-y_3 justify_start">
            {{> "Sub.Player.Chat" modifier_class="flex_0"}}
            {{> "Sub.Player.CIO"  modifier_class="flex_0"}}
            <section class="p-t_3 display_none:md block">
                <div  class="br-b_2 br_0 br_solid br_primary-2">   
                {{> "Sub.Presentation.List"}}
                </div>
                <div class="font_bold font_n4 h_3lh m-b_4 relative uppercase">
                    <a class="absolute bg_primary br-bl_radius br-br_radius c_white p-x_3 p_2 r_3 t_n1" href="#session_7183">top</a>
                </div>
            </section>
            {{> "Sub.Player.AuxData" modifier_class="p_4 bg_black-1 br_radius self_start shadow_emboss-light font_n1"}}
        </div>
    </section>
</div>

SubComponents:
Sub.Attachments.BigButton - Attachments
Sub.FacultyList - Faculty List
Sub.Player.AuxData - Aux Data
Sub.ActionButtons.Favorite - Favorite Button
Sub.Player.CIO - CIO
Sub.Player.Chat - Chat

Data:
Sub.Data.Session.Title - Title
Sub.Data.Session.ID - Session ID
Sub.Presentation.List - Presentation List


Weight:0

Styleguide Page.Player.Channel
*/
/*
Channel Player - UP NEXT

Description: 

Markup:
<div class="flex_column flex" id="session_7183">
	<header class="flex flex_row font_0 font_1:md font_3:lg p-y_3">
		<h3 class="c_primary-n2 flex_auto font-size_up-1 font_display lh_1 lh_2 m-b_3 m_0 p-l_3:lg w_100">
			<span class="block"> Your Watching Channel "Hot Topics" </span>
		</h3>
		<div class="self_start flex gap_2">
			{{> "Sub.ActionButtons.Favorite.Disabled"}}
			{{> "Sub.Attachments.BigButton.Disabled"}}
		</div>
	</header>
	<section class="page-main fullscreen-player flex flex_row:md flex_column gap-x_4 gap-y_3">
		<div class="flex_auto w_100">
			<div class="bg_black-2 br_radius flex flex_column flex_row:md gap-x_4 gap-y_3 shadow_emboss-light">
				<div class="flex_auto font-size_up-2 p-t_4 p_5 w_100">
					<h1 class="m-t_4">No Current Schedule</h1>
					<p>The schedule for this channel doesn't have any sessions at this time. Please check back later.</p>
					<a title="back to program" class="bg_primary nowrap text_center br_radius c_white font-size_down-1 h:bg_primary-n3 h:c_primary-n3 h:c_white h:undecorated p-x_4 p_3" href="../program/" target="_blank">
						<i class="far fa-arrow-left"></i>
						<span class="display_none inline-block:md"> Back to Program</span>
					</a>
				</div>
				<div class="bg_white br_square flex flex_auto flex_column gap-y_3 justify_start m_4 max-w_20:md max-w_25:lg p-b_0 p_4 shadow_bevel-light w_100">
					<h2 class="c_primary-n1 font_bold font_display m_0">Coming Soon</h2>
					{{> Program.GridFormat.WhatsNext modifier_class="Clinical Pharmacologic Pharmacologic Pericardial Blood Vessel Myocardial Valvular Electrocardiogram Electrocardiographic " }}
				</div>
			</div>
		</div>
		<div class="flex_auto max-w_25:lg max-w_20:md w_100 flex flex_column gap-y_3 justify_start">
			{{> "Sub.Player.Chat" modifier_class="flex_0"}}
		</div>
	</section>
</div>

SubComponents:
Sub.Attachments.BigButton.Disabled - Attachments Disabled
Sub.FacultyList - Faculty List
Sub.Player.AuxData - Aux Data
Sub.ActionButtons.Favorite.Disabled - Favorite Button Disabled
Sub.Player.CIO - CIO
Sub.Player.Chat - Chat

Data:
Sub.Data.Session.Title - Title
Sub.Data.Session.ID - Session ID
Sub.Presentation.List - Presentation List


Weight:0

Styleguide Page.Player.Channel.UpNext
*/
/*
Channel Player - UP NEXT

Description: 

Markup:
<div class="flex_column flex" id="session_7183">
    <header class="flex flex_row font_0 font_1:md font_3:lg p-y_3">
        <h3 class="c_primary-n2 flex_auto font-size_up-1 font_display lh_1 lh_2 m-b_3 m_0 p-l_3:lg w_100">
                <span class="block">
                    You have reached the end of this schedule</span>
            </h3>
            <div class="self_start flex gap_2">
            {{> "Sub.ActionButtons.Favorite.Disabled"}}
            {{> "Sub.Attachments.BigButton.Disabled"}}
            </div>
    </header>
    <section class="page-main fullscreen-player flex flex_row:md flex_column gap-x_4 gap-y_3">
        <div class="flex_auto w_100">
<div class="bg_black-2 br_radius flex flex_column flex_row:md gap-x_4 gap-y_3 shadow_emboss-light">
            <div class="flex_auto font-size_up-2 p-t_4 p_5 w_100">
                <h1 class="m-t_4">End of Current Schedule</h1>
                <p>The Current Program has ended for the day. Please check the program for more.</p>
                <p>Check back soon for more information or view past sessions from the On Demand Page.</p>
                <a title="back to program" class="bg_primary nowrap text_center br_radius c_white font-size_down-1 h:bg_primary-n3 h:c_primary-n3 h:c_white h:undecorated p-x_4 p_3" href="../program/" target="_blank">
                <i class="far fa-arrow-left"></i>
                <span class="display_none inline-block:md"> Back to Program</span>
                </a>
            </div>
    </div>
        </div>       
    </section>
</div>

SubComponents:
Sub.Attachments.BigButton.Disabled - Attachments Disabled
Sub.FacultyList - Faculty List
Sub.Player.AuxData - Aux Data
Sub.ActionButtons.Favorite.Disabled - Favorite Button Disabled
Sub.Player.CIO - CIO
Sub.Player.Chat - Chat

Data:
Sub.Data.Session.Title - Title
Sub.Data.Session.ID - Session ID
Sub.Presentation.List - Presentation List


Weight:0

Styleguide Page.Player.Channel.EndOfChannel
*/
/*
Channel Player External Content

Description: 

Markup:
<div class="flex_column flex" id="session_7183">
    <header class="flex flex_row font_0 font_1:md font_3:lg p-y_3">
        <h3 class="c_primary-n2 flex_auto font-size_up-1 font_display lh_1 lh_2 m-b_3 m_0 p-l_3:lg w_100">
                <span class="block">
                    <strong class="font_bold p-r_3">{{> "Sub.Data.Session.ID"}}</strong> {{> "Sub.Data.Session.Title"}} </span>
                <span class="c_accent font-size_down-2 lh_0 inline-block">
                {{> "Sub.Data.Agenda.LiveDate"}}  {{> "Sub.Data.Agenda.LiveTime" }}
                </span>
            </h3>
            <div class="self_start flex gap_2">
            {{> "Sub.ActionButtons.Favorite"}}
            {{> "Sub.Attachments.BigButton"}}
            </div>
    </header>
    <section class="page-main fullscreen-player flex flex_row:md flex_column gap-x_4 gap-y_3">
        <div class="flex_auto w_100">
            <div class="bg_primary br_round c_white font-size_up m-b_5 m-r_3 p_5 shadow_overlap-light">
            <h1 class="m-t_4">Session is being held In WebEx</h1>
            <p>The schedule session allows users to engage directly with each other so it will be held in WebEx.</p>
            <p>Please click the link below and follow any instructions to join the session.</p>
            <a title="back to program" class="bg_white block btn btn-hollow btn-outline-secondary font_xbold m-t_5 m_auto max-w_30 shadow_0" href="../program/" target="_blank">
            <span class="display_none inline-block:md"> Join</span>
            <i class="fas fa-external-link-alt p-l_3"></i>
            </a>
            </div>
            <section class="p-t_3 display_none block:md">
                <div  class="br-b_2 br_0 br_solid br_primary-2">   
                {{> "Sub.Presentation.List"}}
                </div>
                <div class="font_bold font_n4 h_3lh m-b_4 relative uppercase">
                    <a class="absolute bg_primary br-bl_radius br-br_radius c_white p-x_3 p_2 r_3 t_n1"  href="#session_7183">top</a>
                </div>
            </section>
        </div>
        <div class="flex_auto max-w_25:lg max-w_20:md w_100 flex flex_column gap-y_3 justify_start">
            {{> "Sub.Player.Chat" modifier_class="flex_0"}}
            <section class="p-t_3 display_none:md block">
                <div  class="br-b_2 br_0 br_solid br_primary-2">   
                {{> "Sub.Presentation.List"}}
                </div>
                <div class="font_bold font_n4 h_3lh m-b_4 relative uppercase">
                    <a class="absolute bg_primary br-bl_radius br-br_radius c_white p-x_3 p_2 r_3 t_n1" href="#session_7183">top</a>
                </div>
            </section>
            {{> "Sub.Player.AuxData" modifier_class="p_4 bg_black-1 br_radius self_start shadow_emboss-light font_n1"}}
        </div>
    </section>
</div>

SubComponents:
Sub.Attachments.BigButton - Attachments
Sub.FacultyList - Faculty List
Sub.Player.AuxData - Aux Data
Sub.ActionButtons.Favorite - Favorite Button
Sub.Player.CIO - CIO
Sub.Player.Chat - Chat

Data:
Sub.Data.Session.Title - Title
Sub.Data.Session.ID - Session ID
Sub.Presentation.List - Presentation List


Weight:0

Styleguide Page.Player.Channel.External
*/
/*
Channel Player:Non Accredited

Description: 

Markup:
<div class="flex_column flex" id="session_7183">
    <div class="bg_secondary-n3 c_white font_bold font_ui p_3 p-x_4 m-b_4 shadow_overlap-light br_radius" > {{> "Sub.Credits.NonAccredited" }}: These sessions are ineligible to receive credit</div>
    <header class="flex flex_row font_0 font_1:md font_3:lg p-y_3">
        <h3 class="c_primary-n2 flex_auto font-size_up-1 font_display lh_1 lh_2 m-b_3 m_0 p-l_3:lg w_100">
                <span class="block">
                    <strong class="font_bold p-r_3">{{> "Sub.Data.Session.ID"}}</strong> {{> "Sub.Data.Session.Title"}} </span>
                <span class="c_accent font-size_down-2 lh_0 inline-block">
                {{> "Sub.Data.Agenda.LiveDate"}}  {{> "Sub.Data.Agenda.LiveTime" }}
                </span>
            </h3>
            <div class="self_start flex gap_2">
            {{> "Sub.ActionButtons.Favorite"}}
            {{> "Sub.Attachments.BigButton"}}
            </div>
    </header>
    <section class="page-main fullscreen-player flex flex_row:md flex_column gap-x_4 gap-y_3">
        <div class="flex_auto w_100">
            <div class="player hd full">
                <div class="bg_acc aspect_4x3 c_white text_center  justify_center flex items_center">VIDEO</div>
            </div>
            <section class="p-t_3 display_none block:md">
                <div  class="br-b_2 br_0 br_solid br_primary-2">   
                {{> "Sub.Presentation.List"}}
                </div>
                <div class="font_bold font_n4 h_3lh m-b_4 relative uppercase">
                    <a class="absolute bg_primary br-bl_radius br-br_radius c_white p-x_3 p_2 r_3 t_n1"  href="#session_7183">top</a>
                </div>
            </section>
        </div>
        <div class="flex_auto max-w_25:lg max-w_20:md w_100 flex flex_column gap-y_3 justify_start">
            {{> "Sub.Player.Chat" modifier_class="flex_0"}}
            {{> "Sub.Player.CIO"  modifier_class="flex_0"}}
            <section class="p-t_3 display_none:md block">
                <div  class="br-b_2 br_0 br_solid br_primary-2">   
                {{> "Sub.Presentation.List"}}
                </div>
                <div class="font_bold font_n4 h_3lh m-b_4 relative uppercase">
                    <a class="absolute bg_primary br-bl_radius br-br_radius c_white p-x_3 p_2 r_3 t_n1" href="#session_7183">top</a>
                </div>
            </section>
            {{> "Sub.Player.AuxSub.Data.NotAccredited" modifier_class="p_4 bg_black-1 br_radius self_start shadow_emboss-light font_n1"}}
        </div>
    </section>
</div>

SubComponents:
Sub.Attachments.BigButton - Attachments
Sub.FacultyList - Faculty List
Sub.Player.AuxSub.Data.NotAccredited - Aux Data
Sub.ActionButtons.Favorite - Favorite Button
Sub.Player.CIO - CIO
Sub.Player.Chat - Chat

Data:
Sub.Data.Session.Title - Title
Sub.Data.Session.ID - Session ID
Sub.Presentation.List - Presentation List


Weight:0

Styleguide Page.Player.NonAccredited
*/
/*
Abstracts & Posters

Description: 

Markup:
<div class="flex_column flex">
    <header class="flex flex_row font_0 font_1:md font_3:lg p-y_3">
        <h3 class="c_primary-n2 flex_auto font-size_up-1 font_display lh_1 lh_2 m-b_3 m_0 p-l_3:lg w_100">
                <span class="block">
                    {{> "Sub.Data.Abstract.Title"}}
                </span>
                {{> "Sub.Award.FlagLegend" modifier_class="font_0"}}
            </h3>
            <div class="self_start">
            {{> "Sub.Attachments.BigButton"}}
            </div>
    </header>
    <section class="page-main fullscreen-player flex flex_row:md flex_column gap-x_4 gap-y_3">
        <div class="flex_auto w_100">
            <div class="player hd full">
                <div class="bg_acc aspect_4x3 c_white text_center  justify_center flex items_center">PDF EMBED</div>
            </div>
            <div class="flex_auto w_100 font_n1 p-x_3 m-t_3">
            {{> "Sub.FacultyList" modifier_class="block w_100"}}
            </div>
        </div>
       <div class="flex_auto max-w_25:lg max-w_20:md w_100 flex flex_column gap-y_3 justify_start">
            <div class="bg_primary-4 aspect_16x9 br_radius c_white text_center  justify_center flex items_center">Video EMBED</div>
            <div class="bg_secondary-3 aspect_4x1 br_radius c_white text_center  justify_center flex items_center">Audio EMBED</div>
            {{> "Sub.Player.AuxSub.Data.Abstracts" modifier_class="p_4 bg_black-1 br_radius self_start shadow_emboss-light font_n1"}}
        </div>
    </section>
</div>

SubComponents:
Sub.Award.FlagLegend - Award Flags
Sub.Attachments.BigButton - Attachments
Sub.FacultyList - Faculty List
Sub.Player.AuxSub.Data.Abstracts - Aux Data

Data:
Sub.Data.Abstract.Title - Title

Weight:1000

Styleguide Page.Player.Abstract
*/
/*
On Demand

Description: 

Markup:
<div class="flex_column flex">
    <header class="flex flex_row font_0 font_1:md font_3:lg p-y_3">
        <h3 class="c_primary-n2 flex_auto font-size_up-1 font_display lh_1 lh_2 m-b_3 m_0 p-l_3:lg w_100">
        <span class="block font-size_down-2 c_black-6">
        <strong class="font_bold p-r_3">{{> "Sub.Data.Session.ID"}}</strong> {{> "Sub.Data.Session.Title"}}
        </span>        
        <span class="block">
                    {{> "Sub.Data.Presentation.Title"}}
                </span>
            </h3>
            <div class="self_start">
            {{> "Sub.Attachments.BigButton"}}
            </div>
    </header>
    <section class="page-main fullscreen-player flex flex_row:md flex_column gap-x_4 gap-y_3 ">
        <div class="player hd full flex_auto w_100">
            <div class="bg_acc aspect_16x9 c_white text_center  justify_center flex items_center">VIDEO EMBED</div>
        </div>
    </section>
    <section class="flex flex_row:md flex_column gap-x_4 gap-y_3 m-t_4">
        <div class="flex_auto w_100 font_n1 p-x_3">
            {{> "Sub.FacultyList" modifier_class="block w_100"}}
        </div>
        <div class="flex_auto max-w_25:lg max-w_20:md w_100 flex flex_column gap-y_3 justify_start">
            {{> "Sub.Player.AuxData" modifier_class="p_4 bg_black-1 br_radius self_start shadow_emboss-light font_n1"}}
        </div>
    </section>
</div>

SubComponents:
Sub.Award.FlagLegend - Award Flags
Sub.Attachments.BigButton - Attachments
Sub.FacultyList - Faculty List
Sub.Player.AuxData - Aux Data

Data:
Sub.Data.Session.ID - Session ID
Sub.Data.Session.Title - Session Title
Sub.Data.Presentation.Title - Presentation Title

Weight:1000

Styleguide Page.Player.OnDemand
*/
/*

Page Layouts

Combination Patterns to split up the page into sections. 

Weight: 5000

Styleguide Page.Layouts

*/
/*

Filter List

Search filter


Markup:
<div class="flex flex_row:md flex_column-reverse gap_4">
    <div class="flex_auto flex_100 max-w_20:lg" id="FilterNavContainer">
        <aside class="bg_black-1 p_3 br_radius shadow_emboss-light m-b_2 sticky:lg t_3:lg">
            <h3 class="flex flex_row font_2 font_display c_primary font_medium items_center m-b_0 m-l_3"><span class="flex flex_auto">Filters</span> 
            <span class="">
            {{> "Sub.CollapseIcon.NoText" modifier_class="#CollapseFacetGroupContainerID" }}
            </span>
            </h3>  
            <ul class="ul_none collapse show block:md" id="CollapseFacetGroupContainerID">  
                {{> "Sub.Search.FacetedPrimary" modifier_class="br-b_2 br_0 br_primary-3 br_solid shadow_overlap-light"}}
                {{> "Sub.Search.Faceted" modifier_class="br-b_2 br_0 br_primary-3 br_solid shadow_overlap-light"}}
                {{> "Sub.Search.Faceted" modifier_class="br-b_2 br_0 br_primary-3 br_solid shadow_overlap-light"}}
            </ul>
        </aside>
    </div>
    <div class="flex flex_auto flex_column isolation_isolate" id="SearchBarTop">
        {{> "Sub.Search.NoBar"}}
        {{> "Sub.Search.ResultOverview" modifier_class="m-t_3 m-b_2" }}
        <ul class="bg_black-1 br_radius flex flex_column m-y_3 m-y_4:lg p_3 shadow_emboss-light ul_none z_0">
            <li> {{> "Program.Session.Shell" }}</li>
            <li> {{> "Program.Session.NonAccredited" }}</li>
            <li> {{> "Program.Session.Collapsible" }}</li>
            <li> {{> "Program.Session" }}</li>
            <li> {{> "Program.Session.NonAccredited" }}</li>
            <li> {{> "Program.Session.Shell" }}</li>
        </ul>
        {{> "Sub.Pagination"}}
    </div>
</div>


MarkupWrapperClasses: 

Weight: 0

NOTE: Note that this page design is supposed to be full screen so in the documentation it might collapse incorrectly or seem too crunched.


Styleguide Page.Search.Filter
*/
/*

Search Bar with Filter

Search filter


Markup:
<div class="flex flex_row:md flex_column-reverse gap_4">
    <div class="flex_auto flex_100 max-w_20:lg" id="FilterNavContainer">
        <aside class="bg_black-1 p_3 br_radius shadow_emboss-light m-b_2 sticky:lg t_3:lg">
            <h3 class="flex flex_row font_2 font_display c_primary font_medium items_center m-b_0 m-l_3"><span class="flex flex_auto">Filters</span> 
            <span class="">
            {{> "Sub.CollapseIcon.NoText" modifier_class="#CollapseFacetGroupContainerID" }}
            </span>
            </h3>  
            <ul class="ul_none collapse show block:md" id="CollapseFacetGroupContainerID">  
                {{> "Sub.Search.FacetedPrimary" modifier_class="br-b_2 br_0 br_primary-3 br_solid shadow_overlap-light"}}
                {{> "Sub.Search.Faceted" modifier_class="br-b_2 br_0 br_primary-3 br_solid shadow_overlap-light"}}
                {{> "Sub.Search.Faceted" modifier_class="br-b_2 br_0 br_primary-3 br_solid shadow_overlap-light"}}
            </ul>
        </aside>
    </div>
    <div class="flex flex_auto flex_column isolation_isolate" id="SearchBarTop">
        {{> "Sub.Search.Bar"}}
        {{> "Sub.Search.ResultOverview" modifier_class="m-t_3 m-b_2" }}
        <ul class="bg_black-1 br_radius flex flex_column m-y_3 m-y_4:lg p_3 shadow_emboss-light ul_none z_0">
            <li> {{> "Program.Session.Shell" }}</li>
            <li> {{> "Program.Session.NonAccredited" }}</li>
            <li> {{> "Program.Session.Collapsible" }}</li>
            <li> {{> "Program.Session" }}</li>
            <li> {{> "Program.Session.NonAccredited" }}</li>
            <li> {{> "Program.Session.Shell" }}</li>
        </ul>
        {{> "Sub.Pagination"}}
    </div>
</div>


MarkupWrapperClasses: 

Weight: 0

NOTE: Note that this page design is supposed to be full screen so in the documentation it might collapse incorrectly or seem too crunched.

caution:  This item is not finalized and might be subject to change

SubComponents:
Sub.CollapseIcon.NoText - Collapse Icon
Sub.Search.Faceted - Search Facet Group
Sub.Search.Bar - Search Bar
Sub.Search.ResultOverview - Search Result Overview
Sub.Pagination - Pagination
Program.Session - Session
Program.Session.Shell - Session Shell
Program.Session.Collapsible - Session Collapsible


Styleguide Page.Search.BarAndFilter
*/
/*

No Results

When the search returns no results or the user has filters all results away.


Markup:
<div class="flex flex_row:md flex_column-reverse gap_4">
    <div class="flex_auto flex_100 max-w_20:lg" id="FilterNavContainer">
        <aside class="bg_black-1 p_3 br_radius shadow_emboss-light m-b_2 sticky:lg t_3:lg">
            <h3 class="flex flex_row font_2 font_display c_primary font_medium items_center m-b_0 m-l_3"><span class="flex flex_auto">Filters</span> 
            <span class="">
            {{> "Sub.CollapseIcon.NoText" modifier_class="#CollapseFacetGroupContainerID" }}
            </span>
            </h3>  
            <ul class="ul_none collapse show block:md" id="CollapseFacetGroupContainerID">  
                {{> "Sub.Search.FacetedPrimary" modifier_class="br-b_2 br_0 br_primary-3 br_solid shadow_overlap-light"}}
                {{> "Sub.Search.Faceted" modifier_class="br-b_2 br_0 br_primary-3 br_solid shadow_overlap-light"}}
                {{> "Sub.Search.Faceted" modifier_class="br-b_2 br_0 br_primary-3 br_solid shadow_overlap-light"}}
            </ul>
        </aside>
    </div>
    <div class="flex flex_auto flex_column isolation_isolate" id="SearchBarTop">
        {{> "Sub.Search.Bar"}}
        {{> "Sub.Search.ResultOverview" modifier_class="m-t_3 m-b_2" }}
        <ul class="bg_black-1 br_radius flex flex_column m-y_3 m-y_4:lg p_3 shadow_emboss-light ul_none z_0">
            <li> {{> "Program.Session.NoResults" }}</li>
        </ul>
        {{> "Sub.Pagination"}}
    </div>
</div>


MarkupWrapperClasses: 

Weight: 0

NOTE: Note that this page design is supposed to be full screen so in the documentation it might collapse incorrectly or seem too crunched.

caution:  This item is not finalized and might be subject to change

SubComponents:
Sub.CollapseIcon.NoText - Collapse Icon
Sub.Search.Faceted - Search Facet Group
Sub.Search.Bar - Search Bar
Sub.Search.ResultOverview - Search Result Overview
Sub.Pagination - Pagination
Program.Session.NoResults - No Result Response



Styleguide Page.Search.NoResults
*/
/*
No Access with Registration Preview

Description: 

Markup:
<div class="page-main">
	<h1 class="font_display font_6 c_primary m-t_4">Sorry, but it appears this account doesn't have access to [PRODUCT NAME ShortCode]</h1>
	<div class="bg_black-1 br_1 br_black-1 br_radius br_solid flex flex_column flex_row:lg gap_5 inset-level_down p_4:lg shadow_emboss-light">
		<div class="flex_70:lg flex_50:md flex_auto reading-typography flex_column flex gap_4">	
			{{> 'Sub.System.AccessTroubleShooting'}}
		</div>
		<div class="flex_30:lg flex_50:md flex_auto">
			<h2 class="c_primary">Registration information on this account</h2>
			<div class="">
				<ul class="flex flex_column gap_4 ul_none">
					<li class="bg_white br_1 br_black-2 br_radius br_solid flex flex_column gap_4 inset-level_up p_2 p_3:md p_4:lg shadow_overlap-light">
						<article class="">
							<h3 class="c_primary-n2">Correct Registration <small class="block c_black-5 font_n2 font_xbold uppercase">[ PRODUCT NAME ]</small>
							</h3>
							<p>You do have a Registration for [ PRODUCT NAME ]. Some how you have gotten here by mistake. </p>
							<p><strong>Please click the "Refresh Access" button to get to the homepage.</strong></p>
						</article>
						<aside class="flex flex_column flex_none justify_around">
							<a href="#" class="btn btn-primary">Refresh Access</a>
						</aside>
					</li>
					<li class="bg_white br_1 br_black-2 br_radius br_solid flex flex_column gap_4 inset-level_up p_2 p_3:md p_4:lg shadow_overlap-light">
						<article class="">
							<h3 class="c_primary-n2">Wrong type of Registration to give you access. <small class="block c_black-5 font_n2 font_xbold uppercase">[Product Code Title]</small>
							</h3>
							<p>[ Product Code Description ... ] Gain access to conference hall in Washington DC. Maiores necessitatibus quis. Numquam tenetur dolorem voluptatem. Eum cum ipsam atque tempore velit tempora cupiditate deleniti et.</p>
							<p>Voluptas sint fugiat molestiae error. Culpa odit quas consequuntur. Ut non qui.</p>
							<p><strong>You can purchase the upgrade to your Registration to include the virtual platform by clicking the button.</strong></p>
						</article>
						<aside class="flex flex_column flex_none justify_around">
							<a href="#" class="btn btn-primary">Purchase Upgrade</a>
						</aside>
					</li>
					<li class="bg_white br_1 br_black-2 br_radius br_solid flex flex_column gap_4 inset-level_up p_2 p_3:md p_4:lg shadow_overlap-light">
						<article class="">
							<h3 class="c_primary-n2">Event Registrations Found</h3>
							<p>You <strong class="uppercase">do</strong> have Registrations on this account but it is <strong class="uppercase">not</strong> for [ PRODUCT NAME ]. Could you have possibly registered for [PRODUCT NAME] on another account?</p>
							<h4 class="c_primary-n3">Do you have a Secondary Account?</h4>
							<p>If you do have a secondary account you might try to logging out of this account and logging into that account and return to [PRODUCT NAME].</p>
						</article>
						<aside class="flex flex_column flex_none justify_around">
							<a href="#" class="btn btn-primary">Log Out</a>
						</aside>
						<div>
							<h5>Event Registrations On this Account</h5>
							<ul class="ul_bullets">
							<li class="c_black-6 font_n2 font_xbold uppercase">[Product Code Title X]</li>
							<li class="c_black-6 font_n2 font_xbold uppercase">[Product Code Title Y]</li>
							<li class="c_black-6 font_n2 font_xbold uppercase">[Product Code Title Z]</li>
							</ul>
						</div>
					</li>
					<li class="bg_white br_1 br_black-2 br_radius br_solid flex flex_column gap_4 inset-level_up p_2 p_3:md p_4:lg shadow_overlap-light">
						<article class="">
							<h3 class="c_primary-n2" class="c_primary">You have <strong class="font_xbold">NO</strong> Registrations Associated with this Account</h3>
							<h4 class="c_primary-n3">Do you have a Secondary Account?</h4>
							<p>If you do have a secondary account you might try to logging out of this account and logging into that account and return to [PRODUCT NAME].</p>
						</article>
						<aside class="flex flex_column flex_none justify_around">
							<a href="#" class="btn btn-primary">Log Out</a>
						</aside>
					</li>
				</ul>
			</div>	
		</div>
	</div>
</div>


NOTE: Only one of the "Event Registrations Found Cards" show at a time. The cards fail in the order of the above list. 



Weight:0

Styleguide Page.Access.NoAccess

*/
/*

Program

The central UI of an event is the program which displays all educational content from the conference.

MarkupWrapperClasses: 

Weight: 0

Styleguide Program

*/
/*

Session

 The basic session is Session with a title that has a playlist of presentations


Markup:
<article class="{{> Sub.Style.OuterBorder }}">
    <div class="{{> Sub.Style.InnerBorder }}">
        <div class="br-b_1 br_solid br_primary-2">
            {{> "Sub.CategoryFlags" }}          
            <div class="p_4 p-b_2 flex flex_column flex_row:lg gap-x_4 gap-x_5:lg">
                 <header>
                    <h3 class="font_display m-b_3 lh_2 c_primary-n2 font_2 p-r_4:lg">
                        <span class="block font-size_up-1 font_display lh_1">
                            <strong class="font_bold p-r_3">{{> Sub.Data.Session.ID }}</strong>
                            {{> Sub.Data.Session.Title }}
                        </span>
                    </h3>
                    <div class="font_0 font_ui">{{>  Sub.PlayingDateTime }}</div>
                    <div class="font_n1 font_ui">{{>  Sub.FacultyList.Session }}</div>
                </header>
                <div class="flex_grow m-x_auto m-l_auto:lg m-r_0:lg w_100 max-w_20:md">
                    {{> "Sub.ActionButtons.NoDetails"  modifier_class="Watch"}}
                </div>
            </div>
            {{>  "Sub.Presentation.List" }}
        </div>
    </div>
    <div class="c_black flex flex_wrap font_n3 justify_start p_3 br-br_radius br-bl_radius bg_black-2 br_solid br_1 br-t_0 br_black-3">
        <div class="flex_grow uppercase m-l_auto">
            {{> "Sub.Credits.Dots" }}
        </div>
    </div>
</article>

MarkupWrapperClasses: 

Weight: 0

Data:
Sub.Data.Session.ID - Session ID
Sub.Data.Session.Title - Session title


SubComponents:
Sub.Presentation.List - Presentation List
Sub.ActionButtons.NoDetails - Action Buttons
Sub.ActionButtons.Favorite.Small - Favorite Button
Sub.PlayingDateTime - Playing Date Time
Sub.CategoryFlags - Category Flags


Styleguide Program.Session
*/
/*

Session Collapse

 The basic session is Session with a title that has a playlist of presentations


Markup:
<article class="{{> Sub.Style.OuterBorder }}" id="session_0677">
    <div class="{{> Sub.Style.InnerBorder }}">
        <div class="br-b_1 br_solid br_primary-2">
            {{> "Sub.CategoryFlags" }}          
            <div class="p_4 p-b_2 flex flex_column flex_row:lg gap-x_4 gap-x_5:lg">
                <header>
                    <h3 class="font_display m-b_3 lh_2 c_primary-n2 font_2 p-r_4:lg">
                        <span class="block font-size_up-1 font_display lh_1">
                            <strong class="font_bold p-r_3">{{> Sub.Data.Session.ID }}</strong>
                            {{> Sub.Data.Session.Title }}
                        </span>
                    </h3>
                    <div class="font_0 font_ui">{{>  Sub.PlayingDateTime }}</div>
                    <div class="font_n1 font_ui">{{>  Sub.FacultyList.Session }}</div>
                </header>
                <div class="flex_grow m-x_auto m-l_auto:lg m-r_0:lg w_100 max-w_20:md">
                    {{> "Sub.ActionButtons"  modifier_class="Watch"}}
                </div>
            </div>
            <div class="p-x_4 p-b_4 flex flex_column font_copy font_0">
                <ul class="font-size_down ul_none flex flex_row flex_wrap justify_start c_black-7  m-t_auto lh_0 items_end">
                    <li class="inline-block p-r_3 p_2"><span class="font-size_up c_primary-n2 block"><i class="fal fa-clock"></i> 30</span> minutes</li>
                    <li class="inline-block p-r_3 p_2"><span class="font-size_up c_primary-n2 z_2 block">4</span> presentations</li>
                </ul>
            </div>
            <div id="collapseExample" class="collapse">
            {{>  "Sub.Presentation.List" }}
            </div>
        </div>
    </div>
    <div class="c_black flex flex_wrap font_n3 justify_start p_3 br-br_radius br-bl_radius bg_black-2 br_solid br_1 br-t_0 br_black-3 relative">
        <div class="flex_grow uppercase m-l_auto">
            {{> "Sub.Credits.Dots" }}
        </div>
        <div><a class="absolute bg_primary br-bl_radius br-br_radius c_white p-x_3 p_2 r_3 t_0" href="#session_0677">top</a></div>
    </div>
</article>

MarkupWrapperClasses: 

Weight: 0

Styleguide Program.Session.Collapsible
*/
/*

Session Shell

A session shell is when there is only one presentation. 


Markup:
<article class="{{> Sub.Style.OuterBorder }}">
    <div class="{{> Sub.Style.InnerBorder }}">
        <div class="br-b_1 br_solid br_primary-2">
            {{> "Sub.CategoryFlags" }}          
            <div class="p_4 p-b_2 flex flex_column flex_row:lg gap-x_4 gap-x_5:lg">
                <header> 
                    <h2 class="font_n1 uppercase c_black-7">
                        <strong class="font_bold p-r_2">{{> Sub.Data.Session.ID }}</strong> {{> Sub.Data.Session.Title }}
                    </h2>   
                    <h3 class="font_display m-b_3 lh_2 c_primary-n2 font_2 p-r_4:lg">
                        <span class="block font-size_up-1 font_display lh_1">
                            {{> Sub.Data.Presentation.Title }}
                        </span>
                    </h3>
                </header>
                <div class="flex_grow m-x_auto m-l_auto:lg m-r_0:lg w_100 max-w_20:md">
                    {{> "Sub.ActionButtons.NoDetails"  modifier_class="Watch"}}
                </div>
            </div>
            <div>
            <div class="p-x_4 p-b_4 flex flex_column font_0 font_copy">
                 <div class="font_medium m-b_3">{{>  Sub.PlayingDateTime }}</div>
                 <div class="font-size_down-1">{{> "Sub.FacultyList.SessionAndPresentation" modifier_class="inline"}}</div>
            </div>
            </div>
        </div>
    </div>
    <div class="c_black flex flex_wrap font_n3 justify_start p_3 br-br_radius br-bl_radius bg_black-2 br_solid br_1 br-t_0 br_black-3">
        <div class="flex_grow uppercase m-l_auto">
            {{> "Sub.Credits.Dots" }}
        </div>
    </div>
</article>

MarkupWrapperClasses: 

Weight: 0

Styleguide Program.Session.Shell
*/
/*

On Demand

After the completion of a video the Sessions are broken down to the individual presentations and stored in the On Demand Area for viewing. 

Markup:
<article class="{{> Sub.Style.OuterBorder }}">
    <div class="{{> Sub.Style.InnerBorder }}">
        <div class="br-b_1 br_solid br_primary-2">
            {{> "Sub.CategoryFlags" }}          
            <div class="p_4 p-b_2 flex flex_column flex_row:lg gap-x_4 gap-x_5:lg">
                <header> 
                    <h2 class="font_n1 uppercase c_black-7">
                        <strong class="font_bold p-r_2">{{> Sub.Data.Session.ID }}</strong> {{> Sub.Data.Session.Title }}
                    </h2>   
                    <h3 class="font_display m-b_3 lh_2 c_primary-n2 font_2 p-r_4:lg">
                        <span class="block font-size_up-1 font_display lh_1">
                            {{> Sub.Data.Presentation.Title }}
                        </span>
                    </h3>
                </header>
                <div class="flex_grow m-x_auto m-l_auto:lg m-r_0:lg w_100 max-w_20:md">
                    {{> "Sub.ActionButtons.OnDemand"  modifier_class="Watch"}}
                </div>
            </div>
            <div>
            <div class="p-x_4 p-b_4 flex flex_column font_0 font_copy">
                 <div class="font_medium m-b_3">{{>  Sub.PlayingDateTime }}</div>
                 <div class="font-size_down-1">{{> "Sub.FacultyList.SessionAndPresentation" modifier_class="inline"}}</div>
            </div>
            </div>
        </div>
    </div>
    <div class="c_black flex flex_wrap font_n3 justify_start p_3 br-br_radius br-bl_radius bg_black-2 br_solid br_1 br-t_0 br_black-3">
        <div class="flex_grow uppercase m-l_auto">
            {{> "Sub.Credits.Dots" }}
        </div>
    </div>
</article>

Weight: 10000

Data: 
Sub.Data.Presentation.Title - Presentation Title
Sub.Data.Session.Title - Session Title
Sub.Data.Session.ID - Session ID

SubComponents:
Sub.Credits.Dots - Credit Dots
Sub.FacultyList.SessionAndPresentation - Session & Presentation Faculty List
Sub.PlayingDateTime - Playing Date Time
Sub.ActionButtons.OnDemand - Action Buttons
Sub.CategoryFlags - Category Flags

Styleguide Program.OnDemand

*/
/*

Condensed Session

Condensed Sessions are used for listing designs that are not full featured.

.p_4.bg_black-1.shadow_emboss-light.br_radius.br_1.br_solid.br_black-3           -  embossed background

Markup:
<article class="{{modifier_class}} flex_column flex gap_3">
<header>
    <h3 class="font_display m-b_3 lh_2 c_primary-n2 font_2 m_0">
        <strong class="font_bold font-size_down-2 p-r_3 block uppercase c_black-6">{{> Sub.Data.Session.ID }}</strong>
        <span class="block font_display lh_2 font-size_up-1">
            {{> Sub.Data.Session.Title }}
        </span>
    </h3>
</header>
<div class="font_0 font_ui c_accent-n1">{{>  Sub.Data.Agenda.LiveTime }}</div>
<aside class="flex flex_none flex_column gap-y_3 m-x_auto:md  max-w_30:md w_100">
    <a href="#" aria-label="navigate to" class="btn btn-outline-primary flex_auto">Watch</a>
</aside>
</article>

MarkupWrapperClasses: max-w_30:md

Weight: 10000

Data:
Sub.Data.Session.ID - Session ID
Sub.Data.Session.Title - Session Title
Sub.Data.Agenda.LiveTime - Live Time

SubComponents:
Sub.ActionButtons - Watch Button


Styleguide Program.CondensedSession

*/
/*

No Results

When the results are empty the user is presented with a message.

Markup:
<article class="c_black font_0 br-t_3 br_solid br_radius isolation_isolate shadow_overlap-light bg_white br_black-4 bg_warning-n1 m-y_5 m-x_3">
    <div class="{{> 'Sub.Style.InnerBorder'}}">
        <div class="br-b_1 br_solid br_black-4" >     
            <div class="p_4 p-b_2 flex flex_column flex_row:lg gap-x_4 gap-x_5:lg">
                <header class="c_white">
                    <h2 class="font_2  c_white font_display font_bold lh_1">
                       <span class="font-size_up-2 block uppercase"><i class="fas fa-exclamation-triangle"></i> OH NO!</span>
                       <span class="font-size_down inline-block lh_0 m-t_2">We couldn't find any results for your search.</span>
                    </h2>
                    <h3 class="font_0 font_bold font_copy lh_0 m-b_2 m-t_4 uppercase">Search Help</h3>
                    <p class="font_copy m-b_4 lh_2 font_0">
                    It is easy to search for a session, but its also easy to have a typo. Check your spelling and try again.
                    <hr>
                    Click the `Clear Search` button to return to all sessions.
                    </p>
                </header>
                <div class="flex_grow m-x_auto m-l_auto:lg m-r_0:lg w_100 max-w_10:md flex flex_column items_center justify_center">
                    {{> "Sub.ActionButtons.ClearSearch"  modifier_class="Watch"}}
                </div>
            </div>
        </div>
    </div>
    <div class="c_black flex flex_wrap font_n3 justify_start p_3 br-br_radius br-bl_radius bg_warning-n3 br_solid br_1 br-t_0 br_black-3">
    </div>
</article>

MarkupWrapperClasses: 

Weight:0

Styleguide Program.Session.NoResults 
*/
/*

Non Accredited Session

There are sessions that are tagged as non accredited which means they are not eligible for credit and are industry specific.

Markup:
<article class="{{> Sub.Style.OuterBorder }} br_secondary-n2">
    <div class="{{> Sub.Style.InnerBorder }} ">
        <div class="br-b_1 br_solid br_secondary-2">
        <div class="font_n3 p_2 uppercase bg_primary-2 p-x_4 m-x_4 inline-block br-br_radius br-bl_radius c_white font_bold self_start bg_secondary-n2 ">
            <ul class="ul_inline-pipe">
                <li>Industry Theater</li>
                <li>{{>"Sub.Data.Agenda.ChannelName"}}</li>
            </ul>
        </div>    
            <div class="p_4 p-b_2 flex flex_column flex_row:lg gap-x_4 gap-x_5:lg">
                <header> 
                    <h2 class="font_n1 uppercase c_black-7">
                        <strong class="font_bold p-r_2">{{> Sub.Data.Session.ID }}</strong> {{> Sub.Data.Session.Title }}
                    </h2>   
                    <h3 class="font_display m-b_3 lh_2 c_primary-n2 font_2 p-r_4:lg">
                        <span class="block font-size_up-1 font_display lh_1">
                            {{> Sub.Data.Presentation.Title }}
                        </span>
                    </h3>
                </header>
                <div class="flex_grow m-x_auto m-l_auto:lg m-r_0:lg w_100 max-w_20:md">
                    {{> "Sub.ActionButtons.NoDetails"  modifier_class="Watch"}}
                </div>
            </div>
            <div>
            <div class="p-x_4 p-b_4 flex flex_column font_0 font_copy">
                 <div class="font_medium m-b_3">{{>  Sub.PlayingDateTime }}</div>
                <div class="font-size_down-1">{{> "Sub.FacultyList.SessionAndPresentation" modifier_class="inline"}}</div>
            </div>
            </div>
        </div>
    </div>
    <div class="c_black flex flex_wrap font_n3 justify_start p_3 br-br_radius br-bl_radius bg_black-2 br_solid br_1 br-t_0 br_black-3">
        <div class="flex_grow uppercase m-l_auto c_secondary-n2">
            {{> "Sub.Credits.NonAccredited" }}
        </div>
    </div>
</article>

MarkupWrapperClasses: 

Components:
Sub.FacultyList.SessionAndPresentation - Session Faculty & Faculty List
Sub.Credits.NonAccredited - Non Accredited Message
Sub.ActionButtons.NoDetails - Action Button w/o Details

Weight:0

Styleguide Program.Session.NonAccredited
*/
/*

Abstracts

Abstracts are a presentation of a static slide deck, or pdf with a possible attached video. These cards link to an abstract player page. 

Markup:
<article class="br_1 br_black-3 br_radius br_solid c_black flex flex_column  isolation_isolate shadow_overlap-light relative">
    <div class="br-b_0 br-t_3 br-tl_radius br-tr_radius br_black-3 br_primary-2 br_solid flex flex_column font_ui m-b_n2 m-x_n1 m-t_n1 m-b_0 opacity_none p_0 relative"></div>
    <div class="absolute r_3 r_4:md r_5:lg t_n2 font_5:md font_3 m-t_n2 z_2">
        {{> "Sub.Award.Flags" modifier_class="fa-star" }}
    </div>
    {{> "Sub.Header.AbstractThumbnail" modifier_class="bg_acc" }}
    <div class="p_4 p-b_2 flex flex_column gap-y_4 flex_auto">
        <header>
            <h3 class="font_display m-b_3 lh_2 c_primary-n2 font_1:lg font_0 p-r_4:lg">
                <span class="block font-size_up-1 font_display lh_1"> {{> Sub.Data.Abstract.Title }} {{modifier_class}}</span>
            </h3>
        </header>
        <aside class="flex flex_none flex_column gap-y_3 m-x_auto:md  max-w_30:md m-t_auto w_100">
            <nav aria-label="session actions" class="flex flex_none flex_row gap-x_2 gap-y_3 justify_between">
                <a href="#" aria-label="navigate to" class="btn btn-primary flex_auto w_70">View</a>
            </nav>
        </aside>
        <div class="p-b_4:lg p-b_3 font_n1">{{> "Sub.FacultyList.NoLocation"  modifier_class="block w_100 font-size_down" }}</div>
    </div>
    <div class="bg_black-2 br-bl_radius br-br_radius br-t_0 br_1 br_black-3 br_solid c_black  m-b_n1 m-x_n1 p_3 relative self_stretch flex_none">
        <div class="absolute br-t_1 br_primary-2 br_solid l_0 m_0 opacity_none p_0 r_0 t_0 z_2"></div>
        <div class=" uppercase flex flex_wrap font_n3 justify_start">{{> "Sub.Credits.Dots" }}</div>
    </div>
</article>


MarkupWrapperClasses: grid columns_3:lg columns_2:md columns_1 grid gap_4

Data: 
Sub.Data.Abstract.Title - Title


SubComponents:
Sub.Award.Flags - Award Flags
Sub.Header.AbstractThumbnail - Image Thumbnail
Sub.FacultyList.NoLocation - Faculty List w/o Location
Sub.Credits.Dots - Credit Dots
Sub.ActionButtons - Action Buttons

Weight:0

Styleguide Program.GridFormat.Abstract
*/
/*

Abstracts Grid

Abstracts are presented in a grid view. 

Markup:
<section class="grid columns_3:lg columns_2:md columns_1 grid gap_4 gap_5:lg">
    {{> Program.GridFormat.Abstract }}
    <!-- DUPLICATE -->
    {{> Program.GridFormat.Abstract  modifier_class="Clinical Chest Pain Arrhythmia Chest Pain Pharmacologic Chest Pain "  }}
    {{> Program.GridFormat.Abstract modifier_class="Valvular Clinical Chest Pain Chest Pain Valvular Heart Disease Side Effect "  }}
</section>

MarkupWrapperClasses: 

NOTE: A grid-item at its smallest is 300px wide the grid column size needs to be set depending on the width the parent container.

Weight:0

Styleguide Program.GridFormat.Abstract.Grid
*/
/*

Featured Presentation

Featured Sessions are On Demand Presentations.


Markup:
<article class="br_1 br_black-3 br_radius br_solid c_black flex flex_column isolation_isolate shadow_overlap-light">
    <div class="br-b_0 br-t_3 br-tl_radius br-tr_radius br_black-3 br_primary-2 br_solid flex flex_column font_ui m-b_n2 m-x_n1 m-t_n1 m-b_0 opacity_none p_0 relative"></div> 
    {{> "Sub.CategoryFlags" }}
    <div class="flex flex_auto flex_column gap-y_4 p-b_2 p_4">
        <header>
            <h2 class="uppercase c_black-7 font-size_down">
                <strong class="font_bold p-r_2 block">{{> Sub.Data.Session.ID}}-{{> Sub.Data.Presentation.ID}}</strong> {{> Sub.Data.Session.Title }}
            </h2>
            <h3 class="font_display m-b_3 lh_2 c_primary-n2 p-r_4:lg font-size_up-2 lh_1">
                {{> Sub.Data.Presentation.Title }} {{ modifier_class }}
            </h3>
        </header>
        <div class="font_n1">
            {{> "Sub.FacultyList.SessionAndPresentation" }}
        </div> 
        {{> "Sub.ActionButtons.Featured" modifier_class="Watch" }}  
    </div>   
    <div class="bg_black-2 br-bl_radius br-br_radius br-t_0 br_1 br_black-3 br_solid c_black  m-b_n1 m-x_n1 p_3 relative self_stretch">
        <div class="absolute br-t_1 br_primary-2 br_solid l_0 m_0 opacity_none p_0 r_0 t_0 z_2"></div>
        <div class=" uppercase flex flex_wrap font_n3 justify_start">{{> "Sub.Credits.Dots" }}</div>
    </div>
</article>




MarkupWrapperClasses: grid columns_3:lg columns_2:md columns_1 grid gap_4

SubComponents:
Sub.CategoryFlags - Category Flags
Sub.ActionButtons.OnDemand - Action Buttons
Sub.SessionAndPresentation - Session & Faculty List
Sub.Credits.Dots - Credit Dots

Data:
Sub.Data.Session.ID - Session ID (optional)
Sub.Data.Session.Title - Session Title (optional)
Sub.Data.Presentation.ID - Presentation ID (optional)
Sub.Data.Presentation.Title - Presentation Title

Weight:0

Styleguide Program.GridFormat.FeaturedPresentation
*/
/*

Featured Presentation Grid

Featured Session Grids should respond to the size of the parent container. 

Markup:
<section class="">
<h2 class="font_bold font_display c_primary-n1">{{> "Sub.SectionHeader" modifier_class="Featured Presentations" }}</h2>
<div  class="p_4:lg p_3 columns_3:lg columns_2:md columns_1 grid gap-x_5 gap-y_5 {{modifier_class}}">
{{> "Program.GridFormat.FeaturedPresentation" }}
<!-- DUPLICATE -->
{{> "Program.GridFormat.FeaturedPresentation" modifier_class="Blood Vessel Electrocardiogram Blood Vessel Arteriosclerosis Cardiovascular Cardiovascular Pharmacologic Pharmacologic " }}
{{> "Program.GridFormat.FeaturedPresentation" modifier_class="" }}
<!-- End DUPLICATE -->
</div>
</section>

MarkupWrapperClasses: 

NOTE: A grid-item at its smallest is 300px wide the grid column size needs to be set depending on the width the parent container.

Weight:0

Styleguide Program.GridFormat.FeaturedPresentation.Grid
*/
/*

Whats Happening Now

Condensed Sessions are used for listing designs that are not full featured.


Markup:
<article class="relative isolation_isolate flex flex_column">
    <div class="b_n5 m-b_n5 p-x_4:md p-x_5:lg relative z_1">
    {{> "Sub.Header.VideoThumbnail" }}
    </div>
    <div class="br-t_3 br_primary-2 br_radius br_solid c_black flex flex_column font_0 m-b_4 p-t_5 p_4 shadow_overlap-light t_n5 z_0 flex_column flex gap_3 bg_white flex_auto">
    <div class="p_2">&nbsp;</div>    
    <header class="p-t_3">
        <h3 class="font_display lh_2 c_primary-n2 font_1 m_0">
            <strong class="font_bold font-size_down-2 p-r_3 block uppercase c_black-6 m-t_n3">{{> "Sub.Data.Session.ID" }}</strong>
            <span class="font_display lh_2 c_primary-n2 m_0 font-size_up-2">
                {{> "Sub.Data.Session.Title" }} {{ modifier_class }}
            </span>
        </h3>
    </header>
    <div class="font_n1 font_ui c_accent-n1">Ending @ {{>  Sub.Data.Agenda.EndTime }} <abbr title="EASTERN TIME, UTC -4">EDT</abbr> </div>
    <div class="font_ui font_n3 uppercase c_black-6"><strong class="c_black-5 p-r_2">Category:</strong>{{> Sub.Tags.Category }}</div>
    <aside class="flex flex_none flex_column gap-y_3 m-x_auto:md  max-w_30:md w_100 m-t_auto">
        <a href="#" aria-label="navigate to" class="btn btn-outline-primary btn-sm flex_auto expanded-click-area">Watch</a>
    </aside>
    </div>
</article>

MarkupWrapperClasses: max-w_30:md

Data:
Sub.Data.Session.ID - Session ID
Sub.Data.Session.Title - Session Title
Sub.Data.Agenda.EndTime - Session End Time

SubComponents:
Sub.Header.VideoThumbnail - Thumbnail of Video
Sub.Tags.Category - Category Tag
Sub.ActionButtons - Watch Button

Weight: 10000

Styleguide Program.GridFormat.WhatsNow

*/
/*

Whats Happening Now NON-Accredited

Condensed Sessions are used for listing designs that are not full featured.


Markup:
<article class="relative isolation_isolate flex flex_column">
    <div class="b_n5 m-b_n5 p-x_4:md p-x_5:lg relative z_1">
    {{> "Sub.Header.VideoThumbnail" }}
    </div>
    <div class="br-t_3 br_secondary-n2 br_radius br_solid c_black flex flex_column font_0 m-b_4 p-t_5 p_4 shadow_overlap-light t_n5 z_0 flex_column flex gap_3 bg_white flex_auto">
    <div class="p_2">&nbsp;</div>    
    <header class="p-t_3">
        <h3 class="font_display lh_2 c_primary-n2 font_1 m_0">
            <strong class="font_bold font-size_down-2 p-r_3 block uppercase c_black-6 m-t_n3">{{> "Sub.Data.Session.ID" }}</strong>
            <span class="font_display lh_2 c_primary-n2 m_0 font-size_up-2">
                {{> "Sub.Data.Session.Title" }} {{ modifier_class }}
            </span>
        </h3>
    </header>
    <div class="font_n1 font_ui c_accent-n1">Ending @ {{>  Sub.Data.Agenda.EndTime }} <abbr title="EASTERN TIME, UTC -4">EDT</abbr> </div>
    <div class="font_ui font_n3 uppercase c_black-6"><strong class="c_black-5 p-r_2">Category:</strong>{{> Sub.Tags.Category }}</div>
    <aside class="flex flex_none flex_column gap-y_3 m-x_auto:md  max-w_30:md w_100 m-t_auto">
    <div class="bg_secondary-n2 br_radius c_white p_3 p-y_2 font-size_down-1">
    {{> "Sub.Credits.NonAccredited" }}
    </div>    
        <a href="#" aria-label="navigate to" class="btn btn-outline-primary btn-sm flex_auto expanded-click-area">Watch</a>
    </aside>
    </div>
</article>

MarkupWrapperClasses: max-w_30:md

Data:
Sub.Data.Session.ID - Session ID
Sub.Data.Session.Title - Session Title
Sub.Data.Agenda.EndTime - Session End Time

SubComponents:
Sub.Header.VideoThumbnail - Thumbnail of Video
Sub.Tags.Category - Category Tag
Sub.ActionButtons - Watch Button

Weight: 10000

Styleguide Program.GridFormat.WhatsNow.NonAccredited

*/
/*

Whats Now Item - Horizontal

Whats happening now items are used for listing designs that are not full featured. When there is only one on a full width page you can use this horizontal design.


Markup:
<article class="{{> Sub.Style.OuterBorder }}">
    <div class="{{> Sub.Style.InnerBorder }} relative flex flex_row:md flex_colum">
        <div class="flex_auto w_100 max-w_20 p_4 gap-x_5:lg gap-x_4:md self_center">
        {{> "Sub.Header.VideoThumbnail" }}
        </div>
        <div class="p_4 flex_auto self_center flex flex_column gap-y_3:md gap-y_2:md">
            <header class="p-t_3">
                <h3 class="font_display lh_2 c_primary-n2 m_0 font-size_up-2">
                    <strong class="font_bold  p-r_3 block uppercase c_black-6 m-t_n3">{{> "Sub.Data.Session.ID" }}</strong>
                    <span class="block font_display lh_2 font-size_up-1">
                        {{> "Sub.Data.Session.Title" }}
                    </span>
                </h3>
            </header>
            <div class="font_n1 font_ui c_accent-n1">Ending @ {{>  Sub.Data.Agenda.EndTime }} <abbr title="EASTERN TIME, UTC -4">EDT</abbr> </div>
            <div class="font_ui font_n3 uppercase c_black-6"><strong class="c_black-5 p-r_2">Category:</strong>{{> Sub.Tags.Category }}</div>
            <aside class="flex flex_none flex_column gap-y_3 m-x_auto:md  max-w_30:md w_100">
                <a href="#" aria-label="navigate to" class="btn btn-outline-primary btn-sm flex_auto expanded-click-area">Watch</a>
            </aside>
        </div>
    </div>
</article>

MarkupWrapperClasses: 

Data:
Sub.Data.Session.ID - Session ID
Sub.Data.Session.Title - Session Title
Sub.Data.Agenda.EndTime - Session End Time

SubComponents:
Sub.Header.VideoThumbnail - Thumbnail of Video
Sub.Tags.Category - Category Tag
Sub.ActionButtons - Watch Button

Weight: 10000

Styleguide Program.GridFormat.WhatsNow.Horizontal

*/
/*

Whats Happening Now Grid

A zone on the page that displays the current live session.

Markup:
<section class="">
    <h2 class="font_bold font_display c_primary-n1 m-b_4">{{> "Sub.SectionHeader" modifier_class="Playing Now" }}</h2>
    <div class="gap_5 grid columns_3:lg columns_2:md columns_1">
        {{> Program.GridFormat.WhatsNow modifier_class="Electrocardiographic " }}
        {{> Program.GridFormat.WhatsNow modifier_class="Valvular Heart Disease Valvular Cardiovascular Electrocardiographic Side Effect " }}
        {{> Program.GridFormat.WhatsNow modifier_class="Valvular Heart Disease " }}
    </div>
</section>

MarkupWrapperClasses: 

Weight:0

Styleguide Program.GridFormat.WhatsNow.Grid
*/
/*

Whats Happening Next

During the day there will be gaps that will not have a video or session playing so we want to broadcast the information of what will be playing soon. 


Markup:
<article class="relative isolation_isolate flex flex_column">
    <div class="bg_white br-t_3 br_radius br_secondary-2 br_solid c_black flex flex_auto flex_column font_0 gap_3 m-b_4 p-t_4 p_4 shadow_emboss-light t_n5 texture_light z_0">
    <header>
        <h3 class="font_display lh_2 c_secondary-n2 font_0 m_0">
            <strong class="font_bold font-size_down-2 p-r_3 block uppercase c_black-6 m-t_n3">{{> "Sub.Data.Session.ID" }}</strong>
            <span class="font_display lh_2 c_secondary-n2 m_0 font-size_up-2">
                {{> "Sub.Data.Session.Title" }} {{ modifier_class }}
            </span>
        </h3>
    </header>
    <div class="font_n1 font_ui c_accent-n1">Starting  @ {{>  Sub.Data.Agenda.ReleaseTime }} <abbr title="EASTERN TIME, UTC -4">EDT</abbr> </div>
    <div class="font_ui font_n3 uppercase c_black-6"><strong class="c_black-5 p-r_2">Category:</strong>{{> Sub.Tags.Category }}</div>
    </div>
</article>

MarkupWrapperClasses: max-w_30:md

Data:
Sub.Data.Session.ID - Session ID
Sub.Data.Session.Title - Session Title
Sub.Data.Agenda.EndTime - Session End Time

SubComponents:
Sub.Header.VideoThumbnail - Thumbnail of Video
Sub.Tags.Category - Category Tag
Sub.ActionButtons - Watch Button


NOTE: the Date in the Starting message is conditional. If the session starts on a day that isn't today then the date will be displayed. 

Weight: 10000

Styleguide Program.GridFormat.WhatsNext

*/
/*

Whats Happening Next - Non Accredited

During the day there will be gaps that will not have a video or session playing so we want to broadcast the information of what will be playing soon. 


Markup:
<article class="relative isolation_isolate flex flex_column">
    <div class="bg_white br-t_3 br_radius br_secondary-2 br_solid c_black flex flex_auto flex_column font_0 gap_3 m-b_4 p-t_4 p_4 shadow_emboss-light t_n5 texture_light z_0">
    <header>
        <h3 class="font_display lh_2 c_secondary-n2 font_0 m_0">
            <strong class="font_bold font-size_down-2 p-r_3 block uppercase c_black-6 m-t_n3">{{> "Sub.Data.Session.ID" }}</strong>
            <span class="font_display lh_2 c_secondary-n2 m_0 font-size_up-2">
                {{> "Sub.Data.Session.Title" }} {{ modifier_class }}
            </span>
        </h3>
    </header>
    <div class="font_n1 font_ui c_accent-n1">Starting  @ {{>  Sub.Data.Agenda.ReleaseTime }} <abbr title="EASTERN TIME, UTC -4">EDT</abbr> </div>
    <div class="font_ui font_n3 uppercase c_black-6"><strong class="c_black-5 p-r_2">Category:</strong>{{> Sub.Tags.Category }}</div>
    <div class="c_secondary-n1 m-t_auto font-size_down-2"> {{> "Sub.Credits.NonAccredited" }}</div>
    </div>
</article>

MarkupWrapperClasses: max-w_30:md

Data:
Sub.Data.Session.ID - Session ID
Sub.Data.Session.Title - Session Title
Sub.Data.Agenda.EndTime - Session End Time

SubComponents:
Sub.Header.VideoThumbnail - Thumbnail of Video
Sub.Tags.Category - Category Tag
Sub.ActionButtons - Watch Button
Sub.Credits.NonAccredited - Non Accredited Tag


NOTE: the Date in the Starting message is conditional. If the session starts on a day that isn't today then the date will be displayed. 

Weight: 10000

Styleguide Program.GridFormat.WhatsNext.NonAccredited
*/
/*

Whats Happening Next - Grid

At times between breaks of sessions the whats happening next will be a grid will show a whats happening next grid because there are no sessions playing.

Markup:
<section class="">
    <h2 class="font_bold font_display c_primary-n1 m-b_4">{{> "Sub.SectionHeader" modifier_class="Coming Soon" }}</h2>
    <div class="gap_5 grid columns_3:lg columns_2:md columns_1">
        {{> Program.GridFormat.WhatsNext modifier_class="" }}
        {{> Program.GridFormat.WhatsNext modifier_class="Cardiovascular " }}
        {{> Program.GridFormat.WhatsNext.NonAccredited modifier_class="Arteriosclerosis Blood Vessel Clinical Electrocardiographic Arrhythmia Arrhythmia Myocardial Myocardial Chest Pain " }}
    </div>
</section>

MarkupWrapperClasses: 

Weight:0

Styleguide Program.GridFormat.WhatsNext.Grid
*/
/*

Whats Happening Next - Grid

At times before the end of the conference but if there is no scheduled session.

Markup:
<section class="">
    <h2 class="font_bold font_display c_primary-n1 m-b_4">{{> "Sub.SectionHeader" modifier_class="End of Current Scheduled Program" }}</h2>
    <div class="columns_1">
    <article class="relative isolation_isolate flex flex_column">
        <div class="bg_white br-t_3 br_radius br_secondary-2 br_solid c_black flex flex_auto flex_column font_0 gap_3 m-b_4 p-t_4 p_4 shadow_emboss-light t_n5 texture_light z_0">
        <header class="reading-typography font-size_up text_center">
            <h3 class="c_secondary-n2">
            The Current Program has ended
            </h3>
            <p> But the event is not over yet and there could possibly be more.<br> Check back soon for more information or view pass sessions from the <a class="link" href='ondemand'>On Demand Page</a>.</p>
        </header>
        </div>
    </article>
    </div>
    <aside class="flex flex_none flex_column gap-y_3 m-x_auto:md  max-w_30:md w_100">
        <strong class="text_center c_accent">This Event ends on {{> "Sub.Data.Agenda.onDemandReleaseTime"}}</strong>
    </aside>
</section>


Weight:0


Styleguide Program.GridFormat.WhatsNext.EndOfProgram
*/
/*

Agenda Grid

The agenda grid is a day layout for the agenda view.

MarkupWrapperClasses: 

Weight:0

Styleguide Program.AgendaGrid
*/
/*

Non-Accredited Session

Based on the Session the Non-accredited session is styled to represent that it does not have an accreditation.



Markup:
<article class="z_2 m-y_2:md br_1 br_black-3 br_radius br_solid c_black flex flex_column isolation_isolate shadow_overlap-light bg_white h:bg_primary-5 m-x_3  relative overflow_hidden {{ modifier_class }}">
  <div class="br-b_0 br-t_3 br-tl_radius br-tr_radius br_black-3 br_secondary-n2 br_solid flex flex_column font_ui m-b_0 m-b_n2 m-x_n1 opacity_none p_0"></div>
  <div class="font-size_down-2 p_2 uppercase bg_secondary-n2 p-x_4 m-x_4 inline-block br-br_radius br-bl_radius c_white font_bold self_start ">
    <ul class="ul_inline-pipe">
      <li>Industry Theater</li>
    </ul>
  </div>
  <div class="flex flex_auto flex_column gap-y_3 p-b_2 p_4 br-b_1 br_solid br_secondary-n2">
    <header class="font_display m-b_3 lh_2 c_primary-n2 p-r_4:lg font-size_up-1 lh_1">
      <a class="expanded-click-area h:undecorated"><strong class="font_bold p-r_2 block">3652-15612</strong> New York Cardiovascular Symposium 2021 Welcome Video and Introduction of Session and Faculty</a>
    </header>
    <aside class="font-size_down font_ui c_accent-n2 m-b_3">@ 11:00 a.m. – 12:15 a.m. <abbr title="EASTERN TIME, UTC -4">EDT</abbr></aside>
  </div>
  <div class="bg_black-2 br-bl_radius br-br_radius br-t_0 br_1 br_black-3 br_solid c_black flex flex_wrap font-size_down-2 justify_start lh_0 m-b_n1 p_3">
    <div class="flex_grow uppercase m-l_auto c_secondary-n2" "="">
        <strong class="font_xbold uppercase"><i class="fas fa-info-circle"></i> Nonaccredited | Industry Session</strong>        </div>
</div>
</article>

MarkupWrapperClasses: 

Weight:0

Styleguide Program.AgendaGrid.Session.NonAccredited
*/
/*

Grid Session

The day grid sessions are light on information because the limitations of the layout. 


Markup:
<article class="z_2 m-y_2:md br_1 br_black-3 br_radius br_solid c_black flex flex_column isolation_isolate shadow_overlap-light bg_white h:bg_primary-5 m-x_3 relative overflow_hidden {{ modifier_class }}">
  <div class="br-b_0 br-t_3 br-tl_radius br-tr_radius br_black-3 br_primary-2 br_solid flex flex_column font_ui m-b_n2 m-x_n1 m-t_n1 m-b_0 opacity_none p_0"></div>
  <div class="font-size_down-2 p_2 uppercase bg_primary-2 p-x_4 m-x_4 inline-block br-br_radius br-bl_radius c_white font_bold self_start ">
    <ul class="ul_inline-pipe">
      <li class="">Navigating Health Care Economics</li>
    </ul>
  </div>
  <div class="flex flex_auto flex_column gap-y_3 p-b_2 p_4">
    <header class="font_display m-b_3 lh_2 c_primary-n2 p-r_4:lg font-size_up-1 lh_1">
      <a class="expanded-click-area h:undecorated"><strong class="font_bold p-r_2 block">3652-15612</strong> New York Cardiovascular Symposium 2021 Welcome Video and Introduction of Session and Faculty</a>
    </header>
    <aside class="font-size_down font_ui c_accent-n2 m-b_3">@ 11:00 a.m. – 12:15 a.m. <abbr title="EASTERN TIME, UTC -4">EDT</abbr></aside>
  </div>
  <div class="bg_black-2 br-bl_radius br-br_radius br-t_0 br_1 br_black-3 br_solid c_black  m-b_n1 m-x_n1 p_3 relative self_stretch">
    <div class=" uppercase flex flex_wrap font-size_down-2 justify_start">
      <ul class=" gap-x_3 gap-y_3 justify_end:md justify_start self_center ul_inline-pipe uppercase">
        <li class="inline-flex items_center lh_0">
          <span class="bg_CME br_1 br_black-3 br_circle br_solid  m-r_2" style=" height: 1em; width: 1em;"></span> CME
        </li>
        <li class="inline-flex items_center lh_0">
          <span class="bg_CNE br_1 br_black-3 br_circle br_solid  m-r_2" style=" height: 1em; width: 1em;"></span> CNE
        </li>
        <li class="inline-flex items_center lh_0">
          <span class="bg_COP br_1 br_black-3 br_circle br_solid  m-r_2" style=" height: 1em; width: 1em;"></span> COP
        </li>
        <li class="inline-flex items_center lh_0">
          <span class="bg_MOCII br_1 br_black-3 br_circle br_solid  m-r_2" style=" height: 1em; width: 1em;"></span> MOCII
        </li>
      </ul>
    </div>
  </div>
</article>

MarkupWrapperClasses: 

Weight:0

Styleguide Program.AgendaGrid.Session

*/
/*

Day Grid with Channels. 

There is need to override the default css variables of this design if you are going to shift away from the default.  The units of time are set to increments of 5 minutes. 

Markup:
<h2 class="c_primary font_display">Full Program</h2>
<nav class="bg_black-2 br_3 br_radius br_solid br_white-9 c_primary font_0 font_bold font_accent: p-x_0 p-x_4:md shadow_bevel-light m-b_5">
<ul class="flex_column flex_row:md nav">
        <li class="br-t_3 br_solid:md br_white-0 m-l_1 nav-item">
            <a
            id="BasicLink-tab" data-bs-toggle="tab" data-bs-target="#BasicLink"  role="tab" aria-controls="BasicLink" aria-selected="true"
            class="a:bg_accent-n2 h:underline-none a:c_white br-b_3 br_white-0 br_solid:md c_primary h:bg_acc-n3 h:br_accent h:c_white m-y_n2:md nav-link p-y_3:md p-x_4" href="#">List with Search</a>
        </li>
        <li class=" br-t_3 br_solid:md br_white-0 m-l_1 nav-item">
            <a
                id="ActiveLink-tab" data-bs-toggle="tab" data-bs-target="#ActiveLink"  role="tab" aria-controls="ActiveLink" aria-selected="true"
                class="active a:bg_accent-n2 h:underline-none a:c_white br-b_3 br_white-0 br_solid:md c_primary h:bg_acc-n3 h:br_accent h:c_white m-y_n2:md nav-link p-y_3:md p-x_4"
                href="#">Schedule View</a>
        </li>
      </ul>
</nav>
<section id="day" class="grid:md flex flex_column gap-y_3 gap-y_0:md relative font_0:lg font_n1 font_n2:md isolation_isolate m-y_4">
<header class="day_grid grid:md sticky t_0 bg_white display_none z_3 br-b_1 br_primary br_solid" style="grid-column:1/-1; grid-row:channelName/channelName ">
<span class="channel-start_1 channel-end_1 font_bold uppercase p_2 text_center overflow_ellipsis">Channel Name 1</span>
<span class="channel-start_2 channel-end_2 font_bold uppercase p_2 text_center overflow_ellipsis">Channel Name 2</span>
<span class="channel-start_3 channel-end_3 font_bold uppercase p_2 text_center overflow_ellipsis">Channel Name 3</span>
<span class="channel-start_4 channel-end_4 font_bold uppercase p_2 text_center overflow_ellipsis">Channel Name 4</span>
</header>
    <div class="channel channel_1 bg_black-2 display_none block:md channel-start_1 channel-end_1" ></div>
    <div class="channel channel_2 bg_black-_05 display_none block:md channel-start_2 channel-end_2" ></div>
    <div class="channel channel_3 bg_black-2 display_none block:md channel-start_3 channel-end_3" ></div>
    <div class="channel channel_4 bg_black-05 display_none block:md channel-start_4 channel-end_4" ></div>
    {{> "Program.AgendaGrid.Hour" modifier_class="9" }}
    {{> "Program.AgendaGrid.Session" modifier_class="time-start_9-00 time-end_10-00 channel-start_3 channel-end_4" }}
    {{> "Program.AgendaGrid.Hour" modifier_class="10" }}
    {{> "Program.AgendaGrid.Session" modifier_class="time-start_10-00 time-end_11-40 channel-start_1 channel-end_1" }}
    {{> "Program.AgendaGrid.Session.NonAccredited" modifier_class="time-start_10-00 time-end_11-40 channel-start_2 channel-end_3" }}
    {{> "Program.AgendaGrid.Hour" modifier_class="11" }}
    {{> "Program.AgendaGrid.Hour" modifier_class="12" }}
    {{> "Program.AgendaGrid.Session" modifier_class="time-start_12-00 time-end_13-00 channel-start_1 channel-end_3" }}
    {{> "Program.AgendaGrid.Hour" modifier_class="13" }}
    {{> "Program.AgendaGrid.Session" modifier_class="time-start_13-30 time-end_15-10 channel-start_3 channel-end_4" }}
    {{> "Program.AgendaGrid.Hour" modifier_class="14" }}
    {{> "Program.AgendaGrid.Hour" modifier_class="15" }}
    {{> "Program.AgendaGrid.Hour" modifier_class="16" }}
    {{> "Program.AgendaGrid.Hour" modifier_class="17" }}
</section>

MarkupWrapperClasses: 

Weight:0

FORMAT: In the real design the hours should be in the format of "3 p.m" and not military time of  "15:00"

NOTE: Limitation of this design because of the pattern library. The Hours could be formatted differently to reflect the AM and PM. But this build needs to be done in military time because of lack of dynamic labels for the hours.

Styleguide Program.AgendaGrid.Day
*/
/*

Hour Line

description

Markup:
<div class="hour hour_{{ modifier_class }} br-t_1 br_solid br_accent-2 relative m-t_4 m-t_0:md z_0">
    <span class="c_accent-n2 font-size_up-2 font_display hour_label lh_0 opacity_7 self_start p_3 sticky:md t_5:md">{{ modifier_class }}:00</span>
    <div class="minutes opacity_3 bg_accent-4 flex_column:md justify_stretch absolute t_0 r_0 b_0 l_0 display_none flex:md">
        <span class="minutes_10 flex_auto"></span><span class="minutes_10 flex_auto bg_white"></span><span class="minutes_10 flex_auto"></span><span class="minutes_10 flex_auto bg_white"></span><span class="minutes_10 flex_auto"></span><span class="minutes_10 flex_auto bg_white"></span>
    </div>
</div>

MarkupWrapperClasses: day_grid

Weight:0

Styleguide Program.AgendaGrid.Hour
*/
/*

Content Filler

This is a styleguide only element to show structure edges.

Markup:
<div class="h_30 c_accent-n4 font_xbold font_3 br_accent bg_accent-5 br_dashed br_1 m_3 p_5 grid items_center justify_center">Layout Zone: {{ modifier_class }}</div>

MarkupWrapperClasses: 

Weight: 100

Styleguide Page.Layouts.Filler
*/
/*

Grid Filler

This is a styleguide only element to show structure edges.

Markup:
<div class="w_auto h_100p c_highlight-n4 font_xbold font_3 br_dotted br_highlight bg_highlight-5 br_1 grid items_center justify_center lh_0 overflow_ellipsis">Grid Area: {{ modifier_class }}</div>

MarkupWrapperClasses: 

Weight: 100

Styleguide Page.Layouts.GridFiller
*/
/*

Sub Grid Filler

This is a styleguide only element to show structure edges.

Markup:
<div class="w_auto h_100p c_success-n4 font_xbold font_3 br_dotted br_success bg_success-5 br_1 grid items_center justify_center lh_0 overflow_ellipsis">Grid Area: {{ modifier_class }}</div>

MarkupWrapperClasses: 

Weight: 100

Styleguide Page.Layouts.SubGridFiller
*/
/*

Side Bar Area

This pattern is often used to push the sidebar bellow the main content area. 


Markup:
<div class="flex flex_row:md flex_column-reverse gap_4 gap_5:lg">
    <div class="flex_auto flex_100 max-w_20:lg">
    {{> "Page.Layouts.Filler"  modifier_class="Sidebar"}}
    </div>
    <div class="flex_auto flex_100 ">
    {{> "Page.Layouts.Filler"  modifier_class="Main"}}
    </div>
</div>

MarkupWrapperClasses: 

Weight: 0

Styleguide Page.Layouts.Sidebar
*/
/*

Side Bar Area With Ad

This pattern is often used to push the sidebar bellow the main content area. 


Markup:
<div class="flex flex_row:lg flex_column gap_4 gap_5:lg">
    <div class="flex_auto flex_100 flex flex_row:md flex_column-reverse gap_4 gap_5:lg">
        <div class="flex_auto flex_100 max-w_20:md">
            {{> "Page.Layouts.Filler" modifier_class="Sidebar"}}
        </div>
        <div class="flex_auto flex_100">
            {{> "Page.Layouts.Filler" modifier_class="Main"}}
        </div>
    </div>
    <div class="flex_auto flex_100 max_w-100 max-w_10:lg">
        {{> "Page.Layouts.Filler" modifier_class="Ad Rail"}}
    </div>
</div>   

MarkupWrapperClasses: 

Weight: 0

Styleguide Page.Layouts.SidebarAndAd
*/
/*
Sponsor Tiles

Description: A tile version of sponsor information

Weight:0

Styleguide Sponsor.Tile
*/
/*
Sponsor Grid

Description: 

Markup:
<section class=" grid columns_3:lg columns_2:md columns_1 gap_4 gap_5:lg p-b_5">
    {{> Sponsor.Tile.WebLink }}
<div class="shadow_bevel-light p_4 bg_white br_radius br_solid br_black-2 br_1 flex flex_column gap-y_4">
    <header class="flex justify_center relative aspect_16x9 w_100 m-x_auto max-w_20">
    <img class="absolute t_0 r_0 l_0 b_0" style="object-fit: contain;height: 100%;width: 100%;" src="https://cdn.jsdelivr.net/gh/ACC-Style/Arches/dist/img/LoremIpsum3.png">
    </header>
    <div class="readable-typography">
    <h2>
    {{> "Sub.Data.Sponsor.Name"}}
    </h2>
   <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Non, consequuntur similique quibusdam deleniti fuga, ad laudantium vel assumenda incidunt impedit iure molestias! Et laboriosam nulla ut at officia ipsa quaerat?</p>
    </div>
    <div class="m-t_auto">{{> "Sub.Data.Sponsor.Address"}}</div>
    <footer class="br-t_1 br_dashed grid justify_center p-t_4 self_stretch">{{> "Sub.Data.Sponsor.MoreLink" modifier_class="btn btn-secondary c_white h:c_white-8 self_center"}}</footer>
</div>
<div class="shadow_bevel-light p_4 bg_white br_radius br_solid br_black-2 br_1 flex flex_column gap-y_4">
    <header class="flex justify_center relative aspect_16x9 w_100 m-x_auto max-w_20">
    <img class="absolute t_0 r_0 l_0 b_0" style="object-fit: contain;height: 100%;width: 100%;" src="https://cdn.jsdelivr.net/gh/ACC-Style/Arches/dist/img/LoremIpsum2.png">
    </header>
    <div class="readable-typography">
    <h2>
    {{> "Sub.Data.Sponsor.Name"}}
    </h2>
    <p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Non, consequuntur similique quibusdam deleniti fuga, ad laudantium vel assumenda incidunt impedit iure molestias! Et laboriosam nulla ut at officia ipsa quaerat?</p>
    <p>Quia cum enim voluptates quas qui assumenda omnis qui. Modi ducimus totam amet et vel aut eveniet. Perferendis temporibus distinctio eos labore quaerat eius rerum. Ipsam qui et eveniet quo necessitatibus.</p>
    </div>
    <div class="m-t_auto">{{> "Sub.Data.Sponsor.Address"}}</div>
    <footer class="br-t_1 br_dashed grid justify_center  p-t_4 self_stretch">{{> "Sub.Data.Sponsor.MoreLink" modifier_class="btn btn-secondary c_white h:c_white-8 self_center"}}</footer>
</div>
</section>


Weight:0

Styleguide Sponsor.Tile.Grid
*/
/*

Sponsor WebLink

Sponsor Tile

Markup:
<div class="shadow_bevel-light p_4 bg_white br_radius br_solid br_black-2 br_1 flex flex_column gap-y_4">
    <header class="flex justify_center relative aspect_16x9 w_100 m-x_auto max-w_20">
        {{> "Sub.Data.Sponsor.Logo"}}
    </header>
    <div class="readable-typography">
        <h2>
        {{> "Sub.Data.Sponsor.Name"}}
        </h2>
        {{> "Sub.Data.Sponsor.Description"}}
    </div>
    <div class="m-t_auto">{{> "Sub.Data.Sponsor.Address"}}</div>
    <footer class="br-t_1 br_dashed grid justify_center p-t_4 self_stretch">{{> "Sub.Data.Sponsor.MoreLink" modifier_class="btn btn-secondary c_white h:c_white-8 self_center"}}</footer>
</div>

Data:
Sub.Data.Sponsor.Name - Name
Sub.Data.Sponsor.Description - Description in HTML
Sub.Data.Sponsor.Address - Address


MarkupWrapperClasses: grid columns_3:lg columns_2:md columns_1 gap_4

Weight:0

Styleguide Sponsor.Tile.WebLink
*/
/*
Faculty

Description: Faculty are the people who are responsible for the design and development of the sessions used in an event. They can take many roles in the session or presentation, such as: chair, panelist, presenter, facilitator, or even a author. There can be many faculty members to a single presentation.

Weight:0

Styleguide Faculty
*/
/*
Full Data with Photo

Description: The most basic way we represent a faculty.

br_radius - The border radius of the image.
br_round  - The border radius of the image.
br_circle - The border radius of the image.

Markup:
<section
	class="flex flex_column p-b_4 m-b_4 font_0 gap-x_5:lg gap-x_4"
>
	<div
		class=" flex_auto m-x_0:md m-x_auto max-w_15 w_100 shadow_overlap-light overflow_hidden m-b_4 {{ modifier_class }} self_center "
	>
    {{> "Sub.Data.Faculty.Photo" }}
	</div>
	<div class="flex_auto flex_column justify_start">
		<h2 class="m-b_0 speaker_name font_display font-size_up-2 lh_2 c_primary"> {{> "Sub.Data.Faculty.FullName" }}</h2>
		<ul class="speaker_metadata ul_none font_copy font-size_down">
            <!-- This is a repeated snippet -->
            <li class="c_black-8 lh_1 m_0 m-b_2">{{> "Sub.Data.Faculty.Title" }}</li>
            </ul>
            <span class="block c_black-6 font-size_down-2 lh_0 font_italic">{{> Sub.Data.Faculty.Location }}</span>
        <div class="speaker_bio reading-typography max-w_50 font-size_down-1">
            <!-- This content can container html -->
            {{> Sub.Data.Faculty.Bio }}
        </div>   
        <div class="grid justify_center">
            {{> "Sub.Faculty.TwitterButton"}}
        </div>     
	</div>
</section>

MarkupWrapperClasses: grid-col_4 grid 

FORMAT: This element uses data that has strict data formatting requirements. See the data tab for more information.

SupComponents: 
Sub.Faculty.TwitterButton - Twitter Button

Data:
Sub.Data.Faculty.Photo - Profile Photo
Sub.Data.Faculty.FullName - Full Name
Sub.Data.Faculty.Title - Title
Sub.Data.Faculty.Bio - Bio


Weight:0

Styleguide Faculty.PhotosHorizontal
*/
/*
Twitter Button

Description: When a faculty member has a twitter handle, we can display a twitter button.

Markup:
<a class="bg_twitter br_radius c_white font-size_down-1 h:bg_secondary-n3 h:c_secondary-n3 h:c_white h:undecorated p-x_4 p_3" href="https://www.twitter.com/{{> Sub.Data.Faculty.TwitterHandle }}" target="_blank">
    <i class="br-r_1 br-white-5 br_solid fa-x-twitter fab m-l_n2 m-r_3 m-y_n2 p-r_3 p-r_3:lg p-y_2"></i>
    <i class="fa-at fas opacity_8 p-r_1"></i>
    {{> Sub.Data.Faculty.TwitterHandle }}
</a>


Data:
Sub.Data.Faculty.TwitterHandle - Twitter Handle

Weight:0

Styleguide Sub.Faculty.TwitterButton
*/
/*
Full Data with Photo

Description: 
<p>This component is used to display full information about faculty members, including a headshot, name, title, location, biography, and social media links.</p>

Markup:
<section class="flex flex_column flex_row:md p-b_4 m-b_4 font_0 gap-x_5:lg gap-x_4 {{modifier_class}}">
    <div class="flex_auto m-x_0:md m-x_auto max-w_15 w_100 br_radius shadow_overlap-light overflow_hidden m-b_4">
        {{> "Sub.Data.Faculty.Photo"}}
    </div>
    <div class="flex_auto flex_column justify_start">
        <h2 class="m-b_0 speaker_name font_display font-size_up-2 lh_2 c_primary"> {{> "Sub.Data.Faculty.FullName" }}</h2>
        <ul class="speaker_metadata ul_none font_copy font-size_down">
            <li class="c_black-8 lh_1 m_0 m-b_2">{{> "Sub.Data.Faculty.Title" }}</li>
        </ul>
        <span class="block c_black-6 font-size_down-2 lh_0 font_italic">{{> "Sub.Data.Faculty.Location" }}</span>
        <div class="speaker_bio reading-typography max-w_50 font-size_down-1">
            {{> "Sub.Data.Faculty.Bio"}}
        </div>   
        <div class="grid justify_start">
            {{> "Sub.Faculty.TwitterButton"}}
        </div>    
    </div>
</section>

MarkupWrapperClasses: p_4

SubComponents:
Sub.Faculty.TwitterButton - Twitter Button

Data:
Sub.Data.Faculty.Photo - Faculty Photo
Sub.Data.Faculty.FullName - Faculty Full Name
Sub.Data.Faculty.Title - Faculty Title
Sub.Data.Faculty.Location - Faculty Location
Sub.Data.Faculty.Bio - Faculty Bio

FORMAT: This element uses data that has strict data formatting requirements. See the data tab for more information.

NOTE: Please ensure that the faculty data, especially the biography, is properly formatted HTML. 

Weight:0

Styleguide Faculty.Photos
*/
/*
Full Data Without Photo

Description: The most basic way we represent a faculty.

Markup:
<section
	class="flex flex_column flex_row:md p-b_4 m-b_4 font_0 gap-x_5:lg gap-x_4"
>
	<div class="flex_auto flex_column justify_start">
		<h2 class="m-b_0 speaker_name font_display font-size_up-2 lh_2 c_primary"> {{> "Sub.Data.Faculty.FullName" }}</h2>
		<ul class="speaker_metadata ul_none font_copy font-size_down">
            <!-- This is a repeated snippet -->
            <li class="c_black-8 lh_1 m_0 m-b_2">{{> "Sub.Data.Faculty.Title" }}</li>
            </ul>
            <span class="block c_black-6 font-size_down-2 lh_0 font_italic">{{> Sub.Data.Faculty.Location }}</span>
        <div class="speaker_bio reading-typography max-w_50 font-size_down-1">
            <!-- This content can container html -->
            {{> Sub.Data.Faculty.Bio }}
        </div>   
        <div class="grid justify_start">
            {{> "Sub.Faculty.TwitterButton"}}
        </div>      
	</div>
</section>

FORMAT: This element uses data that has strict data formatting requirements. See the data tab for more information.

Weight:0

Styleguide Faculty.NoPhotos
*/
/*
Bootstrap Toggle Rotation

The toggles for bootstrap collapses use a `+` icon that twists to an `x` when the elements doesn't have `collapsed` or `show` as a class. to reduce confusion the class has a set rotation and speed attached to it. `a:rotation` is applied to the tow specific icons `fa-times` and `fa-chevron-up` only.<div class="p-b_3"><span class="bg_highlight br_radius c_white inline-block font_n1 p-y_3 p-x_5 sg">These classes are effected by the parent having `collapsed` state.</span></div>

expanded                  - when the associated content is expanded the toggle will look like this
collapsed                       - when the associated content is collapsed the class is added to the toggle and it will look like this. 

Markup:
<div class="flex_none p_2 {{modifier_class}}" aria-expanded="false" data-bs-toggle="collapse" data-bs-target="#pageHubChild" aria-controls="#pageHubChild">
        <i class="a:rotation c_primary fa-fw fa-times fas self_center text_center"></i>
</div>
<div class="flex_none p_2 {{modifier_class}}" aria-expanded="false" data-bs-toggle="collapse" data-bs-target="#pageHubChild" aria-controls="#pageHubChild">
        <i class="a:rotation c_primary fa-fw fa-chevron-up fas self_center text_center"></i>
</div>
<div class="flex_none p_2 {{modifier_class}}" aria-expanded="false" data-bs-toggle="collapse" data-bs-target="#pageHubChild" aria-controls="#pageHubChild">
        <span class="fa-stack fa-2x">
        <i class="fas fa-minus fa-stack-1x"></i>
        <i class="fas fa-minus rotate_90 a:rotation fa-stack-1x "></i>
        </span>
</div>
<div class="flex_none p_2 {{modifier_class}}" aria-expanded="false" data-bs-toggle="collapse" data-bs-target="#pageHubChild" aria-controls="#pageHubChild">
        <span class="fa-stack fa-2x">
        <i class="fas fa-square fa-stack-2x c_black"></i>
        <i class="fas fa-minus fa-stack-1x c_white"></i>
        <i class="fas fa-minus rotate_90 a:rotation fa-stack-1x  c_white"></i>
        </span>
</div>


Weight: 100

Styleguide Component.Navigation.Toggle.Rotation

*/
/*
Toggle 

Toggle elements of a collapse with user feed back of the icon rotating.

#targetName -  the name of the target of the collapse

Markup:
<div class="flex_none p_2" data-bs-toggle="collapse" data-bs-target="{{modifier_class}}" aria-controls="{{modifier_class}}" aria-expanded="true">
        <i class="a:rotation fa-fw fa-times fas self_center text_center"></i>
</div>

Weight: -10

MarkupWrapperClasses: bg_white font_ui flex c_primary

Styleguide Component.Navigation.Toggle
*/
/*
Toggle Chevron

Toggle elements of a collapse with user feed back of the icon rotating.

#targetName -  the name of the target of the collapse

Markup:
<div class="a:bg_black-3 h:bg_black-4 flex_none p_2" data-bs-toggle="collapse" data-bs-target="{{modifier_class}}" aria-controls="{{modifier_class}}" aria-expanded="true">
        <i class="a:rotation fa-fw fa-chevron-up fas self_center text_center"></i>
</div>

Weight: -80

MarkupWrapperClasses: bg_white font_ui flex c_primary

Styleguide Component.Navigation.Toggle.Chevron
*/
/*
Collapse Toggle Advanced

Toggle elements of a collapse with user feed back of the icon morphing.

#targetName -  the name of the target of the collapse

Markup:
<div class="flex_none" aria-expanded="false" data-bs-toggle="collapse" data-bs-target="{{modifier_class}}" aria-controls="{{modifier_class}}">
        <span class="fa-stack">
        <i class="fas fa-minus fa-stack-1x"></i>
        <i class="fas fa-minus rotate_90 a:rotation fa-stack-1x "></i>
        </span>
</div>

Weight: -100

MarkupWrapperClasses: bg_white font_ui flex c_primary

Styleguide Component.Navigation.Toggle.Advanced
*/
/*
Collapse Toggle Advanced with Square

Toggle elements of a collapse with user feed back of the icon morphing.

#targetName -  the name of the target of the collapse

Markup:
<div class="flex_none" aria-expanded="false" data-bs-toggle="collapse" data-bs-target="{{modifier_class}}" aria-controls="{{modifier_class}}">
        <span class="fa-stack">
        <i class="fas fa-square fa-stack-2x"></i>
        <i class="fas fa-minus fa-stack-1x c_white"></i>
        <i class="fas fa-minus rotate_90 a:rotation fa-stack-1x  c_white"></i>
        </span>
</div>

Weight: -90

MarkupWrapperClasses: bg_white font_ui flex c_primary

Styleguide Component.Navigation.Toggle.AdvancedSquare
*/
/*
Sidebar Nav

Description: Side bar for any 3 layer nav on the site. the parent node is from the main nav.

Markup:
<nav class="nav-sub bg_primary c_white font_2 font_ui ">
    <ul class="ul_none flex_column flex">
        {{> "Component.Navigation.Sidebar.Parent"}}
        {{> "Component.Navigation.Sidebar.Child"}}
        {{> "Component.Navigation.Sidebar.ChildWithChildren"}}
        {{> "Component.Navigation.Sidebar.Child"}}
        {{> "Component.Navigation.Sidebar.Child"}}
        {{> "Component.Navigation.Sidebar.ChildWithGrandChildren"}}
    </ul>
</nav>

Weight:-1000

MarkupWrapperClasses: max-w_25 m_auto 


Note: Limitations to the documentation system might cause javascript effects to animate or trigger incorrectly. 


Styleguide Component.Navigation.Sidebar
*/
/*
Parent NavItem

Description: The parent is singular in this nav it is always active and its direct children are always expanded so there is not need for a toggle.

Markup:
<li class="nav-item font-size_up" data-nav="parent">
    <div class="bg_black-4 ">
        <a class="text-shadow_black-1 block w_100 c_white p-y_2 p-x_4 w_100 h:c_white inline-block h:underline self_center">Parent Link: Tree starts from this node</a>
    </div>
</li>

Weight: -100

MarkupWrapperClasses: bg_primary c_white font_ui ul_none

Styleguide Component.Navigation.Sidebar.Parent
*/
/*
Child NavItem

Description: Child and Grandchild nav items are built the same way with a spacer with or without a toggle depending on if they have children.

default     -  No added class 
active      -  Nav Item changes its decoration if this the page the user is on.

Markup:
<li class="nav-item {{modifier_class}}" data-nav="child">
    <div class="flex flex_row">
        <div class="flex flex_column flex_none justify_start">
            <div class="flex_none">
                <span class="fa-stack">
                    <i class="fas fa-spacer fa-stack-1x"></i>
                </span>
            </div>
        </div>
        <div class="flex_auto self_center">
            <a class="text-shadow_black-1 {{modifier_class}} c_white-9 p-y_2 p-x_3 w_100 h:c_white inline-block h:underline self_center  a:bg_black-3">Child Link</a>
        </div>
    </div>
</li>

Weight: 10

MarkupWrapperClasses: bg_primary c_white font_ui ul_none

Styleguide Component.Navigation.Sidebar.Child
*/
/*
Toggle Child

Description: Toggle elements are set to active if the attached node or its children are active. If the toggle is active the collapsed children navigation are open by default.

default     -  the toggle when it doesn't have an active class still shades on hover
active      -  shade the toggle

Markup:
<div class="{{modifier_class}} br-r_1 br_solid br_white-2 flex flex_column flex_none justify_start text-shadow_black-n1 c_white">
    {{> "Component.Navigation.Toggle.Advanced" modifier_class=".childNavCollapse" }}
</div>

Weight: -10

Note: Limitations to the documentation system might cause javascript effects to animate or trigger incorrectly. 


MarkupWrapperClasses: bg_primary c_white font_ui ul_none

Styleguide Component.Navigation.Sidebar.ChildToggle
*/
/*
Child NavItem With Children

Description: Child and Grandchild nav items are built the same way with a spacer with or without a toggle depending on if they have children.


Markup:
<li class="nav-item {{modifier_class}}" data-nav="child">
    <div class="flex flex_row">
        {{> "Component.Navigation.Sidebar.ChildToggle" modifier_class="collapsed"}}
        <div class="flex_auto self_center">
            <a class="text-shadow_black-1 {{modifier_class}} c_white-9 p-y_2 p-x_3 w_100 h:c_white inline-block h:underline self_center  a:bg_black-3">Child with Children Links</a>
            <nav class="nav-sub-child bg_white-2 font-size_down collapse childNavCollapse" >
                <ul class="ul_none flex_column flex">
                    {{> "Component.Navigation.Sidebar.Child" }}
                    {{> "Component.Navigation.Sidebar.Child" }}
                    {{> "Component.Navigation.Sidebar.Child" }}
                    {{> "Component.Navigation.Sidebar.Child" }}
                </ul>
            </nav>
        </div>
    </div>
</li>

Weight: 15

Note: Limitations to the documentation system might cause javascript effects to animate or trigger incorrectly. 


MarkupWrapperClasses: bg_primary c_white font_ui ul_none

Styleguide Component.Navigation.Sidebar.ChildWithChildren
*/
/*
Child NavItem With Grand Children

Description: Child and Grandchild nav items are built the same way with a spacer with or without a toggle depending on if they have children.

Markup:
<li class="nav-item active" data-nav="child">
    <div class="flex flex_row">
        {{> "Component.Navigation.Sidebar.ChildToggle"  modifier_class="active"}}
        <div class="flex_auto self_center">
            <a class="text-shadow_black-1 active c_white-9 p-y_2 p-x_3 w_100 h:c_white inline-block h:underline self_center  a:bg_black-3">Child with Children Links</a>
            <nav class="nav-sub-child bg_white-2 font-size_down collapse childNavCollapse show">
                <ul class="ul_none flex_column flex">
                    {{> "Component.Navigation.Sidebar.Child" }}
                    {{> "Component.Navigation.Sidebar.Child" }}
                    {{> "Component.Navigation.Sidebar.Child" }}
                    {{> "Component.Navigation.Sidebar.Child" }}
                    <li class="nav-item  active " data-nav="grandchild">
                        <div class="flex flex_row">
                            {{> "Component.Navigation.Sidebar.ChildToggle"  modifier_class="active"}}
                            <div class="flex_auto self_center">
                                <a class="text-shadow_black-1 active c_white-9 p-y_2 p-x_3 w_100 h:c_white inline-block h:underline self_center  a:bg_black-3">Child with Children Links</a>
                                <nav class="nav-sub-child bg_white-2 collapse show childNavCollapse">
                                    <ul class="ul_none flex_column flex">
                                        {{> "Component.Navigation.Sidebar.GreatGrandchild"  }}
                                        {{> "Component.Navigation.Sidebar.GreatGrandchild" }}
                                        {{> "Component.Navigation.Sidebar.GreatGrandchild"  modifier_class="active"}}
                                        {{> "Component.Navigation.Sidebar.GreatGrandchild" }}
                                    </ul>
                                </nav>
                            </div>
                        </div>
                    </li>
                </ul>
            </nav>
        </div>
    </div>
</li>

Weight: 15

MarkupWrapperClasses: bg_primary c_white font_ui ul_none

Note: Limitations to the documentation system might cause javascript effects to animate or trigger incorrectly. 

Styleguide Component.Navigation.Sidebar.ChildWithGrandChildren
*/
/*
Great Grandchild NavItem

Description: Great Grand Children loose the spacer for toggles because they don't have any child navs and don't need the use of a toggle.

default     -  No added class 
active      -  Nav Item changes its decoration if this the page the user is on.

Markup:
<li class="nav-item {{modifier_class}} " data-nav="greatGrandChild">
    <div class="flex flex_row"> 
        <div class="flex_auto self_center">
            <a class=" {{modifier_class}} text-shadow_black-1  a:bg_black-3 c_white-9 p-y_2 p-r_3 p-l_4 w_100 h:c_white inline-block h:underline self_center">Great Grand Child Links</a>
        </div>
    </div>
</li>

Weight: 100

MarkupWrapperClasses: bg_primary c_white font_ui ul_none

Styleguide Component.Navigation.Sidebar.GreatGrandchild
*/
/*
UI Tabs

The application systems of acc.org have tabs that sometimes overrun the tabs space areas because they need to show many options.

Markup:
<div class="br_solid br_1 br_black-3">
    <nav class="flex flex_row font_ui relative" id="tabContentLight" role="tablist">
        <ul class="flex flex_auto flex_nowrap flex_row:md flex_column nav overflow_hidden font-size_up ul_none">
            {{> "Sub.Component.Structures.UITabs.Tab.LinkActive" }}
            {{> "Sub.Component.Structures.UITabs.Tab" }}
            {{> "Sub.Component.Structures.UITabs.Tab.LinkDisabled" }}
        </ul>
    </nav>
    <div class="p_4 reading-typography tab-content br-t_1 br_solid br_black-3" id="nav-tabContent">
        <div class="tab-pane fade show active" id="ActiveLinkUI" role="tabpanel" aria-labelledby="ActiveLinkUI">
            {{> Sub.Placeholder.Typography }}
        </div>
        <div class="tab-pane fade" id="LinkUI" role="tabpanel" aria-labelledby="LinkUI">
            {{> Sub.Placeholder.Typography }}
        </div>
    </div>
</div>

MarkupWrapperClasses: p_4

caution:  This item is not finalized and might be subject to change

Note: Limitations to the documentation system might cause javascript effects to animate or trigger incorrectly. 

Weight:0

Styleguide Component.Structures.UITabs
*/
/*
UI Tabs Overflow

The application systems of acc.org have tabs that sometimes overrun the tabs space areas because they need to show many options.

Markup:
<div class="br_solid br_1 br_black-3">
    <nav class="flex flex_row font_ui relative" id="tabOverflow" role="tablist"> 
        <a class="disabled flex_row flex text_center bg_disabled bg_white br-r_1 br_black-3 br_solid c_black-8 c_disabled flex_auto flex_none h:bg_black-3 h:c_black h:undecorated nav-item opacity_disabled p-x_4:md p_3 relative text_center z_3">
                <i class="flex_auto self_center far fa-chevron-left"></i>
        </a>
        <ul class="flex flex_auto flex_nowrap flex_row:md nav overflow_hidden font-size_up ul_none">
            {{> "Sub.Component.Structures.UITabs.Tab.LinkActive" }}
            {{> "Sub.Component.Structures.UITabs.Tab" }}
            {{> "Sub.Component.Structures.UITabs.Tab" }}
            {{> "Sub.Component.Structures.UITabs.Tab" }}
            {{> "Sub.Component.Structures.UITabs.Tab" }}
            {{> "Sub.Component.Structures.UITabs.Tab" }}
            {{> "Sub.Component.Structures.UITabs.Tab.LinkDisabled" }}
        </ul>
        <a class="disabled flex_row flex text_center bg_disabled bg_white br-l_1 br_black-3 br_solid c_black-8 c_disabled flex_auto flex_none h:bg_black-3 h:c_black h:undecorated nav-item opacity_disabled p-x_4:md p_3 relative text_center z_3">
                <i class="flex_auto self_center far fa-chevron-right"></i>
        </a>
    </nav>
    <div class="p_4 reading-typography tab-content br-t_1 br_solid br_black-3" id="nav-tabContent">
        <div class="tab-pane fade show active" id="ActiveLinkUI" role="tabpanel" aria-labelledby="ActiveLinkUI">
            {{> Sub.Placeholder.Typography }}
        </div>
        <div class="tab-pane fade" id="LinkUI" role="tabpanel" aria-labelledby="LinkUI">
            {{> Sub.Placeholder.Typography }}
        </div>
    </div>
</div>

MarkupWrapperClasses: p_4

caution:  This item is not finalized and might be subject to change

Note: Custom JavaScript is needed to make this scroll back and forth, and will need to have disables applied when overflow has reached a max or min. 

Weight:0

Styleguide Component.Structures.UITabs.Overflow
*/
/*
Tab: Default

Description: Active State of Tab.  Add and remove the `active is-active` class from the li-tag toggle the active effect

Markup:
<li id="LinkUI-tab" data-bs-toggle="tab" data-bs-target="#LinkUI"  role="tab" aria-controls="LinkUI" aria-selected="true" class=" nav-item relative p_3 p-x_4:md h:bg_black-3 br-l_1 br_black-3 br_solid flex_grow text_center bg_disabled opacity_disabled a:bg_accent-n1">
    <span 
         class="c_disabled h:undecorated expanded-click-area c_black-8 a:c_white-9 h:c_black " 
        >Link</span>
</li>



caution:  This item is not finalized and might be subject to change

Note: Limitations to the documentation system might cause javascript effects to animate or trigger incorrectly. 

MarkupWrapperClasses: flex ul_none

Weight:0

Styleguide  Sub.Component.Structures.UITabs.Tab
*/
/*
Tab: Active

Description: Active State of Dark Tab.  Add and remove the `active is-active` class from the li-tag toggle the active effect

Markup:
<li class="active nav-item relative p_3 p-x_4:md h:bg_black-3 br-l_1 br_black-3 br_solid flex_grow text_center bg_disabled opacity_disabled a:bg_accent-n1">
    <a 
        id="ActiveLinkUI-tab"
        data-bs-toggle="tab"
        data-bs-target="#ActiveLinkUI"
        role="tab"
        aria-controls="ActiveLinkUI"
        aria-selected="true"
        class="c_disabled h:undecorated expanded-click-area c_black-8 a:c_white-9 h:c_black " 
        href="#">Active</a>
</li>

MarkupWrapperClasses: flex ul_none

caution:  This item is not finalized and might be subject to change

Note: Limitations to the documentation system might cause javascript effects to animate or trigger incorrectly. 

Weight:0

Styleguide  Sub.Component.Structures.UITabs.Tab.LinkActive
*/
/*
Tab: Disabled

Description: Disabled decorations is a swap of many of the decoration classes with the removal of the hover and active classes.

Markup:
<li class="disabled nav-item relative p_3 p-x_4:md h:bg_black-3 br-l_1 br_black-3 br_solid flex_grow text_center bg_disabled opacity_disabled a:bg_accent-n1">
    <a class="c_disabled h:undecorated expanded-click-area c_black-8 a:c_white-9 h:c_black "
        href="#"
        tabindex="-1"
        aria-disabled="true">
        Disabled</a>
</li>


caution:  This item is not finalized and might be subject to change

Note: Limitations to the documentation system might cause javascript effects to animate or trigger incorrectly. 

MarkupWrapperClasses: flex ul_none

Weight:0

Styleguide  Sub.Component.Structures.UITabs.Tab.LinkDisabled
*/
/*
Scroll Overflow Script

Description: Javascript is needed to make the scrolls work on the page

Markup:

MarkupWrapperClasses: p_4

caution:  This item is not finalized and might be subject to change

Weight:0

Styleguide  Component.Structures.UITabs.Script
*/
/*
Tabs

A simple way to show small groups of content that should have the same level of reading hierarchy.  

Markup:
<nav class="bg_black-2 br_3 br_radius br_solid br_white-9 c_primary font_0 font_bold font_accent: p-x_0 p-x_4:md shadow_bevel-light" id="tabContentLight" role="tablist">
    <ul class="flex_column flex_row:md  nav">
        {{> "Sub.Component.Structures.Tabs.Tab.LinkActive" }}
        {{> "Sub.Component.Structures.Tabs.Tab.Link" }}
        {{> "Sub.Component.Structures.Tabs.Tab.LinkDisabled" }}
        </li>
    </ul>
</nav>
<div class="bg_black-_05 br-bl_radius br-br_radius m-x_3 p_4 reading-typography shadow_emboss-light tab-content" id="nav-tabContent">
    <div class="tab-pane fade show active" id="ActiveLink" role="tabpanel" aria-labelledby="ActiveLink">
        <h2 class="capitalize"> consectetur adipisicing elit </h2>
        Lorem ipsum dolor sit amet. Quisquam maxime consectetur, nisi sed ea perspiciatis a sit porro laboriosam ab sequi est quas optio dolorum at maiores quis incidunt inventore.</div>
    <div class="tab-pane fade" id="BasicLink" role="tabpanel" aria-labelledby="BasicLink">
        <h2 class="capitalize">Lorem ipsum dolor sit </h2>
        Amet consectetur adipisicing elit. Vero enim provident consequuntur perspiciatis. Eligendi placeat consequuntur veniam quidem temporibus labore quisquam commodi rem error cumque fugit suscipit nulla, excepturi eos.</div>
</div>

MarkupWrapperClasses:

SubComponents:
Sub.Component.Structures.Tabs.Tab.LinkActives - Active Tab
Sub.Component.Structures.Tabs.Tab.Link - Tab
Sub.Component.Structures.Tabs.Tab.LinkDisabled - Disabled Tab

Caution:  This item is not finalized and might be subject to change

Note: Limitations to the documentation system might cause javascript effects to animate or trigger incorrectly. 

Weight:0

Styleguide Component.Structures.Tabs.
*/
/*
Simple Tabs: Dark Mode

Reverse Colored Tabs for when on dark background

Markup:
<div class="m-y_4 bg_acc p_4" id="nav_jump">
    <nav class="bg_black-2 c_white br_3 br_radius br_solid br_black-5 font_0 font_bold font_ui p-x_0 p-x_4:md shadow_overlap-light">
        <ul class="flex_column flex_row:md ul_none nav">
        {{> "Sub.Component.Structures.Tabs.TabDark.LinkActive" }}
        {{> "Sub.Component.Structures.Tabs.TabDark.Link" }}
        {{> "Sub.Component.Structures.Tabs.TabDark.Link" }}
        {{> "Sub.Component.Structures.Tabs.TabDark.LinkDisabled" }}
        </ul>
    </nav>
</div>

Weight: 0

Styleguide  Sub.Component.Structures.Tabs.TabDark
*/
/*
Tab Dark: Active

Description: Active State of Dark Tab.  Add and remove the `active is-active` class from the li-tag toggle the active effect

Markup:
<li class="br-t_3 br_solid:md br_white-0 m-l_1 nav-item ">
    <a class="a:bg_accent h:underline-none c_white text-shadow_black-1 br-b_3 br_white-0 br_solid:md:md h:bg_secondary h:br_accent h:c_white m-y_n2:md nav-link p-y_3:md p-x_4 active">
        Active
    </a>
</li>

MarkupWrapperClasses: flex_column flex_row:md ul_none nav bg_acc br_3 br_radius br_solid br_acc-3 p-l_4

Weight:0

Styleguide  Sub.Component.Structures.Tabs.TabDark.LinkActive
*/
/*
Tab Dark: Basic

Description: Dark Tab Basic Nav

Markup:
<li class="br-t_3 br_solid:md br_white-0 m-l_1 nav-item">
    <a class="a:bg_accent h:underline-none c_white text-shadow_black-1 br-b_3 br_white-0 br_solid:md h:bg_secondary h:br_accent h:c_white m-y_n2:md nav-link p-y_3:md p-x_4">
        Link
    </a>
</li>


MarkupWrapperClasses: flex_column flex_row:md ul_none nav bg_acc br_3 br_radius br_solid br_acc-3 p-l_4

Weight:0


Styleguide  Sub.Component.Structures.Tabs.TabDark.Link
*/
/*
Tab Dark: Disabled

Description: Disabled decorations is a swap of many of the decoration classes with the removal of the hover and active classes.

Markup:
<li class="br-t_3 br_solid:md br_white-0 m-l_1 nav-item ">
    <a class="bg_white-2 br-b_3 br_solid:md br_white-0 c_white-4 cursor_not-allowed disabled h:underline-none m-y_n2:md nav-link opacity-5 p-x_4 p-y_3:md" href="/on-demand/industry-stage#nav_jump" target="_self">
        Disabled
    </a>
</li>

MarkupWrapperClasses: flex_column flex_row:md ul_none nav bg_acc br_3 br_radius br_solid br_acc-3 p-l_4 

Weight:0


Styleguide  Sub.Component.Structures.Tabs.TabDark.LinkDisabled
*/
/*
Tab: Active

Description: Active State of Dark Tab.  Add and remove the `active is-active` class from the li-tag toggle the active effect

Markup:
<li class=" br-t_3 br_solid:md br_white-0 m-l_1 nav-item">
    <a 
        id="ActiveLink-tab" data-bs-toggle="tab" data-bs-target="#ActiveLink"  role="tab" aria-controls="ActiveLink" aria-selected="true"
        class="active a:bg_accent-n2 h:underline-none a:c_white br-b_3 br_white-0 br_solid:md c_primary h:bg_acc-n3 h:br_accent h:c_white m-y_n2:md nav-link p-y_3:md p-x_4" 
        href="#">Active</a>
</li>

MarkupWrapperClasses: flex_column flex_row:md ul_none nav bg_black-2 br_3 br_radius br_solid br_white-9 c_primary font_0 font_bold font_accent: p-x_0 p-x_4:md shadow_bevel-light

Weight:0

Styleguide  Sub.Component.Structures.Tabs.Tab.LinkActive
*/
/*
Tab: Basic

Description: Active State of Dark Tab.  Add and remove the `active is-active` class from the li-tag toggle the active effect

Markup:
<li class="br-t_3 br_solid:md br_white-0 m-l_1 nav-item">
    <a 
    id="BasicLink-tab" data-bs-toggle="tab" data-bs-target="#BasicLink"  role="tab" aria-controls="BasicLink" aria-selected="true"
    class="a:bg_accent-n2 h:underline-none a:c_white br-b_3 br_white-0 br_solid:md c_primary h:bg_acc-n3 h:br_accent h:c_white m-y_n2:md nav-link p-y_3:md p-x_4" href="#">Link</a>
</li>


MarkupWrapperClasses: flex_column flex_row:md ul_none nav bg_black-2 br_3 br_radius br_solid br_white-9 c_primary font_0 font_bold font_accent: p-x_0 p-x_4:md shadow_bevel-light

Weight:0

Styleguide  Sub.Component.Structures.Tabs.Tab.Link
*/
/*
Tab: Disabled

Description: Disabled decorations is a swap of many of the decoration classes with the removal of the hover and active classes.

Markup:
<li class="br-t_3 br_white-0 br_solid:md m-l_1 nav-item">
    <a class="br-b_3 br_solid:md br_white-0 c_black-4 opacity-5 bg_black-1 disabled h:underline-none m-y_n2:md nav-link p-x_3 p-x_4" href="#" tabindex="-1" aria-disabled="true">Disabled</a>
</li>

MarkupWrapperClasses: flex_column flex_row:md ul_none nav bg_black-2 br_3 br_radius br_solid br_white-9 c_primary font_0 font_bold font_accent: p-x_0 p-x_4:md shadow_bevel-light

Weight:0

Styleguide  Sub.Component.Structures.Tabs.Tab.LinkDisabled
*/
/*


Pages

Combination of UI brought together for pages on the site. 

Weight: 0

Styleguide Page
*/
body {
  font-size: 16px;
  font-size: 1rem;
  font-family: var(--font-family_copy);
}

h1, .h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: var(--font_regular);
  font-family: var(--font-family_display);
}

h6, .h6 {
  font-weight: var(--font_bold);
}

p {
  line-height: 1.35;
}

ul,
ol {
  line-height: 1.6;
}

kbd,
code,
samp,
var {
  font-family: var(--font-family_mono);
}

form {
  border-color: rgba(19, 18, 18, 0.38);
}

label {
  font-weight: var(--font_bold);
}

label,input,
select,
textarea,
legend,
fieldset,
button {
  color: currentColor;
  font-size: 16px;
  font-size: 1rem;
  font-family: var(--font-family_ui);
}

input,
select,
textarea,
legend,
fieldset,
button {
  box-sizing: border-box;
}

button,
[type=button],
[type=submit],
[type=reset], [type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=url],
[type=week],
[type=time], select,
textarea {
  min-height: 1.5em;
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  border-width: thin;
  border-radius: 6px;
  border-color: rgba(19, 18, 18, 0.25);
  line-height: 1.6;
}

input:focus,
select:focus,
textarea:focus {
  outline-color: hsla(var(--primary-h), var(--primary-s), var(--primary-l), 0.5);
  box-shadow: inset 1px 1px 2px 2px hsla(var(--primary-h), var(--primary-s), var(--primary-l), 0.12), inset 2px 2px 3px 0px hsla(var(--primary-h), var(--primary-s), var(--primary-l), 0.1), inset -2px -2px 3px 0px hsla(var(--primary-h), var(--primary-s), var(--primary-l), 0.1);
}

[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=search],
[type=tel],
[type=text],
[type=url],
[type=week],
[type=time], select,
textarea {
  width: 100%;
}

input,
select,
textarea,
legend,
fieldset,
button {
  box-sizing: border-box;
}

[type=color] {
  width: 24px;
  width: 1.5rem;
  height: 24px;
  height: 1.5rem;
  padding: 0;
  border-color: rgba(19, 18, 18, 0.25);
}

[type=radio],
[type=checkbox] {
  padding-left: 8px;
  padding-left: 0.5rem;
}

button,
[type=button],
[type=submit],
[type=reset] {
  width: auto;
  border-radius: 6px;
}

fieldset {
  margin: 8px 0;
  margin: 0.5rem 0;
  padding: 8px 16px;
  padding: 0.5rem 1rem;
  border-color: rgba(19, 18, 18, 0.1);
}

/*

 Basic Inputs

 Arches is strongly based on utility classes styling everything so it commonly just builds on either the base of the browser defaults or the defaults of the framework that is built on. This is a kitchen sink of html elements so you can see how this variation will effect html. There is No basic styling around the pure DOM with the utility class only.  To get full brand styling use a framework based version of arches.  

  Styleguide HTML.Inputs

*/
/*

  Text Inputs 

  Bellow is the comparison of using the basic Html input types with the utility classes only vs using the bootstrap pattern for the input.

Markup:
<div class="flex_row flex gap-x_5">
	<div class="flex_auto">
		<h3>Utility Class</h3>
		<label for="example-input-email" class='m-b_3'>Email address</label> 
		<input type="email" id="example-input-email" placeholder="Enter email"/>
	</div>
	<div class="flex_auto">
		<h3>Bootstrap</h3>
		<label for="exampleFormControlInput1" class="form-label">Email address</label>
		<input type="email" class="form-control" id="exampleFormControlInput1" placeholder="name@example.com"/>
	</div>
</div>

  Styleguide HTML.Inputs.Text

*/
/*

Inputs UC

Utility Class only build inputs

Markup:
<form>
    <div class="m-b_3"><label class="m-b_3" for="example-input-email">Email address</label> <input type="email" id="example-input-email" placeholder="Enter email"></div>
    <div class="m-b_3"><label class="m-b_3" for="example-input-password1">Number</label> <input type="number" id="example-input-number" placeholder="Number"></div>
    <div class="m-b_3"><label class="m-b_3" for="example-input-password">Password</label> <input type="password" id="example-input-password" placeholder="Password"></div>
    <div class="m-b_3"><label class="m-b_3" for="example-input-search">Search</label> <input type="search" id="example-input-serach" placeholder="Search .."></div>
    <div class="m-b_3"><label class="m-b_3" for="example-input-tel">Telephone number</label> <input type="tel" id="example-input-tel" placeholder="Telephone number"></div>
    <div class="m-b_3"><label class="m-b_3" for="example-input-text">Text</label> <input type="text" id="example-input-text" placeholder="Enter some text here"></div>
    <div class="m-b_3"><label class="m-b_3" for="example-input-url">Url</label> <input type="url" id="example-input-url" placeholder="Enter a url here"></div>
    <div class="m-b_3"><label class="m-b_3" for="example-input-color">Color</label> <input type="color" id="example-inupt-color" placeholder="#fff"></div>
    <div class="m-b_3"><label class="m-b_3" for="example-input-date">Date</label> <input type="date" id="example-input-date" placeholder="date"></div>
    <div class="m-b_3"><label class="m-b_3" for="example-input-date-time">Date / Time</label> <input type="datetime" id="example-input-date-time" placeholder="date / time"></div>
    <div class="m-b_3"><label class="m-b_3" for="example-input-date-time-local">Date / Time local</label> <input type="datetime-local" id="example-input-date-time-local" placeholder="date / time local"></div>
    <div class="m-b_3"><label class="m-b_3" for="example-input-month">Month</label> <input type="month" id="example-input-month" placeholder="Month"></div>
    <div class="m-b_3"><label class="m-b_3" for="example-input-week">Week</label> <input type="week" id="example-input-week" placeholder="Week"></div>
    <div class="m-b_3"><label class="m-b_3" for="example-input-time">Time</label> <input type="time" id="example-input-time" placeholder="Time"></div>
    <div class="m-b_3"><label class="m-b_3" for="example-select1">Example select</label> <select id="example-select1">
            <option>1</option>
            <option>2</option>
            <option>3</option>
            <option>4</option>
            <option>5</option>
        </select></div>
    <div><label for="example-select2">Example multiple select</label> <select multiple="" id="example-select2">
            <option>1</option>
            <option>2</option>
            <option>3</option>
            <option>4</option>
            <option>5</option>
        </select></div>
    <div><label for="example-textarea">Example textarea</label> <textarea id="example-textarea" rows="3"></textarea></div>
    <div><label for="example-input-file">File input</label> <input type="file" id="example-input-file"></div>
    <fieldset>
        <legend>I am legend</legend>
        <div><label><input type="radio" name="options-radios" id="optionsR-radios1" value="option1" checked=""> Option one is this and that—be sure to include why it's great</label></div>
        <div><label><input type="radio" name="options-radios" id="options-radios2" value="option2"> Option two can be something else and selecting it will deselect option one</label></div>
        <div><label><input type="radio" name="optionsRadios" id="options-radios3" value="option3" disabled=""> Option three is disabled</label></div>
    </fieldset>
    <fieldset>
        <legend>I am also legend</legend><label for="checkbox-demo-1"><input type="checkbox" id="checkbox-demo-1"> Check me out</label> <label for="checkbox-demo-2"><input type="checkbox" id="checkbox-demo-2"> Or check me out</label>
    </fieldset>
    <div>
        <button type="button" name="button">Button</button>
        <input type="button" name="input" value="Input Button">
        <input type="submit" name="submit" value="Submit Button">
        <input type="reset" name="reset" value="Reset Button">
    </div>
</form>

Weight:100

Styleguide HTML.Inputs.All

*/
/*

Table

Basic Tables with this variation of Arches. Please note that the html can have a different look depending on the brand or the framework the variation is built on.  

<table><caption>Tables can have captions now.</caption><tbody><tr><th>Person</th><th>Number</th><th>Third Column</th></tr><tr><td>Someone Lastname</td><td>900</td><td>Nullam quis risus eget urna mollis ornare vel eu leo.</td></tr><tr><td><a href="#">Person Name</a></td><td>1200</td><td>Vestibulum id ligula porta felis euismod semper. Donec ullamcorper nulla non metus auctor fringilla.</td></tr><tr><td>Another Person</td><td>1500</td><td>Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Nullam id dolor id nibh ultricies vehicula ut id elit.</td></tr><tr><td>Last One</td><td>2800</td><td>Morbi leo risus, porta ac consectetur ac, vestibulum at eros. Cras mattis consectetur purus sit amet fermentum.</td></tr></tbody></table>


Styleguide HTML.BasicTable

*/
table {
  font-size: 16px;
  font-size: 1rem;
  font-family: var(--font-family_ui);
}
table caption {
  padding: 8px;
  padding: 0.5rem;
}

th,
td {
  padding: 4px 8px;
  padding: 0.25rem 0.5rem;
  text-align: start;
}

thead {
  padding: 4px 8px 0;
  padding: 0.25rem 0.5rem 0;
  font-weight: var(--font_bold);
}

tbody {
  padding: 0 8px;
  padding: 0 0.5rem;
}

tfoot,
caption {
  padding: 0 8px 4px;
  padding: 0 0.5rem 0.25rem;
  font-size: 14.222px;
  font-size: 0.8888888889rem;
}

/*
 Design Base

 Arches is design inspired by a pad of paper in the hand.  Subtle Textures and Layer shadows keep the readability very high. 

 Weight: -1000

 Styleguide DesignBase
*/
/*

Fonts 

The ACC is focused on stable, conservative, clean fonts.   Roboto Slab is the standard serif fonts across all products at the ACC.

 Styleguide DesignBase.Fonts
*/
/*

Accent Roboto Slab

A beautiful Accent font that shows a complexity and texture to the fonts used in the design. 

<div class="font_accent">
	<h2 class=font_accent group-divide-bottom font--name small-12">
		Roboto Slab
		<span class="sub-line">font-family: "Roboto Slab","Times New Roman","Lucida Bright",Georgia,serif, "slab"</span>
	</h2>
	<div class="font flex">
	<div class="bg_primary c_white flex flex_shrink font_10 justify_center m-r_5 p-x_5 text_center"><span class="flex_auto m_auto inline-block text_center self_center">RS<span></span></span></div>
		<div class="flex_auto font--example">
			<h3 class=font_accent font_6">Accent Font</h3>
			<div class="text-lowercase font_4">a b c d e f g h i j k l m n o p q r s t u v w x y z</div>
			<div class="text-uppercase font_4">a b c d e f g h i j k l m n o p q r s t u v w x y z</div>
			<div class="text-numbers font_4">0 1 2 3 4 5 6 7 8 9</div>
			<div class="text-lowercase font_2">a b c d e f g h i j k l m n o p q r s t u v w x y z</div>
			<div class="text-uppercase font_2">a b c d e f g h i j k l m n o p q r s t u v w x y z</div>
			<div class="text-numbers font_2">0 1 2 3 4 5 6 7 8 9</div>
		</div>
	</div>
</div>

 Weight: -10

 Styleguide DesignBase.Fonts.Accent
*/
/*

Display: Maven Pro

 A Slick font that has a slight interest used for headers and UI. 

<div class="font_display">
	<h2 class="font_display group-divide-bottom font--name small-12">
		Maven Pro
		<span class="sub-line">font-family: "Maven Pro","Muli","Open Sans",Verdana,Helvetica,sans-serif</span>
	</h2>
	<div class="font flex grid-padding-x grid-padding-y">
		<div class="bg_primary c_white flex flex_shrink font_10 justify_center m-r_5 p-x_5 text_center"><span class="flex_auto m_auto inline-block text_center self_center">MP<span></span></span></div>
		<div class="flex_auto font--example">
			<h3 class="font_display">Display Font</h3>
			<div class="text-lowercase font_4">a b c d e f g h i j k l m n o p q r s t u v w x y z</div>
			<div class="text-uppercase font_4">a b c d e f g h i j k l m n o p q r s t u v w x y z</div>
			<div class="text-numbers font_4">0 1 2 3 4 5 6 7 8 9</div>
			<div class="text-lowercase font_2">a b c d e f g h i j k l m n o p q r s t u v w x y z</div>
			<div class="text-uppercase font_2">a b c d e f g h i j k l m n o p q r s t u v w x y z</div>
			<div class="text-numbers font_2">0 1 2 3 4 5 6 7 8 9</div>
		</div>
	</div>
</div>

 Weight: -5

 Styleguide DesignBase.Fonts.Display
*/
/*

Copy: Open Sans

 A clean font for content and text of none UI elements. 

<div class="font_copy">
	<h2 class="group-divide-bottom font--name small-12">
		"Open Sans"
		<span class="sub-line">font-family: ""Open Sans",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif"</span>
	</h2>
	<div class="font flex grid-padding-x grid-padding-y">
		<div class="bg_primary c_white flex flex_shrink font_10 justify_center m-r_5 p-x_5 text_center"><span class="flex_auto m_auto inline-block text_center self_center">OS<span></span></span></div>
		<div class="felx_auto font--example">
			<h3 class="">Content Font</h3>
			<div class="text-lowercase font_4">a b c d e f g h i j k l m n o p q r s t u v w x y z</div>
			<div class="text-uppercase font_4">a b c d e f g h i j k l m n o p q r s t u v w x y z</div>
			<div class="text-numbers font_4">0 1 2 3 4 5 6 7 8 9</div>
			<div class="text-lowercase font_2">a b c d e f g h i j k l m n o p q r s t u v w x y z</div>
			<div class="text-uppercase font_2">a b c d e f g h i j k l m n o p q r s t u v w x y z</div>
			<div class="text-numbers font_2">0 1 2 3 4 5 6 7 8 9</div>
		</div>
	</div>
</div>

 Weight: 0

 Styleguide DesignBase.Fonts.Copy
*/
/*

UI: Open Sans

 A clean font for content and text of none UI elements. 

<div class="font_ui">
	<h2 class=" group-divide-bottom font--name small-12">
		"Open Sans"
		<span class="sub-line">font-family: ""Open Sans",-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif"</span>
	</h2>
	<div class="font flex grid-padding-x grid-padding-y">
		<div class="bg_primary c_white flex flex_shrink font_10 justify_center m-r_5 p-x_5 text_center"><span class="flex_auto m_auto inline-block text_center self_center">OS<span></span></span></div>
		<div class="felx_auto font--example">
			<h3 class="">Content Font</h3>
			<div class="text-lowercase font_4">a b c d e f g h i j k l m n o p q r s t u v w x y z</div>
			<div class="text-uppercase font_4">a b c d e f g h i j k l m n o p q r s t u v w x y z</div>
			<div class="text-numbers font_4">0 1 2 3 4 5 6 7 8 9</div>
			<div class="text-lowercase font_2">a b c d e f g h i j k l m n o p q r s t u v w x y z</div>
			<div class="text-uppercase font_2">a b c d e f g h i j k l m n o p q r s t u v w x y z</div>
			<div class="text-numbers font_2">0 1 2 3 4 5 6 7 8 9</div>
		</div>
	</div>
</div>

 Weight: 1

 Styleguide DesignBase.Fonts.UI
*/
/*

Icons: Font Awesome

<div>
<h3>The American College of Cardiology (ACC) employs Font Awesome icons for its websites and mobile applications.</h3><p> The organization uses <strong>version 6</strong> of Font Awesome's icon sets.</p><p> The ACC recognizes that icons convey meaning and has developed an icon dictionary to ensure consistent usage of icons throughout its digital platforms. This approach enhances the user experience by providing clear and concise communication through the use of symbols, while the Font Awesome library enables the ACC to quickly and efficiently incorporate high-quality icons into its digital content.<p><div class="text_center"><a class="btn btn-primary m-x_3" href="https://fontawesome.com/icons">Font Awesome</a><a class="btn btn-primary m-x_3" href="https://acc-style.github.io/IconDictionary/">Icon Dictionary</a></div></div>




Styleguide DesignBase.IconsTrue
*/
/*

ACC's Blue

$acc-blue            -  #004176; acc

Styleguide DesignBase.Colors.ACC
*/
/*

Theme Colors 

Colors are based off of the ACC Scrub Colors.

map-get($theme-palette, primary)              -  #198dae; primary
map-get($theme-palette, secondary)            -  #676a72; secondary
map-get($theme-palette, shade)           	  - #878585; shade
map-get($theme-palette, accent)               -  #16a385;  accent
map-get($theme-palette, info)                 -  #a3988c; info
map-get($theme-palette, highlight)            -  #7742bd; highlight

Weight:-1000

Styleguide DesignBase.Colors
 */
/*

Action Colors  

Actionable colors used to respond to user inputs and messaging.

map-get($theme-palette, alert)                -  #dd1a1a; alert
map-get($theme-palette, warning)              -  #da8210; warning
map-get($theme-palette, success)              -  #078a2e;  success
map-get($theme-palette, navigation)           -  #2b58c0; navigation

Styleguide DesignBase.Colors.Actions
*/
/*

Color Coding  

Color Coding is used in specific products and concepts to illustrate cohesion and collections. All of these color codes are used universally through out the college and have an associated meaning. All of these colors are just used for reference and have no associated decorator classes.  You must include the the associated color-code_x.css have access to utlity classes that will color using the bellow colors. 

Styleguide DesignBase.Colors.ColorCoding

 */
/*

COR Colors  

(COR) Class of Recommendation is a color collect used in Guideline recommendations.

$cor-green                 	- #6fc284; I
$cor-yellow              	- #ffd44f; IIA
$cor-yellow-orange          - #faa74b; IIA
$cor-orange               	- #f15d4c;III and III-NoHarm
$cor-red               		- #ed1c00; III-harm

Weight: 10

Styleguide DesignBase.Colors.ColorCoding.COR

 */
/*

LOE Colors  

(LOE) level of Evidence is a color collect used in Guideline recommendations.

$loe-dark-blue                 	- rgb(62, 111, 183);LOE A
$loe-mid-blue              		- rgb(101, 156, 211);LOE B-R
$loe-light-blue                	- rgb(161, 193, 230);LOE B-NR
$loe-pale-blue                	- rgb(181, 213, 229); LOE C

Weight: 10

Styleguide DesignBase.Colors.ColorCoding.LOE

 */
/*

Credit Type Color Coding  

Credit Types in the ACC have a specific color coding.

$credit-AAPA                    - #e8c536; AAPA: American Academy of Physician Assistants (AAPA) Category 1 CME Credit  
$credit-ABP                     - #007a5b; ABP-MOC: American Board of Pediatrics   
$credit-ABPMOCII                     - #0b6d4c; ABP-MOC 2: American Board of Pediatrics MOC 2  
$credit-ABPMOCIV                     - #105a3b; ABP-MOC 4: American Board of Pediatrics MOC 4 
$credit-ATCEU                   - #775744; ATCEU: Athletic Trainer Continuing Education Unit   
$credit-CE                      - #a8a8a8; CE: Continuing CCA\Tech Education  
$credit-CME                     - #00a15b; CME: AMA PRA Category 1TM Credit(s)    
$credit-CNE                     - #198dae; CNE: Continuing Nurse Education  
$credit-CNErx                   - #52549e; CNErx: Continuing Nursing Education Pharmaceutical   
$credit-COP                     - #775891; COP: Certificate of Participation  
$credit-CPE                     - #992e2e; CPE: Continuing Pharmacy Education 
$credit-ECME                    - #d16528; ECME: European Board for Accreditation in Cardiology (EBAC) External CME Credit
$credit-IPCE                    - #6c36b3; IPCE: Interprofessional Continuing Education Credit
$credit-MOCII                   - #9a1267; MOC II: ABIM MOC Part II  
$credit-MOCIV                   - #d3248d; MOC IV: ABIM MOC Part IV    

Weight: 0

Styleguide DesignBase.Colors.ColorCoding.Credits

*/
/*

Clinical Pathway Colors  

Each of the clinical pathways has a distinctive color.  These colors are used to give a distinct theme to our clinical apps, marketing, pdf's and tools.

$pathway-acute-coronary-syndromes 						- #009974;  Acute Coronary Syndromes
$pathway-arrhythmias-EP 								- #005b37;  arrhythmias and Clinical EP
$pathway-congenital-heart-disease 						- #fdb918;  Congenital Heart Disease
$pathway-ecg-stress-test 								- #d9691f;  Standard ECG, Stress Test
$pathway-heart-failure 									- #410d49;  Heart Failure and Cardiomyopathies
$pathway-invasive-cardiology 							- #c8b02f;  Invasive Cardiology Angiography and Intervention
$pathway-noninvasive-cardiology 						- #947b33;  Noninvasive Cardiology
$pathway-pandemic 										- #8e2582;  Pandemic "Covid"
$pathway-pericardial 									- #0079ad;  pericardial Disease
$pathway-prevention 									- #a01d51;  Prevention
$pathway-pulmonary-hypertension 						- #d60e7e;  Pulmonary Hypertension and Venous Thromboembolic Disease
$pathway-special 										- #00b6f1;  Special
$pathway-stable-ischemic-heart-disease 				- #0f3e65;  Stable ischemic Heart Disease
$pathway-valvular-heart-disease 						- #4f4190;  Valvular Heart Disease
$pathway-vascular-medicine 								- #ae171c;  Vascular Medicine

Weight: -1

Styleguide DesignBase.Colors.ColorCoding.Pathways

*/
/*

Registry CC

Credit Type Color codes in the ACC have a specific color coding.

$registry-cpmi                  -   #f22418;    Chest Pain MI Registry
$registry-afib                  -   #ffb300;    AFib Ablation Registry
$registry-cathpci               -   #0086d5;    CathPCI Registry
$registry-icd                   -   #80b800;    ICD Registry
$registry-impact                -   #4e1f73;    IMPACT Registry
$registry-pinnacle-primary      -   #0e4f1b;    PINNACLE Registry (Primary)
$registry-pinnacle-accent       -   #b3c4c4;    PINNACLE Registry (Accent)
$registry-focus                 -   #d6560d;    Patient Navigator Focus MI
$registry-pcibleeding           -   #c0268e;    Reducing Risk PCI Bleeding
$registry-laao                  -   #00667a;    LAAO Registry
$registry-pvi                   -   #00947f;    PVI Registry
$registry-auxdata               -   #04adad;    Auxiliar Data Collection
$registry-ststvt                -   #a20062;    STS ACC TVT Registry
$registry-diabetes              -   #7893b8;    Diabetes Collaborative 

Weight: 2000

Styleguide  DesignBase.Colors.ColorCoding.Registry

*/
/*

Journal

Journals of JACC have specific branding colors.

$journal-jc             - #002e5a;                       Journal of the American College of Cardiology: (JC)
$journal-adv            - #0000FF;                      JACC: Advances: (JC-ADV)
$journal-asia           - #ec2939;                     JACC: Asia: (JC-ASIA)
$journal-tran           - #1788c2;                     JACC: Basic to Translational Science: (JC-TRAN)
$journal-cvonc          - #00ae81;                    JACC: CardioOncology: (JC-CVONC)
$journal-case           - #f37321;                     JACC: Case Reports: (JC-CASE)
$journal-ep             - #8a5e96;                       JACC: Clinical Electrophysiology: (JC-EP)
$journal-hf             - #991326;                       JACC: Heart Failure: (JC-HF)
$journal-invt             - #038e92;                   JACC: Cardiovascular Interventions: (JC-INVT)
$journal-imag            - #c18a0e;                    JACC: Cardiovascular Imaging: (JC-IMAG)


Weight: 2000

Styleguide  DesignBase.Colors.ColorCoding.Journals

*/
/*

Social Network Colors  

Each of the social networks has a distinctive color. These colors are used to give a distinct theme to the social nav that is in different locations.

$twitter            -   #000;  		twitter     
$facebook           -   #3b5998;  	facebook    
$linkedin           -   #007bb6;  	linkedin    
$apple-store        -   #ea4cc0;  	apple-store 
$google-play        -   #689f38;  	google-play 
$youtube            -   #bb0000;  	youtube     



Weight: 100

Styleguide DesignBase.Colors.ColorCoding.Social Networks

*/
/*
	Textures

	All textures in the Arches design are a subtle variation of transparent.   Allowing for colors to bleed through from behind.  Different textures have intentions or are reserved for certain usagaes. 

	.texture_light                       		- Light textures is reserved for the base of a page where it can gve a soft area for text or cards to live on top of. 
	.texture_medium            					- medium texture are used for area that are hidden away.  Collapsable navs, areas, or sidebars ususaly use the medium texture.
	.texture_dust            					- Dust is the most transparent texture allowing for the color of the background to show through the most.  This is used for the painted tops of cards, or score bars.
	.texture_dark              					- This texture predominatly used on the footer. Its rich black will alway requrie reversed text and buttons to be readable.  
	.texture_cross            					- A mostly transparent cross texture used for alternating rows of content when a little extra texture is needed.
	.texture_disabled              				- This texture is used to paint disabled buttons and ui items giving it a greyed and X'ed out appearand. 

	Markup:
	<div class="{{modifier_class}} p_5 border-c_black-8 border-width_1 border_solid text_center bg_primary-4">{{modifier_class}} with a light primary color background</div>

	Styleguide DesignBase.Textures

 */
/*

primary: Color Variations 

The Modified versions of the primary color from this theme

Markup:

<div
	class="grid gap-x_2 gap-y_2 template-x_15 font_n1 p_4 bg_primary"
>
		<div class='p_3 bg_primary-n5'><h2 class= c_white >primary-n5</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #04151a;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#04151a</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 4, 21, 26 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>4, 21, 26</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 193.288590604deg ,77.0100502513%, 5.8529411765% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>193.288590604deg ,77.0100502513%, 5.8529411765%</span> </li> </ul> </div>
		<div class='p_3 bg_primary-n4'><h2 class= c_white >primary-n4</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #082a34;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#082a34</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 8, 42, 52 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>8, 42, 52</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 193.288590604deg ,76.6331658291%, 11.7058823529% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>193.288590604deg ,76.6331658291%, 11.7058823529%</span> </li> </ul> </div>
		<div class='p_3 bg_primary-n3'><h2 class= c_white >primary-n3</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #0d4757;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#0d4757</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 13, 71, 87 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>13, 71, 87</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 193.288590604deg ,76.1306532663%, 19.5098039216% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>193.288590604deg ,76.1306532663%, 19.5098039216%</span> </li> </ul> </div>
		<div class='p_3 bg_primary-n2'><h2 class= c_white >primary-n2</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #12637a;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#12637a</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 18, 99, 122 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>18, 99, 122</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 193.288590604deg ,75.6281407035%, 27.3137254902% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>193.288590604deg ,75.6281407035%, 27.3137254902%</span> </li> </ul> </div>
		<div class='p_3 bg_primary-n1'><h2 class= c_white >primary-n1</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #157894;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#157894</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 21, 120, 148 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>21, 120, 148</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 193.288590604deg ,75.2512562814%, 33.1666666667% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>193.288590604deg ,75.2512562814%, 33.1666666667%</span> </li> </ul> </div>
		<div class='p_3 bg_primary-0'><h2 class= c_white >primary-0</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #198dae;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#198dae</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 25, 141, 174 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>25, 141, 174</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 193.288590604deg, 74.8743718593%, 39.0196078431% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>193.288590604deg, 74.8743718593%, 39.0196078431%</span> </li> </ul> </div>
		<div class='p_3 bg_primary-1'><h2 class= c_black >primary-1</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #1da3c9;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#1da3c9</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 29, 163, 201 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>29, 163, 201</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 193.288590604deg ,71.1306532663%, 45.1176470588% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>193.288590604deg ,71.1306532663%, 45.1176470588%</span> </li> </ul> </div>
		<div class='p_3 bg_primary-2'><h2 class= c_black >primary-2</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #33bbe2;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#33bbe2</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 51, 187, 226 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>51, 187, 226</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 193.288590604deg ,65.5150753769%, 54.2647058824% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>193.288590604deg ,65.5150753769%, 54.2647058824%</span> </li> </ul> </div>
		<div class='p_3 bg_primary-3'><h2 class= c_black >primary-3</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #77d2eb;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#77d2eb</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 119, 210, 235 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>119, 210, 235</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 193.288590604deg ,56.1557788945%, 69.5098039216% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>193.288590604deg ,56.1557788945%, 69.5098039216%</span> </li> </ul> </div>
		<div class='p_3 bg_primary-4'><h2 class= c_black >primary-4</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #bbe8f5;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#bbe8f5</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 187, 232, 245 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>187, 232, 245</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 193.288590604deg ,46.7964824121%, 84.7549019608% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>193.288590604deg ,46.7964824121%, 84.7549019608%</span> </li> </ul> </div>
		<div class='p_3 bg_primary-5'><h2 class= c_black >primary-5</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #e4f6fb;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#e4f6fb</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 228, 246, 251 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>228, 246, 251</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 193.288590604deg ,41.1809045226%, 93.9019607843% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>193.288590604deg ,41.1809045226%, 93.9019607843%</span> </li> </ul> </div>
</div>




 HideCodeBlock: display_none 

Weight:0

Styleguide DesignBase.CrayonBox.primary

*/
/*

secondary: Color Variations 

The Modified versions of the secondary color from this theme

Markup:

<div
	class="grid gap-x_2 gap-y_2 template-x_15 font_n1 p_4 bg_secondary"
>
		<div class='p_3 bg_secondary-n5'><h2 class= c_white >secondary-n5</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #0f1011;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#0f1011</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 15, 16, 17 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>15, 16, 17</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 223.6363636364deg ,13.1382488479%, 6.3823529412% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>223.6363636364deg ,13.1382488479%, 6.3823529412%</span> </li> </ul> </div>
		<div class='p_3 bg_secondary-n4'><h2 class= c_white >secondary-n4</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #1f2022;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#1f2022</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 31, 32, 34 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>31, 32, 34</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 223.6363636364deg ,11.7142857143%, 12.7647058824% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>223.6363636364deg ,11.7142857143%, 12.7647058824%</span> </li> </ul> </div>
		<div class='p_3 bg_secondary-n3'><h2 class= c_white >secondary-n3</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #343539;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#343539</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 52, 53, 57 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>52, 53, 57</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 223.6363636364deg ,9.8156682028%, 21.2745098039% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>223.6363636364deg ,9.8156682028%, 21.2745098039%</span> </li> </ul> </div>
		<div class='p_3 bg_secondary-n2'><h2 class= c_white >secondary-n2</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #484a50;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#484a50</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 72, 74, 80 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>72, 74, 80</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 223.6363636364deg ,7.9170506912%, 29.7843137255% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>223.6363636364deg ,7.9170506912%, 29.7843137255%</span> </li> </ul> </div>
		<div class='p_3 bg_secondary-n1'><h2 class= c_white >secondary-n1</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #585a61;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#585a61</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 88, 90, 97 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>88, 90, 97</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 223.6363636364deg ,6.4930875576%, 36.1666666667% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>223.6363636364deg ,6.4930875576%, 36.1666666667%</span> </li> </ul> </div>
		<div class='p_3 bg_secondary-0'><h2 class= c_white >secondary-0</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #676a72;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#676a72</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 103, 106, 114 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>103, 106, 114</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 223.6363636364deg, 5.069124424%, 42.5490196078% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>223.6363636364deg, 5.069124424%, 42.5490196078%</span> </li> </ul> </div>
		<div class='p_3 bg_secondary-1'><h2 class= c_black >secondary-1</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #757881;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#757881</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 117, 120, 129 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>117, 120, 129</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 223.6363636364deg ,4.8156682028%, 48.2941176471% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>223.6363636364deg ,4.8156682028%, 48.2941176471%</span> </li> </ul> </div>
		<div class='p_3 bg_secondary-2'><h2 class= c_black >secondary-2</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #8c8f97;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#8c8f97</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 140, 143, 151 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>140, 143, 151</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 223.6363636364deg ,4.435483871%, 56.9117647059% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>223.6363636364deg ,4.435483871%, 56.9117647059%</span> </li> </ul> </div>
		<div class='p_3 bg_secondary-3'><h2 class= c_black >secondary-3</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #b2b4b9;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#b2b4b9</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 178, 180, 185 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>178, 180, 185</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 223.6363636364deg ,3.801843318%, 71.2745098039% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>223.6363636364deg ,3.801843318%, 71.2745098039%</span> </li> </ul> </div>
		<div class='p_3 bg_secondary-4'><h2 class= c_black >secondary-4</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #d9dadc;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#d9dadc</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 217, 218, 220 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>217, 218, 220</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 223.6363636364deg ,3.168202765%, 85.637254902% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>223.6363636364deg ,3.168202765%, 85.637254902%</span> </li> </ul> </div>
		<div class='p_3 bg_secondary-5'><h2 class= c_black >secondary-5</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #f0f0f1;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#f0f0f1</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 240, 240, 241 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>240, 240, 241</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 223.6363636364deg ,2.7880184332%, 94.2549019608% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>223.6363636364deg ,2.7880184332%, 94.2549019608%</span> </li> </ul> </div>
</div>




 HideCodeBlock: display_none 

Weight:0

Styleguide DesignBase.CrayonBox.secondary

*/
/*

success: Color Variations 

The Modified versions of the success color from this theme

Markup:

<div
	class="grid gap-x_2 gap-y_2 template-x_15 font_n1 p_4 bg_success"
>
		<div class='p_3 bg_success-n5'><h2 class= c_white >success-n5</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #011507;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#011507</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 1, 21, 7 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>1, 21, 7</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 137.8625954198deg ,91.1655172414%, 4.2647058824% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>137.8625954198deg ,91.1655172414%, 4.2647058824%</span> </li> </ul> </div>
		<div class='p_3 bg_success-n4'><h2 class= c_white >success-n4</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #02290e;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#02290e</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 2, 41, 14 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>2, 41, 14</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 137.8625954198deg ,91.0206896552%, 8.5294117647% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>137.8625954198deg ,91.0206896552%, 8.5294117647%</span> </li> </ul> </div>
		<div class='p_3 bg_success-n3'><h2 class= c_white >success-n3</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #044517;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#044517</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 4, 69, 23 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>4, 69, 23</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 137.8625954198deg ,90.8275862069%, 14.2156862745% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>137.8625954198deg ,90.8275862069%, 14.2156862745%</span> </li> </ul> </div>
		<div class='p_3 bg_success-n2'><h2 class= c_white >success-n2</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #056120;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#056120</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 5, 97, 32 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>5, 97, 32</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 137.8625954198deg ,90.6344827586%, 19.9019607843% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>137.8625954198deg ,90.6344827586%, 19.9019607843%</span> </li> </ul> </div>
		<div class='p_3 bg_success-n1'><h2 class= c_white >success-n1</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #067527;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#067527</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 6, 117, 39 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>6, 117, 39</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 137.8625954198deg ,90.4896551724%, 24.1666666667% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>137.8625954198deg ,90.4896551724%, 24.1666666667%</span> </li> </ul> </div>
		<div class='p_3 bg_success-0'><h2 class= c_white >success-0</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #078a2e;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#078a2e</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 7, 138, 46 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>7, 138, 46</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 137.8625954198deg, 90.3448275862%, 28.431372549% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>137.8625954198deg, 90.3448275862%, 28.431372549%</span> </li> </ul> </div>
		<div class='p_3 bg_success-1'><h2 class= c_black >success-1</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #09ad3a;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#09ad3a</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 9, 173, 58 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>9, 173, 58</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 137.8625954198deg ,85.8275862069%, 35.5882352941% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>137.8625954198deg ,85.8275862069%, 35.5882352941%</span> </li> </ul> </div>
		<div class='p_3 bg_success-2'><h2 class= c_black >success-2</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #0be14b;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#0be14b</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 11, 225, 75 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>11, 225, 75</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 137.8625954198deg ,79.0517241379%, 46.3235294118% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>137.8625954198deg ,79.0517241379%, 46.3235294118%</span> </li> </ul> </div>
		<div class='p_3 bg_success-3'><h2 class= c_black >success-3</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #51f682;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#51f682</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 81, 246, 130 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>81, 246, 130</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 137.8625954198deg ,67.7586206897%, 64.2156862745% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>137.8625954198deg ,67.7586206897%, 64.2156862745%</span> </li> </ul> </div>
		<div class='p_3 bg_success-4'><h2 class= c_black >success-4</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #a8fbc1;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#a8fbc1</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 168, 251, 193 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>168, 251, 193</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 137.8625954198deg ,56.4655172414%, 82.1078431373% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>137.8625954198deg ,56.4655172414%, 82.1078431373%</span> </li> </ul> </div>
		<div class='p_3 bg_success-5'><h2 class= c_black >success-5</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #dcfde6;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#dcfde6</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 220, 253, 230 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>220, 253, 230</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 137.8625954198deg ,49.6896551724%, 92.8431372549% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>137.8625954198deg ,49.6896551724%, 92.8431372549%</span> </li> </ul> </div>
</div>




 HideCodeBlock: display_none 

Weight:0

Styleguide DesignBase.CrayonBox.success

*/
/*

shade: Color Variations 

The Modified versions of the shade color from this theme

Markup:

<div
	class="grid gap-x_2 gap-y_2 template-x_15 font_n1 p_4 bg_shade"
>
		<div class='p_3 bg_shade-n5'><h2 class= c_white >shade-n5</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #141414;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#141414</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 20, 20, 20 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>20, 20, 20</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 0deg ,9.2561983471%, 7.8823529412% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>0deg ,9.2561983471%, 7.8823529412%</span> </li> </ul> </div>
		<div class='p_3 bg_shade-n4'><h2 class= c_white >shade-n4</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #292828;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#292828</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 41, 40, 40 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>41, 40, 40</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 0deg ,7.7685950413%, 15.7647058824% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>0deg ,7.7685950413%, 15.7647058824%</span> </li> </ul> </div>
		<div class='p_3 bg_shade-n3'><h2 class= c_white >shade-n3</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #444242;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#444242</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 68, 66, 66 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>68, 66, 66</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 0deg ,5.7851239669%, 26.2745098039% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>0deg ,5.7851239669%, 26.2745098039%</span> </li> </ul> </div>
		<div class='p_3 bg_shade-n2'><h2 class= c_white >shade-n2</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #5f5d5d;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#5f5d5d</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 95, 93, 93 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>95, 93, 93</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 0deg ,3.8016528926%, 36.7843137255% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>0deg ,3.8016528926%, 36.7843137255%</span> </li> </ul> </div>
		<div class='p_3 bg_shade-n1'><h2 class= c_white >shade-n1</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #737171;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#737171</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 115, 113, 113 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>115, 113, 113</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 0deg ,2.3140495868%, 44.6666666667% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>0deg ,2.3140495868%, 44.6666666667%</span> </li> </ul> </div>
		<div class='p_3 bg_shade-0'><h2 class= c_white >shade-0</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #878585;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#878585</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 135, 133, 133 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>135, 133, 133</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 0deg, 0.826446281%, 52.5490196078% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>0deg, 0.826446281%, 52.5490196078%</span> </li> </ul> </div>
		<div class='p_3 bg_shade-1'><h2 class= c_black >shade-1</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #939191;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#939191</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 147, 145, 145 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>147, 145, 145</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 0deg ,0.7851239669%, 57.2941176471% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>0deg ,0.7851239669%, 57.2941176471%</span> </li> </ul> </div>
		<div class='p_3 bg_shade-2'><h2 class= c_black >shade-2</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #a5a4a4;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#a5a4a4</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 165, 164, 164 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>165, 164, 164</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 0deg ,0.7231404959%, 64.4117647059% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>0deg ,0.7231404959%, 64.4117647059%</span> </li> </ul> </div>
		<div class='p_3 bg_shade-3'><h2 class= c_black >shade-3</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #c3c2c2;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#c3c2c2</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 195, 194, 194 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>195, 194, 194</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 0deg ,0.6198347107%, 76.2745098039% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>0deg ,0.6198347107%, 76.2745098039%</span> </li> </ul> </div>
		<div class='p_3 bg_shade-4'><h2 class= c_black >shade-4</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #e1e1e1;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#e1e1e1</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 225, 225, 225 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>225, 225, 225</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 0deg ,0.5165289256%, 88.137254902% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>0deg ,0.5165289256%, 88.137254902%</span> </li> </ul> </div>
		<div class='p_3 bg_shade-5'><h2 class= c_black >shade-5</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #f3f3f3;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#f3f3f3</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 243, 243, 243 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>243, 243, 243</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 0deg ,0.4545454545%, 95.2549019608% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>0deg ,0.4545454545%, 95.2549019608%</span> </li> </ul> </div>
</div>




 HideCodeBlock: display_none 

Weight:0

Styleguide DesignBase.CrayonBox.shade

*/
/*

warning: Color Variations 

The Modified versions of the warning color from this theme

Markup:

<div
	class="grid gap-x_2 gap-y_2 template-x_15 font_n1 p_4 bg_warning"
>
		<div class='p_3 bg_warning-n5'><h2 class= c_white >warning-n5</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #211402;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#211402</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 33, 20, 2 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>33, 20, 2</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 33.8613861386deg ,87.4871794872%, 6.8823529412% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>33.8613861386deg ,87.4871794872%, 6.8823529412%</span> </li> </ul> </div>
		<div class='p_3 bg_warning-n4'><h2 class= c_white >warning-n4</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #412705;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#412705</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 65, 39, 5 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>65, 39, 5</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 33.8613861386deg ,87.2820512821%, 13.7647058824% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>33.8613861386deg ,87.2820512821%, 13.7647058824%</span> </li> </ul> </div>
		<div class='p_3 bg_warning-n3'><h2 class= c_white >warning-n3</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #6d4108;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#6d4108</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 109, 65, 8 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>109, 65, 8</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 33.8613861386deg ,87.0085470085%, 22.9411764706% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>33.8613861386deg ,87.0085470085%, 22.9411764706%</span> </li> </ul> </div>
		<div class='p_3 bg_warning-n2'><h2 class= c_white >warning-n2</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #995b0b;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#995b0b</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 153, 91, 11 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>153, 91, 11</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 33.8613861386deg ,86.735042735%, 32.1176470588% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>33.8613861386deg ,86.735042735%, 32.1176470588%</span> </li> </ul> </div>
		<div class='p_3 bg_warning-n1'><h2 class= c_white >warning-n1</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #b96f0e;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#b96f0e</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 185, 111, 14 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>185, 111, 14</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 33.8613861386deg ,86.5299145299%, 39% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>33.8613861386deg ,86.5299145299%, 39%</span> </li> </ul> </div>
		<div class='p_3 bg_warning-0'><h2 class= c_white >warning-0</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #da8210;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#da8210</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 218, 130, 16 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>218, 130, 16</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 33.8613861386deg, 86.3247863248%, 45.8823529412% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>33.8613861386deg, 86.3247863248%, 45.8823529412%</span> </li> </ul> </div>
		<div class='p_3 bg_warning-1'><h2 class= c_black >warning-1</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #ee9118;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#ee9118</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 238, 145, 24 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>238, 145, 24</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 33.8613861386deg ,82.0085470085%, 51.2941176471% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>33.8613861386deg ,82.0085470085%, 51.2941176471%</span> </li> </ul> </div>
		<div class='p_3 bg_warning-2'><h2 class= c_black >warning-2</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #f1a33e;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#f1a33e</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 241, 163, 62 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>241, 163, 62</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 33.8613861386deg ,75.5341880342%, 59.4117647059% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>33.8613861386deg ,75.5341880342%, 59.4117647059%</span> </li> </ul> </div>
		<div class='p_3 bg_warning-3'><h2 class= c_black >warning-3</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #f6c27e;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#f6c27e</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 246, 194, 126 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>246, 194, 126</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 33.8613861386deg ,64.7435897436%, 72.9411764706% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>33.8613861386deg ,64.7435897436%, 72.9411764706%</span> </li> </ul> </div>
		<div class='p_3 bg_warning-4'><h2 class= c_black >warning-4</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #fae0bf;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#fae0bf</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 250, 224, 191 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>250, 224, 191</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 33.8613861386deg ,53.952991453%, 86.4705882353% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>33.8613861386deg ,53.952991453%, 86.4705882353%</span> </li> </ul> </div>
		<div class='p_3 bg_warning-5'><h2 class= c_black >warning-5</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #fdf3e5;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#fdf3e5</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 253, 243, 229 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>253, 243, 229</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 33.8613861386deg ,47.4786324786%, 94.5882352941% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>33.8613861386deg ,47.4786324786%, 94.5882352941%</span> </li> </ul> </div>
</div>




 HideCodeBlock: display_none 

Weight:0

Styleguide DesignBase.CrayonBox.warning

*/
/*

alert: Color Variations 

The Modified versions of the alert color from this theme

Markup:

<div
	class="grid gap-x_2 gap-y_2 template-x_15 font_n1 p_4 bg_alert"
>
		<div class='p_3 bg_alert-n5'><h2 class= c_white >alert-n5</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #210404;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#210404</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 33, 4, 4 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>33, 4, 4</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 0deg ,80.7368421053%, 7.2647058824% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>0deg ,80.7368421053%, 7.2647058824%</span> </li> </ul> </div>
		<div class='p_3 bg_alert-n4'><h2 class= c_white >alert-n4</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #420808;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#420808</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 66, 8, 8 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>66, 8, 8</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 0deg ,80.4210526316%, 14.5294117647% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>0deg ,80.4210526316%, 14.5294117647%</span> </li> </ul> </div>
		<div class='p_3 bg_alert-n3'><h2 class= c_white >alert-n3</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #6f0d0d;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#6f0d0d</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 111, 13, 13 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>111, 13, 13</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 0deg ,80%, 24.2156862745% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>0deg ,80%, 24.2156862745%</span> </li> </ul> </div>
		<div class='p_3 bg_alert-n2'><h2 class= c_white >alert-n2</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #9b1212;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#9b1212</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 155, 18, 18 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>155, 18, 18</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 0deg ,79.5789473684%, 33.9019607843% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>0deg ,79.5789473684%, 33.9019607843%</span> </li> </ul> </div>
		<div class='p_3 bg_alert-n1'><h2 class= c_white >alert-n1</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #bc1616;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#bc1616</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 188, 22, 22 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>188, 22, 22</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 0deg ,79.2631578947%, 41.1666666667% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>0deg ,79.2631578947%, 41.1666666667%</span> </li> </ul> </div>
		<div class='p_3 bg_alert-0'><h2 class= c_white >alert-0</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #dd1a1a;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#dd1a1a</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 221, 26, 26 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>221, 26, 26</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 0deg, 78.9473684211%, 48.431372549% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>0deg, 78.9473684211%, 48.431372549%</span> </li> </ul> </div>
		<div class='p_3 bg_alert-1'><h2 class= c_black >alert-1</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #e62b2b;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#e62b2b</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 230, 43, 43 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>230, 43, 43</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 0deg ,75%, 53.5882352941% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>0deg ,75%, 53.5882352941%</span> </li> </ul> </div>
		<div class='p_3 bg_alert-2'><h2 class= c_black >alert-2</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #ea4f4f;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#ea4f4f</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 234, 79, 79 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>234, 79, 79</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 0deg ,69.0789473684%, 61.3235294118% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>0deg ,69.0789473684%, 61.3235294118%</span> </li> </ul> </div>
		<div class='p_3 bg_alert-3'><h2 class= c_black >alert-3</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #f18989;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#f18989</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 241, 137, 137 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>241, 137, 137</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 0deg ,59.2105263158%, 74.2156862745% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>0deg ,59.2105263158%, 74.2156862745%</span> </li> </ul> </div>
		<div class='p_3 bg_alert-4'><h2 class= c_black >alert-4</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #f8c4c4;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#f8c4c4</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 248, 196, 196 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>248, 196, 196</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 0deg ,49.3421052632%, 87.1078431373% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>0deg ,49.3421052632%, 87.1078431373%</span> </li> </ul> </div>
		<div class='p_3 bg_alert-5'><h2 class= c_black >alert-5</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #fce7e7;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#fce7e7</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 252, 231, 231 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>252, 231, 231</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 0deg ,43.4210526316%, 94.8431372549% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>0deg ,43.4210526316%, 94.8431372549%</span> </li> </ul> </div>
</div>




 HideCodeBlock: display_none 

Weight:0

Styleguide DesignBase.CrayonBox.alert

*/
/*

navigation: Color Variations 

The Modified versions of the navigation color from this theme

Markup:

<div
	class="grid gap-x_2 gap-y_2 template-x_15 font_n1 p_4 bg_navigation"
>
		<div class='p_3 bg_navigation-n5'><h2 class= c_white >navigation-n5</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #060d1d;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#060d1d</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 6, 13, 29 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>6, 13, 29</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 221.8791946309deg ,66.514893617%, 6.9117647059% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>221.8791946309deg ,66.514893617%, 6.9117647059%</span> </li> </ul> </div>
		<div class='p_3 bg_navigation-n4'><h2 class= c_white >navigation-n4</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #0d1a3a;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#0d1a3a</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 13, 26, 58 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>13, 26, 58</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 221.8791946309deg ,65.9659574468%, 13.8235294118% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>221.8791946309deg ,65.9659574468%, 13.8235294118%</span> </li> </ul> </div>
		<div class='p_3 bg_navigation-n3'><h2 class= c_white >navigation-n3</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #162c60;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#162c60</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 22, 44, 96 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>22, 44, 96</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 221.8791946309deg ,65.2340425532%, 23.0392156863% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>221.8791946309deg ,65.2340425532%, 23.0392156863%</span> </li> </ul> </div>
		<div class='p_3 bg_navigation-n2'><h2 class= c_white >navigation-n2</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #1e3e86;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#1e3e86</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 30, 62, 134 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>30, 62, 134</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 221.8791946309deg ,64.5021276596%, 32.2549019608% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>221.8791946309deg ,64.5021276596%, 32.2549019608%</span> </li> </ul> </div>
		<div class='p_3 bg_navigation-n1'><h2 class= c_white >navigation-n1</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #254ba3;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#254ba3</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 37, 75, 163 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>37, 75, 163</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 221.8791946309deg ,63.9531914894%, 39.1666666667% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>221.8791946309deg ,63.9531914894%, 39.1666666667%</span> </li> </ul> </div>
		<div class='p_3 bg_navigation-0'><h2 class= c_white >navigation-0</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #2b58c0;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#2b58c0</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 43, 88, 192 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>43, 88, 192</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 221.8791946309deg, 63.4042553191%, 46.0784313725% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>221.8791946309deg, 63.4042553191%, 46.0784313725%</span> </li> </ul> </div>
		<div class='p_3 bg_navigation-1'><h2 class= c_black >navigation-1</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #3564d2;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#3564d2</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 53, 100, 210 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>53, 100, 210</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 221.8791946309deg ,60.2340425532%, 51.4705882353% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>221.8791946309deg ,60.2340425532%, 51.4705882353%</span> </li> </ul> </div>
		<div class='p_3 bg_navigation-2'><h2 class= c_black >navigation-2</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #567ed9;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#567ed9</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 86, 126, 217 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>86, 126, 217</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 221.8791946309deg ,55.4787234043%, 59.5588235294% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>221.8791946309deg ,55.4787234043%, 59.5588235294%</span> </li> </ul> </div>
		<div class='p_3 bg_navigation-3'><h2 class= c_black >navigation-3</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #8fa9e6;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#8fa9e6</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 143, 169, 230 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>143, 169, 230</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 221.8791946309deg ,47.5531914894%, 73.0392156863% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>221.8791946309deg ,47.5531914894%, 73.0392156863%</span> </li> </ul> </div>
		<div class='p_3 bg_navigation-4'><h2 class= c_black >navigation-4</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #c7d4f2;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#c7d4f2</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 199, 212, 242 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>199, 212, 242</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 221.8791946309deg ,39.6276595745%, 86.5196078431% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>221.8791946309deg ,39.6276595745%, 86.5196078431%</span> </li> </ul> </div>
		<div class='p_3 bg_navigation-5'><h2 class= c_black >navigation-5</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #e9eefa;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#e9eefa</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 233, 238, 250 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>233, 238, 250</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 221.8791946309deg ,34.8723404255%, 94.6078431373% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>221.8791946309deg ,34.8723404255%, 94.6078431373%</span> </li> </ul> </div>
</div>




 HideCodeBlock: display_none 

Weight:0

Styleguide DesignBase.CrayonBox.navigation

*/
/*

accent: Color Variations 

The Modified versions of the accent color from this theme

Markup:

<div
	class="grid gap-x_2 gap-y_2 template-x_15 font_n1 p_4 bg_accent"
>
		<div class='p_3 bg_accent-n5'><h2 class= c_white >accent-n5</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #031814;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#031814</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 3, 24, 20 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>3, 24, 20</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 167.2340425532deg ,78.2378378378%, 5.4411764706% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>167.2340425532deg ,78.2378378378%, 5.4411764706%</span> </li> </ul> </div>
		<div class='p_3 bg_accent-n4'><h2 class= c_white >accent-n4</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #073128;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#073128</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 7, 49, 40 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>7, 49, 40</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 167.2340425532deg ,77.8810810811%, 10.8823529412% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>167.2340425532deg ,77.8810810811%, 10.8823529412%</span> </li> </ul> </div>
		<div class='p_3 bg_accent-n3'><h2 class= c_white >accent-n3</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #0b5243;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#0b5243</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 11, 82, 67 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>11, 82, 67</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 167.2340425532deg ,77.4054054054%, 18.137254902% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>167.2340425532deg ,77.4054054054%, 18.137254902%</span> </li> </ul> </div>
		<div class='p_3 bg_accent-n2'><h2 class= c_white >accent-n2</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #0f725d;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#0f725d</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 15, 114, 93 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>15, 114, 93</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 167.2340425532deg ,76.9297297297%, 25.3921568627% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>167.2340425532deg ,76.9297297297%, 25.3921568627%</span> </li> </ul> </div>
		<div class='p_3 bg_accent-n1'><h2 class= c_white >accent-n1</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #138b71;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#138b71</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 19, 139, 113 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>19, 139, 113</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 167.2340425532deg ,76.572972973%, 30.8333333333% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>167.2340425532deg ,76.572972973%, 30.8333333333%</span> </li> </ul> </div>
		<div class='p_3 bg_accent-0'><h2 class= c_white >accent-0</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #16a385;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#16a385</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 22, 163, 133 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>22, 163, 133</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 167.2340425532deg, 76.2162162162%, 36.2745098039% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>167.2340425532deg, 76.2162162162%, 36.2745098039%</span> </li> </ul> </div>
		<div class='p_3 bg_accent-1'><h2 class= c_black >accent-1</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #1ac09c;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#1ac09c</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 26, 192, 156 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>26, 192, 156</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 167.2340425532deg ,72.4054054054%, 42.6470588235% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>167.2340425532deg ,72.4054054054%, 42.6470588235%</span> </li> </ul> </div>
		<div class='p_3 bg_accent-2'><h2 class= c_black >accent-2</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #28e2ba;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#28e2ba</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 40, 226, 186 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>40, 226, 186</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 167.2340425532deg ,66.6891891892%, 52.2058823529% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>167.2340425532deg ,66.6891891892%, 52.2058823529%</span> </li> </ul> </div>
		<div class='p_3 bg_accent-3'><h2 class= c_black >accent-3</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #70ecd1;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#70ecd1</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 112, 236, 209 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>112, 236, 209</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 167.2340425532deg ,57.1621621622%, 68.137254902% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>167.2340425532deg ,57.1621621622%, 68.137254902%</span> </li> </ul> </div>
		<div class='p_3 bg_accent-4'><h2 class= c_black >accent-4</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #b7f5e8;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#b7f5e8</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 183, 245, 232 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>183, 245, 232</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 167.2340425532deg ,47.6351351351%, 84.068627451% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>167.2340425532deg ,47.6351351351%, 84.068627451%</span> </li> </ul> </div>
		<div class='p_3 bg_accent-5'><h2 class= c_black >accent-5</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #e2fbf6;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#e2fbf6</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 226, 251, 246 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>226, 251, 246</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 167.2340425532deg ,41.9189189189%, 93.6274509804% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>167.2340425532deg ,41.9189189189%, 93.6274509804%</span> </li> </ul> </div>
</div>




 HideCodeBlock: display_none 

Weight:0

Styleguide DesignBase.CrayonBox.accent

*/
/*

info: Color Variations 

The Modified versions of the info color from this theme

Markup:

<div
	class="grid gap-x_2 gap-y_2 template-x_15 font_n1 p_4 bg_info"
>
		<div class='p_3 bg_info-n5'><h2 class= c_white >info-n5</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #191714;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#191714</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 25, 23, 20 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>25, 23, 20</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 31.3043478261deg ,18.6666666667%, 8.9117647059% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>31.3043478261deg ,18.6666666667%, 8.9117647059%</span> </li> </ul> </div>
		<div class='p_3 bg_info-n4'><h2 class= c_white >info-n4</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #332e28;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#332e28</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 51, 46, 40 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>51, 46, 40</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 31.3043478261deg ,17.3333333333%, 17.8235294118% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>31.3043478261deg ,17.3333333333%, 17.8235294118%</span> </li> </ul> </div>
		<div class='p_3 bg_info-n3'><h2 class= c_white >info-n3</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #544c43;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#544c43</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 84, 76, 67 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>84, 76, 67</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 31.3043478261deg ,15.5555555556%, 29.7058823529% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>31.3043478261deg ,15.5555555556%, 29.7058823529%</span> </li> </ul> </div>
		<div class='p_3 bg_info-n2'><h2 class= c_white >info-n2</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #766b5e;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#766b5e</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 118, 107, 94 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>118, 107, 94</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 31.3043478261deg ,13.7777777778%, 41.5882352941% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>31.3043478261deg ,13.7777777778%, 41.5882352941%</span> </li> </ul> </div>
		<div class='p_3 bg_info-n1'><h2 class= c_white >info-n1</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #8f8173;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#8f8173</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 143, 129, 115 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>143, 129, 115</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 31.3043478261deg ,12.4444444444%, 50.5% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>31.3043478261deg ,12.4444444444%, 50.5%</span> </li> </ul> </div>
		<div class='p_3 bg_info-0'><h2 class= c_white >info-0</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #a3988c;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#a3988c</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 163, 152, 140 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>163, 152, 140</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 31.3043478261deg, 11.1111111111%, 59.4117647059% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>31.3043478261deg, 11.1111111111%, 59.4117647059%</span> </li> </ul> </div>
		<div class='p_3 bg_info-1'><h2 class= c_black >info-1</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #aca298;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#aca298</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 172, 162, 152 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>172, 162, 152</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 31.3043478261deg ,10.5555555556%, 63.4705882353% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>31.3043478261deg ,10.5555555556%, 63.4705882353%</span> </li> </ul> </div>
		<div class='p_3 bg_info-2'><h2 class= c_black >info-2</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #bab2a9;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#bab2a9</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 186, 178, 169 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>186, 178, 169</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 31.3043478261deg ,9.7222222222%, 69.5588235294% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>31.3043478261deg ,9.7222222222%, 69.5588235294%</span> </li> </ul> </div>
		<div class='p_3 bg_info-3'><h2 class= c_black >info-3</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #d1ccc6;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#d1ccc6</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 209, 204, 198 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>209, 204, 198</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 31.3043478261deg ,8.3333333333%, 79.7058823529% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>31.3043478261deg ,8.3333333333%, 79.7058823529%</span> </li> </ul> </div>
		<div class='p_3 bg_info-4'><h2 class= c_black >info-4</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #e8e5e2;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#e8e5e2</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 232, 229, 226 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>232, 229, 226</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 31.3043478261deg ,6.9444444444%, 89.8529411765% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>31.3043478261deg ,6.9444444444%, 89.8529411765%</span> </li> </ul> </div>
		<div class='p_3 bg_info-5'><h2 class= c_black >info-5</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #f6f5f4;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#f6f5f4</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 246, 245, 244 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>246, 245, 244</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 31.3043478261deg ,6.1111111111%, 95.9411764706% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>31.3043478261deg ,6.1111111111%, 95.9411764706%</span> </li> </ul> </div>
</div>




 HideCodeBlock: display_none 

Weight:0

Styleguide DesignBase.CrayonBox.info

*/
/*

highlight: Color Variations 

The Modified versions of the highlight color from this theme

Markup:

<div
	class="grid gap-x_2 gap-y_2 template-x_15 font_n1 p_4 bg_highlight"
>
		<div class='p_3 bg_highlight-n5'><h2 class= c_white >highlight-n5</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #120a1c;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#120a1c</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 18, 10, 28 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>18, 10, 28</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 265.8536585366deg ,52.6352941176%, 7.5% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>265.8536585366deg ,52.6352941176%, 7.5%</span> </li> </ul> </div>
		<div class='p_3 bg_highlight-n4'><h2 class= c_white >highlight-n4</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #241439;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#241439</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 36, 20, 57 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>36, 20, 57</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 265.8536585366deg ,51.8588235294%, 15% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>265.8536585366deg ,51.8588235294%, 15%</span> </li> </ul> </div>
		<div class='p_3 bg_highlight-n3'><h2 class= c_white >highlight-n3</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #3c215f;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#3c215f</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 60, 33, 95 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>60, 33, 95</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 265.8536585366deg ,50.8235294118%, 25% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>265.8536585366deg ,50.8235294118%, 25%</span> </li> </ul> </div>
		<div class='p_3 bg_highlight-n2'><h2 class= c_white >highlight-n2</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #532e84;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#532e84</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 83, 46, 132 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>83, 46, 132</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 265.8536585366deg ,49.7882352941%, 35% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>265.8536585366deg ,49.7882352941%, 35%</span> </li> </ul> </div>
		<div class='p_3 bg_highlight-n1'><h2 class= c_white >highlight-n1</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #6538a1;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#6538a1</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 101, 56, 161 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>101, 56, 161</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 265.8536585366deg ,49.0117647059%, 42.5% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>265.8536585366deg ,49.0117647059%, 42.5%</span> </li> </ul> </div>
		<div class='p_3 bg_highlight-0'><h2 class= c_white >highlight-0</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #7742bd;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#7742bd</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 119, 66, 189 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>119, 66, 189</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 265.8536585366deg, 48.2352941176%, 50% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>265.8536585366deg, 48.2352941176%, 50%</span> </li> </ul> </div>
		<div class='p_3 bg_highlight-1'><h2 class= c_black >highlight-1</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #8555c4;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#8555c4</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 133, 85, 196 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>133, 85, 196</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 265.8536585366deg ,45.8235294118%, 55% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>265.8536585366deg ,45.8235294118%, 55%</span> </li> </ul> </div>
		<div class='p_3 bg_highlight-2'><h2 class= c_black >highlight-2</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #9971ce;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#9971ce</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 153, 113, 206 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>153, 113, 206</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 265.8536585366deg ,42.2058823529%, 62.5% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>265.8536585366deg ,42.2058823529%, 62.5%</span> </li> </ul> </div>
		<div class='p_3 bg_highlight-3'><h2 class= c_black >highlight-3</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #bba1de;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#bba1de</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 187, 161, 222 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>187, 161, 222</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 265.8536585366deg ,36.1764705882%, 75% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>265.8536585366deg ,36.1764705882%, 75%</span> </li> </ul> </div>
		<div class='p_3 bg_highlight-4'><h2 class= c_black >highlight-4</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #ddd0ef;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#ddd0ef</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 221, 208, 239 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>221, 208, 239</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 265.8536585366deg ,30.1470588235%, 87.5% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>265.8536585366deg ,30.1470588235%, 87.5%</span> </li> </ul> </div>
		<div class='p_3 bg_highlight-5'><h2 class= c_black >highlight-5</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #f1ecf8;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#f1ecf8</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 241, 236, 248 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>241, 236, 248</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 265.8536585366deg ,26.5294117647%, 95% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>265.8536585366deg ,26.5294117647%, 95%</span> </li> </ul> </div>
</div>




 HideCodeBlock: display_none 

Weight:0

Styleguide DesignBase.CrayonBox.highlight

*/
/*

acc: Color Variations 

The Modified versions of the acc color from this theme

Markup:

<div
	class="grid gap-x_2 gap-y_2 template-x_15 font_n1 p_4 bg_acc"
>
		<div class='p_3 bg_acc-n5'><h2 class= c_white >acc-n5</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #000a12;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#000a12</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 0, 10, 18 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>0, 10, 18</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 206.9491525424deg ,100%, 3.4705882353% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>206.9491525424deg ,100%, 3.4705882353%</span> </li> </ul> </div>
		<div class='p_3 bg_acc-n4'><h2 class= c_white >acc-n4</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #001423;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#001423</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 0, 20, 35 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>0, 20, 35</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 206.9491525424deg ,100%, 6.9411764706% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>206.9491525424deg ,100%, 6.9411764706%</span> </li> </ul> </div>
		<div class='p_3 bg_acc-n3'><h2 class= c_white >acc-n3</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #00213b;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#00213b</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 0, 33, 59 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>0, 33, 59</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 206.9491525424deg ,100%, 11.568627451% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>206.9491525424deg ,100%, 11.568627451%</span> </li> </ul> </div>
		<div class='p_3 bg_acc-n2'><h2 class= c_white >acc-n2</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #002e53;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#002e53</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 0, 46, 83 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>0, 46, 83</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 206.9491525424deg ,100%, 16.1960784314% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>206.9491525424deg ,100%, 16.1960784314%</span> </li> </ul> </div>
		<div class='p_3 bg_acc-n1'><h2 class= c_white >acc-n1</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #003764;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#003764</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 0, 55, 100 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>0, 55, 100</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 206.9491525424deg ,100%, 19.6666666667% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>206.9491525424deg ,100%, 19.6666666667%</span> </li> </ul> </div>
		<div class='p_3 bg_acc-0'><h2 class= c_white >acc-0</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_white'><li class='flex flex_inline p_2 #' style='background-color: #004176;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#004176</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 0, 65, 118 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>0, 65, 118</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 206.9491525424deg, 100%, 23.137254902% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>206.9491525424deg, 100%, 23.137254902%</span> </li> </ul> </div>
		<div class='p_3 bg_acc-1'><h2 class= c_black >acc-1</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #00579d;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#00579d</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 0, 87, 157 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>0, 87, 157</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 206.9491525424deg ,95%, 30.8235294118% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>206.9491525424deg ,95%, 30.8235294118%</span> </li> </ul> </div>
		<div class='p_3 bg_acc-2'><h2 class= c_black >acc-2</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #0077d8;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#0077d8</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 0, 119, 216 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>0, 119, 216</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 206.9491525424deg ,87.5%, 42.3529411765% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>206.9491525424deg ,87.5%, 42.3529411765%</span> </li> </ul> </div>
		<div class='p_3 bg_acc-3'><h2 class= c_black >acc-3</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #3ba7ff;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#3ba7ff</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 59, 167, 255 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>59, 167, 255</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 206.9491525424deg ,75%, 61.568627451% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>206.9491525424deg ,75%, 61.568627451%</span> </li> </ul> </div>
		<div class='p_3 bg_acc-4'><h2 class= c_black >acc-4</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #9dd3ff;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#9dd3ff</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 157, 211, 255 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>157, 211, 255</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 206.9491525424deg ,62.5%, 80.7843137255% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>206.9491525424deg ,62.5%, 80.7843137255%</span> </li> </ul> </div>
		<div class='p_3 bg_acc-5'><h2 class= c_black >acc-5</h2> <ul class='p_3 bg_white-7 m-t_4 ul_none c_black'><li class='flex flex_inline p_2 #' style='background-color: #d8edff;'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HEX:</span> <span class='user-select_all font_accent lowercase'>#d8edff</span> </li> <li class='flex flex_inline p_2 #' style='background-color:rgb( 216, 237, 255 );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>RGB:</span> <span class='user-select_all font_accent lowercase'>216, 237, 255</span> </li> <li class='flex flex_inline p_2 #' style='background-color:hsl( 206.9491525424deg ,55%, 92.3137254902% );'> <span class='user-select_none opacity_6 font_bold font_ui uppercase'>HSL:</span> <span class='user-select_all font_accent lowercase'>206.9491525424deg ,55%, 92.3137254902%</span> </li> </ul> </div>
</div>




 HideCodeBlock: display_none 

Weight:0

Styleguide DesignBase.CrayonBox.acc

*/
/*
Crayon Box

This is all of the colors of the theme broken out with its modifications written in hex code.


Weight:0

HideCodeBlock: display_none 

Styleguide DesignBase.CrayonBox
*/
/*Adobe XD Color Map*/
/* $xd-color_primary-0: #198dae*/
/* $xd-color_primary-n5: #04151a*/
/* $xd-color_primary-n4: #082a34*/
/* $xd-color_primary-n3: #0d4757*/
/* $xd-color_primary-n2: #12637a*/
/* $xd-color_primary-n1: #157894*/
/* $xd-color_primary-1: #1da3c9*/
/* $xd-color_primary-2: #33bbe2*/
/* $xd-color_primary-3: #77d2eb*/
/* $xd-color_primary-4: #bbe8f5*/
/* $xd-color_primary-5: #e4f6fb*/
/* $xd-color_secondary-0: #676a72*/
/* $xd-color_secondary-n5: #0f1011*/
/* $xd-color_secondary-n4: #1f2022*/
/* $xd-color_secondary-n3: #343539*/
/* $xd-color_secondary-n2: #484a50*/
/* $xd-color_secondary-n1: #585a61*/
/* $xd-color_secondary-1: #757881*/
/* $xd-color_secondary-2: #8c8f97*/
/* $xd-color_secondary-3: #b2b4b9*/
/* $xd-color_secondary-4: #d9dadc*/
/* $xd-color_secondary-5: #f0f0f1*/
/* $xd-color_success-0: #078a2e*/
/* $xd-color_success-n5: #011507*/
/* $xd-color_success-n4: #02290e*/
/* $xd-color_success-n3: #044517*/
/* $xd-color_success-n2: #056120*/
/* $xd-color_success-n1: #067527*/
/* $xd-color_success-1: #09ad3a*/
/* $xd-color_success-2: #0be14b*/
/* $xd-color_success-3: #51f682*/
/* $xd-color_success-4: #a8fbc1*/
/* $xd-color_success-5: #dcfde6*/
/* $xd-color_shade-0: #878585*/
/* $xd-color_shade-n5: #141414*/
/* $xd-color_shade-n4: #292828*/
/* $xd-color_shade-n3: #444242*/
/* $xd-color_shade-n2: #5f5d5d*/
/* $xd-color_shade-n1: #737171*/
/* $xd-color_shade-1: #939191*/
/* $xd-color_shade-2: #a5a4a4*/
/* $xd-color_shade-3: #c3c2c2*/
/* $xd-color_shade-4: #e1e1e1*/
/* $xd-color_shade-5: #f3f3f3*/
/* $xd-color_warning-0: #da8210*/
/* $xd-color_warning-n5: #211402*/
/* $xd-color_warning-n4: #412705*/
/* $xd-color_warning-n3: #6d4108*/
/* $xd-color_warning-n2: #995b0b*/
/* $xd-color_warning-n1: #b96f0e*/
/* $xd-color_warning-1: #ee9118*/
/* $xd-color_warning-2: #f1a33e*/
/* $xd-color_warning-3: #f6c27e*/
/* $xd-color_warning-4: #fae0bf*/
/* $xd-color_warning-5: #fdf3e5*/
/* $xd-color_alert-0: #dd1a1a*/
/* $xd-color_alert-n5: #210404*/
/* $xd-color_alert-n4: #420808*/
/* $xd-color_alert-n3: #6f0d0d*/
/* $xd-color_alert-n2: #9b1212*/
/* $xd-color_alert-n1: #bc1616*/
/* $xd-color_alert-1: #e62b2b*/
/* $xd-color_alert-2: #ea4f4f*/
/* $xd-color_alert-3: #f18989*/
/* $xd-color_alert-4: #f8c4c4*/
/* $xd-color_alert-5: #fce7e7*/
/* $xd-color_navigation-0: #2b58c0*/
/* $xd-color_navigation-n5: #060d1d*/
/* $xd-color_navigation-n4: #0d1a3a*/
/* $xd-color_navigation-n3: #162c60*/
/* $xd-color_navigation-n2: #1e3e86*/
/* $xd-color_navigation-n1: #254ba3*/
/* $xd-color_navigation-1: #3564d2*/
/* $xd-color_navigation-2: #567ed9*/
/* $xd-color_navigation-3: #8fa9e6*/
/* $xd-color_navigation-4: #c7d4f2*/
/* $xd-color_navigation-5: #e9eefa*/
/* $xd-color_accent-0: #16a385*/
/* $xd-color_accent-n5: #031814*/
/* $xd-color_accent-n4: #073128*/
/* $xd-color_accent-n3: #0b5243*/
/* $xd-color_accent-n2: #0f725d*/
/* $xd-color_accent-n1: #138b71*/
/* $xd-color_accent-1: #1ac09c*/
/* $xd-color_accent-2: #28e2ba*/
/* $xd-color_accent-3: #70ecd1*/
/* $xd-color_accent-4: #b7f5e8*/
/* $xd-color_accent-5: #e2fbf6*/
/* $xd-color_info-0: #a3988c*/
/* $xd-color_info-n5: #191714*/
/* $xd-color_info-n4: #332e28*/
/* $xd-color_info-n3: #544c43*/
/* $xd-color_info-n2: #766b5e*/
/* $xd-color_info-n1: #8f8173*/
/* $xd-color_info-1: #aca298*/
/* $xd-color_info-2: #bab2a9*/
/* $xd-color_info-3: #d1ccc6*/
/* $xd-color_info-4: #e8e5e2*/
/* $xd-color_info-5: #f6f5f4*/
/* $xd-color_highlight-0: #7742bd*/
/* $xd-color_highlight-n5: #120a1c*/
/* $xd-color_highlight-n4: #241439*/
/* $xd-color_highlight-n3: #3c215f*/
/* $xd-color_highlight-n2: #532e84*/
/* $xd-color_highlight-n1: #6538a1*/
/* $xd-color_highlight-1: #8555c4*/
/* $xd-color_highlight-2: #9971ce*/
/* $xd-color_highlight-3: #bba1de*/
/* $xd-color_highlight-4: #ddd0ef*/
/* $xd-color_highlight-5: #f1ecf8*/
/* $xd-color_acc-0: #004176*/
/* $xd-color_acc-n5: #000a12*/
/* $xd-color_acc-n4: #001423*/
/* $xd-color_acc-n3: #00213b*/
/* $xd-color_acc-n2: #002e53*/
/* $xd-color_acc-n1: #003764*/
/* $xd-color_acc-1: #00579d*/
/* $xd-color_acc-2: #0077d8*/
/* $xd-color_acc-3: #3ba7ff*/
/* $xd-color_acc-4: #9dd3ff*/
/* $xd-color_acc-5: #d8edff*/
.font .font--example {
  background-image: url(http://basehold.it/i/24);
}
.font .font--name {
  color: #000;
}
.font .font--dropcase_2x {
  color: #198dae;
}

/*

Basic HTML

The Arches Design System, at its core, is a Utility Class Styling Design.  It is built not to prescribe the design of the HTML and components but to paint with classes to create complicated UI without having to create more styles.  Arches rely on the browser or branding defaults for basic HTML styling.  Below is a kitchen sink of HTML elements so you can see how this variation look without further alteration from adding classes. There is No basic styling around the pure DOM with the utility class only, and there is improved styling as you add Bootstrap or Foundation.  

Weight: -100

Styleguide HTML
*/
/*

Reading Typography

Reading typography is a container class to opt into an override of the basic typography from arches. Basic Typography is un-styled and rely on the most basic styles from the browser stylesheets so there is less overriding when making UI but it leaves reading typography lacking. Most ways typography content is added to a site is devoid of hooks to add styles to an element so work around that restriction and to unified styling across reading experiences the "reading-typography" class is used on the parent container.  Please note that the reading typography can still look a bit different look depending on the brand or the framework. <table><thead><tr><th>modifier class</th><th>customization</th><th>usage</th></tr></thead><tbody><tr><td><code>.inherit_color</code></td><td>removes all color rules from colored typography and sets it to inherit.</td><td>inverting a block of typography where all text and headlines should be white.</td></tr><tr><td><code>.font-size_up</code></td><td>shifts all typography up one font size step</td><td>intro blocks of text where the text. Or in articles where you can shift all text up a size.</td></tr><tr><td>`.font-size_down`</td><td>shifts all typography down one font size step.</td><td>citation blocks or boiler plate content where the text should be smaller and less impactful.</td></tr><tr><td><code>.links_dark</code></td><td>turns all links to the dark color standard.</td><td>this is used in junction with the <code>.inherit_color</code> class.</td></tr><tr><td><code>.links_light</code></td><td>turns all links to the light color standard.</td><td>this is used in junction with the <code>.inherit_color</code> class when text is on a dark background.</td></tr></tbody></table><small class="c_highlight block">* there are further advanced features if you want to apply CSS Property Overrides.</small> 

Markup:
<section class="max-w_65 reading-typography m_auto">
<div class="relative">
	<picture class="w_100">
		<source class="w_100" srcset="{{> Sub.Placeholder.Image.1200x300 }}" media="(min-width: 1200px)">
		<source class="w_100" srcset="{{> Sub.Placeholder.Image.1024x256 }}" media="(min-width: 768px)">
		<source class="w_100" srcset="{{> Sub.Placeholder.Image.600x300 }}" media="(min-width: 400px)"> <source class="w_100" srcset="https://placeholder.pics/svg/400x300/171C6A-5A6CFF/FFFAEE/300x400" media="(min-width: 400px)">
		<img src="{{> Sub.Placeholder.Image.300x400 }}" class="w_100" alt="">
	</picture>
    <div class="absolute b_4 r_4 l_4 b_auto:lg t_4:lg r_4:lg r_4:md l_auto:md b_4:md t_4:md justify_center flex flex_row flex_column:md flex_row:lg gap-x_4 gap-y_4">
        <div class="bg_secondary-2 br_1 br_black-3 br_radius br_solid:lg br_none c_white font_medium font_ui gap-x_3 inline-block inline-flex justify_end m-x_2 p_2:lg p_0 relative shadow_overlap-light">
            <span class="font_bold font_ui self_center vertical-align_middle display_none inline:md p-x_3">User Name</span>
            <a class="btn bg_accent-n1 h:bg_accent-n3 br_solid br_black-2 br_1 c_white  h:c_white uppercase shadow_overlap-light font_ui font_bold" href="#">Log Out <i class="fas fa-sign-out p-l_2"></i></a>
        </div>
    </div>
</div>
  <h1>This is the primary heading and there should only be one of these per page</h1>
  <h6>sub heading</h6>
    <p>A small paragraph to <em>emphasis</em> and show <strong>important</strong> bits.</p>
    <ul>
        <li>This is a list item</li>
        <li>So is this - there could be more</li>
        <li>Make sure to style list items to:
            <ul>
                <li>Not forgetting child list items</li>
                <li>Not forgetting child list items</li>
                <li>Not forgetting child list items</li>
                <li>Not forgetting child list items</li>
            </ul>
        </li>
        <li>A couple more</li>
        <li>top level list items</li>
    </ul>
    <p>Don't forget <strong>Ordered lists</strong>:</p>
    <ol>
       <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>
       <li>Aliquam tincidunt mauris eu risus.
        <ol>
            <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>
            <li>Aliquam tincidunt mauris eu risus.</li>
        </ol>
        </li>
       <li>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</li>
       <li>Aliquam tincidunt mauris eu risus.
    </li></ol>
    <h2>A sub heading which is not as important as the first, but is quite imporant overall</h2>
    <p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p>
    <table>
    <thead><tr>
            <th>Table Heading</th>
            <th>Table Heading</th>
        </tr></thead>
        <tbody>
        <tr>
            <td>table data</td>
            <td>table data</td>
        </tr>
        <tr>
            <td>table data</td>
            <td>table data</td>
        </tr>
        <tr>
            <td>table data</td>
            <td>table data</td>
        </tr>
        <tr>
            <td>table data</td>
            <td>table data</td>
        </tr>
    </tbody></table>    	
    <h3>A sub heading which is not as important as the second, but should be used with consideration</h3>
    <p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p>
    <blockquote><p>“Ooh - a blockquote! Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus magna. Cras in mi at felis aliquet congue. Ut a est eget ligula molestie gravida. Curabitur massa. Donec eleifend, libero at sagittis mollis, tellus est malesuada tellus, at luctus turpis elit sit amet quam. Vivamus pretium ornare est.”</p></blockquote>
    <h4>A sub heading which is not as important as the second, but should be used with consideration</h4>
    <p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p>
    <pre><code>
#header h1 a { 
    display: block; 
    width: 300px; 
    height: 80px; 
}
</code></pre>
    <h5>A sub heading which is not as important as the second, but should be used with consideration</h5>
    <p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p>
    <dl>
   <dt>Definition list</dt>
   <dd>Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna 
	aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea 
	commodo consequat.</dd>
	   <dt>Lorem ipsum dolor sit amet</dt>
	   <dd>Consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna 
	aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea 
	commodo consequat.</dd>
	</dl>
	<h6>This heading plays a relatively small bit part role, if you use it at all</h6>
    <p>Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</p>
<section>
<details>
        <summary ><strong>Table of Contents</strong></summary>
        <div>
            <ol>
                <li data-line="0" dir="auto">How to Prepare for the Boards</li>
                <li data-line="1" dir="auto">General Principles of Cardiovascular Medicine
                </li>
                <li data-line="2" dir="auto">Arrhythmias</li>
                <li data-line="3" dir="auto">Coronary Artery Disease</li>
                <li data-line="4" dir="auto">Heart Failure &amp; Cardiomyopathy</li>
                <li data-line="5" dir="auto">Valvular Disease</li>
                <li data-line="6" dir="auto">Pericardial Disease</li>
                <li data-line="7" dir="auto">Congenital Heart Disease</li>
                <li data-line="8" dir="auto">Vascular Diseases</li>
                <li data-line="9" dir="auto">Systemic Hypertension and Hypotension</li>
                <li data-line="10" dir="auto">Pulmonary Circulation Disorders</li>
                <li data-line="11" dir="auto">Systemic Disorders Affecting the Circulatory
                    System</li>
                <li data-line="12" dir="auto">
                    Miscellaneous
                    <ul>
                        <li data-line="13" dir="auto">Cardiovascular Genetics</li>
                        <li data-line="14" dir="auto">CPR, Post-Resuscitation Care</li>
                        <li data-line="15" dir="auto">Cardiac Critical Care</li>
                        <li data-line="16" dir="auto">Sleep Disordered Breathing</li>
                        <li data-line="17" dir="auto">Sports Cardiology</li>
                        <li data-line="18" dir="auto">Pregnancy and Cardiac Disease</li>
                        <li data-line="19" dir="auto">Cardiovascular Operative Management
                        </li>
                        <li data-line="20" dir="auto">Pharmacology</li>
                        <li data-line="21" dir="auto">General Principles of Cardiovascular
                            Medicine</li>
                    </ul>
                </li>
            </ol>
        </div>
    </details>

Weight: -9

HideCodeBlock: display_none 

Styleguide HTML.Typography

*/
/*

Reading Typography Modified

This text is used as a lorem content in many of our containers.  

.color_inherit.bg_acc.c_white.p_4.links_light    - This removes all color defining styles to make it easer to reverse colors. This sets all typography and borders to inherit their colors.

Markup:
{{> Sub.Placeholder.Typography  modifier_class=" color_inherit bg_acc c_white p_4 links_light"}}

Weight: -9

HideCodeBlock: display_none 

MarkupWrapperClasses: br_solid br_radius br_black-1 br_1 m_3 max-w_50

Styleguide HTML.Typography.Sample

*/
/*

Links States

This shows the look and feel of all the states of a text link, color, underline and decoration.

Markup:
<ul class="flex flex_column ul_none">
    <li class="p_3"><a href="#random2">NORMAL: Donec non enim</a></li>
    <li class="p_3"><a href="#random1" class="pseudo-class-hover">HOVER:  Normal Donec non enim</a>
</li>
    <li class="p_3"><a href="#random3" class="pseudo-class-visited">VISITED: Normal Donec non enim</a>
</li>
</ul>


MarkupWrapperClasses: reading-typography

Weight:100

Styleguide HTML.Typography.Links
 */
.container,
.card {
  position: relative;
}

.table td,
.table th {
  text-align: left;
}
.table tbody tr:nth-of-type(odd) {
  background-color: rgba(19, 18, 18, 0.0078431373);
}
.table tr + tr {
  border-top: 1px solid rgba(19, 18, 18, 0.2509803922);
}
.table.unshaded tbody tr:nth-of-type(odd) {
  background-color: unset;
}

/*

Bootstrap

<div><h3>Bootstrap 5 is a complete UI framework with many features</h3>. <p>Please familiarize yourself with bootstrap framework as you build. It will give you access to grid, forms and other UI items. </p><a href="https://getbootstrap.com/" class="btn btn-primary c_white m-t_4">Bootstrap</a></div>

Weight: -50

Styleguide  Bootstrap
*/
/*

Tables

The collection of modifications you can do with tables out of the box from Bootstrap Arches.

Markup:
<article class="m-y_3" id="tables"><div class="bd-heading sticky-xl-top m-y_3 bg_white p_3 br-b_1 br_solid br_black-1 shadow_overlap-light m-x_n4 bg_white z_3 p-b_3 self_start mt-5 m-b_3 mt-xl-0 mb-xl-2"><h3>Tables</h3><a class="d-flex align-items-center" href="https://getbootstrap.com/docs/5.0/content/tables/">Documentation</a></div><div><div class="bd-example"><table class="table table-striped"><thead><tr><th scope="col">#</th><th scope="col">First</th><th scope="col">Last</th><th scope="col">Handle</th></tr></thead><tbody><tr><th scope="row">1</th><td>Mark</td><td>Otto</td><td>@mdo</td></tr><tr><th scope="row">2</th><td>Jacob</td><td>Thornton</td><td>@fat</td></tr><tr><th scope="row">3</th><td colspan="2">Larry the Bird</td><td>@twitter</td></tr></tbody></table></div><div class="bd-example"><table class="table table-dark table-borderless"><thead><tr><th scope="col">#</th><th scope="col">First</th><th scope="col">Last</th><th scope="col">Handle</th></tr></thead><tbody><tr><th scope="row">1</th><td>Mark</td><td>Otto</td><td>@mdo</td></tr><tr><th scope="row">2</th><td>Jacob</td><td>Thornton</td><td>@fat</td></tr><tr><th scope="row">3</th><td colspan="2">Larry the Bird</td><td>@twitter</td></tr></tbody></table></div><div class="bd-example"><table class="table table-hover"><thead><tr><th scope="col">Class</th><th scope="col">Heading</th><th scope="col">Heading</th></tr></thead><tbody><tr><th scope="row">Default</th><td>Cell</td><td>Cell</td></tr><tr class="table-primary"><th scope="row">Primary</th><td>Cell</td><td>Cell</td></tr><tr class="table-secondary"><th scope="row">Secondary</th><td>Cell</td><td>Cell</td></tr><tr class="table-success"><th scope="row">Success</th><td>Cell</td><td>Cell</td></tr><tr class="table-alert"><th scope="row">alert</th><td>Cell</td><td>Cell</td></tr><tr class="table-warning"><th scope="row">Warning</th><td>Cell</td><td>Cell</td></tr><tr class="table-info"><th scope="row">Info</th><td>Cell</td><td>Cell</td></tr></tbody></table></div><div class="bd-example"><table class="table table-sm table-bordered"><thead><tr><th scope="col">#</th><th scope="col">First</th><th scope="col">Last</th><th scope="col">Handle</th></tr></thead><tbody><tr><th scope="row">1</th><td>Mark</td><td>Otto</td><td>@mdo</td></tr><tr><th scope="row">2</th><td>Jacob</td><td>Thornton</td><td>@fat</td></tr><tr><th scope="row">3</th><td colspan="2">Larry the Bird</td><td>@twitter</td></tr></tbody></table></div></div></article>

Weight: 500

Styleguide  Bootstrap.Table
*/
/*
Forms

Out of the box bootstrap forms. 

Markup:
<article class="m-y_3"
         id="overview">
    <div
         class="bd-heading sticky-xl-top m-y_3 bg_white p_3 br-b_1 br_solid br_black-1 shadow_overlap-light m-x_n4 align-self-start mt-5 m-b_3 mt-xl-0 mb-xl-2">
        <h3>Overview</h3><a
           class="d-flex align-items-center"
           target="_blank"
           href="https://getbootstrap.com/docs/5.0/forms/overview/">Documentation</a>
    </div>
    <div>
        <div class="bd-example">
            <form>
                <div class="m-b_3"><label
                           for="exampleInputEmail1"
                           class="form-label">Email
                        address</label> <input type="email"
                           class="form-control"
                           id="exampleInputEmail1"
                           aria-describedby="emailHelp">
                    <div id="emailHelp"
                         class="form-text">We'll never share
                        your email with anyone else.</div>
                </div>
                <div class="m-b_3"><label
                           for="exampleInputPassword1"
                           class="form-label">Password</label>
                    <input type="password"
                           class="form-control"
                           id="exampleInputPassword1"></div>
                <div class="m-b_3 form-check"><input
                           type="checkbox"
                           class="form-check-input"
                           id="exampleCheck1"> <label
                           class="form-check-label"
                           for="exampleCheck1">Check me
                        out</label></div>
                <fieldset class="m-b_3">
                    <legend>Radios buttons</legend>
                    <div class="form-check"><input
                               type="radio"
                               name="radios"
                               class="form-check-input"
                               id="exampleRadio1"> <label
                               class="form-check-label"
                               for="exampleRadio1">Default
                            radio</label></div>
                    <div class="m-b_3 form-check"><input
                               type="radio"
                               name="radios"
                               class="form-check-input"
                               id="exampleRadio2"> <label
                               class="form-check-label"
                               for="exampleRadio2">Another
                            radio</label></div>
                </fieldset>
                <div class="m-b_3"><label class="form-label"
                           for="customFile">Upload</label>
                    <input type="file"
                           class="form-control"
                           id="customFile"></div>
                <div class="m-b_3 form-check form-switch">
                    <input class="form-check-input"
                           type="checkbox"
                           id="flexSwitchCheckChecked"
                           checked> <label
                           class="form-check-label"
                           for="flexSwitchCheckChecked">Checked
                        switch checkbox input</label></div>
                <div class="m-b_3"><label for="customRange3"
                           class="form-label">Example
                        range</label> <input type="range"
                           class="form-range"
                           min="0"
                           max="5"
                           step="0.5"
                           id="customRange3"></div><button
                        type="submit"
                        class="btn btn-primary">Submit</button>
            </form>
        </div>
    </div>
</article>
<article class="m-y_3"
         id="disabled-forms">
    <div
         class="bd-heading sticky-xl-top m-y_3 bg_white p_3 br-b_1 br_solid br_black-1 shadow_overlap-light m-x_n4 align-self-start mt-5 m-b_3 mt-xl-0 mb-xl-2">
        <h3>Disabled forms</h3><a
           class="d-flex align-items-center"
           target="_blank"
           href="https://getbootstrap.com/docs/5.0/forms/overview/#disabled-forms">Documentation</a>
    </div>
    <div>
        <div class="bd-example">
            <form>
                <fieldset disabled
                          aria-label="Disabled fieldset example">
                    <div class="m-b_3"><label
                               for="disabledTextInput"
                               class="form-label">Disabled
                            input</label> <input type="text"
                               id="disabledTextInput"
                               class="form-control"
                               placeholder="Disabled input">
                    </div>
                    <div class="m-b_3"><label
                               for="disabledSelect"
                               class="form-label">Disabled
                            select menu</label> <select
                                id="disabledSelect"
                                class="form-select">
                            <option>Disabled select</option>
                        </select></div>
                    <div class="m-b_3">
                        <div class="form-check"><input
                                   class="form-check-input"
                                   type="checkbox"
                                   id="disabledFieldsetCheck"
                                   disabled> <label
                                   class="form-check-label"
                                   for="disabledFieldsetCheck">Can't
                                check this</label></div>
                    </div>
                    <fieldset class="m-b_3">
                        <legend>Disabled radios buttons
                        </legend>
                        <div class="form-check"><input
                                   type="radio"
                                   name="radios"
                                   class="form-check-input"
                                   id="disabledRadio1"
                                   disabled> <label
                                   class="form-check-label"
                                   for="disabledRadio1">Disabled
                                radio</label></div>
                        <div class="m-b_3 form-check"><input
                                   type="radio"
                                   name="radios"
                                   class="form-check-input"
                                   id="disabledRadio2"
                                   disabled> <label
                                   class="form-check-label"
                                   for="disabledRadio2">Another
                                radio</label></div>
                    </fieldset>
                    <div class="m-b_3"><label
                               class="form-label"
                               for="disabledCustomFile">Upload</label>
                        <input type="file"
                               class="form-control"
                               id="disabledCustomFile"
                               disabled></div>
                    <div
                         class="m-b_3 form-check form-switch">
                        <input class="form-check-input"
                               type="checkbox"
                               id="disabledSwitchCheckChecked"
                               checked
                               disabled> <label
                               class="form-check-label"
                               for="disabledSwitchCheckChecked">Disabled
                            checked switch checkbox
                            input</label></div>
                    <div class="m-b_3"><label
                               for="disabledRange"
                               class="form-label">Disabled
                            range</label> <input
                               type="range"
                               class="form-range"
                               min="0"
                               max="5"
                               step="0.5"
                               id="disabledRange"></div>
                    <button type="submit"
                            class="btn btn-primary">Submit</button>
                </fieldset>
            </form>
        </div>
    </div>
</article>
<article class="m-y_3"
         id="sizing">
    <div
         class="bd-heading sticky-xl-top m-y_3 bg_white p_3 br-b_1 br_solid br_black-1 shadow_overlap-light m-x_n4 align-self-start mt-5 m-b_3 mt-xl-0 mb-xl-2">
        <h3>Sizing</h3><a class="d-flex align-items-center"
           target="_blank"
           href="https://getbootstrap.com/docs/5.0/forms/form-control/#sizing">Documentation</a>
    </div>
    <div>
        <div class="bd-example">
            <div class="m-b_3"><input
                       class="form-control form-control-lg"
                       type="text"
                       placeholder=".form-control-lg"
                       aria-label=".form-control-lg example">
            </div>
            <div class="m-b_3"><select
                        class="form-select form-select-lg m-b_3"
                        aria-label=".form-select-lg example">
                    <option selected>Open this select menu
                    </option>
                    <option value="1">One</option>
                    <option value="2">Two</option>
                    <option value="3">Three</option>
                </select></div>
            <div class="m-b_3"><input type="file"
                       class="form-control form-control-lg"
                       aria-label="Large file input example">
            </div>
        </div>
        <div class="bd-example">
            <div class="m-b_3"><input
                       class="form-control form-control-sm"
                       type="text"
                       placeholder=".form-control-sm"
                       aria-label=".form-control-sm example">
            </div>
            <div class="m-b_3"><select
                        class="form-select form-select-sm"
                        aria-label=".form-select-sm example">
                    <option selected>Open this select menu
                    </option>
                    <option value="1">One</option>
                    <option value="2">Two</option>
                    <option value="3">Three</option>
                </select></div>
            <div class="m-b_3"><input type="file"
                       class="form-control form-control-sm"
                       aria-label="Small file input example">
            </div>
        </div>
    </div>
</article>
<article class="m-y_3"
         id="input-group">
    <div
         class="bd-heading sticky-xl-top m-y_3 bg_white p_3 br-b_1 br_solid br_black-1 shadow_overlap-light m-x_n4 align-self-start mt-5 m-b_3 mt-xl-0 mb-xl-2">
        <h3>Input group</h3><a
           class="d-flex align-items-center"
           target="_blank"
           href="https://getbootstrap.com/docs/5.0/forms/input-group/">Documentation</a>
    </div>
    <div>
        <div class="bd-example">
            <div class="input-group m-b_3"><span
                      class="input-group-text"
                      id="basic-addon1">@</span> <input
                       type="text"
                       class="form-control"
                       placeholder="Username"
                       aria-label="Username"
                       aria-describedby="basic-addon1">
            </div>
            <div class="input-group m-b_3"><input type="text"
                       class="form-control"
                       placeholder="Recipient's username"
                       aria-label="Recipient's username"
                       aria-describedby="basic-addon2">
                <span class="input-group-text"
                      id="basic-addon2">@example.com</span>
            </div><label for="basic-url"
                   class="form-label">Your vanity
                URL</label>
            <div class="input-group m-b_3"><span
                      class="input-group-text"
                      id="basic-addon3">https://example.com/users/</span>
                <input type="text"
                       class="form-control"
                       id="basic-url"
                       aria-describedby="basic-addon3">
            </div>
            <div class="input-group m-b_3"><span
                      class="input-group-text">$</span>
                <input type="text"
                       class="form-control"
                       aria-label="Amount (to the nearest dollar)">
                <span class="input-group-text">.00</span>
            </div>
            <div class="input-group"><span
                      class="input-group-text">With
                    textarea</span> <textarea
                          class="form-control"
                          aria-label="With textarea"></textarea>
            </div>
        </div>
    </div>
</article>
<article class="m-y_3"
         id="floating-labels">
    <div
         class="bd-heading sticky-xl-top m-y_3 bg_white p_3 br-b_1 br_solid br_black-1 shadow_overlap-light m-x_n4 align-self-start mt-5 m-b_3 mt-xl-0 mb-xl-2">
        <h3>Floating labels</h3><a
           class="d-flex align-items-center"
           target="_blank"
           href="https://getbootstrap.com/docs/5.0/forms/floating-labels/">Documentation</a>
    </div>
    <div>
        <div class="bd-example">
            <form>
                <div class="form-floating m-b_3 input-group-lg"><input
                           type="email"
                           class="form-control"
                           id="floatingInput"
                           placeholder="name@example.com">
                    <label for="floatingInput">Email
                        address</label></div>
                <div class="form-floating"><input
                           type="password"
                           class="form-control"
                           id="floatingPassword"
                           placeholder="Password"> <label
                           for="floatingPassword">Password</label>
                </div>
            </form>
        </div>
    </div>
</article>
<article class="m-y_3"
         id="validation">
    <div
         class="bd-heading sticky-xl-top m-y_3 bg_white p_3 br-b_1 br_solid br_black-1 shadow_overlap-light m-x_n4 align-self-start mt-5 m-b_3 mt-xl-0 mb-xl-2">
        <h3>Validation</h3><a
           class="d-flex align-items-center"
           target="_blank"
           href="https://getbootstrap.com/docs/5.0/forms/validation/">Documentation</a>
    </div>
    <div>
        <div class="bd-example">
            <form class="row g-3">
                <div class="col-md-4"><label
                           for="validationServer01"
                           class="form-label">First
                        name</label> <input type="text"
                           class="form-control is-valid"
                           id="validationServer01"
                           value="Mark"
                           required>
                    <div class="valid-feedback">Looks good!
                    </div>
                </div>
                <div class="col-md-4"><label
                           for="validationServer02"
                           class="form-label">Last
                        name</label> <input type="text"
                           class="form-control is-valid"
                           id="validationServer02"
                           value="Otto"
                           required>
                    <div class="valid-feedback">Looks good!
                    </div>
                </div>
                <div class="col-md-4"><label
                           for="validationServerUsername"
                           class="form-label">Username</label>
                    <div class="input-group has-validation">
                        <span class="input-group-text"
                              id="inputGroupPrepend3">@</span>
                        <input type="text"
                               class="form-control is-invalid"
                               id="validationServerUsername"
                               aria-describedby="inputGroupPrepend3"
                               required>
                        <div class="invalid-feedback">Please
                            choose a username.</div>
                    </div>
                </div>
                <div class="col-md-6 input-group-lg"><label
                           for="validationServer03"
                           class="form-label">City</label>
                    <input type="text"
                           class="form-control is-invalid"
                           id="validationServer03"
                           required>
                    <div class="invalid-feedback">Please
                        provide a valid city.</div>
                </div>
                <div class="col-md-3"><label
                           for="validationServer04"
                           class="form-label">State</label>
                    <select class="form-select is-invalid"
                            id="validationServer04"
                            required>
                        <option selected
                                disabled
                                value="">Choose...</option>
                        <option>...</option>
                    </select>
                    <div class="invalid-feedback">Please
                        select a valid state.</div>
                </div>
                <div class="col-md-3"><label
                           for="validationServer05"
                           class="form-label">Zip</label>
                    <input type="text"
                           class="form-control is-invalid"
                           id="validationServer05"
                           required>
                    <div class="invalid-feedback">Please
                        provide a valid zip.</div>
                </div>
                <div class="col-12">
                    <div class="form-check"><input
                               class="form-check-input is-invalid"
                               type="checkbox"
                               value=""
                               id="invalidCheck3"
                               required> <label
                               class="form-check-label"
                               for="invalidCheck3">Agree to
                            terms and conditions</label>
                        <div class="invalid-feedback">You
                            must agree before submitting.
                        </div>
                    </div>
                </div>
                <div class="col-12"><button
                            class="btn btn-primary"
                            type="submit">Submit
                        form</button></div>
            </form>
        </div>
    </div>
</article>


Weight: 800

Styleguide  Bootstrap.Forms
*/
.btn {
  font-weight: var(--font_medium);
  font-family: var(--font-family_ui);
  white-space: nowrap;
}

.btn.clear {
  border-color: transparent;
  background-color: transparent;
  color: var(--link-color-dark);
}
.btn.clear:hover {
  color: hsl(var(--link-color-dark-h), var(--link-color-dark-s), calc(var(-link-color-dark-l) * 0.5));
}

.btn-shade {
  background-color: hsla(var(--shade-h), calc(var(--shade-s) - var(--shade-s) * 0.25), calc(var(--shade-l) + (100% - var(--shade-l)) * 0.5), 1);
  color: hsla(var(--shade-h), calc(var(--shade-s) + (100% - var(--shade-s)) * 0.05), calc(var(--shade-l) - var(--shade-l) * 0.5), 1);
}
.btn-shade:hover {
  background-color: hsla(var(--shade-h), calc(var(--shade-s) - var(--shade-s) * 0.05), calc(var(--shade-l) + (100% - var(--shade-l)) * 0.1), 1);
  color: hsla(var(--shade-h), calc(var(--shade-s) + (100% - var(--shade-s)) * 0.085), calc(var(--shade-l) - var(--shade-l) * 0.85), 1);
}

.btn-accent {
  background-color: hsla(var(--accent-h), calc(var(--accent-s) + (100% - var(--accent-s)) * 0.015), calc(var(--accent-l) - var(--accent-l) * 0.15), 1);
}
.btn-accent:hover {
  background-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);
}

.btn.shadow {
  box-shadow: 1.5px 1.5px 6px 0.75px rgba(0, 0, 0, 0.4);
}

.btn.shadow:hover {
  box-shadow: 0.5px 0.5px 2px 0.25px rgba(0, 0, 0, 0.1);
}

/*
Carousel ALT

A slide-show component for cycling through groups of images and text.

.no-controls            Will remove left and right arrow
.text-indicators        Converts the circle indicators to text tabs that lock to the right side of the images.
.chevron-on             Adds a light orange chevron on the '.active' indicator to increase its impact.


Markup:
<div
	id="carouselExampleFade"
	class="carousel carousel-alt slide no-controls text-indicators chevron-on"
>
	<ol class="carousel-indicators">
		<li data-target="#carouselExampleFade" data-slide-to="0" class="wrap" >
			quaerat odit assumenda
		</li>
		<li data-target="#carouselExampleFade" data-slide-to="1" class=" wrap">
			delectus sunt optio
		</li>
		<li data-target="#carouselExampleFade" data-slide-to="2" class=" wrap">
			deserunt quia quasi
		</li>
	</ol>
	<!-- Wrapper for slides -->
	<div class="carousel-inner" role="listbox">
		<div class="carousel-item active">
			<a><img class="block w_100" src="http://lorempixel.com/630/420/animals" alt="..."/></a>
			<div class="carousel-caption bg_black-7 text-shadow_black-1 text_center text_left:md font_2:md c_white p_3:lg p-b_4:lg p-y_3 lh_1 b_0 r_0 l_0">
                    <span class="title  font_display block m-b_2 font_4:md m-b_3:md">Cardiac Syncope Program Launches!</span>
                    <p><strong>NEW</strong>&nbsp;|&nbsp;Hear from an expert panel and complete four patient cases to test your knowledge on our Syncope Program! <a href="http://edu.acc.org/diweb/catalog/item/eid/SYNCOPE2019" title="" class="" target="_blank"><strong>Find out more!</strong></a></p>
                </div>
		</div>
		<div class="carousel-item">
			<a><img class="block w_100" src="http://lorempixel.com/630/420/nature" alt="..."/></a>
			<div class="carousel-caption bg_black-7 text-shadow_black-1 text_center text_left:md font_2:md c_white p_3:lg p-b_4:lg p-y_3 lh_1 b_0 r_0 l_0">
				<span class="title font_display block m-b_2 font_4:md m-b_3:md">sint explicabo sequi</span> Earum nihil omnis.
			</div>
		</div>
		<div class="carousel-item">
			<a><img class="block w_100" src="http://lorempixel.com/630/420/food" alt="..."/></a>
			<div class="carousel-caption bg_black-7 text-shadow_black-1 text_center text_left:md font_2:md c_white p_3:lg p-b_4:lg p-y_3 lh_1 b_0 r_0 l_0">
				<span class="title font_display block m-b_2 font_4:md m-b_3:md">sint explicabo sequi</span> Earum nihil omnis.
			</div>
		</div>
	</div>
	<!-- Controls -->
	<a
		class="left carousel-control-prev"
		href="#carouselExampleFade"
		role="button"
		data-slide="prev"
	>
		<i class="fas fa-chevron-left"></i>
		<span class="sr-only">Previous</span>
	</a>
	<a
		class="right carousel-control-next"
		href="#carouselExampleFade"
		role="button"
		data-slide="next"
	>
		<i class="fas fa-chevron-right"></i>
		<span class="sr-only">Next</span>
	</a>
</div>


Styleguide  Bootstrap.Carousel

*/
.carousel-alt {
  position: relative;
  max-width: 630px;
  margin: 0 auto 16px;
  margin: 0 auto 1rem;
  background: url("http://cdn.backgroundhost.com/backgrounds/subtlepatterns/subtle_surface.png");
  background-repeat: repeat;
}
.carousel-alt:before {
  display: block;
  width: 100%;
  padding-top: 66.6666666667%;
  content: "";
}
.carousel-alt > .carousel-inner {
  position: absolute;
  top: 0px;
  right: 0;
  bottom: 0;
  left: 0;
}
.carousel-alt .carousel-indicators {
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  margin: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.carousel-alt .carousel-indicators li {
  box-sizing: content-box;
  width: 12px;
  height: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
  overflow: hidden;
  border: none;
  border-radius: 12px;
  text-indent: -9999px;
}
.carousel-alt .carousel-indicators li.active {
  border-color: var(--accent);
  background-color: var(--accent);
}
.carousel-alt.chevron-on .carousel-indicators li.active:before {
  top: 4px;
  left: 4px;
  padding-top: 5px;
  content: "\f054";
  color: var(--accent);
  font-size: 1.6018066406em;
}
@media only screen and (width > 768px) {
  .carousel-alt.text-indicators {
    max-width: 900px;
  }
  .carousel-alt.text-indicators:before {
    padding-top: 46.6666666667%;
  }
  .carousel-alt.text-indicators .carousel-inner {
    width: 70%;
  }
  .carousel-alt.text-indicators .carousel-inner > .carousel-item {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .carousel-alt.text-indicators .carousel-inner > .carousel-item:before {
    display: inline-block;
    /* width: 100%; */
    width: 1px;
    margin-left: -1px;
    padding-top: 66.6666666667%;
    content: "";
  }
  .carousel-alt.text-indicators .carousel-inner > .carousel-item a {
    float: left;
  }
  .carousel-alt.text-indicators a[class^=carousel-control].right {
    right: 30%;
  }
  .carousel-alt.text-indicators .carousel-indicators {
    display: flex;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    flex-direction: column;
    width: 30%;
    max-width: 300px;
    height: 100%;
  }
  .carousel-alt.text-indicators .carousel-indicators li {
    -moz-transition: background-color 0.25s ease-out;
    -webkit-transition: background-color 0.25s ease-out;
    display: block;
    position: relative;
    flex: 1 1 20%;
    flex-direction: column;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0.5rem 1rem;
    border: 1px solid hsla(var(--shade-h), calc(var(--shade-s) - var(--shade-s) * 0.25), calc(var(--shade-l) + (100% - var(--shade-l)) * 0.5), 1);
    border-radius: 0;
    background-color: hsla(var(--shade-h), calc(var(--shade-s) - var(--shade-s) * 0.375), calc(var(--shade-l) + (100% - var(--shade-l)) * 0.75), 1);
    font-size: 1.125em;
    text-align: left;
    text-indent: 0;
    transition: background-color 0.25s ease-out;
  }
  .carousel-alt.text-indicators .carousel-indicators li:first-child {
    border-top: 0;
  }
  .carousel-alt.text-indicators .carousel-indicators li:last-child {
    border-bottom: 0;
  }
  .carousel-alt.text-indicators .carousel-indicators li.active {
    padding-right: 10px;
    border-right: var(--accent) 10px solid;
    background-color: hsla(var(--shade-h), calc(var(--shade-s) + (100% - var(--shade-s)) * 0.015), calc(var(--shade-l) - var(--shade-l) * 0.15), 1);
    color: white;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 20%;
  min-width: 48px;
  min-width: 3rem;
  background-color: rgba(0, 0, 0, 0);
  font-size: 1.125em;
  text-align: center;
}
@media only screen and (width > 768px) {
  .no-controls .carousel-control-prev,
  .no-controls .carousel-control-next {
    display: none;
  }
  .carousel-control-prev,
  .carousel-control-next {
    width: 10%;
  }
}
@media only screen and (width > 768px) {
}
@media only screen and (width > 1024px) {
  .carousel-control-prev,
  .carousel-control-next {
    width: 5%;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  outline: 0;
  color: var(--accent);
  text-decoration: none;
}
.carousel-control-prev .fa,
.carousel-control-next .fa {
  display: inline-block;
  z-index: 5;
  position: absolute;
  top: 50%;
  margin-top: -10px;
}

.carousel-control-prev .fa {
  left: 50%;
  margin-left: -10px;
}

.carousel-control-next {
  right: 0;
  left: auto;
}
.carousel-control-next .fa {
  right: 50%;
  margin-right: -10px;
}

@media only screen and (width > 768px) {
  .carousel-control-prev .fas,
  .carousel-control-next .fas {
    width: 1.6875em;
    height: 1.6875em;
    margin-top: -0.5625em;
    font-size: 1.6875em;
  }
  .carousel-control-prev .fa {
    margin-left: -0.5625em;
  }
  .carousel-control-next .fa {
    margin-right: -0.5625em;
  }
}
.navbar .icon-toggle_bars-times {
  --_fa-b: "";
  --_fa: "";
}

.navbar .icon-toggle_plus-minus {
  --_fa: "";
  --_fa-b: "";
}

.navbar .icon-toggle_plus-minus-sub {
  --_fa: "";
  --_fa-b: "";
}

.navbar {
  font-family: var(--font-family_accent);
}

.dropdown-menu {
  font-family: var(--font-family_ui);
}

.nav-link {
  padding-right: 4px;
  padding-right: 0.25rem;
  padding-left: 4px;
  padding-left: 0.25rem;
}

.navbar-dark .navbar-nav .nav-link {
  color: inherit;
}

.navbar-primary .dropdown-toggle:after {
  display: none;
}

.navbar-primary .nav-item .nav-link {
  color: inherit;
}

.navbar-primary .nav-item:hover, .navbar-primary .nav-item:focus-visible {
  border-top-color: var(--accent);
  border-bottom-color: #fff;
  background-color: #fff;
  color: var(--acc);
}
@media only screen and (width > 768px) {
  .navbar-primary .nav-item {
    border-top: 0.25rem var(--acc) solid;
    border-bottom: 0.25rem var(--acc) solid;
  }
  .navbar-primary .nav-item:hover, .navbar-primary .nav-item:focus-visible {
    border-top-color: var(--accent);
    border-bottom-color: #fff;
    background-color: #fff;
    color: var(--acc);
  }
}

@media only screen and (width > 1024px) {
  .navbar-primary .navbar-nav .nav-item {
    border-top: 0.25rem var(--acc) solid;
    border-bottom: 0.25rem var(--acc) solid;
  }
  .navbar-primary .navbar-nav .nav-item .nav-link, .navbar-primary .navbar-nav .nav-item .nav-link:hover, .navbar-primary .navbar-nav .nav-item .nav-link:focus-visible {
    color: inherit;
  }
  .navbar-primary .navbar-nav .nav-item:hover, .navbar-primary .navbar-nav .nav-item:focus-visible {
    border-top-color: var(--accent);
    border-bottom-color: #fff;
    background-color: #fff;
    color: var(--acc);
  }
  .navbar-primary .navbar-nav .nav-item:hover .nav-link, .navbar-primary .navbar-nav .nav-item:hover .nav-link:hover, .navbar-primary .navbar-nav .nav-item:hover .nav-link:focus-visible, .navbar-primary .navbar-nav .nav-item:focus-visible .nav-link, .navbar-primary .navbar-nav .nav-item:focus-visible .nav-link:hover, .navbar-primary .navbar-nav .nav-item:focus-visible .nav-link:focus-visible {
    color: inherit;
  }
}

@media only screen and (width > 1024px) {
  .collapse.block\:lg {
    display: block;
  }
}
.dropdown-item {
  color: hsla(var(--primary-h), calc(var(--primary-s) + (100% - var(--primary-s)) * 0.015), calc(var(--primary-l) - var(--primary-l) * 0.15), 1);
}
.dropdown-item:hover, .dropdown-item:focus-visible {
  background-color: var(--accent);
  color: white;
}

.dropdown_column {
  min-width: 70vw;
}

@media only screen and (width > 768px) {
  .dropdown_column {
    min-width: 20rem;
  }
}
.navbar-primary .navbar-nav .nav-item.active {
  border-top-color: hsla(var(--secondary-h), calc(var(--secondary-s) - var(--secondary-s) * 0.125), calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.25), 1);
  border-bottom-color: hsla(var(--secondary-h), calc(var(--secondary-s) - var(--secondary-s) * 0.125), calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.25), 1);
  background-color: hsla(var(--secondary-h), calc(var(--secondary-s) - var(--secondary-s) * 0.125), calc(var(--secondary-l) + (100% - var(--secondary-l)) * 0.25), 1);
  color: #fff;
}
.navbar-primary .navbar-nav .nav-item.active .nav-link.active {
  color: inherit;
}
.navbar-primary .navbar-nav .nav-item.active:hover {
  border-top-color: var(--accent);
  color: var(--acc);
}

.accordion .icon-toggle_plus-minus {
  --_fa: "";
  --_fa-b: "";
}

.categoryBanner, .track3_banner, .track2_banner, .track1_banner, .generic_banner {
  width: 100%;
  height: 100px;
}

@media only screen and (width > 768px) {
  .categoryBanner, .track3_banner, .track2_banner, .track1_banner, .generic_banner {
    height: 140px;
  }
}
@media only screen and (width > 1200px) {
  .categoryBanner, .track3_banner, .track2_banner, .track1_banner, .generic_banner {
    height: 160px;
  }
}
[class$=_video], [class$=_video-nolabel] {
  background-size: cover;
  background-repeat: no-repeat;
}

.generic_video {
  background-image: url("../img/virtual/channels/generic/videoThumbnail.png");
}

.generic_video-nolabel {
  background-image: url("../img/virtual/channels/generic/videoThumbnailNoLabel.png");
}

.generic_banner {
  background-image: url("../img/virtual/channels/generic/categoryLabel.png"), url("../img/virtual/channels/generic/categoryBanner.png");
  background-position: right center, left top;
  background-size: contain, cover;
  background-repeat: no-repeat;
}

.track1_video {
  background-image: url("../img/virtual/channels/track1/videoThumbnail.png");
}

.track1_video-nolabel {
  background-image: url("../img/virtual/channels/track1/videoThumbnailNoLabel.png");
}

.track1_banner {
  background-image: url("../img/virtual/channels/track1/categoryLabel.png"), url("../img/virtual/channels/track1/categoryBanner.png");
  background-position: right center, left top;
  background-size: contain, cover;
  background-repeat: no-repeat;
}

.track2_video {
  background-image: url("../img/virtual/channels/track2/videoThumbnail.png");
}

.track2_video-nolabel {
  background-image: url("../img/virtual/channels/track2/videoThumbnailNoLabel.png");
}

.track2_banner {
  background-image: url("../img/virtual/channels/track2/categoryLabel.png"), url("../img/virtual/channels/track2/categoryBanner.png");
  background-position: right center, left top;
  background-size: contain, cover;
  background-repeat: no-repeat;
}

.track3_video {
  background-image: url("../img/virtual/channels/track3/videoThumbnail.png");
}

.track3_video-nolabel {
  background-image: url("../img/virtual/channels/track3/videoThumbnailNoLabel.png");
}

.track3_banner {
  background-image: url("../img/virtual/channels/track3/categoryLabel.png"), url("../img/virtual/channels/track3/categoryBanner.png");
  background-position: right center, left top;
  background-size: contain, cover;
  background-repeat: no-repeat;
}

.locked_graphic {
  filter: grayscale(1) contrast(0.5) brightness(1.1) opacity(0.7);
}

.locked_graphic,
.locked_graphic *,
.locked_graphic *:hover {
  cursor: not-allowed;
}

.locked_graphic *[class*=" h:"],
.locked_graphic *[class*=" h:"]:hover {
  text-decoration: none !important;
  opacity: 1 !important;
}

.locked_graphic:hover i:before, .locked_graphic:hover em:before {
  content: "\f30d" !important;
}

@media (hover: none) {
  .locked_graphic i:before, .locked_graphic em:before {
    content: "\f30d" !important;
  }
}
.texture_ondemand {
  background-image: url("../img/virtual/valve_texture.jpg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
}

#day,
.day_grid {
  --hour-start-military: var(--hour-start-military,9);
  --hour-end-military: var(--hour-end-military,18);
  --channels-per-day: var(--channels-per-day,4);
  --hour-length: calc( var(--hour-end-military) - var(--hour-start-military) );
  grid-template-rows: [channelName] 2rem repeat(calc(var(--hour-length) * 12), minmax(auto, 1fr));
  grid-template-columns: [timeSlot] 6em repeat(var(--channels-per-day), auto);
}

.grid.agenda_item {
  grid-template-rows: repeat(auto-fill, auto);
  grid-template-columns: 1fr;
}

.channel {
  grid-row: 2/-1;
}

.hour {
  --hour: 0;
  display: grid;
  grid-template-columns: [timeSlot] 6em repeat(var(--channels-per-day), 1fr);
  grid-column: 1/-1;
}

.hour_label {
  grid-row: 1;
  grid-column: timeSlot;
}

.minutes {
  grid-row: 1;
  grid-column: 2/calc(2 + var(--channels-per-day));
}

.hour_1 {
  --hour: calc( 1 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--hour)) + 2);
  grid-row-end: calc(12 * (var(--hour) + 1) + 2);
}

.time-start_1-00 {
  --start-hour: calc( 1 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 0 + 2);
}

.time-end_1-00 {
  --end-hour: calc( 1 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 0 + 2);
}

.time-start_1-05 {
  --start-hour: calc( 1 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 1 + 2);
}

.time-end_1-05 {
  --end-hour: calc( 1 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 1 + 2);
}

.time-start_1-10 {
  --start-hour: calc( 1 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 2 + 2);
}

.time-end_1-10 {
  --end-hour: calc( 1 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 2 + 2);
}

.time-start_1-15 {
  --start-hour: calc( 1 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 3 + 2);
}

.time-end_1-15 {
  --end-hour: calc( 1 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 3 + 2);
}

.time-start_1-20 {
  --start-hour: calc( 1 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 4 + 2);
}

.time-end_1-20 {
  --end-hour: calc( 1 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 4 + 2);
}

.time-start_1-25 {
  --start-hour: calc( 1 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 5 + 2);
}

.time-end_1-25 {
  --end-hour: calc( 1 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 5 + 2);
}

.time-start_1-30 {
  --start-hour: calc( 1 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 6 + 2);
}

.time-end_1-30 {
  --end-hour: calc( 1 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 6 + 2);
}

.time-start_1-35 {
  --start-hour: calc( 1 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 7 + 2);
}

.time-end_1-35 {
  --end-hour: calc( 1 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 7 + 2);
}

.time-start_1-40 {
  --start-hour: calc( 1 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 8 + 2);
}

.time-end_1-40 {
  --end-hour: calc( 1 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 8 + 2);
}

.time-start_1-45 {
  --start-hour: calc( 1 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 9 + 2);
}

.time-end_1-45 {
  --end-hour: calc( 1 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 9 + 2);
}

.time-start_1-50 {
  --start-hour: calc( 1 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 10 + 2);
}

.time-end_1-50 {
  --end-hour: calc( 1 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 10 + 2);
}

.time-start_1-55 {
  --start-hour: calc( 1 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 11 + 2);
}

.time-end_1-55 {
  --end-hour: calc( 1 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 11 + 2);
}

.hour_2 {
  --hour: calc( 2 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--hour)) + 2);
  grid-row-end: calc(12 * (var(--hour) + 1) + 2);
}

.time-start_2-00 {
  --start-hour: calc( 2 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 0 + 2);
}

.time-end_2-00 {
  --end-hour: calc( 2 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 0 + 2);
}

.time-start_2-05 {
  --start-hour: calc( 2 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 1 + 2);
}

.time-end_2-05 {
  --end-hour: calc( 2 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 1 + 2);
}

.time-start_2-10 {
  --start-hour: calc( 2 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 2 + 2);
}

.time-end_2-10 {
  --end-hour: calc( 2 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 2 + 2);
}

.time-start_2-15 {
  --start-hour: calc( 2 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 3 + 2);
}

.time-end_2-15 {
  --end-hour: calc( 2 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 3 + 2);
}

.time-start_2-20 {
  --start-hour: calc( 2 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 4 + 2);
}

.time-end_2-20 {
  --end-hour: calc( 2 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 4 + 2);
}

.time-start_2-25 {
  --start-hour: calc( 2 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 5 + 2);
}

.time-end_2-25 {
  --end-hour: calc( 2 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 5 + 2);
}

.time-start_2-30 {
  --start-hour: calc( 2 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 6 + 2);
}

.time-end_2-30 {
  --end-hour: calc( 2 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 6 + 2);
}

.time-start_2-35 {
  --start-hour: calc( 2 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 7 + 2);
}

.time-end_2-35 {
  --end-hour: calc( 2 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 7 + 2);
}

.time-start_2-40 {
  --start-hour: calc( 2 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 8 + 2);
}

.time-end_2-40 {
  --end-hour: calc( 2 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 8 + 2);
}

.time-start_2-45 {
  --start-hour: calc( 2 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 9 + 2);
}

.time-end_2-45 {
  --end-hour: calc( 2 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 9 + 2);
}

.time-start_2-50 {
  --start-hour: calc( 2 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 10 + 2);
}

.time-end_2-50 {
  --end-hour: calc( 2 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 10 + 2);
}

.time-start_2-55 {
  --start-hour: calc( 2 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 11 + 2);
}

.time-end_2-55 {
  --end-hour: calc( 2 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 11 + 2);
}

.hour_3 {
  --hour: calc( 3 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--hour)) + 2);
  grid-row-end: calc(12 * (var(--hour) + 1) + 2);
}

.time-start_3-00 {
  --start-hour: calc( 3 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 0 + 2);
}

.time-end_3-00 {
  --end-hour: calc( 3 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 0 + 2);
}

.time-start_3-05 {
  --start-hour: calc( 3 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 1 + 2);
}

.time-end_3-05 {
  --end-hour: calc( 3 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 1 + 2);
}

.time-start_3-10 {
  --start-hour: calc( 3 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 2 + 2);
}

.time-end_3-10 {
  --end-hour: calc( 3 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 2 + 2);
}

.time-start_3-15 {
  --start-hour: calc( 3 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 3 + 2);
}

.time-end_3-15 {
  --end-hour: calc( 3 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 3 + 2);
}

.time-start_3-20 {
  --start-hour: calc( 3 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 4 + 2);
}

.time-end_3-20 {
  --end-hour: calc( 3 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 4 + 2);
}

.time-start_3-25 {
  --start-hour: calc( 3 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 5 + 2);
}

.time-end_3-25 {
  --end-hour: calc( 3 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 5 + 2);
}

.time-start_3-30 {
  --start-hour: calc( 3 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 6 + 2);
}

.time-end_3-30 {
  --end-hour: calc( 3 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 6 + 2);
}

.time-start_3-35 {
  --start-hour: calc( 3 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 7 + 2);
}

.time-end_3-35 {
  --end-hour: calc( 3 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 7 + 2);
}

.time-start_3-40 {
  --start-hour: calc( 3 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 8 + 2);
}

.time-end_3-40 {
  --end-hour: calc( 3 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 8 + 2);
}

.time-start_3-45 {
  --start-hour: calc( 3 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 9 + 2);
}

.time-end_3-45 {
  --end-hour: calc( 3 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 9 + 2);
}

.time-start_3-50 {
  --start-hour: calc( 3 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 10 + 2);
}

.time-end_3-50 {
  --end-hour: calc( 3 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 10 + 2);
}

.time-start_3-55 {
  --start-hour: calc( 3 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 11 + 2);
}

.time-end_3-55 {
  --end-hour: calc( 3 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 11 + 2);
}

.hour_4 {
  --hour: calc( 4 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--hour)) + 2);
  grid-row-end: calc(12 * (var(--hour) + 1) + 2);
}

.time-start_4-00 {
  --start-hour: calc( 4 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 0 + 2);
}

.time-end_4-00 {
  --end-hour: calc( 4 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 0 + 2);
}

.time-start_4-05 {
  --start-hour: calc( 4 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 1 + 2);
}

.time-end_4-05 {
  --end-hour: calc( 4 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 1 + 2);
}

.time-start_4-10 {
  --start-hour: calc( 4 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 2 + 2);
}

.time-end_4-10 {
  --end-hour: calc( 4 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 2 + 2);
}

.time-start_4-15 {
  --start-hour: calc( 4 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 3 + 2);
}

.time-end_4-15 {
  --end-hour: calc( 4 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 3 + 2);
}

.time-start_4-20 {
  --start-hour: calc( 4 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 4 + 2);
}

.time-end_4-20 {
  --end-hour: calc( 4 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 4 + 2);
}

.time-start_4-25 {
  --start-hour: calc( 4 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 5 + 2);
}

.time-end_4-25 {
  --end-hour: calc( 4 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 5 + 2);
}

.time-start_4-30 {
  --start-hour: calc( 4 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 6 + 2);
}

.time-end_4-30 {
  --end-hour: calc( 4 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 6 + 2);
}

.time-start_4-35 {
  --start-hour: calc( 4 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 7 + 2);
}

.time-end_4-35 {
  --end-hour: calc( 4 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 7 + 2);
}

.time-start_4-40 {
  --start-hour: calc( 4 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 8 + 2);
}

.time-end_4-40 {
  --end-hour: calc( 4 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 8 + 2);
}

.time-start_4-45 {
  --start-hour: calc( 4 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 9 + 2);
}

.time-end_4-45 {
  --end-hour: calc( 4 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 9 + 2);
}

.time-start_4-50 {
  --start-hour: calc( 4 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 10 + 2);
}

.time-end_4-50 {
  --end-hour: calc( 4 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 10 + 2);
}

.time-start_4-55 {
  --start-hour: calc( 4 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 11 + 2);
}

.time-end_4-55 {
  --end-hour: calc( 4 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 11 + 2);
}

.hour_5 {
  --hour: calc( 5 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--hour)) + 2);
  grid-row-end: calc(12 * (var(--hour) + 1) + 2);
}

.time-start_5-00 {
  --start-hour: calc( 5 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 0 + 2);
}

.time-end_5-00 {
  --end-hour: calc( 5 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 0 + 2);
}

.time-start_5-05 {
  --start-hour: calc( 5 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 1 + 2);
}

.time-end_5-05 {
  --end-hour: calc( 5 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 1 + 2);
}

.time-start_5-10 {
  --start-hour: calc( 5 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 2 + 2);
}

.time-end_5-10 {
  --end-hour: calc( 5 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 2 + 2);
}

.time-start_5-15 {
  --start-hour: calc( 5 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 3 + 2);
}

.time-end_5-15 {
  --end-hour: calc( 5 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 3 + 2);
}

.time-start_5-20 {
  --start-hour: calc( 5 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 4 + 2);
}

.time-end_5-20 {
  --end-hour: calc( 5 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 4 + 2);
}

.time-start_5-25 {
  --start-hour: calc( 5 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 5 + 2);
}

.time-end_5-25 {
  --end-hour: calc( 5 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 5 + 2);
}

.time-start_5-30 {
  --start-hour: calc( 5 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 6 + 2);
}

.time-end_5-30 {
  --end-hour: calc( 5 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 6 + 2);
}

.time-start_5-35 {
  --start-hour: calc( 5 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 7 + 2);
}

.time-end_5-35 {
  --end-hour: calc( 5 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 7 + 2);
}

.time-start_5-40 {
  --start-hour: calc( 5 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 8 + 2);
}

.time-end_5-40 {
  --end-hour: calc( 5 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 8 + 2);
}

.time-start_5-45 {
  --start-hour: calc( 5 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 9 + 2);
}

.time-end_5-45 {
  --end-hour: calc( 5 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 9 + 2);
}

.time-start_5-50 {
  --start-hour: calc( 5 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 10 + 2);
}

.time-end_5-50 {
  --end-hour: calc( 5 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 10 + 2);
}

.time-start_5-55 {
  --start-hour: calc( 5 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 11 + 2);
}

.time-end_5-55 {
  --end-hour: calc( 5 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 11 + 2);
}

.hour_6 {
  --hour: calc( 6 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--hour)) + 2);
  grid-row-end: calc(12 * (var(--hour) + 1) + 2);
}

.time-start_6-00 {
  --start-hour: calc( 6 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 0 + 2);
}

.time-end_6-00 {
  --end-hour: calc( 6 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 0 + 2);
}

.time-start_6-05 {
  --start-hour: calc( 6 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 1 + 2);
}

.time-end_6-05 {
  --end-hour: calc( 6 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 1 + 2);
}

.time-start_6-10 {
  --start-hour: calc( 6 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 2 + 2);
}

.time-end_6-10 {
  --end-hour: calc( 6 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 2 + 2);
}

.time-start_6-15 {
  --start-hour: calc( 6 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 3 + 2);
}

.time-end_6-15 {
  --end-hour: calc( 6 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 3 + 2);
}

.time-start_6-20 {
  --start-hour: calc( 6 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 4 + 2);
}

.time-end_6-20 {
  --end-hour: calc( 6 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 4 + 2);
}

.time-start_6-25 {
  --start-hour: calc( 6 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 5 + 2);
}

.time-end_6-25 {
  --end-hour: calc( 6 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 5 + 2);
}

.time-start_6-30 {
  --start-hour: calc( 6 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 6 + 2);
}

.time-end_6-30 {
  --end-hour: calc( 6 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 6 + 2);
}

.time-start_6-35 {
  --start-hour: calc( 6 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 7 + 2);
}

.time-end_6-35 {
  --end-hour: calc( 6 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 7 + 2);
}

.time-start_6-40 {
  --start-hour: calc( 6 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 8 + 2);
}

.time-end_6-40 {
  --end-hour: calc( 6 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 8 + 2);
}

.time-start_6-45 {
  --start-hour: calc( 6 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 9 + 2);
}

.time-end_6-45 {
  --end-hour: calc( 6 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 9 + 2);
}

.time-start_6-50 {
  --start-hour: calc( 6 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 10 + 2);
}

.time-end_6-50 {
  --end-hour: calc( 6 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 10 + 2);
}

.time-start_6-55 {
  --start-hour: calc( 6 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 11 + 2);
}

.time-end_6-55 {
  --end-hour: calc( 6 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 11 + 2);
}

.hour_7 {
  --hour: calc( 7 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--hour)) + 2);
  grid-row-end: calc(12 * (var(--hour) + 1) + 2);
}

.time-start_7-00 {
  --start-hour: calc( 7 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 0 + 2);
}

.time-end_7-00 {
  --end-hour: calc( 7 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 0 + 2);
}

.time-start_7-05 {
  --start-hour: calc( 7 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 1 + 2);
}

.time-end_7-05 {
  --end-hour: calc( 7 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 1 + 2);
}

.time-start_7-10 {
  --start-hour: calc( 7 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 2 + 2);
}

.time-end_7-10 {
  --end-hour: calc( 7 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 2 + 2);
}

.time-start_7-15 {
  --start-hour: calc( 7 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 3 + 2);
}

.time-end_7-15 {
  --end-hour: calc( 7 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 3 + 2);
}

.time-start_7-20 {
  --start-hour: calc( 7 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 4 + 2);
}

.time-end_7-20 {
  --end-hour: calc( 7 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 4 + 2);
}

.time-start_7-25 {
  --start-hour: calc( 7 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 5 + 2);
}

.time-end_7-25 {
  --end-hour: calc( 7 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 5 + 2);
}

.time-start_7-30 {
  --start-hour: calc( 7 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 6 + 2);
}

.time-end_7-30 {
  --end-hour: calc( 7 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 6 + 2);
}

.time-start_7-35 {
  --start-hour: calc( 7 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 7 + 2);
}

.time-end_7-35 {
  --end-hour: calc( 7 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 7 + 2);
}

.time-start_7-40 {
  --start-hour: calc( 7 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 8 + 2);
}

.time-end_7-40 {
  --end-hour: calc( 7 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 8 + 2);
}

.time-start_7-45 {
  --start-hour: calc( 7 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 9 + 2);
}

.time-end_7-45 {
  --end-hour: calc( 7 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 9 + 2);
}

.time-start_7-50 {
  --start-hour: calc( 7 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 10 + 2);
}

.time-end_7-50 {
  --end-hour: calc( 7 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 10 + 2);
}

.time-start_7-55 {
  --start-hour: calc( 7 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 11 + 2);
}

.time-end_7-55 {
  --end-hour: calc( 7 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 11 + 2);
}

.hour_8 {
  --hour: calc( 8 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--hour)) + 2);
  grid-row-end: calc(12 * (var(--hour) + 1) + 2);
}

.time-start_8-00 {
  --start-hour: calc( 8 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 0 + 2);
}

.time-end_8-00 {
  --end-hour: calc( 8 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 0 + 2);
}

.time-start_8-05 {
  --start-hour: calc( 8 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 1 + 2);
}

.time-end_8-05 {
  --end-hour: calc( 8 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 1 + 2);
}

.time-start_8-10 {
  --start-hour: calc( 8 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 2 + 2);
}

.time-end_8-10 {
  --end-hour: calc( 8 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 2 + 2);
}

.time-start_8-15 {
  --start-hour: calc( 8 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 3 + 2);
}

.time-end_8-15 {
  --end-hour: calc( 8 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 3 + 2);
}

.time-start_8-20 {
  --start-hour: calc( 8 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 4 + 2);
}

.time-end_8-20 {
  --end-hour: calc( 8 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 4 + 2);
}

.time-start_8-25 {
  --start-hour: calc( 8 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 5 + 2);
}

.time-end_8-25 {
  --end-hour: calc( 8 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 5 + 2);
}

.time-start_8-30 {
  --start-hour: calc( 8 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 6 + 2);
}

.time-end_8-30 {
  --end-hour: calc( 8 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 6 + 2);
}

.time-start_8-35 {
  --start-hour: calc( 8 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 7 + 2);
}

.time-end_8-35 {
  --end-hour: calc( 8 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 7 + 2);
}

.time-start_8-40 {
  --start-hour: calc( 8 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 8 + 2);
}

.time-end_8-40 {
  --end-hour: calc( 8 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 8 + 2);
}

.time-start_8-45 {
  --start-hour: calc( 8 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 9 + 2);
}

.time-end_8-45 {
  --end-hour: calc( 8 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 9 + 2);
}

.time-start_8-50 {
  --start-hour: calc( 8 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 10 + 2);
}

.time-end_8-50 {
  --end-hour: calc( 8 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 10 + 2);
}

.time-start_8-55 {
  --start-hour: calc( 8 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 11 + 2);
}

.time-end_8-55 {
  --end-hour: calc( 8 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 11 + 2);
}

.hour_9 {
  --hour: calc( 9 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--hour)) + 2);
  grid-row-end: calc(12 * (var(--hour) + 1) + 2);
}

.time-start_9-00 {
  --start-hour: calc( 9 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 0 + 2);
}

.time-end_9-00 {
  --end-hour: calc( 9 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 0 + 2);
}

.time-start_9-05 {
  --start-hour: calc( 9 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 1 + 2);
}

.time-end_9-05 {
  --end-hour: calc( 9 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 1 + 2);
}

.time-start_9-10 {
  --start-hour: calc( 9 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 2 + 2);
}

.time-end_9-10 {
  --end-hour: calc( 9 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 2 + 2);
}

.time-start_9-15 {
  --start-hour: calc( 9 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 3 + 2);
}

.time-end_9-15 {
  --end-hour: calc( 9 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 3 + 2);
}

.time-start_9-20 {
  --start-hour: calc( 9 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 4 + 2);
}

.time-end_9-20 {
  --end-hour: calc( 9 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 4 + 2);
}

.time-start_9-25 {
  --start-hour: calc( 9 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 5 + 2);
}

.time-end_9-25 {
  --end-hour: calc( 9 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 5 + 2);
}

.time-start_9-30 {
  --start-hour: calc( 9 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 6 + 2);
}

.time-end_9-30 {
  --end-hour: calc( 9 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 6 + 2);
}

.time-start_9-35 {
  --start-hour: calc( 9 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 7 + 2);
}

.time-end_9-35 {
  --end-hour: calc( 9 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 7 + 2);
}

.time-start_9-40 {
  --start-hour: calc( 9 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 8 + 2);
}

.time-end_9-40 {
  --end-hour: calc( 9 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 8 + 2);
}

.time-start_9-45 {
  --start-hour: calc( 9 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 9 + 2);
}

.time-end_9-45 {
  --end-hour: calc( 9 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 9 + 2);
}

.time-start_9-50 {
  --start-hour: calc( 9 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 10 + 2);
}

.time-end_9-50 {
  --end-hour: calc( 9 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 10 + 2);
}

.time-start_9-55 {
  --start-hour: calc( 9 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 11 + 2);
}

.time-end_9-55 {
  --end-hour: calc( 9 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 11 + 2);
}

.hour_10 {
  --hour: calc( 10 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--hour)) + 2);
  grid-row-end: calc(12 * (var(--hour) + 1) + 2);
}

.time-start_10-00 {
  --start-hour: calc( 10 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 0 + 2);
}

.time-end_10-00 {
  --end-hour: calc( 10 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 0 + 2);
}

.time-start_10-05 {
  --start-hour: calc( 10 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 1 + 2);
}

.time-end_10-05 {
  --end-hour: calc( 10 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 1 + 2);
}

.time-start_10-10 {
  --start-hour: calc( 10 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 2 + 2);
}

.time-end_10-10 {
  --end-hour: calc( 10 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 2 + 2);
}

.time-start_10-15 {
  --start-hour: calc( 10 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 3 + 2);
}

.time-end_10-15 {
  --end-hour: calc( 10 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 3 + 2);
}

.time-start_10-20 {
  --start-hour: calc( 10 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 4 + 2);
}

.time-end_10-20 {
  --end-hour: calc( 10 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 4 + 2);
}

.time-start_10-25 {
  --start-hour: calc( 10 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 5 + 2);
}

.time-end_10-25 {
  --end-hour: calc( 10 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 5 + 2);
}

.time-start_10-30 {
  --start-hour: calc( 10 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 6 + 2);
}

.time-end_10-30 {
  --end-hour: calc( 10 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 6 + 2);
}

.time-start_10-35 {
  --start-hour: calc( 10 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 7 + 2);
}

.time-end_10-35 {
  --end-hour: calc( 10 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 7 + 2);
}

.time-start_10-40 {
  --start-hour: calc( 10 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 8 + 2);
}

.time-end_10-40 {
  --end-hour: calc( 10 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 8 + 2);
}

.time-start_10-45 {
  --start-hour: calc( 10 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 9 + 2);
}

.time-end_10-45 {
  --end-hour: calc( 10 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 9 + 2);
}

.time-start_10-50 {
  --start-hour: calc( 10 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 10 + 2);
}

.time-end_10-50 {
  --end-hour: calc( 10 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 10 + 2);
}

.time-start_10-55 {
  --start-hour: calc( 10 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 11 + 2);
}

.time-end_10-55 {
  --end-hour: calc( 10 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 11 + 2);
}

.hour_11 {
  --hour: calc( 11 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--hour)) + 2);
  grid-row-end: calc(12 * (var(--hour) + 1) + 2);
}

.time-start_11-00 {
  --start-hour: calc( 11 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 0 + 2);
}

.time-end_11-00 {
  --end-hour: calc( 11 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 0 + 2);
}

.time-start_11-05 {
  --start-hour: calc( 11 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 1 + 2);
}

.time-end_11-05 {
  --end-hour: calc( 11 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 1 + 2);
}

.time-start_11-10 {
  --start-hour: calc( 11 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 2 + 2);
}

.time-end_11-10 {
  --end-hour: calc( 11 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 2 + 2);
}

.time-start_11-15 {
  --start-hour: calc( 11 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 3 + 2);
}

.time-end_11-15 {
  --end-hour: calc( 11 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 3 + 2);
}

.time-start_11-20 {
  --start-hour: calc( 11 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 4 + 2);
}

.time-end_11-20 {
  --end-hour: calc( 11 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 4 + 2);
}

.time-start_11-25 {
  --start-hour: calc( 11 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 5 + 2);
}

.time-end_11-25 {
  --end-hour: calc( 11 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 5 + 2);
}

.time-start_11-30 {
  --start-hour: calc( 11 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 6 + 2);
}

.time-end_11-30 {
  --end-hour: calc( 11 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 6 + 2);
}

.time-start_11-35 {
  --start-hour: calc( 11 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 7 + 2);
}

.time-end_11-35 {
  --end-hour: calc( 11 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 7 + 2);
}

.time-start_11-40 {
  --start-hour: calc( 11 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 8 + 2);
}

.time-end_11-40 {
  --end-hour: calc( 11 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 8 + 2);
}

.time-start_11-45 {
  --start-hour: calc( 11 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 9 + 2);
}

.time-end_11-45 {
  --end-hour: calc( 11 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 9 + 2);
}

.time-start_11-50 {
  --start-hour: calc( 11 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 10 + 2);
}

.time-end_11-50 {
  --end-hour: calc( 11 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 10 + 2);
}

.time-start_11-55 {
  --start-hour: calc( 11 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 11 + 2);
}

.time-end_11-55 {
  --end-hour: calc( 11 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 11 + 2);
}

.hour_12 {
  --hour: calc( 12 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--hour)) + 2);
  grid-row-end: calc(12 * (var(--hour) + 1) + 2);
}

.time-start_12-00 {
  --start-hour: calc( 12 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 0 + 2);
}

.time-end_12-00 {
  --end-hour: calc( 12 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 0 + 2);
}

.time-start_12-05 {
  --start-hour: calc( 12 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 1 + 2);
}

.time-end_12-05 {
  --end-hour: calc( 12 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 1 + 2);
}

.time-start_12-10 {
  --start-hour: calc( 12 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 2 + 2);
}

.time-end_12-10 {
  --end-hour: calc( 12 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 2 + 2);
}

.time-start_12-15 {
  --start-hour: calc( 12 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 3 + 2);
}

.time-end_12-15 {
  --end-hour: calc( 12 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 3 + 2);
}

.time-start_12-20 {
  --start-hour: calc( 12 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 4 + 2);
}

.time-end_12-20 {
  --end-hour: calc( 12 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 4 + 2);
}

.time-start_12-25 {
  --start-hour: calc( 12 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 5 + 2);
}

.time-end_12-25 {
  --end-hour: calc( 12 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 5 + 2);
}

.time-start_12-30 {
  --start-hour: calc( 12 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 6 + 2);
}

.time-end_12-30 {
  --end-hour: calc( 12 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 6 + 2);
}

.time-start_12-35 {
  --start-hour: calc( 12 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 7 + 2);
}

.time-end_12-35 {
  --end-hour: calc( 12 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 7 + 2);
}

.time-start_12-40 {
  --start-hour: calc( 12 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 8 + 2);
}

.time-end_12-40 {
  --end-hour: calc( 12 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 8 + 2);
}

.time-start_12-45 {
  --start-hour: calc( 12 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 9 + 2);
}

.time-end_12-45 {
  --end-hour: calc( 12 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 9 + 2);
}

.time-start_12-50 {
  --start-hour: calc( 12 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 10 + 2);
}

.time-end_12-50 {
  --end-hour: calc( 12 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 10 + 2);
}

.time-start_12-55 {
  --start-hour: calc( 12 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 11 + 2);
}

.time-end_12-55 {
  --end-hour: calc( 12 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 11 + 2);
}

.hour_13 {
  --hour: calc( 13 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--hour)) + 2);
  grid-row-end: calc(12 * (var(--hour) + 1) + 2);
}

.time-start_13-00 {
  --start-hour: calc( 13 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 0 + 2);
}

.time-end_13-00 {
  --end-hour: calc( 13 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 0 + 2);
}

.time-start_13-05 {
  --start-hour: calc( 13 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 1 + 2);
}

.time-end_13-05 {
  --end-hour: calc( 13 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 1 + 2);
}

.time-start_13-10 {
  --start-hour: calc( 13 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 2 + 2);
}

.time-end_13-10 {
  --end-hour: calc( 13 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 2 + 2);
}

.time-start_13-15 {
  --start-hour: calc( 13 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 3 + 2);
}

.time-end_13-15 {
  --end-hour: calc( 13 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 3 + 2);
}

.time-start_13-20 {
  --start-hour: calc( 13 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 4 + 2);
}

.time-end_13-20 {
  --end-hour: calc( 13 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 4 + 2);
}

.time-start_13-25 {
  --start-hour: calc( 13 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 5 + 2);
}

.time-end_13-25 {
  --end-hour: calc( 13 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 5 + 2);
}

.time-start_13-30 {
  --start-hour: calc( 13 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 6 + 2);
}

.time-end_13-30 {
  --end-hour: calc( 13 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 6 + 2);
}

.time-start_13-35 {
  --start-hour: calc( 13 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 7 + 2);
}

.time-end_13-35 {
  --end-hour: calc( 13 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 7 + 2);
}

.time-start_13-40 {
  --start-hour: calc( 13 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 8 + 2);
}

.time-end_13-40 {
  --end-hour: calc( 13 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 8 + 2);
}

.time-start_13-45 {
  --start-hour: calc( 13 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 9 + 2);
}

.time-end_13-45 {
  --end-hour: calc( 13 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 9 + 2);
}

.time-start_13-50 {
  --start-hour: calc( 13 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 10 + 2);
}

.time-end_13-50 {
  --end-hour: calc( 13 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 10 + 2);
}

.time-start_13-55 {
  --start-hour: calc( 13 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 11 + 2);
}

.time-end_13-55 {
  --end-hour: calc( 13 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 11 + 2);
}

.hour_14 {
  --hour: calc( 14 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--hour)) + 2);
  grid-row-end: calc(12 * (var(--hour) + 1) + 2);
}

.time-start_14-00 {
  --start-hour: calc( 14 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 0 + 2);
}

.time-end_14-00 {
  --end-hour: calc( 14 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 0 + 2);
}

.time-start_14-05 {
  --start-hour: calc( 14 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 1 + 2);
}

.time-end_14-05 {
  --end-hour: calc( 14 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 1 + 2);
}

.time-start_14-10 {
  --start-hour: calc( 14 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 2 + 2);
}

.time-end_14-10 {
  --end-hour: calc( 14 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 2 + 2);
}

.time-start_14-15 {
  --start-hour: calc( 14 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 3 + 2);
}

.time-end_14-15 {
  --end-hour: calc( 14 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 3 + 2);
}

.time-start_14-20 {
  --start-hour: calc( 14 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 4 + 2);
}

.time-end_14-20 {
  --end-hour: calc( 14 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 4 + 2);
}

.time-start_14-25 {
  --start-hour: calc( 14 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 5 + 2);
}

.time-end_14-25 {
  --end-hour: calc( 14 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 5 + 2);
}

.time-start_14-30 {
  --start-hour: calc( 14 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 6 + 2);
}

.time-end_14-30 {
  --end-hour: calc( 14 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 6 + 2);
}

.time-start_14-35 {
  --start-hour: calc( 14 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 7 + 2);
}

.time-end_14-35 {
  --end-hour: calc( 14 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 7 + 2);
}

.time-start_14-40 {
  --start-hour: calc( 14 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 8 + 2);
}

.time-end_14-40 {
  --end-hour: calc( 14 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 8 + 2);
}

.time-start_14-45 {
  --start-hour: calc( 14 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 9 + 2);
}

.time-end_14-45 {
  --end-hour: calc( 14 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 9 + 2);
}

.time-start_14-50 {
  --start-hour: calc( 14 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 10 + 2);
}

.time-end_14-50 {
  --end-hour: calc( 14 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 10 + 2);
}

.time-start_14-55 {
  --start-hour: calc( 14 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 11 + 2);
}

.time-end_14-55 {
  --end-hour: calc( 14 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 11 + 2);
}

.hour_15 {
  --hour: calc( 15 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--hour)) + 2);
  grid-row-end: calc(12 * (var(--hour) + 1) + 2);
}

.time-start_15-00 {
  --start-hour: calc( 15 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 0 + 2);
}

.time-end_15-00 {
  --end-hour: calc( 15 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 0 + 2);
}

.time-start_15-05 {
  --start-hour: calc( 15 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 1 + 2);
}

.time-end_15-05 {
  --end-hour: calc( 15 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 1 + 2);
}

.time-start_15-10 {
  --start-hour: calc( 15 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 2 + 2);
}

.time-end_15-10 {
  --end-hour: calc( 15 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 2 + 2);
}

.time-start_15-15 {
  --start-hour: calc( 15 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 3 + 2);
}

.time-end_15-15 {
  --end-hour: calc( 15 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 3 + 2);
}

.time-start_15-20 {
  --start-hour: calc( 15 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 4 + 2);
}

.time-end_15-20 {
  --end-hour: calc( 15 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 4 + 2);
}

.time-start_15-25 {
  --start-hour: calc( 15 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 5 + 2);
}

.time-end_15-25 {
  --end-hour: calc( 15 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 5 + 2);
}

.time-start_15-30 {
  --start-hour: calc( 15 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 6 + 2);
}

.time-end_15-30 {
  --end-hour: calc( 15 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 6 + 2);
}

.time-start_15-35 {
  --start-hour: calc( 15 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 7 + 2);
}

.time-end_15-35 {
  --end-hour: calc( 15 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 7 + 2);
}

.time-start_15-40 {
  --start-hour: calc( 15 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 8 + 2);
}

.time-end_15-40 {
  --end-hour: calc( 15 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 8 + 2);
}

.time-start_15-45 {
  --start-hour: calc( 15 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 9 + 2);
}

.time-end_15-45 {
  --end-hour: calc( 15 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 9 + 2);
}

.time-start_15-50 {
  --start-hour: calc( 15 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 10 + 2);
}

.time-end_15-50 {
  --end-hour: calc( 15 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 10 + 2);
}

.time-start_15-55 {
  --start-hour: calc( 15 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 11 + 2);
}

.time-end_15-55 {
  --end-hour: calc( 15 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 11 + 2);
}

.hour_16 {
  --hour: calc( 16 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--hour)) + 2);
  grid-row-end: calc(12 * (var(--hour) + 1) + 2);
}

.time-start_16-00 {
  --start-hour: calc( 16 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 0 + 2);
}

.time-end_16-00 {
  --end-hour: calc( 16 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 0 + 2);
}

.time-start_16-05 {
  --start-hour: calc( 16 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 1 + 2);
}

.time-end_16-05 {
  --end-hour: calc( 16 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 1 + 2);
}

.time-start_16-10 {
  --start-hour: calc( 16 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 2 + 2);
}

.time-end_16-10 {
  --end-hour: calc( 16 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 2 + 2);
}

.time-start_16-15 {
  --start-hour: calc( 16 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 3 + 2);
}

.time-end_16-15 {
  --end-hour: calc( 16 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 3 + 2);
}

.time-start_16-20 {
  --start-hour: calc( 16 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 4 + 2);
}

.time-end_16-20 {
  --end-hour: calc( 16 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 4 + 2);
}

.time-start_16-25 {
  --start-hour: calc( 16 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 5 + 2);
}

.time-end_16-25 {
  --end-hour: calc( 16 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 5 + 2);
}

.time-start_16-30 {
  --start-hour: calc( 16 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 6 + 2);
}

.time-end_16-30 {
  --end-hour: calc( 16 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 6 + 2);
}

.time-start_16-35 {
  --start-hour: calc( 16 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 7 + 2);
}

.time-end_16-35 {
  --end-hour: calc( 16 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 7 + 2);
}

.time-start_16-40 {
  --start-hour: calc( 16 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 8 + 2);
}

.time-end_16-40 {
  --end-hour: calc( 16 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 8 + 2);
}

.time-start_16-45 {
  --start-hour: calc( 16 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 9 + 2);
}

.time-end_16-45 {
  --end-hour: calc( 16 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 9 + 2);
}

.time-start_16-50 {
  --start-hour: calc( 16 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 10 + 2);
}

.time-end_16-50 {
  --end-hour: calc( 16 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 10 + 2);
}

.time-start_16-55 {
  --start-hour: calc( 16 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 11 + 2);
}

.time-end_16-55 {
  --end-hour: calc( 16 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 11 + 2);
}

.hour_17 {
  --hour: calc( 17 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--hour)) + 2);
  grid-row-end: calc(12 * (var(--hour) + 1) + 2);
}

.time-start_17-00 {
  --start-hour: calc( 17 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 0 + 2);
}

.time-end_17-00 {
  --end-hour: calc( 17 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 0 + 2);
}

.time-start_17-05 {
  --start-hour: calc( 17 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 1 + 2);
}

.time-end_17-05 {
  --end-hour: calc( 17 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 1 + 2);
}

.time-start_17-10 {
  --start-hour: calc( 17 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 2 + 2);
}

.time-end_17-10 {
  --end-hour: calc( 17 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 2 + 2);
}

.time-start_17-15 {
  --start-hour: calc( 17 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 3 + 2);
}

.time-end_17-15 {
  --end-hour: calc( 17 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 3 + 2);
}

.time-start_17-20 {
  --start-hour: calc( 17 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 4 + 2);
}

.time-end_17-20 {
  --end-hour: calc( 17 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 4 + 2);
}

.time-start_17-25 {
  --start-hour: calc( 17 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 5 + 2);
}

.time-end_17-25 {
  --end-hour: calc( 17 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 5 + 2);
}

.time-start_17-30 {
  --start-hour: calc( 17 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 6 + 2);
}

.time-end_17-30 {
  --end-hour: calc( 17 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 6 + 2);
}

.time-start_17-35 {
  --start-hour: calc( 17 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 7 + 2);
}

.time-end_17-35 {
  --end-hour: calc( 17 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 7 + 2);
}

.time-start_17-40 {
  --start-hour: calc( 17 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 8 + 2);
}

.time-end_17-40 {
  --end-hour: calc( 17 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 8 + 2);
}

.time-start_17-45 {
  --start-hour: calc( 17 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 9 + 2);
}

.time-end_17-45 {
  --end-hour: calc( 17 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 9 + 2);
}

.time-start_17-50 {
  --start-hour: calc( 17 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 10 + 2);
}

.time-end_17-50 {
  --end-hour: calc( 17 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 10 + 2);
}

.time-start_17-55 {
  --start-hour: calc( 17 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 11 + 2);
}

.time-end_17-55 {
  --end-hour: calc( 17 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 11 + 2);
}

.hour_18 {
  --hour: calc( 18 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--hour)) + 2);
  grid-row-end: calc(12 * (var(--hour) + 1) + 2);
}

.time-start_18-00 {
  --start-hour: calc( 18 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 0 + 2);
}

.time-end_18-00 {
  --end-hour: calc( 18 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 0 + 2);
}

.time-start_18-05 {
  --start-hour: calc( 18 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 1 + 2);
}

.time-end_18-05 {
  --end-hour: calc( 18 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 1 + 2);
}

.time-start_18-10 {
  --start-hour: calc( 18 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 2 + 2);
}

.time-end_18-10 {
  --end-hour: calc( 18 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 2 + 2);
}

.time-start_18-15 {
  --start-hour: calc( 18 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 3 + 2);
}

.time-end_18-15 {
  --end-hour: calc( 18 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 3 + 2);
}

.time-start_18-20 {
  --start-hour: calc( 18 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 4 + 2);
}

.time-end_18-20 {
  --end-hour: calc( 18 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 4 + 2);
}

.time-start_18-25 {
  --start-hour: calc( 18 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 5 + 2);
}

.time-end_18-25 {
  --end-hour: calc( 18 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 5 + 2);
}

.time-start_18-30 {
  --start-hour: calc( 18 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 6 + 2);
}

.time-end_18-30 {
  --end-hour: calc( 18 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 6 + 2);
}

.time-start_18-35 {
  --start-hour: calc( 18 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 7 + 2);
}

.time-end_18-35 {
  --end-hour: calc( 18 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 7 + 2);
}

.time-start_18-40 {
  --start-hour: calc( 18 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 8 + 2);
}

.time-end_18-40 {
  --end-hour: calc( 18 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 8 + 2);
}

.time-start_18-45 {
  --start-hour: calc( 18 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 9 + 2);
}

.time-end_18-45 {
  --end-hour: calc( 18 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 9 + 2);
}

.time-start_18-50 {
  --start-hour: calc( 18 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 10 + 2);
}

.time-end_18-50 {
  --end-hour: calc( 18 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 10 + 2);
}

.time-start_18-55 {
  --start-hour: calc( 18 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 11 + 2);
}

.time-end_18-55 {
  --end-hour: calc( 18 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 11 + 2);
}

.hour_19 {
  --hour: calc( 19 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--hour)) + 2);
  grid-row-end: calc(12 * (var(--hour) + 1) + 2);
}

.time-start_19-00 {
  --start-hour: calc( 19 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 0 + 2);
}

.time-end_19-00 {
  --end-hour: calc( 19 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 0 + 2);
}

.time-start_19-05 {
  --start-hour: calc( 19 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 1 + 2);
}

.time-end_19-05 {
  --end-hour: calc( 19 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 1 + 2);
}

.time-start_19-10 {
  --start-hour: calc( 19 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 2 + 2);
}

.time-end_19-10 {
  --end-hour: calc( 19 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 2 + 2);
}

.time-start_19-15 {
  --start-hour: calc( 19 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 3 + 2);
}

.time-end_19-15 {
  --end-hour: calc( 19 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 3 + 2);
}

.time-start_19-20 {
  --start-hour: calc( 19 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 4 + 2);
}

.time-end_19-20 {
  --end-hour: calc( 19 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 4 + 2);
}

.time-start_19-25 {
  --start-hour: calc( 19 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 5 + 2);
}

.time-end_19-25 {
  --end-hour: calc( 19 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 5 + 2);
}

.time-start_19-30 {
  --start-hour: calc( 19 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 6 + 2);
}

.time-end_19-30 {
  --end-hour: calc( 19 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 6 + 2);
}

.time-start_19-35 {
  --start-hour: calc( 19 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 7 + 2);
}

.time-end_19-35 {
  --end-hour: calc( 19 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 7 + 2);
}

.time-start_19-40 {
  --start-hour: calc( 19 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 8 + 2);
}

.time-end_19-40 {
  --end-hour: calc( 19 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 8 + 2);
}

.time-start_19-45 {
  --start-hour: calc( 19 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 9 + 2);
}

.time-end_19-45 {
  --end-hour: calc( 19 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 9 + 2);
}

.time-start_19-50 {
  --start-hour: calc( 19 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 10 + 2);
}

.time-end_19-50 {
  --end-hour: calc( 19 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 10 + 2);
}

.time-start_19-55 {
  --start-hour: calc( 19 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 11 + 2);
}

.time-end_19-55 {
  --end-hour: calc( 19 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 11 + 2);
}

.hour_20 {
  --hour: calc( 20 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--hour)) + 2);
  grid-row-end: calc(12 * (var(--hour) + 1) + 2);
}

.time-start_20-00 {
  --start-hour: calc( 20 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 0 + 2);
}

.time-end_20-00 {
  --end-hour: calc( 20 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 0 + 2);
}

.time-start_20-05 {
  --start-hour: calc( 20 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 1 + 2);
}

.time-end_20-05 {
  --end-hour: calc( 20 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 1 + 2);
}

.time-start_20-10 {
  --start-hour: calc( 20 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 2 + 2);
}

.time-end_20-10 {
  --end-hour: calc( 20 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 2 + 2);
}

.time-start_20-15 {
  --start-hour: calc( 20 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 3 + 2);
}

.time-end_20-15 {
  --end-hour: calc( 20 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 3 + 2);
}

.time-start_20-20 {
  --start-hour: calc( 20 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 4 + 2);
}

.time-end_20-20 {
  --end-hour: calc( 20 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 4 + 2);
}

.time-start_20-25 {
  --start-hour: calc( 20 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 5 + 2);
}

.time-end_20-25 {
  --end-hour: calc( 20 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 5 + 2);
}

.time-start_20-30 {
  --start-hour: calc( 20 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 6 + 2);
}

.time-end_20-30 {
  --end-hour: calc( 20 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 6 + 2);
}

.time-start_20-35 {
  --start-hour: calc( 20 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 7 + 2);
}

.time-end_20-35 {
  --end-hour: calc( 20 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 7 + 2);
}

.time-start_20-40 {
  --start-hour: calc( 20 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 8 + 2);
}

.time-end_20-40 {
  --end-hour: calc( 20 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 8 + 2);
}

.time-start_20-45 {
  --start-hour: calc( 20 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 9 + 2);
}

.time-end_20-45 {
  --end-hour: calc( 20 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 9 + 2);
}

.time-start_20-50 {
  --start-hour: calc( 20 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 10 + 2);
}

.time-end_20-50 {
  --end-hour: calc( 20 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 10 + 2);
}

.time-start_20-55 {
  --start-hour: calc( 20 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 11 + 2);
}

.time-end_20-55 {
  --end-hour: calc( 20 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 11 + 2);
}

.hour_21 {
  --hour: calc( 21 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--hour)) + 2);
  grid-row-end: calc(12 * (var(--hour) + 1) + 2);
}

.time-start_21-00 {
  --start-hour: calc( 21 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 0 + 2);
}

.time-end_21-00 {
  --end-hour: calc( 21 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 0 + 2);
}

.time-start_21-05 {
  --start-hour: calc( 21 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 1 + 2);
}

.time-end_21-05 {
  --end-hour: calc( 21 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 1 + 2);
}

.time-start_21-10 {
  --start-hour: calc( 21 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 2 + 2);
}

.time-end_21-10 {
  --end-hour: calc( 21 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 2 + 2);
}

.time-start_21-15 {
  --start-hour: calc( 21 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 3 + 2);
}

.time-end_21-15 {
  --end-hour: calc( 21 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 3 + 2);
}

.time-start_21-20 {
  --start-hour: calc( 21 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 4 + 2);
}

.time-end_21-20 {
  --end-hour: calc( 21 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 4 + 2);
}

.time-start_21-25 {
  --start-hour: calc( 21 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 5 + 2);
}

.time-end_21-25 {
  --end-hour: calc( 21 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 5 + 2);
}

.time-start_21-30 {
  --start-hour: calc( 21 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 6 + 2);
}

.time-end_21-30 {
  --end-hour: calc( 21 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 6 + 2);
}

.time-start_21-35 {
  --start-hour: calc( 21 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 7 + 2);
}

.time-end_21-35 {
  --end-hour: calc( 21 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 7 + 2);
}

.time-start_21-40 {
  --start-hour: calc( 21 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 8 + 2);
}

.time-end_21-40 {
  --end-hour: calc( 21 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 8 + 2);
}

.time-start_21-45 {
  --start-hour: calc( 21 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 9 + 2);
}

.time-end_21-45 {
  --end-hour: calc( 21 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 9 + 2);
}

.time-start_21-50 {
  --start-hour: calc( 21 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 10 + 2);
}

.time-end_21-50 {
  --end-hour: calc( 21 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 10 + 2);
}

.time-start_21-55 {
  --start-hour: calc( 21 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 11 + 2);
}

.time-end_21-55 {
  --end-hour: calc( 21 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 11 + 2);
}

.hour_22 {
  --hour: calc( 22 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--hour)) + 2);
  grid-row-end: calc(12 * (var(--hour) + 1) + 2);
}

.time-start_22-00 {
  --start-hour: calc( 22 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 0 + 2);
}

.time-end_22-00 {
  --end-hour: calc( 22 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 0 + 2);
}

.time-start_22-05 {
  --start-hour: calc( 22 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 1 + 2);
}

.time-end_22-05 {
  --end-hour: calc( 22 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 1 + 2);
}

.time-start_22-10 {
  --start-hour: calc( 22 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 2 + 2);
}

.time-end_22-10 {
  --end-hour: calc( 22 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 2 + 2);
}

.time-start_22-15 {
  --start-hour: calc( 22 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 3 + 2);
}

.time-end_22-15 {
  --end-hour: calc( 22 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 3 + 2);
}

.time-start_22-20 {
  --start-hour: calc( 22 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 4 + 2);
}

.time-end_22-20 {
  --end-hour: calc( 22 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 4 + 2);
}

.time-start_22-25 {
  --start-hour: calc( 22 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 5 + 2);
}

.time-end_22-25 {
  --end-hour: calc( 22 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 5 + 2);
}

.time-start_22-30 {
  --start-hour: calc( 22 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 6 + 2);
}

.time-end_22-30 {
  --end-hour: calc( 22 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 6 + 2);
}

.time-start_22-35 {
  --start-hour: calc( 22 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 7 + 2);
}

.time-end_22-35 {
  --end-hour: calc( 22 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 7 + 2);
}

.time-start_22-40 {
  --start-hour: calc( 22 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 8 + 2);
}

.time-end_22-40 {
  --end-hour: calc( 22 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 8 + 2);
}

.time-start_22-45 {
  --start-hour: calc( 22 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 9 + 2);
}

.time-end_22-45 {
  --end-hour: calc( 22 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 9 + 2);
}

.time-start_22-50 {
  --start-hour: calc( 22 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 10 + 2);
}

.time-end_22-50 {
  --end-hour: calc( 22 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 10 + 2);
}

.time-start_22-55 {
  --start-hour: calc( 22 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 11 + 2);
}

.time-end_22-55 {
  --end-hour: calc( 22 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 11 + 2);
}

.hour_23 {
  --hour: calc( 23 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--hour)) + 2);
  grid-row-end: calc(12 * (var(--hour) + 1) + 2);
}

.time-start_23-00 {
  --start-hour: calc( 23 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 0 + 2);
}

.time-end_23-00 {
  --end-hour: calc( 23 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 0 + 2);
}

.time-start_23-05 {
  --start-hour: calc( 23 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 1 + 2);
}

.time-end_23-05 {
  --end-hour: calc( 23 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 1 + 2);
}

.time-start_23-10 {
  --start-hour: calc( 23 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 2 + 2);
}

.time-end_23-10 {
  --end-hour: calc( 23 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 2 + 2);
}

.time-start_23-15 {
  --start-hour: calc( 23 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 3 + 2);
}

.time-end_23-15 {
  --end-hour: calc( 23 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 3 + 2);
}

.time-start_23-20 {
  --start-hour: calc( 23 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 4 + 2);
}

.time-end_23-20 {
  --end-hour: calc( 23 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 4 + 2);
}

.time-start_23-25 {
  --start-hour: calc( 23 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 5 + 2);
}

.time-end_23-25 {
  --end-hour: calc( 23 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 5 + 2);
}

.time-start_23-30 {
  --start-hour: calc( 23 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 6 + 2);
}

.time-end_23-30 {
  --end-hour: calc( 23 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 6 + 2);
}

.time-start_23-35 {
  --start-hour: calc( 23 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 7 + 2);
}

.time-end_23-35 {
  --end-hour: calc( 23 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 7 + 2);
}

.time-start_23-40 {
  --start-hour: calc( 23 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 8 + 2);
}

.time-end_23-40 {
  --end-hour: calc( 23 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 8 + 2);
}

.time-start_23-45 {
  --start-hour: calc( 23 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 9 + 2);
}

.time-end_23-45 {
  --end-hour: calc( 23 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 9 + 2);
}

.time-start_23-50 {
  --start-hour: calc( 23 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 10 + 2);
}

.time-end_23-50 {
  --end-hour: calc( 23 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 10 + 2);
}

.time-start_23-55 {
  --start-hour: calc( 23 - var(--hour-start-military));
  grid-row-start: calc(12 * (var(--start-hour)) + 11 + 2);
}

.time-end_23-55 {
  --end-hour: calc( 23 - var(--hour-start-military));
  grid-row-end: calc(12 * (var(--end-hour)) + 11 + 2);
}

.channel-start_1 {
  grid-column-start: calc(1 + 1);
}

.channel-end_1 {
  grid-column-end: calc(2 + 1);
}

.channel-start_2 {
  grid-column-start: calc(1 + 2);
}

.channel-end_2 {
  grid-column-end: calc(2 + 2);
}

.channel-start_3 {
  grid-column-start: calc(1 + 3);
}

.channel-end_3 {
  grid-column-end: calc(2 + 3);
}

.channel-start_4 {
  grid-column-start: calc(1 + 4);
}

.channel-end_4 {
  grid-column-end: calc(2 + 4);
}

a.link[href=""] {
  padding: 4px;
  padding: 0.25rem;
  border-radius: 0.25rem;
  background-color: hsla(var(--alert-h), calc(var(--alert-s) - var(--alert-s) * 0.375), calc(var(--alert-l) + (100% - var(--alert-l)) * 0.75), 1) !important;
  color: hsla(var(--alert-h), calc(var(--alert-s) + (100% - var(--alert-s)) * 0.03), calc(var(--alert-l) - var(--alert-l) * 0.3), 1) !important;
}

a.btn[href=""] {
  background: hsla(var(--alert-h), calc(var(--alert-s) + (100% - var(--alert-s)) * 0.03), calc(var(--alert-l) - var(--alert-l) * 0.3), 1) !important;
}

a.btn[href=""]:after,
a.link[href=""]:after {
  display: inline;
  content: " [!] NO URL [!] " !important;
  font-weight: 900 !important;
  font-family: sans-serif !important;
}

/*

Button and Link Failure On No Href

The button and link will auto style when the href is empty.

Markup:
<a href="" class="btn br_radius max-w_30 m_auto m-b_3 block shadow_overlap-light btn-primary c_white h:undecorated" target="_blank">Button</a>
<a href="https://www.facebook.com/AmericanCollegeofCardiology/" class="btn br_radius max-w_30 m_auto m-b_3 block shadow_overlap-light btn-primary c_white h:undecorated" target="_blank">Button</a>
<a href="" class="link" target="_blank">Text Link</a>
<a href="https://www.facebook.com/AmericanCollegeofCardiology/" class="link" target="_blank">Text Link</a>

MarkupWrapperClasses: 

Weight:0

Styleguide HTML.NoHrefFailure
*/
.thumb > i {
  font-size: clamp(3em, 8vw, 8em);
}

.navbar-dark {
  color: white;
}

/** SCSS DOC: __globalshame_framework.scss **/
/*# sourceMappingURL=maps/virtual_boot.css.map */
