@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@import url(../assets/foundation-icons/foundation-icons.css);
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

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

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

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

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

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

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

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

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

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

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

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

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

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

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

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0; }
  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

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

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

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

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

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

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

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

.foundation-mq {
  font-family: "small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0A0A0A;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.grid-container {
  padding-right: 0.625rem;
  padding-left: 0.625rem;
  max-width: 75rem;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .grid-container.fluid {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 100%;
    margin: 0 auto; }
    @media print, screen and (min-width: 40em) {
      .grid-container.fluid {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto; }

.grid-x {
  display: flex;
  flex-flow: row wrap; }

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    flex: 1 1 0px; }
  .cell.shrink {
    flex: 0 0 auto; }

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto; } }

.grid-x > .small-1 {
  width: 8.33333%; }

.grid-x > .small-2 {
  width: 16.66667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.33333%; }

.grid-x > .small-5 {
  width: 41.66667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.33333%; }

.grid-x > .small-8 {
  width: 66.66667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.33333%; }

.grid-x > .small-11 {
  width: 91.66667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink {
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink {
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.875rem);
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 1.25rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.25rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 1.25rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.25rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 1.25rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 1.25rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.25rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 1.25rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 1.25rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 1.875rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1.875rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }

.grid-padding-x > .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.33333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.66667%; }

.small-up-7 > .cell {
  width: 14.28571%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.33333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.66667%; }
  .medium-up-7 > .cell {
    width: 14.28571%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.33333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.66667%; }
  .large-up-7 > .cell {
    width: 14.28571%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.25rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.25rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 1.25rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.25rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.25rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 1.25rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 1.25rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.25rem); }

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.25rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.25rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.25rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.25rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 1.25rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.25rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.33333%; }
  .small-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
      width: 8.33333%; }
    .small-margin-collapse > .large-2 {
      width: 16.66667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.33333%; }
    .small-margin-collapse > .large-5 {
      width: 41.66667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.33333%; }
    .small-margin-collapse > .large-8 {
      width: 66.66667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.33333%; }
    .small-margin-collapse > .large-11 {
      width: 91.66667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .medium-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%; }
  .large-margin-collapse > .small-2 {
    width: 16.66667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.33333%; }
  .large-margin-collapse > .small-5 {
    width: 41.66667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.33333%; }
  .large-margin-collapse > .small-8 {
    width: 66.66667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.33333%; }
  .large-margin-collapse > .small-11 {
    width: 91.66667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }
  .large-margin-collapse > .large-2 {
    width: 16.66667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.33333%; }
  .large-margin-collapse > .large-5 {
    width: 41.66667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.33333%; }
  .large-margin-collapse > .large-8 {
    width: 66.66667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.33333%; }
  .large-margin-collapse > .large-11 {
    width: 91.66667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

.small-offset-0 {
  margin-left: 0%; }

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.625rem); }

.small-offset-1 {
  margin-left: 8.33333%; }

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem); }

.small-offset-2 {
  margin-left: 16.66667%; }

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem); }

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.625rem); }

.small-offset-4 {
  margin-left: 33.33333%; }

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem); }

.small-offset-5 {
  margin-left: 41.66667%; }

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem); }

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.625rem); }

.small-offset-7 {
  margin-left: 58.33333%; }

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem); }

.small-offset-8 {
  margin-left: 66.66667%; }

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem); }

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.625rem); }

.small-offset-10 {
  margin-left: 83.33333%; }

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem); }

.small-offset-11 {
  margin-left: 91.66667%; }

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem); }

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

.grid-y {
  display: flex;
  flex-flow: column nowrap; }
  .grid-y > .cell {
    width: auto; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
    flex-basis: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
      flex-basis: auto; } }
  .grid-y > .small-1 {
    height: 8.33333%; }
  .grid-y > .small-2 {
    height: 16.66667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.33333%; }
  .grid-y > .small-5 {
    height: 41.66667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.33333%; }
  .grid-y > .small-8 {
    height: 66.66667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.33333%; }
  .grid-y > .small-11 {
    height: 91.66667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.33333%; }
    .grid-y > .medium-2 {
      height: 16.66667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.33333%; }
    .grid-y > .medium-5 {
      height: 41.66667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.33333%; }
    .grid-y > .medium-8 {
      height: 66.66667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.33333%; }
    .grid-y > .medium-11 {
      height: 91.66667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.33333%; }
    .grid-y > .large-2 {
      height: 16.66667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.33333%; }
    .grid-y > .large-5 {
      height: 41.66667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.33333%; }
    .grid-y > .large-8 {
      height: 66.66667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.33333%; }
    .grid-y > .large-11 {
      height: 91.66667%; }
    .grid-y > .large-12 {
      height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }

.grid-padding-y > .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw; }

.cell .grid-frame {
  width: 100%; }

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-stype: -ms-autohiding-scrollbar; }

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap; }

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .medium-grid-frame {
    width: 100%; }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw; }
  .cell .large-grid-frame {
    width: 100%; }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh; }

@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem); } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2 {
  font-family: "industry", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
  text-transform: uppercase; }
  h1 small, .h1 small,
  h2 small, .h2 small {
    line-height: 0;
    color: #54565A; }

h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "ubuntu", sans-serif;
  font-style: normal;
  font-weight: bold;
  color: inherit;
  text-rendering: optimizeLegibility; }
  h3 small, .h3 small,
  h4 small, .h4 small,
  h5 small, .h5 small,
  h6 small, .h6 small {
    line-height: 0;
    color: #54565A; }

h1, .h1 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.1875rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.0625rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3rem; }
  h2, .h2 {
    font-size: 2.5rem; }
  h3, .h3 {
    font-size: 1.9375rem; }
  h4, .h4 {
    font-size: 1.5625rem; }
  h5, .h5 {
    font-size: 1.25rem; }
  h6, .h6 {
    font-size: 1rem; } }

a {
  line-height: inherit;
  color: #121418;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #0f1115; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 75rem;
  height: 0;
  margin: 1.25rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #54565A;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6; }

li {
  font-size: inherit; }

ul {
  margin-left: 1.25rem;
  list-style-type: disc; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #54565A; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #121418; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #121418; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #0A0A0A;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #54565A;
  background-color: #D9D8D6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0A0A0A; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #D9D8D6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0A0A0A; }

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #54565A; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left; }
  .medium-text-right {
    text-align: right; }
  .medium-text-center {
    text-align: center; }
  .medium-text-justify {
    text-align: justify; } }

@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #121418;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .print-break-inside {
    page-break-inside: auto; } }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #54565A;
  border-radius: 0;
  background-color: #FFFFFF;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0A0A0A;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #121418;
    background-color: #FFFFFF;
    box-shadow: 0 0 5px #54565A;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::placeholder,
textarea::placeholder {
  color: #54565A; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #D9D8D6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0A0A0A; }
  label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #0A0A0A; }

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #54565A;
  background: #D9D8D6;
  color: #0A0A0A;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  height: auto;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: auto;
    align-self: stretch;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #54565A; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1px solid #54565A;
  border-radius: 0;
  background-color: #FFFFFF;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #0A0A0A;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%2818, 20, 24%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #121418;
    background-color: #FFFFFF;
    box-shadow: 0 0 5px #54565A;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #D9D8D6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #B2292E;
  background-color: #FCE4DB; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #B2292E; }

.is-invalid-label {
  color: #B2292E; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #B2292E; }
  .form-error.is-visible {
    display: block; }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #121418;
  color: #FFFFFF; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #0f1114;
    color: #FFFFFF; }
  .button.tiny {
    font-size: 0.7rem; }
  .button.small {
    font-size: 0.85rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #121418;
    color: #FFFFFF; }
    .button.primary:hover, .button.primary:focus {
      background-color: #0e1013;
      color: #FFFFFF; }
  .button.secondary {
    background-color: #D1B168;
    color: #0A0A0A; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #c0973a;
      color: #0A0A0A; }
  .button.success {
    background-color: #007675;
    color: #FFFFFF; }
    .button.success:hover, .button.success:focus {
      background-color: #005e5e;
      color: #FFFFFF; }
  .button.warning {
    background-color: #EE7623;
    color: #0A0A0A; }
    .button.warning:hover, .button.warning:focus {
      background-color: #cb5c10;
      color: #0A0A0A; }
  .button.alert {
    background-color: #B2292E;
    color: #FFFFFF; }
    .button.alert:hover, .button.alert:focus {
      background-color: #8e2125;
      color: #FFFFFF; }
  .button.disabled, .button[disabled] {
    opacity: 0.5;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #121418;
      color: #FFFFFF; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.5;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #121418;
        color: #FFFFFF; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.5;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #D1B168;
        color: #0A0A0A; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.5;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #007675;
        color: #FFFFFF; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.5;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #EE7623;
        color: #0A0A0A; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.5;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #B2292E;
        color: #FFFFFF; }
  .button.hollow {
    border: 1px solid #121418;
    color: #121418; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #090a0c;
      color: #090a0c; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #121418;
        color: #121418; }
    .button.hollow.primary {
      border: 1px solid #121418;
      color: #121418; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #090a0c;
        color: #090a0c; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #121418;
          color: #121418; }
    .button.hollow.secondary {
      border: 1px solid #D1B168;
      color: #D1B168; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #785f25;
        color: #785f25; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #D1B168;
          color: #D1B168; }
    .button.hollow.success {
      border: 1px solid #007675;
      color: #007675; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #003b3b;
        color: #003b3b; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #007675;
          color: #007675; }
    .button.hollow.warning {
      border: 1px solid #EE7623;
      color: #EE7623; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #7f3a0a;
        color: #7f3a0a; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #EE7623;
          color: #EE7623; }
    .button.hollow.alert {
      border: 1px solid #B2292E;
      color: #B2292E; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #591517;
        color: #591517; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #B2292E;
          color: #B2292E; }
  .button.clear {
    border: 1px solid #121418;
    color: #121418; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #090a0c;
      color: #090a0c; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #121418;
        color: #121418; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 1px solid #121418;
      color: #121418; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #090a0c;
        color: #090a0c; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #121418;
          color: #121418; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #D1B168;
      color: #D1B168; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #785f25;
        color: #785f25; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #D1B168;
          color: #D1B168; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 1px solid #007675;
      color: #007675; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #003b3b;
        color: #003b3b; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #007675;
          color: #007675; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 1px solid #EE7623;
      color: #EE7623; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #7f3a0a;
        color: #7f3a0a; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #EE7623;
          color: #EE7623; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 1px solid #B2292E;
      color: #B2292E; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #591517;
        color: #591517; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #B2292E;
          color: #B2292E; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #FFFFFF transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #121418; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #121418; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #D1B168; }
  .button.dropdown.hollow.success::after {
    border-top-color: #007675; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #EE7623; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #B2292E; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: none; }

.accordion {
  margin-left: 0;
  background: #FFFFFF;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #D9D8D6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #121418; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #D9D8D6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #D9D8D6; }
  .accordion-title::before {
    position: absolute;
    top: 50%;
    right: 1rem;
    margin-top: -0.5rem;
    content: '+'; }
  .is-active > .accordion-title::before {
    content: '\2013'; }

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #D9D8D6;
  border-bottom: 0;
  background-color: #FFFFFF;
  color: #0A0A0A; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #D9D8D6; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #121418 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

.is-accordion-submenu-parent {
  position: relative; }

.has-submenu-toggle > a {
  margin-right: 40px; }

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 40px;
  height: 40px; }
  .submenu-toggle::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #121418 transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #121418;
  color: #FFFFFF; }
  .badge.primary {
    background: #121418;
    color: #FFFFFF; }
  .badge.secondary {
    background: #D1B168;
    color: #0A0A0A; }
  .badge.success {
    background: #007675;
    color: #FFFFFF; }
  .badge.warning {
    background: #EE7623;
    color: #0A0A0A; }
  .badge.alert {
    background: #B2292E;
    color: #FFFFFF; }

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.6875rem;
    color: #0A0A0A;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.75rem;
      opacity: 1;
      content: "/";
      color: #54565A; }
  .breadcrumbs a {
    color: #121418; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #54565A;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 1rem;
    flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.7rem; }
  .button-group.small .button {
    font-size: 0.85rem; }
  .button-group.large .button {
    font-size: 1.25rem; }
  .button-group.expanded .button {
    flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #121418;
    color: #FFFFFF; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #0e1013;
      color: #FFFFFF; }
  .button-group.secondary .button {
    background-color: #D1B168;
    color: #0A0A0A; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #c0973a;
      color: #0A0A0A; }
  .button-group.success .button {
    background-color: #007675;
    color: #FFFFFF; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #005e5e;
      color: #FFFFFF; }
  .button-group.warning .button {
    background-color: #EE7623;
    color: #0A0A0A; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #cb5c10;
      color: #0A0A0A; }
  .button-group.alert .button {
    background-color: #B2292E;
    color: #FFFFFF; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #8e2125;
      color: #FFFFFF; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  background-color: white;
  color: #0A0A0A; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #d7dae1;
    color: #0A0A0A; }
  .callout.secondary {
    background-color: #f8f3e8;
    color: #0A0A0A; }
  .callout.success {
    background-color: #c4ffff;
    color: #0A0A0A; }
  .callout.warning {
    background-color: #fceade;
    color: #0A0A0A; }
  .callout.alert {
    background-color: #f7dcdd;
    color: #0A0A0A; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #D9D8D6;
  border-radius: 0;
  background: #FFFFFF;
  box-shadow: none;
  overflow: hidden;
  color: #0A0A0A; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  flex: 0 1 auto;
  display: flex;
  padding: 1rem;
  background: #D9D8D6; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  flex: 1 0 auto;
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.card-image {
  min-height: 1px; }

.close-button {
  position: absolute;
  color: #121418;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0A0A0A; }
  .close-button.small {
    right: 0.66rem;
    top: 0.33em;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1rem;
    top: 0.5rem;
    font-size: 2em;
    line-height: 1; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.7rem 1rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    flex-wrap: wrap;
    flex-direction: row; }
  .menu.vertical {
    flex-wrap: nowrap;
    flex-direction: column; }
  .menu.expanded li {
    flex: 1 1 0px; }
  .menu.simple {
    align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 40em) {
    .menu.medium-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.medium-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.medium-expanded li {
      flex: 1 1 0px; }
    .menu.medium-simple li {
      flex: 1 1 0px; } }
  @media print, screen and (min-width: 64em) {
    .menu.large-horizontal {
      flex-wrap: wrap;
      flex-direction: row; }
    .menu.large-vertical {
      flex-wrap: nowrap;
      flex-direction: column; }
    .menu.large-expanded li {
      flex: 1 1 0px; }
    .menu.large-simple li {
      flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: flex; }
  .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: flex; }
  .menu.icon-left li a {
    flex-flow: row nowrap; }
    .menu.icon-left li a img,
    .menu.icon-left li a i,
    .menu.icon-left li a svg {
      margin-right: 0.25rem; }
  .menu.icon-right li a {
    flex-flow: row nowrap; }
    .menu.icon-right li a img,
    .menu.icon-right li a i,
    .menu.icon-right li a svg {
      margin-left: 0.25rem; }
  .menu.icon-top li a {
    flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a {
    flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a {
    background: #121418;
    color: #FFFFFF; }
  .menu .active > a {
    background: #121418;
    color: #FFFFFF; }
  .menu.align-left {
    justify-content: flex-start; }
  .menu.align-right li {
    display: flex;
    justify-content: flex-end; }
    .menu.align-right li .submenu li {
      justify-content: flex-start; }
  .menu.align-right.vertical li {
    display: block;
    text-align: right; }
    .menu.align-right.vertical li .submenu li {
      text-align: right; }
  .menu.align-right .nested {
    margin-right: 1rem;
    margin-left: 0; }
  .menu.align-center li {
    display: flex;
    justify-content: center; }
    .menu.align-center li .submenu li {
      justify-content: flex-start; }
  .menu .menu-text {
    padding: 0.7rem 1rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  justify-content: center; }
  .menu-centered > .menu li {
    display: flex;
    justify-content: center; }
    .menu-centered > .menu li .submenu li {
      justify-content: flex-start; }

.no-js [data-responsive-menu] ul {
  display: none; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    box-shadow: 0 7px 0 #FFFFFF, 0 14px 0 #FFFFFF;
    content: ''; }
  .menu-icon:hover::after {
    background: #54565A;
    box-shadow: 0 7px 0 #54565A, 0 14px 0 #54565A; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer; }
  .menu-icon.dark::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #0A0A0A;
    box-shadow: 0 7px 0 #0A0A0A, 0 14px 0 #0A0A0A;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #121418;
    box-shadow: 0 7px 0 #121418, 0 14px 0 #121418; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.drilldown a {
  padding: 0.7rem 1rem;
  background: #FFFFFF; }

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #FFFFFF;
  transition: transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }

.drilldown .is-drilldown-submenu-parent > a {
  position: relative; }
  .drilldown .is-drilldown-submenu-parent > a::after {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #121418; }

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #121418; }

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #121418 transparent transparent; }

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #121418 transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

.dropdown-pane {
  position: absolute;
  z-index: 10;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  display: none;
  border: 1px solid #54565A;
  border-radius: 0;
  background-color: #FFFFFF;
  font-size: 1rem; }
  .dropdown-pane.is-opening {
    display: block; }
  .dropdown-pane.is-open {
    visibility: visible;
    display: block; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #121418 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

.dropdown.menu a {
  padding: 0.7rem 1rem; }
  [data-whatinput='mouse'] .dropdown.menu a {
    outline: 0; }

.dropdown.menu .is-active > a {
  background: transparent;
  color: #121418; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #121418 transparent transparent; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #121418; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #121418 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #121418 transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #121418; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #121418 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #121418 transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #121418; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }

.is-dropdown-submenu-parent {
  position: relative; }
  .is-dropdown-submenu-parent a::after {
    position: absolute;
    top: 50%;
    right: 5px;
    left: auto;
    margin-top: -6px; }
  .is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
    top: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto; }
  .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #54565A;
  background: #FFFFFF; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.7rem 1rem; }
  .is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
    right: 14px; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #121418 transparent transparent; }
  .is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #121418; }
  .is-dropdown-submenu .is-dropdown-submenu {
    margin-top: -1px; }
  .is-dropdown-submenu > li {
    width: 100%; }
  .is-dropdown-submenu.js-dropdown-active {
    display: block; }

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1rem;
  padding-bottom: 75%;
  overflow: hidden; }
  .responsive-embed iframe,
  .responsive-embed object,
  .responsive-embed embed,
  .responsive-embed video,
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .responsive-embed.widescreen,
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .responsive-embed.vertical,
  .flex-video.vertical {
    padding-bottom: 177.77778%; }
  .responsive-embed.square,
  .flex-video.square {
    padding-bottom: 100%; }
  .responsive-embed.panorama,
  .flex-video.panorama {
    padding-bottom: 31.64063%; }
  .responsive-embed.panoramax,
  .flex-video.panoramax {
    padding-bottom: 50%; }
  .responsive-embed.panoramaxx,
  .flex-video.panoramaxx {
    padding-bottom: 43.75%; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #121418;
  color: #FFFFFF; }
  .label.primary {
    background: #121418;
    color: #FFFFFF; }
  .label.secondary {
    background: #D1B168;
    color: #0A0A0A; }
  .label.success {
    background: #007675;
    color: #FFFFFF; }
  .label.warning {
    background: #EE7623;
    color: #0A0A0A; }
  .label.alert {
    background: #B2292E;
    color: #FFFFFF; }

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small {
      flex-wrap: wrap; } }
  @media screen and (max-width: 39.9375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      flex-basis: 100%;
      max-width: 100%; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  flex: 0 1 auto; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not(:nth-child(2)) {
    padding-left: 1rem; }
  .media-object-section > :last-child {
    margin-bottom: 0; }
  .media-object-section.main-section {
    flex: 1 1 0px; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #D9D8D6; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-push {
    z-index: 12; }
  .off-canvas.is-closed {
    visibility: hidden; }
  .off-canvas.is-transition-overlap {
    z-index: 13; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: #D9D8D6; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-push {
    z-index: 12; }
  .off-canvas-absolute.is-closed {
    visibility: hidden; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 13; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(10, 10, 10, 0.7); }
  .off-canvas-absolute.is-open {
    transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(-250px); }
  .off-canvas-content .off-canvas.position-left {
    transform: translateX(-250px); }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    transform: translateX(250px); }
  .position-left.is-transition-push {
    box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 250px;
  transform: translateX(250px); }
  .off-canvas-content .off-canvas.position-right {
    transform: translateX(250px); }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    transform: translateX(-250px); }
  .position-right.is-transition-push {
    box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25); }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(-250px); }
  .off-canvas-content .off-canvas.position-top {
    transform: translateY(-250px); }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    transform: translateY(250px); }
  .position-top.is-transition-push {
    box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25); }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 250px;
  transform: translateY(250px); }
  .off-canvas-content .off-canvas.position-bottom {
    transform: translateY(250px); }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    transform: translateY(-250px); }
  .position-bottom.is-transition-push {
    box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25); }

.off-canvas-content {
  transform: none;
  transition: transform 0.5s ease;
  backface-visibility: hidden; }
  .off-canvas-content.has-transition-push {
    transform: translate(0, 0); }
  .off-canvas-content .off-canvas.is-open {
    transform: translate(0, 0); }

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 250px; } }

@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #FFFFFF; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #FFFFFF; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #54565A; }
    .orbit-bullets button:hover {
      background-color: #121418; }
    .orbit-bullets button.is-active {
      background-color: #121418; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 0;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0;
    color: #0A0A0A; }
    .pagination a:hover,
    .pagination button:hover {
      background: #D9D8D6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #121418;
    color: #FFFFFF;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #54565A;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #0A0A0A; }

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: '\00ab'; }

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: '\00bb'; }

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #D9D8D6; }
  .progress.primary .progress-meter {
    background-color: #121418; }
  .progress.secondary .progress-meter {
    background-color: #D1B168; }
  .progress.success .progress-meter {
    background-color: #007675; }
  .progress.warning .progress-meter {
    background-color: #EE7623; }
  .progress.alert .progress-meter {
    background-color: #B2292E; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #121418; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #FFFFFF;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #D9D8D6;
  cursor: pointer;
  user-select: none;
  touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #54565A;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #121418;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #0f1114; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  user-select: none; }

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #54565A;
  border-radius: 0;
  background-color: #FFFFFF;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto; }
  [data-whatinput='mouse'] .reveal {
    outline: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      min-height: 0; } }
  .reveal .column {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media screen and (max-width: 39.9375em) {
    .reveal {
      top: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      height: 100vh;
      min-height: 100vh;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #FFFFFF;
  user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #54565A;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #FFFFFF;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #121418; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f2f2f2;
    background-color: #FFFFFF; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold; }
  thead {
    background: #f9f9f9;
    color: #0A0A0A; }
  tfoot {
    background: #f2f2f2;
    color: #0A0A0A; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bold;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2; }
  table.unstriped tbody {
    background-color: #FFFFFF; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f2f2f2;
      background-color: #FFFFFF; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto; }

table.hover thead tr:hover {
  background-color: #f4f4f4; }

table.hover tfoot tr:hover {
  background-color: #ededed; }

table.hover tbody tr:hover {
  background-color: #fafafa; }

table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #D9D8D6;
  background: #FFFFFF;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .tabs::after {
    clear: both; }

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto; }

.tabs.simple > li > a {
  padding: 0; }
  .tabs.simple > li > a:hover {
    background: transparent; }

.tabs.primary {
  background: #121418; }
  .tabs.primary > li > a {
    color: #FFFFFF; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #1c1f25; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #121418; }
    .tabs-title > a:hover {
      background: #FFFFFF;
      color: #0f1115; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: #D9D8D6;
      color: #121418; }

.tabs-content {
  border: 1px solid #D9D8D6;
  border-top: 0;
  background: #FFFFFF;
  color: #0A0A0A;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #D9D8D6;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #FFFFFF;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0; }

a.thumbnail {
  transition: box-shadow 200ms ease-out; }
  a.thumbnail:hover, a.thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(18, 20, 24, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #0A0A0A;
  color: #FFFFFF;
  display: flex;
  justify-content: flex-start;
  align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px; }

.title-bar-right {
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #121418;
  font-weight: bold;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #0A0A0A;
  font-size: 80%;
  color: #FFFFFF; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0A0A0A;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #0A0A0A transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #0A0A0A;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0A0A0A transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: #D9D8D6; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 40em) {
    .top-bar {
      flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        flex: 0 1 auto;
        margin-left: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium {
      flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large {
      flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1; }

.clearfix::after {
  clear: both; }

.align-right {
  justify-content: flex-end; }

.align-center {
  justify-content: center; }

.align-justify {
  justify-content: space-between; }

.align-spaced {
  justify-content: space-around; }

.align-right.vertical.menu > li > a {
  justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  justify-content: center; }

.align-top {
  align-items: flex-start; }

.align-self-top {
  align-self: flex-start; }

.align-bottom {
  align-items: flex-end; }

.align-self-bottom {
  align-self: flex-end; }

.align-middle {
  align-items: center; }

.align-self-middle {
  align-self: center; }

.align-stretch {
  align-items: stretch; }

.align-self-stretch {
  align-self: stretch; }

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center; }

.small-order-1 {
  order: 1; }

.small-order-2 {
  order: 2; }

.small-order-3 {
  order: 3; }

.small-order-4 {
  order: 4; }

.small-order-5 {
  order: 5; }

.small-order-6 {
  order: 6; }

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1; }
  .medium-order-2 {
    order: 2; }
  .medium-order-3 {
    order: 3; }
  .medium-order-4 {
    order: 4; }
  .medium-order-5 {
    order: 5; }
  .medium-order-6 {
    order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1; }
  .large-order-2 {
    order: 2; }
  .large-order-3 {
    order: 3; }
  .large-order-4 {
    order: 4; }
  .large-order-5 {
    order: 5; }
  .large-order-6 {
    order: 6; } }

.flex-container {
  display: flex; }

.flex-child-auto {
  flex: 1 1 auto; }

.flex-child-grow {
  flex: 1 0 auto; }

.flex-child-shrink {
  flex: 0 1 auto; }

.flex-dir-row {
  flex-direction: row; }

.flex-dir-row-reverse {
  flex-direction: row-reverse; }

.flex-dir-column {
  flex-direction: column; }

.flex-dir-column-reverse {
  flex-direction: column-reverse; }

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex; }
  .medium-flex-child-auto {
    flex: 1 1 auto; }
  .medium-flex-child-grow {
    flex: 1 0 auto; }
  .medium-flex-child-shrink {
    flex: 0 1 auto; }
  .medium-flex-dir-row {
    flex-direction: row; }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .medium-flex-dir-column {
    flex-direction: column; }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex; }
  .large-flex-child-auto {
    flex: 1 1 auto; }
  .large-flex-child-grow {
    flex: 1 0 auto; }
  .large-flex-child-shrink {
    flex: 0 1 auto; }
  .large-flex-dir-row {
    flex-direction: row; }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse; }
  .large-flex-dir-column {
    flex-direction: column; }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse; } }

.nsca-logo--print {
  display: none; }

.accordion-title:hover, .accordion-title:focus {
  background-color: rgba(216, 217, 218, 0.3) !important; }

.facebook-btn .fi-social-facebook,
.twitter-btn .fi-social-twitter,
.linkedin-btn .fi-social-linkedin,
.instagram-btn .fi-social-instagram,
.google-plus-btn .fi-social-google-plus,
.mail-btn .fi-mail,
.pinterest-btn .fi-social-pinterest {
  font-size: 3em; }

.google-plus-btn .fi-social-google-plus:last-child,
.instagram-btn .fi-social-instagram:last-child,
.pinterest-btn .fi-social-pinterest:last-child {
  margin-right: 0; }

@media screen and (min-width: 64em) {
  .facebook-btn .fi-social-facebook,
  .twitter-btn .fi-social-twitter,
  .linkedin-btn .fi-social-linkedin,
  .instagram-btn .fi-social-instagram,
  .google-plus-btn .fi-social-google-plus,
  .mail-btn .fi-mail,
  .pinterest-btn .fi-social-pinterest {
    font-size: 2em; } }

.image-has-overlay-text {
  text-shadow: 1px 1px 1px #0A0A0A; }

.facebook-color {
  color: #3b5998; }

.twitter-color {
  color: #1DA1F2; }

.linkedin-color {
  color: #0077B5; }

.instagram-color {
  color: #bc2a8d; }

.googleplus-color {
  color: #dd4b39; }

.pinterest-color {
  color: #c92228; }

.email-color {
  color: #808080; }

blockquote a .fi-social-twitter {
  color: #1DA1F2; }

.breadcrumbs {
  margin-top: .5em; }

.section-padding {
  padding: 2em 0 2em; }
  .section-padding-top {
    padding: 2em 0 0; }
  .section-padding-thick {
    padding: 5em 0 4.5em 0; }
  .section-padding-thin {
    padding: 1em 0 .5em 0; }

.section-margin-bottom {
  margin-bottom: 2em; }

.section-margin-bottom-small {
  margin-bottom: 0.5em; }

.basetext-color-link {
  color: #0A0A0A; }

.title-accent {
  padding: 1.5px;
  max-width: 62px;
  /* small only */
  margin-bottom: 1em; }
  @media screen and (max-width: 39.9375em) {
    .title-accent {
      max-width: 31px; } }

.success {
  color: #007675; }

.error {
  color: #B2292E; }

.accent-coaches {
  color: #EE7623; }

.accent-tsac {
  color: #B2292E; }

.accent-cscs {
  color: #EE7623; }

.accent-cpt {
  color: #007675; }

.accent-csps {
  color: #00AE71; }

.accent-sportsci {
  color: #1B51A3; }

.accent-pt {
  color: #007675; }

.accent-general {
  color: #D1B168; }

.accent-medgray {
  color: #54565A; }

.accent-lightgray {
  color: #D9D8D6; }

.accent-white {
  color: #FFFFFF; }

.accent-cscs-background {
  background: #EE7623; }

.accent-coaches-background {
  background: #EE7623; }

.accent-coaches-support1-background {
  background: #185A7D; }

.accent-coaches-support2-background {
  background: #0075A9; }

.accent-coaches-support3-background {
  background: #87D1E6; }

.accent-coaches-support4-background {
  background: #F4C55C; }

.accent-coaches-support5-background {
  background: #F6DFA4; }

.accent-tsac-background {
  background: #B2292E; }

.accent-tactical-support1-background {
  background: #185A7D; }

.accent-tactical-support2-background {
  background: #0075A9; }

.accent-tactical-support3-background {
  background: #87D1E6; }

.accent-tactical-support4-background {
  background: #F4C55C; }

.accent-tactical-support5-background {
  background: #F6DFA4; }

.accent-cpt-background {
  background: #007675; }

.accent-pt-support1-background {
  background: #185A7D; }

.accent-pt-support2-background {
  background: #0075A9; }

.accent-pt-support3-background {
  background: #87D1E6; }

.accent-pt-support4-background {
  background: #F4C55C; }

.accent-pt-support5-background {
  background: #F6DFA4; }

.accent-csps-background {
  background: #00AE71; }

.accent-special-populations-support1-background {
  background: #185A7D; }

.accent-special-populations-support2-background {
  background: #0075A9; }

.accent-special-populations-support3-background {
  background: #87D1E6; }

.accent-special-populations-support4-background {
  background: #F4C55C; }

.accent-special-populations-support5-background {
  background: #F6DFA4; }

.accent-sportsci-background {
  background: #1B51A3; }

.accent-sportsci-support1-background {
  background: #F04C24; }

.accent-sportsci-support2-background {
  background: #9E3223; }

.accent-sportsci-support3-background {
  background: #87D1E6; }

.accent-sportsci-support4-background {
  background: #F4C55C; }

.accent-sportsci-support5-background {
  background: #F6DFA4; }

.accent-coaches-border-bottom {
  border-bottom: #EE7623 solid 3px; }

.accent-tsac-border-bottom {
  border-bottom: #B2292E solid 3px; }

.accent-cscs-border-bottom {
  border-bottom: #EE7623 solid 3px; }

.accent-cpt-border-bottom {
  border-bottom: #007675 solid 3px; }

.accent-csps-border-bottom {
  border-bottom: #00AE71 solid 3px; }

.accent-general-border-bottom {
  border-bottom: #D1B168 solid 3px; }

.accent-sportsci-border-bottom {
  border-bottom: #1B51A3 solid 3px; }

.accent-alert-border-bottom {
  border-bottom: #B2292E solid 3px; }

.accent-success-border-bottom {
  border-bottom: #007675 solid 3px; }

.accent-warning-border-bottom {
  border-bottom: #EE7623 solid 3px; }

.accent-coaches-border-left {
  border-left: #EE7623 solid 3px; }

.accent-tsac-border-left {
  border-left: #B2292E solid 3px; }

.accent-cscs-border-left {
  border-left: #EE7623 solid 3px; }

.accent-cpt-border-left {
  border-left: #007675 solid 3px; }

.accent-csps-border-left {
  border-left: #00AE71 solid 3px; }

.accent-general-border-left {
  border-left: #D1B168 solid 3px; }

.accent-sportsci-border-left {
  border-left: #1B51A3 solid 3px; }

.accent-alert-border-left {
  border-left: #B2292E solid 3px; }

.accent-success-border-left {
  border-left: #007675 solid 3px; }

.accent-warning-border-left {
  border-left: #EE7623 solid 3px; }

.accent-primary-border-left {
  border-left: #54565A solid 3px; }

.accent-pt-background {
  background: #007675; }

.accent-general-background {
  background: #D1B168; }

.accent-core-support1-background {
  background: #185A7D; }

.accent-core-support2-background {
  background: #0075A9; }

.accent-core-support3-background {
  background: #87D1E6; }

.accent-core-support4-background {
  background: #852E2C; }

.accent-core-support5-background {
  background: #BC2F2C; }

.accent-darkgray-background {
  background: #121418; }

.accent-medgray-background {
  background: #54565A; }

.accent-lightgray-background {
  background: #D9D8D6; }

.accent-blue,
.accent-lightblue,
.accent-red,
.accent-green,
.accent-orange,
.accent-gray {
  color: #D1B168; }

.accent-blue-background,
.accent-lightblue-background,
.accent-red-background,
.accent-green-background,
.accent-orange-background,
.accent-gray-background {
  background: #D1B168; }

.accent-blue-border-bottom,
.accent-lightblue-border-bottom,
.accent-red-border-bottom,
.accent-green-border-bottom,
.accent-orange-border-bottom,
.accent-gray-border-bottom {
  border-bottom: #D1B168 solid 3px; }

.accent-callout {
  margin-bottom: 1em;
  border-left: none;
  border-right: none; }

.callout.alert {
  border: unset;
  color: #0A0A0A;
  border-left: 3px solid #B2292E;
  background: #FCE4DB; }

.callout.success {
  border: unset;
  color: #0A0A0A;
  background: #DDE6E2;
  border-left: 3px solid #007675; }

.callout.warning {
  border: unset;
  color: #0A0A0A;
  background: #FEF4E2;
  border-left: 3px solid #FF9015; }

.text-black {
  color: #0A0A0A; }

.button {
  font-family: industry, sans-serif;
  text-transform: uppercase;
  text-decoration: none; }
  .button:visited {
    color: #FFFFFF; }
  .button:active {
    color: #FFFFFF; }
  .button:hover {
    color: #FFFFFF;
    background-color: #363c48; }
  .button:focus {
    color: #FFFFFF;
    background-color: #363c48; }
  .button.primary:visited {
    color: #FFFFFF; }
  .button.primary:active {
    color: #FFFFFF; }
  .button.primary:hover {
    color: #FFFFFF;
    background-color: #363c48; }
  .button.primary:focus {
    color: #FFFFFF;
    background-color: #363c48; }
  .button.secondary {
    color: #FFFFFF; }
    .button.secondary:visited {
      color: #FFFFFF; }
    .button.secondary:active {
      color: #FFFFFF; }
    .button.secondary:hover {
      color: #FFFFFF; }
    .button.secondary:focus {
      color: #FFFFFF; }
  .button.warning {
    color: #FFFFFF; }
    .button.warning:visited {
      color: #FFFFFF; }
    .button.warning:active {
      color: #FFFFFF; }
    .button.warning:hover {
      color: #FFFFFF; }
    .button.warning:focus {
      color: #FFFFFF; }
  .button.success {
    color: #FFFFFF; }
    .button.success:visited {
      color: #FFFFFF; }
    .button.success:active {
      color: #FFFFFF; }
    .button.success:hover {
      color: #FFFFFF; }
    .button.success:focus {
      color: #FFFFFF; }
  .button.alert {
    color: #FFFFFF; }
    .button.alert:visited {
      color: #FFFFFF; }
    .button.alert:active {
      color: #FFFFFF; }
    .button.alert:hover {
      color: #FFFFFF; }
    .button.alert:focus {
      color: #FFFFFF; }

.primary-ghost-button {
  border: #121418 3px solid;
  color: #121418;
  background-color: rgba(0, 0, 0, 0); }
  .primary-ghost-button:visited {
    color: #121418; }
  .primary-ghost-button:hover {
    background-color: rgba(190, 192, 194, 0.8);
    color: #0A0A0A; }
  .primary-ghost-button:active {
    background-color: rgba(190, 192, 194, 0.8);
    color: #0A0A0A; }
  .primary-ghost-button:focus {
    background-color: rgba(190, 192, 194, 0.8);
    color: #0A0A0A; }
  .primary-ghost-button:disabled, .primary-ghost-button[disabled],
  .primary-ghost-button [disabled]:hover,
  .primary-ghost-button :disabled:hover,
  .primary-ghost-button [disabled]:focus,
  .primary-ghost-button :disabled:focus,
  .primary-ghost-button :disabled:active,
  .primary-ghost-button [disabled]:active {
    background-color: #FFFFFF !important;
    color: #121418; }

.secondary-ghost-button {
  border: #FFFFFF 3px solid;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0); }
  .secondary-ghost-button:visited {
    color: #FFFFFF; }
  .secondary-ghost-button:hover {
    background-color: rgba(255, 255, 255, 0.3); }
  .secondary-ghost-button:active {
    background-color: rgba(255, 255, 255, 0.3); }
  .secondary-ghost-button:focus {
    background-color: rgba(255, 255, 255, 0.3); }

.sport-science-button {
  border: #FFFFFF 3px solid;
  color: #FFFFFF;
  background-color: #1B51A3; }
  .sport-science-button:visited {
    color: #FFFFFF; }
  .sport-science-button:hover {
    background-color: #29307D; }
  .sport-science-button:active {
    background-color: #29307D;
    border: 3px solid #cccccc; }
  .sport-science-button:focus {
    background-color: #29307D; }

.button.clear:active,
.button.clear:focus,
.button.clear:focus,
.button.clear:visited {
  color: #121418; }

.white-call-to-action-button {
  border: #FFFFFF 3px solid;
  color: #0A0A0A;
  background-color: white; }
  .white-call-to-action-button:visited {
    color: #0A0A0A; }
  .white-call-to-action-button:hover {
    background-color: rgba(255, 255, 255, 0.3);
    color: #FFFFFF; }
  .white-call-to-action-button:active {
    background-color: rgba(255, 255, 255, 0.3); }
  .white-call-to-action-button:focus {
    background-color: rgba(255, 255, 255, 0.3); }

.facebook-btn {
  padding: .3em .4em .2em .4em;
  border: none;
  background: #FFFFFF;
  color: #3b5998; }
  .facebook-btn:hover {
    background: #2d4373; }

.twitter-btn {
  padding: .3em .4em .2em .4em;
  border: none;
  background: #FFFFFF;
  color: #1DA1F2; }
  .twitter-btn:hover {
    background: #0c85d0; }

.linkedin-btn {
  padding: .3em .4em .2em .4em;
  border: none;
  background: #FFFFFF;
  color: #0077B5; }

.linkedin-btn:hover {
  background: #005582; }

.instagram-btn {
  padding: .3em .4em .2em .4em;
  border: none;
  background: #FFFFFF;
  color: #bc2a8d; }
  .instagram-btn:hover {
    background: #d544a6; }

.googleplus-btn {
  padding: .3em .4em .2em .4em;
  border: none;
  background: #FFFFFF;
  color: #dd4b39; }
  .googleplus-btn:hover {
    background: #c23321; }

.pinterest-btn {
  padding: .3em .4em .2em .4em;
  border: none;
  background: #FFFFFF;
  color: #c92228; }
  .pinterest-btn:hover {
    background: #9d1b1f; }

.mail-btn {
  padding: .3em .4em .2em .4em;
  border: none;
  background: #FFFFFF;
  color: #808080; }
  .mail-btn:hover {
    background: #676767; }

.to-top-btn {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 2000; }
  .to-top-btn .button {
    border-right: none;
    border-left: #FFFFFF 1px solid;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF; }

.ai-help-btn {
  position: fixed;
  bottom: 119px;
  right: 0px;
  z-index: 2000; }
  .ai-help-btn .button {
    border-right: none;
    border-left: #FFFFFF 1px solid;
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF; }

.ai-help-modal {
  overflow: hidden;
  height: 98%;
  right: 10px;
  bottom: 10px;
  /* small only */
  /* medium and up */
  /* large and up */
  /* xlarge and up */
  z-index: 2001;
  position: fixed;
  background-color: rgba(18, 20, 24, 0.9);
  border-radius: 4px;
  color: #FFFFFF; }
  @media screen and (max-width: 39.9375em) {
    .ai-help-modal {
      width: 100%;
      height: 100%;
      right: 0px;
      bottom: 0px; } }
  @media screen and (min-width: 40em) {
    .ai-help-modal {
      width: 60%; } }
  @media screen and (min-width: 64em) {
    .ai-help-modal {
      width: 50%; } }
  @media screen and (min-width: 104em) {
    .ai-help-modal {
      width: 30%; } }
  .ai-help-modal .fi-x {
    color: #FFFFFF; }
  .ai-help-modal h4 {
    margin: 0 0 0 0; }
  .ai-help-modal .ai-header {
    background: #121418;
    /*fallback*/
    background-image: url("/content/assets/arrow_accent_alt.png");
    /*fallback*/
    background: url("/content/assets/arrow_accent_alt.png"), linear-gradient(90deg, #2d333a 0%, #121418 100%);
    background-repeat: no-repeat;
    background-position: center center;
    color: #FFFFFF; }
  .ai-help-modal .button.clear.small {
    color: #FFFFFF; }
    .ai-help-modal .button.clear.small:hover {
      color: #cccccc; }

.card-link-color {
  color: #0A0A0A; }
  .card-link-color:link, .card-link-color:active, .card-link-color:focus, .card-link-color:visited {
    color: #0A0A0A;
    text-decoration: none; }
  .card-link-color:hover {
    color: #3d3d3d; }

.media-type-icon {
  border-radius: 50%;
  border: #FFFFFF 3px solid;
  width: 44px;
  height: 44px;
  color: #FFFFFF;
  position: relative; }
  .media-type-icon .fi-page,
  .media-type-icon .fi-play,
  .media-type-icon .fi-play-video,
  .media-type-icon .fi-video,
  .media-type-icon .fi-sound,
  .media-type-icon .fi-calendar,
  .media-type-icon .fi-page-multiple,
  .media-type-icon .fi-checkbox {
    font-size: 1.6em; }

.card-section--has-icon {
  margin-top: -36px; }

.label-overlay {
  position: relative;
  left: .4rem;
  top: 2rem;
  z-index: 10; }
  .label-overlay--image-offset {
    position: relative;
    top: -1.6rem;
    z-index: 3; }

/*
 Used to attach hover over/out animations
.clickable--animate{}
*/
.clickable {
  cursor: pointer; }
  .clickable--highlight:hover {
    background-color: #D9D8D6;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    -o-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out; }

.event-national-background {
  background-color: #121418; }

.event-exam-prep-background {
  background-color: #EE7623; }

.event-state-background {
  background-color: #007675; }

.event-courses-background {
  background-color: #007675; }

.event-tsac-background {
  background-color: #B2292E; }

.event-livestream-background {
  background-color: #0A0A0A; }

.content-area-fix {
  padding: 0 0 26px 0; }

/*Global table css defaults*/
.unstriped .accent {
  border-left: 1px #121418 solid;
  padding-left: .5em;
  border-bottom: 6px #FFFFFF solid; }

.unstriped thead {
  background: #FFFFFF;
  border: 1px solid #FFFFFF; }

.unstriped tbody {
  border: 1px solid #FFFFFF; }

.unstriped tfoot {
  border: 1px solid #FFFFFF; }

table thead {
  background: none; }

table thead, table tbody, table tfoot {
  border: none;
  border-bottom: 1px dashed #54565A; }

.menu--accent a:hover,
.menu--accent .button {
  border-left: #54565A solid 3px;
  line-height: 1;
  padding: .7rem .8rem;
  color: black; }

.label--link {
  background: #FFFFFF;
  color: #121418;
  border-left: #54565A solid 3px;
  line-height: 1.2;
  margin-top: 2px;
  cursor: pointer !important;
  word-wrap: break-word;
  white-space: pre-wrap; }
  .label--link:hover {
    background-color: #e6e6e6 !important; }

.triangle-down {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 8px solid #FFFFFF; }

.badge-type-icon {
  border-radius: 50%;
  border: #fff 3px solid;
  width: 44px;
  height: 44px;
  color: #fff;
  position: relative;
  font-size: 1.6em; }

.checkbox-radio--padding {
  margin-right: .6em; }

.remove-bottom-gap {
  margin-bottom: 0;
  padding-bottom: 0; }

.no-margin-bottom {
  margin-bottom: 0; }

.no-pointer {
  cursor: default !important; }

.pointer {
  cursor: pointer; }

[v-cloak] {
  display: none; }

.text-left-force {
  text-align: left !important; }

.text-right-force {
  text-align: right !important; }

a[disabled] {
  pointer-events: none; }

.nv-container,
.mobile-portrait,
.mobile-landscape {
  max-width: 100% !important; }

.category-a {
  background-color: #185A7D; }

.category-b {
  background-color: #0075A9; }

.category-c {
  background-color: #87D1E6; }

.category-d {
  background-color: #852E2C; }

.category-distinction {
  background-color: #BC2F2C; }

.category-additional {
  background-color: #121418; }

.pagination li.disabled a {
  padding: 0.1875rem 0.625rem;
  color: #BEC0C2;
  cursor: not-allowed; }
  .pagination li.disabled a:hover {
    background-color: transparent; }

hr {
  border-style: dashed; }

a {
  color: #806B49; }
  a:visited {
    color: #806B49; }
  a:hover {
    color: #605036; }
  a:active {
    color: #605036; }

a.nscablack-link {
  color: #0A0A0A; }
  a.nscablack-link:visited {
    color: #0A0A0A; }
  a.nscablack-link:hover {
    color: #242424; }
  a.nscablack-link:active {
    color: #242424; }

a.tsacf-link {
  color: #B2292E; }
  a.tsacf-link:visited {
    color: #B2292E; }
  a.tsacf-link:hover {
    color: #891f23; }
  a.tsacf-link:active {
    color: #891f23; }

a.nscacpt-link {
  color: #007675; }
  a.nscacpt-link:visited {
    color: #007675; }
  a.nscacpt-link:hover {
    color: #004342; }
  a.nscacpt-link:active {
    color: #004342; }

a.coaches-link {
  color: #EE7623; }
  a.coaches-link:visited {
    color: #EE7623; }
  a.coaches-link:hover {
    color: #ce5e10; }
  a.coaches-link:active {
    color: #ce5e10; }

@media print {
  .sticky-container,
  .nv-container,
  .mobile-search,
  .breadcrumbs,
  .footer-two,
  .footer-three,
  .utility {
    display: none; }
  table {
    overflow: visible !important;
    break-inside: avoid;
    page-break-inside: avoid; }
  thead {
    display: table-row-group; }
  tfoot {
    display: table-row-group; }
  tr {
    break-inside: avoid;
    page-break-inside: avoid; }
  .callout {
    box-decoration-break: clone; } }

.bold {
  font-weight: bold; }

.bolder {
  font-weight: bolder; }

.bold400 {
  font-weight: 400; }

span.price > small {
  font-size: 1.5625rem; }

.red {
  color: #D2232A; }

.label.block {
  width: 100%; }

.label.block > i {
  font-size: 30px;
  padding-right: 9px;
  vertical-align: initial;
  height: 100%;
  display: table-cell; }

.label.block > span {
  vertical-align: middle;
  white-space: pre-wrap;
  display: table-cell;
  font-size: 18px; }

.cursor-hand {
  cursor: pointer; }

.full-width {
  width: 100%;
  float: left; }

.member-discount-text {
  font-size: 14px; }

/* Required link click */
.tooltip.required {
  position: relative;
  z-index: 5;
  padding: .3rem .75rem .3rem .75rem;
  max-width: 8rem; }
  .tooltip.required.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.45rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #0A0A0A transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.required.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.45rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #0A0A0A;
    bottom: 100%; }

/* medium and up */
@media screen and (min-width: 40em) {
  .background-accent-arrow-left-right {
    background: url("/content/assets/aa_grey_left.png") left center no-repeat;
    background-color: #D9D8D6; } }

/* large and up */
@media screen and (min-width: 64em) {
  .background-accent-arrow-left-right {
    background: url("/content/assets/aa_grey_left.png") left center no-repeat, url("/content/assets/aa_grey_right.png") right center no-repeat;
    background-color: #D9D8D6; } }

.background-accent-arrow-left {
  background-image: url("/content/assets/aa_grey_left.png");
  background-position: left;
  background-position-y: center;
  background-repeat: no-repeat; }

.background-accent-arrow-right {
  background-image: url("/content/assets/aa_grey_right.png");
  background-position: right;
  background-position-y: center;
  background-repeat: no-repeat; }

.fieldset {
  border-top: 4px solid #D9D8D6;
  border-left: none;
  border-right: none;
  border-bottom: none; }

.label--hidden {
  visibility: hidden; }

input[list],
select {
  border-top: 1px solid #FFFFFF;
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
  padding-right: 1.35rem; }

input[list]:focus,
select:focus {
  border-bottom: 1px solid #121418;
  box-shadow: none;
  border-top: 1px solid #D9D8D6;
  border-left: 1px solid #D9D8D6;
  border-right: 1px solid #D9D8D6; }

[type='text'], [type='password'], [type='date'], [type='datetime'], [type='datetime-local'], [type='month'], [type='week'], [type='email'], [type='number'], [type='search'], [type='tel'], [type='time'], [type='url'], [type='color'],
textarea {
  /* Remove First - iOS fix */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border: 0px;
  border-bottom: 1px solid #54565A;
  border-top: none;
  border-left: none;
  border-right: none; }

[type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
textarea:focus {
  /* Remove First - iOS fix */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border: 0px;
  border-bottom: 1px solid #54565A;
  border-top: none;
  border-left: none;
  border-right: none; }

input:disabled,
input[readonly],
textarea:disabled,
textarea[readonly],
select:disabled {
  background-color: #f2f1f0;
  color: #121418; }

.input-group-label {
  border: none;
  background: none; }

.normal-text-field {
  box-shadow: none;
  border: 1px solid #D9D8D6; }

.large-text-field-font {
  height: 2.4em;
  font-size: 1.2em; }

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #54565A; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #54565A;
  opacity: 1; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #54565A;
  opacity: 1; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #54565A; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #54565A; }

::placeholder {
  /* Most modern browsers support this now. */
  color: #D9D8D6; }

/*EPiServer form buttons*/
.FormResetButton {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem;
  font-family: inherit;
  padding: .85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color .25s ease-out,color .25s ease-out;
  font-size: .9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  border: 1px solid transparent;
  color: #FFFFFF;
  background-color: #121418; }
  .FormResetButton:hover {
    background-color: black;
    color: #FFFFFF; }
  .FormResetButton:active {
    background-color: #121418;
    color: #FFFFFF; }
  .FormResetButton:focus {
    background-color: #121418;
    color: #FFFFFF; }

.FormSubmitButton {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem;
  font-family: inherit;
  padding: .85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color .25s ease-out,color .25s ease-out;
  font-size: .9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  border: #121418 1px solid;
  color: #0A0A0A;
  background-color: rgba(0, 0, 0, 0); }
  .FormSubmitButton:hover {
    background-color: rgba(190, 192, 194, 0.8);
    color: #0A0A0A; }
  .FormSubmitButton:active {
    background-color: rgba(190, 192, 194, 0.8);
    color: #0A0A0A; }
  .FormSubmitButton:focus {
    background-color: rgba(190, 192, 194, 0.8);
    color: #0A0A0A; }

.ValidationFail > [type='text'],
.ValidationFail > textarea,
.ValidationFail > select {
  margin: 0 0 0 0;
  background-color: #FCE4DB;
  border-color: #fefefe #fefefe #d2232a;
  border-right-width: 1px;
  border-right-style: solid;
  border-left-width: 1px;
  border-left-style: solid;
  border-top-width: 1px;
  border-top-style: solid; }

.ValidationFail > label {
  color: #B2292E; }

.Form__Element__ValidationError {
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-size: .75rem;
  font-weight: 700;
  color: #B2292E; }

.form-divider {
  border-top: 4px solid #d8d9da;
  border-left: none;
  border-right: none;
  border-bottom: none; }

.step-fieldset {
  border-top: 4px solid #d8d9da;
  border-left: none;
  border-right: none;
  border-bottom: none;
  margin: 1.125rem 0 0 0;
  padding: 1.25rem 0 0 .75rem; }
  .step-fieldset legend {
    font-size: 1.4em;
    padding: 0 .2em 0 .2em; }

.circle-path {
  width: 1.8em;
  height: 1em;
  margin-top: -.25em;
  position: absolute;
  z-index: 4; }

.circle {
  fill: none;
  stroke-opacity: 0.8; }

svg:not(:root) {
  overflow: visible; }

.label-focused-color {
  color: #bec0c2; }

.btnloadingpadding {
  padding-left: 2em; }

.isLoading {
  cursor: not-allowed; }

textarea.disabled,
input.disabled,
select.disabled {
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  background-color: #f2f1f0;
  color: #121418; }

.no-spinners-ui {
  -moz-appearance: textfield; }
  .no-spinners-ui::-webkit-inner-spin-button, .no-spinners-ui::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0; }

.large-centered-input {
  height: 1.4em;
  text-align: center;
  font-size: 2.4em;
  padding: 0.25em 0.5em; }

.label {
  display: inline-block;
  padding: .33333rem .5rem;
  border-radius: 0px;
  font-size: .8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #FFFFFF;
  color: #121418;
  border: 1px solid;
  border-color: #545d6f; }
  .label.discount {
    background: #D9D8D6;
    color: #0A0A0A;
    border-color: #D9D8D6; }
    .label.discount strong {
      font-size: 1rem; }
    .label.discount.large {
      font-family: industry, sans-serif;
      text-transform: uppercase;
      font-size: 1rem;
      padding: .1rem 0 .1rem .3rem; }
      .label.discount.large strong.amount {
        position: relative;
        padding: .1em .2em;
        font-size: 1.3rem;
        background-color: #F4C55C; }
      .label.discount.large strong {
        font-size: 1.3rem; }
  .label.primary {
    background: #FFFFFF;
    color: #121418;
    border-color: #545d6f; }
    .label.primary.solid {
      background: #121418;
      color: #FFFFFF;
      border: none; }
    .label.primary--flush {
      margin-left: -5px; }
    .label.primary--expanded {
      width: 100%;
      text-align: center; }
  .label.secondary {
    color: #575757;
    background: #FFFFFF;
    border-color: #545d6f; }
    .label.secondary.solid {
      background: #54565A;
      color: #FFFFFF;
      border: none; }
    .label.secondary--flush {
      margin-left: -5px; }
    .label.secondary--expanded {
      width: 100%;
      text-align: center; }
  .label.success {
    color: #004342;
    background: #FFFFFF;
    border-color: #007675; }
    .label.success.solid {
      background: #007675;
      color: #FFFFFF;
      border: none; }
    .label.success--flush {
      margin-left: -5px; }
    .label.success--expanded {
      width: 100%;
      text-align: center; }
  .label.warning {
    color: #ce5e10;
    background: #FFFFFF;
    border-color: #f29352; }
    .label.warning.solid {
      background: #EE7623;
      color: #FFFFFF;
      border: none; }
    .label.warning.sale {
      background: #EE7623;
      color: #FFFFFF;
      border: none;
      border-radius: 0px;
      display: inline-table;
      width: fit-content; }
      .label.warning.sale--flush {
        margin-left: -5px; }
    .label.warning--flush {
      margin-left: -5px; }
    .label.warning--expanded {
      width: 100%;
      text-align: center; }
  .label.alert {
    color: #B2292E;
    background: #FFFFFF;
    border-color: #e58f92; }
    .label.alert.solid {
      background: #B2292E;
      color: #FFFFFF;
      border: none; }
    .label.alert.sale {
      background: #B2292E;
      color: #FFFFFF;
      border: none;
      border-radius: 0px;
      display: inline-table;
      width: fit-content; }
    .label.alert--flush {
      margin-left: -5px; }
    .label.alert--expanded {
      width: 100%;
      text-align: center; }
  .label.hollow {
    color: #FFFFFF;
    background: none;
    border-color: white; }
    .label.hollow.invert {
      color: #0A0A0A;
      background: none;
      border-color: #575757; }
  .label.cscs {
    background: #FFFFFF;
    color: #121418;
    border-color: #545d6f; }
    .label.cscs.solid {
      background: #121418;
      color: #FFFFFF;
      border: none; }
  .label.cpt {
    background: #FFFFFF;
    color: #007675;
    border-color: #10fffd; }
    .label.cpt.solid {
      background: #007675;
      color: #FFFFFF;
      border: none; }
  .label.tsac {
    color: #B2292E;
    background: #FFFFFF;
    border-color: #e58f92; }
    .label.tsac.solid {
      background: #B2292E;
      color: #FFFFFF;
      border: none; }
  .label.csps {
    color: #004342;
    background: #FFFFFF;
    border-color: #007675; }
    .label.csps.solid {
      background: #007675;
      color: #FFFFFF;
      border: none; }
  .label.support-science {
    color: #575757;
    background: #FFFFFF;
    border-color: #545d6f; }
    .label.support-science.solid {
      background: #121418;
      color: #FFFFFF;
      border: none; }
  .label.pt {
    color: #ce5e10;
    background: #FFFFFF;
    border-color: #f29352; }
    .label.pt.solid {
      background: #EE7623;
      color: #FFFFFF;
      border: none; }
  .label.general {
    color: #575757;
    background: #FFFFFF;
    border-color: #545d6f; }
    .label.general.solid {
      background: #121418;
      color: #FFFFFF;
      border: none; }
  .label.other {
    background-color: #D9D8D6;
    color: #0A0A0A;
    border: none;
    border-radius: 0; }
  .label.article, .label.event, .label.product, .label.quiz, .label.video, .label.members-only, .label.ceu-eligible {
    color: #575757;
    background: #FFFFFF;
    border-color: #545d6f; }
    .label.article.solid, .label.event.solid, .label.product.solid, .label.quiz.solid, .label.video.solid, .label.members-only.solid, .label.ceu-eligible.solid {
      background: #121418;
      color: #FFFFFF;
      border: none; }

.alert--banner {
  margin: 0;
  border: none;
  color: #FFFFFF;
  background-color: #B2292E; }
  @media screen and (max-width: 39.9375em) {
    .alert--banner {
      padding: 0.5rem 2.4rem 0.5rem 2.4rem !important; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .alert--banner {
      padding: 0.5rem 2rem 0.5rem 2rem !important; } }
  .alert--banner p {
    margin-bottom: 0; }
  .alert--banner a:link, .alert--banner a:active, .alert--banner a:visited {
    color: #FFFFFF;
    text-decoration: underline; }
    .alert--banner a:link:hover, .alert--banner a:active:hover, .alert--banner a:visited:hover {
      color: #e6e6e6; }
  .alert--banner button {
    margin-top: -5px; }
    .alert--banner button .fi-x-circle {
      font-size: .8em;
      color: white; }
      @media screen and (max-width: 39.9375em) {
        .alert--banner button .fi-x-circle {
          font-size: 1.2em; } }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .alert--banner button .fi-x-circle {
          font-size: 1em; } }

.warning--banner {
  margin: 0;
  border: none;
  color: #FFFFFF;
  background-color: #EE7623; }
  @media screen and (max-width: 39.9375em) {
    .warning--banner {
      padding: 0.5rem 2.4rem 0.5rem 2.4rem !important; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .warning--banner {
      padding: 0.5rem 2rem 0.5rem 2rem !important; } }
  .warning--banner p {
    margin-bottom: 0; }
  .warning--banner a:link, .warning--banner a:active, .warning--banner a:visited {
    color: #FFFFFF;
    text-decoration: underline; }
    .warning--banner a:link:hover, .warning--banner a:active:hover, .warning--banner a:visited:hover {
      color: #e6e6e6; }
  .warning--banner button {
    margin-top: -5px; }
    .warning--banner button .fi-x-circle {
      font-size: .8em;
      color: white; }
      @media screen and (max-width: 39.9375em) {
        .warning--banner button .fi-x-circle {
          font-size: 1.2em; } }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .warning--banner button .fi-x-circle {
          font-size: 1em; } }

.success--banner {
  margin: 0;
  border: none;
  color: #FFFFFF;
  background-color: #007675; }
  @media screen and (max-width: 39.9375em) {
    .success--banner {
      padding: 0.5rem 2.4rem 0.5rem 2.4rem !important; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .success--banner {
      padding: 0.5rem 2rem 0.5rem 2rem !important; } }
  .success--banner p {
    margin-bottom: 0; }
  .success--banner a:link, .success--banner a:active, .success--banner a:visited {
    color: #FFFFFF;
    text-decoration: underline; }
    .success--banner a:link:hover, .success--banner a:active:hover, .success--banner a:visited:hover {
      color: #e6e6e6; }
  .success--banner button {
    margin-top: -5px; }
    .success--banner button .fi-x-circle {
      font-size: .8em;
      color: white; }
      @media screen and (max-width: 39.9375em) {
        .success--banner button .fi-x-circle {
          font-size: 1.2em; } }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .success--banner button .fi-x-circle {
          font-size: 1em; } }

.primary--banner {
  margin: 0;
  border: none;
  color: #0A0A0A;
  background-color: #F0E29A; }
  @media screen and (max-width: 39.9375em) {
    .primary--banner {
      padding: 0.5rem 2.4rem 0.5rem 2.4rem !important; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .primary--banner {
      padding: 0.5rem 2rem 0.5rem 2rem !important; } }
  .primary--banner p {
    margin-bottom: 0; }
  .primary--banner a:link, .primary--banner a:active, .primary--banner a:visited {
    color: #0A0A0A;
    text-decoration: underline; }
    .primary--banner a:link:hover, .primary--banner a:active:hover, .primary--banner a:visited:hover {
      color: black; }
  .primary--banner button {
    margin-top: -5px; }
    .primary--banner button .fi-x-circle {
      font-size: .8em;
      color: #3d3d3d; }
      @media screen and (max-width: 39.9375em) {
        .primary--banner button .fi-x-circle {
          font-size: 1.2em; } }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .primary--banner button .fi-x-circle {
          font-size: 1em; } }

.secondary--banner {
  margin: 0;
  border: none;
  color: #0A0A0A;
  background-color: #ECECEA; }
  @media screen and (max-width: 39.9375em) {
    .secondary--banner {
      padding: 0.5rem 2.4rem 0.5rem 2.4rem !important; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .secondary--banner {
      padding: 0.5rem 2rem 0.5rem 2rem !important; } }
  .secondary--banner p {
    margin-bottom: 0; }
  .secondary--banner a:link, .secondary--banner a:active, .secondary--banner a:visited {
    color: #0A0A0A;
    text-decoration: underline; }
    .secondary--banner a:link:hover, .secondary--banner a:active:hover, .secondary--banner a:visited:hover {
      color: black; }
  .secondary--banner button {
    margin-top: -5px; }
    .secondary--banner button .fi-x-circle {
      font-size: .8em;
      color: #3d3d3d; }
      @media screen and (max-width: 39.9375em) {
        .secondary--banner button .fi-x-circle {
          font-size: 1.2em; } }
      @media screen and (min-width: 40em) and (max-width: 63.9375em) {
        .secondary--banner button .fi-x-circle {
          font-size: 1em; } }

.responsive-card-table {
  border-collapse: collapse; }
  .responsive-card-table.unstriped tbody {
    background-color: transparent; }
  .responsive-card-table th {
    background-color: none; }
  .responsive-card-table tr,
  .responsive-card-table th,
  .responsive-card-table td {
    border: default; }
  @media screen and (max-width: 640px) {
    .responsive-card-table {
      /* Get table cells to act like rows */ }
      .responsive-card-table thead tr {
        position: absolute;
        top: -9999em;
        left: -9999em; }
      .responsive-card-table tr {
        border: default;
        display: block; }
      .responsive-card-table tr + tr {
        margin-top: 1.5rem; }
      .responsive-card-table td {
        border: none;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        border-bottom: default;
        padding-left: 50%;
        position: relative; }
        .responsive-card-table td:before {
          content: attr(data-label);
          display: inline-block;
          font-weight: bold;
          line-height: 1.5;
          margin-left: -100%;
          width: 100%;
          position: relative;
          z-index: 1; }
        .responsive-card-table td:after {
          content: '';
          position: absolute;
          background: none;
          width: 45%;
          height: 95%;
          left: 1px;
          top: 1px;
          z-index: 0; } }

/***************************************************************************
// * iubenda Cookie Solution                                               *
// *                                                                       *
// * Sample CSS v2.2.1                                                     *
// *                                                                       *
// * (c) 2019 iubenda srl <info@iubenda.com>                               *
// * All Rights Reserved.                                                  *
// *                                                                       *
// *************************************************************************
//
// CHANGELOG
//
// 2.2.1 - 2020-03-06
// - Introduce popover.
//
// 2.2.0 - 2019-11-07
// - Introduce brand customizations
//
// 2.1.5 - 2019-11-22
// - Add class to go fullscreen.
//
// 2.1.4 - 2020-03-25
// - Make the banner shadow darker
//
// 2.1.3 - 2020-01-22
// - Fix banner not appearing on iPhone.
//
// 2.1.2 - 2019-11-07
// - Fix buttons height on IE.
//
// 2.1.1 - 2019-10-30
// - Fix buttons margin and customize-advertising-tracking button width on mobile.
//
// 2.1.0 - 2019-10-24
// - Introduce text overflowing mask and style for reject button.
//
// 2.0.4 - 2019-06-24
// - Convert close button width to min-width
//
// 2.0.3 - 2019-05-24
// - Introduce new positioning options
//
// 2.0.2 - 2019-05-02
// - Fix text spaces when custom content
//
// 2.0.1 - 2019-04-09
// - Add rules for buttons group
//
// 2.0.0 - 2019-02-01
// - Full rewrite to accommodate the new markup
//
// 0.0.1 - 2015-04-01
// - First implementation of the sample CSS
*/
/*
-----------------
IMPORTANT: Changing the following values may prevent the notice from being displayed properly.
-----------------
*/
#iubenda-cs-banner {
  font-size: 15px !important;
  background: none !important;
  line-height: 1.4 !important;
  position: fixed !important;
  z-index: 99999998 !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  will-change: opacity, visibility;
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none !important;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease !important;
  -o-transition: opacity 0.4s ease, visibility 0.4s ease !important;
  transition: opacity 0.4s ease, visibility 0.4s ease !important;
  /* default */ }

#iubenda-cs-banner [class*=" iub"],
#iubenda-cs-banner [class^=iub],
#iubenda-cs-banner .iubenda-banner-content:not(.iubenda-custom-content) * {
  font-size: 100% !important;
  width: auto !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  background: none !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  -webkit-backface-visibility: hidden !important;
  backface-visibility: hidden !important;
  font-family: -apple-system, sans-serif !important;
  text-decoration: none !important;
  color: currentColor !important;
  background-attachment: scroll !important;
  background-color: transparent !important;
  background-image: none !important;
  background-position: 0 0 !important;
  background-repeat: repeat !important;
  border: 0 !important;
  border-color: #0A0A0A !important;
  border-color: currentColor !important;
  border-radius: 0 !important;
  border-style: none !important;
  border-width: medium !important;
  bottom: auto !important;
  clear: none !important;
  clip: auto !important;
  counter-increment: none !important;
  counter-reset: none !important;
  cursor: auto !important;
  direction: inherit !important;
  float: none !important;
  font-style: inherit !important;
  font-variant: normal !important;
  font-weight: inherit !important;
  height: auto !important;
  left: auto !important;
  letter-spacing: normal !important;
  line-height: inherit !important;
  list-style-type: inherit !important;
  list-style-position: outside !important;
  list-style-image: none !important;
  margin: 0 !important;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  opacity: 1;
  outline: 0 !important;
  overflow: visible !important;
  padding: 0 !important;
  position: static !important;
  quotes: "" "" !important;
  right: auto !important;
  table-layout: auto !important;
  text-align: left !important;
  text-indent: 0 !important;
  text-transform: none !important;
  top: auto !important;
  unicode-bidi: normal !important;
  vertical-align: baseline !important;
  visibility: inherit !important;
  white-space: normal !important;
  width: auto !important;
  word-spacing: normal !important;
  z-index: auto !important;
  background-origin: padding-box !important;
  background-origin: padding-box !important;
  background-clip: border-box !important;
  background-size: auto !important;
  -o-border-image: none !important;
  border-image: none !important;
  border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-column-count: auto !important;
  -moz-column-count: auto !important;
  column-count: auto !important;
  -webkit-column-gap: normal !important;
  -moz-column-gap: normal !important;
  column-gap: normal !important;
  -webkit-column-rule: medium none #0A0A0A !important;
  -moz-column-rule: medium none #0A0A0A !important;
  column-rule: medium none #0A0A0A !important;
  -webkit-column-span: none !important;
  -moz-column-span: none !important;
  column-span: none !important;
  -webkit-column-width: auto !important;
  -moz-column-width: auto !important;
  column-width: auto !important;
  -webkit-font-feature-settings: normal !important;
  font-feature-settings: normal !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
  -webkit-hyphens: manual !important;
  -ms-hyphens: manual !important;
  hyphens: manual !important;
  -webkit-perspective: none !important;
  perspective: none !important;
  -webkit-perspective-origin: 50% 50% !important;
  perspective-origin: 50% 50% !important;
  text-shadow: none !important;
  -webkit-transition: all 0s ease 0s !important;
  -o-transition: all 0s ease 0s !important;
  transition: all 0s ease 0s !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
  -webkit-transform-origin: 50% 50% !important;
  -ms-transform-origin: 50% 50% !important;
  transform-origin: 50% 50% !important;
  -webkit-transform-style: flat !important;
  transform-style: flat !important;
  word-break: normal !important;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

#iubenda-cs-banner .iub-popover-trigger {
  display: inline-block !important;
  text-decoration: underline !important;
  -webkit-text-decoration-style: dashed !important;
  text-decoration-style: dashed !important;
  position: relative !important;
  margin-right: 16px !important;
  cursor: pointer !important;
  line-height: 1.25 !important; }

#iubenda-cs-banner .iub-popover-trigger:before, #iubenda-cs-banner .iub-popover-trigger:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 12px;
  vertical-align: middle;
  background-size: 4px;
  position: absolute;
  left: calc(100% + 2px);
  top: 3px; }

#iubenda-cs-banner .iub-popover-trigger:before {
  background-color: currentColor;
  opacity: 0.35; }

#iubenda-cs-banner .iub-popover-trigger:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7' height='13' viewBox='0 0 7 13'%3E%3Cg fill='%23FFF' fill-rule='evenodd'%3E%3Cpath d='M2.779 1.288a1.287 1.287 0 112.574 0 1.287 1.287 0 01-2.574 0zM5.467 10.422l.903 1.851-.7.341a2.496 2.496 0 01-3.545-2.717l.818-3.252a.42.42 0 00-.178-.382.422.422 0 00-.452-.041l-.844.412-.902-1.852.843-.412a2.491 2.491 0 012.576.233 2.49 2.49 0 01.989 2.389 1.105 1.105 0 01-.02.095l-.817 3.253a.42.42 0 00.178.382c.08.059.244.142.451.041l.7-.341z'/%3E%3C/g%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat; }

#iubenda-cs-banner .iub-popover {
  position: absolute !important;
  top: 24px !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  border-radius: 4px !important;
  background-color: white !important;
  color: #222 !important;
  z-index: 2 !important;
  -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.1) !important;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.1) !important;
  opacity: 0 !important;
  visibility: hidden !important;
  -webkit-transform: translateY(24px) !important;
  -ms-transform: translateY(24px) !important;
  transform: translateY(24px) !important;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease !important;
  transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease !important;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease !important;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease !important;
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  z-index: 99 !important;
  pointer-events: none !important;
  overflow: hidden !important; }

#iubenda-cs-banner .iub-popover-header {
  -ms-flex-negative: 0 !important;
  flex-shrink: 0 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  z-index: 1 !important;
  -webkit-box-shadow: 0 16px 16px #FFF !important;
  box-shadow: 0 16px 16px #FFF !important; }

#iubenda-cs-banner .iub-popover-header > * {
  padding: 24px !important;
  padding-bottom: 0 !important; }

#iubenda-cs-banner .iub-popover-header-title {
  font-size: 18px !important;
  font-weight: bold !important; }

#iubenda-cs-banner .iub-popover-header-close {
  font-size: 24px !important;
  font-weight: 300 !important;
  cursor: pointer !important;
  line-height: 1 !important;
  position: relative !important;
  top: -2px !important; }

#iubenda-cs-banner .iub-popover-content {
  font-size: 14px !important;
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
  font-weight: 300 !important;
  line-height: 1.5 !important;
  position: relative !important; }

#iubenda-cs-banner .iub-popover-content > div {
  padding: 0 24px !important;
  overflow-y: auto !important;
  height: 100% !important; }

#iubenda-cs-banner .iub-popover-content > div:before, #iubenda-cs-banner .iub-popover-content > div:after {
  content: "";
  display: block;
  height: 24px; }

#iubenda-cs-banner .iub-popover-content h3 {
  margin-bottom: 16px !important;
  font-weight: bold !important; }

#iubenda-cs-banner .iub-popover-content p:not(:last-of-type) {
  margin-bottom: 16px !important; }

#iubenda-cs-banner .iub-popover-content a {
  text-decoration: underline !important;
  cursor: pointer !important;
  opacity: 0.8 !important; }

#iubenda-cs-banner .iub-popover-content b, #iubenda-cs-banner .iub-popover-content strong {
  font-weight: bold !important; }

#iubenda-cs-banner .iub-popover-content i, #iubenda-cs-banner .iub-popover-content em {
  font-style: italic !important; }

#iubenda-cs-banner .iub-popover-content:after {
  position: absolute;
  content: "";
  display: block;
  height: 24px;
  pointer-events: none;
  left: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%); }

#iubenda-cs-banner.iubenda-cs-default-floating .iub-popover {
  left: 8px !important;
  right: 8px !important; }

@media (min-width: 640px) {
  #iubenda-cs-banner.iubenda-cs-default .iub-popover {
    max-width: 992px !important;
    margin: 0 auto !important; }
  #iubenda-cs-banner.iubenda-cs-default.iubenda-cs-top .iub-popover {
    top: 16px !important;
    bottom: -16px !important; }
  #iubenda-cs-banner.iubenda-cs-default.iubenda-cs-bottom .iub-popover {
    top: -16px !important;
    bottom: 16px !important; } }

#iubenda-cs-banner.iub-popover-visible .iub-popover {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
  pointer-events: auto !important; }

#iubenda-cs-banner.iubenda-cs-overlay:before {
  content: "" !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background-color: rgba(0, 0, 0, 0.5) !important;
  z-index: 1 !important; }

#iubenda-cs-banner.iubenda-cs-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important; }

#iubenda-cs-banner.iubenda-cs-top {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important; }

#iubenda-cs-banner.iubenda-cs-bottom {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important; }

#iubenda-cs-banner.iubenda-cs-left {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

#iubenda-cs-banner.iubenda-cs-right {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important; }

#iubenda-cs-banner.iubenda-cs-visible {
  opacity: 1 !important;
  visibility: visible !important; }

#iubenda-cs-banner.iubenda-cs-visible .iubenda-cs-container {
  pointer-events: auto !important; }

#iubenda-cs-banner.iubenda-cs-slidein .iubenda-cs-container {
  -webkit-transition: -webkit-transform 0.4s ease !important;
  transition: -webkit-transform 0.4s ease !important;
  -o-transition: transform 0.4s ease !important;
  transition: transform 0.4s ease !important;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease !important; }

#iubenda-cs-banner.iubenda-cs-slidein.iubenda-cs-top .iubenda-cs-container {
  -webkit-transform: translateY(-48px) !important;
  -ms-transform: translateY(-48px) !important;
  transform: translateY(-48px) !important; }

#iubenda-cs-banner.iubenda-cs-slidein.iubenda-cs-bottom .iubenda-cs-container {
  -webkit-transform: translateY(48px) !important;
  -ms-transform: translateY(48px) !important;
  transform: translateY(48px) !important; }

#iubenda-cs-banner.iubenda-cs-slidein.iubenda-cs-visible .iubenda-cs-container {
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important; }

#iubenda-cs-banner .iubenda-cs-container {
  position: relative !important;
  z-index: 2 !important; }

#iubenda-cs-banner .iubenda-cs-brand {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 16px !important; }

#iubenda-cs-banner .iubenda-cs-brand > div {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important; }

#iubenda-cs-banner .iubenda-cs-brand img {
  max-width: 192px !important;
  max-height: 56px !important; }

#iubenda-cs-banner .iubenda-cs-content {
  position: relative !important;
  z-index: 1 !important;
  overflow: hidden !important;
  -webkit-transition: -webkit-transform 0.4s ease !important;
  transition: -webkit-transform 0.4s ease !important;
  -o-transition: transform 0.4s ease !important;
  transition: transform 0.4s ease !important;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease !important; }

#iubenda-cs-banner .iubenda-cs-rationale {
  position: relative !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

#iubenda-cs-banner .iubenda-cs-close-btn {
  position: absolute !important;
  top: -2px !important;
  padding: 16px !important;
  right: 0 !important;
  min-width: 48px !important;
  height: 48px !important;
  font-size: 24px !important;
  line-height: 0 !important;
  font-weight: lighter !important;
  cursor: pointer !important;
  text-align: center !important; }

#iubenda-cs-banner .iubenda-cs-close-btn:hover {
  opacity: 0.5 !important; }

#iubenda-cs-banner .iubenda-banner-content {
  font-weight: 300 !important;
  margin: 16px !important;
  margin-bottom: 0 !important;
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
  overflow-y: auto !important;
  mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(15%, black)) !important;
  mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 15%) !important;
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(15%, black)) !important;
  -webkit-mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, black 15%) !important;
  padding-bottom: 32px !important; }

#iubenda-cs-banner .iubenda-banner-content-padded {
  padding-right: 32px !important; }

#iubenda-cs-banner .iubenda-banner-content a {
  cursor: pointer !important;
  color: currentColor !important;
  opacity: 0.7 !important;
  text-decoration: underline !important; }

#iubenda-cs-banner .iubenda-banner-content a:hover {
  opacity: 1 !important; }

#iubenda-cs-banner #iubenda-cs-title {
  font-size: 1.25rem;
  margin-bottom: 16px !important;
  line-height: 1.4 !important;
  font-family: "ubuntu", sans-serif !important;
  font-style: normal !important;
  font-weight: bold !important;
  color: inherit !important;
  text-rendering: optimizeLegibility !important;
  margin-bottom: 0.5rem !important; }

#iubenda-cs-banner .iubenda-cs-opt-group {
  margin: 16px !important;
  z-index: 1 !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  margin-top: 0 !important; }

#iubenda-cs-banner .iubenda-cs-opt-group > div {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

@media (min-width: 640px) {
  #iubenda-cs-banner .iubenda-cs-opt-group {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important; }
  #iubenda-cs-banner .iubenda-cs-opt-group-custom {
    margin-right: auto !important;
    -ms-flex-item-align: start !important;
    align-self: start !important;
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important; }
  #iubenda-cs-banner .iubenda-cs-opt-group-consent {
    margin-left: auto !important;
    -ms-flex-item-align: end !important;
    align-self: end !important;
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important; } }

@media (max-width: 639px) {
  #iubenda-cs-banner .iubenda-cs-opt-group {
    margin: 12px !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important; }
  #iubenda-cs-banner .iubenda-cs-opt-group-custom {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  #iubenda-cs-banner .iubenda-cs-opt-group-consent {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

#iubenda-cs-banner .iubenda-cs-opt-group button {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  padding: 8px 32px !important;
  border-radius: 0px !important;
  cursor: pointer !important;
  font-weight: 700 !important;
  font-size: 1.1rem !important;
  margin-top: 4px !important;
  margin-bottom: 4px !important;
  text-align: center !important;
  font-family: industry, sans-serif !important;
  text-transform: uppercase !important;
  border: #FFFFFF 3px solid !important; }

@media (min-width: 640px) {
  #iubenda-cs-banner .iubenda-cs-opt-group button:not(:last-of-type) {
    margin-right: 8px !important; } }

@media (max-width: 639px) {
  #iubenda-cs-banner .iubenda-cs-opt-group button {
    padding: 8px 24px !important;
    width: 100% !important;
    display: block;
    text-align: center !important;
    margin: 6px 3px !important; } }

#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-brand {
  margin: 0 -8px 0 !important; }

@media (max-width: 991px) {
  #iubenda-cs-banner.iubenda-cs-default .iubenda-cs-brand {
    margin: -8px -8px 0 !important; } }

@media (min-width: 992px) {
  #iubenda-cs-banner.iubenda-cs-default .iubenda-cs-brand div {
    margin: 0 auto !important;
    width: calc(992px - 32px) !important; } }

@media (max-width: 991px) {
  #iubenda-cs-banner.iubenda-cs-default .iubenda-cs-brand div {
    margin: 0 8px !important; } }

#iubenda-cs-banner.iubenda-cs-default .iubenda-cs-container {
  width: 100% !important; }

@media (min-width: 992px) {
  #iubenda-cs-banner.iubenda-cs-default .iubenda-cs-rationale {
    width: 992px !important;
    margin: 16px auto !important; } }

@media (max-width: 991px) {
  #iubenda-cs-banner.iubenda-cs-default .iubenda-cs-content {
    padding: 8px !important; } }

#iubenda-cs-banner.iubenda-cs-default-floating .iubenda-cs-brand {
  margin: -8px -8px 0 !important; }

#iubenda-cs-banner.iubenda-cs-default-floating .iubenda-cs-brand div {
  margin: 8px !important; }

@media (min-width: 992px) {
  #iubenda-cs-banner.iubenda-cs-default-floating .iubenda-cs-container {
    width: 992px !important; } }

@media (min-width: 640px) {
  #iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-top):not(.iubenda-cs-center) .iubenda-cs-container, #iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-bottom):not(.iubenda-cs-center) .iubenda-cs-container, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center:not(.iubenda-cs-top):not(.iubenda-cs-bottom) .iubenda-cs-container {
    width: 480px !important; } }

#iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-top):not(.iubenda-cs-center) .iubenda-cs-opt-group, #iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-bottom):not(.iubenda-cs-center) .iubenda-cs-opt-group, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center:not(.iubenda-cs-top):not(.iubenda-cs-bottom) .iubenda-cs-opt-group {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

#iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-top):not(.iubenda-cs-center) .iubenda-cs-opt-group > div, #iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-bottom):not(.iubenda-cs-center) .iubenda-cs-opt-group > div, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center:not(.iubenda-cs-top):not(.iubenda-cs-bottom) .iubenda-cs-opt-group > div {
  width: 100% !important; }

#iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-top):not(.iubenda-cs-center) .iubenda-cs-opt-group button, #iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-bottom):not(.iubenda-cs-center) .iubenda-cs-opt-group button, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center:not(.iubenda-cs-top):not(.iubenda-cs-bottom) .iubenda-cs-opt-group button {
  display: block !important;
  width: 100% !important;
  text-align: center !important; }

#iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-top):not(.iubenda-cs-center) .iubenda-cs-opt-group-custom, #iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-bottom):not(.iubenda-cs-center) .iubenda-cs-opt-group-custom, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center:not(.iubenda-cs-top):not(.iubenda-cs-bottom) .iubenda-cs-opt-group-custom {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }

#iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-top):not(.iubenda-cs-center) .iubenda-cs-opt-group-consent, #iubenda-cs-banner.iubenda-cs-default-floating:not(.iubenda-cs-bottom):not(.iubenda-cs-center) .iubenda-cs-opt-group-consent, #iubenda-cs-banner.iubenda-cs-default-floating.iubenda-cs-center:not(.iubenda-cs-top):not(.iubenda-cs-bottom) .iubenda-cs-opt-group-consent {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

#iubenda-cs-banner.iubenda-cs-default-floating .iubenda-cs-content {
  -webkit-box-shadow: 0 8px 48px rgba(0, 0, 0, 0.15) !important;
  box-shadow: 0 8px 48px rgba(0, 0, 0, 0.15) !important;
  padding: 8px !important; }

@media (min-width: 992px) {
  #iubenda-cs-banner.iubenda-cs-default-floating .iubenda-cs-content {
    border-radius: 4px !important;
    margin: 16px !important; } }

#iubenda-cs-banner.iubenda-cs-fix-height .iubenda-cs-container,
#iubenda-cs-banner.iubenda-cs-fix-height .iubenda-cs-content,
#iubenda-cs-banner.iubenda-cs-fix-height .iubenda-cs-rationale {
  height: 100% !important; }

#iubenda-cs-banner.iubenda-cs-fix-height.iubenda-cs-default-floating .iubenda-cs-content {
  height: calc(100% - 32px) !important; }

#iubenda-cs-banner.iubenda-cs-fix-height .iubenda-cs-brand img {
  max-width: 75% !important; }

#iubenda-cs-banner .iubenda-cs-content {
  background-color: #0A0A0A !important;
  color: #FFFFFF !important; }

#iubenda-cs-banner .iubenda-cs-opt-group {
  color: #0A0A0A !important; }

#iubenda-cs-banner .iubenda-cs-opt-group button {
  background-color: rgba(0, 0, 0, 0) !important;
  color: #FFFFFF !important; }

#iubenda-cs-banner .iubenda-cs-opt-group button.iubenda-cs-btn-primary {
  background-color: white !important;
  color: #0A0A0A !important; }

#iubenda-cs-banner .iubenda-cs-opt-group button:focus {
  background-color: rgba(255, 255, 255, 0.3) !important;
  color: #FFFFFF !important; }

#iubenda-cs-banner .iubenda-cs-opt-group button:hover {
  background-color: rgba(255, 255, 255, 0.3) !important;
  color: #FFFFFF !important; }

/***************************************************************************
// * Osano Cookie Solution                                                 
// * https://docs.osano.com/hc/en-us/articles/22469396583316-CSS-for-Customizing-Styling-Osano-Cookie-Consent                                                     
// *************************************************************************

/* Key CSS Classes */
/* General Buttons */
osano-cm-save osano-cm-view__button osano-cm-button {
  background-color: #D1B168;
  color: #FFFFFF;
  border: none;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 0.5rem 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle; }

.osano-cm-button {
  background-color: #D1B168;
  color: #FFFFFF;
  border-color: #FFFFFF;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 1rem 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  vertical-align: middle; }

.osano-cm-button:focus, .osano-cm-button:hover {
  background-color: #D1B168;
  color: #FFFFFF;
  transition: background-color 0.25s ease-out, color 0.25s ease-out; }

/* Button Groups */
/*.osano-cm-buttons*/
/* Dialog Content */
/*.osano-cm-content*/
/* Dialog Description */
/*.osano-cm-description*/
/* Main Dialog Window */
/*.osano-cm-dialog*/
/* Information Dialog */
/*.osano-cm-info-dialog*/
/* Close Button for Info Dialog */
/*.osano-cm-info-dialog-close*/
/* Wrapper for Info Dialog */
/*.osano-cm-info-dialog-wrapper*/
/* Links */
/*.osano-cm-link*/
/* Toggle Switches */
.osano-cm-toggle__input:disabled:checked + .osano-cm-toggle__switch, .osano-cm-toggle__input:disabled:checked:focus + .osano-cm-toggle__switch, .osano-cm-toggle__input:disabled:checked:hover + .osano-cm-toggle__switch {
  background-color: #D9D8D6;
  border-color: #D9D8D6; }

.osano-cm-toggle__input:checked + .osano-cm-toggle__switch, .osano-cm-toggle__input:checked:hover + .osano-cm-toggle__switch, .osano-cm-toggle__input:checked:focus + .osano-cm-toggle__switch::before {
  background-color: #121418;
  border-color: #D9D8D6; }

.osano-cm-toggle__input:checked:focus + .osano-cm-toggle__switch::before {
  border-color: #D9D8D6; }

.osano-cm-toggle__input:checked + .osano-cm-toggle__switch {
  border-color: #D9D8D6; }

/*.osano-cm-toggle input[type=checkbox]*/
/* CMP Widget */
.osano-cm-window {
  z-index: 2001; }

.osano-cm-widget {
  position: fixed !important;
  bottom: 60px !important;
  right: 0px !important;
  border-right: none;
  border-left: #FFFFFF 1px solid;
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
  font-family: inherit;
  text-transform: uppercase;
  text-decoration: none;
  background-color: #121418;
  color: #FFFFFF;
  font-size: 1.25rem;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  width: 52px;
  height: 56px;
  -webkit-appearance: none;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #121418;
  color: #FFFFFF;
  opacity: .8;
  z-index: 2000; }
  .osano-cm-widget.osano-cm-widget--position_left {
    left: unset;
    right: 0 !important; }

.osano-cm-widget:focus, .osano-cm-widget:hover {
  text-decoration: none;
  opacity: .8;
  transform: unset;
  background-color: #363c48;
  color: #FFFFFF;
  transition: background-color 0.25s ease-out, color 0.25s ease-out; }

.osano-cm-widget:focus {
  outline: unset;
  outline-offset: unset; }

/* Main CMP Window */
/*.osano-cm-window*/
/* Customize link appearance within CMP window */
/*.osano-cm-window a.osano-cm-link*/
/* Labels */
/*label.osano-cm-label*/
button.osano-cm-window__widget > svg {
  width: 22px;
  height: 22px; }

/* cookie widget color change */
/* cookie outline */
button.osano-cm-window__widget > svg > path:nth-child(1) {
  stroke: black !important; }

/* cookie background */
button.osano-cm-window__widget > svg > path:nth-child(2) {
  stroke: none !important;
  /* needs to match stroke color from outline */
  fill: white !important; }

/* cookie dots */
button.osano-cm-window__widget > svg > g {
  fill: #121418 !important; }

.small-logo {
  padding-right: 6em; }
  .small-logo img {
    min-width: 98px; }

.shopping-cart {
  right: 0px;
  position: absolute; }
  .shopping-cart .badge {
    background-color: #121418;
    min-width: 1em;
    position: relative;
    left: -19px;
    top: -16px;
    font-size: 1em;
    padding: .08em .08em 0 .08em; }

.nv-container {
  background-color: #121418;
  background-image: url("/content/assets/arrow-accent.png");
  background-repeat: no-repeat;
  background-position: center right; }
  @media screen and (min-width: 106.25rem) {
    .nv-container {
      background-position: center right 86px; } }

.nv-idx {
  background-image: url("/content/assets/arrow-accent.png");
  background-repeat: no-repeat;
  background-position: center right; }
  @media screen and (min-width: 106.25rem) {
    .nv-idx {
      background-position: center right 6%; } }

/*Home page adjustment when logged in*/
.nav-utility {
  z-index: 1; }

/*Utility header*/
.utility-header {
  color: #FFFFFF;
  text-transform: uppercase; }
  .utility-header a,
  .utility-header a:visited,
  .utility-header a:active {
    color: #FFFFFF; }
  .utility-header a:hover {
    text-decoration: none;
    color: #D9D8D6; }
  .utility-header .fi-social-linkedin,
  .utility-header .fi-social-instagram,
  .utility-header .fi-social-facebook,
  .utility-header .fi-social-twitter,
  .utility-header .fi-shopping-cart {
    font-size: 1.6em;
    color: #FFFFFF; }
  .utility-header .fi-list,
  .utility-header .fi-share,
  .utility-header .fi-sign-in,
  .utility-header .show-for-small-only .fi-shopping-cart {
    font-size: 2em; }
  .utility-header .twitter-m,
  .utility-header .facebook-m,
  .utility-header .linkedin-m,
  .utility-header .instagram-m {
    visibility: hidden; }
    .utility-header .twitter-m a .fi-social-linkedin,
    .utility-header .twitter-m a .fi-social-twitter,
    .utility-header .twitter-m a .fi-social-facebook,
    .utility-header .twitter-m a .fi-social-instagram,
    .utility-header .facebook-m a .fi-social-linkedin,
    .utility-header .facebook-m a .fi-social-twitter,
    .utility-header .facebook-m a .fi-social-facebook,
    .utility-header .facebook-m a .fi-social-instagram,
    .utility-header .linkedin-m a .fi-social-linkedin,
    .utility-header .linkedin-m a .fi-social-twitter,
    .utility-header .linkedin-m a .fi-social-facebook,
    .utility-header .linkedin-m a .fi-social-instagram,
    .utility-header .instagram-m a .fi-social-linkedin,
    .utility-header .instagram-m a .fi-social-twitter,
    .utility-header .instagram-m a .fi-social-facebook,
    .utility-header .instagram-m a .fi-social-instagram {
      font-size: 2em; }
  .utility-header--home {
    background-color: none; }
  .utility-header .menu a {
    padding: 0.7rem 1.0rem 0.2rem 1.0rem; }
  .utility-header .menu li:last-child a {
    padding-right: 0; }
  .utility-header .shopping-cart {
    right: 0px;
    position: relative; }
    .utility-header .shopping-cart .badge {
      background-color: #121418;
      min-width: 1em;
      position: relative;
      left: -15px;
      top: -14px;
      padding: .08em;
      font-size: .8em; }
  .utility-header .show-for-small-only .shopping-cart {
    right: -10px;
    position: relative; }
    .utility-header .show-for-small-only .shopping-cart .badge {
      background-color: #121418;
      min-width: 1em;
      position: relative;
      left: -19px;
      top: -16px;
      font-size: 1em;
      padding: .08em .08em 0 .08em; }
  .utility-header .fi-torso {
    font-size: 1.8em; }
  .utility-header .user-image {
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
    border-bottom: none;
    padding: 0 0 0 0;
    background-color: #121418;
    border-radius: 100px; }
    .utility-header .user-image .fi-torso {
      color: #fff;
      font-size: 2.4em; }
  .utility-header .show-for-small-only .user-image {
    margin-top: .14em;
    min-width: 44px;
    max-width: 44px;
    min-height: 44px;
    max-height: 44px;
    padding: 0 0 0 0;
    background-color: #0A0A0A;
    border-radius: 100px; }
    .utility-header .show-for-small-only .user-image .fi-torso {
      color: #fff;
      font-size: 1.8em; }
  .utility-header .show-for-small-only .triangle-down {
    border-top-color: #54565A;
    position: relative; }
  .utility-header .dropdown-pane .vertical.menu {
    font-family: industry, sans-serif;
    text-transform: uppercase; }

.home-header-image {
  min-height: 450px;
  top: 0;
  left: 0px;
  right: 0px;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #0A0A0A;
  /* medium and up */
  /* large and up */
  /* xlarge and up */
  /* xxlarge and up */
  /* xxxlarge and up */ }
  .home-header-image .call-to-action {
    position: absolute;
    font-family: industry, sans-serif;
    top: 5em;
    color: #FFFFFF;
    z-index: 0; }
    .home-header-image .call-to-action .f1 {
      font-size: 1.5em;
      line-height: 1em;
      -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
      filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5)); }
    .home-header-image .call-to-action .f2 {
      -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
      filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5)); }
    .home-header-image .call-to-action .f5 {
      font-size: 1em;
      line-height: 1em;
      -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
      filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5)); }
    .home-header-image .call-to-action a {
      margin-top: 0; }
    .home-header-image .call-to-action .nsca-logo--size {
      position: initial;
      -webkit-filter: initial;
      filter: initial;
      -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
      filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5)); }
  @media screen and (min-width: 40em) {
    .home-header-image {
      background-position: center; }
      .home-header-image .call-to-action {
        right: 2em;
        top: auto;
        bottom: 40px; }
        .home-header-image .call-to-action a {
          margin-top: 1.2em; }
        .home-header-image .call-to-action .inline {
          display: inline-block; }
        .home-header-image .call-to-action .l1 {
          line-height: 3em; }
        .home-header-image .call-to-action .l2 {
          line-height: 2.5em; }
        .home-header-image .call-to-action .f1 {
          font-size: 3em; }
        .home-header-image .call-to-action .f2 {
          margin-right: .25em;
          font-size: 1.8em; }
        .home-header-image .call-to-action .f3 {
          margin-left: .25em;
          font-size: 1.8em; }
        .home-header-image .call-to-action .f4 {
          font-size: 3.2em; }
        .home-header-image .call-to-action .f5 {
          font-size: 2em; }
        .home-header-image .call-to-action .f6 {
          font-size: 1.6em; } }
  @media screen and (min-width: 64em) {
    .home-header-image {
      background-position: center; }
      .home-header-image .call-to-action {
        right: 8em;
        top: auto;
        bottom: 40px; }
        .home-header-image .call-to-action a {
          margin-top: 1.2em; }
        .home-header-image .call-to-action .l1 {
          line-height: 3em; }
        .home-header-image .call-to-action .l2 {
          line-height: 2.5em; }
        .home-header-image .call-to-action .f1 {
          font-size: 3.2em; }
        .home-header-image .call-to-action .f2 {
          margin-right: .25em;
          font-size: 1.8em; }
        .home-header-image .call-to-action .f3 {
          margin-left: .25em;
          font-size: 1.8em; }
        .home-header-image .call-to-action .f4 {
          font-size: 3.8em; }
        .home-header-image .call-to-action .f5 {
          font-size: 2em; }
        .home-header-image .call-to-action .f6 {
          font-size: 1.6em; } }
  @media screen and (min-width: 90em) {
    .home-header-image {
      background-position: center; }
      .home-header-image .call-to-action {
        right: 18em;
        top: auto;
        bottom: 40px; }
        .home-header-image .call-to-action a {
          margin-top: 1.2em; }
        .home-header-image .call-to-action .f1 {
          font-size: 3.6em; }
        .home-header-image .call-to-action .f2 {
          margin-right: .25em;
          font-size: 1.8em; }
        .home-header-image .call-to-action .f3 {
          margin-left: .25em;
          font-size: 1.8em; }
        .home-header-image .call-to-action .f4 {
          font-size: 3.8em; } }
  @media screen and (min-width: 110em) {
    .home-header-image {
      background-position: center; }
      .home-header-image .call-to-action {
        right: 28em;
        top: auto;
        bottom: 40px; }
        .home-header-image .call-to-action a {
          margin-top: 1.2em; } }
  @media screen and (min-width: 130em) {
    .home-header-image {
      background-position: center; }
      .home-header-image .call-to-action {
        right: 36em;
        top: auto;
        bottom: 40px; }
        .home-header-image .call-to-action a {
          margin-top: 1.2em; } }

/*Off Canvas Navigation*/
.off-canvas {
  background: #121418; }
  .off-canvas .button {
    padding: .3em .6em; }
    .off-canvas .button #m-menu-icon {
      width: 1em;
      height: 1em; }
    .off-canvas .button #m-menu-icon-1,
    .off-canvas .button #m-menu-icon-2,
    .off-canvas .button #m-menu-icon-3 {
      fill: #FFFFFF; }
  .off-canvas .button.large {
    font-size: 2em; }
  .off-canvas .drilldown a {
    color: #FFFFFF;
    background-color: #121418; }
  .off-canvas .vertical.menu li {
    background-color: #121418;
    border-top: 1px solid black;
    padding: .5em 0 .5em 0; }
  .off-canvas .drilldown .js-drilldown-back > a::before {
    border-color: transparent #FFFFFF transparent transparent; }
  .off-canvas .is-drilldown-submenu-parent > a::after {
    border-color: transparent transparent transparent #FFFFFF; }
  .off-canvas .is-drilldown-submenu {
    background: #121418; }

.off-canvas.is-transition-overlap {
  z-index: 21; }

.off-canvas.ai-chat {
  color: #FFFFFF; }
  .off-canvas.ai-chat.position-right {
    width: 100%;
    /* medium and up */
    /* xlarge and up */
    /* xxlarge and up */
    /* xxxlarge and up */ }
    @media screen and (min-width: 40em) {
      .off-canvas.ai-chat.position-right {
        width: 100%; } }
    @media screen and (min-width: 64em) {
      .off-canvas.ai-chat.position-right {
        width: 50%; } }
    @media screen and (min-width: 90em) {
      .off-canvas.ai-chat.position-right {
        width: 40%; } }
    @media screen and (min-width: 110em) {
      .off-canvas.ai-chat.position-right {
        width: 30%; } }
    @media screen and (min-width: 130em) {
      .off-canvas.ai-chat.position-right {
        width: 25%; } }
  .off-canvas.ai-chat h3 {
    color: #FFFFFF; }
  .off-canvas.ai-chat label {
    color: #FFFFFF; }
  .off-canvas.ai-chat .question-field-bottom {
    position: absolute;
    bottom: 0;
    width: 100%; }
  .off-canvas.ai-chat .input-group .input-group-field {
    font-size: 1.5rem;
    border: 1px solid #e7e7e7;
    padding-top: .25em;
    padding-bottom: .3em;
    height: 2.9rem; }
    .off-canvas.ai-chat .input-group .input-group-field::-ms-input-placeholder {
      color: #D9D8D6; }
    .off-canvas.ai-chat .input-group .input-group-field::placeholder {
      color: #D9D8D6; }

/*Navigation*/
.navigation-menu {
  padding: 0 1em .6em 1em;
  color: #FFFFFF;
  position: relative;
  width: 100%;
  z-index: 1;
  text-transform: uppercase; }
  .navigation-menu .medium-logo {
    max-width: 200px;
    position: relative;
    top: -10px; }
  .navigation-menu .large-logo {
    position: absolute;
    top: -6px; }
  .navigation-menu .accent-white:link,
  .navigation-menu .accent-white:hover,
  .navigation-menu .accent-white:active,
  .navigation-menu .accent-white:visited {
    color: #FFFFFF; }
  .navigation-menu #medium-search-group .input-group {
    margin-bottom: 0px; }
  .navigation-menu .nsca-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .navigation-menu .nsca-nav-position {
    position: relative;
    z-index: 2; }
  .navigation-menu .input-group .button {
    margin: 0;
    height: 2.7rem; }
    .navigation-menu .input-group .button:hover {
      background-color: rgba(255, 255, 255, 0.3); }
  .navigation-menu .input-group .search-button {
    border-left: none;
    background-color: rgba(32, 34, 35, 0.1);
    background: rgba(32, 34, 35, 0.1); }
  .navigation-menu .input-group .input-group-label {
    padding: 0 1rem;
    border: none;
    background: none; }
  .navigation-menu .input-group input {
    background-color: rgba(32, 34, 35, 0.1);
    background: rgba(32, 34, 35, 0.1);
    border: #FFFFFF 1px solid;
    border-right: none;
    color: #FFFFFF;
    padding-left: .5em;
    width: 100%; }
    .navigation-menu .input-group input:focus {
      background-color: rgba(32, 34, 35, 0.1);
      background: rgba(32, 34, 35, 0.1);
      border: #FFFFFF 1px solid;
      border-right: none;
      color: #FFFFFF;
      padding-left: .5em;
      width: 100%; }
  .navigation-menu .dropdown {
    margin-bottom: 1em; }
  .navigation-menu .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    display: none; }
  .navigation-menu .dropdown.menu > li.is-dropdown-submenu-parent > a {
    padding-right: 0; }
  .navigation-menu .dropdown.menu > li.is-dropdown-submenu-parent > span {
    color: #FFFFFF;
    margin: 1em 0 0 1em;
    cursor: pointer; }
  .navigation-menu .dropdown.menu .is-active > a {
    color: #c0bfbc; }
  .navigation-menu .dropdown {
    margin-top: 1em;
    /* medium and up */ }
    @media screen and (min-width: 40em) {
      .navigation-menu .dropdown {
        margin-top: 0; } }
    .navigation-menu .dropdown a {
      color: #FFFFFF;
      font-size: .9em; }
    .navigation-menu .dropdown .menu a {
      color: #0A0A0A; }
    .navigation-menu .dropdown .menu a:hover {
      background-color: #D9D8D6;
      text-decoration: none; }
    .navigation-menu .dropdown .menu {
      -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.23);
      -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.23);
      box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.23); }
  .navigation-menu .button {
    background-color: rgba(32, 34, 35, 0.1);
    background: rgba(32, 34, 35, 0.1);
    border: #FFFFFF 1px solid;
    border-radius: 0; }
    .navigation-menu .button:visited {
      color: #FFFFFF; }
  .navigation-menu ul {
    justify-content: flex-end;
    font-family: Industry, sans-serif !important; }

.nav-index {
  z-index: 3; }

.mobile-landscape-start {
  z-index: 3; }

.navigation-menu-home {
  margin-bottom: .6em;
  color: #FFFFFF;
  width: 100%;
  text-transform: uppercase;
  /* medium and up */
  /* xlarge and up */
  /* xxlarge and up */
  /* xxxlarge and up */
  /* medium only */ }
  .navigation-menu-home .nsca-logo--size {
    position: initial;
    -webkit-filter: initial;
    filter: initial; }
  @media screen and (min-width: 40em) {
    .navigation-menu-home .medium-logo {
      max-width: 200px;
      position: relative;
      top: -10px; }
    .navigation-menu-home .nsca-logo--size {
      margin-top: 0em;
      margin-left: 1.2em;
      -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
      filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5)); } }
  @media screen and (min-width: 64em) {
    .navigation-menu-home .nsca-logo--size {
      position: absolute;
      top: 5.5em;
      left: calc(8%);
      -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
      filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5)); } }
  @media screen and (min-width: 90em) {
    .navigation-menu-home .nsca-logo--size {
      position: absolute;
      top: 4.2em;
      left: calc(10%);
      -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
      filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5)); } }
  @media screen and (min-width: 110em) {
    .navigation-menu-home .nsca-logo--size {
      position: absolute;
      top: 4.2em;
      left: calc(18%);
      -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
      filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5)); } }
  @media screen and (min-width: 130em) {
    .navigation-menu-home .nsca-logo--size {
      position: absolute;
      top: 4.2em;
      left: calc(20%);
      -webkit-filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5));
      filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.5)); } }
  .navigation-menu-home ul:before, .navigation-menu-home ul:after {
    content: ""; }
  .navigation-menu-home ul:before {
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    z-index: -2; }
  .navigation-menu-home ul:after {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: -1; }
  .navigation-menu-home ul {
    font-family: Industry, sans-serif;
    border: 1px solid rgba(32, 34, 35, 0.7);
    padding-top: .5em;
    padding-bottom: .5em;
    padding-right: .5em;
    justify-content: flex-end;
    background: #121418;
    background: -moz-linear-gradient(left, rgba(32, 34, 35, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(left, rgba(32, 34, 35, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to right, rgba(32, 34, 35, 0.8) 0%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001627', endColorstr='#000000',GradientType=1 ); }
    .navigation-menu-home ul ul {
      border: 1px solid #BEC0C2;
      background: #fefefe;
      padding-right: initial; }
    .navigation-menu-home ul ul:before {
      background-image: initial; }
    .navigation-menu-home ul li > span {
      padding: .8em; }
    .navigation-menu-home ul li.is-active > span {
      background: rgba(32, 34, 35, 0.4); }
  .navigation-menu-home input {
    background: rgba(32, 34, 35, 0.1);
    border: #FFFFFF solid thin;
    border-right: none;
    color: #FFFFFF; }
    .navigation-menu-home input:focus {
      background-color: #202223;
      border: #FFFFFF solid thin;
      border-right: none;
      color: #FFFFFF; }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .navigation-menu-home .input-group {
      margin-bottom: 0px; } }
  .navigation-menu-home .input-group-button .button {
    background: rgba(32, 34, 35, 0.1);
    border: #FFFFFF solid thin;
    border-left: initial;
    position: relative;
    left: -1px; }
  .navigation-menu-home .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
    display: none; }
  .navigation-menu-home .dropdown.menu > li.is-dropdown-submenu-parent > a {
    padding-right: 0; }
  .navigation-menu-home .dropdown.menu > li.is-dropdown-submenu-parent > span {
    color: #FFFFFF;
    margin: 1em 0 0 1em;
    cursor: pointer; }
  .navigation-menu-home .is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
    padding-top: 0em;
    padding-bottom: 0em; }
  .navigation-menu-home .dropdown.menu .is-active > a {
    color: #c0bfbc; }
  .navigation-menu-home .dropdown {
    position: relative;
    z-index: 100; }
    .navigation-menu-home .dropdown a {
      color: #FFFFFF;
      font-size: .9em; }
    .navigation-menu-home .dropdown .menu a {
      color: #0A0A0A; }
    .navigation-menu-home .dropdown .menu a:hover {
      background-color: #D9D8D6;
      text-decoration: none; }
    .navigation-menu-home .dropdown .menu {
      -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.23);
      -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.23);
      box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.23); }
  .navigation-menu-home .vertical .menu a:hover {
    background-color: #D9D8D6; }

.mobile-search .input-group {
  margin-bottom: 0; }
  .mobile-search .input-group .input-group-field {
    height: 4em;
    border: #121418 1px solid;
    border-right: none;
    border-top: none;
    border-left: #121418 1px solid;
    color: #0A0A0A;
    padding-left: 1em; }
  .mobile-search .input-group .input-group-button a {
    height: 3.2em;
    padding-top: 1rem; }
  .mobile-search .input-group .button {
    border: 1px solid #121418; }

.nsca-logo--size {
  max-width: 260px;
  width: 260px; }

.mobile-sticky-nav {
  background-color: rgba(32, 34, 35, 0.9);
  border-bottom: #121418 solid thin;
  z-index: 1;
  max-height: 3.6em;
  color: #FFFFFF; }
  .mobile-sticky-nav a,
  .mobile-sticky-nav a:visited,
  .mobile-sticky-nav a:active,
  .mobile-sticky-nav a:hover {
    color: #FFFFFF; }
  .mobile-sticky-nav .fi-social-linkedin,
  .mobile-sticky-nav .fi-social-instagram,
  .mobile-sticky-nav .fi-social-facebook,
  .mobile-sticky-nav .fi-social-twitter {
    font-size: 1.6em;
    color: #FFFFFF; }
  .mobile-sticky-nav .fi-list,
  .mobile-sticky-nav .fi-share,
  .mobile-sticky-nav .fi-magnifying-glass,
  .mobile-sticky-nav .fi-shopping-cart,
  .mobile-sticky-nav .fi-power,
  .mobile-sticky-nav .fi-key,
  .mobile-sticky-nav .fi-arrow-right,
  .mobile-sticky-nav .fi-lock,
  .mobile-sticky-nav .fi-sign-in {
    font-size: 2em; }
  .mobile-sticky-nav .fi-torso {
    font-size: 1.8em; }
  .mobile-sticky-nav .fi-list {
    padding-left: .25em; }
  .mobile-sticky-nav .m-logo {
    margin-top: .25em;
    width: 98px;
    height: 40px; }
  .mobile-sticky-nav .twitter-m,
  .mobile-sticky-nav .facebook-m,
  .mobile-sticky-nav .linkedin-m,
  .mobile-sticky-nav .instagram-m {
    visibility: hidden; }
  .mobile-sticky-nav .shopping-cart-m .badge {
    min-width: 1em;
    position: relative;
    right: 20px;
    top: -18px;
    font-size: 1em;
    padding: .08em .08em 0 .08em;
    background-color: #121418; }
  .mobile-sticky-nav .user-image {
    margin-top: .14em;
    min-width: 44px;
    max-width: 44px;
    min-height: 44px;
    max-height: 44px;
    padding: 0 0 0 0;
    background-color: #0A0A0A;
    border-radius: 100px; }
  .mobile-sticky-nav .triangle-down {
    border-top-color: #54565A;
    position: relative; }

.mobile-landscape .mobile-sticky-nav {
  max-height: none; }

.mission-statement {
  color: #FFFFFF; }
  .mission-statement a {
    color: #FFFFFF; }
    .mission-statement a:visited {
      color: #FFFFFF; }
    .mission-statement a:hover {
      color: #e6e6e6; }
    .mission-statement a:active {
      color: #e6e6e6; }

.utility {
  background-color: #1a1c1e;
  color: #FFFFFF;
  padding: .2em .5em 0 .5em; }

.footer {
  background-color: #121418;
  background-image: url("/content/assets/line-accent.png");
  background-repeat: no-repeat;
  background-position: center right -275px;
  color: #FFFFFF;
  min-height: 14em;
  padding: 2em 1em 1em; }
  @media screen and (min-width: 106.25rem) {
    .footer {
      background-position: center right -200px; } }
  @media screen and (min-width: 40em) and (max-width: 106.1875rem) {
    .footer {
      background-position: center right -230px; } }
  @media screen and (max-width: 39.9375em) {
    .footer {
      background-image: none; } }

.footer-two {
  background-color: #D9D8D6;
  min-height: 14em;
  padding: 2em 1em 0.5em; }

.footer-three {
  background-color: #121418;
  background-image: url("/content/assets/line-accent.png");
  background-repeat: no-repeat;
  background-position: center right 160px;
  color: #FFFFFF;
  min-height: 20em;
  padding: 2em 1em 2em; }
  @media screen and (min-width: 106.25rem) {
    .footer-three {
      background-position: center right 230px; } }
  @media screen and (min-width: 40em) {
    .footer-three {
      background-position: center right 300px; } }
  @media screen and (max-width: 39.9375em) {
    .footer-three {
      background-image: none; } }

.footer, .footer-two, .footer-three {
  /*.sponsor-list {
        margin-left: 0;
        list-style-type: none;
    }*/ }
  .footer h6, .footer-two h6, .footer-three h6 {
    color: #FFFFFF; }
  .footer .footer-block:not(:first-child), .footer-two .footer-block:not(:first-child), .footer-three .footer-block:not(:first-child) {
    padding-top: 4em; }
  .footer .list, .footer-two .list, .footer-three .list {
    margin-left: 0;
    list-style-type: none;
    line-height: 1; }
  .footer .contact-email a, .footer-two .contact-email a, .footer-three .contact-email a {
    color: #FFFFFF; }
    .footer .contact-email a:hover, .footer-two .contact-email a:hover, .footer-three .contact-email a:hover {
      color: #D9D8D6; }
  .footer .list a, .footer-two .list a, .footer-three .list a {
    color: #FFFFFF; }
    .footer .list a:hover, .footer-two .list a:hover, .footer-three .list a:hover {
      color: #D9D8D6; }
  .footer .list .list, .footer-two .list .list, .footer-three .list .list {
    padding-left: 0.5em; }
  .footer .sponsor-list img, .footer-two .sponsor-list img, .footer-three .sponsor-list img {
    width: 75%; }
  .footer .sponsor-list .sponsor:not(:first-child), .footer-two .sponsor-list .sponsor:not(:first-child), .footer-three .sponsor-list .sponsor:not(:first-child) {
    padding-top: 1em; }
  .footer .left-divider-decor, .footer-two .left-divider-decor, .footer-three .left-divider-decor {
    border-left: none;
    padding-left: 0em; }
  @media screen and (min-width: 40em) {
    .footer .footer-block:not(:first-child), .footer-two .footer-block:not(:first-child), .footer-three .footer-block:not(:first-child) {
      padding-top: 0em; }
    .footer .left-divider-decor, .footer-two .left-divider-decor, .footer-three .left-divider-decor {
      border-left: #FFFFFF solid 1px;
      padding-left: 2em; } }
  @media print {
    .footer .footer-block:not(:first-child), .footer-two .footer-block:not(:first-child), .footer-three .footer-block:not(:first-child) {
      padding-top: .0em;
      width: 50%; } }

.footer-two h6 {
  color: #0A0A0A;
  font-weight: bold; }

.footer-two .list a {
  color: #0A0A0A; }
  .footer-two .list a:hover {
    color: #54565A; }

.footer-three h6 {
  margin-bottom: 0.8rem;
  margin-top: 0.4rem; }

.utility {
  /* small only */ }
  .utility .copyright-list {
    margin-left: 0;
    list-style-type: none;
    display: inline; }
    .utility .copyright-list li {
      display: inline; }
      .utility .copyright-list li a {
        color: #FFFFFF; }
    .utility .copyright-list li + li {
      border-left: 1px solid;
      margin-left: .5em;
      padding-left: .5em; }
  .utility .social-list {
    list-style-type: none;
    display: inline;
    margin-left: 0; }
    .utility .social-list li {
      display: inline; }
      .utility .social-list li a {
        color: #FFFFFF; }
      .utility .social-list li i {
        font-size: 1.6em; }
    .utility .social-list li + li {
      margin-left: .5em;
      padding-left: .5em; }
  @media screen and (max-width: 39.9375em) {
    .utility .copyright-list li:last-child:before {
      content: ' ';
      display: block; }
    .utility .copyright-list li:last-child {
      border-left: none; }
    .utility .social-list li i {
      font-size: 2.4em; }
    .utility .sponsor-list img {
      width: 50%; } }

.saved-address-list-item:hover {
  background: #D9D8D6; }

.saved-address-list-item.selected {
  background: #121418; }

.card-block .image--background {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.card-block .has-image {
  height: 250px; }
  .card-block .has-image h2 {
    color: #FFFFFF;
    position: relative;
    top: 20%; }
  @media screen and (max-width: 39.9375em) {
    .card-block .has-image h2 {
      top: 40%; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .card-block .has-image h2 {
      font-size: 2em; } }

.card-block .no-image {
  margin-top: 0; }

.card-block .no-icon {
  margin-top: 0; }

.card-block .no-padding {
  padding: 0; }

.card-block .margin-right {
  margin-right: .15em; }

.card-block .margin-left {
  margin-left: .15em; }

@media screen and (max-width: 63.9375em) {
  .card-block .no-margin-bottom {
    margin-bottom: .25em; }
  .card-block .margin-right {
    margin-right: 0; }
  .card-block .margin-left {
    margin-left: 0; } }

.image-card-block {
  min-height: 350px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 2em;
  padding: 3em;
  color: #FFFFFF; }
  .image-card-block h3 {
    margin-bottom: 1.8em;
    color: #FFFFFF; }

.faq .accordion-title {
  border: none;
  border-top: 1px solid #D9D8D6;
  font-size: 1em;
  color: #121418; }

.faq .accordion-content {
  border: none;
  border-top: 1px solid #D9D8D6; }

.testimonial .card {
  border: none; }

.testimonial .img-circle {
  border-radius: 50%;
  border: #54565A 3px solid;
  margin-left: auto;
  margin-right: auto;
  max-width: 88px; }

.testimonial .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0px 15px;
  border-color: #54565A transparent transparent transparent;
  position: relative;
  margin-top: -18px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: .3em; }

.testimonial .card-section h4 {
  margin-top: 1em; }

.testimonial .card-divider {
  background: #54565A;
  color: #FFFFFF; }

.testimonial .card-divider p:first-child::before {
  content: "\""; }

.testimonial .card-divider p:last-child::after {
  content: "\""; }

.callout-block.callout.secondary {
  background-color: #D9D8D6; }

.callout-block .heading {
  padding-top: 0.5rem; }

.callout-block--hideborder {
  padding: 0;
  border: none; }

.callout-block .secondary {
  background-color: #121418; }

.callout-block.callout.whiteText {
  color: #FFFFFF; }

.callout-block.callout.blackText {
  color: #0A0A0A; }

.callout-block .whiteText {
  color: #FFFFFF; }

.callout-block .blackText {
  color: #0A0A0A; }

.callout-block .button.whiteBorder {
  border-color: #FFFFFF; }

.callout.secondary.notification {
  background-color: #FFFFFF; }

.livestream-block {
  margin-bottom: 1rem;
  /* override cursor: col-resize */
  /* disabled timeline progress bar color */
  /* customized error display and message */ }
  .livestream-block .responsive-embed {
    margin-bottom: 0 !important; }
  .livestream-block #livestream_content {
    position: absolute; }
  .livestream-block #livestream-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 100;
    color: white;
    display: table;
    text-align: center;
    cursor: pointer; }
    .livestream-block #livestream-overlay h2 {
      display: table-cell;
      vertical-align: middle;
      text-shadow: 1px 1px 30px #0A0A0A; }
  .livestream-block .flowplayer.is-ready:not(.is-finished) .fp-ui {
    background-image: none; }
  .livestream-block .fp-playbtn {
    display: none; }
  .livestream-block .fp-playbtn:before {
    display: none; }
  .livestream-block .fp-duration {
    display: none; }
  .livestream-block .flowplayer {
    background-color: #333; }
  .livestream-block .flowplayer .fp-buffer,
  .livestream-block .flowplayer .fp-progress {
    cursor: default; }
  .livestream-block .flowplayer .fp-progress {
    background-color: #999; }
  .livestream-block .flowplayer.is-offline .fp-controls,
  .livestream-block .flowplayer.is-offline .fp-play {
    display: none !important; }
  .livestream-block .flowplayer.is-offline .fp-message {
    color: transparent;
    /* hides engine prefix of message */
    width: 100%;
    height: 100%;
    text-align: center;
    background-size: contain;
    background-repeat: no-repeat; }
  .livestream-block .flowplayer.is-offline .fp-message h2,
  .livestream-block .flowplayer.is-offline .fp-message p {
    font-weight: bold;
    color: #000;
    text-shadow: 1px 1px #fff; }
  .livestream-block .flowplayer.is-offline .fp-message h2 {
    margin-top: 15%;
    font-size: 120%; }

.jobfeed-block {
  /* small only */ }

.contact-block .contact-name {
  padding-top: 15px;
  padding-bottom: 10px; }

.contact-block .send-button-align-right {
  float: right; }

.itinerary-block .unstriped.accent {
  border-left: 1px #5e5e5e solid;
  padding-left: .5em; }

.itinerary-block .unstriped thead {
  background: #FFFFFF;
  border: 1px solid #FFFFFF; }

.itinerary-block .unstriped tbody {
  border: 1px solid #FFFFFF; }

.itinerary-block .unstriped tfoot {
  border: 1px solid #FFFFFF; }

.itinerary-block .tabs {
  margin: 0;
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  list-style-type: none; }

.itinerary-block .tabs-title {
  float: left; }
  .itinerary-block .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #5e5e5e; }
    .itinerary-block .tabs-title > a:hover {
      border-left: 1px #5e5e5e solid; }
    .itinerary-block .tabs-title > a:focus, .itinerary-block .tabs-title > a[aria-selected='true'] {
      background: #D9D8D6;
      color: #5e5e5e;
      border-left: 1px #5e5e5e solid; }

.itinerary-block .tabs-content {
  border: 1px solid #FFFFFF; }

.itinerary-block .tabs-panel {
  padding: 0; }

.regional-map-container {
  padding-top: 2em; }

.regional-map-focus {
  min-height: 1.8em; }

.state-province-focus {
  min-height: 3.2em; }

.region-btn {
  text-align: left;
  border-right: none;
  border-top: none;
  border-bottom: none;
  border-left: 3px solid; }

.region-nwr {
  border-left-color: #3D1A51; }

.region-ncr {
  border-left-color: #CA602C; }

.region-ner {
  border-left-color: #8B2332; }

.region-swr {
  border-left-color: #D2AF1F; }

.region-rmr {
  border-left-color: #004C45; }

.region-glr {
  border-left-color: #007166; }

.region-mar {
  border-left-color: #7A853B; }

.region-mwr {
  border-left-color: #1F355E; }

.region-ser {
  border-left-color: #005D83; }

.region-nwr--fill {
  fill: #3D1A51; }

.region-ncr--fill {
  fill: #CA602C; }

.region-ner--fill {
  fill: #8B2332; }

.region-swr--fill {
  fill: #D2AF1F; }

.region-rmr--fill {
  fill: #004C45; }

.region-glr--fill {
  fill: #007166; }

.region-mar--fill {
  fill: #7A853B; }

.region-mwr--fill {
  fill: #1F355E; }

.region-ser--fill {
  fill: #005D83; }

.package-card-block a {
  color: #010101; }

.package-card-block .card-section {
  padding: .5rem; }

.package-card-block .option-selected {
  border: #121418 2px solid; }

.package-card-block .primary-option {
  max-width: 32px; }

.package-card-block .secondary-option {
  max-width: 32px; }

.package-card-block .no-inventory {
  opacity: 0.3;
  filter: alpha(opacity=30);
  cursor: not-allowed; }

.package-card-block .callout.tiny {
  padding: .2em;
  margin-bottom: 0px; }

@media screen and (max-width: 39.9375em) {
  .package-card-block .primary-option {
    max-width: 40px; }
  .package-card-block .secondary-option {
    max-width: 40px; } }

.cal-export-block {
  padding-bottom: 1rem; }
  .cal-export-block .dropdown.menu .is-active > a {
    background: #005699;
    color: white; }
  .cal-export-block a > i {
    padding-right: 5px;
    font-size: 1.5rem;
    vertical-align: sub; }
  .cal-export-block ul.submenu > li > a {
    background-size: 22px 100%;
    padding: 14px 10px 14px 55px;
    font-size: .8rem;
    color: black; }
  .cal-export-block a.primary {
    color: white; }
  .cal-export-block ul.submenu > li > a > em {
    color: #999 !important;
    font-size: 12px !important;
    font-weight: 400; }
  .cal-export-block a.apple-cal {
    background: url("/Content/assets/apple-icon.svg") 18px 40% no-repeat; }
  .cal-export-block a.google-cal {
    background: url("/Content/assets/google-icon.svg") 18px 40% no-repeat; }
  .cal-export-block a.outlooko-cal {
    background: url("/Content/assets/outlook-icon.svg") 18px 40% no-repeat; }
  .cal-export-block a.outlook-cal {
    background: url("/Content/assets/outlook2-icon.svg") 18px 40% no-repeat; }

.chatbox {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-right: 10px;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: bottom 0.5s ease-in-out;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #FFFFFF;
  border: solid 1px #D9D8D6; }
  .chatbox .is-hidden {
    display: none; }
  .chatbox .chat-title {
    background-color: #121418;
    min-height: 50px;
    border-bottom: none;
    border-top-right-radius: 0px; }
    .chatbox .chat-title h5 {
      height: 50px;
      margin-left: 15px;
      line-height: 50px;
      position: relative;
      font-size: 0.9rem;
      flex-grow: 1;
      font-weight: bold;
      width: 80%;
      float: left; }
      .chatbox .chat-title h5 a {
        padding-left: 20px;
        color: #FFFFFF;
        width: 100%;
        display: inline-block;
        text-decoration: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; }
        .chatbox .chat-title h5 a:before {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          left: 0;
          width: 12px;
          height: 12px;
          background: #4caf50;
          border-radius: 9px;
          transform: translateY(-50%); }
    @media screen and (max-width: 63.9375em) {
      .chatbox .chat-title {
        border-top-right-radius: 0px;
        min-height: 30px; }
        .chatbox .chat-title h5 {
          height: 30px;
          font-size: 0.8rem;
          line-height: 30px;
          margin: 0 20px 0 5px; } }
  .chatbox .chat-body,
  .chatbox .chat-footer {
    padding: 15px; }
  .chatbox .chat-body {
    max-height: 350px;
    overflow-y: auto; }
    @media screen and (max-width: 39.9375em) {
      .chatbox .chat-body {
        max-height: 150px; } }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .chatbox .chat-body {
        max-height: 200px; } }
    .chatbox .chat-body .chat-body-message {
      width: 80%;
      clear: both; }
      .chatbox .chat-body .chat-body-message .chat-message p {
        padding: 10px;
        border-radius: 4px;
        border: 1px solid #cacaca;
        width: fit-content;
        font-size: 0.8rem;
        color: white;
        font-weight: bold;
        background-color: #7ac143;
        margin-bottom: 0px; }
      .chatbox .chat-body .chat-body-message .chat-message span {
        padding-bottom: 0.5rem;
        font-size: 0.5rem;
        color: #808080;
        font-style: italic;
        display: block; }
      .chatbox .chat-body .chat-body-message.message-rec {
        float: left !important; }
        .chatbox .chat-body .chat-body-message.message-rec .chat-message p,
        .chatbox .chat-body .chat-body-message.message-rec .chat-message span {
          text-align: left; }
      .chatbox .chat-body .chat-body-message.message-sent {
        float: right !important; }
        .chatbox .chat-body .chat-body-message.message-sent .chat-message {
          float: right !important; }
          .chatbox .chat-body .chat-body-message.message-sent .chat-message p {
            background-color: #05728f; }
          .chatbox .chat-body .chat-body-message.message-sent .chat-message span {
            text-align: right; }
  .chatbox .chat-footer {
    margin-top: auto;
    padding-top: 0px;
    bottom: 0; }
    .chatbox .chat-footer .input-group {
      padding: 0;
      margin: 0;
      bottom: 0;
      position: relative;
      border: 1px solid #D9D8D6; }
      .chatbox .chat-footer .input-group .new-chat-message {
        padding: 0 1em 0 1em;
        min-height: 50px;
        outline: 0;
        resize: none;
        background-color: #FFFFFF;
        border: none;
        border-left: 1px solid #D9D8D6; }
      .chatbox .chat-footer .input-group .message-area {
        font-size: 0.8rem;
        width: 100%;
        word-wrap: normal;
        overflow: hidden;
        overflow-wrap: break-word;
        max-height: 50px;
        padding: 10px;
        background-color: white; }
        .chatbox .chat-footer .input-group .message-area:focus {
          outline: 0 solid transparent; }
      .chatbox .chat-footer .input-group button {
        color: rgba(0, 0, 0, 0.7);
        border-left: 1px solid #D9D8D6; }
        .chatbox .chat-footer .input-group button:active, .chatbox .chat-footer .input-group button:hover {
          color: #54565A; }
    .chatbox .chat-footer label {
      font-weight: 600; }

button.toggle-chat-box {
  line-height: 50px;
  position: relative;
  font-size: 1.25rem;
  flex-grow: 1;
  border: 0; }
  button.toggle-chat-box.open {
    color: green;
    float: right;
    margin-right: 15px; }
  button.toggle-chat-box.closed {
    color: green;
    width: 0px;
    position: absolute; }
  button.toggle-chat-box .has-tip {
    border: 0 !important; }
  button.toggle-chat-box:focus {
    outline: 0 solid transparent; }
  button.toggle-chat-box i {
    opacity: 0.8;
    cursor: pointer;
    color: #FFFFFF;
    transition: opacity 200ms; }
    button.toggle-chat-box i:hover {
      opacity: 1; }
    button.toggle-chat-box i.fi-comment {
      left: -90px;
      top: 10px;
      position: relative;
      color: #FFFFFF; }
    button.toggle-chat-box i.fi-skull {
      top: 100px; }
    button.toggle-chat-box i.has-tip {
      border: 0 !important; }
  @media screen and (max-width: 63.9375em) {
    button.toggle-chat-box {
      line-height: 30px;
      margin: 0 5px 0 5px;
      left: -25px; } }

#chat-container {
  margin-bottom: 0;
  display: initial; }

#chatApp.shrink {
  width: auto; }

[contenteditable][placeholder]:empty:before {
  content: attr(placeholder);
  position: absolute;
  color: gray;
  background-color: transparent; }

.livestream-block .responsive-embed {
  border: 1px solid #D9D8D6; }

#livestream_content {
  border-radius: 0px; }

.debugger-modal {
  padding: 0;
  background-color: transparent;
  border: none;
  color: #646c9a; }
  .debugger-modal .debugger-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #ebedf2;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
    background-color: white; }
    .debugger-modal .debugger-header h2 {
      font-weight: 500;
      font-size: 1.3rem;
      color: #48465b; }
    .debugger-modal .debugger-header a {
      outline: none !important;
      color: #74788d;
      text-decoration: inherit;
      text-rendering: optimizeLegibility;
      text-transform: none;
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      font-smoothing: antialiased;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .debugger-modal .debugger-header a:hover {
        opacity: 1; }
  .debugger-modal .debugger-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    background-color: white; }
  .debugger-modal .debugger-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #ebedf2;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
    background-color: white; }

.debug-container {
  display: block;
  height: 30px;
  width: 30px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 5px 3px #bec0c2;
  -moz-box-shadow: 0px 0px 5px 3px #bec0c2;
  box-shadow: 0px 0px 5px 3px #bec0c2;
  background-color: #b02929;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 999;
  text-align: center; }
  .debug-container button {
    line-height: 30px;
    font-size: 1.45rem; }
    .debug-container button i {
      opacity: 0.5;
      cursor: pointer;
      color: #f6f6f6;
      transition: opacity 200ms;
      text-shadow: 0px 0px 8px #000000; }
      .debug-container button i:hover {
        opacity: 1; }
    .debug-container button:focus {
      outline: 0 solid transparent; }
    @media screen and (max-width: 63.9375em) {
      .debug-container button {
        line-height: 30px;
        margin: 0 5px 0 5px;
        left: -25px; } }

.countdown-block {
  margin-top: 20px;
  margin-bottom: 20px; }
  .countdown-block .countdown-container {
    background-color: #121418; }
  .countdown-block #clockdiv {
    display: flex; }
  .countdown-block .count-number {
    color: #D9D8D6; }
  .countdown-block .count-text {
    color: #806B49; }
  .countdown-block .count-sub-heading {
    color: #D9D8D6;
    margin-left: 20px; }
  .countdown-block .timer-cell {
    border: 4px solid black;
    margin-top: 10px; }
  .countdown-block .gradient-img {
    background: linear-gradient(to right, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0)); }
  .countdown-block .chevron-img {
    background-image: url(../assets/arrow-accent.png);
    background-size: 120px 131px;
    background-position: center;
    background-repeat: no-repeat; }
  .countdown-block .fancy-colon {
    color: #D9D8D6;
    margin-top: 25px;
    position: relative;
    left: 10px; }
  .countdown-block .stretch {
    max-width: 100% !important; }
  .countdown-block .hide-me {
    color: transparent; }

.responsive-table-wrapper {
  display: flex;
  /* small only */ }
  .responsive-table-wrapper .responsive-label-column,
  .responsive-table-wrapper .responsive-table-column {
    list-style-type: none;
    width: 13rem;
    outline: 0;
    margin-left: 0px; }
    .responsive-table-wrapper .responsive-label-column li,
    .responsive-table-wrapper .responsive-table-column li {
      padding: 1.2em; }
    .responsive-table-wrapper .responsive-label-column li:nth-child(odd),
    .responsive-table-wrapper .responsive-table-column li:nth-child(odd) {
      border-bottom: 0;
      background-color: #F2F2F2; }
    .responsive-table-wrapper .responsive-label-column li:first-child,
    .responsive-table-wrapper .responsive-table-column li:first-child {
      background-color: #FFFFFF;
      border-bottom: 1px dashed #54565A; }
    .responsive-table-wrapper .responsive-label-column li:last-child,
    .responsive-table-wrapper .responsive-table-column li:last-child {
      border-bottom: 1px dashed #54565A; }
    .responsive-table-wrapper .responsive-label-column.is-scrolled,
    .responsive-table-wrapper .responsive-table-column.is-scrolled {
      box-shadow: 10px 0 5px -6px rgba(10, 10, 10, 0.3);
      z-index: 1; }
  .responsive-table-wrapper .responsive-scrollable-table {
    overflow-x: hidden;
    width: calc(100% - 12rem); }
  .responsive-table-wrapper .responsive-table-column {
    display: block;
    min-width: 12rem;
    flex-grow: 1;
    float: left;
    min-height: 1px; }
  @media screen and (max-width: 39.9375em) {
    .responsive-table-wrapper .responsive-label-column,
    .responsive-table-wrapper .responsive-table-column {
      min-width: 120px;
      width: 130px; }
    .responsive-table-wrapper .responsive-scrollable-table {
      width: 100%; } }

.header-image-block {
  min-height: 350px;
  /* medium and up */
  /* large and up */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 0;
  padding: 3em;
  color: #FFFFFF;
  background-color: #0A0A0A;
  display: flex;
  justify-content: center;
  align-items: center; }
  @media screen and (min-width: 40em) {
    .header-image-block {
      min-height: 450px; } }
  @media screen and (min-width: 64em) {
    .header-image-block {
      min-height: 650px; } }

.bullet-block .bullet-connector {
  height: 90px;
  margin: 1em 0 1em 0; }

.home-container {
  background-color: #FFFFFF;
  position: relative;
  z-index: 2; }
  .home-container .certification .info-image {
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 3em 2em 2em 2em;
    margin-bottom: 1em; }
    .home-container .certification .info-image h3 {
      color: #D1B168; }
    .home-container .certification .info-image .button {
      margin-bottom: 0; }
  .home-container .member-testimonial {
    /* small only */
    /* medium and up */ }
    .home-container .member-testimonial img {
      max-width: 88px; }
    @media screen and (max-width: 39.9375em) {
      .home-container .member-testimonial .img-circle {
        border-radius: 50%;
        border: #FFFFFF 3px solid;
        margin-left: auto;
        margin-right: auto; }
      .home-container .member-testimonial .triangle {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 15px 20px 15px;
        border-color: transparent transparent #FFFFFF transparent;
        position: relative;
        margin-top: -18px;
        margin-left: auto;
        margin-right: auto; }
      .home-container .member-testimonial .triangle-border {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 15px 20px 15px;
        border-color: transparent transparent #D9D8D6 transparent;
        position: relative;
        margin-top: -36px;
        margin-left: auto;
        margin-right: auto; }
      .home-container .member-testimonial h3 {
        margin-top: 18px; } }
    @media screen and (min-width: 40em) {
      .home-container .member-testimonial .img-circle {
        border-radius: 50%;
        border: #FFFFFF 3px solid; }
      .home-container .member-testimonial .triangle {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 20px 15px 0;
        border-color: transparent #FFFFFF transparent transparent;
        position: relative;
        margin-left: -21px;
        display: inline-block; }
      .home-container .member-testimonial .triangle-border {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 20px 15px 0;
        border-color: transparent #D9D8D6 transparent transparent;
        position: relative;
        margin-left: -36px;
        display: inline-block; }
      .home-container .member-testimonial h3 {
        margin-top: -36px; } }

.utility {
  position: relative; }

.article-page h1 {
  margin-bottom: 0px; }

.article-page .header-image {
  min-height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.article-page .header-image-col {
  margin: 1em 0 1em 0; }

.article-page .loading {
  color: #54565A; }

.article-page .fi-star {
  font-size: 2em;
  padding: 0 .1em 0 .1em; }

@media screen and (min-width: 64em) {
  .article-page .fi-star {
    font-size: 1.5em; } }

@media screen and (max-width: 39.9375em) {
  .article-page .header-image {
    min-height: 250px; } }

.article-page .button-quiz .button {
  display: flex; }
  .article-page .button-quiz .button div {
    align-self: center; }

.article-page .button-quiz .button.ceu-eligible {
  color: black;
  background: #EE7623;
  border: 1px solid #121418; }

.article-page .button-quiz .button.quiz-category {
  border: 1px solid #121418;
  border-left: none; }

.author-block .img-circle {
  border-radius: 50%;
  border: #54565A 3px solid;
  max-width: 88px;
  max-height: 88px;
  min-width: 88px;
  min-height: 88px; }

.author-block img {
  max-width: 88px; }

.author-block .callout {
  margin-top: 2em; }

.author-block .has-image {
  margin-top: -60px;
  position: relative; }

.certification-container .certification-header {
  background: #121418;
  /*fallback*/
  background-image: url("/content/assets/arrow_accent_alt.png");
  /*fallback*/
  background: url("/content/assets/arrow_accent_alt.png"), linear-gradient(90deg, #2d333a 0%, #121418 100%);
  background-repeat: no-repeat;
  background-position: center left;
  color: #FFFFFF; }

.info-image {
  color: #FFFFFF;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 2em 2em 2em 2em;
  margin-bottom: 1em; }

.quiz-page {
  /* small only */
  /* medium only */ }
  .quiz-page .result-badge .fi-check,
  .quiz-page .result-badge .fi-x {
    font-size: 1em;
    color: #FFFFFF; }
  .quiz-page .result-badge .badge {
    position: absolute;
    margin-top: .225em;
    z-index: 2; }
  .quiz-page .fi-check,
  .quiz-page .fi-x,
  .quiz-page .fi-alert {
    font-size: 2em; }
  .quiz-page .passfail-container {
    border-radius: 50%;
    border: #0A0A0A 3px solid;
    width: 55px;
    height: 55px;
    margin-left: auto;
    margin-right: auto;
    padding-top: .1em; }
  .quiz-page .quiz-fail-callout {
    background-color: #f6d9db;
    color: #B2292E;
    border: 1px solid #e58f92; }
    .quiz-page .quiz-fail-callout .passfail-container {
      border-radius: 50%;
      border: #B2292E 3px solid;
      width: 55px;
      height: 55px;
      margin-left: auto;
      margin-right: auto;
      padding-top: .1em; }
  .quiz-page .quiz-pass-callout {
    background-color: #43fffd;
    color: #004342;
    border: 1px solid #007675; }
    .quiz-page .quiz-pass-callout .passfail-container {
      border-radius: 50%;
      border: #004342 3px solid;
      width: 55px;
      height: 55px;
      margin-left: auto;
      margin-right: auto;
      padding-top: .1em; }
  .quiz-page .category-base {
    color: #FFFFFF;
    padding: .5em;
    width: 44px;
    height: 44px; }
  @media screen and (max-width: 39.9375em) {
    .quiz-page .category-base {
      padding: .2em;
      width: 34px;
      height: 34px; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .quiz-page .category-base {
      padding: .2em;
      width: 34px;
      height: 34px; } }
  .quiz-page .progress {
    margin-bottom: 0; }
    .quiz-page .progress .ceu-progress-meter-text {
      position: absolute;
      font-weight: bold;
      color: #FFFFFF;
      z-index: 1;
      right: 40%; }
  .quiz-page .complete {
    margin-bottom: 1.6em; }

.quiz-question-block .question-container {
  border: solid thin;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  padding: 0 .6em 0 .2em;
  border-radius: 3px; }
  .quiz-question-block .question-container input[type=radio] {
    margin: 0 .6em 0 .2em; }

.quiz-question-block .radio-selected {
  border: solid thin;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  padding: 0 .2em 0 .2em;
  border-radius: 3px; }
  .quiz-question-block .radio-selected input[type=radio] {
    margin: 0 .6em 0 .2em; }

.quiz-question-block .selected-answer {
  border: solid thin;
  border-color: #BCBCBC;
  background-color: #F2F2F2;
  padding: 0 .2em 0 .2em;
  border-radius: 3px; }
  .quiz-question-block .selected-answer input[type=radio] {
    margin: 0 .6em 0 .2em; }

.quiz-question-block .fi-check {
  color: #FFFFFF; }

.search-results .media-type-icon {
  border-radius: 50%;
  border: #FFFFFF 2px solid;
  width: 28px;
  height: 28px;
  color: #FFFFFF;
  position: relative;
  background: #121418;
  display: inline-block; }
  .search-results .media-type-icon .fi-page,
  .search-results .media-type-icon .fi-play,
  .search-results .media-type-icon .fi-play-video,
  .search-results .media-type-icon .fi-video,
  .search-results .media-type-icon .fi-sound,
  .search-results .media-type-icon .fi-calendar,
  .search-results .media-type-icon .fi-page-multiple,
  .search-results .media-type-icon .fi-checkbox {
    margin: 0;
    font-size: .8em;
    padding: 0; }

.search-results img {
  margin: .5em; }

.search-results .accent-callout {
  margin-bottom: 1em;
  border-left: none;
  border-right: none; }

.search-results .accordion-title {
  border: none;
  border-top: 1px solid #D9D8D6; }

.search-results .accordion-content {
  border: none;
  border-top: 1px solid #D9D8D6; }

.search-results .fi-x {
  cursor: pointer; }

.search-results .search-result-item {
  background-color: #fff;
  border: 1px solid;
  border-radius: 3px;
  padding: 2px 5px;
  text-align: center;
  font-size: 12px; }

.search-results .search-filter {
  background-color: #fff;
  border: 1px solid;
  border-radius: 3px;
  padding: 2px 5px;
  text-align: center;
  font-size: 14px; }

.search-results .tag {
  border-color: #cccccc;
  background-color: #f2f2f2;
  color: #808080; }

.search-results .input-group-field {
  font-size: 3rem;
  border: 1px solid #e7e7e7;
  padding-top: .4em;
  padding-bottom: .6em;
  height: 4.4rem; }

.search-results .search-button {
  border-color: #e7e7e7; }

.search-results .fi-magnifying-glass {
  font-size: 2em;
  padding-left: .4em;
  padding-right: .4em; }

#offCanvasFilters .accordion {
  background: #D9D8D6; }
  #offCanvasFilters .accordion .accordion-title {
    border: none; }
  #offCanvasFilters .accordion .accordion-title:hover,
  #offCanvasFilters .accordion .accordion-title:active,
  #offCanvasFilters .accordion .accordion-title:focus {
    background: #121418; }
  #offCanvasFilters .accordion :last-child:not(.is-active) > .accordion-title {
    border-bottom: none; }

.green {
  border-color: #b2d8b9;
  color: #3d7214; }

.rust {
  border-color: #e3b298;
  color: #c76631; }

.blue {
  border-color: #bad7f9;
  color: #0f4a8d; }

.light {
  border-color: #e5e5e5; }

.event-landing-page .card-section {
  margin-top: -36px; }
  .event-landing-page .card-section.no-image {
    margin-top: 0; }

.event-landing-page .media-type-icon {
  border-radius: 50%;
  border: #fff 3px solid;
  width: 44px;
  height: 44px;
  color: #fff;
  position: relative; }

.event-landing-page .event-container {
  border-left: #bcbcbc solid 1px;
  padding-left: .6em; }

.event-landing-page .horizontalcardblock {
  float: left; }

.event-landing-page .national-checkbox {
  color: white;
  height: 27px;
  border: solid thin;
  border-color: #222222;
  background-color: #007675;
  padding: 0 0 0 .6em;
  display: inline-block;
  border-radius: 3px;
  margin-bottom: .4rem; }

.event-landing-page .state-checkbox {
  color: white;
  height: 27px;
  border: solid thin;
  border-color: #5e5e5e;
  background-color: #007675;
  padding: 0 0 0 .6em;
  display: inline-block;
  border-radius: 3px;
  margin-bottom: .4rem; }

.event-landing-page .event-checkbox {
  color: white;
  height: 27px;
  border: solid thin;
  padding: 0 0 0 .6em;
  display: inline-block;
  border-radius: 3px;
  margin-bottom: .4rem; }

.event-landing-page .clinic-checkbox {
  color: white;
  height: 27px;
  border: solid thin;
  border-color: #bcbcbc;
  background-color: #FF9015;
  padding: 0 0 0 .6em;
  display: inline-block;
  border-radius: 3px;
  margin-bottom: .4rem; }

.event-landing-page .event-map {
  width: 100%;
  height: 600px; }

.event-landing-page .promo-image {
  min-height: 450px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 2em;
  padding-top: 4.2em;
  color: #fff;
  width: 100%;
  background-size: cover; }

.event-landing-page .card-section-related {
  padding: 1em; }

.event-landing-page .widescreen {
  padding-bottom: 40px; }

.event-landing-page .white-font {
  color: #FFFFFF; }

.event-near-me-padding {
  padding-right: 5px; }

.event-near-me-range {
  display: inline-block;
  vertical-align: middle;
  padding-right: 0px; }

.article-landing .header-image-col {
  margin: 1em 0 1em 0; }

.article-landing h5, .article-landing .h5,
.article-landing h6, .article-landing .h6 {
  margin-top: .5em; }

.search-results .media-type-icon {
  border-radius: 50%;
  border: #FFFFFF 2px solid;
  width: 28px;
  height: 28px;
  color: #FFFFFF;
  position: relative;
  background: #121418;
  display: inline-block; }
  .search-results .media-type-icon .fi-page,
  .search-results .media-type-icon .fi-play,
  .search-results .media-type-icon .fi-play-video,
  .search-results .media-type-icon .fi-video,
  .search-results .media-type-icon .fi-sound,
  .search-results .media-type-icon .fi-calendar,
  .search-results .media-type-icon .fi-page-multiple,
  .search-results .media-type-icon .fi-checkbox {
    margin: 0;
    font-size: .8em;
    padding: 0; }

.search-results img {
  margin: .5em; }

.search-results .accent-callout {
  margin-bottom: 1em;
  border-left: none;
  border-right: none; }

.search-results .accordion-title {
  border: none;
  border-top: 1px solid #D9D8D6; }

.search-results .accordion-content {
  border: none;
  border-top: 1px solid #D9D8D6; }

.search-results .fi-x {
  cursor: pointer; }

.search-results .search-result-item {
  background-color: #fff;
  border: 1px solid;
  border-radius: 3px;
  padding: 2px 5px;
  text-align: center;
  font-size: 12px; }

.search-results .search-filter {
  background-color: #fff;
  border: 1px solid;
  border-radius: 3px;
  padding: 2px 5px;
  text-align: center;
  font-size: 14px; }

.search-results .tag {
  border-color: #cccccc;
  background-color: #f2f2f2;
  color: #808080; }

.search-results .input-group-field {
  font-size: 3rem;
  border: 1px solid #e7e7e7;
  padding-top: .4em;
  padding-bottom: .6em;
  height: 4.4rem; }

.search-results .search-button {
  border-color: #e7e7e7; }

.search-results .fi-magnifying-glass {
  font-size: 2em;
  padding-left: .4em;
  padding-right: .4em; }

#offCanvasFilters .accordion {
  background: #D9D8D6; }
  #offCanvasFilters .accordion .accordion-title {
    border: none; }
  #offCanvasFilters .accordion .accordion-title:hover,
  #offCanvasFilters .accordion .accordion-title:active,
  #offCanvasFilters .accordion .accordion-title:focus {
    background: #121418; }
  #offCanvasFilters .accordion :last-child:not(.is-active) > .accordion-title {
    border-bottom: none; }

.green {
  border-color: #b2d8b9;
  color: #3d7214; }

.rust {
  border-color: #e3b298;
  color: #c76631; }

.blue {
  border-color: #bad7f9;
  color: #0f4a8d; }

.light {
  border-color: #e5e5e5; }

.bundled-content {
  /*small only*/
  /* small only */
  /* medium only */
  /*.stack-progress {
        height: 2rem;
        margin-bottom: 1rem;
        border-radius: 0;
        background-color: #cacaca;
        
        .inner {
            overflow: hidden;
        }

        .meter {
            float: left;
            height: 2rem;
            color: #fff;
            font-size: .8rem;
            overflow: hidden;
            text-align: center;
            padding:.5rem 0 0 0;

            &.category-a {
                background-color: $nscaBlue;
            }
            &.category-b {
                background-color: $nscaOrange;
            }
            &.category-c {
                background-color: $nscaGreen;
            }
            &.category-d {
                background-color: $nscaOrange;
            }
            &.category-a-dead {
                background-color: $nscaLightGray;
            }
            &.category-b-dead {
                background-color: $nscaMedGray;
            }
            &.category-c-dead {
                background-color: $nscaDarkGray;
            }
            &.category-d-dead {
                background-color: caccce;
            }
        }
    }*/ }
  .bundled-content .media-type-icon {
    border-radius: 50%;
    border: #FFFFFF 3px solid;
    width: 44px;
    height: 44px;
    color: #FFFFFF;
    position: relative;
    background: #54565A; }
    .bundled-content .media-type-icon .fi-page,
    .bundled-content .media-type-icon .fi-play,
    .bundled-content .media-type-icon .fi-play-video,
    .bundled-content .media-type-icon .fi-video,
    .bundled-content .media-type-icon .fi-sound,
    .bundled-content .media-type-icon .fi-calendar,
    .bundled-content .media-type-icon .fi-page-multiple,
    .bundled-content .media-type-icon .fi-checkbox {
      font-size: 1.6em; }
  .bundled-content .card-section {
    margin-top: -36px; }
  .bundled-content .no-image {
    margin-top: 0; }
  .bundled-content .content-image {
    min-height: 150px;
    background-repeat: no-repeat;
    background-position: center; }
  .bundled-content .callout .media-type-icon {
    margin-top: -30px;
    margin-left: -5px; }
  .bundled-content .callout .no-image {
    margin-top: 0;
    margin-left: 0; }
  .bundled-content .selected-option {
    border: #54565A thin solid; }
  .bundled-content .category-b {
    background-color: #121418;
    color: #FFFFFF;
    padding: .5em;
    width: 44px;
    height: 44px; }
  @media screen and (max-width: 39.9375em) {
    .bundled-content .category-b {
      padding: .2em;
      width: 34px;
      height: 34px; } }
  @media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .bundled-content .category-b {
      padding: .2em;
      width: 34px;
      height: 34px; } }
  .bundled-content .accent-callout {
    margin-bottom: 1em;
    border-left: none;
    border-right: none; }
  .bundled-content .complete {
    border: none; }
  .bundled-content .sm-check {
    border-radius: 50%;
    background: #FFFFFF;
    width: 18px;
    height: 18px;
    position: relative;
    margin-top: -18px;
    margin-left: auto;
    margin-right: auto; }
    .bundled-content .sm-check .fi-check {
      color: #D9D8D6; }
  .bundled-content .bundled-item {
    cursor: pointer; }
  .bundled-content .block .card {
    position: relative; }
  .bundled-content .unavailable {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.35;
    background-color: #FFFFFF; }

.membership-landing h3.membership-title {
  font-size: 1.8rem; }

.membership-landing .header-image {
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 2em;
  background-size: cover; }

.membership-landing .text-secondary {
  color: #FFFFFF; }

.membership-landing .secondary {
  padding: 1em 0 1em 0; }
  .membership-landing .secondary--margin {
    margin-bottom: 2em; }

.membership-landing .price {
  font-size: 3em; }

.membership-landing .promotional--padding {
  padding: 2em; }

.pricing-table {
  background-color: #FFFFFF;
  width: 100%;
  text-align: left;
  list-style-type: none;
  margin-left: 0px; }
  .pricing-table li {
    border-bottom: dashed 1px #D9D8D6;
    padding: 0.875rem 1.125rem; }
    .pricing-table li:last-child {
      border-bottom: 0; }
  .pricing-table .title {
    background-color: #121418;
    background-image: url("/content/assets/arrow-accent.png");
    background-repeat: no-repeat;
    background-position: center right;
    color: #FFFFFF;
    border-bottom: 0; }
    .pricing-table .title h5 {
      color: #D1B168; }
  .pricing-table .price {
    background-color: #121418;
    border-bottom: 0; }
  .pricing-table .term span.success, .pricing-table .term span.alert {
    margin-right: 15px; }
  .pricing-table .description {
    color: #54565A; }
  .pricing-table :last-child {
    margin-bottom: 0; }

.continuing-education-landing .header-image {
  /*min-height: 450px;*/
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 2em;
  background-size: cover; }

.continuing-education-landing .event-container {
  border-left: #D9D8D6 solid 1px;
  padding-left: .6em; }

.continuing-education-landing .media-type-icon {
  border-radius: 50%;
  border: #FFFFFF 3px solid;
  width: 44px;
  height: 44px;
  color: #FFFFFF;
  position: relative;
  background: #54565A; }
  .continuing-education-landing .media-type-icon .fi-calendar {
    font-size: 1.6em; }

.continuing-education-landing .secondary {
  padding: 1em 0 1em 0; }
  .continuing-education-landing .secondary--margin {
    margin-bottom: 2em; }

.continuing-education-landing .text-secondary {
  color: #FFFFFF; }

.shopping-cart-page .contact-us-phone {
  padding: 0.7rem 1rem; }

.shopping-cart-page .button--nomargin {
  margin: 0 0 0 0; }

.shopping-cart-page .button--text-left {
  text-align: left; }

.product-detail-page .thumbnail-select {
  border: 3px solid #121418;
  padding: 1px; }

.product-detail-page .product-thumbnail {
  cursor: pointer;
  height: 80px;
  width: 80px; }

.product-detail-page .option-thumbnail {
  display: block;
  cursor: pointer;
  height: 50px; }

.product-detail-page .product-thumbnail-disabled {
  position: absolute;
  height: 50px;
  width: 50px;
  opacity: 0;
  transition: .5s ease;
  cursor: not-allowed;
  background-color: #121418; }

.product-detail-page .primary-option-thumbnail-select {
  border: 3px solid #121418;
  padding: 1px; }

.product-detail-page .secondary-option-thumbnail-select {
  border: 3px solid #121418;
  padding: 1px; }

.product-detail-page .option-container {
  position: relative;
  width: 50px;
  display: inline-block; }

.product-detail-page .option-thumbnail-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  opacity: 0;
  transition: .2s ease;
  background-color: rgba(113, 112, 115, 0.6);
  cursor: not-allowed; }

.product-detail-page .option-thumbnail-overlay {
  opacity: 1; }

.product-detail-page .hidden-element {
  display: none !important; }

.product-detail-page .pad-bottom {
  margin-bottom: 1.2em; }

.product-detail-page .quantity-input-time {
  min-width: 40px;
  max-width: 80px; }

.product-detail-page .image-disclaimer-position {
  float: right !important;
  position: relative !important;
  bottom: 8px !important;
  right: 16px !important; }

.login-page .card {
  margin-top: 1.4em; }

.login-page .remember-me {
  margin-top: 1.5em; }

.login-page input[type=submit] {
  margin-top: 1.3em; }

.login-page .fieldset {
  margin: 0 0; }

.rscc-page .accordion-element {
  background-color: #121418; }

.rscc-page .accordian-padding {
  padding: 5px; }

.rscc-page .font-color-white {
  color: #FFFFFF; }

.rscc-page .align-right {
  float: right; }

.rscc-page .accordion-completion-label {
  margin-right: 20px;
  margin-top: -18px; }

.rscc-page [v-cloak] {
  display: none; }

.rscc-page .accordion-element-selected {
  background-color: #FFFFFF; }

.rscc-page .text-muted {
  color: #121418; }

.rscc-page .accordian-title {
  display: inline-block;
  padding-left: 10px; }

.rscc-page .profile-img {
  border-radius: 50%;
  border: #BEC0C2 3px solid; }

.rscc-page .modal-border {
  border-radius: 10px; }

.rscc-page .input-arrangement {
  display: inline-block; }

.rscc-page .pad-top {
  padding-top: 10px; }

.rscc-page .reveal-modal .row {
  width: 100%; }

.rscc-page .reveal {
  overflow: hidden; }

.rscc-page .button-subtext {
  font-size: 1.6em; }

.rscc-page .pad-row {
  padding-top: 10px;
  padding-bottom: 10px; }

.rscc-page .pad-accordion {
  position: relative; }

.rscc-page .pad-accordion-label {
  /*position:absolute;*/
  float: right;
  /*top:12px;
       right:35px;*/ }

.rscc-page .pad-accordion-label-small {
  /*position:absolute;*/
  float: left;
  margin-top: 15px;
  margin-right: 5px;
  margin-left: 5px;
  /*top:12px;
       right:35px;*/ }

.rscc-page .input-height {
  height: 20px; }

.rscc-page #emp-results {
  height: 150px; }

.rscc-page .loading-spinner-container {
  position: relative; }

.rscc-page .loading-spinner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 0; }

.rscc-page .input-group-button a {
  height: auto;
  align-self: stretch;
  font-size: 1rem;
  padding-top: 0.85em;
  padding-bottom: 0.85em; }

.rscc-page .document-delete-row {
  margin-bottom: unset;
  padding: 0; }
  .rscc-page .document-delete-row i {
    font-size: 1.2em; }

.rscc-page hr {
  border-style: dashed;
  margin-top: 0;
  margin-bottom: 3px; }

.rscc-page hr:last-child {
  display: none; }

.checkout {
  /*Overide default "Display the URL of a link after the text"*/ }
  .checkout .callout.is-selected {
    border: 2px solid #121418; }
  .checkout hr {
    border-style: dashed;
    margin-top: 0;
    margin-bottom: 3px; }
  .checkout .hr-with-info:first-of-type {
    display: none; }
  .checkout .align-right {
    float: right; }
  .checkout .donation-clear {
    font-size: 1.5em; }
  .checkout .donation-modal input[type=number] {
    overflow: hidden; }
  @media print {
    .checkout a,
    .checkout a:visited {
      text-decoration: none; }
    .checkout a[href]:after {
      content: ''; } }

.election-america-redirect {
  padding-top: 50px;
  padding-bottom: 50px; }
  .election-america-redirect .centered-heading {
    text-align: center; }
  .election-america-redirect #election-america-vote-submit {
    padding-bottom: 50px; }
  .election-america-redirect #voting-redirect-loading {
    padding-top: 40px !important; }

.profile-myaccount {
  /* medium and up */ }
  .profile-myaccount .accordion-title {
    padding: 1.25rem 1rem 0 1rem;
    background-color: #f2f1f0; }
    .profile-myaccount .accordion-title.selected-to-pay {
      border-left: 4px solid #007675; }
  .profile-myaccount .pay-open-balances-accordion-selector {
    position: absolute;
    z-index: 1;
    margin-top: 10px;
    margin-left: 20px; }
    .profile-myaccount .pay-open-balances-accordion-selector--selected label {
      color: #002a29; }
    .profile-myaccount .pay-open-balances-accordion-selector span {
      display: inline-block; }
  .profile-myaccount .pay-open-balances-accordion-header {
    margin-left: 0px;
    padding-top: 20px;
    font-weight: normal;
    margin-bottom: 0;
    color: #0A0A0A; }
  .profile-myaccount #account-tabs {
    min-width: 650px;
    background-color: #fff; }
  @media screen and (min-width: 40em) {
    .profile-myaccount #account-tabs {
      min-width: 650px;
      background-color: #fff; }
    .profile-myaccount .certification--border {
      border-left: #ccc 3px solid;
      padding: 0 1.2em; } }
  .profile-myaccount hr {
    border-style: dashed;
    margin-top: 0;
    margin-bottom: 3px; }
  .profile-myaccount .tabs {
    border: 0 none #FFFFFF;
    border-bottom: 1px solid #D9D8D6; }
  .profile-myaccount .tabs-panel {
    padding-left: 0;
    padding-right: 0; }
  .profile-myaccount .tabs-content {
    border: 0 #FFFFFF none;
    padding-left: 0;
    padding-right: 0; }
  .profile-myaccount .user-header {
    padding-bottom: 0;
    margin-bottom: 0;
    background-color: #FFFFFF;
    border-bottom: none;
    color: #0A0A0A; }
    .profile-myaccount .user-header h3 {
      color: #0A0A0A; }
    .profile-myaccount .user-header hr {
      border-color: #D9D8D6; }
    .profile-myaccount .user-header .fi-torso {
      color: #121418;
      font-size: 3em;
      padding: none;
      margin: none; }
  .profile-myaccount .user-image {
    min-width: 88px;
    max-width: 88px;
    min-height: 88px;
    max-height: 88px;
    border-bottom: none;
    padding: 0 0 0 0;
    background-color: #D9D8D6;
    border-radius: 100px; }
  .profile-myaccount .status-label {
    border-radius: 3px;
    margin-left: 10px; }
  .profile-myaccount .account-btn {
    text-align: left;
    border-right: none;
    border-top: none;
    border-bottom: none; }
    .profile-myaccount .account-btn i {
      font-size: 1.8em; }
    .profile-myaccount .account-btn:hover {
      background-color: #D9D8D6; }
    .profile-myaccount .account-btn:disabled,
    .profile-myaccount .account-btn :disabled:hover,
    .profile-myaccount .account-btn .disabled:hover {
      color: #0A0A0A !important; }
  .profile-myaccount .img-btn {
    position: absolute;
    bottom: 6px;
    right: 32px;
    padding: .5em .6em;
    border: #121418 1px solid; }
    .profile-myaccount .img-btn i {
      color: #121418; }
  .profile-myaccount .edit-btn {
    bottom: 6px;
    padding: .5em .6em;
    border: #121418 1px solid;
    margin: 0 0 0 0; }
    .profile-myaccount .edit-btn i {
      color: #121418; }
  .profile-myaccount .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #FFFFFF transparent;
    position: relative;
    margin: 0 auto;
    margin-bottom: -61px;
    display: inline-block; }
  .profile-myaccount .category-box {
    padding-top: .5em;
    min-height: 40px;
    min-width: 40px;
    color: #FFFFFF;
    align-self: center; }
  .profile-myaccount .profile-btn:link,
  .profile-myaccount .profile-btn:visited,
  .profile-myaccount .profile-btn:active {
    color: #0A0A0A; }
  .profile-myaccount .profile-btn.disabled {
    border-left: 1px solid #121418;
    background-color: #FFFFFF; }
  .profile-myaccount .cert-image {
    width: 40px; }
    .profile-myaccount .cert-image-larger {
      width: 100px; }
  .profile-myaccount .align-right {
    float: right; }
  @media print {
    .profile-myaccount .stack-progress {
      -webkit-print-color-adjust: exact; }
      .profile-myaccount .stack-progress .inner {
        -webkit-print-color-adjust: exact;
        background-color: #D9D8D6 !important; }
        .profile-myaccount .stack-progress .inner .meter {
          color: #FFFFFF !important; }
        .profile-myaccount .stack-progress .inner .meter.category-a {
          -webkit-print-color-adjust: exact;
          background-color: #111 !important; }
        .profile-myaccount .stack-progress .inner .meter.category-b {
          -webkit-print-color-adjust: exact;
          background-color: #333 !important; }
        .profile-myaccount .stack-progress .inner .meter.category-c {
          -webkit-print-color-adjust: exact;
          background-color: #555 !important; }
        .profile-myaccount .stack-progress .inner .meter.category-d {
          -webkit-print-color-adjust: exact;
          background-color: #999 !important; }
    .profile-myaccount .progress-meter,
    .profile-myaccount .progress-meter-text {
      -webkit-print-color-adjust: exact;
      color: #FFFFFF !important;
      background: initial !important; }
    .profile-myaccount .progress {
      -webkit-print-color-adjust: exact;
      background-color: #D9D8D6 !important; }
    .profile-myaccount .progress-meter.category-distinction {
      -webkit-print-color-adjust: exact;
      background-color: #121418 !important; } }
  .profile-myaccount .tabs-title a {
    color: #0A0A0A; }
  .profile-myaccount .tabs-title a:hover {
    text-decoration: none;
    background-color: #f2f1f0;
    color: #575757; }
  .profile-myaccount .margin-right {
    margin-right: 0.5em; }

.my-account-edit-employer .search-button-align {
  padding-top: 8px; }

.stack-progress {
  overflow: hidden;
  height: 1.3rem;
  margin-bottom: .3rem;
  border-radius: 0;
  background-color: #cacaca; }
  .stack-progress .inner {
    overflow: hidden; }
  .stack-progress .meter {
    float: left;
    height: 1.3rem;
    color: #FFFFFF;
    font-size: .8rem;
    overflow: hidden;
    text-align: center;
    padding: .1rem 0 0 0; }

.callout.callout-address > :last-child {
  margin-bottom: 1.1em; }

.callout-address {
  border: none;
  padding-left: unset;
  padding-right: unset;
  padding-bottom: unset;
  margin: 0; }

#certifications-partial .editing,
#pay-open-balances-partial .editing {
  background-color: #e8e7e6; }

#certifications-partial .m-icon,
#pay-open-balances-partial .m-icon {
  font-size: 1.6em; }

#certifications-partial .itemRemoving,
#pay-open-balances-partial .itemRemoving {
  opacity: .4; }

#affirmation-container p {
  padding-top: 15px 0;
  font-size: 80%; }

#affirmation-container .button-group {
  width: 100% !important; }

.account-btn {
  text-align: left;
  border-right: none;
  border-top: none;
  border-bottom: none; }
  .account-btn i {
    font-size: 1.8em; }
  .account-btn:hover {
    background-color: #D9D8D6; }

.box-select {
  cursor: pointer; }

.box-selected {
  border: solid 2px #54565A;
  border-bottom: solid 5px #54565A; }

.event-box-label-padding {
  padding-left: .8em; }

.event-questionaire-number-padding {
  padding-right: 1em; }

.input-number-group {
  display: flex;
  justify-content: left; }
  .input-number-group input[type=number]::-webkit-inner-spin-button,
  .input-number-group input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none; }
  .input-number-group input[type=number] {
    -moz-appearance: textfield; }
  .input-number-group .input-group-button {
    line-height: calc(80px/2 - 5px); }
  .input-number-group .input-number {
    width: 80px;
    min-width: 80px;
    padding: 0 12px;
    vertical-align: top;
    text-align: center;
    outline: none;
    display: block;
    margin: 0; }
  .input-number-group .input-number,
  .input-number-group .input-number-decrement,
  .input-number-group .input-number-increment {
    border: 1px solid #54565A;
    height: 40px;
    user-select: none;
    border-radius: 0; }
  .input-number-group .input-number-decrement,
  .input-number-group .input-number-increment {
    display: inline-block;
    width: 40px;
    background: #D9D8D6;
    color: #0A0A0A;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    font-size: 2rem;
    font-weight: 400; }
  .input-number-group .input-number-decrement {
    margin-right: 0.3rem; }
  .input-number-group .input-number-increment {
    margin-left: 0.3rem; }

#cpi-upsell-alert {
  padding: 1em 1em 0 1em; }

.store-landing-page .product-tags {
  margin: .5em; }

.pagination .current-page a {
  background-color: #121418;
  color: #FFFFFF; }

.pagination .next-page a::after {
  display: inline-block;
  content: '\00bb';
  margin-left: 0.5rem; }

.pagination .previous-page a::before {
  display: inline-block;
  content: '\00ab';
  margin-right: 0.5rem; }

.rscc-registry .pagination-li a {
  padding: 0.1875rem 0.625rem;
  color: #000000; }

.rscc-registry .pagination-li.current a {
  padding: 0.1875rem 0.625rem;
  background: #005699;
  color: #fefefe;
  cursor: default; }

.rscc-registry .pagination li.disabled a {
  padding: 0.1875rem 0.625rem;
  color: #BEC0C2;
  cursor: not-allowed; }
  .rscc-registry .pagination li.disabled a:hover {
    background-color: transparent; }

.cpss-application .accordion-element {
  background-color: #121418; }

.cpss-application .accordian-padding {
  padding: 5px; }

.cpss-application .font-color-white {
  color: #FFFFFF; }

.cpss-application .align-right {
  float: right; }

.cpss-application .accordion-completion-label {
  margin-right: 20px;
  margin-top: -18px; }

.cpss-application [v-cloak] {
  display: none; }

.cpss-application .accordion-element-selected {
  background-color: #FFFFFF; }

.cpss-application .text-muted {
  color: #121418; }

.cpss-application .accordian-title {
  display: inline-block;
  padding-left: 10px; }

.cpss-application .profile-img {
  border-radius: 50%;
  border: #BEC0C2 3px solid; }

.cpss-application .modal-border {
  border-radius: 10px; }

.cpss-application .input-arrangement {
  display: inline-block; }

.cpss-application .pad-top {
  padding-top: 10px; }

.cpss-application .reveal-modal .row {
  width: 100%; }

.cpss-application .reveal {
  overflow: hidden; }

.cpss-application .button-subtext {
  font-size: 1.6em; }

.cpss-application .pad-row {
  padding-top: 10px;
  padding-bottom: 10px; }

.cpss-application .pad-accordion {
  position: relative; }

.cpss-application .pad-accordion-label {
  /*position:absolute;*/
  float: right;
  /*top:12px;
       right:35px;*/ }

.cpss-application .pad-accordion-label-small {
  /*position:absolute;*/
  float: left;
  margin-top: 15px;
  margin-right: 5px;
  margin-left: 5px;
  /*top:12px;
       right:35px;*/ }

.cpss-application .input-height {
  height: 20px; }

.cpss-application #emp-results {
  height: 150px; }

.cpss-application .loading-spinner-container {
  position: relative; }

.cpss-application .loading-spinner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 0; }

.cpss-application .input-group-button a {
  height: auto;
  align-self: stretch;
  font-size: 1rem;
  padding-top: 0.85em;
  padding-bottom: 0.85em; }

.cpss-application .document-delete-row {
  margin-bottom: unset;
  padding: 0; }
  .cpss-application .document-delete-row i {
    font-size: 1.2em; }

.cpss-application hr {
  border-style: dashed;
  margin-top: 0;
  margin-bottom: 3px; }

.cpss-application hr:last-child {
  display: none; }

.betty-bot-app hr {
  margin: .5rem auto; }

.betty-bot-app .input-group .input-group-field {
  font-size: 1.6rem;
  border: 1px solid #e7e7e7;
  padding-top: .35em;
  padding-bottom: .4em; }
  .betty-bot-app .input-group .input-group-field::-ms-input-placeholder {
    color: #D9D8D6; }
  .betty-bot-app .input-group .input-group-field::placeholder {
    color: #D9D8D6; }

.betty-bot-app .input-group-button button {
  border: 1px solid #e7e7e7; }

.betty-bot-app .button-container .button {
  margin: 0; }

.betty-bot-app .autosize-input:focus {
  outline: none; }

.betty-bot-app .textarea-container {
  position: relative;
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  font-size: 1.2rem;
  border: 1px solid #D9D8D6;
  padding: 10px;
  transition: #54565A 0.3s ease; }
  .betty-bot-app .textarea-container:focus-within {
    border-color: #D9D8D6;
    /* Change border color when child is focused */
    border-width: 1px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
  .betty-bot-app .textarea-container .autosize-input {
    display: block;
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    word-break: break-word;
    white-space: pre-wrap;
    overflow-wrap: break-word; }
  .betty-bot-app .textarea-container .button {
    margin-bottom: 0; }
  .betty-bot-app .textarea-container .fi-arrow-right {
    font-size: 1.2em;
    padding-left: .4em;
    padding-right: .4em; }

.betty-bot-app .privacy {
  margin-bottom: 2.5em; }

.betty-bot-app.betty-bot-modal .textarea-container {
  margin-bottom: 1em;
  background-color: #fff;
  color: #000;
  font-size: 1.1rem;
  border-radius: 0 1em 0 1em;
  border: none; }

.betty-bot-app.betty-bot-modal .feedback .button.clear:hover {
  color: #FFFFFF; }

.betty-bot-app.betty-bot-modal .feedback .button.clear:active {
  color: #FFFFFF; }

.betty-bot-app.betty-bot-modal .feedback .button.clear:focus {
  color: #FFFFFF; }

.betty-bot-app.betty-bot-modal .feedback .button.clear.selected {
  color: #FFFFFF; }

.betty-bot-app.betty-bot-modal .privacy-notice p {
  margin: 0; }

.betty-bot-app.betty-bot-modal .privacy-notice a {
  color: #43c5ff; }

.betty-bot-app .callout {
  max-width: 100%;
  padding-top: 0.7rem;
  padding-right: 0.7rem;
  padding-bottom: 0.7rem;
  padding-left: 0.7rem;
  margin: 1rem 0 0 0; }
  .betty-bot-app .callout.user-chat {
    background-color: #D9D8D6;
    border-radius: 1em 1em 1em 0; }
  .betty-bot-app .callout.betty-chat {
    background-color: #0075A9;
    color: #FFFFFF;
    border-radius: 1em 1em 0 1em; }
    .betty-bot-app .callout.betty-chat hr {
      border-color: rgba(255, 255, 255, 0.5); }
    .betty-bot-app .callout.betty-chat a {
      color: #FFFFFF;
      text-decoration: underline;
      text-decoration-style: dotted;
      text-decoration-color: rgba(255, 255, 255, 0.5); }
      .betty-bot-app .callout.betty-chat a:hover, .betty-bot-app .callout.betty-chat a :active {
        color: #e6e6e6; }
    .betty-bot-app .callout.betty-chat table {
      width: 100%;
      border-collapse: collapse;
      color: #FFFFFF; }
      .betty-bot-app .callout.betty-chat table thead, .betty-bot-app .callout.betty-chat table tbody, .betty-bot-app .callout.betty-chat table tfoot {
        color: #FFFFFF;
        border: none;
        border-bottom: 1px dashed #FFFFFF;
        background-color: #0075A9; }
      .betty-bot-app .callout.betty-chat table tbody th, .betty-bot-app .callout.betty-chat table tbody td {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        padding: 0.5em; }
      .betty-bot-app .callout.betty-chat table tbody tr:nth-child(even) {
        border-bottom: 0;
        background-color: #005276; }
  .betty-bot-app .callout .thinking {
    font-size: .8rem;
    color: rgba(255, 255, 255, 0.8); }

.betty-bot-app .feedback .button.clear {
  padding: 0.55em 0.65em;
  margin: 0 0 0 0;
  color: #69758d;
  cursor: pointer; }
  .betty-bot-app .feedback .button.clear[disabled] {
    cursor: not-allowed; }
  .betty-bot-app .feedback .button.clear.dislike {
    padding-top: 1.2em; }
  .betty-bot-app .feedback .button.clear:hover {
    color: #121418; }
  .betty-bot-app .feedback .button.clear:active {
    color: #121418; }
  .betty-bot-app .feedback .button.clear:focus {
    color: #121418; }
  .betty-bot-app .feedback .button.clear.selected {
    color: #121418; }
  .betty-bot-app .feedback .button.clear .fi-like {
    font-size: 1.6em; }
  .betty-bot-app .feedback .button.clear .fi-dislike {
    font-size: 1.6em; }
  .betty-bot-app .feedback .button.clear .fi-page-copy {
    font-size: 1.3em; }

.star-rating .fi-star {
  cursor: pointer;
  color: #54565A; }
  .star-rating .fi-star.full {
    color: #121418;
    background: #FF9015; }

.related-media .media-type-icon {
  border-radius: 50%;
  border: #fefefe 3px solid;
  width: 44px;
  height: 44px;
  color: #fefefe;
  position: relative;
  /*
		TODO: remove unless we want it centered
		margin-left:auto;
		margin-right:auto;
	*/ }

.related-media .media-type-icon .fi-page,
.related-media .media-type-icon .fi-play,
.related-media .media-type-icon .fi-play-video,
.related-media .media-type-icon .fi-video {
  font-size: 1.6em; }

.related-media .card {
  cursor: pointer; }

.related-media .card-section {
  margin-top: -36px; }

.related-media .label {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px; }
  .related-media .label-right {
    right: 10px;
    left: auto; }

.related-media img {
  margin-top: -30px; }

.related-media .increase-margin-top {
  margin-top: 0; }

.related-media .fi-arrow-left,
.related-media .fi-arrow-right {
  cursor: pointer; }

.related-media .visible {
  display: block; }

.related-media .hidden {
  display: none; }

.related-media .title-accent {
  padding: 2px;
  width: 100%;
  margin-bottom: 1em; }

#customdropzone {
  background-color: #e7e7e7;
  color: #777;
  transition: background-color .2s linear;
  height: 400px;
  padding: 40px;
  border: dashed medium #CCC;
  margin: 0 0 .5em 0; }
  #customdropzone .dz-message > span {
    font-size: 1.2em; }
  #customdropzone .dz-preview {
    width: 160px;
    display: inline-block; }
    #customdropzone .dz-preview .dz-image {
      width: 88px;
      height: 88px;
      margin-left: 40px;
      margin-bottom: 10px; }
    #customdropzone .dz-preview .dz-progress {
      height: 3px;
      width: 100%; }
    #customdropzone .dz-preview .dz-upload {
      height: 3px;
      display: inherit;
      background-color: #007675;
      display: inherit; }
    #customdropzone .dz-preview .dz-image > div {
      width: inherit;
      height: inherit;
      border-radius: 50%;
      background-size: contain; }
    #customdropzone .dz-preview .dz-image > img {
      width: 100%; }
    #customdropzone .dz-preview .dz-details {
      text-align: center; }
  #customdropzone .dz-success-mark,
  #customdropzone .dz-error-mark,
  #customdropzone .dz-remove {
    display: none; }

.toast-title {
  font-weight: bold; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a,
.toast-message label {
  color: #FFFFFF; }

.toast-message a:hover {
  color: #D9D8D6;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #0A0A0A;
  /*-webkit-text-shadow: 0 1px 0 $nscaWhite;
  text-shadow: 0 1px 0 $nscaWhite;*/
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

.toast-close-button:hover,
.toast-close-button:focus {
  color: #0A0A0A;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/ }

#toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 30em;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 0;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 6px #D9D8D6;
  -webkit-box-shadow: 0 0 6px #D9D8D6;
  box-shadow: 0 0 12px #D9D8D6;
  color: #0A0A0A; }
  #toast-container > div a:link,
  #toast-container > div a:active,
  #toast-container > div a:focus {
    color: #806B49; }
  #toast-container > div a:hover {
    text-decoration: underline; }

#toast-container > :hover {
  cursor: pointer; }

#toast-container > .toast:before {
  position: fixed;
  font-family: "foundation-icons";
  font-size: 24px;
  line-height: 18px;
  float: left;
  color: #0A0A0A;
  padding-right: 0.5em;
  margin: auto 0.5em auto -1.5em; }

#toast-container > .toast-info:before {
  content: "\f15e";
  color: #121418; }

#toast-container > .toast-error:before {
  content: "\f1af";
  color: #B2292E; }

#toast-container > .toast-success:before {
  content: "\f126";
  color: #007675; }

#toast-container > .toast-warning:before {
  content: "\f101";
  color: #EE7623; }

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin: auto; }

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin: auto; }

.toast {
  background-color: #121418; }

.toast-success {
  background-color: #FFFFFF;
  border-left: #007675 solid 4px; }

.toast-error {
  background-color: #FFFFFF;
  border-left: #B2292E solid 4px; }

.toast-info {
  background-color: #FFFFFF;
  border-left: #121418 solid 4px; }

.toast-warning {
  background-color: #FFFFFF;
  border-left: #EE7623 solid 4px; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #D9D8D6; }

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; } }

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; } }
