@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url('https://fonts.googleapis.com/css?family=Oxygen:400,700');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* ========================================================================== *\
   Base -> Reset ($base-reset)
\* ========================================================================== */
/**
 * `border-box`... ALL THE THINGS!
 *
 * @link http://cbrac.co/RQrDL5
 */
html {
  box-sizing: border-box;
}
/**
 * Inheriting the `box-sizing` property is a better practice.
 *
 * @link http://cbrac.co/1tqPFsy
 */
*,
*:before,
*:after {
  box-sizing: inherit;
}
/**
 * Remove margins, paddings, and borders from HTML elements.
 *
 * @link http://cbrac.co/1Ev9etR
 */
a,
abbr,
acronym,
address,
applet,
article,
aside,
b,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
main,
menu,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
u,
ul,
var {
  margin: 0;
  padding: 0;
  border: 0;
}
/**
 * Remove default border for <iframe> elements.
 *
 * @link http://cbrac.co/1CVyNTj
 */
iframe {
  border: 0;
}
/**
 * Suppress the focus outline on links that cannot be accessed via keyboard.
 * This prevents an unwanted focus outline from appearing around elements that
 * might still respond to pointer events.
 *
 * It is okay to use `!important` here because we always want this rule to take
 * precedence.
 *
 * @link http://cbrac.co/1Evazku
 */
[tabindex="-1"]:focus {
  outline: none !important;
}
/* ========================================================================== *\
   Base -> Root ($base-root)
\* ========================================================================== */
/**
 * The <html> element.
 *
 * 1. Set the default `font-size` and `line-height` for the project based on
      variables set previously. The `font-size` is represented in `rem`s, and
      the `line-height` is represented as a unitless value.
*
 * 2. Force a vertical scrollbar.
 *
 *    @link http://cbrac.co/163MspB
 *
 * 3. Ensure the <html> element's `height` is at least the viewport height.
 *
 * NOTES:
 *
 * - Use `text-rendering` with caution.
 *
 *   @link http://cbrac.co/SJt8p1
 *
 * - Avoid the webkit anti-aliasing trap.
 *
 *   @link http://cbrac.co/TAdhbH
 *
 * - IE for Windows Phone 8 ignores `-ms-text-size-adjust` if the viewport 
 *   <meta> tag is used.
 *
 *   @link http://cbrac.co/1cFrAvl
 */
html {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  /*px*/ font-size: 16px;
  /*rem*/ font-size: 1rem;
  /* 1 */
  line-height: 1.5;
  /* 1 */
  overflow-y: scroll;
  /* 2 */
  height: 100%;
  /* 3 */
  background-color: #ffffff;
  color: #444444;
}
/**
 * The <body> element.
 *
 * 1. Ensure the <body> element's `min-height` is at least the viewport height.
 */
body {
  min-height: 100%;
  /* 1 */
}
/**
 * Set a consistent margin for common elements to maintain vertical rhythm.
 */
blockquote,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
hr,
menu,
ol,
p,
pre,
summary,
table,
ul {
  /*px*/ margin-bottom: 24px;
  /*rem*/ margin-bottom: 1.5rem;
}
/**
 * Add word wrapping and basic hyphenation to common elements.
 */
caption,
p,
table,
td,
textarea,
th {
  word-wrap: break-word;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}
/**
 * NOTE: Do not remove :focus styles! It’s an accessibility no-no.
 * 
 * @link http://cbrac.co/1cNYD2l
 */
:focus {
  /*px*/ outline: 1px dotted #222222 5px auto -webkit-focus-ring-color;
  /*rem*/ outline: 0.0625rem dotted #222222 0.3125rem auto -webkit-focus-ring-color;
}
/* ========================================================================== *\
   Base -> Anchors ($base-anchors)
\* ========================================================================== */
a {
  text-decoration: underline;
  color: #069;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
}
/* ========================================================================== *\
   Base -> Text Elements ($base-text-elements)
\* ========================================================================== */
/**
 * Add a help cursor to elements that need one.
 */
abbr,
acronym,
dfn[title] {
  cursor: help;
}
/**
 * Remove `text-decoration` on links inside <abbr> elements, since there are
 * already border styles on the <abbr> element.
 */
abbr a {
  text-decoration: none;
}
/**
 * Set <acronym> elements to be uppercase by default.
 */
acronym {
  text-transform: uppercase;
}
/**
 * Set some basic styles for <del> tags.
 */
del {
  font-style: italic;
  text-decoration: line-through;
  color: #777777;
}
/**
 * Give <details> elements a pointer cursor.
 */
details {
  cursor: pointer;
}
/**
 * Set some basic styles for definition lists.
 */
dl dt {
  font-weight: 700;
  color: #222222;
}
dl dd {
  margin: 0;
}
/**
 * Ensure commonly italicized elements are italicized.
 */
em,
i,
cite {
  font-style: italic;
}
/**
 * Address styling not present in IE9.
 */
ins,
mark {
  text-decoration: none;
  color: #222222;
  background: #ff9;
}
/* ========================================================================== *\
   Base -> Headings ($base-headings)
\* ========================================================================== */
/**
 * NOTE: Use the `text-rendering` property with caution.
 *
 * @link http://cbrac.co/SJt8p1
 * @link http://cbrac.co/1Fjv7IR
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: 700;
  color: #222222;
}
h1,
.h1 {
  /*px*/ font-size: 36px;
  /*rem*/ font-size: 2.25rem;
}
h2,
.h2 {
  /*px*/ font-size: 30px;
  /*rem*/ font-size: 1.875rem;
}
h3,
.h3 {
  /*px*/ font-size: 24px;
  /*rem*/ font-size: 1.5rem;
}
h4,
.h4 {
  /*px*/ font-size: 20px;
  /*rem*/ font-size: 1.25rem;
}
h5,
.h5 {
  /*px*/ font-size: 16px;
  /*rem*/ font-size: 1rem;
}
h6,
.h6 {
  /*px*/ font-size: 14px;
  /*rem*/ font-size: 0.875rem;
}
/* ========================================================================== *\
   Base -> Lists ($base-lists)
\* ========================================================================== */
/**
 * Set some basic styles for definition lists.
 */
dl dt {
  font-weight: 700;
  color: #222222;
}
dl dd {
  margin: 0;
}
/**
 * Reset the left margin for <ol> and <ul> elements.
 */
ol li,
ul li {
  /*px*/ margin-left: 24px;
  /*rem*/ margin-left: 1.5rem;
}
/**
 * Set nested `list-style` types for ordered lists.
 */
ol {
  list-style: decimal;
}
ol ol {
  list-style: upper-alpha;
}
ol ol ol {
  list-style: lower-roman;
}
ol ol ol ol {
  list-style: lower-alpha;
}
/**
 * Remove `margin-bottom` on nested lists.
 */
ol ol,
ul ol,
ol ul,
ul ul {
  margin-bottom: 0;
}
/* ========================================================================== *\
   Base -> Horizontal Rules ($base-horizontal-rules)
\* ========================================================================== */
hr {
  display: block;
  padding: 0;
  border: 0;
  /*px*/ border-top: 1px solid #dedede;
  /*rem*/ border-top: 0.0625rem solid #dedede;
}
/* ========================================================================== *\
   Base -> Blockquotes ($base-blockquotes)
\* ========================================================================== */
blockquote {
  color: #777777;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
  font-style: italic;
  /*px*/ font-size: 24px;
  /*rem*/ font-size: 1.5rem;
  /*px*/ margin-left: 24px;
  /*rem*/ margin-left: 1.5rem;
  /*px*/ padding-left: 24px;
  /*rem*/ padding-left: 1.5rem;
  /*px*/ border-left: 6px solid #dedede;
  /*rem*/ border-left: 0.375rem solid #dedede;
  /**
   * Use <cite> inside blockquotes.
   *
   * @link http://cbrac.co/18LWCOw
   */
}
blockquote p {
  margin: 0;
}
blockquote p + p {
  /*px*/ margin-top: 24px;
  /*rem*/ margin-top: 1.5rem;
}
blockquote cite {
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  /*px*/ font-size: 14px;
  /*rem*/ font-size: 0.875rem;
  color: #777777;
  /**
     * Add an m-dash character before the <cite> tag.
     */
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a {
  color: #777777;
}
/* ========================================================================== *\
   Base -> Code ($base-code)
\* ========================================================================== */
/**
 * 1. Correct `font-family` set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: Monaco, Consolas, "Liberation Mono", Courier, monospace;
  /* 1 */
  /*px*/ font-size: 14px;
  /*rem*/ font-size: 0.875rem;
  font-style: normal;
  color: #222222;
}
code {
  margin: 0;
  /*px*/ padding: 2px 6px;
  /*rem*/ padding: 0.125rem 0.375rem;
  white-space: nowrap;
  /*px*/ border: 1px solid #dedede;
  /*rem*/ border: 0.0625rem solid #dedede;
  /*px*/ border-radius: 3px;
  /*rem*/ border-radius: 0.1875rem;
  background-color: #f8f8f8;
}
kbd {
  position: relative;
  top: -1px;
  margin-bottom: 1px;
  /*px*/ padding: 2px 6px;
  /*rem*/ padding: 0.125rem 0.375rem;
  white-space: nowrap;
  /*px*/ border: 1px solid #dedede;
  /*rem*/ border: 0.0625rem solid #dedede;
  /*px*/ border-radius: 3px;
  /*rem*/ border-radius: 0.1875rem;
  background-color: #f8f8f8;
  box-shadow: 0 1px 0 #dedede, inset 0 0 0 1px #ffffff;
}
pre {
  position: relative;
  overflow: auto;
  /*px*/ padding: 24px;
  /*rem*/ padding: 1.5rem;
  white-space: pre;
  word-wrap: normal;
  word-break: normal;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  color: #444444;
  background: #f8f8f8;
  /**
   * Reset the above <code> styles when nested inside <pre> tags.
   */
}
pre code {
  display: block;
  overflow: auto;
  height: 100%;
  margin: 0;
  padding: 0;
  white-space: pre;
  color: inherit;
  border: none;
  border-radius: 0;
  background: transparent;
}
/* ========================================================================== *\
   Base -> Embedded Content ($base-embedded-content)
\* ========================================================================== */
/**
 * Remove the gap between audio, canvas, iframes, images, videos and the bottom
 * of their containers.
 *
 * @link http://cbrac.co/Q6smqV
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/**
 * Fluid-width <audio>, <canvas>, & <video> elements.
 */
audio,
canvas,
video {
  width: 100%;
}
audio:focus,
canvas:focus,
video:focus {
  outline: 1px dotted #000000;
}
/**
 * Fluid-width media elements that maintain their aspect ratios.
 */
embed,
img,
object,
video {
  max-width: 100%;
  height: auto;
}
embed,
object {
  height: 100%;
}
/**
 * Reset `margin` for figure elements.
 */
figure {
  margin-right: auto;
  margin-left: auto;
}
/**
 * Set <img> elements as block-level inside <figure> elements.
 */
figure > img {
  display: block;
}
/**
 * Give <figcaption> elements some default styles.
 */
figcaption {
  /*px*/ font-size: 13px;
  /*rem*/ font-size: 0.8125rem;
  font-style: italic;
  /*px*/ margin-top: 8px;
  /*rem*/ margin-top: 0.5rem;
  color: #777777;
}
/**
 * 1. If images do not load, the `alt` text will be visually offset and more
 *    noticeable.
 * 2. Improve image resize rendering in IE6/7.
 *
 *    @link http://cbrac.co/11ciIZL
 */
img {
  font-style: italic;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/* ========================================================================== *\
   Base -> Form Elements ($base-form-elements)
\* ========================================================================== */
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where [2] destroys native
 *    <audio> and <video> controls.
 * 2. Improve usability and consistency of cursor style between
 *    image-type <input> and others.
 */
button,
html input[type="button"],
input[type="checkbox"],
input[type="file"],
input[type="image"],
input[type="radio"],
input[type="reset"],
input[type="submit"],
label,
select {
  cursor: pointer;
  /* 2 */
}
/**
 * Fix vertical alignment inconsistencies with certain form inputs.
 */
input[type="color"],
input[type="range"] {
  vertical-align: middle;
}
/**
 * 1. Set `min-width` to 0 to avoid overflow issues in Chrome.
 * 2. Remove default `margin`, `padding`, and `border` across browsers.
 */
fieldset {
  min-width: 0;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 2 */
  border: 0;
  /* 2 */
}
/**
 * 1. Set checkbox, image, and radio inputs to `inline-block`, by default.
 */
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  display: inline-block;
  /* 1 */
  width: auto;
}
/**
 * 1. Constrict `max-width` for file inputs to avoid overflow issues.
 */
input[type="file"] {
  max-width: 100%;
  /* 1 */
  cursor: pointer;
}
/**
 * 1. Set search inputs to `border-box` by default. This overrides the
 *    `content-box` value set by normalize.css.
 * 2. Remove rounded corners from iOS search inputs by overriding `appearance:
 *    textfield` from normalize.css.
 *
 *    @link http://cbrac.co/1xgTke2
 */
input[type="search"] {
  box-sizing: border-box;
  /* 1 */
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  /* 2 */
}
/**
 * Remove rounded corners that iOS and Chrome apply to <input> buttons and
 * <select> menus.
 */
input[type="button"],
input[type="image"],
input[type="reset"],
select {
  border-radius: 0;
}
/**
 * 1. Force Safari to give <legend> elements 100% width.
 * 2. Remove `padding` so people aren't caught out if they zero out <fieldset>.
 * 3. Correct `color` not being inherited in IE 8/9.
 */
legend {
  font-weight: 700;
  width: 100%;
  /* 1 */
  padding: 0;
  /* 2 */
  color: #222222;
  /* 3 */
  border: 0;
}
/**
 * 1. Restrict width to 100% of its parent to avoid horizontal overflow issues.
 * 2. Force `height: auto;` for <textarea> across browsers.
 * 3. <textarea> elements should only resize vertically.
 */
textarea:not(.auto-height) {
  max-width: 100%;
  /* 1 */
  height: auto !important;
  /* 2 */
  resize: vertical;
  /* 3 */
}
/* ========================================================================== *\
   Base -> Tables ($base-tables)
\* ========================================================================== */
table {
  width: 100%;
  empty-cells: show;
}
th,
tfoot td {
  text-align: left;
}
th,
td {
  overflow: visible;
}
/* ========================================================================== *\
   Base -> Print ($base-print)
\* ========================================================================== */
/**
 * Print styles extracted from HTML5-Boilerplate
 *
 * @link http://cbrac.co/1RvNULl
 */
@media print {
  /* 1. Black prints faster - http://cbrac.co/XvusCs */
  * {
    color: #000000 !important;
    /* 1 */
    background: transparent !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  @page {
    margin: 0.5cm;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* Don’t show links for images, or javascript/internal links */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  blockquote,
  pre {
    border: 1px solid #777777;
    page-break-inside: avoid;
  }
  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  img,
  tr {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  /* 1. http://cbrac.co/Q6s1o2 */
  thead {
    display: table-header-group;
    /* 1 */
  }
}
.rotate-30 {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(30deg);
}
.rotate-45 {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}
.rotate-60 {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(60deg);
}
.rotate-90 {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(90deg);
}
.rotate-120 {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(120deg);
}
.rotate-135 {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(135deg);
}
.rotate-150 {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(150deg);
}
.rotate-180 {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}
.rotate-210 {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(210deg);
}
.rotate-225 {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(225deg);
}
.rotate-240 {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(240deg);
}
.rotate-270 {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(270deg);
}
.rotate-300 {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(300deg);
}
.rotate-315 {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(315deg);
}
.rotate-330 {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(330deg);
}
/* ========================================================================== *\
   Layout -> Boxes ($layout-boxes)
\* ========================================================================== */
.box {
  display: block;
  /*px*/ padding: 24px;
  /*rem*/ padding: 1.5rem;
  background-color: #efefef;
}
.box > *:last-child {
  margin-bottom: 0;
}
/**
 * Give `.box` a border style.
 */
.box-border {
  /*px*/ border: 1px solid #dedede;
  /*rem*/ border: 0.0625rem solid #dedede;
}
/**
 * Give `.box` rounded edges.
 */
.box-round {
  /*px*/ border-radius: 3px;
  /*rem*/ border-radius: 0.1875rem;
}
/**
 * Remove padding from default `.box`.
 */
.box-flush {
  padding: 0;
}
/**
 * Give `.box` the appearance of being raised above its surrounding area.
 */
.box-raise {
  /*px*/ box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  /*rem*/ box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
}
/**
 * Give `.box` the appearance of being sunken beneath its surrounding area.
 */
.box-sink {
  /*px*/ box-shadow: 0 0 8px rgba(0, 0, 0, 0.15) inset;
  /*rem*/ box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15) inset;
}
/* ========================================================================== *\
   Objects -> Buttons ($objects-buttons)
\* ========================================================================== */
.btn {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.5;
  display: inline-block;
  margin: 0;
  /*px*/ padding: 10px 14px;
  /*rem*/ padding: 0.625rem 0.875rem;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  text-decoration: none;
  color: #444444;
  border: 0 none;
  background-color: #dedede;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /**
   * States
   */
}
.btn:hover {
  background-color: #e3e3e3;
}
.btn:active,
.btn.is-active {
  background-color: #d9d9d9;
  /*px*/ box-shadow: 0 0 8px rgba(0, 0, 0, 0.25) inset;
  /*rem*/ box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.25) inset;
}
.btn:active:focus {
  outline: 0 none;
}
.btn:disabled,
.btn[disabled],
.btn.is-disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.50;
  box-shadow: none;
  text-shadow: none;
}
/**
 * Shapes
 */
.btn-round,
input[type="button"].btn-round,
input[type="submit"].btn-round {
  /*px*/ border-radius: 3px;
  /*rem*/ border-radius: 0.1875rem;
}
/**
 * Sizes
 */
.btn-xs {
  /*px*/ font-size: 12px;
  /*rem*/ font-size: 0.75rem;
  /*px*/ padding: 4px 8px;
  /*rem*/ padding: 0.25rem 0.5rem;
}
.btn-sm {
  /*px*/ font-size: 13px;
  /*rem*/ font-size: 0.8125rem;
  /*px*/ padding: 6px 10px;
  /*rem*/ padding: 0.375rem 0.625rem;
}
.btn-block {
  display: block;
}
@media (min-width: 960px) {
  .btn-lg,
  .btn-block {
    /*px*/ font-size: 20px;
    /*rem*/ font-size: 1.25rem;
    /*px*/ padding: 16px 24px;
    /*rem*/ padding: 1rem 1.5rem;
  }
}
/**
 * Colors
 */
.btn-primary {
  color: #ffffff;
  background-color: #1fa3ec;
}
.btn-primary:hover {
  background-color: #32abee;
}
.btn-primary:active,
.btn-primary.is-active {
  background-color: #1399e3;
}
/**
 * Groups
 */
.btn-group .btn {
  /*px*/ margin: 0 2px;
  /*rem*/ margin: 0 0.125rem;
}
.btn-group .btn.btn-lg {
  /*px*/ margin: 0 4px;
  /*rem*/ margin: 0 0.25rem;
}
.btn-group .btn:first-child {
  margin-left: 0;
}
.btn-group .btn:last-child {
  margin-right: 0;
}
/* ========================================================================== *\
   Objects -> Forms ($objects-forms)
\* ========================================================================== */
.form-label {
  display: inline-block;
}
.form-label + .form-input,
.form-label + .form-select,
.form-label + .form-textarea {
  /*px*/ margin-top: 4px;
  /*rem*/ margin-top: 0.25rem;
}
/**
 * Give certain <input>, <select>, and <textarea> elements some default
 * styles
 */
.form-input[type="date"],
.form-input[type="datetime"],
.form-input[type="datetime-local"],
.form-input[type="email"],
.form-input[type="month"],
.form-input[type="number"],
.form-input[type="password"],
.form-input[type="search"],
.form-input[type="tel"],
.form-input[type="text"],
.form-input[type="time"],
.form-input[type="url"],
.form-input[type="week"],
.form-select,
.form-textarea {
  line-height: 1.5;
  display: block;
  width: 100%;
  /*px*/ height: 44px;
  /*rem*/ height: 2.75rem;
  /*px*/ padding: 8px;
  /*rem*/ padding: 0.5rem;
  color: #222222;
  /*px*/ border: 1px solid #dedede;
  /*rem*/ border: 0.0625rem solid #dedede;
  outline: 0 none;
}
.form-input[type="date"]:focus,
.form-input[type="datetime"]:focus,
.form-input[type="datetime-local"]:focus,
.form-input[type="email"]:focus,
.form-input[type="month"]:focus,
.form-input[type="number"]:focus,
.form-input[type="password"]:focus,
.form-input[type="search"]:focus,
.form-input[type="tel"]:focus,
.form-input[type="text"]:focus,
.form-input[type="time"]:focus,
.form-input[type="url"]:focus,
.form-input[type="week"]:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: #1fa3ec;
  outline: 0 none;
}
/**
 * 1. Increase padding to correct line-height in Firefox
 * 2. Give <select> menus a solid background color
 */
.form-select {
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  /* 1 */
  background: #f8f8f8;
  /* 2 */
}
.form-input-round {
  /*px*/ border-radius: 3px;
  /*rem*/ border-radius: 0.1875rem;
}
/* ========================================================================== *\
   Objects -> Lists ($objects-lists)
\* ========================================================================== */
/**
 * Bare Lists
 *
 * Use to remove default list styles from <ol> and <ul> elements.
 */
.list-bare {
  list-style: none;
}
.list-bare li {
  margin-left: 0;
}
/**
 * Reset Lists
 *
 * Use to remove all list styles from <ol> and <ul> elements.
 */
.list-reset {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-reset li {
  margin-left: 0;
}
/**
 * Inline Lists
 *
 * Create inline-style list items with <ol> and <ul> elements.
 */
.list-inline {
  list-style: none;
  padding: 0;
}
.list-inline li {
  display: inline;
  margin-left: 0;
}
/**
 * Delimited lists
 * Hat tip to @csswizardry for the technique.
 *
 * @link http://cbrac.co/1RvOzMU
 */
.list-inline-delimited > li + li:before {
  content: ",\00A0";
}
/* ========================================================================== *\
   Objects -> Tables ($objects-tables)
\* ========================================================================== */
/**
 * Wrap a <table> with a `.table-container` element to add horizontal scrolling
 * if the <table> contents overflow its grandparent.
 */
.table-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/* Default, borderless */
.table {
  width: 100%;
  max-width: 100%;
}
.table caption {
  font-weight: 700;
  font-style: italic;
  /*px*/ padding-bottom: 4px;
  /*rem*/ padding-bottom: 0.25rem;
}
.table th,
.table tfoot td {
  font-weight: 700;
  text-align: left;
  color: #222222;
}
.table thead th,
.table tfoot td {
  background-color: #efefef;
}
.table th,
.table td {
  /*px*/ padding: 8px;
  /*rem*/ padding: 0.5rem;
  vertical-align: top;
}
/**
 * Give the <table> element an outer border.
 */
.table-border {
  /*px*/ border: 1px solid #dedede;
  /*rem*/ border: 0.0625rem solid #dedede;
}
/**
 * Give the <table> element inner cell borders.
 */
.table-border-cells th,
.table-border-cells td {
  /*px*/ border-top: 1px solid #dedede;
  /*rem*/ border-top: 0.0625rem solid #dedede;
  /*px*/ border-left: 1px solid #dedede;
  /*rem*/ border-left: 0.0625rem solid #dedede;
}
/**
 * Give Give the <table> inner row borders.
 */
.table-border-rows th,
.table-border-rows td {
  /*px*/ border-top: 1px solid #dedede;
  /*rem*/ border-top: 0.0625rem solid #dedede;
}
/**
 * Remove border on 1st-row cells to avoid a double border.
 */
.table-border.table-border-cells thead:first-child tr:first-child th,
.table-border.table-border-cells thead:first-child tr:first-child td,
.table-border.table-border-rows thead:first-child tr:first-child th,
.table-border.table-border-rows thead:first-child tr:first-child td {
  border-top: 0;
}
/**
 * Remove border on 1st cells in every row to create a grid effect.
 */
.table-border-cells tr th:first-child,
.table-border-cells tr td:first-child {
  border-left: 0;
}
/**
 * Remove border on 1st-row cells to create a grid effect.
 */
.table-border-cells tr:first-child th,
.table-border-cells thead:first-child tr:first-child th {
  border-top: 0;
}
/**
 * Add a bottom border to the last row in the table.
 */
.table-border-rows tr:last-child td {
  /*px*/ border-bottom: 1px solid #dedede;
  /*rem*/ border-bottom: 0.0625rem solid #dedede;
}
/**
 * Alternate `background-color` for all table rows.
 */
.table-striped tbody > tr:nth-child(odd) > td {
  background-color: #f8f8f8;
}
/* ========================================================================== *\
   Layout -> Wrappers ($layout-wrappers)
\* ========================================================================== */
.wrapper {
  width: 94%;
  /*px*/ max-width: 1024px;
  /*rem*/ max-width: 64rem;
  margin: 0 auto;
}
@media print {
  .wrapper {
    width: auto;
  }
}
/**
 * Force `.wrapper` to sit flush with its parent.
 */
.wrapper-flush {
  width: 100%;
}
/**
 * Remove any width constraints from the `.wrapper`.
 */
.wrapper-full-bleed {
  width: auto;
  max-width: none;
}
/* ========================================================================== *\
   Layout -> Grids ($layout-grids)
\* ========================================================================== */
/**
 * Grid System
 * Hat tip to @csswizardry for the `display: inline-block` grid technique.
 *
 * @link http://cbrac.co/1RvPb53
 */
/**
 * Grid containers
 * 1. Remove default styles in case `.grid` is on a <ul> or <ol> element.
 * 2. Default gutter width.
 * 3. Hack to remove `inline-block` whitespace. This causes some issues on pre-
 *    Jellybean and Jellybean versions of Android
 *
 *    @link http://cbrac.co/1xh3hs0
 *    @link http://cbrac.co/16xcjcl
 */
.grid {
  margin: 0;
  /* 1 */
  /*px*/ margin-left: -24px;
  /*rem*/ margin-left: -1.5rem;
  /* 2 */
  padding: 0;
  /* 1 */
  list-style: none;
  /* 1 */
  font-size: 0;
  /* 3 */
}
/**
 * Grid items
 * 1. Remove default styles in case `.grid-item` is on an <li> element.
 * 2. `.grid-item` elements are 100% width by default.
 * 3. Default gutter width = @grid-gutter-base.
 * 4. Ensure `.grid-item` is aligned to the top of its container.
 * 5. Reset font size to the global default.
 */
.grid-item {
  display: inline-block;
  margin-left: 0;
  /* 1 */
  width: 100%;
  /* 2 */
  /*px*/ padding-left: 24px;
  /*rem*/ padding-left: 1.5rem;
  /* 3 */
  vertical-align: top;
  /* 4 */
  /*px*/ font-size: 16px;
  /*rem*/ font-size: 1rem;
  /* 5 */
}
/**
 * Grid items rendering order
 * .grid-ltr = left-to-right (default)
 * .grid-rtl = right-to-left
 */
.grid-ltr {
  direction: ltr;
  text-align: left;
}
.grid-ltr > .grid-item {
  direction: rtl;
  text-align: left;
}
.grid-rtl {
  direction: rtl;
  text-align: left;
}
.grid-rtl > .grid-item {
  direction: ltr;
  text-align: left;
}
@media (min-width: 480px) {
  .xs-grid-ltr {
    direction: ltr;
    text-align: left;
  }
  .xs-grid-ltr > .grid-item {
    direction: rtl;
    text-align: left;
  }
  .xs-grid-rtl {
    direction: rtl;
    text-align: left;
  }
  .xs-grid-rtl > .grid-item {
    direction: ltr;
    text-align: left;
  }
}
@media (min-width: 600px) {
  .sm-grid-ltr {
    direction: ltr;
    text-align: left;
  }
  .sm-grid-ltr > .grid-item {
    direction: rtl;
    text-align: left;
  }
  .sm-grid-rtl {
    direction: rtl;
    text-align: left;
  }
  .sm-grid-rtl > .grid-item {
    direction: ltr;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .md-grid-ltr {
    direction: ltr;
    text-align: left;
  }
  .md-grid-ltr > .grid-item {
    direction: rtl;
    text-align: left;
  }
  .md-grid-rtl {
    direction: rtl;
    text-align: left;
  }
  .md-grid-rtl > .grid-item {
    direction: ltr;
    text-align: left;
  }
}
@media (min-width: 960px) {
  .lg-grid-ltr {
    direction: ltr;
    text-align: left;
  }
  .lg-grid-ltr > .grid-item {
    direction: rtl;
    text-align: left;
  }
  .lg-grid-rtl {
    direction: rtl;
    text-align: left;
  }
  .lg-grid-rtl > .grid-item {
    direction: ltr;
    text-align: left;
  }
}
@media (min-width: 1140px) {
  .xl-grid-ltr {
    direction: ltr;
    text-align: left;
  }
  .xl-grid-ltr > .grid-item {
    direction: rtl;
    text-align: left;
  }
  .xl-grid-rtl {
    direction: rtl;
    text-align: left;
  }
  .xl-grid-rtl > .grid-item {
    direction: ltr;
    text-align: left;
  }
}
@media (min-width: 1380px) {
  .xxl-grid-ltr {
    direction: ltr;
    text-align: left;
  }
  .xxl-grid-ltr > .grid-item {
    direction: rtl;
    text-align: left;
  }
  .xxl-grid-rtl {
    direction: rtl;
    text-align: left;
  }
  .xxl-grid-rtl > .grid-item {
    direction: ltr;
    text-align: left;
  }
}
/**
 * Grid gutters
 */
.gutter-0,
.gutter-none {
  margin-left: 0;
}
.gutter-0 > .grid-item,
.gutter-none > .grid-item {
  padding-left: 0;
}
.gutter-1px {
  /*px*/ margin-left: -1px;
  /*rem*/ margin-left: -0.0625rem;
}
.gutter-1px > .grid-item {
  /*px*/ padding-left: 1px;
  /*rem*/ padding-left: 0.0625rem;
}
[class~="gutter-1/2"],
.gutter-half {
  /*px*/ margin-left: -12px;
  /*rem*/ margin-left: -0.75rem;
}
[class~="gutter-1/2"] > .grid-item,
.gutter-half > .grid-item {
  /*px*/ padding-left: 12px;
  /*rem*/ padding-left: 0.75rem;
}
[class~="gutter-1/4"],
.gutter-half {
  /*px*/ margin-left: -6px;
  /*rem*/ margin-left: -0.375rem;
}
[class~="gutter-1/4"] > .grid-item,
.gutter-half > .grid-item {
  /*px*/ padding-left: 6px;
  /*rem*/ padding-left: 0.375rem;
}
.gutter-1,
.gutter-whole {
  /*px*/ margin-left: -24px;
  /*rem*/ margin-left: -1.5rem;
}
.gutter-1 > .grid-item,
.gutter-whole > .grid-item {
  /*px*/ padding-left: 12px;
  /*rem*/ padding-left: 0.75rem;
}
.gutter-2,
.gutter-double {
  /*px*/ margin-left: -48px;
  /*rem*/ margin-left: -3rem;
}
.gutter-2 > .grid-item,
.gutter-double > .grid-item {
  /*px*/ padding-left: 48px;
  /*rem*/ padding-left: 3rem;
}
@media (min-width: 480px) {
  .xs-gutter-0,
  .xs-gutter-none {
    margin-left: 0;
  }
  .xs-gutter-0 > .grid-item,
  .xs-gutter-none > .grid-item {
    padding-left: 0;
  }
  .xs-gutter-1px {
    /*px*/ margin-left: -1px;
    /*rem*/ margin-left: -0.0625rem;
  }
  .xs-gutter-1px > .grid-item {
    /*px*/ padding-left: 1px;
    /*rem*/ padding-left: 0.0625rem;
  }
  [class~="xs-gutter-1/2"],
  .xs-gutter-half {
    /*px*/ margin-left: -12px;
    /*rem*/ margin-left: -0.75rem;
  }
  [class~="xs-gutter-1/2"] > .grid-item,
  .xs-gutter-half > .grid-item {
    /*px*/ padding-left: 12px;
    /*rem*/ padding-left: 0.75rem;
  }
  .xs-gutter-1,
  .xs-gutter-whole {
    /*px*/ margin-left: -24px;
    /*rem*/ margin-left: -1.5rem;
  }
  .xs-gutter-1 > .grid-item,
  .xs-gutter-whole > .grid-item {
    /*px*/ padding-left: 24px;
    /*rem*/ padding-left: 1.5rem;
  }
  .xs-gutter-2,
  .xs-gutter-double {
    /*px*/ margin-left: -48px;
    /*rem*/ margin-left: -3rem;
  }
  .xs-gutter-2 > .grid-item,
  .xs-gutter-double > .grid-item {
    /*px*/ padding-left: 48px;
    /*rem*/ padding-left: 3rem;
  }
}
@media (min-width: 600px) {
  .sm-gutter-0,
  .sm-gutter-none {
    margin-left: 0;
  }
  .sm-gutter-0 > .grid-item,
  .sm-gutter-none > .grid-item {
    padding-left: 0;
  }
  .sm-gutter-1px {
    /*px*/ margin-left: -1px;
    /*rem*/ margin-left: -0.0625rem;
  }
  .sm-gutter-1px > .grid-item {
    /*px*/ padding-left: 1px;
    /*rem*/ padding-left: 0.0625rem;
  }
  [class~="sm-gutter-1/2"],
  .sm-gutter-half {
    /*px*/ margin-left: -12px;
    /*rem*/ margin-left: -0.75rem;
  }
  [class~="sm-gutter-1/2"] > .grid-item,
  .sm-gutter-half > .grid-item {
    /*px*/ padding-left: 12px;
    /*rem*/ padding-left: 0.75rem;
  }
  .sm-gutter-1,
  .sm-gutter-whole {
    /*px*/ margin-left: -24px;
    /*rem*/ margin-left: -1.5rem;
  }
  .sm-gutter-1 > .grid-item,
  .sm-gutter-whole > .grid-item {
    /*px*/ padding-left: 24px;
    /*rem*/ padding-left: 1.5rem;
  }
  .sm-gutter-2,
  .sm-gutter-double {
    /*px*/ margin-left: -48px;
    /*rem*/ margin-left: -3rem;
  }
  .sm-gutter-2 > .grid-item,
  .sm-gutter-double > .grid-item {
    /*px*/ padding-left: 48px;
    /*rem*/ padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .md-gutter-0,
  .md-gutter-none {
    margin-left: 0;
  }
  .md-gutter-0 > .grid-item,
  .md-gutter-none > .grid-item {
    padding-left: 0;
  }
  .md-gutter-1px {
    /*px*/ margin-left: -1px;
    /*rem*/ margin-left: -0.0625rem;
  }
  .md-gutter-1px > .grid-item {
    /*px*/ padding-left: 1px;
    /*rem*/ padding-left: 0.0625rem;
  }
  [class~="md-gutter-1/2"],
  .md-gutter-half {
    /*px*/ margin-left: -12px;
    /*rem*/ margin-left: -0.75rem;
  }
  [class~="md-gutter-1/2"] > .grid-item,
  .md-gutter-half > .grid-item {
    /*px*/ padding-left: 12px;
    /*rem*/ padding-left: 0.75rem;
  }
  .md-gutter-1,
  .md-gutter-whole {
    /*px*/ margin-left: -24px;
    /*rem*/ margin-left: -1.5rem;
  }
  .md-gutter-1 > .grid-item,
  .md-gutter-whole > .grid-item {
    /*px*/ padding-left: 24px;
    /*rem*/ padding-left: 1.5rem;
  }
  .md-gutter-2,
  .md-gutter-double {
    /*px*/ margin-left: -48px;
    /*rem*/ margin-left: -3rem;
  }
  .md-gutter-2 > .grid-item,
  .md-gutter-double > .grid-item {
    /*px*/ padding-left: 48px;
    /*rem*/ padding-left: 3rem;
  }
}
@media (min-width: 960px) {
  .lg-gutter-0,
  .lg-gutter-none {
    margin-left: 0;
  }
  .lg-gutter-0 > .grid-item,
  .lg-gutter-none > .grid-item {
    padding-left: 0;
  }
  .lg-gutter-1px {
    /*px*/ margin-left: -1px;
    /*rem*/ margin-left: -0.0625rem;
  }
  .lg-gutter-1px > .grid-item {
    /*px*/ padding-left: 1px;
    /*rem*/ padding-left: 0.0625rem;
  }
  [class~="lg-gutter-1/2"],
  .lg-gutter-half {
    /*px*/ margin-left: -12px;
    /*rem*/ margin-left: -0.75rem;
  }
  [class~="lg-gutter-1/2"] > .grid-item,
  .lg-gutter-half > .grid-item {
    /*px*/ padding-left: 12px;
    /*rem*/ padding-left: 0.75rem;
  }
  .lg-gutter-1,
  .lg-gutter-whole {
    /*px*/ margin-left: -24px;
    /*rem*/ margin-left: -1.5rem;
  }
  .lg-gutter-1 > .grid-item,
  .lg-gutter-whole > .grid-item {
    /*px*/ padding-left: 24px;
    /*rem*/ padding-left: 1.5rem;
  }
  .lg-gutter-2,
  .lg-gutter-double {
    /*px*/ margin-left: -48px;
    /*rem*/ margin-left: -3rem;
  }
  .lg-gutter-2 > .grid-item,
  .lg-gutter-double > .grid-item {
    /*px*/ padding-left: 48px;
    /*rem*/ padding-left: 3rem;
  }
}
@media (min-width: 1140px) {
  .xl-gutter-0,
  .xl-gutter-none {
    margin-left: 0;
  }
  .xl-gutter-0 > .grid-item,
  .xl-gutter-none > .grid-item {
    padding-left: 0;
  }
  .xl-gutter-1px {
    /*px*/ margin-left: -1px;
    /*rem*/ margin-left: -0.0625rem;
  }
  .xl-gutter-1px > .grid-item {
    /*px*/ padding-left: 1px;
    /*rem*/ padding-left: 0.0625rem;
  }
  [class~="xl-gutter-1/2"],
  .xl-gutter-half {
    /*px*/ margin-left: -12px;
    /*rem*/ margin-left: -0.75rem;
  }
  [class~="xl-gutter-1/2"] > .grid-item,
  .xl-gutter-half > .grid-item {
    /*px*/ padding-left: 12px;
    /*rem*/ padding-left: 0.75rem;
  }
  .xl-gutter-1,
  .xl-gutter-whole {
    /*px*/ margin-left: -24px;
    /*rem*/ margin-left: -1.5rem;
  }
  .xl-gutter-1 > .grid-item,
  .xl-gutter-whole > .grid-item {
    /*px*/ padding-left: 24px;
    /*rem*/ padding-left: 1.5rem;
  }
  .xl-gutter-2,
  .xl-gutter-double {
    /*px*/ margin-left: -48px;
    /*rem*/ margin-left: -3rem;
  }
  .xl-gutter-2 > .grid-item,
  .xl-gutter-double > .grid-item {
    /*px*/ padding-left: 48px;
    /*rem*/ padding-left: 3rem;
  }
}
@media (min-width: 1380px) {
  .xxl-gutter-0,
  .xxl-gutter-none {
    margin-left: 0;
  }
  .xxl-gutter-0 > .grid-item,
  .xxl-gutter-none > .grid-item {
    padding-left: 0;
  }
  .xxl-gutter-1px {
    /*px*/ margin-left: -1px;
    /*rem*/ margin-left: -0.0625rem;
  }
  .xxl-gutter-1px > .grid-item {
    /*px*/ padding-left: 1px;
    /*rem*/ padding-left: 0.0625rem;
  }
  [class~="xxl-gutter-1/2"],
  .xxl-gutter-half {
    /*px*/ margin-left: -12px;
    /*rem*/ margin-left: -0.75rem;
  }
  [class~="xxl-gutter-1/2"] > .grid-item,
  .xxl-gutter-half > .grid-item {
    /*px*/ padding-left: 12px;
    /*rem*/ padding-left: 0.75rem;
  }
  .xxl-gutter-1,
  .xxl-gutter-whole {
    /*px*/ margin-left: -24px;
    /*rem*/ margin-left: -1.5rem;
  }
  .xxl-gutter-1 > .grid-item,
  .xxl-gutter-whole > .grid-item {
    /*px*/ padding-left: 24px;
    /*rem*/ padding-left: 1.5rem;
  }
  .xxl-gutter-2,
  .xxl-gutter-double {
    /*px*/ margin-left: -48px;
    /*rem*/ margin-left: -3rem;
  }
  .xxl-gutter-2 > .grid-item,
  .xxl-gutter-double > .grid-item {
    /*px*/ padding-left: 48px;
    /*rem*/ padding-left: 3rem;
  }
}
/**
 * Grid item alignment
 */
.grid-align-top > .grid-item {
  vertical-align: top;
}
.grid-align-middle > .grid-item {
  vertical-align: middle;
}
.grid-align-bottom > .grid-item {
  vertical-align: bottom;
}
.grid-align-left {
  text-align: left;
}
.grid-align-left > .grid-item {
  text-align: left;
}
.grid-align-center {
  text-align: center;
}
.grid-align-center > .grid-item {
  text-align: left;
}
.grid-align-right {
  text-align: right;
}
.grid-align-right > .grid-item {
  text-align: left;
}
/**
 * Grid item "shrink wrap"
 *
 * Force `.grid-item` to be the width of its content.
 */
.grid-shrink-wrap > .grid-item {
  width: auto;
}
/* ========================================================================== *\
   Utilities -> Display ($utilities-display)
\* ========================================================================== */
.dn {
  display: none !important;
}
.di {
  display: inline !important;
}
.db {
  display: block !important;
}
/**
 * 1. Fix Firefox bug where an <img> styled with `max-width: 100%` inside a
 *    parent styled `inline-block` displays at its default size, not 100% of the
 *    parent container.
 */
.dib {
  display: inline-block !important;
  max-width: 100% !important;
  /* 1 */
}
.dit {
  display: inline-table !important;
}
.dt {
  display: table !important;
  table-layout: fixed !important;
  width: 100% !important;
}
.dtr {
  display: table-row !important;
}
.dtrg {
  display: table-row-group !important;
}
.dtc {
  display: table-cell !important;
}
.dtcol {
  display: table-column !important;
}
.dtcolg {
  display: table-column-group !important;
}
@media (min-width: 480px) {
  .xs-dn {
    display: none !important;
  }
  .xs-di {
    display: inline !important;
  }
  .xs-db {
    display: block !important;
  }
  .xs-dib {
    display: inline-block !important;
    max-width: 100% !important;
  }
  .xs-dit {
    display: inline-table !important;
  }
  .xs-dt {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
  }
  .xs-dtr {
    display: table-row !important;
  }
  .xs-dtrg {
    display: table-row-group !important;
  }
  .xs-dtc {
    display: table-cell !important;
  }
  .xs-dtcol {
    display: table-column !important;
  }
  .xs-dtcolg {
    display: table-column-group !important;
  }
}
@media (min-width: 600px) {
  .sm-dn {
    display: none !important;
  }
  .sm-di {
    display: inline !important;
  }
  .sm-db {
    display: block !important;
  }
  .sm-dib {
    display: inline-block !important;
    max-width: 100% !important;
  }
  .sm-dit {
    display: inline-table !important;
  }
  .sm-dt {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
  }
  .sm-dtr {
    display: table-row !important;
  }
  .sm-dtrg {
    display: table-row-group !important;
  }
  .sm-dtc {
    display: table-cell !important;
  }
  .sm-dtcol {
    display: table-column !important;
  }
  .sm-dtcolg {
    display: table-column-group !important;
  }
}
@media (min-width: 768px) {
  .md-dn {
    display: none !important;
  }
  .md-di {
    display: inline !important;
  }
  .md-db {
    display: block !important;
  }
  .md-dib {
    display: inline-block !important;
    max-width: 100% !important;
  }
  .md-dit {
    display: inline-table !important;
  }
  .md-dt {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
  }
  .md-dtr {
    display: table-row !important;
  }
  .md-dtrg {
    display: table-row-group !important;
  }
  .md-dtc {
    display: table-cell !important;
  }
  .md-dtcol {
    display: table-column !important;
  }
  .md-dtcolg {
    display: table-column-group !important;
  }
}
@media (min-width: 960px) {
  .lg-dn {
    display: none !important;
  }
  .lg-di {
    display: inline !important;
  }
  .lg-db {
    display: block !important;
  }
  .lg-dib {
    display: inline-block !important;
    max-width: 100% !important;
  }
  .lg-dit {
    display: inline-table !important;
  }
  .lg-dt {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
  }
  .lg-dtr {
    display: table-row !important;
  }
  .lg-dtrg {
    display: table-row-group !important;
  }
  .lg-dtc {
    display: table-cell !important;
  }
  .lg-dtcol {
    display: table-column !important;
  }
  .lg-dtcolg {
    display: table-column-group !important;
  }
}
@media (min-width: 1140px) {
  .xl-dn {
    display: none !important;
  }
  .xl-di {
    display: inline !important;
  }
  .xl-db {
    display: block !important;
  }
  .xl-dib {
    display: inline-block !important;
    max-width: 100% !important;
  }
  .xl-dit {
    display: inline-table !important;
  }
  .xl-dt {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
  }
  .xl-dtr {
    display: table-row !important;
  }
  .xl-dtrg {
    display: table-row-group !important;
  }
  .xl-dtc {
    display: table-cell !important;
  }
  .xl-dtcol {
    display: table-column !important;
  }
  .xl-dtcolg {
    display: table-column-group !important;
  }
}
@media (min-width: 1380px) {
  .xxl-dn {
    display: none !important;
  }
  .xxl-di {
    display: inline !important;
  }
  .xxl-db {
    display: block !important;
  }
  .xxl-dib {
    display: inline-block !important;
    max-width: 100% !important;
  }
  .xxl-dit {
    display: inline-table !important;
  }
  .xxl-dt {
    display: table !important;
    table-layout: fixed !important;
    width: 100% !important;
  }
  .xxl-dtr {
    display: table-row !important;
  }
  .xxl-dtrg {
    display: table-row-group !important;
  }
  .xxl-dtc {
    display: table-cell !important;
  }
  .xxl-dtcol {
    display: table-column !important;
  }
  .xxl-dtcolg {
    display: table-column-group !important;
  }
}
/* ========================================================================== *\
   Utilities -> Font Sizes ($utilities-font-sizes)
\* ========================================================================== */
/**
 * Hat tip to @csswizardry for the +/- technique.
 *
 * @link http://cbrac.co/1Pd1ZKl
 */
.fz--- {
  /*px*/ font-size: 12px !important;
  /*rem*/ font-size: 0.75rem !important;
}
.fz-- {
  /*px*/ font-size: 13px !important;
  /*rem*/ font-size: 0.8125rem !important;
}
.fz- {
  /*px*/ font-size: 14px !important;
  /*rem*/ font-size: 0.875rem !important;
}
.fz {
  /*px*/ font-size: 16px !important;
  /*rem*/ font-size: 1rem !important;
}
.fz\+ {
  /*px*/ font-size: 18px !important;
  /*rem*/ font-size: 1.125rem !important;
}
.fz\+\+ {
  /*px*/ font-size: 19px !important;
  /*rem*/ font-size: 1.1875rem !important;
}
.fz\+\+\+ {
  /*px*/ font-size: 20px !important;
  /*rem*/ font-size: 1.25rem !important;
}
.fz100 {
  font-size: 100% !important;
}
.fz0 {
  font-size: 0 !important;
}
@media (min-width: 480px) {
  .xs-fz--- {
    /*px*/ font-size: 12px !important;
    /*rem*/ font-size: 0.75rem !important;
  }
  .xs-fz-- {
    /*px*/ font-size: 13px !important;
    /*rem*/ font-size: 0.8125rem !important;
  }
  .xs-fz- {
    /*px*/ font-size: 14px !important;
    /*rem*/ font-size: 0.875rem !important;
  }
  .xs-fz {
    /*px*/ font-size: 16px !important;
    /*rem*/ font-size: 1rem !important;
  }
  .xs-fz\+ {
    /*px*/ font-size: 18px !important;
    /*rem*/ font-size: 1.125rem !important;
  }
  .xs-fz\+\+ {
    /*px*/ font-size: 19px !important;
    /*rem*/ font-size: 1.1875rem !important;
  }
  .xs-fz\+\+\+ {
    /*px*/ font-size: 20px !important;
    /*rem*/ font-size: 1.25rem !important;
  }
  .xs-fz100 {
    font-size: 100% !important;
  }
  .xs-fz0 {
    font-size: 0 !important;
  }
}
@media (min-width: 600px) {
  .sm-fz--- {
    /*px*/ font-size: 12px !important;
    /*rem*/ font-size: 0.75rem !important;
  }
  .sm-fz-- {
    /*px*/ font-size: 13px !important;
    /*rem*/ font-size: 0.8125rem !important;
  }
  .sm-fz- {
    /*px*/ font-size: 14px !important;
    /*rem*/ font-size: 0.875rem !important;
  }
  .sm-fz {
    /*px*/ font-size: 16px !important;
    /*rem*/ font-size: 1rem !important;
  }
  .sm-fz\+ {
    /*px*/ font-size: 18px !important;
    /*rem*/ font-size: 1.125rem !important;
  }
  .sm-fz\+\+ {
    /*px*/ font-size: 19px !important;
    /*rem*/ font-size: 1.1875rem !important;
  }
  .sm-fz\+\+\+ {
    /*px*/ font-size: 20px !important;
    /*rem*/ font-size: 1.25rem !important;
  }
  .sm-fz100 {
    font-size: 100% !important;
  }
  .sm-fz0 {
    font-size: 0 !important;
  }
}
@media (min-width: 768px) {
  .md-fz--- {
    /*px*/ font-size: 12px !important;
    /*rem*/ font-size: 0.75rem !important;
  }
  .md-fz-- {
    /*px*/ font-size: 13px !important;
    /*rem*/ font-size: 0.8125rem !important;
  }
  .md-fz- {
    /*px*/ font-size: 14px !important;
    /*rem*/ font-size: 0.875rem !important;
  }
  .md-fz {
    /*px*/ font-size: 16px !important;
    /*rem*/ font-size: 1rem !important;
  }
  .md-fz\+ {
    /*px*/ font-size: 18px !important;
    /*rem*/ font-size: 1.125rem !important;
  }
  .md-fz\+\+ {
    /*px*/ font-size: 19px !important;
    /*rem*/ font-size: 1.1875rem !important;
  }
  .md-fz\+\+\+ {
    /*px*/ font-size: 20px !important;
    /*rem*/ font-size: 1.25rem !important;
  }
  .md-fz100 {
    font-size: 100% !important;
  }
  .md-fz0 {
    font-size: 0 !important;
  }
}
@media (min-width: 960px) {
  .lg-fz--- {
    /*px*/ font-size: 12px !important;
    /*rem*/ font-size: 0.75rem !important;
  }
  .lg-fz-- {
    /*px*/ font-size: 13px !important;
    /*rem*/ font-size: 0.8125rem !important;
  }
  .lg-fz- {
    /*px*/ font-size: 14px !important;
    /*rem*/ font-size: 0.875rem !important;
  }
  .lg-fz {
    /*px*/ font-size: 16px !important;
    /*rem*/ font-size: 1rem !important;
  }
  .lg-fz\+ {
    /*px*/ font-size: 18px !important;
    /*rem*/ font-size: 1.125rem !important;
  }
  .lg-fz\+\+ {
    /*px*/ font-size: 19px !important;
    /*rem*/ font-size: 1.1875rem !important;
  }
  .lg-fz\+\+\+ {
    /*px*/ font-size: 20px !important;
    /*rem*/ font-size: 1.25rem !important;
  }
  .lg-fz100 {
    font-size: 100% !important;
  }
  .lg-fz0 {
    font-size: 0 !important;
  }
}
@media (min-width: 1140px) {
  .xl-fz--- {
    /*px*/ font-size: 12px !important;
    /*rem*/ font-size: 0.75rem !important;
  }
  .xl-fz-- {
    /*px*/ font-size: 13px !important;
    /*rem*/ font-size: 0.8125rem !important;
  }
  .xl-fz- {
    /*px*/ font-size: 14px !important;
    /*rem*/ font-size: 0.875rem !important;
  }
  .xl-fz {
    /*px*/ font-size: 16px !important;
    /*rem*/ font-size: 1rem !important;
  }
  .xl-fz\+ {
    /*px*/ font-size: 18px !important;
    /*rem*/ font-size: 1.125rem !important;
  }
  .xl-fz\+\+ {
    /*px*/ font-size: 19px !important;
    /*rem*/ font-size: 1.1875rem !important;
  }
  .xl-fz\+\+\+ {
    /*px*/ font-size: 20px !important;
    /*rem*/ font-size: 1.25rem !important;
  }
  .xl-fz100 {
    font-size: 100% !important;
  }
  .xl-fz0 {
    font-size: 0 !important;
  }
}
@media (min-width: 1380px) {
  .xxl-fz--- {
    /*px*/ font-size: 12px !important;
    /*rem*/ font-size: 0.75rem !important;
  }
  .xxl-fz-- {
    /*px*/ font-size: 13px !important;
    /*rem*/ font-size: 0.8125rem !important;
  }
  .xxl-fz- {
    /*px*/ font-size: 14px !important;
    /*rem*/ font-size: 0.875rem !important;
  }
  .xxl-fz {
    /*px*/ font-size: 16px !important;
    /*rem*/ font-size: 1rem !important;
  }
  .xxl-fz\+ {
    /*px*/ font-size: 18px !important;
    /*rem*/ font-size: 1.125rem !important;
  }
  .xxl-fz\+\+ {
    /*px*/ font-size: 19px !important;
    /*rem*/ font-size: 1.1875rem !important;
  }
  .xxl-fz\+\+\+ {
    /*px*/ font-size: 20px !important;
    /*rem*/ font-size: 1.25rem !important;
  }
  .xxl-fz100 {
    font-size: 100% !important;
  }
  .xxl-fz0 {
    font-size: 0 !important;
  }
}
/* ========================================================================== *\
   Utilities -> Floats ($utilities-floats)
\* ========================================================================== */
.fl {
  float: left !important;
}
.fr {
  float: right !important;
}
.fn {
  float: none !important;
}
@media (min-width: 480px) {
  .xs-fl {
    float: left !important;
  }
  .xs-fr {
    float: right !important;
  }
  .xs-fn {
    float: none !important;
  }
}
@media (min-width: 600px) {
  .sm-fl {
    float: left !important;
  }
  .sm-fr {
    float: right !important;
  }
  .sm-fn {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .md-fl {
    float: left !important;
  }
  .md-fr {
    float: right !important;
  }
  .md-fn {
    float: none !important;
  }
}
@media (min-width: 960px) {
  .lg-fl {
    float: left !important;
  }
  .lg-fr {
    float: right !important;
  }
  .lg-fn {
    float: none !important;
  }
}
@media (min-width: 1140px) {
  .xl-fl {
    float: left !important;
  }
  .xl-fr {
    float: right !important;
  }
  .xl-fn {
    float: none !important;
  }
}
@media (min-width: 1380px) {
  .xxl-fl {
    float: left !important;
  }
  .xxl-fr {
    float: right !important;
  }
  .xxl-fn {
    float: none !important;
  }
}
/**
 * Clearfix
 *
 * 1. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 * 2. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 *
 * @link http://cbrac.co/1FT6aqC
 */
.cf:before,
.cf:after {
  display: table;
  content: " ";
}
.cf:after {
  clear: both;
}
/**
 * Clear floats with an extra markup element.
 *
 * @link http://cbrac.co/SFv1Ua
 */
.clear {
  display: block;
  visibility: hidden;
  clear: both;
  overflow: hidden;
  width: 0;
  height: 0;
}
/* ========================================================================== *\
   Utilities -> Margins ($utilities-margins)
\* ========================================================================== */
/**
 * Hat tip to @csswizardry for the +/- technique.
 *
 * @link http://cbrac.co/1Pd1ZKl
 */
.m {
  /*px*/ margin: 24px !important;
  /*rem*/ margin: 1.5rem !important;
}
.mt {
  /*px*/ margin-top: 24px !important;
  /*rem*/ margin-top: 1.5rem !important;
}
.mr {
  /*px*/ margin-right: 24px !important;
  /*rem*/ margin-right: 1.5rem !important;
}
.mb {
  /*px*/ margin-bottom: 24px !important;
  /*rem*/ margin-bottom: 1.5rem !important;
}
.ml {
  /*px*/ margin-left: 24px !important;
  /*rem*/ margin-left: 1.5rem !important;
}
.mh {
  /*px*/ margin-right: 24px !important;
  /*rem*/ margin-right: 1.5rem !important;
  /*px*/ margin-left: 24px !important;
  /*rem*/ margin-left: 1.5rem !important;
}
.mv {
  /*px*/ margin-top: 24px !important;
  /*rem*/ margin-top: 1.5rem !important;
  /*px*/ margin-bottom: 24px !important;
  /*rem*/ margin-bottom: 1.5rem !important;
}
.m0a {
  /*px*/ margin: 0 auto !important;
  /*rem*/ margin: 0 auto !important;
}
.m-- {
  /*px*/ margin: 6px !important;
  /*rem*/ margin: 0.375rem !important;
}
.mt-- {
  /*px*/ margin-top: 6px !important;
  /*rem*/ margin-top: 0.375rem !important;
}
.mr-- {
  /*px*/ margin-right: 6px !important;
  /*rem*/ margin-right: 0.375rem !important;
}
.mb-- {
  /*px*/ margin-bottom: 6px !important;
  /*rem*/ margin-bottom: 0.375rem !important;
}
.ml-- {
  /*px*/ margin-left: 6px !important;
  /*rem*/ margin-left: 0.375rem !important;
}
.mh-- {
  /*px*/ margin-right: 6px !important;
  /*rem*/ margin-right: 0.375rem !important;
  /*px*/ margin-left: 6px !important;
  /*rem*/ margin-left: 0.375rem !important;
}
.mv-- {
  /*px*/ margin-top: 6px !important;
  /*rem*/ margin-top: 0.375rem !important;
  /*px*/ margin-bottom: 6px !important;
  /*rem*/ margin-bottom: 0.375rem !important;
}
.m- {
  /*px*/ margin: 12px !important;
  /*rem*/ margin: 0.75rem !important;
}
.mt- {
  /*px*/ margin-top: 12px !important;
  /*rem*/ margin-top: 0.75rem !important;
}
.mr- {
  /*px*/ margin-right: 12px !important;
  /*rem*/ margin-right: 0.75rem !important;
}
.mb- {
  /*px*/ margin-bottom: 12px !important;
  /*rem*/ margin-bottom: 0.75rem !important;
}
.ml- {
  /*px*/ margin-left: 12px !important;
  /*rem*/ margin-left: 0.75rem !important;
}
.mh- {
  /*px*/ margin-right: 12px !important;
  /*rem*/ margin-right: 0.75rem !important;
  /*px*/ margin-left: 12px !important;
  /*rem*/ margin-left: 0.75rem !important;
}
.mv- {
  /*px*/ margin-top: 12px !important;
  /*rem*/ margin-top: 0.75rem !important;
  /*px*/ margin-bottom: 12px !important;
  /*rem*/ margin-bottom: 0.75rem !important;
}
.m\+ {
  /*px*/ margin: 48px !important;
  /*rem*/ margin: 3rem !important;
}
.mt\+ {
  /*px*/ margin-top: 48px !important;
  /*rem*/ margin-top: 3rem !important;
}
.mr\+ {
  /*px*/ margin-right: 48px !important;
  /*rem*/ margin-right: 3rem !important;
}
.mb\+ {
  /*px*/ margin-bottom: 48px !important;
  /*rem*/ margin-bottom: 3rem !important;
}
.ml\+ {
  /*px*/ margin-left: 48px !important;
  /*rem*/ margin-left: 3rem !important;
}
.mh\+ {
  /*px*/ margin-right: 48px !important;
  /*rem*/ margin-right: 3rem !important;
  /*px*/ margin-left: 48px !important;
  /*rem*/ margin-left: 3rem !important;
}
.mv\+ {
  /*px*/ margin-top: 48px !important;
  /*rem*/ margin-top: 3rem !important;
  /*px*/ margin-bottom: 48px !important;
  /*rem*/ margin-bottom: 3rem !important;
}
.m\+\+ {
  /*px*/ margin: 96px !important;
  /*rem*/ margin: 6rem !important;
}
.mt\+\+ {
  /*px*/ margin-top: 96px !important;
  /*rem*/ margin-top: 6rem !important;
}
.mr\+\+ {
  /*px*/ margin-right: 96px !important;
  /*rem*/ margin-right: 6rem !important;
}
.mb\+\+ {
  /*px*/ margin-bottom: 96px !important;
  /*rem*/ margin-bottom: 6rem !important;
}
.ml\+\+ {
  /*px*/ margin-left: 96px !important;
  /*rem*/ margin-left: 6rem !important;
}
.mh\+\+ {
  /*px*/ margin-right: 96px !important;
  /*rem*/ margin-right: 6rem !important;
  /*px*/ margin-left: 96px !important;
  /*rem*/ margin-left: 6rem !important;
}
.mv\+\+ {
  /*px*/ margin-top: 96px !important;
  /*rem*/ margin-top: 6rem !important;
  /*px*/ margin-bottom: 96px !important;
  /*rem*/ margin-bottom: 6rem !important;
}
.m0 {
  /*px*/ margin: 0 !important;
  /*rem*/ margin: 0 !important;
}
.mt0 {
  /*px*/ margin-top: 0 !important;
  /*rem*/ margin-top: 0 !important;
}
.mr0 {
  /*px*/ margin-right: 0 !important;
  /*rem*/ margin-right: 0 !important;
}
.mb0 {
  /*px*/ margin-bottom: 0 !important;
  /*rem*/ margin-bottom: 0 !important;
}
.ml0 {
  /*px*/ margin-left: 0 !important;
  /*rem*/ margin-left: 0 !important;
}
.mh0 {
  /*px*/ margin-right: 0 !important;
  /*rem*/ margin-right: 0 !important;
  /*px*/ margin-left: 0 !important;
  /*rem*/ margin-left: 0 !important;
}
.mv0 {
  /*px*/ margin-top: 0 !important;
  /*rem*/ margin-top: 0 !important;
  /*px*/ margin-bottom: 0 !important;
  /*rem*/ margin-bottom: 0 !important;
}
@media (min-width: 480px) {
  .xs-m {
    /*px*/ margin: 24px !important;
    /*rem*/ margin: 1.5rem !important;
  }
  .xs-mt {
    /*px*/ margin-top: 24px !important;
    /*rem*/ margin-top: 1.5rem !important;
  }
  .xs-mr {
    /*px*/ margin-right: 24px !important;
    /*rem*/ margin-right: 1.5rem !important;
  }
  .xs-mb {
    /*px*/ margin-bottom: 24px !important;
    /*rem*/ margin-bottom: 1.5rem !important;
  }
  .xs-ml {
    /*px*/ margin-left: 24px !important;
    /*rem*/ margin-left: 1.5rem !important;
  }
  .xs-mh {
    /*px*/ margin-right: 24px !important;
    /*rem*/ margin-right: 1.5rem !important;
    /*px*/ margin-left: 24px !important;
    /*rem*/ margin-left: 1.5rem !important;
  }
  .xs-mv {
    /*px*/ margin-top: 24px !important;
    /*rem*/ margin-top: 1.5rem !important;
    /*px*/ margin-bottom: 24px !important;
    /*rem*/ margin-bottom: 1.5rem !important;
  }
  .xs-m-- {
    /*px*/ margin: 6px !important;
    /*rem*/ margin: 0.375rem !important;
  }
  .xs-mt-- {
    /*px*/ margin-top: 6px !important;
    /*rem*/ margin-top: 0.375rem !important;
  }
  .xs-mr-- {
    /*px*/ margin-right: 6px !important;
    /*rem*/ margin-right: 0.375rem !important;
  }
  .xs-mb-- {
    /*px*/ margin-bottom: 6px !important;
    /*rem*/ margin-bottom: 0.375rem !important;
  }
  .xs-ml-- {
    /*px*/ margin-left: 6px !important;
    /*rem*/ margin-left: 0.375rem !important;
  }
  .xs-mh-- {
    /*px*/ margin-right: 6px !important;
    /*rem*/ margin-right: 0.375rem !important;
    /*px*/ margin-left: 6px !important;
    /*rem*/ margin-left: 0.375rem !important;
  }
  .xs-mv-- {
    /*px*/ margin-top: 6px !important;
    /*rem*/ margin-top: 0.375rem !important;
    /*px*/ margin-bottom: 6px !important;
    /*rem*/ margin-bottom: 0.375rem !important;
  }
  .xs-m- {
    /*px*/ margin: 12px !important;
    /*rem*/ margin: 0.75rem !important;
  }
  .xs-mt- {
    /*px*/ margin-top: 12px !important;
    /*rem*/ margin-top: 0.75rem !important;
  }
  .xs-mr- {
    /*px*/ margin-right: 12px !important;
    /*rem*/ margin-right: 0.75rem !important;
  }
  .xs-mb- {
    /*px*/ margin-bottom: 12px !important;
    /*rem*/ margin-bottom: 0.75rem !important;
  }
  .xs-ml- {
    /*px*/ margin-left: 12px !important;
    /*rem*/ margin-left: 0.75rem !important;
  }
  .xs-mh- {
    /*px*/ margin-right: 12px !important;
    /*rem*/ margin-right: 0.75rem !important;
    /*px*/ margin-left: 12px !important;
    /*rem*/ margin-left: 0.75rem !important;
  }
  .xs-mv- {
    /*px*/ margin-top: 12px !important;
    /*rem*/ margin-top: 0.75rem !important;
    /*px*/ margin-bottom: 12px !important;
    /*rem*/ margin-bottom: 0.75rem !important;
  }
  .xs-m\+ {
    /*px*/ margin: 48px !important;
    /*rem*/ margin: 3rem !important;
  }
  .xs-mt\+ {
    /*px*/ margin-top: 48px !important;
    /*rem*/ margin-top: 3rem !important;
  }
  .xs-mr\+ {
    /*px*/ margin-right: 48px !important;
    /*rem*/ margin-right: 3rem !important;
  }
  .xs-mb\+ {
    /*px*/ margin-bottom: 48px !important;
    /*rem*/ margin-bottom: 3rem !important;
  }
  .xs-ml\+ {
    /*px*/ margin-left: 48px !important;
    /*rem*/ margin-left: 3rem !important;
  }
  .xs-mh\+ {
    /*px*/ margin-right: 48px !important;
    /*rem*/ margin-right: 3rem !important;
    /*px*/ margin-left: 48px !important;
    /*rem*/ margin-left: 3rem !important;
  }
  .xs-mv\+ {
    /*px*/ margin-top: 48px !important;
    /*rem*/ margin-top: 3rem !important;
    /*px*/ margin-bottom: 48px !important;
    /*rem*/ margin-bottom: 3rem !important;
  }
  .xs-m\+\+ {
    /*px*/ margin: 96px !important;
    /*rem*/ margin: 6rem !important;
  }
  .xs-mt\+\+ {
    /*px*/ margin-top: 96px !important;
    /*rem*/ margin-top: 6rem !important;
  }
  .xs-mr\+\+ {
    /*px*/ margin-right: 96px !important;
    /*rem*/ margin-right: 6rem !important;
  }
  .xs-mb\+\+ {
    /*px*/ margin-bottom: 96px !important;
    /*rem*/ margin-bottom: 6rem !important;
  }
  .xs-ml\+\+ {
    /*px*/ margin-left: 96px !important;
    /*rem*/ margin-left: 6rem !important;
  }
  .xs-mh\+\+ {
    /*px*/ margin-right: 96px !important;
    /*rem*/ margin-right: 6rem !important;
    /*px*/ margin-left: 96px !important;
    /*rem*/ margin-left: 6rem !important;
  }
  .xs-mv\+\+ {
    /*px*/ margin-top: 96px !important;
    /*rem*/ margin-top: 6rem !important;
    /*px*/ margin-bottom: 96px !important;
    /*rem*/ margin-bottom: 6rem !important;
  }
  .xs-m0 {
    /*px*/ margin: 0 !important;
    /*rem*/ margin: 0 !important;
  }
  .xs-mt0 {
    /*px*/ margin-top: 0 !important;
    /*rem*/ margin-top: 0 !important;
  }
  .xs-mr0 {
    /*px*/ margin-right: 0 !important;
    /*rem*/ margin-right: 0 !important;
  }
  .xs-mb0 {
    /*px*/ margin-bottom: 0 !important;
    /*rem*/ margin-bottom: 0 !important;
  }
  .xs-ml0 {
    /*px*/ margin-left: 0 !important;
    /*rem*/ margin-left: 0 !important;
  }
  .xs-mh0 {
    /*px*/ margin-right: 0 !important;
    /*rem*/ margin-right: 0 !important;
    /*px*/ margin-left: 0 !important;
    /*rem*/ margin-left: 0 !important;
  }
  .xs-mv0 {
    /*px*/ margin-top: 0 !important;
    /*rem*/ margin-top: 0 !important;
    /*px*/ margin-bottom: 0 !important;
    /*rem*/ margin-bottom: 0 !important;
  }
}
@media (min-width: 600px) {
  .sm-m {
    /*px*/ margin: 24px !important;
    /*rem*/ margin: 1.5rem !important;
  }
  .sm-mt {
    /*px*/ margin-top: 24px !important;
    /*rem*/ margin-top: 1.5rem !important;
  }
  .sm-mr {
    /*px*/ margin-right: 24px !important;
    /*rem*/ margin-right: 1.5rem !important;
  }
  .sm-mb {
    /*px*/ margin-bottom: 24px !important;
    /*rem*/ margin-bottom: 1.5rem !important;
  }
  .sm-ml {
    /*px*/ margin-left: 24px !important;
    /*rem*/ margin-left: 1.5rem !important;
  }
  .sm-mh {
    /*px*/ margin-right: 24px !important;
    /*rem*/ margin-right: 1.5rem !important;
    /*px*/ margin-left: 24px !important;
    /*rem*/ margin-left: 1.5rem !important;
  }
  .sm-mv {
    /*px*/ margin-top: 24px !important;
    /*rem*/ margin-top: 1.5rem !important;
    /*px*/ margin-bottom: 24px !important;
    /*rem*/ margin-bottom: 1.5rem !important;
  }
  .sm-m-- {
    /*px*/ margin: 6px !important;
    /*rem*/ margin: 0.375rem !important;
  }
  .sm-mt-- {
    /*px*/ margin-top: 6px !important;
    /*rem*/ margin-top: 0.375rem !important;
  }
  .sm-mr-- {
    /*px*/ margin-right: 6px !important;
    /*rem*/ margin-right: 0.375rem !important;
  }
  .sm-mb-- {
    /*px*/ margin-bottom: 6px !important;
    /*rem*/ margin-bottom: 0.375rem !important;
  }
  .sm-ml-- {
    /*px*/ margin-left: 6px !important;
    /*rem*/ margin-left: 0.375rem !important;
  }
  .sm-mh-- {
    /*px*/ margin-right: 6px !important;
    /*rem*/ margin-right: 0.375rem !important;
    /*px*/ margin-left: 6px !important;
    /*rem*/ margin-left: 0.375rem !important;
  }
  .sm-mv-- {
    /*px*/ margin-top: 6px !important;
    /*rem*/ margin-top: 0.375rem !important;
    /*px*/ margin-bottom: 6px !important;
    /*rem*/ margin-bottom: 0.375rem !important;
  }
  .sm-m- {
    /*px*/ margin: 12px !important;
    /*rem*/ margin: 0.75rem !important;
  }
  .sm-mt- {
    /*px*/ margin-top: 12px !important;
    /*rem*/ margin-top: 0.75rem !important;
  }
  .sm-mr- {
    /*px*/ margin-right: 12px !important;
    /*rem*/ margin-right: 0.75rem !important;
  }
  .sm-mb- {
    /*px*/ margin-bottom: 12px !important;
    /*rem*/ margin-bottom: 0.75rem !important;
  }
  .sm-ml- {
    /*px*/ margin-left: 12px !important;
    /*rem*/ margin-left: 0.75rem !important;
  }
  .sm-mh- {
    /*px*/ margin-right: 12px !important;
    /*rem*/ margin-right: 0.75rem !important;
    /*px*/ margin-left: 12px !important;
    /*rem*/ margin-left: 0.75rem !important;
  }
  .sm-mv- {
    /*px*/ margin-top: 12px !important;
    /*rem*/ margin-top: 0.75rem !important;
    /*px*/ margin-bottom: 12px !important;
    /*rem*/ margin-bottom: 0.75rem !important;
  }
  .sm-m\+ {
    /*px*/ margin: 48px !important;
    /*rem*/ margin: 3rem !important;
  }
  .sm-mt\+ {
    /*px*/ margin-top: 48px !important;
    /*rem*/ margin-top: 3rem !important;
  }
  .sm-mr\+ {
    /*px*/ margin-right: 48px !important;
    /*rem*/ margin-right: 3rem !important;
  }
  .sm-mb\+ {
    /*px*/ margin-bottom: 48px !important;
    /*rem*/ margin-bottom: 3rem !important;
  }
  .sm-ml\+ {
    /*px*/ margin-left: 48px !important;
    /*rem*/ margin-left: 3rem !important;
  }
  .sm-mh\+ {
    /*px*/ margin-right: 48px !important;
    /*rem*/ margin-right: 3rem !important;
    /*px*/ margin-left: 48px !important;
    /*rem*/ margin-left: 3rem !important;
  }
  .sm-mv\+ {
    /*px*/ margin-top: 48px !important;
    /*rem*/ margin-top: 3rem !important;
    /*px*/ margin-bottom: 48px !important;
    /*rem*/ margin-bottom: 3rem !important;
  }
  .sm-m\+\+ {
    /*px*/ margin: 96px !important;
    /*rem*/ margin: 6rem !important;
  }
  .sm-mt\+\+ {
    /*px*/ margin-top: 96px !important;
    /*rem*/ margin-top: 6rem !important;
  }
  .sm-mr\+\+ {
    /*px*/ margin-right: 96px !important;
    /*rem*/ margin-right: 6rem !important;
  }
  .sm-mb\+\+ {
    /*px*/ margin-bottom: 96px !important;
    /*rem*/ margin-bottom: 6rem !important;
  }
  .sm-ml\+\+ {
    /*px*/ margin-left: 96px !important;
    /*rem*/ margin-left: 6rem !important;
  }
  .sm-mh\+\+ {
    /*px*/ margin-right: 96px !important;
    /*rem*/ margin-right: 6rem !important;
    /*px*/ margin-left: 96px !important;
    /*rem*/ margin-left: 6rem !important;
  }
  .sm-mv\+\+ {
    /*px*/ margin-top: 96px !important;
    /*rem*/ margin-top: 6rem !important;
    /*px*/ margin-bottom: 96px !important;
    /*rem*/ margin-bottom: 6rem !important;
  }
  .sm-m0 {
    /*px*/ margin: 0 !important;
    /*rem*/ margin: 0 !important;
  }
  .sm-mt0 {
    /*px*/ margin-top: 0 !important;
    /*rem*/ margin-top: 0 !important;
  }
  .sm-mr0 {
    /*px*/ margin-right: 0 !important;
    /*rem*/ margin-right: 0 !important;
  }
  .sm-mb0 {
    /*px*/ margin-bottom: 0 !important;
    /*rem*/ margin-bottom: 0 !important;
  }
  .sm-ml0 {
    /*px*/ margin-left: 0 !important;
    /*rem*/ margin-left: 0 !important;
  }
  .sm-mh0 {
    /*px*/ margin-right: 0 !important;
    /*rem*/ margin-right: 0 !important;
    /*px*/ margin-left: 0 !important;
    /*rem*/ margin-left: 0 !important;
  }
  .sm-mv0 {
    /*px*/ margin-top: 0 !important;
    /*rem*/ margin-top: 0 !important;
    /*px*/ margin-bottom: 0 !important;
    /*rem*/ margin-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .md-m {
    /*px*/ margin: 24px !important;
    /*rem*/ margin: 1.5rem !important;
  }
  .md-mt {
    /*px*/ margin-top: 24px !important;
    /*rem*/ margin-top: 1.5rem !important;
  }
  .md-mr {
    /*px*/ margin-right: 24px !important;
    /*rem*/ margin-right: 1.5rem !important;
  }
  .md-mb {
    /*px*/ margin-bottom: 24px !important;
    /*rem*/ margin-bottom: 1.5rem !important;
  }
  .md-ml {
    /*px*/ margin-left: 24px !important;
    /*rem*/ margin-left: 1.5rem !important;
  }
  .md-mh {
    /*px*/ margin-right: 24px !important;
    /*rem*/ margin-right: 1.5rem !important;
    /*px*/ margin-left: 24px !important;
    /*rem*/ margin-left: 1.5rem !important;
  }
  .md-mv {
    /*px*/ margin-top: 24px !important;
    /*rem*/ margin-top: 1.5rem !important;
    /*px*/ margin-bottom: 24px !important;
    /*rem*/ margin-bottom: 1.5rem !important;
  }
  .md-m-- {
    /*px*/ margin: 6px !important;
    /*rem*/ margin: 0.375rem !important;
  }
  .md-mt-- {
    /*px*/ margin-top: 6px !important;
    /*rem*/ margin-top: 0.375rem !important;
  }
  .md-mr-- {
    /*px*/ margin-right: 6px !important;
    /*rem*/ margin-right: 0.375rem !important;
  }
  .md-mb-- {
    /*px*/ margin-bottom: 6px !important;
    /*rem*/ margin-bottom: 0.375rem !important;
  }
  .md-ml-- {
    /*px*/ margin-left: 6px !important;
    /*rem*/ margin-left: 0.375rem !important;
  }
  .md-mh-- {
    /*px*/ margin-right: 6px !important;
    /*rem*/ margin-right: 0.375rem !important;
    /*px*/ margin-left: 6px !important;
    /*rem*/ margin-left: 0.375rem !important;
  }
  .md-mv-- {
    /*px*/ margin-top: 6px !important;
    /*rem*/ margin-top: 0.375rem !important;
    /*px*/ margin-bottom: 6px !important;
    /*rem*/ margin-bottom: 0.375rem !important;
  }
  .md-m- {
    /*px*/ margin: 12px !important;
    /*rem*/ margin: 0.75rem !important;
  }
  .md-mt- {
    /*px*/ margin-top: 12px !important;
    /*rem*/ margin-top: 0.75rem !important;
  }
  .md-mr- {
    /*px*/ margin-right: 12px !important;
    /*rem*/ margin-right: 0.75rem !important;
  }
  .md-mb- {
    /*px*/ margin-bottom: 12px !important;
    /*rem*/ margin-bottom: 0.75rem !important;
  }
  .md-ml- {
    /*px*/ margin-left: 12px !important;
    /*rem*/ margin-left: 0.75rem !important;
  }
  .md-mh- {
    /*px*/ margin-right: 12px !important;
    /*rem*/ margin-right: 0.75rem !important;
    /*px*/ margin-left: 12px !important;
    /*rem*/ margin-left: 0.75rem !important;
  }
  .md-mv- {
    /*px*/ margin-top: 12px !important;
    /*rem*/ margin-top: 0.75rem !important;
    /*px*/ margin-bottom: 12px !important;
    /*rem*/ margin-bottom: 0.75rem !important;
  }
  .md-m\+ {
    /*px*/ margin: 48px !important;
    /*rem*/ margin: 3rem !important;
  }
  .md-mt\+ {
    /*px*/ margin-top: 48px !important;
    /*rem*/ margin-top: 3rem !important;
  }
  .md-mr\+ {
    /*px*/ margin-right: 48px !important;
    /*rem*/ margin-right: 3rem !important;
  }
  .md-mb\+ {
    /*px*/ margin-bottom: 48px !important;
    /*rem*/ margin-bottom: 3rem !important;
  }
  .md-ml\+ {
    /*px*/ margin-left: 48px !important;
    /*rem*/ margin-left: 3rem !important;
  }
  .md-mh\+ {
    /*px*/ margin-right: 48px !important;
    /*rem*/ margin-right: 3rem !important;
    /*px*/ margin-left: 48px !important;
    /*rem*/ margin-left: 3rem !important;
  }
  .md-mv\+ {
    /*px*/ margin-top: 48px !important;
    /*rem*/ margin-top: 3rem !important;
    /*px*/ margin-bottom: 48px !important;
    /*rem*/ margin-bottom: 3rem !important;
  }
  .md-m\+\+ {
    /*px*/ margin: 96px !important;
    /*rem*/ margin: 6rem !important;
  }
  .md-mt\+\+ {
    /*px*/ margin-top: 96px !important;
    /*rem*/ margin-top: 6rem !important;
  }
  .md-mr\+\+ {
    /*px*/ margin-right: 96px !important;
    /*rem*/ margin-right: 6rem !important;
  }
  .md-mb\+\+ {
    /*px*/ margin-bottom: 96px !important;
    /*rem*/ margin-bottom: 6rem !important;
  }
  .md-ml\+\+ {
    /*px*/ margin-left: 96px !important;
    /*rem*/ margin-left: 6rem !important;
  }
  .md-mh\+\+ {
    /*px*/ margin-right: 96px !important;
    /*rem*/ margin-right: 6rem !important;
    /*px*/ margin-left: 96px !important;
    /*rem*/ margin-left: 6rem !important;
  }
  .md-mv\+\+ {
    /*px*/ margin-top: 96px !important;
    /*rem*/ margin-top: 6rem !important;
    /*px*/ margin-bottom: 96px !important;
    /*rem*/ margin-bottom: 6rem !important;
  }
  .md-m0 {
    /*px*/ margin: 0 !important;
    /*rem*/ margin: 0 !important;
  }
  .md-mt0 {
    /*px*/ margin-top: 0 !important;
    /*rem*/ margin-top: 0 !important;
  }
  .md-mr0 {
    /*px*/ margin-right: 0 !important;
    /*rem*/ margin-right: 0 !important;
  }
  .md-mb0 {
    /*px*/ margin-bottom: 0 !important;
    /*rem*/ margin-bottom: 0 !important;
  }
  .md-ml0 {
    /*px*/ margin-left: 0 !important;
    /*rem*/ margin-left: 0 !important;
  }
  .md-mh0 {
    /*px*/ margin-right: 0 !important;
    /*rem*/ margin-right: 0 !important;
    /*px*/ margin-left: 0 !important;
    /*rem*/ margin-left: 0 !important;
  }
  .md-mv0 {
    /*px*/ margin-top: 0 !important;
    /*rem*/ margin-top: 0 !important;
    /*px*/ margin-bottom: 0 !important;
    /*rem*/ margin-bottom: 0 !important;
  }
}
@media (min-width: 960px) {
  .lg-m {
    /*px*/ margin: 24px !important;
    /*rem*/ margin: 1.5rem !important;
  }
  .lg-mt {
    /*px*/ margin-top: 24px !important;
    /*rem*/ margin-top: 1.5rem !important;
  }
  .lg-mr {
    /*px*/ margin-right: 24px !important;
    /*rem*/ margin-right: 1.5rem !important;
  }
  .lg-mb {
    /*px*/ margin-bottom: 24px !important;
    /*rem*/ margin-bottom: 1.5rem !important;
  }
  .lg-ml {
    /*px*/ margin-left: 24px !important;
    /*rem*/ margin-left: 1.5rem !important;
  }
  .lg-mh {
    /*px*/ margin-right: 24px !important;
    /*rem*/ margin-right: 1.5rem !important;
    /*px*/ margin-left: 24px !important;
    /*rem*/ margin-left: 1.5rem !important;
  }
  .lg-mv {
    /*px*/ margin-top: 24px !important;
    /*rem*/ margin-top: 1.5rem !important;
    /*px*/ margin-bottom: 24px !important;
    /*rem*/ margin-bottom: 1.5rem !important;
  }
  .lg-m-- {
    /*px*/ margin: 6px !important;
    /*rem*/ margin: 0.375rem !important;
  }
  .lg-mt-- {
    /*px*/ margin-top: 6px !important;
    /*rem*/ margin-top: 0.375rem !important;
  }
  .lg-mr-- {
    /*px*/ margin-right: 6px !important;
    /*rem*/ margin-right: 0.375rem !important;
  }
  .lg-mb-- {
    /*px*/ margin-bottom: 6px !important;
    /*rem*/ margin-bottom: 0.375rem !important;
  }
  .lg-ml-- {
    /*px*/ margin-left: 6px !important;
    /*rem*/ margin-left: 0.375rem !important;
  }
  .lg-mh-- {
    /*px*/ margin-right: 6px !important;
    /*rem*/ margin-right: 0.375rem !important;
    /*px*/ margin-left: 6px !important;
    /*rem*/ margin-left: 0.375rem !important;
  }
  .lg-mv-- {
    /*px*/ margin-top: 6px !important;
    /*rem*/ margin-top: 0.375rem !important;
    /*px*/ margin-bottom: 6px !important;
    /*rem*/ margin-bottom: 0.375rem !important;
  }
  .lg-m- {
    /*px*/ margin: 12px !important;
    /*rem*/ margin: 0.75rem !important;
  }
  .lg-mt- {
    /*px*/ margin-top: 12px !important;
    /*rem*/ margin-top: 0.75rem !important;
  }
  .lg-mr- {
    /*px*/ margin-right: 12px !important;
    /*rem*/ margin-right: 0.75rem !important;
  }
  .lg-mb- {
    /*px*/ margin-bottom: 12px !important;
    /*rem*/ margin-bottom: 0.75rem !important;
  }
  .lg-ml- {
    /*px*/ margin-left: 12px !important;
    /*rem*/ margin-left: 0.75rem !important;
  }
  .lg-mh- {
    /*px*/ margin-right: 12px !important;
    /*rem*/ margin-right: 0.75rem !important;
    /*px*/ margin-left: 12px !important;
    /*rem*/ margin-left: 0.75rem !important;
  }
  .lg-mv- {
    /*px*/ margin-top: 12px !important;
    /*rem*/ margin-top: 0.75rem !important;
    /*px*/ margin-bottom: 12px !important;
    /*rem*/ margin-bottom: 0.75rem !important;
  }
  .lg-m\+ {
    /*px*/ margin: 48px !important;
    /*rem*/ margin: 3rem !important;
  }
  .lg-mt\+ {
    /*px*/ margin-top: 48px !important;
    /*rem*/ margin-top: 3rem !important;
  }
  .lg-mr\+ {
    /*px*/ margin-right: 48px !important;
    /*rem*/ margin-right: 3rem !important;
  }
  .lg-mb\+ {
    /*px*/ margin-bottom: 48px !important;
    /*rem*/ margin-bottom: 3rem !important;
  }
  .lg-ml\+ {
    /*px*/ margin-left: 48px !important;
    /*rem*/ margin-left: 3rem !important;
  }
  .lg-mh\+ {
    /*px*/ margin-right: 48px !important;
    /*rem*/ margin-right: 3rem !important;
    /*px*/ margin-left: 48px !important;
    /*rem*/ margin-left: 3rem !important;
  }
  .lg-mv\+ {
    /*px*/ margin-top: 48px !important;
    /*rem*/ margin-top: 3rem !important;
    /*px*/ margin-bottom: 48px !important;
    /*rem*/ margin-bottom: 3rem !important;
  }
  .lg-m\+\+ {
    /*px*/ margin: 96px !important;
    /*rem*/ margin: 6rem !important;
  }
  .lg-mt\+\+ {
    /*px*/ margin-top: 96px !important;
    /*rem*/ margin-top: 6rem !important;
  }
  .lg-mr\+\+ {
    /*px*/ margin-right: 96px !important;
    /*rem*/ margin-right: 6rem !important;
  }
  .lg-mb\+\+ {
    /*px*/ margin-bottom: 96px !important;
    /*rem*/ margin-bottom: 6rem !important;
  }
  .lg-ml\+\+ {
    /*px*/ margin-left: 96px !important;
    /*rem*/ margin-left: 6rem !important;
  }
  .lg-mh\+\+ {
    /*px*/ margin-right: 96px !important;
    /*rem*/ margin-right: 6rem !important;
    /*px*/ margin-left: 96px !important;
    /*rem*/ margin-left: 6rem !important;
  }
  .lg-mv\+\+ {
    /*px*/ margin-top: 96px !important;
    /*rem*/ margin-top: 6rem !important;
    /*px*/ margin-bottom: 96px !important;
    /*rem*/ margin-bottom: 6rem !important;
  }
  .lg-m0 {
    /*px*/ margin: 0 !important;
    /*rem*/ margin: 0 !important;
  }
  .lg-mt0 {
    /*px*/ margin-top: 0 !important;
    /*rem*/ margin-top: 0 !important;
  }
  .lg-mr0 {
    /*px*/ margin-right: 0 !important;
    /*rem*/ margin-right: 0 !important;
  }
  .lg-mb0 {
    /*px*/ margin-bottom: 0 !important;
    /*rem*/ margin-bottom: 0 !important;
  }
  .lg-ml0 {
    /*px*/ margin-left: 0 !important;
    /*rem*/ margin-left: 0 !important;
  }
  .lg-mh0 {
    /*px*/ margin-right: 0 !important;
    /*rem*/ margin-right: 0 !important;
    /*px*/ margin-left: 0 !important;
    /*rem*/ margin-left: 0 !important;
  }
  .lg-mv0 {
    /*px*/ margin-top: 0 !important;
    /*rem*/ margin-top: 0 !important;
    /*px*/ margin-bottom: 0 !important;
    /*rem*/ margin-bottom: 0 !important;
  }
}
@media (min-width: 1140px) {
  .xl-m {
    /*px*/ margin: 24px !important;
    /*rem*/ margin: 1.5rem !important;
  }
  .xl-mt {
    /*px*/ margin-top: 24px !important;
    /*rem*/ margin-top: 1.5rem !important;
  }
  .xl-mr {
    /*px*/ margin-right: 24px !important;
    /*rem*/ margin-right: 1.5rem !important;
  }
  .xl-mb {
    /*px*/ margin-bottom: 24px !important;
    /*rem*/ margin-bottom: 1.5rem !important;
  }
  .xl-ml {
    /*px*/ margin-left: 24px !important;
    /*rem*/ margin-left: 1.5rem !important;
  }
  .xl-mh {
    /*px*/ margin-right: 24px !important;
    /*rem*/ margin-right: 1.5rem !important;
    /*px*/ margin-left: 24px !important;
    /*rem*/ margin-left: 1.5rem !important;
  }
  .xl-mv {
    /*px*/ margin-top: 24px !important;
    /*rem*/ margin-top: 1.5rem !important;
    /*px*/ margin-bottom: 24px !important;
    /*rem*/ margin-bottom: 1.5rem !important;
  }
  .xl-m-- {
    /*px*/ margin: 6px !important;
    /*rem*/ margin: 0.375rem !important;
  }
  .xl-mt-- {
    /*px*/ margin-top: 6px !important;
    /*rem*/ margin-top: 0.375rem !important;
  }
  .xl-mr-- {
    /*px*/ margin-right: 6px !important;
    /*rem*/ margin-right: 0.375rem !important;
  }
  .xl-mb-- {
    /*px*/ margin-bottom: 6px !important;
    /*rem*/ margin-bottom: 0.375rem !important;
  }
  .xl-ml-- {
    /*px*/ margin-left: 6px !important;
    /*rem*/ margin-left: 0.375rem !important;
  }
  .xl-mh-- {
    /*px*/ margin-right: 6px !important;
    /*rem*/ margin-right: 0.375rem !important;
    /*px*/ margin-left: 6px !important;
    /*rem*/ margin-left: 0.375rem !important;
  }
  .xl-mv-- {
    /*px*/ margin-top: 6px !important;
    /*rem*/ margin-top: 0.375rem !important;
    /*px*/ margin-bottom: 6px !important;
    /*rem*/ margin-bottom: 0.375rem !important;
  }
  .xl-m- {
    /*px*/ margin: 12px !important;
    /*rem*/ margin: 0.75rem !important;
  }
  .xl-mt- {
    /*px*/ margin-top: 12px !important;
    /*rem*/ margin-top: 0.75rem !important;
  }
  .xl-mr- {
    /*px*/ margin-right: 12px !important;
    /*rem*/ margin-right: 0.75rem !important;
  }
  .xl-mb- {
    /*px*/ margin-bottom: 12px !important;
    /*rem*/ margin-bottom: 0.75rem !important;
  }
  .xl-ml- {
    /*px*/ margin-left: 12px !important;
    /*rem*/ margin-left: 0.75rem !important;
  }
  .xl-mh- {
    /*px*/ margin-right: 12px !important;
    /*rem*/ margin-right: 0.75rem !important;
    /*px*/ margin-left: 12px !important;
    /*rem*/ margin-left: 0.75rem !important;
  }
  .xl-mv- {
    /*px*/ margin-top: 12px !important;
    /*rem*/ margin-top: 0.75rem !important;
    /*px*/ margin-bottom: 12px !important;
    /*rem*/ margin-bottom: 0.75rem !important;
  }
  .xl-m\+ {
    /*px*/ margin: 48px !important;
    /*rem*/ margin: 3rem !important;
  }
  .xl-mt\+ {
    /*px*/ margin-top: 48px !important;
    /*rem*/ margin-top: 3rem !important;
  }
  .xl-mr\+ {
    /*px*/ margin-right: 48px !important;
    /*rem*/ margin-right: 3rem !important;
  }
  .xl-mb\+ {
    /*px*/ margin-bottom: 48px !important;
    /*rem*/ margin-bottom: 3rem !important;
  }
  .xl-ml\+ {
    /*px*/ margin-left: 48px !important;
    /*rem*/ margin-left: 3rem !important;
  }
  .xl-mh\+ {
    /*px*/ margin-right: 48px !important;
    /*rem*/ margin-right: 3rem !important;
    /*px*/ margin-left: 48px !important;
    /*rem*/ margin-left: 3rem !important;
  }
  .xl-mv\+ {
    /*px*/ margin-top: 48px !important;
    /*rem*/ margin-top: 3rem !important;
    /*px*/ margin-bottom: 48px !important;
    /*rem*/ margin-bottom: 3rem !important;
  }
  .xl-m\+\+ {
    /*px*/ margin: 96px !important;
    /*rem*/ margin: 6rem !important;
  }
  .xl-mt\+\+ {
    /*px*/ margin-top: 96px !important;
    /*rem*/ margin-top: 6rem !important;
  }
  .xl-mr\+\+ {
    /*px*/ margin-right: 96px !important;
    /*rem*/ margin-right: 6rem !important;
  }
  .xl-mb\+\+ {
    /*px*/ margin-bottom: 96px !important;
    /*rem*/ margin-bottom: 6rem !important;
  }
  .xl-ml\+\+ {
    /*px*/ margin-left: 96px !important;
    /*rem*/ margin-left: 6rem !important;
  }
  .xl-mh\+\+ {
    /*px*/ margin-right: 96px !important;
    /*rem*/ margin-right: 6rem !important;
    /*px*/ margin-left: 96px !important;
    /*rem*/ margin-left: 6rem !important;
  }
  .xl-mv\+\+ {
    /*px*/ margin-top: 96px !important;
    /*rem*/ margin-top: 6rem !important;
    /*px*/ margin-bottom: 96px !important;
    /*rem*/ margin-bottom: 6rem !important;
  }
  .xl-m0 {
    /*px*/ margin: 0 !important;
    /*rem*/ margin: 0 !important;
  }
  .xl-mt0 {
    /*px*/ margin-top: 0 !important;
    /*rem*/ margin-top: 0 !important;
  }
  .xl-mr0 {
    /*px*/ margin-right: 0 !important;
    /*rem*/ margin-right: 0 !important;
  }
  .xl-mb0 {
    /*px*/ margin-bottom: 0 !important;
    /*rem*/ margin-bottom: 0 !important;
  }
  .xl-ml0 {
    /*px*/ margin-left: 0 !important;
    /*rem*/ margin-left: 0 !important;
  }
  .xl-mh0 {
    /*px*/ margin-right: 0 !important;
    /*rem*/ margin-right: 0 !important;
    /*px*/ margin-left: 0 !important;
    /*rem*/ margin-left: 0 !important;
  }
  .xl-mv0 {
    /*px*/ margin-top: 0 !important;
    /*rem*/ margin-top: 0 !important;
    /*px*/ margin-bottom: 0 !important;
    /*rem*/ margin-bottom: 0 !important;
  }
}
@media (min-width: 1380px) {
  .xxl-m {
    /*px*/ margin: 24px !important;
    /*rem*/ margin: 1.5rem !important;
  }
  .xxl-mt {
    /*px*/ margin-top: 24px !important;
    /*rem*/ margin-top: 1.5rem !important;
  }
  .xxl-mr {
    /*px*/ margin-right: 24px !important;
    /*rem*/ margin-right: 1.5rem !important;
  }
  .xxl-mb {
    /*px*/ margin-bottom: 24px !important;
    /*rem*/ margin-bottom: 1.5rem !important;
  }
  .xxl-ml {
    /*px*/ margin-left: 24px !important;
    /*rem*/ margin-left: 1.5rem !important;
  }
  .xxl-mh {
    /*px*/ margin-right: 24px !important;
    /*rem*/ margin-right: 1.5rem !important;
    /*px*/ margin-left: 24px !important;
    /*rem*/ margin-left: 1.5rem !important;
  }
  .xxl-mv {
    /*px*/ margin-top: 24px !important;
    /*rem*/ margin-top: 1.5rem !important;
    /*px*/ margin-bottom: 24px !important;
    /*rem*/ margin-bottom: 1.5rem !important;
  }
  .xxl-m-- {
    /*px*/ margin: 6px !important;
    /*rem*/ margin: 0.375rem !important;
  }
  .xxl-mt-- {
    /*px*/ margin-top: 6px !important;
    /*rem*/ margin-top: 0.375rem !important;
  }
  .xxl-mr-- {
    /*px*/ margin-right: 6px !important;
    /*rem*/ margin-right: 0.375rem !important;
  }
  .xxl-mb-- {
    /*px*/ margin-bottom: 6px !important;
    /*rem*/ margin-bottom: 0.375rem !important;
  }
  .xxl-ml-- {
    /*px*/ margin-left: 6px !important;
    /*rem*/ margin-left: 0.375rem !important;
  }
  .xxl-mh-- {
    /*px*/ margin-right: 6px !important;
    /*rem*/ margin-right: 0.375rem !important;
    /*px*/ margin-left: 6px !important;
    /*rem*/ margin-left: 0.375rem !important;
  }
  .xxl-mv-- {
    /*px*/ margin-top: 6px !important;
    /*rem*/ margin-top: 0.375rem !important;
    /*px*/ margin-bottom: 6px !important;
    /*rem*/ margin-bottom: 0.375rem !important;
  }
  .xxl-m- {
    /*px*/ margin: 12px !important;
    /*rem*/ margin: 0.75rem !important;
  }
  .xxl-mt- {
    /*px*/ margin-top: 12px !important;
    /*rem*/ margin-top: 0.75rem !important;
  }
  .xxl-mr- {
    /*px*/ margin-right: 12px !important;
    /*rem*/ margin-right: 0.75rem !important;
  }
  .xxl-mb- {
    /*px*/ margin-bottom: 12px !important;
    /*rem*/ margin-bottom: 0.75rem !important;
  }
  .xxl-ml- {
    /*px*/ margin-left: 12px !important;
    /*rem*/ margin-left: 0.75rem !important;
  }
  .xxl-mh- {
    /*px*/ margin-right: 12px !important;
    /*rem*/ margin-right: 0.75rem !important;
    /*px*/ margin-left: 12px !important;
    /*rem*/ margin-left: 0.75rem !important;
  }
  .xxl-mv- {
    /*px*/ margin-top: 12px !important;
    /*rem*/ margin-top: 0.75rem !important;
    /*px*/ margin-bottom: 12px !important;
    /*rem*/ margin-bottom: 0.75rem !important;
  }
  .xxl-m\+ {
    /*px*/ margin: 48px !important;
    /*rem*/ margin: 3rem !important;
  }
  .xxl-mt\+ {
    /*px*/ margin-top: 48px !important;
    /*rem*/ margin-top: 3rem !important;
  }
  .xxl-mr\+ {
    /*px*/ margin-right: 48px !important;
    /*rem*/ margin-right: 3rem !important;
  }
  .xxl-mb\+ {
    /*px*/ margin-bottom: 48px !important;
    /*rem*/ margin-bottom: 3rem !important;
  }
  .xxl-ml\+ {
    /*px*/ margin-left: 48px !important;
    /*rem*/ margin-left: 3rem !important;
  }
  .xxl-mh\+ {
    /*px*/ margin-right: 48px !important;
    /*rem*/ margin-right: 3rem !important;
    /*px*/ margin-left: 48px !important;
    /*rem*/ margin-left: 3rem !important;
  }
  .xxl-mv\+ {
    /*px*/ margin-top: 48px !important;
    /*rem*/ margin-top: 3rem !important;
    /*px*/ margin-bottom: 48px !important;
    /*rem*/ margin-bottom: 3rem !important;
  }
  .xxl-m\+\+ {
    /*px*/ margin: 96px !important;
    /*rem*/ margin: 6rem !important;
  }
  .xxl-mt\+\+ {
    /*px*/ margin-top: 96px !important;
    /*rem*/ margin-top: 6rem !important;
  }
  .xxl-mr\+\+ {
    /*px*/ margin-right: 96px !important;
    /*rem*/ margin-right: 6rem !important;
  }
  .xxl-mb\+\+ {
    /*px*/ margin-bottom: 96px !important;
    /*rem*/ margin-bottom: 6rem !important;
  }
  .xxl-ml\+\+ {
    /*px*/ margin-left: 96px !important;
    /*rem*/ margin-left: 6rem !important;
  }
  .xxl-mh\+\+ {
    /*px*/ margin-right: 96px !important;
    /*rem*/ margin-right: 6rem !important;
    /*px*/ margin-left: 96px !important;
    /*rem*/ margin-left: 6rem !important;
  }
  .xxl-mv\+\+ {
    /*px*/ margin-top: 96px !important;
    /*rem*/ margin-top: 6rem !important;
    /*px*/ margin-bottom: 96px !important;
    /*rem*/ margin-bottom: 6rem !important;
  }
  .xxl-m0 {
    /*px*/ margin: 0 !important;
    /*rem*/ margin: 0 !important;
  }
  .xxl-mt0 {
    /*px*/ margin-top: 0 !important;
    /*rem*/ margin-top: 0 !important;
  }
  .xxl-mr0 {
    /*px*/ margin-right: 0 !important;
    /*rem*/ margin-right: 0 !important;
  }
  .xxl-mb0 {
    /*px*/ margin-bottom: 0 !important;
    /*rem*/ margin-bottom: 0 !important;
  }
  .xxl-ml0 {
    /*px*/ margin-left: 0 !important;
    /*rem*/ margin-left: 0 !important;
  }
  .xxl-mh0 {
    /*px*/ margin-right: 0 !important;
    /*rem*/ margin-right: 0 !important;
    /*px*/ margin-left: 0 !important;
    /*rem*/ margin-left: 0 !important;
  }
  .xxl-mv0 {
    /*px*/ margin-top: 0 !important;
    /*rem*/ margin-top: 0 !important;
    /*px*/ margin-bottom: 0 !important;
    /*rem*/ margin-bottom: 0 !important;
  }
}
/* ========================================================================== *\
   Utilities -> Paddings ($utilities-paddings)
\* ========================================================================== */
/**
 * Hat tip to @csswizardry for the +/- technique.
 *
 * @link http://cbrac.co/1Pd1ZKl
 */
.p {
  /*px*/ padding: 24px !important;
  /*rem*/ padding: 1.5rem !important;
}
.pt {
  /*px*/ padding-top: 24px !important;
  /*rem*/ padding-top: 1.5rem !important;
}
.pr {
  /*px*/ padding-right: 24px !important;
  /*rem*/ padding-right: 1.5rem !important;
}
.pb {
  /*px*/ padding-bottom: 24px !important;
  /*rem*/ padding-bottom: 1.5rem !important;
}
.pl {
  /*px*/ padding-left: 24px !important;
  /*rem*/ padding-left: 1.5rem !important;
}
.ph {
  /*px*/ padding-right: 24px !important;
  /*rem*/ padding-right: 1.5rem !important;
  /*px*/ padding-left: 24px !important;
  /*rem*/ padding-left: 1.5rem !important;
}
.pv {
  /*px*/ padding-top: 24px !important;
  /*rem*/ padding-top: 1.5rem !important;
  /*px*/ padding-bottom: 24px !important;
  /*rem*/ padding-bottom: 1.5rem !important;
}
.p-- {
  /*px*/ padding: 6px !important;
  /*rem*/ padding: 0.375rem !important;
}
.pt-- {
  /*px*/ padding-top: 6px !important;
  /*rem*/ padding-top: 0.375rem !important;
}
.pr-- {
  /*px*/ padding-right: 6px !important;
  /*rem*/ padding-right: 0.375rem !important;
}
.pb-- {
  /*px*/ padding-bottom: 6px !important;
  /*rem*/ padding-bottom: 0.375rem !important;
}
.pl-- {
  /*px*/ padding-left: 6px !important;
  /*rem*/ padding-left: 0.375rem !important;
}
.ph-- {
  /*px*/ padding-right: 6px !important;
  /*rem*/ padding-right: 0.375rem !important;
  /*px*/ padding-left: 6px !important;
  /*rem*/ padding-left: 0.375rem !important;
}
.pv-- {
  /*px*/ padding-top: 6px !important;
  /*rem*/ padding-top: 0.375rem !important;
  /*px*/ padding-bottom: 6px !important;
  /*rem*/ padding-bottom: 0.375rem !important;
}
.p- {
  /*px*/ padding: 12px !important;
  /*rem*/ padding: 0.75rem !important;
}
.pt- {
  /*px*/ padding-top: 12px !important;
  /*rem*/ padding-top: 0.75rem !important;
}
.pr- {
  /*px*/ padding-right: 12px !important;
  /*rem*/ padding-right: 0.75rem !important;
}
.pb- {
  /*px*/ padding-bottom: 12px !important;
  /*rem*/ padding-bottom: 0.75rem !important;
}
.pl- {
  /*px*/ padding-left: 12px !important;
  /*rem*/ padding-left: 0.75rem !important;
}
.ph- {
  /*px*/ padding-right: 12px !important;
  /*rem*/ padding-right: 0.75rem !important;
  /*px*/ padding-left: 12px !important;
  /*rem*/ padding-left: 0.75rem !important;
}
.pv- {
  /*px*/ padding-top: 12px !important;
  /*rem*/ padding-top: 0.75rem !important;
  /*px*/ padding-bottom: 12px !important;
  /*rem*/ padding-bottom: 0.75rem !important;
}
.p\+ {
  /*px*/ padding: 48px !important;
  /*rem*/ padding: 3rem !important;
}
.pt\+ {
  /*px*/ padding-top: 48px !important;
  /*rem*/ padding-top: 3rem !important;
}
.pr\+ {
  /*px*/ padding-right: 48px !important;
  /*rem*/ padding-right: 3rem !important;
}
.pb\+ {
  /*px*/ padding-bottom: 48px !important;
  /*rem*/ padding-bottom: 3rem !important;
}
.pl\+ {
  /*px*/ padding-left: 48px !important;
  /*rem*/ padding-left: 3rem !important;
}
.ph\+ {
  /*px*/ padding-right: 48px !important;
  /*rem*/ padding-right: 3rem !important;
  /*px*/ padding-left: 48px !important;
  /*rem*/ padding-left: 3rem !important;
}
.pv\+ {
  /*px*/ padding-top: 48px !important;
  /*rem*/ padding-top: 3rem !important;
  /*px*/ padding-bottom: 48px !important;
  /*rem*/ padding-bottom: 3rem !important;
}
.p\+\+ {
  /*px*/ padding: 96px !important;
  /*rem*/ padding: 6rem !important;
}
.pt\+\+ {
  /*px*/ padding-top: 96px !important;
  /*rem*/ padding-top: 6rem !important;
}
.pr\+\+ {
  /*px*/ padding-right: 96px !important;
  /*rem*/ padding-right: 6rem !important;
}
.pb\+\+ {
  /*px*/ padding-bottom: 96px !important;
  /*rem*/ padding-bottom: 6rem !important;
}
.pl\+\+ {
  /*px*/ padding-left: 96px !important;
  /*rem*/ padding-left: 6rem !important;
}
.ph\+\+ {
  /*px*/ padding-right: 96px !important;
  /*rem*/ padding-right: 6rem !important;
  /*px*/ padding-left: 96px !important;
  /*rem*/ padding-left: 6rem !important;
}
.pv\+\+ {
  /*px*/ padding-top: 96px !important;
  /*rem*/ padding-top: 6rem !important;
  /*px*/ padding-bottom: 96px !important;
  /*rem*/ padding-bottom: 6rem !important;
}
.p0 {
  /*px*/ padding: 0 !important;
  /*rem*/ padding: 0 !important;
}
.pt0 {
  /*px*/ padding-top: 0 !important;
  /*rem*/ padding-top: 0 !important;
}
.pr0 {
  /*px*/ padding-right: 0 !important;
  /*rem*/ padding-right: 0 !important;
}
.pb0 {
  /*px*/ padding-bottom: 0 !important;
  /*rem*/ padding-bottom: 0 !important;
}
.pl0 {
  /*px*/ padding-left: 0 !important;
  /*rem*/ padding-left: 0 !important;
}
.ph0 {
  /*px*/ padding-right: 0 !important;
  /*rem*/ padding-right: 0 !important;
  /*px*/ padding-left: 0 !important;
  /*rem*/ padding-left: 0 !important;
}
.pv0 {
  /*px*/ padding-top: 0 !important;
  /*rem*/ padding-top: 0 !important;
  /*px*/ padding-bottom: 0 !important;
  /*rem*/ padding-bottom: 0 !important;
}
@media (min-width: 480px) {
  .xs-p {
    /*px*/ padding: 24px !important;
    /*rem*/ padding: 1.5rem !important;
  }
  .xs-pt {
    /*px*/ padding-top: 24px !important;
    /*rem*/ padding-top: 1.5rem !important;
  }
  .xs-pr {
    /*px*/ padding-right: 24px !important;
    /*rem*/ padding-right: 1.5rem !important;
  }
  .xs-pb {
    /*px*/ padding-bottom: 24px !important;
    /*rem*/ padding-bottom: 1.5rem !important;
  }
  .xs-pl {
    /*px*/ padding-left: 24px !important;
    /*rem*/ padding-left: 1.5rem !important;
  }
  .xs-ph {
    /*px*/ padding-right: 24px !important;
    /*rem*/ padding-right: 1.5rem !important;
    /*px*/ padding-left: 24px !important;
    /*rem*/ padding-left: 1.5rem !important;
  }
  .xs-pv {
    /*px*/ padding-top: 24px !important;
    /*rem*/ padding-top: 1.5rem !important;
    /*px*/ padding-bottom: 24px !important;
    /*rem*/ padding-bottom: 1.5rem !important;
  }
  .xs-p-- {
    /*px*/ padding: 6px !important;
    /*rem*/ padding: 0.375rem !important;
  }
  .xs-pt-- {
    /*px*/ padding-top: 6px !important;
    /*rem*/ padding-top: 0.375rem !important;
  }
  .xs-pr-- {
    /*px*/ padding-right: 6px !important;
    /*rem*/ padding-right: 0.375rem !important;
  }
  .xs-pb-- {
    /*px*/ padding-bottom: 6px !important;
    /*rem*/ padding-bottom: 0.375rem !important;
  }
  .xs-pl-- {
    /*px*/ padding-left: 6px !important;
    /*rem*/ padding-left: 0.375rem !important;
  }
  .xs-ph-- {
    /*px*/ padding-right: 6px !important;
    /*rem*/ padding-right: 0.375rem !important;
    /*px*/ padding-left: 6px !important;
    /*rem*/ padding-left: 0.375rem !important;
  }
  .xs-pv-- {
    /*px*/ padding-top: 6px !important;
    /*rem*/ padding-top: 0.375rem !important;
    /*px*/ padding-bottom: 6px !important;
    /*rem*/ padding-bottom: 0.375rem !important;
  }
  .xs-p- {
    /*px*/ padding: 12px !important;
    /*rem*/ padding: 0.75rem !important;
  }
  .xs-pt- {
    /*px*/ padding-top: 12px !important;
    /*rem*/ padding-top: 0.75rem !important;
  }
  .xs-pr- {
    /*px*/ padding-right: 12px !important;
    /*rem*/ padding-right: 0.75rem !important;
  }
  .xs-pb- {
    /*px*/ padding-bottom: 12px !important;
    /*rem*/ padding-bottom: 0.75rem !important;
  }
  .xs-pl- {
    /*px*/ padding-left: 12px !important;
    /*rem*/ padding-left: 0.75rem !important;
  }
  .xs-ph- {
    /*px*/ padding-right: 12px !important;
    /*rem*/ padding-right: 0.75rem !important;
    /*px*/ padding-left: 12px !important;
    /*rem*/ padding-left: 0.75rem !important;
  }
  .xs-pv- {
    /*px*/ padding-top: 12px !important;
    /*rem*/ padding-top: 0.75rem !important;
    /*px*/ padding-bottom: 12px !important;
    /*rem*/ padding-bottom: 0.75rem !important;
  }
  .xs-p\+ {
    /*px*/ padding: 48px !important;
    /*rem*/ padding: 3rem !important;
  }
  .xs-pt\+ {
    /*px*/ padding-top: 48px !important;
    /*rem*/ padding-top: 3rem !important;
  }
  .xs-pr\+ {
    /*px*/ padding-right: 48px !important;
    /*rem*/ padding-right: 3rem !important;
  }
  .xs-pb\+ {
    /*px*/ padding-bottom: 48px !important;
    /*rem*/ padding-bottom: 3rem !important;
  }
  .xs-pl\+ {
    /*px*/ padding-left: 48px !important;
    /*rem*/ padding-left: 3rem !important;
  }
  .xs-ph\+ {
    /*px*/ padding-right: 48px !important;
    /*rem*/ padding-right: 3rem !important;
    /*px*/ padding-left: 48px !important;
    /*rem*/ padding-left: 3rem !important;
  }
  .xs-pv\+ {
    /*px*/ padding-top: 48px !important;
    /*rem*/ padding-top: 3rem !important;
    /*px*/ padding-bottom: 48px !important;
    /*rem*/ padding-bottom: 3rem !important;
  }
  .xs-p\+\+ {
    /*px*/ padding: 96px !important;
    /*rem*/ padding: 6rem !important;
  }
  .xs-pt\+\+ {
    /*px*/ padding-top: 96px !important;
    /*rem*/ padding-top: 6rem !important;
  }
  .xs-pr\+\+ {
    /*px*/ padding-right: 96px !important;
    /*rem*/ padding-right: 6rem !important;
  }
  .xs-pb\+\+ {
    /*px*/ padding-bottom: 96px !important;
    /*rem*/ padding-bottom: 6rem !important;
  }
  .xs-pl\+\+ {
    /*px*/ padding-left: 96px !important;
    /*rem*/ padding-left: 6rem !important;
  }
  .xs-ph\+\+ {
    /*px*/ padding-right: 96px !important;
    /*rem*/ padding-right: 6rem !important;
    /*px*/ padding-left: 96px !important;
    /*rem*/ padding-left: 6rem !important;
  }
  .xs-pv\+\+ {
    /*px*/ padding-top: 96px !important;
    /*rem*/ padding-top: 6rem !important;
    /*px*/ padding-bottom: 96px !important;
    /*rem*/ padding-bottom: 6rem !important;
  }
  .xs-p0 {
    /*px*/ padding: 0 !important;
    /*rem*/ padding: 0 !important;
  }
  .xs-pt0 {
    /*px*/ padding-top: 0 !important;
    /*rem*/ padding-top: 0 !important;
  }
  .xs-pr0 {
    /*px*/ padding-right: 0 !important;
    /*rem*/ padding-right: 0 !important;
  }
  .xs-pb0 {
    /*px*/ padding-bottom: 0 !important;
    /*rem*/ padding-bottom: 0 !important;
  }
  .xs-pl0 {
    /*px*/ padding-left: 0 !important;
    /*rem*/ padding-left: 0 !important;
  }
  .xs-ph0 {
    /*px*/ padding-right: 0 !important;
    /*rem*/ padding-right: 0 !important;
    /*px*/ padding-left: 0 !important;
    /*rem*/ padding-left: 0 !important;
  }
  .xs-pv0 {
    /*px*/ padding-top: 0 !important;
    /*rem*/ padding-top: 0 !important;
    /*px*/ padding-bottom: 0 !important;
    /*rem*/ padding-bottom: 0 !important;
  }
}
@media (min-width: 600px) {
  .sm-p {
    /*px*/ padding: 24px !important;
    /*rem*/ padding: 1.5rem !important;
  }
  .sm-pt {
    /*px*/ padding-top: 24px !important;
    /*rem*/ padding-top: 1.5rem !important;
  }
  .sm-pr {
    /*px*/ padding-right: 24px !important;
    /*rem*/ padding-right: 1.5rem !important;
  }
  .sm-pb {
    /*px*/ padding-bottom: 24px !important;
    /*rem*/ padding-bottom: 1.5rem !important;
  }
  .sm-pl {
    /*px*/ padding-left: 24px !important;
    /*rem*/ padding-left: 1.5rem !important;
  }
  .sm-ph {
    /*px*/ padding-right: 24px !important;
    /*rem*/ padding-right: 1.5rem !important;
    /*px*/ padding-left: 24px !important;
    /*rem*/ padding-left: 1.5rem !important;
  }
  .sm-pv {
    /*px*/ padding-top: 24px !important;
    /*rem*/ padding-top: 1.5rem !important;
    /*px*/ padding-bottom: 24px !important;
    /*rem*/ padding-bottom: 1.5rem !important;
  }
  .sm-p-- {
    /*px*/ padding: 6px !important;
    /*rem*/ padding: 0.375rem !important;
  }
  .sm-pt-- {
    /*px*/ padding-top: 6px !important;
    /*rem*/ padding-top: 0.375rem !important;
  }
  .sm-pr-- {
    /*px*/ padding-right: 6px !important;
    /*rem*/ padding-right: 0.375rem !important;
  }
  .sm-pb-- {
    /*px*/ padding-bottom: 6px !important;
    /*rem*/ padding-bottom: 0.375rem !important;
  }
  .sm-pl-- {
    /*px*/ padding-left: 6px !important;
    /*rem*/ padding-left: 0.375rem !important;
  }
  .sm-ph-- {
    /*px*/ padding-right: 6px !important;
    /*rem*/ padding-right: 0.375rem !important;
    /*px*/ padding-left: 6px !important;
    /*rem*/ padding-left: 0.375rem !important;
  }
  .sm-pv-- {
    /*px*/ padding-top: 6px !important;
    /*rem*/ padding-top: 0.375rem !important;
    /*px*/ padding-bottom: 6px !important;
    /*rem*/ padding-bottom: 0.375rem !important;
  }
  .sm-p- {
    /*px*/ padding: 12px !important;
    /*rem*/ padding: 0.75rem !important;
  }
  .sm-pt- {
    /*px*/ padding-top: 12px !important;
    /*rem*/ padding-top: 0.75rem !important;
  }
  .sm-pr- {
    /*px*/ padding-right: 12px !important;
    /*rem*/ padding-right: 0.75rem !important;
  }
  .sm-pb- {
    /*px*/ padding-bottom: 12px !important;
    /*rem*/ padding-bottom: 0.75rem !important;
  }
  .sm-pl- {
    /*px*/ padding-left: 12px !important;
    /*rem*/ padding-left: 0.75rem !important;
  }
  .sm-ph- {
    /*px*/ padding-right: 12px !important;
    /*rem*/ padding-right: 0.75rem !important;
    /*px*/ padding-left: 12px !important;
    /*rem*/ padding-left: 0.75rem !important;
  }
  .sm-pv- {
    /*px*/ padding-top: 12px !important;
    /*rem*/ padding-top: 0.75rem !important;
    /*px*/ padding-bottom: 12px !important;
    /*rem*/ padding-bottom: 0.75rem !important;
  }
  .sm-p\+ {
    /*px*/ padding: 48px !important;
    /*rem*/ padding: 3rem !important;
  }
  .sm-pt\+ {
    /*px*/ padding-top: 48px !important;
    /*rem*/ padding-top: 3rem !important;
  }
  .sm-pr\+ {
    /*px*/ padding-right: 48px !important;
    /*rem*/ padding-right: 3rem !important;
  }
  .sm-pb\+ {
    /*px*/ padding-bottom: 48px !important;
    /*rem*/ padding-bottom: 3rem !important;
  }
  .sm-pl\+ {
    /*px*/ padding-left: 48px !important;
    /*rem*/ padding-left: 3rem !important;
  }
  .sm-ph\+ {
    /*px*/ padding-right: 48px !important;
    /*rem*/ padding-right: 3rem !important;
    /*px*/ padding-left: 48px !important;
    /*rem*/ padding-left: 3rem !important;
  }
  .sm-pv\+ {
    /*px*/ padding-top: 48px !important;
    /*rem*/ padding-top: 3rem !important;
    /*px*/ padding-bottom: 48px !important;
    /*rem*/ padding-bottom: 3rem !important;
  }
  .sm-p\+\+ {
    /*px*/ padding: 96px !important;
    /*rem*/ padding: 6rem !important;
  }
  .sm-pt\+\+ {
    /*px*/ padding-top: 96px !important;
    /*rem*/ padding-top: 6rem !important;
  }
  .sm-pr\+\+ {
    /*px*/ padding-right: 96px !important;
    /*rem*/ padding-right: 6rem !important;
  }
  .sm-pb\+\+ {
    /*px*/ padding-bottom: 96px !important;
    /*rem*/ padding-bottom: 6rem !important;
  }
  .sm-pl\+\+ {
    /*px*/ padding-left: 96px !important;
    /*rem*/ padding-left: 6rem !important;
  }
  .sm-ph\+\+ {
    /*px*/ padding-right: 96px !important;
    /*rem*/ padding-right: 6rem !important;
    /*px*/ padding-left: 96px !important;
    /*rem*/ padding-left: 6rem !important;
  }
  .sm-pv\+\+ {
    /*px*/ padding-top: 96px !important;
    /*rem*/ padding-top: 6rem !important;
    /*px*/ padding-bottom: 96px !important;
    /*rem*/ padding-bottom: 6rem !important;
  }
  .sm-p0 {
    /*px*/ padding: 0 !important;
    /*rem*/ padding: 0 !important;
  }
  .sm-pt0 {
    /*px*/ padding-top: 0 !important;
    /*rem*/ padding-top: 0 !important;
  }
  .sm-pr0 {
    /*px*/ padding-right: 0 !important;
    /*rem*/ padding-right: 0 !important;
  }
  .sm-pb0 {
    /*px*/ padding-bottom: 0 !important;
    /*rem*/ padding-bottom: 0 !important;
  }
  .sm-pl0 {
    /*px*/ padding-left: 0 !important;
    /*rem*/ padding-left: 0 !important;
  }
  .sm-ph0 {
    /*px*/ padding-right: 0 !important;
    /*rem*/ padding-right: 0 !important;
    /*px*/ padding-left: 0 !important;
    /*rem*/ padding-left: 0 !important;
  }
  .sm-pv0 {
    /*px*/ padding-top: 0 !important;
    /*rem*/ padding-top: 0 !important;
    /*px*/ padding-bottom: 0 !important;
    /*rem*/ padding-bottom: 0 !important;
  }
}
@media (min-width: 768px) {
  .md-p {
    /*px*/ padding: 24px !important;
    /*rem*/ padding: 1.5rem !important;
  }
  .md-pt {
    /*px*/ padding-top: 24px !important;
    /*rem*/ padding-top: 1.5rem !important;
  }
  .md-pr {
    /*px*/ padding-right: 24px !important;
    /*rem*/ padding-right: 1.5rem !important;
  }
  .md-pb {
    /*px*/ padding-bottom: 24px !important;
    /*rem*/ padding-bottom: 1.5rem !important;
  }
  .md-pl {
    /*px*/ padding-left: 24px !important;
    /*rem*/ padding-left: 1.5rem !important;
  }
  .md-ph {
    /*px*/ padding-right: 24px !important;
    /*rem*/ padding-right: 1.5rem !important;
    /*px*/ padding-left: 24px !important;
    /*rem*/ padding-left: 1.5rem !important;
  }
  .md-pv {
    /*px*/ padding-top: 24px !important;
    /*rem*/ padding-top: 1.5rem !important;
    /*px*/ padding-bottom: 24px !important;
    /*rem*/ padding-bottom: 1.5rem !important;
  }
  .md-p-- {
    /*px*/ padding: 6px !important;
    /*rem*/ padding: 0.375rem !important;
  }
  .md-pt-- {
    /*px*/ padding-top: 6px !important;
    /*rem*/ padding-top: 0.375rem !important;
  }
  .md-pr-- {
    /*px*/ padding-right: 6px !important;
    /*rem*/ padding-right: 0.375rem !important;
  }
  .md-pb-- {
    /*px*/ padding-bottom: 6px !important;
    /*rem*/ padding-bottom: 0.375rem !important;
  }
  .md-pl-- {
    /*px*/ padding-left: 6px !important;
    /*rem*/ padding-left: 0.375rem !important;
  }
  .md-ph-- {
    /*px*/ padding-right: 6px !important;
    /*rem*/ padding-right: 0.375rem !important;
    /*px*/ padding-left: 6px !important;
    /*rem*/ padding-left: 0.375rem !important;
  }
  .md-pv-- {
    /*px*/ padding-top: 6px !important;
    /*rem*/ padding-top: 0.375rem !important;
    /*px*/ padding-bottom: 6px !important;
    /*rem*/ padding-bottom: 0.375rem !important;
  }
  .md-p- {
    /*px*/ padding: 12px !important;
    /*rem*/ padding: 0.75rem !important;
  }
  .md-pt- {
    /*px*/ padding-top: 12px !important;
    /*rem*/ padding-top: 0.75rem !important;
  }
  .md-pr- {
    /*px*/ padding-right: 12px !important;
    /*rem*/ padding-right: 0.75rem !important;
  }
  .md-pb- {
    /*px*/ padding-bottom: 12px !important;
    /*rem*/ padding-bottom: 0.75rem !important;
  }
  .md-pl- {
    /*px*/ padding-left: 12px !important;
    /*rem*/ padding-left: 0.75rem !important;
  }
  .md-ph- {
    /*px*/ padding-right: 12px !important;
    /*rem*/ padding-right: 0.75rem !important;
    /*px*/ padding-left: 12px !important;
    /*rem*/ padding-left: 0.75rem !important;
  }
  .md-pv- {
    /*px*/ padding-top: 12px !important;
    /*rem*/ padding-top: 0.75rem !important;
    /*px*/ padding-bottom: 12px !important;
    /*rem*/ padding-bottom: 0.75rem !important;
  }
  .md-p\+ {
    /*px*/ padding: 48px !important;
    /*rem*/ padding: 3rem !important;
  }
  .md-pt\+ {
    /*px*/ padding-top: 48px !important;
    /*rem*/ padding-top: 3rem !important;
  }
  .md-pr\+ {
    /*px*/ padding-right: 48px !important;
    /*rem*/ padding-right: 3rem !important;
  }
  .md-pb\+ {
    /*px*/ padding-bottom: 48px !important;
    /*rem*/ padding-bottom: 3rem !important;
  }
  .md-pl\+ {
    /*px*/ padding-left: 48px !important;
    /*rem*/ padding-left: 3rem !important;
  }
  .md-ph\+ {
    /*px*/ padding-right: 48px !important;
    /*rem*/ padding-right: 3rem !important;
    /*px*/ padding-left: 48px !important;
    /*rem*/ padding-left: 3rem !important;
  }
  .md-pv\+ {
    /*px*/ padding-top: 48px !important;
    /*rem*/ padding-top: 3rem !important;
    /*px*/ padding-bottom: 48px !important;
    /*rem*/ padding-bottom: 3rem !important;
  }
  .md-p\+\+ {
    /*px*/ padding: 96px !important;
    /*rem*/ padding: 6rem !important;
  }
  .md-pt\+\+ {
    /*px*/ padding-top: 96px !important;
    /*rem*/ padding-top: 6rem !important;
  }
  .md-pr\+\+ {
    /*px*/ padding-right: 96px !important;
    /*rem*/ padding-right: 6rem !important;
  }
  .md-pb\+\+ {
    /*px*/ padding-bottom: 96px !important;
    /*rem*/ padding-bottom: 6rem !important;
  }
  .md-pl\+\+ {
    /*px*/ padding-left: 96px !important;
    /*rem*/ padding-left: 6rem !important;
  }
  .md-ph\+\+ {
    /*px*/ padding-right: 96px !important;
    /*rem*/ padding-right: 6rem !important;
    /*px*/ padding-left: 96px !important;
    /*rem*/ padding-left: 6rem !important;
  }
  .md-pv\+\+ {
    /*px*/ padding-top: 96px !important;
    /*rem*/ padding-top: 6rem !important;
    /*px*/ padding-bottom: 96px !important;
    /*rem*/ padding-bottom: 6rem !important;
  }
  .md-p0 {
    /*px*/ padding: 0 !important;
    /*rem*/ padding: 0 !important;
  }
  .md-pt0 {
    /*px*/ padding-top: 0 !important;
    /*rem*/ padding-top: 0 !important;
  }
  .md-pr0 {
    /*px*/ padding-right: 0 !important;
    /*rem*/ padding-right: 0 !important;
  }
  .md-pb0 {
    /*px*/ padding-bottom: 0 !important;
    /*rem*/ padding-bottom: 0 !important;
  }
  .md-pl0 {
    /*px*/ padding-left: 0 !important;
    /*rem*/ padding-left: 0 !important;
  }
  .md-ph0 {
    /*px*/ padding-right: 0 !important;
    /*rem*/ padding-right: 0 !important;
    /*px*/ padding-left: 0 !important;
    /*rem*/ padding-left: 0 !important;
  }
  .md-pv0 {
    /*px*/ padding-top: 0 !important;
    /*rem*/ padding-top: 0 !important;
    /*px*/ padding-bottom: 0 !important;
    /*rem*/ padding-bottom: 0 !important;
  }
}
@media (min-width: 960px) {
  .lg-p {
    /*px*/ padding: 24px !important;
    /*rem*/ padding: 1.5rem !important;
  }
  .lg-pt {
    /*px*/ padding-top: 24px !important;
    /*rem*/ padding-top: 1.5rem !important;
  }
  .lg-pr {
    /*px*/ padding-right: 24px !important;
    /*rem*/ padding-right: 1.5rem !important;
  }
  .lg-pb {
    /*px*/ padding-bottom: 24px !important;
    /*rem*/ padding-bottom: 1.5rem !important;
  }
  .lg-pl {
    /*px*/ padding-left: 24px !important;
    /*rem*/ padding-left: 1.5rem !important;
  }
  .lg-ph {
    /*px*/ padding-right: 24px !important;
    /*rem*/ padding-right: 1.5rem !important;
    /*px*/ padding-left: 24px !important;
    /*rem*/ padding-left: 1.5rem !important;
  }
  .lg-pv {
    /*px*/ padding-top: 24px !important;
    /*rem*/ padding-top: 1.5rem !important;
    /*px*/ padding-bottom: 24px !important;
    /*rem*/ padding-bottom: 1.5rem !important;
  }
  .lg-p-- {
    /*px*/ padding: 6px !important;
    /*rem*/ padding: 0.375rem !important;
  }
  .lg-pt-- {
    /*px*/ padding-top: 6px !important;
    /*rem*/ padding-top: 0.375rem !important;
  }
  .lg-pr-- {
    /*px*/ padding-right: 6px !important;
    /*rem*/ padding-right: 0.375rem !important;
  }
  .lg-pb-- {
    /*px*/ padding-bottom: 6px !important;
    /*rem*/ padding-bottom: 0.375rem !important;
  }
  .lg-pl-- {
    /*px*/ padding-left: 6px !important;
    /*rem*/ padding-left: 0.375rem !important;
  }
  .lg-ph-- {
    /*px*/ padding-right: 6px !important;
    /*rem*/ padding-right: 0.375rem !important;
    /*px*/ padding-left: 6px !important;
    /*rem*/ padding-left: 0.375rem !important;
  }
  .lg-pv-- {
    /*px*/ padding-top: 6px !important;
    /*rem*/ padding-top: 0.375rem !important;
    /*px*/ padding-bottom: 6px !important;
    /*rem*/ padding-bottom: 0.375rem !important;
  }
  .lg-p- {
    /*px*/ padding: 12px !important;
    /*rem*/ padding: 0.75rem !important;
  }
  .lg-pt- {
    /*px*/ padding-top: 12px !important;
    /*rem*/ padding-top: 0.75rem !important;
  }
  .lg-pr- {
    /*px*/ padding-right: 12px !important;
    /*rem*/ padding-right: 0.75rem !important;
  }
  .lg-pb- {
    /*px*/ padding-bottom: 12px !important;
    /*rem*/ padding-bottom: 0.75rem !important;
  }
  .lg-pl- {
    /*px*/ padding-left: 12px !important;
    /*rem*/ padding-left: 0.75rem !important;
  }
  .lg-ph- {
    /*px*/ padding-right: 12px !important;
    /*rem*/ padding-right: 0.75rem !important;
    /*px*/ padding-left: 12px !important;
    /*rem*/ padding-left: 0.75rem !important;
  }
  .lg-pv- {
    /*px*/ padding-top: 12px !important;
    /*rem*/ padding-top: 0.75rem !important;
    /*px*/ padding-bottom: 12px !important;
    /*rem*/ padding-bottom: 0.75rem !important;
  }
  .lg-p\+ {
    /*px*/ padding: 48px !important;
    /*rem*/ padding: 3rem !important;
  }
  .lg-pt\+ {
    /*px*/ padding-top: 48px !important;
    /*rem*/ padding-top: 3rem !important;
  }
  .lg-pr\+ {
    /*px*/ padding-right: 48px !important;
    /*rem*/ padding-right: 3rem !important;
  }
  .lg-pb\+ {
    /*px*/ padding-bottom: 48px !important;
    /*rem*/ padding-bottom: 3rem !important;
  }
  .lg-pl\+ {
    /*px*/ padding-left: 48px !important;
    /*rem*/ padding-left: 3rem !important;
  }
  .lg-ph\+ {
    /*px*/ padding-right: 48px !important;
    /*rem*/ padding-right: 3rem !important;
    /*px*/ padding-left: 48px !important;
    /*rem*/ padding-left: 3rem !important;
  }
  .lg-pv\+ {
    /*px*/ padding-top: 48px !important;
    /*rem*/ padding-top: 3rem !important;
    /*px*/ padding-bottom: 48px !important;
    /*rem*/ padding-bottom: 3rem !important;
  }
  .lg-p\+\+ {
    /*px*/ padding: 96px !important;
    /*rem*/ padding: 6rem !important;
  }
  .lg-pt\+\+ {
    /*px*/ padding-top: 96px !important;
    /*rem*/ padding-top: 6rem !important;
  }
  .lg-pr\+\+ {
    /*px*/ padding-right: 96px !important;
    /*rem*/ padding-right: 6rem !important;
  }
  .lg-pb\+\+ {
    /*px*/ padding-bottom: 96px !important;
    /*rem*/ padding-bottom: 6rem !important;
  }
  .lg-pl\+\+ {
    /*px*/ padding-left: 96px !important;
    /*rem*/ padding-left: 6rem !important;
  }
  .lg-ph\+\+ {
    /*px*/ padding-right: 96px !important;
    /*rem*/ padding-right: 6rem !important;
    /*px*/ padding-left: 96px !important;
    /*rem*/ padding-left: 6rem !important;
  }
  .lg-pv\+\+ {
    /*px*/ padding-top: 96px !important;
    /*rem*/ padding-top: 6rem !important;
    /*px*/ padding-bottom: 96px !important;
    /*rem*/ padding-bottom: 6rem !important;
  }
  .lg-p0 {
    /*px*/ padding: 0 !important;
    /*rem*/ padding: 0 !important;
  }
  .lg-pt0 {
    /*px*/ padding-top: 0 !important;
    /*rem*/ padding-top: 0 !important;
  }
  .lg-pr0 {
    /*px*/ padding-right: 0 !important;
    /*rem*/ padding-right: 0 !important;
  }
  .lg-pb0 {
    /*px*/ padding-bottom: 0 !important;
    /*rem*/ padding-bottom: 0 !important;
  }
  .lg-pl0 {
    /*px*/ padding-left: 0 !important;
    /*rem*/ padding-left: 0 !important;
  }
  .lg-ph0 {
    /*px*/ padding-right: 0 !important;
    /*rem*/ padding-right: 0 !important;
    /*px*/ padding-left: 0 !important;
    /*rem*/ padding-left: 0 !important;
  }
  .lg-pv0 {
    /*px*/ padding-top: 0 !important;
    /*rem*/ padding-top: 0 !important;
    /*px*/ padding-bottom: 0 !important;
    /*rem*/ padding-bottom: 0 !important;
  }
}
@media (min-width: 1140px) {
  .xl-p {
    /*px*/ padding: 24px !important;
    /*rem*/ padding: 1.5rem !important;
  }
  .xl-pt {
    /*px*/ padding-top: 24px !important;
    /*rem*/ padding-top: 1.5rem !important;
  }
  .xl-pr {
    /*px*/ padding-right: 24px !important;
    /*rem*/ padding-right: 1.5rem !important;
  }
  .xl-pb {
    /*px*/ padding-bottom: 24px !important;
    /*rem*/ padding-bottom: 1.5rem !important;
  }
  .xl-pl {
    /*px*/ padding-left: 24px !important;
    /*rem*/ padding-left: 1.5rem !important;
  }
  .xl-ph {
    /*px*/ padding-right: 24px !important;
    /*rem*/ padding-right: 1.5rem !important;
    /*px*/ padding-left: 24px !important;
    /*rem*/ padding-left: 1.5rem !important;
  }
  .xl-pv {
    /*px*/ padding-top: 24px !important;
    /*rem*/ padding-top: 1.5rem !important;
    /*px*/ padding-bottom: 24px !important;
    /*rem*/ padding-bottom: 1.5rem !important;
  }
  .xl-p-- {
    /*px*/ padding: 6px !important;
    /*rem*/ padding: 0.375rem !important;
  }
  .xl-pt-- {
    /*px*/ padding-top: 6px !important;
    /*rem*/ padding-top: 0.375rem !important;
  }
  .xl-pr-- {
    /*px*/ padding-right: 6px !important;
    /*rem*/ padding-right: 0.375rem !important;
  }
  .xl-pb-- {
    /*px*/ padding-bottom: 6px !important;
    /*rem*/ padding-bottom: 0.375rem !important;
  }
  .xl-pl-- {
    /*px*/ padding-left: 6px !important;
    /*rem*/ padding-left: 0.375rem !important;
  }
  .xl-ph-- {
    /*px*/ padding-right: 6px !important;
    /*rem*/ padding-right: 0.375rem !important;
    /*px*/ padding-left: 6px !important;
    /*rem*/ padding-left: 0.375rem !important;
  }
  .xl-pv-- {
    /*px*/ padding-top: 6px !important;
    /*rem*/ padding-top: 0.375rem !important;
    /*px*/ padding-bottom: 6px !important;
    /*rem*/ padding-bottom: 0.375rem !important;
  }
  .xl-p- {
    /*px*/ padding: 12px !important;
    /*rem*/ padding: 0.75rem !important;
  }
  .xl-pt- {
    /*px*/ padding-top: 12px !important;
    /*rem*/ padding-top: 0.75rem !important;
  }
  .xl-pr- {
    /*px*/ padding-right: 12px !important;
    /*rem*/ padding-right: 0.75rem !important;
  }
  .xl-pb- {
    /*px*/ padding-bottom: 12px !important;
    /*rem*/ padding-bottom: 0.75rem !important;
  }
  .xl-pl- {
    /*px*/ padding-left: 12px !important;
    /*rem*/ padding-left: 0.75rem !important;
  }
  .xl-ph- {
    /*px*/ padding-right: 12px !important;
    /*rem*/ padding-right: 0.75rem !important;
    /*px*/ padding-left: 12px !important;
    /*rem*/ padding-left: 0.75rem !important;
  }
  .xl-pv- {
    /*px*/ padding-top: 12px !important;
    /*rem*/ padding-top: 0.75rem !important;
    /*px*/ padding-bottom: 12px !important;
    /*rem*/ padding-bottom: 0.75rem !important;
  }
  .xl-p\+ {
    /*px*/ padding: 48px !important;
    /*rem*/ padding: 3rem !important;
  }
  .xl-pt\+ {
    /*px*/ padding-top: 48px !important;
    /*rem*/ padding-top: 3rem !important;
  }
  .xl-pr\+ {
    /*px*/ padding-right: 48px !important;
    /*rem*/ padding-right: 3rem !important;
  }
  .xl-pb\+ {
    /*px*/ padding-bottom: 48px !important;
    /*rem*/ padding-bottom: 3rem !important;
  }
  .xl-pl\+ {
    /*px*/ padding-left: 48px !important;
    /*rem*/ padding-left: 3rem !important;
  }
  .xl-ph\+ {
    /*px*/ padding-right: 48px !important;
    /*rem*/ padding-right: 3rem !important;
    /*px*/ padding-left: 48px !important;
    /*rem*/ padding-left: 3rem !important;
  }
  .xl-pv\+ {
    /*px*/ padding-top: 48px !important;
    /*rem*/ padding-top: 3rem !important;
    /*px*/ padding-bottom: 48px !important;
    /*rem*/ padding-bottom: 3rem !important;
  }
  .xl-p\+\+ {
    /*px*/ padding: 96px !important;
    /*rem*/ padding: 6rem !important;
  }
  .xl-pt\+\+ {
    /*px*/ padding-top: 96px !important;
    /*rem*/ padding-top: 6rem !important;
  }
  .xl-pr\+\+ {
    /*px*/ padding-right: 96px !important;
    /*rem*/ padding-right: 6rem !important;
  }
  .xl-pb\+\+ {
    /*px*/ padding-bottom: 96px !important;
    /*rem*/ padding-bottom: 6rem !important;
  }
  .xl-pl\+\+ {
    /*px*/ padding-left: 96px !important;
    /*rem*/ padding-left: 6rem !important;
  }
  .xl-ph\+\+ {
    /*px*/ padding-right: 96px !important;
    /*rem*/ padding-right: 6rem !important;
    /*px*/ padding-left: 96px !important;
    /*rem*/ padding-left: 6rem !important;
  }
  .xl-pv\+\+ {
    /*px*/ padding-top: 96px !important;
    /*rem*/ padding-top: 6rem !important;
    /*px*/ padding-bottom: 96px !important;
    /*rem*/ padding-bottom: 6rem !important;
  }
  .xl-p0 {
    /*px*/ padding: 0 !important;
    /*rem*/ padding: 0 !important;
  }
  .xl-pt0 {
    /*px*/ padding-top: 0 !important;
    /*rem*/ padding-top: 0 !important;
  }
  .xl-pr0 {
    /*px*/ padding-right: 0 !important;
    /*rem*/ padding-right: 0 !important;
  }
  .xl-pb0 {
    /*px*/ padding-bottom: 0 !important;
    /*rem*/ padding-bottom: 0 !important;
  }
  .xl-pl0 {
    /*px*/ padding-left: 0 !important;
    /*rem*/ padding-left: 0 !important;
  }
  .xl-ph0 {
    /*px*/ padding-right: 0 !important;
    /*rem*/ padding-right: 0 !important;
    /*px*/ padding-left: 0 !important;
    /*rem*/ padding-left: 0 !important;
  }
  .xl-pv0 {
    /*px*/ padding-top: 0 !important;
    /*rem*/ padding-top: 0 !important;
    /*px*/ padding-bottom: 0 !important;
    /*rem*/ padding-bottom: 0 !important;
  }
}
@media (min-width: 1380px) {
  .xxl-p {
    /*px*/ padding: 24px !important;
    /*rem*/ padding: 1.5rem !important;
  }
  .xxl-pt {
    /*px*/ padding-top: 24px !important;
    /*rem*/ padding-top: 1.5rem !important;
  }
  .xxl-pr {
    /*px*/ padding-right: 24px !important;
    /*rem*/ padding-right: 1.5rem !important;
  }
  .xxl-pb {
    /*px*/ padding-bottom: 24px !important;
    /*rem*/ padding-bottom: 1.5rem !important;
  }
  .xxl-pl {
    /*px*/ padding-left: 24px !important;
    /*rem*/ padding-left: 1.5rem !important;
  }
  .xxl-ph {
    /*px*/ padding-right: 24px !important;
    /*rem*/ padding-right: 1.5rem !important;
    /*px*/ padding-left: 24px !important;
    /*rem*/ padding-left: 1.5rem !important;
  }
  .xxl-pv {
    /*px*/ padding-top: 24px !important;
    /*rem*/ padding-top: 1.5rem !important;
    /*px*/ padding-bottom: 24px !important;
    /*rem*/ padding-bottom: 1.5rem !important;
  }
  .xxl-p-- {
    /*px*/ padding: 6px !important;
    /*rem*/ padding: 0.375rem !important;
  }
  .xxl-pt-- {
    /*px*/ padding-top: 6px !important;
    /*rem*/ padding-top: 0.375rem !important;
  }
  .xxl-pr-- {
    /*px*/ padding-right: 6px !important;
    /*rem*/ padding-right: 0.375rem !important;
  }
  .xxl-pb-- {
    /*px*/ padding-bottom: 6px !important;
    /*rem*/ padding-bottom: 0.375rem !important;
  }
  .xxl-pl-- {
    /*px*/ padding-left: 6px !important;
    /*rem*/ padding-left: 0.375rem !important;
  }
  .xxl-ph-- {
    /*px*/ padding-right: 6px !important;
    /*rem*/ padding-right: 0.375rem !important;
    /*px*/ padding-left: 6px !important;
    /*rem*/ padding-left: 0.375rem !important;
  }
  .xxl-pv-- {
    /*px*/ padding-top: 6px !important;
    /*rem*/ padding-top: 0.375rem !important;
    /*px*/ padding-bottom: 6px !important;
    /*rem*/ padding-bottom: 0.375rem !important;
  }
  .xxl-p- {
    /*px*/ padding: 12px !important;
    /*rem*/ padding: 0.75rem !important;
  }
  .xxl-pt- {
    /*px*/ padding-top: 12px !important;
    /*rem*/ padding-top: 0.75rem !important;
  }
  .xxl-pr- {
    /*px*/ padding-right: 12px !important;
    /*rem*/ padding-right: 0.75rem !important;
  }
  .xxl-pb- {
    /*px*/ padding-bottom: 12px !important;
    /*rem*/ padding-bottom: 0.75rem !important;
  }
  .xxl-pl- {
    /*px*/ padding-left: 12px !important;
    /*rem*/ padding-left: 0.75rem !important;
  }
  .xxl-ph- {
    /*px*/ padding-right: 12px !important;
    /*rem*/ padding-right: 0.75rem !important;
    /*px*/ padding-left: 12px !important;
    /*rem*/ padding-left: 0.75rem !important;
  }
  .xxl-pv- {
    /*px*/ padding-top: 12px !important;
    /*rem*/ padding-top: 0.75rem !important;
    /*px*/ padding-bottom: 12px !important;
    /*rem*/ padding-bottom: 0.75rem !important;
  }
  .xxl-p\+ {
    /*px*/ padding: 48px !important;
    /*rem*/ padding: 3rem !important;
  }
  .xxl-pt\+ {
    /*px*/ padding-top: 48px !important;
    /*rem*/ padding-top: 3rem !important;
  }
  .xxl-pr\+ {
    /*px*/ padding-right: 48px !important;
    /*rem*/ padding-right: 3rem !important;
  }
  .xxl-pb\+ {
    /*px*/ padding-bottom: 48px !important;
    /*rem*/ padding-bottom: 3rem !important;
  }
  .xxl-pl\+ {
    /*px*/ padding-left: 48px !important;
    /*rem*/ padding-left: 3rem !important;
  }
  .xxl-ph\+ {
    /*px*/ padding-right: 48px !important;
    /*rem*/ padding-right: 3rem !important;
    /*px*/ padding-left: 48px !important;
    /*rem*/ padding-left: 3rem !important;
  }
  .xxl-pv\+ {
    /*px*/ padding-top: 48px !important;
    /*rem*/ padding-top: 3rem !important;
    /*px*/ padding-bottom: 48px !important;
    /*rem*/ padding-bottom: 3rem !important;
  }
  .xxl-p\+\+ {
    /*px*/ padding: 96px !important;
    /*rem*/ padding: 6rem !important;
  }
  .xxl-pt\+\+ {
    /*px*/ padding-top: 96px !important;
    /*rem*/ padding-top: 6rem !important;
  }
  .xxl-pr\+\+ {
    /*px*/ padding-right: 96px !important;
    /*rem*/ padding-right: 6rem !important;
  }
  .xxl-pb\+\+ {
    /*px*/ padding-bottom: 96px !important;
    /*rem*/ padding-bottom: 6rem !important;
  }
  .xxl-pl\+\+ {
    /*px*/ padding-left: 96px !important;
    /*rem*/ padding-left: 6rem !important;
  }
  .xxl-ph\+\+ {
    /*px*/ padding-right: 96px !important;
    /*rem*/ padding-right: 6rem !important;
    /*px*/ padding-left: 96px !important;
    /*rem*/ padding-left: 6rem !important;
  }
  .xxl-pv\+\+ {
    /*px*/ padding-top: 96px !important;
    /*rem*/ padding-top: 6rem !important;
    /*px*/ padding-bottom: 96px !important;
    /*rem*/ padding-bottom: 6rem !important;
  }
  .xxl-p0 {
    /*px*/ padding: 0 !important;
    /*rem*/ padding: 0 !important;
  }
  .xxl-pt0 {
    /*px*/ padding-top: 0 !important;
    /*rem*/ padding-top: 0 !important;
  }
  .xxl-pr0 {
    /*px*/ padding-right: 0 !important;
    /*rem*/ padding-right: 0 !important;
  }
  .xxl-pb0 {
    /*px*/ padding-bottom: 0 !important;
    /*rem*/ padding-bottom: 0 !important;
  }
  .xxl-pl0 {
    /*px*/ padding-left: 0 !important;
    /*rem*/ padding-left: 0 !important;
  }
  .xxl-ph0 {
    /*px*/ padding-right: 0 !important;
    /*rem*/ padding-right: 0 !important;
    /*px*/ padding-left: 0 !important;
    /*rem*/ padding-left: 0 !important;
  }
  .xxl-pv0 {
    /*px*/ padding-top: 0 !important;
    /*rem*/ padding-top: 0 !important;
    /*px*/ padding-bottom: 0 !important;
    /*rem*/ padding-bottom: 0 !important;
  }
}
/* ========================================================================== *\
   Utilities -> Positions ($utilities-positions)
\* ========================================================================== */
.posa {
  position: absolute !important;
}
.posf {
  position: fixed !important;
}
.posr {
  position: relative !important;
}
.poss {
  position: static !important;
}
@media (min-width: 480px) {
  .xs-posa {
    position: absolute !important;
  }
  .xs-posf {
    position: fixed !important;
  }
  .xs-posr {
    position: relative !important;
  }
  .xs-poss {
    position: static !important;
  }
}
@media (min-width: 600px) {
  .sm-posa {
    position: absolute !important;
  }
  .sm-posf {
    position: fixed !important;
  }
  .sm-posr {
    position: relative !important;
  }
  .sm-poss {
    position: static !important;
  }
}
@media (min-width: 768px) {
  .md-posa {
    position: absolute !important;
  }
  .md-posf {
    position: fixed !important;
  }
  .md-posr {
    position: relative !important;
  }
  .md-poss {
    position: static !important;
  }
}
@media (min-width: 960px) {
  .lg-posa {
    position: absolute !important;
  }
  .lg-posf {
    position: fixed !important;
  }
  .lg-posr {
    position: relative !important;
  }
  .lg-poss {
    position: static !important;
  }
}
@media (min-width: 1140px) {
  .xl-posa {
    position: absolute !important;
  }
  .xl-posf {
    position: fixed !important;
  }
  .xl-posr {
    position: relative !important;
  }
  .xl-poss {
    position: static !important;
  }
}
@media (min-width: 1380px) {
  .xxl-posa {
    position: absolute !important;
  }
  .xxl-posf {
    position: fixed !important;
  }
  .xxl-posr {
    position: relative !important;
  }
  .xxl-poss {
    position: static !important;
  }
}
/* ========================================================================== *\
   Utilities -> Text Alignment ($utilities-text-alignment)
\* ========================================================================== */
.tl {
  text-align: left !important;
}
.tr {
  text-align: right !important;
}
.tc {
  text-align: center !important;
}
.tj {
  text-align: justify !important;
}
@media (min-width: 480px) {
  .xs-tl {
    text-align: left !important;
  }
  .xs-tr {
    text-align: right !important;
  }
  .xs-tc {
    text-align: center !important;
  }
  .xs-tj {
    text-align: justify !important;
  }
}
@media (min-width: 600px) {
  .sm-tl {
    text-align: left !important;
  }
  .sm-tr {
    text-align: right !important;
  }
  .sm-tc {
    text-align: center !important;
  }
  .sm-tj {
    text-align: justify !important;
  }
}
@media (min-width: 768px) {
  .md-tl {
    text-align: left !important;
  }
  .md-tr {
    text-align: right !important;
  }
  .md-tc {
    text-align: center !important;
  }
  .md-tj {
    text-align: justify !important;
  }
}
@media (min-width: 960px) {
  .lg-tl {
    text-align: left !important;
  }
  .lg-tr {
    text-align: right !important;
  }
  .lg-tc {
    text-align: center !important;
  }
  .lg-tj {
    text-align: justify !important;
  }
}
@media (min-width: 1140px) {
  .xl-tl {
    text-align: left !important;
  }
  .xl-tr {
    text-align: right !important;
  }
  .xl-tc {
    text-align: center !important;
  }
  .xl-tj {
    text-align: justify !important;
  }
}
@media (min-width: 1380px) {
  .xxl-tl {
    text-align: left !important;
  }
  .xxl-tr {
    text-align: right !important;
  }
  .xxl-tc {
    text-align: center !important;
  }
  .xxl-tj {
    text-align: justify !important;
  }
}
/* ========================================================================== *\
   Utilities -> Vertical Alignment ($utilities-vertical-alignment)
\* ========================================================================== */
.vat {
  vertical-align: top !important;
}
.vab {
  vertical-align: bottom !important;
}
.vam {
  vertical-align: middle !important;
}
@media (min-width: 480px) {
  .xs-vat {
    vertical-align: top !important;
  }
  .xs-vab {
    vertical-align: bottom !important;
  }
  .xs-vam {
    vertical-align: middle !important;
  }
}
@media (min-width: 600px) {
  .sm-vat {
    vertical-align: top !important;
  }
  .sm-vab {
    vertical-align: bottom !important;
  }
  .sm-vam {
    vertical-align: middle !important;
  }
}
@media (min-width: 768px) {
  .md-vat {
    vertical-align: top !important;
  }
  .md-vab {
    vertical-align: bottom !important;
  }
  .md-vam {
    vertical-align: middle !important;
  }
}
@media (min-width: 960px) {
  .lg-vat {
    vertical-align: top !important;
  }
  .lg-vab {
    vertical-align: bottom !important;
  }
  .lg-vam {
    vertical-align: middle !important;
  }
}
@media (min-width: 1140px) {
  .xl-vat {
    vertical-align: top !important;
  }
  .xl-vab {
    vertical-align: bottom !important;
  }
  .xl-vam {
    vertical-align: middle !important;
  }
}
@media (min-width: 1380px) {
  .xxl-vat {
    vertical-align: top !important;
  }
  .xxl-vab {
    vertical-align: bottom !important;
  }
  .xxl-vam {
    vertical-align: middle !important;
  }
}
/* ========================================================================== *\
   Utilities -> Visually Hidden ($utilities-visually-hidden)
\* ========================================================================== */
/**
 * Hide only visually, but have it available for screenreaders.
 *
 * @link http://cbrac.co/TUcUgH
 */
.vh {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0;
}
/**
 * Extends the `.vh` class to allow the element to be focusable when navigated
 * to via the keyboard.
 *
 * @link http://cbrac.co/RR8gO6
 */
.vh.focusable:active,
.vh.focusable:focus {
  position: static;
  overflow: visible;
  clip: auto;
  margin: 0;
  width: auto;
  height: auto;
}
/* ========================================================================== *\
   Utilities -> Widths ($utilities-widths)
\* ========================================================================== */
/**
 * Hat tip to @csswizardry for the fraction classes technique.
 * 
 * @link http://cbrac.co/1RvQXmS
 */
/* Auto */
.width-auto {
  width: auto !important;
}
/* Whole */
[class~="1/1"],
.one-whole {
  width: 100% !important;
}
/* Halves */
[class~="1/2"],
.one-half,
[class~="2/4"],
.two-fourths,
[class~="3/6"],
.three-sixths,
[class~="4/8"],
.four-eighths,
[class~="5/10"],
.five-tenths,
[class~="6/12"],
.six-twelfths {
  width: 50% !important;
}
/* Thirds */
[class~="1/3"],
.one-third,
[class~="2/6"],
.two-sixths,
[class~="3/9"],
.three-ninths,
[class~="4/12"],
.four-twelfths {
  width: 33.3333333% !important;
}
[class~="2/3"],
.two-thirds,
[class~="4/6"],
.four-sixths,
[class~="6/9"],
.six-ninths,
[class~="8/12"],
.eight-twelfths {
  width: 66.6666666% !important;
}
/* Fourths */
[class~="1/4"],
.one-fourth,
[class~="2/8"],
.two-eighths,
[class~="3/12"],
.three-twelfths {
  width: 25% !important;
}
[class~="3/4"],
.three-fourths,
[class~="6/8"],
.six-eighths,
[class~="9/12"],
.nine-twelfths {
  width: 75% !important;
}
/* Fifths */
[class~="1/5"],
.one-fifth,
[class~="2/10"],
.two-tenths {
  width: 20% !important;
}
[class~="2/5"],
.two-fifths,
[class~="4/10"],
.four-tenths {
  width: 40% !important;
}
[class~="3/5"],
.three-fifths,
[class~="6/10"],
.six-tenths {
  width: 60% !important;
}
[class~="4/5"],
.four-fifths,
[class~="8/10"],
.eight-tenths {
  width: 80% !important;
}
/* Sixths */
[class~="1/6"],
.one-sixth,
[class~="2/12"],
.two-twelfths {
  width: 16.6666666% !important;
}
[class~="5/6"],
.five-sixths,
[class~="10/12"],
.ten-twelfths {
  width: 83.3333333% !important;
}
/* Eighths */
[class~="1/8"],
.one-eighth {
  width: 12.5% !important;
}
[class~="3/8"],
.three-eighths {
  width: 37.5% !important;
}
[class~="5/8"],
.five-eighths {
  width: 62.5% !important;
}
[class~="7/8"],
.seven-eighths {
  width: 87.5% !important;
}
/* Ninths */
[class~="1/9"],
.one-ninth {
  width: 11.1111111% !important;
}
[class~="2/9"],
.two-ninths {
  width: 22.2222222% !important;
}
[class~="4/9"],
.four-ninths {
  width: 44.4444444% !important;
}
[class~="5/9"],
.five-ninths {
  width: 55.5555555% !important;
}
[class~="7/9"],
.seven-ninths {
  width: 77.7777777% !important;
}
[class~="8/9"],
.eight-ninths {
  width: 88.8888888% !important;
}
/* Tenths */
[class~="1/10"],
.one-tenth {
  width: 10% !important;
}
[class~="3/10"],
.three-tenths {
  width: 30% !important;
}
[class~="7/10"],
.seven-tenths {
  width: 70% !important;
}
[class~="9/10"],
.nine-tenths {
  width: 90% !important;
}
/* Twelfths */
[class~="1/12"],
.one-twelfth {
  width: 8.3333333% !important;
}
[class~="5/12"],
.five-twelfths {
  width: 41.6666666% !important;
}
[class~="7/12"],
.seven-twelfths {
  width: 58.3333333% !important;
}
[class~="11/12"],
.eleven-twelfths {
  width: 91.6666666% !important;
}
@media (min-width: 480px) {
  .xs-width-auto {
    width: auto !important;
  }
  [class~="xs-1/1"],
  .xs-one-whole {
    width: 100% !important;
  }
  [class~="xs-1/2"],
  .xs-one-half,
  [class~="xs-2/4"],
  .xs-two-fourths,
  [class~="xs-3/6"],
  .xs-three-sixths,
  [class~="xs-4/8"],
  .xs-four-eighths,
  [class~="xs-5/10"],
  .xs-five-tenths,
  [class~="xs-6/12"],
  .xs-six-twelfths {
    width: 50% !important;
  }
  [class~="xs-1/3"],
  .xs-one-third,
  [class~="xs-2/6"],
  .xs-two-sixths,
  [class~="xs-3/9"],
  .xs-three-ninths,
  [class~="xs-4/12"],
  .xs-four-twelfths {
    width: 33.3333333% !important;
  }
  [class~="xs-2/3"],
  .xs-two-thirds,
  [class~="xs-4/6"],
  .xs-four-sixths,
  [class~="xs-6/9"],
  .xs-six-ninths,
  [class~="xs-8/12"],
  .xs-eight-twelfths {
    width: 66.6666666% !important;
  }
  [class~="xs-1/4"],
  .xs-one-fourth,
  [class~="xs-2/8"],
  .xs-two-eighths,
  [class~="xs-3/12"],
  .xs-three-twelfths {
    width: 25% !important;
  }
  [class~="xs-3/4"],
  .xs-three-fourths,
  [class~="xs-6/8"],
  .xs-six-eighths,
  [class~="xs-9/12"],
  .xs-nine-twelfths {
    width: 75% !important;
  }
  [class~="xs-1/5"],
  .xs-one-fifth,
  [class~="xs-2/10"],
  .xs-two-tenths {
    width: 20% !important;
  }
  [class~="xs-2/5"],
  .xs-two-fifths,
  [class~="xs-4/10"],
  .xs-four-tenths {
    width: 40% !important;
  }
  [class~="xs-3/5"],
  .xs-three-fifths,
  [class~="xs-6/10"],
  .xs-six-tenths {
    width: 60% !important;
  }
  [class~="xs-4/5"],
  .xs-four-fifths,
  [class~="xs-8/10"],
  .xs-eight-tenths {
    width: 80% !important;
  }
  [class~="xs-1/6"],
  .xs-one-sixth,
  [class~="xs-2/12"],
  .xs-two-twelfths {
    width: 16.6666666% !important;
  }
  [class~="xs-5/6"],
  .xs-five-sixths,
  [class~="xs-10/12"],
  .xs-ten-twelfths {
    width: 83.3333333% !important;
  }
  [class~="xs-1/8"],
  .xs-one-eighth {
    width: 12.5% !important;
  }
  [class~="xs-3/8"],
  .xs-three-eighths {
    width: 37.5% !important;
  }
  [class~="xs-5/8"],
  .xs-five-eighths {
    width: 62.5% !important;
  }
  [class~="xs-7/8"],
  .xs-seven-eighths {
    width: 87.5% !important;
  }
  [class~="xs-1/9"],
  .xs-one-ninth {
    width: 11.1111111% !important;
  }
  [class~="xs-2/9"],
  .xs-two-ninths {
    width: 22.2222222% !important;
  }
  [class~="xs-4/9"],
  .xs-four-ninths {
    width: 44.4444444% !important;
  }
  [class~="xs-5/9"],
  .xs-five-ninths {
    width: 55.5555555% !important;
  }
  [class~="xs-7/9"],
  .xs-seven-ninths {
    width: 77.7777777% !important;
  }
  [class~="xs-8/9"],
  .xs-eight-ninths {
    width: 88.8888888% !important;
  }
  [class~="xs-1/10"],
  .xs-one-tenth {
    width: 10% !important;
  }
  [class~="xs-3/10"],
  .xs-three-tenths {
    width: 30% !important;
  }
  [class~="xs-7/10"],
  .xs-seven-tenths {
    width: 70% !important;
  }
  [class~="xs-9/10"],
  .xs-nine-tenths {
    width: 90% !important;
  }
  [class~="xs-1/12"],
  .xs-one-twelfth {
    width: 8.3333333% !important;
  }
  [class~="xs-5/12"],
  .xs-five-twelfths {
    width: 41.6666666% !important;
  }
  [class~="xs-7/12"],
  .xs-seven-twelfths {
    width: 58.3333333% !important;
  }
  [class~="xs-11/12"],
  .xs-eleven-twelfths {
    width: 91.6666666% !important;
  }
}
@media (min-width: 600px) {
  .sm-width-auto {
    width: auto !important;
  }
  [class~="sm-1/1"],
  .sm-one-whole {
    width: 100% !important;
  }
  [class~="sm-1/2"],
  .sm-one-half,
  [class~="sm-2/4"],
  .sm-two-fourths,
  [class~="sm-3/6"],
  .sm-three-sixths,
  [class~="sm-4/8"],
  .sm-four-eighths,
  [class~="sm-5/10"],
  .sm-five-tenths,
  [class~="sm-6/12"],
  .sm-six-twelfths {
    width: 50% !important;
  }
  [class~="sm-1/3"],
  .sm-one-third,
  [class~="sm-2/6"],
  .sm-two-sixths,
  [class~="sm-3/9"],
  .sm-three-ninths,
  [class~="sm-4/12"],
  .sm-four-twelfths {
    width: 33.3333333% !important;
  }
  [class~="sm-2/3"],
  .sm-two-thirds,
  [class~="sm-4/6"],
  .sm-four-sixths,
  [class~="sm-6/9"],
  .sm-six-ninths,
  [class~="sm-8/12"],
  .sm-eight-twelfths {
    width: 66.6666666% !important;
  }
  [class~="sm-1/4"],
  .sm-one-fourth,
  [class~="sm-2/8"],
  .sm-two-eighths,
  [class~="sm-3/12"],
  .sm-three-twelfths {
    width: 25% !important;
  }
  [class~="sm-3/4"],
  .sm-three-fourths,
  [class~="sm-6/8"],
  .sm-six-eighths,
  [class~="sm-9/12"],
  .sm-nine-twelfths {
    width: 75% !important;
  }
  [class~="sm-1/5"],
  .sm-one-fifth,
  [class~="sm-2/10"],
  .sm-two-tenths {
    width: 20% !important;
  }
  [class~="sm-2/5"],
  .sm-two-fifths,
  [class~="sm-4/10"],
  .sm-four-tenths {
    width: 40% !important;
  }
  [class~="sm-3/5"],
  .sm-three-fifths,
  [class~="sm-6/10"],
  .sm-six-tenths {
    width: 60% !important;
  }
  [class~="sm-4/5"],
  .sm-four-fifths,
  [class~="sm-8/10"],
  .sm-eight-tenths {
    width: 80% !important;
  }
  [class~="sm-1/6"],
  .sm-one-sixth,
  [class~="sm-2/12"],
  .sm-two-twelfths {
    width: 16.6666666% !important;
  }
  [class~="sm-5/6"],
  .sm-five-sixths,
  [class~="sm-10/12"],
  .sm-ten-twelfths {
    width: 83.3333333% !important;
  }
  [class~="sm-1/8"],
  .sm-one-eighth {
    width: 12.5% !important;
  }
  [class~="sm-3/8"],
  .sm-three-eighths {
    width: 37.5% !important;
  }
  [class~="sm-5/8"],
  .sm-five-eighths {
    width: 62.5% !important;
  }
  [class~="sm-7/8"],
  .sm-seven-eighths {
    width: 87.5% !important;
  }
  [class~="sm-1/9"],
  .sm-one-ninth {
    width: 11.1111111% !important;
  }
  [class~="sm-2/9"],
  .sm-two-ninths {
    width: 22.2222222% !important;
  }
  [class~="sm-4/9"],
  .sm-four-ninths {
    width: 44.4444444% !important;
  }
  [class~="sm-5/9"],
  .sm-five-ninths {
    width: 55.5555555% !important;
  }
  [class~="sm-7/9"],
  .sm-seven-ninths {
    width: 77.7777777% !important;
  }
  [class~="sm-8/9"],
  .sm-eight-ninths {
    width: 88.8888888% !important;
  }
  [class~="sm-1/10"],
  .sm-one-tenth {
    width: 10% !important;
  }
  [class~="sm-3/10"],
  .sm-three-tenths {
    width: 30% !important;
  }
  [class~="sm-7/10"],
  .sm-seven-tenths {
    width: 70% !important;
  }
  [class~="sm-9/10"],
  .sm-nine-tenths {
    width: 90% !important;
  }
  [class~="sm-1/12"],
  .sm-one-twelfth {
    width: 8.3333333% !important;
  }
  [class~="sm-5/12"],
  .sm-five-twelfths {
    width: 41.6666666% !important;
  }
  [class~="sm-7/12"],
  .sm-seven-twelfths {
    width: 58.3333333% !important;
  }
  [class~="sm-11/12"],
  .sm-eleven-twelfths {
    width: 91.6666666% !important;
  }
}
@media (min-width: 768px) {
  .md-width-auto {
    width: auto !important;
  }
  [class~="md-1/1"],
  .md-one-whole {
    width: 100% !important;
  }
  [class~="md-1/2"],
  .md-one-half,
  [class~="md-2/4"],
  .md-two-fourths,
  [class~="md-3/6"],
  .md-three-sixths,
  [class~="md-4/8"],
  .md-four-eighths,
  [class~="md-5/10"],
  .md-five-tenths,
  [class~="md-6/12"],
  .md-six-twelfths {
    width: 50% !important;
  }
  [class~="md-1/3"],
  .md-one-third,
  [class~="md-2/6"],
  .md-two-sixths,
  [class~="md-3/9"],
  .md-three-ninths,
  [class~="md-4/12"],
  .md-four-twelfths {
    width: 33.3333333% !important;
  }
  [class~="md-2/3"],
  .md-two-thirds,
  [class~="md-4/6"],
  .md-four-sixths,
  [class~="md-6/9"],
  .md-six-ninths,
  [class~="md-8/12"],
  .md-eight-twelfths {
    width: 66.6666666% !important;
  }
  [class~="md-1/4"],
  .md-one-fourth,
  [class~="md-2/8"],
  .md-two-eighths,
  [class~="md-3/12"],
  .md-three-twelfths {
    width: 25% !important;
  }
  [class~="md-3/4"],
  .md-three-fourths,
  [class~="md-6/8"],
  .md-six-eighths,
  [class~="md-9/12"],
  .md-nine-twelfths {
    width: 75% !important;
  }
  [class~="md-1/5"],
  .md-one-fifth,
  [class~="md-2/10"],
  .md-two-tenths {
    width: 20% !important;
  }
  [class~="md-2/5"],
  .md-two-fifths,
  [class~="md-4/10"],
  .md-four-tenths {
    width: 40% !important;
  }
  [class~="md-3/5"],
  .md-three-fifths,
  [class~="md-6/10"],
  .md-six-tenths {
    width: 60% !important;
  }
  [class~="md-4/5"],
  .md-four-fifths,
  [class~="md-8/10"],
  .md-eight-tenths {
    width: 80% !important;
  }
  [class~="md-1/6"],
  .md-one-sixth,
  [class~="md-2/12"],
  .md-two-twelfths {
    width: 16.6666666% !important;
  }
  [class~="md-5/6"],
  .md-five-sixths,
  [class~="md-10/12"],
  .md-ten-twelfths {
    width: 83.3333333% !important;
  }
  [class~="md-1/8"],
  .md-one-eighth {
    width: 12.5% !important;
  }
  [class~="md-3/8"],
  .md-three-eighths {
    width: 37.5% !important;
  }
  [class~="md-5/8"],
  .md-five-eighths {
    width: 62.5% !important;
  }
  [class~="md-7/8"],
  .md-seven-eighths {
    width: 87.5% !important;
  }
  [class~="md-1/9"],
  .md-one-ninth {
    width: 11.1111111% !important;
  }
  [class~="md-2/9"],
  .md-two-ninths {
    width: 22.2222222% !important;
  }
  [class~="md-4/9"],
  .md-four-ninths {
    width: 44.4444444% !important;
  }
  [class~="md-5/9"],
  .md-five-ninths {
    width: 55.5555555% !important;
  }
  [class~="md-7/9"],
  .md-seven-ninths {
    width: 77.7777777% !important;
  }
  [class~="md-8/9"],
  .md-eight-ninths {
    width: 88.8888888% !important;
  }
  [class~="md-1/10"],
  .md-one-tenth {
    width: 10% !important;
  }
  [class~="md-3/10"],
  .md-three-tenths {
    width: 30% !important;
  }
  [class~="md-7/10"],
  .md-seven-tenths {
    width: 70% !important;
  }
  [class~="md-9/10"],
  .md-nine-tenths {
    width: 90% !important;
  }
  [class~="md-1/12"],
  .md-one-twelfth {
    width: 8.3333333% !important;
  }
  [class~="md-5/12"],
  .md-five-twelfths {
    width: 41.6666666% !important;
  }
  [class~="md-7/12"],
  .md-seven-twelfths {
    width: 58.3333333% !important;
  }
  [class~="md-11/12"],
  .md-eleven-twelfths {
    width: 91.6666666% !important;
  }
}
@media (min-width: 960px) {
  .lg-width-auto {
    width: auto !important;
  }
  [class~="lg-1/1"],
  .lg-one-whole {
    width: 100% !important;
  }
  [class~="lg-1/2"],
  .lg-one-half,
  [class~="lg-2/4"],
  .lg-two-fourths,
  [class~="lg-3/6"],
  .lg-three-sixths,
  [class~="lg-4/8"],
  .lg-four-eighths,
  [class~="lg-5/10"],
  .lg-five-tenths,
  [class~="lg-6/12"],
  .lg-six-twelfths {
    width: 50% !important;
  }
  [class~="lg-1/3"],
  .lg-one-third,
  [class~="lg-2/6"],
  .lg-two-sixths,
  [class~="lg-3/9"],
  .lg-three-ninths,
  [class~="lg-4/12"],
  .lg-four-twelfths {
    width: 33.3333333% !important;
  }
  [class~="lg-2/3"],
  .lg-two-thirds,
  [class~="lg-4/6"],
  .lg-four-sixths,
  [class~="lg-6/9"],
  .lg-six-ninths,
  [class~="lg-8/12"],
  .lg-eight-twelfths {
    width: 66.6666666% !important;
  }
  [class~="lg-1/4"],
  .lg-one-fourth,
  [class~="lg-2/8"],
  .lg-two-eighths,
  [class~="lg-3/12"],
  .lg-three-twelfths {
    width: 25% !important;
  }
  [class~="lg-3/4"],
  .lg-three-fourths,
  [class~="lg-6/8"],
  .lg-six-eighths,
  [class~="lg-9/12"],
  .lg-nine-twelfths {
    width: 75% !important;
  }
  [class~="lg-1/5"],
  .lg-one-fifth,
  [class~="lg-2/10"],
  .lg-two-tenths {
    width: 20% !important;
  }
  [class~="lg-2/5"],
  .lg-two-fifths,
  [class~="lg-4/10"],
  .lg-four-tenths {
    width: 40% !important;
  }
  [class~="lg-3/5"],
  .lg-three-fifths,
  [class~="lg-6/10"],
  .lg-six-tenths {
    width: 60% !important;
  }
  [class~="lg-4/5"],
  .lg-four-fifths,
  [class~="lg-8/10"],
  .lg-eight-tenths {
    width: 80% !important;
  }
  [class~="lg-1/6"],
  .lg-one-sixth,
  [class~="lg-2/12"],
  .lg-two-twelfths {
    width: 16.6666666% !important;
  }
  [class~="lg-5/6"],
  .lg-five-sixths,
  [class~="lg-10/12"],
  .lg-ten-twelfths {
    width: 83.3333333% !important;
  }
  [class~="lg-1/8"],
  .lg-one-eighth {
    width: 12.5% !important;
  }
  [class~="lg-3/8"],
  .lg-three-eighths {
    width: 37.5% !important;
  }
  [class~="lg-5/8"],
  .lg-five-eighths {
    width: 62.5% !important;
  }
  [class~="lg-7/8"],
  .lg-seven-eighths {
    width: 87.5% !important;
  }
  [class~="lg-1/9"],
  .lg-one-ninth {
    width: 11.1111111% !important;
  }
  [class~="lg-2/9"],
  .lg-two-ninths {
    width: 22.2222222% !important;
  }
  [class~="lg-4/9"],
  .lg-four-ninths {
    width: 44.4444444% !important;
  }
  [class~="lg-5/9"],
  .lg-five-ninths {
    width: 55.5555555% !important;
  }
  [class~="lg-7/9"],
  .lg-seven-ninths {
    width: 77.7777777% !important;
  }
  [class~="lg-8/9"],
  .lg-eight-ninths {
    width: 88.8888888% !important;
  }
  [class~="lg-1/10"],
  .lg-one-tenth {
    width: 10% !important;
  }
  [class~="lg-3/10"],
  .lg-three-tenths {
    width: 30% !important;
  }
  [class~="lg-7/10"],
  .lg-seven-tenths {
    width: 70% !important;
  }
  [class~="lg-9/10"],
  .lg-nine-tenths {
    width: 90% !important;
  }
  [class~="lg-1/12"],
  .lg-one-twelfth {
    width: 8.3333333% !important;
  }
  [class~="lg-5/12"],
  .lg-five-twelfths {
    width: 41.6666666% !important;
  }
  [class~="lg-7/12"],
  .lg-seven-twelfths {
    width: 58.3333333% !important;
  }
  [class~="lg-11/12"],
  .lg-eleven-twelfths {
    width: 91.6666666% !important;
  }
}
@media (min-width: 1140px) {
  .xl-width-auto {
    width: auto !important;
  }
  [class~="xl-1/1"],
  .xl-one-whole {
    width: 100% !important;
  }
  [class~="xl-1/2"],
  .xl-one-half,
  [class~="xl-2/4"],
  .xl-two-fourths,
  [class~="xl-3/6"],
  .xl-three-sixths,
  [class~="xl-4/8"],
  .xl-four-eighths,
  [class~="xl-5/10"],
  .xl-five-tenths,
  [class~="xl-6/12"],
  .xl-six-twelfths {
    width: 50% !important;
  }
  [class~="xl-1/3"],
  .xl-one-third,
  [class~="xl-2/6"],
  .xl-two-sixths,
  [class~="xl-3/9"],
  .xl-three-ninths,
  [class~="xl-4/12"],
  .xl-four-twelfths {
    width: 33.3333333% !important;
  }
  [class~="xl-2/3"],
  .xl-two-thirds,
  [class~="xl-4/6"],
  .xl-four-sixths,
  [class~="xl-6/9"],
  .xl-six-ninths,
  [class~="xl-8/12"],
  .xl-eight-twelfths {
    width: 66.6666666% !important;
  }
  [class~="xl-1/4"],
  .xl-one-fourth,
  [class~="xl-2/8"],
  .xl-two-eighths,
  [class~="xl-3/12"],
  .xl-three-twelfths {
    width: 25% !important;
  }
  [class~="xl-3/4"],
  .xl-three-fourths,
  [class~="xl-6/8"],
  .xl-six-eighths,
  [class~="xl-9/12"],
  .xl-nine-twelfths {
    width: 75% !important;
  }
  [class~="xl-1/5"],
  .xl-one-fifth,
  [class~="xl-2/10"],
  .xl-two-tenths {
    width: 20% !important;
  }
  [class~="xl-2/5"],
  .xl-two-fifths,
  [class~="xl-4/10"],
  .xl-four-tenths {
    width: 40% !important;
  }
  [class~="xl-3/5"],
  .xl-three-fifths,
  [class~="xl-6/10"],
  .xl-six-tenths {
    width: 60% !important;
  }
  [class~="xl-4/5"],
  .xl-four-fifths,
  [class~="xl-8/10"],
  .xl-eight-tenths {
    width: 80% !important;
  }
  [class~="xl-1/6"],
  .xl-one-sixth,
  [class~="xl-2/12"],
  .xl-two-twelfths {
    width: 16.6666666% !important;
  }
  [class~="xl-5/6"],
  .xl-five-sixths,
  [class~="xl-10/12"],
  .xl-ten-twelfths {
    width: 83.3333333% !important;
  }
  [class~="xl-1/8"],
  .xl-one-eighth {
    width: 12.5% !important;
  }
  [class~="xl-3/8"],
  .xl-three-eighths {
    width: 37.5% !important;
  }
  [class~="xl-5/8"],
  .xl-five-eighths {
    width: 62.5% !important;
  }
  [class~="xl-7/8"],
  .xl-seven-eighths {
    width: 87.5% !important;
  }
  [class~="xl-1/9"],
  .xl-one-ninth {
    width: 11.1111111% !important;
  }
  [class~="xl-2/9"],
  .xl-two-ninths {
    width: 22.2222222% !important;
  }
  [class~="xl-4/9"],
  .xl-four-ninths {
    width: 44.4444444% !important;
  }
  [class~="xl-5/9"],
  .xl-five-ninths {
    width: 55.5555555% !important;
  }
  [class~="xl-7/9"],
  .xl-seven-ninths {
    width: 77.7777777% !important;
  }
  [class~="xl-8/9"],
  .xl-eight-ninths {
    width: 88.8888888% !important;
  }
  [class~="xl-1/10"],
  .xl-one-tenth {
    width: 10% !important;
  }
  [class~="xl-3/10"],
  .xl-three-tenths {
    width: 30% !important;
  }
  [class~="xl-7/10"],
  .xl-seven-tenths {
    width: 70% !important;
  }
  [class~="xl-9/10"],
  .xl-nine-tenths {
    width: 90% !important;
  }
  [class~="xl-1/12"],
  .xl-one-twelfth {
    width: 8.3333333% !important;
  }
  [class~="xl-5/12"],
  .xl-five-twelfths {
    width: 41.6666666% !important;
  }
  [class~="xl-7/12"],
  .xl-seven-twelfths {
    width: 58.3333333% !important;
  }
  [class~="xl-11/12"],
  .xl-eleven-twelfths {
    width: 91.6666666% !important;
  }
}
@media (min-width: 1380px) {
  .xxl-width-auto {
    width: auto !important;
  }
  [class~="xxl-1/1"],
  .xxl-one-whole {
    width: 100% !important;
  }
  [class~="xxl-1/2"],
  .xxl-one-half,
  [class~="xxl-2/4"],
  .xxl-two-fourths,
  [class~="xxl-3/6"],
  .xxl-three-sixths,
  [class~="xxl-4/8"],
  .xxl-four-eighths,
  [class~="xxl-5/10"],
  .xxl-five-tenths,
  [class~="xxl-6/12"],
  .xxl-six-twelfths {
    width: 50% !important;
  }
  [class~="xxl-1/3"],
  .xxl-one-third,
  [class~="xxl-2/6"],
  .xxl-two-sixths,
  [class~="xxl-3/9"],
  .xxl-three-ninths,
  [class~="xxl-4/12"],
  .xxl-four-twelfths {
    width: 33.3333333% !important;
  }
  [class~="xxl-2/3"],
  .xxl-two-thirds,
  [class~="xxl-4/6"],
  .xxl-four-sixths,
  [class~="xxl-6/9"],
  .xxl-six-ninths,
  [class~="xxl-8/12"],
  .xxl-eight-twelfths {
    width: 66.6666666% !important;
  }
  [class~="xxl-1/4"],
  .xxl-one-fourth,
  [class~="xxl-2/8"],
  .xxl-two-eighths,
  [class~="xxl-3/12"],
  .xxl-three-twelfths {
    width: 25% !important;
  }
  [class~="xxl-3/4"],
  .xxl-three-fourths,
  [class~="xxl-6/8"],
  .xxl-six-eighths,
  [class~="xxl-9/12"],
  .xxl-nine-twelfths {
    width: 75% !important;
  }
  [class~="xxl-1/5"],
  .xxl-one-fifth,
  [class~="xxl-2/10"],
  .xxl-two-tenths {
    width: 20% !important;
  }
  [class~="xxl-2/5"],
  .xxl-two-fifths,
  [class~="xxl-4/10"],
  .xxl-four-tenths {
    width: 40% !important;
  }
  [class~="xxl-3/5"],
  .xxl-three-fifths,
  [class~="xxl-6/10"],
  .xxl-six-tenths {
    width: 60% !important;
  }
  [class~="xxl-4/5"],
  .xxl-four-fifths,
  [class~="xxl-8/10"],
  .xxl-eight-tenths {
    width: 80% !important;
  }
  [class~="xxl-1/6"],
  .xxl-one-sixth,
  [class~="xxl-2/12"],
  .xxl-two-twelfths {
    width: 16.6666666% !important;
  }
  [class~="xxl-5/6"],
  .xxl-five-sixths,
  [class~="xxl-10/12"],
  .xxl-ten-twelfths {
    width: 83.3333333% !important;
  }
  [class~="xxl-1/8"],
  .xxl-one-eighth {
    width: 12.5% !important;
  }
  [class~="xxl-3/8"],
  .xxl-three-eighths {
    width: 37.5% !important;
  }
  [class~="xxl-5/8"],
  .xxl-five-eighths {
    width: 62.5% !important;
  }
  [class~="xxl-7/8"],
  .xxl-seven-eighths {
    width: 87.5% !important;
  }
  [class~="xxl-1/9"],
  .xxl-one-ninth {
    width: 11.1111111% !important;
  }
  [class~="xxl-2/9"],
  .xxl-two-ninths {
    width: 22.2222222% !important;
  }
  [class~="xxl-4/9"],
  .xxl-four-ninths {
    width: 44.4444444% !important;
  }
  [class~="xxl-5/9"],
  .xxl-five-ninths {
    width: 55.5555555% !important;
  }
  [class~="xxl-7/9"],
  .xxl-seven-ninths {
    width: 77.7777777% !important;
  }
  [class~="xxl-8/9"],
  .xxl-eight-ninths {
    width: 88.8888888% !important;
  }
  [class~="xxl-1/10"],
  .xxl-one-tenth {
    width: 10% !important;
  }
  [class~="xxl-3/10"],
  .xxl-three-tenths {
    width: 30% !important;
  }
  [class~="xxl-7/10"],
  .xxl-seven-tenths {
    width: 70% !important;
  }
  [class~="xxl-9/10"],
  .xxl-nine-tenths {
    width: 90% !important;
  }
  [class~="xxl-1/12"],
  .xxl-one-twelfth {
    width: 8.3333333% !important;
  }
  [class~="xxl-5/12"],
  .xxl-five-twelfths {
    width: 41.6666666% !important;
  }
  [class~="xxl-7/12"],
  .xxl-seven-twelfths {
    width: 58.3333333% !important;
  }
  [class~="xxl-11/12"],
  .xxl-eleven-twelfths {
    width: 91.6666666% !important;
  }
}
/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/dt-1.10.10,af-2.1.0,b-1.1.0,b-colvis-1.1.0,b-print-1.1.0,cr-1.3.0,fc-3.2.0,fh-3.1.0,kt-2.1.0,r-2.0.0,rr-1.1.0,sc-1.4.0,se-1.1.0
 *
 * Included libraries:
 *   DataTables 1.10.10, AutoFill 2.1.0, Buttons 1.1.0, Column visibility 1.1.0, Print view 1.1.0, ColReorder 1.3.0, FixedColumns 3.2.0, FixedHeader 3.1.0, KeyTable 2.1.0, Responsive 2.0.0, RowReorder 1.1.0, Scroller 1.4.0, Select 1.1.0
 */
/*
 * Table styles
 */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}
table.dataTable thead .sorting {
  background-image: url("DataTables-1.10.10/images/sort_both.png");
}
table.dataTable thead .sorting_asc {
  background-image: url("DataTables-1.10.10/images/sort_asc.png");
}
table.dataTable thead .sorting_desc {
  background-image: url("DataTables-1.10.10/images/sort_desc.png");
}
table.dataTable thead .sorting_asc_disabled {
  background-image: url("DataTables-1.10.10/images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
  background-image: url("DataTables-1.10.10/images/sort_desc_disabled.png");
}
table.dataTable tbody tr {
  background-color: #ffffff;
}
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}
table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}
table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}
table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}
table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}
table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}
table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
  background-color: #aab7d1;
}
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3,
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3,
table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}
table.dataTable.display tbody tr.odd > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}
table.dataTable.display tbody tr.odd > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}
table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}
table.dataTable.display tbody tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}
table.dataTable.display tbody tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}
table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}
table.dataTable.display tbody tr.even > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}
table.dataTable.display tbody tr.even > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}
table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}
table.dataTable.display tbody tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}
table.dataTable.display tbody tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}
table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}
table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}
table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}
table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
  background-color: #a2aec7;
}
table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
  background-color: #a3b0c9;
}
table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
  background-color: #a5b2cb;
}
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}
table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}
/*
 * Control feature layout
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}
.dataTables_wrapper .dataTables_length {
  float: left;
}
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  /*color: #333333 !important;*/
  /*border: 1px solid #cacaca;*/
  background-color: white;
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));*/
  /* Chrome,Safari4+ */
  /*background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);*/
  /* Chrome10+,Safari5.1+ */
  /*background: -moz-linear-gradient(top, white 0%, gainsboro 100%);*/
  /* FF3.6+ */
  /*background: -ms-linear-gradient(top, white 0%, gainsboro 100%);*/
  /* IE10+ */
  /*background: -o-linear-gradient(top, white 0%, gainsboro 100%);*/
  /* Opera 11.10+ */
  /*background: linear-gradient(to bottom, white 0%, gainsboro 100%);*/
  /* W3C */
  border: 1px solid #EEEEEE;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: no-drop;
  color: #999 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover {
  color: #D8720C !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}
.dataTables_wrapper .dataTables_processing {
  position: fixed;
  top: 0;
  margin: 0;
  left: 0;
  background: #AA0000;
  padding: 10px;
  color: #FFF;
  width: 100%;
  text-align: center;
  font-size: 1.2em;
  transition-property: top;
  transition-duration: .4s;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td {
  vertical-align: middle;
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}
@media screen and (max-width: 767px) {
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}
@media screen and (max-width: 640px) {
  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
div.dt-autofill-handle {
  position: absolute;
  height: 8px;
  width: 8px;
  z-index: 102;
  box-sizing: border-box;
  border: 1px solid #316ad1;
  background: linear-gradient(to bottom, #abcffb 0%, #4989de 100%);
}
div.dt-autofill-select {
  position: absolute;
  z-index: 1001;
  background-color: #4989de;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.5) 5px, rgba(255, 255, 255, 0.5) 10px);
}
div.dt-autofill-select.top,
div.dt-autofill-select.bottom {
  height: 3px;
  margin-top: -1px;
}
div.dt-autofill-select.left,
div.dt-autofill-select.right {
  width: 3px;
  margin-left: -1px;
}
div.dt-autofill-list {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 0 5px #555;
  border: 2px solid #444;
  z-index: 11;
  box-sizing: border-box;
  padding: 1.5em 2em;
}
div.dt-autofill-list ul {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
div.dt-autofill-list ul li {
  display: table-row;
}
div.dt-autofill-list ul li:last-child div.dt-autofill-question,
div.dt-autofill-list ul li:last-child div.dt-autofill-button {
  border-bottom: none;
}
div.dt-autofill-list ul li:hover {
  background-color: #f6f6f6;
}
div.dt-autofill-list div.dt-autofill-question {
  display: table-cell;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
}
div.dt-autofill-list div.dt-autofill-question input[type=number] {
  padding: 6px;
  width: 30px;
  margin: -2px 0;
}
div.dt-autofill-list div.dt-autofill-button {
  display: table-cell;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
}
div.dt-autofill-list div.dt-autofill-button button {
  color: white;
  margin: 0;
  padding: 6px 12px;
  text-align: center;
  border: 1px solid #2e6da4;
  background-color: #337ab7;
  border-radius: 4px;
  cursor: pointer;
  vertical-align: middle;
}
div.dt-autofill-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 10;
}
div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}
div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}
div.dt-button-info > div {
  padding: 1em;
}
button.dt-button,
div.dt-button,
a.dt-button {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 0.333em;
  padding: 0.5em 1em;
  border: 1px solid #999;
  border-radius: 2px;
  cursor: pointer;
  font-size: 0.88em;
  color: black;
  white-space: nowrap;
  overflow: hidden;
  background-color: #e9e9e9;
  /* Fallback */
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  /* FF3.6 */
  /* IE10 */
  /* Opera 11.10+ */
  background-image: linear-gradient(top, white 0%, #e9e9e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='white', EndColorStr='#e9e9e9');
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-decoration: none;
  outline: none;
}
button.dt-button.disabled,
div.dt-button.disabled,
a.dt-button.disabled {
  color: #999;
  border: 1px solid #d0d0d0;
  cursor: default;
  background-color: #f9f9f9;
  /* Fallback */
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  /* FF3.6 */
  /* IE10 */
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #ffffff 0%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#ffffff', EndColorStr='#f9f9f9');
}
button.dt-button:active:not(.disabled),
button.dt-button.active:not(.disabled),
div.dt-button:active:not(.disabled),
div.dt-button.active:not(.disabled),
a.dt-button:active:not(.disabled),
a.dt-button.active:not(.disabled) {
  background-color: #e2e2e2;
  /* Fallback */
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  /* FF3.6 */
  /* IE10 */
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #f3f3f3 0%, #e2e2e2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f3f3f3', EndColorStr='#e2e2e2');
  box-shadow: inset 1px 1px 3px #999999;
}
button.dt-button:active:not(.disabled):hover:not(.disabled),
button.dt-button.active:not(.disabled):hover:not(.disabled),
div.dt-button:active:not(.disabled):hover:not(.disabled),
div.dt-button.active:not(.disabled):hover:not(.disabled),
a.dt-button:active:not(.disabled):hover:not(.disabled),
a.dt-button.active:not(.disabled):hover:not(.disabled) {
  box-shadow: inset 1px 1px 3px #999999;
  background-color: #cccccc;
  /* Fallback */
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  /* FF3.6 */
  /* IE10 */
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #eaeaea 0%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#eaeaea', EndColorStr='#cccccc');
}
button.dt-button:hover,
div.dt-button:hover,
a.dt-button:hover {
  text-decoration: none;
}
button.dt-button:hover:not(.disabled),
div.dt-button:hover:not(.disabled),
a.dt-button:hover:not(.disabled) {
  border: 1px solid #666;
  background-color: #e0e0e0;
  /* Fallback */
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  /* FF3.6 */
  /* IE10 */
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #f9f9f9 0%, #e0e0e0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f9f9f9', EndColorStr='#e0e0e0');
}
button.dt-button:focus:not(.disabled),
div.dt-button:focus:not(.disabled),
a.dt-button:focus:not(.disabled) {
  border: 1px solid #426c9e;
  text-shadow: 0 1px 0 #c4def1;
  outline: none;
  background-color: #79ace9;
  /* Fallback */
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  /* FF3.6 */
  /* IE10 */
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #bddef4 0%, #79ace9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#bddef4', EndColorStr='#79ace9');
}
.dt-button embed {
  outline: none;
}
div.dt-buttons {
  position: relative;
  float: left;
}
div.dt-buttons.buttons-right {
  float: right;
}
div.dt-button-collection {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  margin-top: 3px;
  padding: 8px 8px 4px 8px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: white;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  z-index: 2002;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}
div.dt-button-collection button.dt-button,
div.dt-button-collection div.dt-button,
div.dt-button-collection a.dt-button {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  float: none;
  margin-bottom: 4px;
  margin-right: 0;
}
div.dt-button-collection button.dt-button:active:not(.disabled),
div.dt-button-collection button.dt-button.active:not(.disabled),
div.dt-button-collection div.dt-button:active:not(.disabled),
div.dt-button-collection div.dt-button.active:not(.disabled),
div.dt-button-collection a.dt-button:active:not(.disabled),
div.dt-button-collection a.dt-button.active:not(.disabled) {
  background-color: #dadada;
  /* Fallback */
  /* Chrome 10+, Saf5.1+, iOS 5+ */
  /* FF3.6 */
  /* IE10 */
  /* Opera 11.10+ */
  background-image: linear-gradient(top, #f0f0f0 0%, #dadada 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr='#f0f0f0', EndColorStr='#dadada');
  box-shadow: inset 1px 1px 3px #666;
}
div.dt-button-collection.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}
div.dt-button-collection.fixed.two-column {
  margin-left: -150px;
}
div.dt-button-collection.fixed.three-column {
  margin-left: -225px;
}
div.dt-button-collection.fixed.four-column {
  margin-left: -300px;
}
div.dt-button-collection > * {
  break-inside: avoid;
}
div.dt-button-collection.two-column {
  width: 300px;
  padding-bottom: 1px;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}
div.dt-button-collection.three-column {
  width: 450px;
  padding-bottom: 1px;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}
div.dt-button-collection.four-column {
  width: 600px;
  padding-bottom: 1px;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}
div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  /* Fallback */
  /* IE10 Consumer Preview */
  /* Firefox */
  /* Opera */
  /* Webkit (Safari/Chrome 10) */
  /* Webkit (Chrome 11+) */
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C Markup, IE10 Release Preview */
  z-index: 2001;
}
@media screen and (max-width: 640px) {
  div.dt-buttons {
    float: none !important;
    text-align: center;
  }
}
table.DTCR_clonedTable {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 202;
}
div.DTCR_pointer {
  width: 1px;
  background-color: #0259C4;
  z-index: 201;
}
table.DTFC_Cloned thead,
table.DTFC_Cloned tfoot {
  background-color: white;
}
div.DTFC_Blocker {
  background-color: white;
}
div.DTFC_LeftWrapper table.dataTable,
div.DTFC_RightWrapper table.dataTable {
  margin-bottom: 0;
  z-index: 2;
}
div.DTFC_LeftWrapper table.dataTable.no-footer,
div.DTFC_RightWrapper table.dataTable.no-footer {
  border-bottom: none;
}
table.fixedHeader-floating {
  position: fixed !important;
  background-color: white;
}
table.fixedHeader-floating.no-footer {
  border-bottom-width: 0;
}
table.fixedHeader-locked {
  position: absolute !important;
  background-color: white;
}
@media print {
  table.fixedHeader-floating {
    display: none;
  }
}
table.dataTable th.focus,
table.dataTable td.focus {
  outline: 3px solid #3366FF;
  outline-offset: -1px;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  top: 8px;
  left: 4px;
  height: 16px;
  width: 16px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  font-family: 'Courier New', Courier, monospace;
  text-indent: 4px;
  line-height: 16px;
  content: '+';
  background-color: #31b131;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 16px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  font-family: 'Courier New', Courier, monospace;
  text-indent: 4px;
  line-height: 16px;
  content: '+';
  background-color: #31b131;
}
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
table.dataTable > tbody > tr.child ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul li:last-child {
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}
div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}
table.dt-rowReorder-float {
  position: absolute !important;
  opacity: 0.8;
  table-layout: static;
  outline: 2px solid #888;
  outline-offset: -2px;
  z-index: 2001;
}
tr.dt-rowReorder-moving {
  outline: 2px solid #555;
  outline-offset: -2px;
}
body.dt-rowReorder-noOverflow {
  overflow-x: hidden;
}
table.dataTable td.reorder {
  text-align: center;
  cursor: move;
}
div.DTS tbody th,
div.DTS tbody td {
  white-space: nowrap;
}
div.DTS tbody tr.even {
  background-color: white;
}
div.DTS div.DTS_Loading {
  z-index: 1;
}
div.DTS div.dataTables_scrollBody {
  background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, white 10px, white 20px);
}
div.DTS div.dataTables_scrollBody table {
  z-index: 2;
}
div.DTS div.dataTables_paginate {
  display: none;
}
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  background-color: #FFECDA;
  color: #F93;
}
table.dataTable.stripe tbody > tr.odd.selected,
table.dataTable.stripe tbody > tr.odd > .selected,
table.dataTable.display tbody > tr.odd.selected,
table.dataTable.display tbody > tr.odd > .selected {
  background-color: #acbad4;
}
table.dataTable.hover tbody > tr.selected:hover,
table.dataTable.hover tbody > tr > .selected:hover,
table.dataTable.display tbody > tr.selected:hover,
table.dataTable.display tbody > tr > .selected:hover {
  background-color: #aab7d1;
}
table.dataTable.order-column tbody > tr.selected > .sorting_1,
table.dataTable.order-column tbody > tr.selected > .sorting_2,
table.dataTable.order-column tbody > tr.selected > .sorting_3,
table.dataTable.order-column tbody > tr > .selected,
table.dataTable.display tbody > tr.selected > .sorting_1,
table.dataTable.display tbody > tr.selected > .sorting_2,
table.dataTable.display tbody > tr.selected > .sorting_3,
table.dataTable.display tbody > tr > .selected {
  background-color: #acbad5;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
  background-color: #FFECDA;
  color: #F93;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
  background-color: #FFECDA;
  color: #F93;
}
table.dataTable.display tbody > tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
  background-color: #FFECDA;
  color: #F93;
}
table.dataTable.display tbody > tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
  background-color: #FFECDA;
  color: #F93;
}
table.dataTable.display tbody > tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
  background-color: #FFECDA;
  color: #F93;
}
table.dataTable.display tbody > tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
  background-color: #FFECDA;
  color: #F93;
}
table.dataTable.display tbody > tr.odd > .selected,
table.dataTable.order-column.stripe tbody > tr.odd > .selected {
  background-color: #FFECDA;
  color: #F93;
}
table.dataTable.display tbody > tr.even > .selected,
table.dataTable.order-column.stripe tbody > tr.even > .selected {
  background-color: #FFECDA;
  color: #F93;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_1,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
  background-color: #FFECDA;
  color: #F93;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_2,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
  background-color: #FFECDA;
  color: #F93;
}
table.dataTable.display tbody > tr.selected:hover > .sorting_3,
table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
  background-color: #FFECDA;
  color: #F93;
}
table.dataTable.display tbody > tr:hover > .selected,
table.dataTable.display tbody > tr > .selected:hover,
table.dataTable.order-column.hover tbody > tr:hover > .selected,
table.dataTable.order-column.hover tbody > tr > .selected:hover {
  background-color: #FFECDA;
  color: #F93;
}
table.dataTable td.select-checkbox,
table.dataTable th.select-checkbox {
  position: relative;
}
table.dataTable td.select-checkbox:before,
table.dataTable td.select-checkbox:after,
table.dataTable th.select-checkbox:before,
table.dataTable th.select-checkbox:after {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}
table.dataTable td.select-checkbox.slimline:before,
table.dataTable td.select-checkbox.slimline:after {
  top: 0.6em;
}
table.dataTable td.select-checkbox:before,
table.dataTable th.select-checkbox:before,
table.dataTable th.select-all-checkbox:before {
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  color: #DDD;
  content: '\f0c8';
  margin-left: -6px;
}
table.dataTable tr.selected td.select-checkbox:before,
table.dataTable thead.selected th.select-checkbox:before,
table.dataTable thead th.select-all-checkbox.selected:before {
  content: '\f14a';
  color: #F93;
}
div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
  margin-left: 0.5em;
}
@media screen and (max-width: 640px) {
  div.dataTables_wrapper span.select-info,
  div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block;
  }
}
.br0 {
  border-radius: 0 !important;
}
.br--- {
  border-radius: 2px !important;
}
.br-- {
  border-radius: 6px !important;
}
.br- {
  border-radius: 10px !important;
}
.br {
  border-radius: 16px !important;
}
.br\+ {
  border-radius: 22px !important;
}
.br\+\+ {
  border-radius: 30px !important;
}
.br\+\+\+ {
  border-radius: 40px !important;
}
.br-t0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.br-t--- {
  border-top-left-radius: 2px !important;
  border-top-right-radius: 2px !important;
}
.br-t-- {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}
.br-t- {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}
.br-t {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}
.br-t\+ {
  border-top-left-radius: 22px !important;
  border-top-right-radius: 22px !important;
}
.br-t\+\+ {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
}
.br-t\+\+\+ {
  border-top-left-radius: 40px !important;
  border-top-right-radius: 40px !important;
}
.br-r0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.br-r--- {
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}
.br-r-- {
  border-top-right-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}
.br-r- {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.br-r {
  border-top-right-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
}
.br-r\+ {
  border-top-right-radius: 22px !important;
  border-bottom-right-radius: 22px !important;
}
.br-r\+\+ {
  border-top-right-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}
.br-r\+\+\+ {
  border-top-right-radius: 40px !important;
  border-bottom-right-radius: 40px !important;
}
.br-b0 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.br-b--- {
  border-bottom-left-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
}
.br-b-- {
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}
.br-b- {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
.br-b {
  border-bottom-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
}
.br-b\+ {
  border-bottom-left-radius: 22px !important;
  border-bottom-right-radius: 22px !important;
}
.br-b\+\+ {
  border-bottom-left-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}
.br-b\+\+\+ {
  border-bottom-left-radius: 40px !important;
  border-bottom-right-radius: 40px !important;
}
.br-l0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.br-l--- {
  border-top-left-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}
.br-l-- {
  border-top-left-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}
.br-l- {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}
.br-l {
  border-top-left-radius: 16px !important;
  border-bottom-left-radius: 16px !important;
}
.br-l\+ {
  border-top-left-radius: 22px !important;
  border-bottom-left-radius: 22px !important;
}
.br-l\+\+ {
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
}
.br-l\+\+\+ {
  border-top-left-radius: 40px !important;
  border-bottom-left-radius: 40px !important;
}
.br-tl0 {
  border-top-left-radius: 0 !important;
}
.br-tl--- {
  border-top-left-radius: 2px !important;
}
.br-tl-- {
  border-top-left-radius: 6px !important;
}
.br-tl- {
  border-top-left-radius: 10px !important;
}
.br-tl {
  border-top-left-radius: 16px !important;
}
.br-tl\+ {
  border-top-left-radius: 22px !important;
}
.br-tl\+\+ {
  border-top-left-radius: 30px !important;
}
.br-tl\+\+\+ {
  border-top-left-radius: 40px !important;
}
.br-tr0 {
  border-top-right-radius: 0 !important;
}
.br-tr--- {
  border-top-right-radius: 2px !important;
}
.br-tr-- {
  border-top-right-radius: 6px !important;
}
.br-tr- {
  border-top-right-radius: 10px !important;
}
.br-tr {
  border-top-right-radius: 16px !important;
}
.br-tr\+ {
  border-top-right-radius: 22px !important;
}
.br-tr\+\+ {
  border-top-right-radius: 30px !important;
}
.br-tr\+\+\+ {
  border-top-right-radius: 40px !important;
}
.br-br0 {
  border-bottom-right-radius: 0 !important;
}
.br-br--- {
  border-bottom-right-radius: 2px !important;
}
.br-br-- {
  border-bottom-right-radius: 6px !important;
}
.br-br- {
  border-bottom-right-radius: 10px !important;
}
.br-br {
  border-bottom-right-radius: 16px !important;
}
.br-br\+ {
  border-bottom-right-radius: 22px !important;
}
.br-br\+\+ {
  border-bottom-right-radius: 30px !important;
}
.br-br\+\+\+ {
  border-bottom-right-radius: 40px !important;
}
.br-bl0 {
  border-bottom-left-radius: 0 !important;
}
.br-bl--- {
  border-bottom-left-radius: 2px !important;
}
.br-bl-- {
  border-bottom-left-radius: 6px !important;
}
.br-bl- {
  border-bottom-left-radius: 10px !important;
}
.br-bl {
  border-bottom-left-radius: 16px !important;
}
.br-bl\+ {
  border-bottom-left-radius: 22px !important;
}
.br-bl\+\+ {
  border-bottom-left-radius: 30px !important;
}
.br-bl\+\+\+ {
  border-bottom-left-radius: 40px !important;
}
nav.main-nav > ul ul {
  z-index: 1000;
}
.selected-lang,
.language-selector-flag {
  position: relative;
  /*px*/ width: 24px;
  /*rem*/ width: 1.5rem;
  /*px*/ height: 24px;
  /*rem*/ height: 1.5rem;
  /*px*/ top: 5px;
  /*rem*/ top: 0.3125rem;
  background-image: url('/assets/graphics/flag-icons.png');
  background-repeat: no-repeat;
}
.selected-lang.english,
.language-selector-flag.english {
  /*px*/ background-position: -213px -208px;
  /*rem*/ background-position: -13.3125rem -13rem;
}
.selected-lang.german,
.language-selector-flag.german {
  /*px*/ background-position: -213px -78px;
  /*rem*/ background-position: -13.3125rem -4.875rem;
}
.language-selector {
  position: absolute;
  /*px*/ padding: 0 8px 8px 8px;
  /*rem*/ padding: 0 0.5rem 0.5rem 0.5rem;
  /*px*/ border-radius: 0 0 4px 4px;
  /*rem*/ border-radius: 0 0 0.25rem 0.25rem;
}
.language-selector li {
  margin-left: 0;
  text-transform: uppercase;
}
label[for="cb-select-language"] {
  display: inline-block;
  /*px*/ margin: 0 3px;
  /*rem*/ margin: 0 0.1875rem;
  /*px*/ padding: 0 5px;
  /*rem*/ padding: 0 0.3125rem;
}
#cb-select-language {
  display: none;
}
#cb-select-language:checked + .language-selector {
  display: block;
}
#cb-select-language + .language-selector {
  display: none;
}
html,
body {
  height: 100%;
}
.overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
.background-content {
  height: 100%;
  overflow: auto;
}
body .width-auto {
  width: auto;
}
body.no-select {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}
body .background-content > main {
  /*px*/ padding: 30px;
  /*rem*/ padding: 1.875rem;
}
body .background-content > main .inner {
  /*px*/ max-width: 978px;
  /*rem*/ max-width: 61.125rem;
}
body *:focus {
  outline: none !important;
}
body .generic-blackout {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1100;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
}
body .overlays {
  display: none;
  position: fixed;
  z-index: 7000;
  width: 100%;
  height: 100%;
}
body .overlays .blackout {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1100;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .5;
}
body .overlays .popup-flex {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (min-width: 768px) {
  body .overlays .popup-flex {
    -ms-flex-align: center;
        align-items: center;
  }
}
body .overlays .popup-flex .popup {
  display: none;
  position: relative;
  top: 100%;
  z-index: 1200;
  width: 100%;
  height: 100%;
  /*px*/ max-width: 1000px;
  /*rem*/ max-width: 62.5rem;
  /*px*/ max-height: 90%px;
  /*rem*/ max-height: 5.625%rem;
  /*px*/ border: 3px solid #222;
  /*rem*/ border: 0.1875rem solid #222;
}
body .overlays .popup-flex .popup header {
  display: block;
  float: left;
  width: 100%;
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  background-color: #DDD;
}
body .overlays .popup-flex .popup main.popup-content {
  position: absolute;
  float: left;
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  overflow: scroll;
  /*px*/ top: 45px;
  /*rem*/ top: 2.8125rem;
  /*px*/ bottom: 0;
  /*rem*/ bottom: 0;
}
body .overlays .popup-flex .popup .popup-toolbar {
  display: none;
  float: left;
  width: 100%;
  /*px*/ margin: 0;
  /*rem*/ margin: 0;
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  background-color: #ffffff;
}
body .overlays .popup-flex .popup .popup-toolbar .popup-toolbar-btn {
  /*px*/ padding: 6px;
  /*rem*/ padding: 0.375rem;
  /*px*/ border: 0;
  /*rem*/ border: 0;
  background: transparent;
  color: #999;
  text-shadow: none;
}
body .overlays .popup-flex .popup .popup-toolbar .popup-toolbar-btn:hover {
  color: #000000;
}
body .overlays .popup-flex .popup .popup-toolbar .popup-toolbar-btn i.fa {
  /*px*/ font-size: 18px;
  /*rem*/ font-size: 1.125rem;
}
body .overlays .popup-flex .popup footer {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  /*px*/ height: 32px;
  /*rem*/ height: 2rem;
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  /*px*/ border-top: 1px solid #d6d6d6;
  /*rem*/ border-top: 0.0625rem solid #d6d6d6;
  background-color: #DDD;
}
body .overlays .athena-flex {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-align: end;
      align-items: flex-end;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  z-index: 8000;
}
@media (min-width: 768px) {
  body .overlays .athena-flex {
    -ms-flex-align: center;
        align-items: center;
  }
}
body .overlays .athena-flex .athena-in-popup {
  display: none;
  position: relative;
  z-index: 1200;
  top: 100%;
  width: 100%;
  height: 100%;
  /*px*/ max-width: 956px;
  /*rem*/ max-width: 59.75rem;
  /*px*/ border-width: 8px;
  /*rem*/ border-width: 0.5rem;
  border-style: solid;
  background-color: #ffffff;
}
body .hidden {
  visibility: hidden;
}
body .location-selector {
  width: 100%;
  /*px*/ height: 300px;
  /*rem*/ height: 18.75rem;
  /*px*/ padding: 5px 20px;
  /*rem*/ padding: 0.3125rem 1.25rem;
}
body .location-selector optgroup,
body .location-selector option {
  /*px*/ padding: 10px 0;
  /*rem*/ padding: 0.625rem 0;
  /*px*/ border-top: 1px solid #F7F7F7;
  /*rem*/ border-top: 0.0625rem solid #F7F7F7;
}
body .location-selector optgroup {
  color: #64AED8;
  /*px*/ font-size: 17px;
  /*rem*/ font-size: 1.0625rem;
  font-weight: bold;
}
body .location-selector option {
  color: #000000;
  /*px*/ font-size: 15px;
  /*rem*/ font-size: 0.9375rem;
  font-weight: normal;
}
body .location-selector option:first-child {
  /*px*/ margin-top: 10px;
  /*rem*/ margin-top: 0.625rem;
  font-weight: bold;
}
.alphanum-nav {
  /*px*/ margin: 0 auto;
  /*rem*/ margin: 0 auto;
  /*px*/ width: 420px;
  /*rem*/ width: 26.25rem;
}
.alphanum-nav a {
  text-decoration: none;
}
.alphanum-nav .alphanum-nav-showing {
  /*px*/ padding: 2px;
  /*rem*/ padding: 0.125rem;
  background-color: #62BAD7;
  color: #ffffff;
}
.photo-placeholder {
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
  /*px*/ padding: 2px;
  /*rem*/ padding: 0.125rem;
  border-style: solid;
  /*px*/ border-width: 2px;
  /*rem*/ border-width: 0.125rem;
  /*px*/ border-radius: 3px;
  /*rem*/ border-radius: 0.1875rem;
  border-color: #CCC;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,f9f9f9+0,e2e2e2+100 */
  background: #f9f9f9;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #f9f9f9 0%, #f9f9f9 0%, #e2e2e2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e2e2e2', GradientType=0);
  /* IE6-9 */
  color: #CCC;
  /*px*/ font-size: 48px;
  /*rem*/ font-size: 3rem;
}
.image-upload-choice {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100%;
}
.image-upload-choice > * {
  /*px*/ margin: 5px 0;
  /*rem*/ margin: 0.3125rem 0;
}
.image-upload-choice > button {
  /*px*/ padding: 24px !important;
  /*rem*/ padding: 1.5rem !important;
  /*px*/ padding-top: 12px !important;
  /*rem*/ padding-top: 0.75rem !important;
  /*px*/ padding-bottom: 12px !important;
  /*rem*/ padding-bottom: 0.75rem !important;
  /*px*/ font-size: 19px !important;
  /*rem*/ font-size: 1.1875rem !important;
}
.image-upload-choice > .or {
  /*px*/ padding: 15px;
  /*rem*/ padding: 0.9375rem;
  color: #CCC;
  font-style: italic;
  /*px*/ font-size: 20px;
  /*rem*/ font-size: 1.25rem;
}
.inline-upload-photo {
  width: 100%;
  height: 100%;
  /*px*/ margin-left: -187px;
  /*rem*/ margin-left: -11.6875rem;
  /*px*/ padding-left: 190px;
  /*rem*/ padding-left: 11.875rem;
}
.inline-upload-photo .upload_form {
  height: 100%;
}
.inline-upload-photo .upload_form label[for="file_upload"] {
  position: relative;
  float: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  /*px*/ margin-top: 0;
  /*rem*/ margin-top: 0;
  width: 50%;
  height: 100%;
}
.inline-upload-photo .upload_form input[type="file"] {
  width: 50%;
  height: 100%;
}
.inline-upload-photo .upload_form .upload-progress-host {
  float: left;
  width: 48%;
  margin-left: 2%;
}
.inline-upload-photo .upload_form .upload-progress-host .file_to_upload {
  /*px*/ margin-top: 0 !important;
  /*rem*/ margin-top: 0 !important;
}
.photo-capture {
  width: 100%;
  height: 100%;
  /*px*/ margin-left: -170px;
  /*rem*/ margin-left: -10.625rem;
  /*px*/ padding-left: 190px;
  /*rem*/ padding-left: 11.875rem;
}
.photo-capture .video-cuttoff {
  float: left;
  overflow: hidden;
  /*px*/ width: 170px;
  /*rem*/ width: 10.625rem;
  /*px*/ height: 186px;
  /*rem*/ height: 11.625rem;
}
.photo-capture .video-cuttoff .photo-capture-video {
  /*px*/ max-width: 250px;
  /*rem*/ max-width: 15.625rem;
  /*px*/ width: 250px;
  /*rem*/ width: 15.625rem;
  /*px*/ margin-left: -40px;
  /*rem*/ margin-left: -2.5rem;
}
.photo-capture canvas.photo-capture-canvas {
  float: left;
  display: none;
  /*px*/ width: 250px;
  /*rem*/ width: 15.625rem;
  /*px*/ height: 186px;
  /*rem*/ height: 11.625rem;
}
.photo-capture .profile-photo-capture-img {
  float: left;
  /*px*/ width: 170px;
  /*rem*/ width: 10.625rem;
}
.photo-capture .photo-camera-controls {
  float: left;
  /*px*/ padding: 15px 0;
  /*rem*/ padding: 0.9375rem 0;
  /*px*/ margin-right: 10px;
  /*rem*/ margin-right: 0.625rem;
  /*px*/ border-radius: 0 8px 8px 0;
  /*rem*/ border-radius: 0 0.5rem 0.5rem 0;
  /*px*/ border-width: 1px;
  /*rem*/ border-width: 0.0625rem;
  border-style: solid;
  border-color: #DDD;
  background-color: #EEE;
}
.photo-capture .photo-camera-controls .photo-camera-control-btn {
  /*px*/ width: 80px;
  /*rem*/ width: 5rem;
  /*px*/ margin-bottom: 19px;
  /*rem*/ margin-bottom: 1.1875rem;
  border: none;
  background-color: transparent;
  /*px*/ font-size: 34px;
  /*rem*/ font-size: 2.125rem;
}
.photo-capture .photo-camera-controls .photo-camera-control-btn:last-child {
  /*px*/ margin-bottom: 1px;
  /*rem*/ margin-bottom: 0.0625rem;
}
.photo-capture .photo-camera-controls .photo-camera-control-btn.active {
  color: #444;
}
.photo-capture .photo-camera-controls .photo-camera-control-btn.active:hover {
  color: #7B7;
}
.photo-capture .photo-camera-controls .photo-camera-control-btn.inactive {
  color: #CCC;
}
.photo-capture .photo-camera-controls .photo-camera-control-btn.inactive:hover {
  cursor: no-drop;
}
.em {
  font-style: italic !important;
}
.grey {
  color: #666 !important;
}
.l-grey {
  color: #999 !important;
}
.ll-grey {
  color: #CCC !important;
}
.bg-grey,
.bg-grey td {
  background-color: #666 !important;
}
.bg-l-grey,
.bg-l-grey td {
  background-color: #999 !important;
}
.bg-ll-grey,
.bg-ll-grey td {
  background-color: #CCC !important;
}
.bg-666,
.bg-666 td {
  background-color: #666 !important;
}
.bg-999,
.bg-999 td {
  background-color: #999 !important;
}
.bg-CCC,
.bg-CCC td {
  background-color: #CCC !important;
}
.bg-DDD,
.bg-DDD td {
  background-color: #DDD !important;
}
.bg-EEE,
.bg-EEE td {
  background-color: #EEE !important;
}
.bg-FFF,
.bg-FFF td {
  background-color: #FFF !important;
}
.no-hyphenation {
  -webkit-hyphens: none !important;
      -ms-hyphens: none !important;
          hyphens: none !important;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline dotted;
}
.notification {
  /*px*/ padding: 8px;
  /*rem*/ padding: 0.5rem;
  /*px*/ margin-bottom: 12px;
  /*rem*/ margin-bottom: 0.75rem;
  /*px*/ border-radius: 4px;
  /*rem*/ border-radius: 0.25rem;
  text-align: center;
}
.notification.red-notification {
  background-color: #C00;
  color: #FFF;
}
.warning-text {
  /*px*/ padding: 5px 16px 3px 16px;
  /*rem*/ padding: 0.3125rem 1rem 0.1875rem 1rem;
  /*px*/ border-radius: 5px;
  /*rem*/ border-radius: 0.3125rem;
  /*px*/ border-width: 1px;
  /*rem*/ border-width: 0.0625rem;
  border-style: solid;
  border-color: #CC6767;
  background-color: #FCC;
  color: #B13E3E;
}
.warning-text a {
  color: #38849E;
}
.scheduled-maintenance-soon {
  /*px*/ padding: 20px;
  /*rem*/ padding: 1.25rem;
  background-color: #FB0;
  color: #FFF;
  /*px*/ font-size: 18px;
  /*rem*/ font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}
th {
  text-align: left;
}
.add-another-row {
  cursor: pointer;
}
.row,
.row input {
  width: 100%;
}
.fluid {
  box-sizing: border-box;
  width: 100%;
  float: left;
}
.fixed {
  float: right;
}
.multi-select-padding {
  cursor: pointer;
}
.multi-select-padding td {
  /*px*/ padding: 14px !important;
  /*rem*/ padding: 0.875rem !important;
}
input[disabled=""],
input[disabled="disabled"],
select[disabled=""],
select[disabled="disabled"],
textarea[disabled=""],
textarea[disabled="disabled"],
button[disabled="disabled"] {
  cursor: no-drop !important;
}
button.disabled {
  cursor: no-drop !important;
}
textarea.auto-height {
  box-sizing: border-box;
  /*px*/ min-height: 38px;
  /*rem*/ min-height: 2.375rem;
  overflow-x: hidden;
}
.switch {
  position: relative;
  display: inline-block;
  width: 100%;
  /*px*/ height: 20px;
  /*rem*/ height: 1.25rem;
  color: #3864AF;
}
.switch.standalone {
  /*px*/ width: 52px;
  /*rem*/ width: 3.25rem;
}
.switch input {
  display: none;
}
.switch input:checked ~ label::before {
  border-color: #09F;
}
.switch input:checked ~ label::after {
  background-color: #09F;
  /*px*/ right: 4px;
  /*rem*/ right: 0.25rem;
}
.switch label {
  position: absolute;
  width: 100%;
  margin-top: 0;
  /*px*/ padding-top: 7px;
  /*rem*/ padding-top: 0.4375rem;
  font-family: Calibri, Verdana, sans-serif;
}
.switch label::before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  /*px*/ width: 50px;
  /*rem*/ width: 3.125rem;
  /*px*/ height: 26px;
  /*rem*/ height: 1.625rem;
  /*px*/ border-radius: 14px;
  /*rem*/ border-radius: 0.875rem;
  /*px*/ border-width: 1px;
  /*rem*/ border-width: 0.0625rem;
  border-style: solid;
  border-color: #BBB;
  background-color: #FFF;
}
.switch label::after {
  content: '';
  display: block;
  position: absolute;
  /*px*/ top: 4px;
  /*rem*/ top: 0.25rem;
  /*px*/ right: 28px;
  /*rem*/ right: 1.75rem;
  /*px*/ width: 20px;
  /*rem*/ width: 1.25rem;
  /*px*/ height: 20px;
  /*rem*/ height: 1.25rem;
  /*px*/ border-radius: 10px;
  /*rem*/ border-radius: 0.625rem;
  background-color: #BBB;
  transition: 0.3s;
}
.percentage-bar {
  position: relative;
  width: 100%;
  /*px*/ height: 24px;
  /*rem*/ height: 1.5rem;
}
.percentage-bar .percentage-fill {
  float: left;
}
.percentage-bar .percentage-text {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  display: none;
}
.tooltip {
  position: relative;
}
.tooltip .tooltip-box {
  position: absolute;
  /*px*/ left: -19px;
  /*rem*/ left: -1.1875rem;
  /*px*/ top: 60px;
  /*rem*/ top: 3.75rem;
  z-index: 1000;
  /*px*/ padding: 17px;
  /*rem*/ padding: 1.0625rem;
  /*px*/ border: 3px solid #F90;
  /*rem*/ border: 0.1875rem solid #F90;
  background: #FFF;
  color: #333;
  opacity: 0;
  visibility: hidden;
  box-shadow: 9px 9px 5px 2px rgba(0, 0, 0, 0.2);
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
  transition-property: opacity, top, visibility;
  transition-duration: 0.4s, 0.4s, 0s;
  transition-delay: 0s, 0s, 0.4s;
}
.tooltip .tooltip-box * {
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}
.tooltip .tooltip-box::after {
  content: '';
  position: absolute;
  /*px*/ top: -14px;
  /*rem*/ top: -0.875rem;
  /*px*/ left: 14px;
  /*rem*/ left: 0.875rem;
  /*px*/ border-width: 8px;
  /*rem*/ border-width: 0.5rem;
  border-style: solid;
  border-color: transparent transparent #FFF transparent;
}
.tooltip .tooltip-box::before {
  content: '';
  position: absolute;
  /*px*/ top: -20px;
  /*rem*/ top: -1.25rem;
  /*px*/ left: 12px;
  /*rem*/ left: 0.75rem;
  /*px*/ border-width: 10px;
  /*rem*/ border-width: 0.625rem;
  border-style: solid;
  border-color: transparent transparent #F90 transparent;
}
.tooltip .tooltip-box p {
  /*px*/ line-height: 16px;
  /*rem*/ line-height: 1rem;
}
.tooltip .tooltip-box ul {
  margin-bottom: 0;
  list-style: disc;
}
.tooltip .pfd-cb:checked + .tooltip-assets .tooltip-box {
  /*px*/ top: 30px;
  /*rem*/ top: 1.875rem;
  /*px*/ left: -19px;
  /*rem*/ left: -1.1875rem;
  color: #333;
  opacity: 1;
  visibility: visible;
  transition-delay: 0s, 0s, 0s;
}
.tooltip .pfd-cb:checked + .tooltip-assets .fa-question-circle {
  display: none;
}
.tooltip .pfd-cb:checked + .tooltip-assets .fa-times {
  display: block;
}
.tooltip .pfd-cb:not(:checked) + .tooltip-assets .tooltip-box {
  /*px*/ top: 60px;
  /*rem*/ top: 3.75rem;
  /*px*/ left: -19px;
  /*rem*/ left: -1.1875rem;
  opacity: 0;
  visibility: hidden;
  transition-delay: 0s, 0s, 0.4s;
}
.tooltip .pfd-cb:not(:checked) + .tooltip-assets .fa-question-circle {
  display: block;
}
.tooltip .pfd-cb:not(:checked) + .tooltip-assets .fa-times {
  display: none;
}
.tooltip .fa-question-circle {
  color: #09F;
  /*px*/ font-size: 18px;
  /*rem*/ font-size: 1.125rem;
}
.tooltip .fa-times {
  color: #D22;
  /*px*/ font-size: 18px;
  /*rem*/ font-size: 1.125rem;
}
.p10 {
  padding: 10px !important;
}
table.fancytree-ext-table {
  /* flex: 1; */
  width: 100%;
  border-collapse: collapse;
  border: 1px dotted #f4f4f8;
  caption-side: bottom;
}
table.fancytree-ext-table thead th.parent-path {
  text-align: left;
}
table.fancytree-ext-table tbody tr {
  border-top: 1px solid #E4E4E4;
}
table.fancytree-ext-table tbody tr.fancytree-hide {
  display: table-row;
}
table.fancytree-ext-table tbody tr:nth-child(even) {
  background-color: #FAFAFA;
}
table.fancytree-ext-table tbody tr:nth-child(even) td {
  background-color: #FAFAFA;
}
table.fancytree-ext-table tdnth-child(2) {
  width: 50px;
}
table.fancytree-ext-table tdnth-child(4) {
  text-align: right;
}
table.fancytree-ext-table tdnth-child(5) {
  text-align: center;
}
table.fancytree-ext-table.fancytree-ext-ariagrid.fancytree-cell-mode.fancytree-cell-nav-mode > tbody > tr > td.fancytree-active-cell {
  background-color: #EEE !important;
}
div.fancytree-grid-container {
  /* Use whole parent heigt*/
  -ms-flex: 1;
      flex: 1;
  /* Stretch embedded table */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 30px;
  /*  */
  padding: 0;
  border: 1px solid #E4E4E4;
  /* The div should not be stretched by the content rows, because we want to
     adust the row count from div height instead: */
  overflow-y: hidden;
}
div.fancytree-grid-container > table.fancytree-ext-grid {
  -ms-flex: 1;
      flex: 1;
  width: 100%;
  border: 0;
  margin: 1px 0 1px 0;
  /* 1px above and below. */
}
.course-stds-search {
  padding: 6px;
  border-radius: 5px;
  border: 1px solid #DDD;
}
.selected-item-info {
  /*px*/ min-height: 5px;
  /*rem*/ min-height: 0.3125rem;
  /*px*/ padding: 10px 20px;
  /*rem*/ padding: 0.625rem 1.25rem;
  /*px*/ border-width: 0 1px 1px 1px;
  /*rem*/ border-width: 0 0.0625rem 0.0625rem 0.0625rem;
  border-style: solid;
  border-color: #E4E4E4;
}
.selected-item-info .asset-exposures tr {
  /*px*/ border-bottom: 1px solid #D8D8D8;
  /*rem*/ border-bottom: 0.0625rem solid #D8D8D8;
}
.selected-item-info .asset-exposures tr:first-child {
  /*px*/ border-top: 1px solid #D8D8D8;
  /*rem*/ border-top: 0.0625rem solid #D8D8D8;
}
.selected-item-info .asset-exposures tr td:nth-child(1) {
  background-color: #F4F4F4;
  font-weight: bold;
}
.selected-item-info .asset-exposures tr td:nth-child(2) {
  background-color: #FFF;
}
.section-full-screen {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10000;
}
.node-from-ext td span.fancytree-node span.fancytree-title,
tr[data-source="node-from-ext"] td span.fancytree-node span.fancytree-title {
  color: #CCC;
}
.gen-btn {
  /*px*/ padding: 6px 5px 4px 5px;
  /*rem*/ padding: 0.375rem 0.3125rem 0.25rem 0.3125rem;
  /*px*/ border-radius: 4px;
  /*rem*/ border-radius: 0.25rem;
  /*px*/ border-width: 1px 1px 4px 1px;
  /*rem*/ border-width: 0.0625rem 0.0625rem 0.25rem 0.0625rem;
  border-style: solid;
  text-decoration: none;
}
.positive-btn {
  display: inline-block;
  border-color: #6B6;
  background-color: #7C7;
  color: #FFF;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.positive-btn:hover {
  border-color: #7C7;
  background-color: #8D8;
  color: #FFF;
  /*px*/ text-shadow: 1px 1px #5A5;
  /*rem*/ text-shadow: 0.0625rem 0.0625rem #5A5;
}
.neutral-btn {
  display: inline-block;
  border-color: #C1C1C1;
  background-color: #E0E0E0;
  color: #7D7D7D;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.neutral-btn:hover {
  border-color: #C1C1C1;
  background-color: #FFF;
  color: #7D7D7D;
  /*px*/ text-shadow: 1px 1px #DDD;
  /*rem*/ text-shadow: 0.0625rem 0.0625rem #DDD;
}
.disabled-btn {
  display: inline-block;
  border-color: #C1C1C1;
  background-color: #E0E0E0;
  color: #bdbdbd;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  cursor: no-drop !important;
}
.disabled-btn:hover {
  border-color: #C1C1C1;
  background-color: #FFF;
  color: #bdbdbd;
  /*px*/ text-shadow: 1px 1px #DDD;
  /*rem*/ text-shadow: 0.0625rem 0.0625rem #DDD;
}
.negative-btn {
  display: inline-block;
  border-color: #D20;
  background-color: #F30;
  color: #FFF;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.negative-btn:hover {
  border-color: #C10;
  background-color: #F52;
  color: #FFF;
  /*px*/ text-shadow: 1px 1px #B00;
  /*rem*/ text-shadow: 0.0625rem 0.0625rem #B00;
}
.threeD-btn {
  /*px*/ border-bottom-width: 4px;
  /*rem*/ border-bottom-width: 0.25rem;
}
.threeD-btn:hover {
  /*px*/ border-bottom-width: 4px;
  /*rem*/ border-bottom-width: 0.25rem;
}
.btn-bank-host {
  white-space: nowrap;
}
.btn-bank {
  display: inline-block;
  /*px*/ border-bottom-width: 4px;
  /*rem*/ border-bottom-width: 0.25rem;
  /*px*/ min-width: 15px;
  /*rem*/ min-width: 0.9375rem;
  /*px*/ padding: 6px;
  /*rem*/ padding: 0.375rem;
  text-align: center;
}
.btn-bank:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: 0;
  border-left-width: 0;
}
.btn-bank:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 0;
}
.lone-bank-btn {
  /*px*/ padding: 6px;
  /*rem*/ padding: 0.375rem;
  /*px*/ min-width: 15px;
  /*rem*/ min-width: 0.9375rem;
  text-align: center;
}
.link-bank {
  float: left;
  display: block;
  border: none;
  /*px*/ min-width: 15px;
  /*rem*/ min-width: 0.9375rem;
  /*px*/ padding: 6px;
  /*rem*/ padding: 0.375rem;
  background: none;
  color: #444;
  text-align: center;
}
.link-bank:not(:first-child) {
  margin-left: 0;
}
.link-bank:not(:last-child) {
  margin-right: 0;
}
.link-bank:hover {
  color: #07B;
}
.nh-radio-group {
  display: inline;
}
.nh-radio-group .nh-radio-btn {
  /*px*/ border-radius: 20px;
  /*rem*/ border-radius: 1.25rem;
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  border: none;
  color: #ffffff;
}
.nh-radio-group .nh-radio-btn-off {
  background-color: #CCC;
  color: #8c8c8c;
}
.nh-radio-group .nh-radio-btn-off:hover {
  background-color: #F90;
  color: #ffffff;
}
.nh-radio-group .nh-radio-btn-on {
  background-color: #55a955;
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
  color: #ffffff;
}
.nh-radio-group .nh-radio-btn-on:hover {
  background-color: #7C7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oxygen", Arial, Helvetica;
}
p {
  /*px*/ line-height: 28px;
  /*rem*/ line-height: 1.75rem;
}
.gen-highlight {
  color: #E30;
}
.gen-highlight-boxed {
  /*px*/ padding: 5px 10px;
  /*rem*/ padding: 0.3125rem 0.625rem;
  background-color: #E30;
  color: #ffffff;
}
.flash-data {
  position: fixed;
  /*px*/ top: -65px;
  /*rem*/ top: -4.0625rem;
  /*px*/ left: 0;
  /*rem*/ left: 0;
  /*px*/ padding: 20px;
  /*rem*/ padding: 1.25rem;
  width: 100%;
  z-index: 12000;
  /*px*/ border-bottom-width: 4px;
  /*rem*/ border-bottom-width: 0.25rem;
  border-bottom-style: solid;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}
.flash-data .content {
  /*px*/ line-height: 22px;
  /*rem*/ line-height: 1.375rem;
}
.flash-data .content button {
  /*px*/ padding: 2px 7px;
  /*rem*/ padding: 0.125rem 0.4375rem;
  /*px*/ border-radius: 4px;
  /*rem*/ border-radius: 0.25rem;
  /*px*/ border: 1px solid #383;
  /*rem*/ border: 0.0625rem solid #383;
  background-color: #7C7;
  color: #FFF;
}
.flash-data .close-btn {
  float: right;
  /*px*/ border-radius: 20px;
  /*rem*/ border-radius: 1.25rem;
  /*px*/ width: 20px;
  /*rem*/ width: 1.25rem;
  /*px*/ padding: 2px 0 1px 0;
  /*rem*/ padding: 0.125rem 0 0.0625rem 0;
  color: #ffffff;
  cursor: pointer;
}
.flash-data .close-btn:hover {
  color: #CA0C0C;
  background-color: #ffffff;
}
.flash-data .close-btn:active {
  color: #ffffff;
  background-color: #800;
}
.flash-data.positive {
  background-color: #77cc77;
  border-color: #50a450;
  color: #CFC;
}
.flash-data.positive a {
  color: #ffffff;
}
.flash-data.negative {
  background-color: #c80000;
  border-color: #960000;
  color: #F99;
}
.flash-data.negative a {
  color: #ffffff;
}
.flash-data.neutral {
  background-color: #ff9800;
  border-color: #e88900;
  color: #FFDBA8;
}
.flash-data.neutral a {
  color: #ffffff;
}
.watermark-icon {
  color: #E0DFDF;
  /*px*/ font-size: 110px;
  /*rem*/ font-size: 6.875rem;
}
.confirmation-icon {
  color: #7B7;
  /*px*/ font-size: 110px;
  /*rem*/ font-size: 6.875rem;
}
.error-icon {
  color: #933;
  /*px*/ font-size: 110px;
  /*rem*/ font-size: 6.875rem;
}
.status-icon {
  /*px*/ font-size: 20px;
  /*rem*/ font-size: 1.25rem;
}
.passed .fa-circle {
  color: #28AD65;
}
.red-icon {
  background-color: #E81F00;
}
.yellow-icon {
  background-color: #FC0;
}
.green-icon {
  background-color: #28AD65;
}
.white-icon {
  background-color: #F7F7F7;
  color: #555;
}
.circle-icon,
.xs-circle-icon,
.sm-circle-icon,
.md-circle-icon,
.lg-circle-icon,
.xl-circle-icon {
  display: inline-block;
}
.circle-icon.expired .fa-layers-text,
.xs-circle-icon.expired .fa-layers-text,
.sm-circle-icon.expired .fa-layers-text,
.md-circle-icon.expired .fa-layers-text,
.lg-circle-icon.expired .fa-layers-text,
.xl-circle-icon.expired .fa-layers-text,
.circle-icon.expiring .fa-layers-text,
.xs-circle-icon.expiring .fa-layers-text,
.sm-circle-icon.expiring .fa-layers-text,
.md-circle-icon.expiring .fa-layers-text,
.lg-circle-icon.expiring .fa-layers-text,
.xl-circle-icon.expiring .fa-layers-text,
.circle-icon.not-started .fa-layers-text,
.xs-circle-icon.not-started .fa-layers-text,
.sm-circle-icon.not-started .fa-layers-text,
.md-circle-icon.not-started .fa-layers-text,
.lg-circle-icon.not-started .fa-layers-text,
.xl-circle-icon.not-started .fa-layers-text {
  font-family: Oswald;
}
.circle-icon.expired .fa-circle,
.xs-circle-icon.expired .fa-circle,
.sm-circle-icon.expired .fa-circle,
.md-circle-icon.expired .fa-circle,
.lg-circle-icon.expired .fa-circle,
.xl-circle-icon.expired .fa-circle,
.circle-icon.failed .fa-circle,
.xs-circle-icon.failed .fa-circle,
.sm-circle-icon.failed .fa-circle,
.md-circle-icon.failed .fa-circle,
.lg-circle-icon.failed .fa-circle,
.xl-circle-icon.failed .fa-circle {
  color: #F00;
}
.circle-icon.expired .fa-layer-text,
.xs-circle-icon.expired .fa-layer-text,
.sm-circle-icon.expired .fa-layer-text,
.md-circle-icon.expired .fa-layer-text,
.lg-circle-icon.expired .fa-layer-text,
.xl-circle-icon.expired .fa-layer-text,
.circle-icon.failed .fa-layer-text,
.xs-circle-icon.failed .fa-layer-text,
.sm-circle-icon.failed .fa-layer-text,
.md-circle-icon.failed .fa-layer-text,
.lg-circle-icon.failed .fa-layer-text,
.xl-circle-icon.failed .fa-layer-text {
  color: #FFF;
  font-weight: 400;
}
.circle-icon.not-started .fa-circle,
.xs-circle-icon.not-started .fa-circle,
.sm-circle-icon.not-started .fa-circle,
.md-circle-icon.not-started .fa-circle,
.lg-circle-icon.not-started .fa-circle,
.xl-circle-icon.not-started .fa-circle {
  color: #FFF;
}
.circle-icon.not-started .fa-circle.border,
.xs-circle-icon.not-started .fa-circle.border,
.sm-circle-icon.not-started .fa-circle.border,
.md-circle-icon.not-started .fa-circle.border,
.lg-circle-icon.not-started .fa-circle.border,
.xl-circle-icon.not-started .fa-circle.border {
  color: #CCC;
}
.circle-icon.not-started .fa-layers-text,
.xs-circle-icon.not-started .fa-layers-text,
.sm-circle-icon.not-started .fa-layers-text,
.md-circle-icon.not-started .fa-layers-text,
.lg-circle-icon.not-started .fa-layers-text,
.xl-circle-icon.not-started .fa-layers-text {
  color: #777;
  font-weight: 400;
}
.circle-icon.incomplete .fa-circle,
.xs-circle-icon.incomplete .fa-circle,
.sm-circle-icon.incomplete .fa-circle,
.md-circle-icon.incomplete .fa-circle,
.lg-circle-icon.incomplete .fa-circle,
.xl-circle-icon.incomplete .fa-circle {
  color: #FFC316;
}
.circle-icon.incomplete .border,
.xs-circle-icon.incomplete .border,
.sm-circle-icon.incomplete .border,
.md-circle-icon.incomplete .border,
.lg-circle-icon.incomplete .border,
.xl-circle-icon.incomplete .border {
  color: #fbbb00 !important;
}
.circle-icon.incomplete .icon,
.xs-circle-icon.incomplete .icon,
.sm-circle-icon.incomplete .icon,
.md-circle-icon.incomplete .icon,
.lg-circle-icon.incomplete .icon,
.xl-circle-icon.incomplete .icon {
  color: #FFF;
}
.circle-icon.locked .fa-circle,
.xs-circle-icon.locked .fa-circle,
.sm-circle-icon.locked .fa-circle,
.md-circle-icon.locked .fa-circle,
.lg-circle-icon.locked .fa-circle,
.xl-circle-icon.locked .fa-circle {
  color: #BBB;
}
.circle-icon.locked .border,
.xs-circle-icon.locked .border,
.sm-circle-icon.locked .border,
.md-circle-icon.locked .border,
.lg-circle-icon.locked .border,
.xl-circle-icon.locked .border {
  color: #aeaeae !important;
}
.circle-icon.locked .icon,
.xs-circle-icon.locked .icon,
.sm-circle-icon.locked .icon,
.md-circle-icon.locked .icon,
.lg-circle-icon.locked .icon,
.xl-circle-icon.locked .icon {
  color: #FFF;
}
.circle-icon.passed .fa-circle,
.xs-circle-icon.passed .fa-circle,
.sm-circle-icon.passed .fa-circle,
.md-circle-icon.passed .fa-circle,
.lg-circle-icon.passed .fa-circle,
.xl-circle-icon.passed .fa-circle {
  color: #093;
}
.circle-icon.passed .border,
.xs-circle-icon.passed .border,
.sm-circle-icon.passed .border,
.md-circle-icon.passed .border,
.lg-circle-icon.passed .border,
.xl-circle-icon.passed .border {
  color: #00802b !important;
}
.circle-icon.passed .icon,
.xs-circle-icon.passed .icon,
.sm-circle-icon.passed .icon,
.md-circle-icon.passed .icon,
.lg-circle-icon.passed .icon,
.xl-circle-icon.passed .icon {
  color: #FFF;
}
.oc-tab-th-icon {
  transform: scale(0.6);
}
.oc-tab-th-icon .icon {
  color: #FFF;
}
.oc-tab-th-icon.oc-tab-th-icon-1 .fa-circle {
  color: #AAA;
}
.oc-tab-th-icon.oc-tab-th-icon-2 .fa-circle {
  color: #999;
}
.oc-tab-th-icon.oc-tab-th-icon-3 .fa-circle {
  color: #888;
}
.oc-tab-th-icon.oc-tab-th-icon-4 .fa-circle {
  color: #777;
}
.oc-tab-td-1 {
  background-color: #F7F7F7;
}
.oc-tab-td-2 {
  background-color: #F3F3F3;
}
.oc-tab-td-3 {
  background-color: #EFEFEF;
}
.oc-tab-td-4 {
  background-color: #EBEBEB;
}
.circle-icon {
  transform: scale(0.7);
}
.xs-circle-icon {
  transform: scale(0.5);
}
.sm-circle-icon {
  transform: scale(0.6);
}
.md-circle-icon {
  transform: scale(0.7);
}
.lg-circle-icon {
  transform: scale(0.8);
}
.xl-circle-icon {
  transform: scale(0.9);
}
.popup {
  background-color: #EEE;
}
.popup .popup-title {
  float: left;
  width: 100%;
  /*px*/ margin-right: -60px;
  /*rem*/ margin-right: -3.75rem;
  /*px*/ margin-bottom: 3px;
  /*rem*/ margin-bottom: 0.1875rem;
  /*px*/ font-size: 18px;
  /*rem*/ font-size: 1.125rem;
}
.popup .popup-close-btn {
  /*px*/ padding: 3px 5px 2px 5px;
  /*rem*/ padding: 0.1875rem 0.3125rem 0.125rem 0.3125rem;
  /*px*/ margin-right: -5px;
  /*rem*/ margin-right: -0.3125rem;
  /*px*/ border-radius: 3px;
  /*rem*/ border-radius: 0.1875rem;
  float: right;
  border: none;
  background-color: transparent;
  /*px*/ font-size: 12px;
  /*rem*/ font-size: 0.75rem;
  /*px*/ letter-spacing: 1px;
  /*rem*/ letter-spacing: 0.0625rem;
  text-transform: uppercase;
}
.popup .popup-close-btn:hover {
  background-color: #861D00;
  color: #FFF;
}
.popup .popup-centred-btns {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.popup .popup-content {
  width: 100%;
}
.popup .popup-content .choice-with-explanation {
  /*px*/ margin-bottom: 16px;
  /*rem*/ margin-bottom: 1rem;
}
.popup .popup-content .choice-with-explanation p {
  /*px*/ border-radius: 3px 3px 0 0;
  /*rem*/ border-radius: 0.1875rem 0.1875rem 0 0;
  /*px*/ margin-bottom: 0;
  /*rem*/ margin-bottom: 0;
  /*px*/ padding: 8px;
  /*rem*/ padding: 0.5rem;
  background-color: #ffffff;
  /*px*/ border: 1px solid #CCC;
  /*rem*/ border: 0.0625rem solid #CCC;
  border-bottom: none;
}
.popup .popup-content .choice-with-explanation button {
  /*px*/ padding: 8px;
  /*rem*/ padding: 0.5rem;
  width: 100%;
  /*px*/ border-radius: 0 0 3px 3px;
  /*rem*/ border-radius: 0 0 0.1875rem 0.1875rem;
}
.popup .popup-content .choice-with-explanation button.negative-btn {
  background-color: #D00F0F;
}
.popup .popup-content .choice-or {
  /*px*/ margin: 20px;
  /*rem*/ margin: 1.25rem;
  /*px*/ font-size: 24px;
  /*rem*/ font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.disabled-viewing {
  /*px*/ margin-top: 6px;
  /*rem*/ margin-top: 0.375rem;
  /*px*/ padding: 9px;
  /*rem*/ padding: 0.5625rem;
  /*px*/ min-height: 40px;
  /*rem*/ min-height: 2.5rem;
  /*px*/ border: 1px solid #e2e2e2;
  /*rem*/ border: 0.0625rem solid #e2e2e2;
  background-color: #F9F9F9;
}
.disabled-viewing p:last-child {
  margin-bottom: 0;
}
.quick-help {
  position: relative;
  background: none;
  border: none;
  color: #069;
  cursor: pointer;
}
.quick-help .quick-help-text {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  /*px*/ width: 200px;
  /*rem*/ width: 12.5rem;
  /*px*/ padding: 8px;
  /*rem*/ padding: 0.5rem;
  /*px*/ border-radius: 8px;
  /*rem*/ border-radius: 0.5rem;
  /*px*/ border: 2px solid #FFF;
  /*rem*/ border: 0.125rem solid #FFF;
  color: #ffffff;
  background-color: #7C7;
  /*px*/ font-size: 14px;
  /*rem*/ font-size: 0.875rem;
  text-align: left;
  /*px*/ box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  /*rem*/ box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.15);
}
.quick-help .quick-help-text.below {
  /*px*/ top: 26px;
  /*rem*/ top: 1.625rem;
}
.quick-help .quick-help-text.below::before {
  /*px*/ top: -21px;
  /*rem*/ top: -1.3125rem;
  border-color: transparent transparent #FFF transparent;
}
.quick-help .quick-help-text.below::after {
  /*px*/ top: -16px;
  /*rem*/ top: -1rem;
  border-color: transparent transparent #7C7 transparent;
}
.quick-help .quick-help-text.right {
  /*px*/ left: -24px;
  /*rem*/ left: -1.5rem;
}
.quick-help .quick-help-text.right::before {
  /*px*/ left: 20px;
  /*rem*/ left: 1.25rem;
}
.quick-help .quick-help-text.right::after {
  /*px*/ left: 22px;
  /*rem*/ left: 1.375rem;
}
.quick-help .quick-help-text.above {
  /*px*/ bottom: 26px;
  /*rem*/ bottom: 1.625rem;
}
.quick-help .quick-help-text.above::before {
  /*px*/ bottom: -21px;
  /*rem*/ bottom: -1.3125rem;
  border-color: #FFF transparent transparent transparent;
}
.quick-help .quick-help-text.above::after {
  /*px*/ bottom: -16px;
  /*rem*/ bottom: -1rem;
  border-color: #7C7 transparent transparent transparent;
}
.quick-help .quick-help-text.left {
  /*px*/ right: -24px;
  /*rem*/ right: -1.5rem;
}
.quick-help .quick-help-text.left::before {
  /*px*/ right: 19px;
  /*rem*/ right: 1.1875rem;
}
.quick-help .quick-help-text.left::after {
  /*px*/ right: 21px;
  /*rem*/ right: 1.3125rem;
}
.quick-help .quick-help-text p {
  margin-bottom: 0;
  /*px*/ line-height: 20px;
  /*rem*/ line-height: 1.25rem;
  /*px*/ letter-spacing: 0.1px;
  /*rem*/ letter-spacing: 0.00625rem;
  /*px*/ font-size: 13px;
  /*rem*/ font-size: 0.8125rem;
  font-weight: normal;
}
.quick-help .quick-help-text::before {
  content: ' ';
  position: absolute;
  z-index: 200;
  /*px*/ width: 20px;
  /*rem*/ width: 1.25rem;
  /*px*/ height: 20px;
  /*rem*/ height: 1.25rem;
  /*px*/ border-width: 10px;
  /*rem*/ border-width: 0.625rem;
  border-style: solid;
}
.quick-help .quick-help-text::after {
  content: ' ';
  position: absolute;
  z-index: 201;
  /*px*/ width: 16px;
  /*rem*/ width: 1rem;
  /*px*/ height: 16px;
  /*rem*/ height: 1rem;
  /*px*/ border-width: 8px;
  /*rem*/ border-width: 0.5rem;
  border-style: solid;
}
.flash-button-on {
  background-color: #FF4A4A !important;
  border-color: #DF2A2A !important;
  text-shadow: 1px 1px #DF2A2A;
}
.page-header-with-icon {
  /*px*/ border-bottom: 3px solid #F2F2F2;
  /*rem*/ border-bottom: 0.1875rem solid #F2F2F2;
  background-color: #ffffff;
  color: #4483AC;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.page-header-with-icon span {
  display: inline-block;
  /*px*/ margin: 14px;
  /*rem*/ margin: 0.875rem;
}
.page-header-with-icon .gen-btn {
  /*px*/ font-size: 16px;
  /*rem*/ font-size: 1rem;
  /*px*/ margin: 10px;
  /*rem*/ margin: 0.625rem;
}
.section-header-with-icon {
  color: #4483AC;
}
.page-subheader-with-icon {
  /*px*/ padding: 14px;
  /*rem*/ padding: 0.875rem;
  /*px*/ border-left: 4px solid #6C95E0;
  /*rem*/ border-left: 0.25rem solid #6C95E0;
  background-color: #F5F9FF;
  color: #6C95E0;
}
.page-subheader-color {
  color: #6C95E0;
}
.info-box {
  /*px*/ padding: 18px;
  /*rem*/ padding: 1.125rem;
  /*px*/ margin: 16px 0;
  /*rem*/ margin: 1rem 0;
  /*px*/ border-width: 1px;
  /*rem*/ border-width: 0.0625rem;
  border-style: solid;
  text-align: center;
}
.info-box.negative {
  background-color: #FEE;
  border-color: #A00;
  color: #A00;
}
.upload-section {
  /*px*/ padding: 16px;
  /*rem*/ padding: 1rem;
  /*px*/ border: 1px solid #DDD;
  /*rem*/ border: 0.0625rem solid #DDD;
  background-color: #ffffff;
}
.section {
  /*px*/ padding: 16px;
  /*rem*/ padding: 1rem;
  /*px*/ border-bottom: 3px solid #F2F2F2;
  /*rem*/ border-bottom: 0.1875rem solid #F2F2F2;
  background-color: #ffffff;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.group::after {
  content: '';
  display: table;
  clear: both;
}
.lh-- {
  line-height: 0.5rem !important;
}
.lh- {
  line-height: 0.75rem !important;
}
.lh {
  line-height: 1rem !important;
}
.lh\+ {
  line-height: 1.25rem !important;
}
.lh\+\+ {
  line-height: 1.5rem !important;
}
.mt--- {
  margin-top: 2px !important;
}
.mr--- {
  margin-right: 2px !important;
}
.mb--- {
  margin-bottom: 2px !important;
}
.ml--- {
  margin-left: 2px !important;
}
.pos-rel {
  position: relative !important;
}
i.fa-check.mini-check,
svg.fa-check.mini-check {
  position: absolute;
  /*px*/ bottom: 1px;
  /*rem*/ bottom: 0.0625rem;
  /*px*/ right: 1px;
  /*rem*/ right: 0.0625rem;
  /*px*/ font-size: 7px;
  /*rem*/ font-size: 0.4375rem;
}
.positive-btn i.fa-check.mini-check,
.positive-btn svg.fa-check.mini-check {
  display: block;
}
.neutral-btn i.fa-check.mini-check,
.neutral-btn svg.fa-check.mini-check {
  display: none;
}
.negative-btn i.fa.fa-check.mini-check,
.negative-btn svg.fa.fa-check.mini-check {
  display: none;
}
.not-a-button {
  border: none;
  background: none;
}
body {
  position: relative;
  background-color: #F3F3F3;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
body .background-content > header {
  position: relative;
  /*px*/ height: 80px;
  /*rem*/ height: 5rem;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  body .background-content > header {
    /*px*/ height: 161px;
    /*rem*/ height: 10.0625rem;
  }
}
body .background-content > header .top-header {
  /*px*/ padding: 0 30px;
  /*rem*/ padding: 0 1.875rem;
}
body .background-content > header .top-header > .inner {
  /*px*/ max-width: 978px;
  /*rem*/ max-width: 61.125rem;
  /*px*/ height: 80px;
  /*rem*/ height: 5rem;
}
@media (min-width: 768px) {
  body .background-content > header .top-header > .inner {
    /*px*/ height: 120px;
    /*rem*/ height: 7.5rem;
  }
}
body .background-content > header .top-header > .inner .header-logo {
  display: block;
  float: left;
  /*px*/ width: 160px;
  /*rem*/ width: 10rem;
  /*px*/ height: 37px;
  /*rem*/ height: 2.3125rem;
  /*px*/ margin: 20px 0 0 0;
  /*rem*/ margin: 1.25rem 0 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
@media (min-width: 768px) {
  body .background-content > header .top-header > .inner .header-logo {
    /*px*/ width: 307px;
    /*rem*/ width: 19.1875rem;
    /*px*/ height: 71px;
    /*rem*/ height: 4.4375rem;
  }
}
body .background-content > header label[for="cb-sub-menu"] {
  display: block;
  position: absolute;
  /*px*/ right: 18px;
  /*rem*/ right: 1.125rem;
  /*px*/ top: 26px;
  /*rem*/ top: 1.625rem;
  color: #333;
  /*px*/ font-size: 30px;
  /*rem*/ font-size: 1.875rem;
}
@media (min-width: 768px) {
  body .background-content > header label[for="cb-sub-menu"] {
    display: none;
  }
}
body .background-content > header #cb-sub-menu {
  position: absolute;
  visibility: hidden;
}
body .background-content > header #cb-sub-menu:checked + nav.main-nav {
  display: block;
}
body .background-content > header #cb-sub-menu:not(:checked) + nav.main-nav {
  display: none;
}
@media (min-width: 768px) {
  body .background-content > header #cb-sub-menu:not(:checked) + nav.main-nav {
    display: block;
  }
}
.inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.separator {
  position: relative;
  /*px*/ top: 3px;
  /*rem*/ top: 0.1875rem;
  color: #DDD;
  /*px*/ font-size: 22px;
  /*rem*/ font-size: 1.375rem;
  font-weight: bold;
}
nav.main-nav {
  position: relative;
  width: 100%;
  z-index: 6000;
  /*px*/ padding: 0 30px;
  /*rem*/ padding: 0 1.875rem;
  background-color: #333;
  border-color: #111;
  border-style: solid;
  /*px*/ border-width: 0 0 2px 0;
  /*rem*/ border-width: 0 0 0.125rem 0;
}
@media (min-width: 768px) {
  nav.main-nav {
    /*px*/ height: 42px;
    /*rem*/ height: 2.625rem;
  }
}
nav.main-nav > ul {
  /*px*/ max-width: 978px;
  /*rem*/ max-width: 61.125rem;
  -ms-text-justify: distribute-all-lines;
  text-justify: distribute-all-lines;
}
nav.main-nav > ul > li {
  background-color: #F7F7F7;
}
@media (min-width: 768px) {
  nav.main-nav > ul > li {
    background-color: transparent;
  }
}
nav.main-nav > ul > li a {
  color: #EEE;
}
nav.main-nav > ul li {
  width: auto;
  vertical-align: top;
  display: inline-block;
  *display: inline;
  zoom: 1;
}
nav.main-nav > ul li > ul {
  width: 100%;
}
@media (min-width: 768px) {
  nav.main-nav > ul li > ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: auto;
  }
}
nav.main-nav > ul li > ul a {
  /*px*/ padding-left: 32px;
  /*rem*/ padding-left: 2rem;
}
@media (min-width: 768px) {
  nav.main-nav > ul li > ul a {
    /*px*/ padding-left: 16px;
    /*rem*/ padding-left: 1rem;
  }
}
@media (min-width: 768px) {
  nav.main-nav > ul > li:first-child > a {
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  nav.main-nav > ul > li:last-child > a {
    padding-right: 0;
  }
}
nav.main-nav > ul a {
  width: 100%;
  /*px*/ margin: 0 -2px;
  /*rem*/ margin: 0 -0.125rem;
  /*px*/ border-bottom: 1px solid #EEE;
  /*rem*/ border-bottom: 0.0625rem solid #EEE;
}
@media (min-width: 768px) {
  nav.main-nav > ul a {
    width: auto;
    border-bottom: none;
  }
}
nav.main-nav > ul a:first-child {
  margin-left: 0;
}
nav.main-nav > ul a:last-child {
  margin-right: 0;
}
nav.main-nav ul {
  /*px*/ margin: 0 auto;
  /*rem*/ margin: 0 auto;
  list-style: none;
}
nav.main-nav ul li {
  /*px*/ margin: 0;
  /*rem*/ margin: 0;
  /*px*/ padding: 0;
  /*rem*/ padding: 0;
  display: block;
  position: relative;
  font-weight: 900;
}
@media (min-width: 768px) {
  nav.main-nav ul li {
    display: inline-block;
  }
}
nav.main-nav ul li ul {
  display: inline-block;
  /*px*/ min-width: 180px;
  /*rem*/ min-width: 11.25rem;
  background-color: #333;
}
@media (min-width: 768px) {
  nav.main-nav ul li ul {
    visibility: hidden;
  }
}
nav.main-nav ul li ul li {
  display: block;
}
nav.main-nav ul li ul li a {
  width: 100%;
  /*px*/ line-height: 18px;
  /*rem*/ line-height: 1.125rem;
}
nav.main-nav ul li > ul {
  text-align: left;
}
@media (min-width: 768px) {
  nav.main-nav ul li > ul {
    /*px*/ margin-top: -2px;
    /*rem*/ margin-top: -0.125rem;
  }
}
nav.main-nav ul li:hover > ul {
  visibility: visible;
}
nav.main-nav a {
  display: inline-block;
  /*px*/ padding: 14px;
  /*rem*/ padding: 0.875rem;
  color: #EEE;
  text-decoration: none;
  /*px*/ font-size: 14px;
  /*rem*/ font-size: 0.875rem;
}
nav.main-nav a:hover {
  color: #FFD637;
}
nav.main-nav .help-sub-menu {
  min-width: auto;
  /*px*/ width: 110px;
  /*rem*/ width: 6.875rem;
  left: inherit;
  right: 0;
}
nav.main-nav .stretcher {
  width: 100%;
  display: inline-block;
  font-size: 0;
  line-height: 0;
}
nav.main-nav > ul > li > ul > li > ul {
  top: 0;
  left: 100%;
}
nav.toolbar {
  position: absolute;
  display: none;
  /*px*/ top: 0;
  /*rem*/ top: 0;
  /*px*/ right: 20px;
  /*rem*/ right: 1.25rem;
  /*px*/ padding: 6px;
  /*rem*/ padding: 0.375rem;
  background-color: #444;
  color: #EEE;
  border-color: #333;
  border-style: solid;
  /*px*/ border-width: 0 2px 4px 2px;
  /*rem*/ border-width: 0 0.125rem 0.25rem 0.125rem;
  /*px*/ border-radius: 0 0 4px 4px;
  /*rem*/ border-radius: 0 0 0.25rem 0.25rem;
}
@media (min-width: 768px) {
  nav.toolbar {
    display: block;
  }
}
nav.toolbar .signed-in-as {
  /*px*/ padding-left: 6px;
  /*rem*/ padding-left: 0.375rem;
}
nav.toolbar a {
  display: inline-block;
  /*px*/ padding: 5px;
  /*rem*/ padding: 0.3125rem;
  /*px*/ line-height: 6px;
  /*rem*/ line-height: 0.375rem;
  /*px*/ margin: 3px;
  /*rem*/ margin: 0.1875rem;
  color: #EEE;
  text-decoration: none;
}
nav.toolbar a:hover {
  color: #FFD637;
}
.language-selector {
  background-color: #ffffff;
}
.language-selector li {
  cursor: pointer;
}
.language-selector li:hover {
  color: #FFD637;
}
body .background-content > footer {
  /*px*/ margin-top: 16px;
  /*rem*/ margin-top: 1rem;
  /*px*/ padding: 60px;
  /*rem*/ padding: 3.75rem;
  background-color: #ffffff;
  color: #999;
  text-align: center;
}
body .background-content > footer ul {
  /*px*/ margin: 0 0 16px 0;
  /*rem*/ margin: 0 0 1rem 0;
}
body .background-content > footer ul li {
  display: inline;
  /*px*/ margin: 0 5px;
  /*rem*/ margin: 0 0.3125rem;
}
body .background-content > footer a {
  color: #06A;
  text-decoration: none;
  font-weight: 900;
}
body .background-content > footer .copyright {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
  /*px*/ font-size: 15px;
  /*rem*/ font-size: 0.9375rem;
}
body .background-content > footer .company-details {
  /*px*/ font-size: 13px;
  /*rem*/ font-size: 0.8125rem;
}
body .background-content > footer .version-no {
  color: #CCC;
  /*px*/ font-size: 12px;
  /*rem*/ font-size: 0.75rem;
}
form ul,
.pseudo-form ul {
  list-style: none;
}
form ul:not(.no-li-mb) li,
.pseudo-form ul:not(.no-li-mb) li {
  /*px*/ margin: 0 0 10px 0;
  /*rem*/ margin: 0 0 0.625rem 0;
}
form ul input,
.pseudo-form ul input,
form ul select:not(.custom-dd),
.pseudo-form ul select:not(.custom-dd) {
  width: 100%;
  /*px*/ padding: 5px;
  /*rem*/ padding: 0.3125rem;
  /*px*/ font-size: 16px;
  /*rem*/ font-size: 1rem;
}
form ul label.std-label,
.pseudo-form ul label.std-label {
  display: inline-block;
  /*px*/ margin: 0 10px 0 1px;
  /*rem*/ margin: 0 0.625rem 0 0.0625rem;
  color: #3864af;
  /*px*/ font-size: 16px;
  /*rem*/ font-size: 1rem;
  text-align: left;
}
form ul label.adjoined-label,
.pseudo-form ul label.adjoined-label {
  /*px*/ padding: 13px 12px 12px 12px;
  /*rem*/ padding: 0.8125rem 0.75rem 0.75rem 0.75rem;
  background-color: #666;
  color: #D5D5D5;
}
form ul label.adjoined-label.before,
.pseudo-form ul label.adjoined-label.before {
  /*px*/ margin: 4px 0 0 0;
  /*rem*/ margin: 0.25rem 0 0 0;
}
form ul label.adjoined-label.after,
.pseudo-form ul label.adjoined-label.after {
  position: relative;
  /*px*/ left: -6px;
  /*rem*/ left: -0.375rem;
  /*px*/ margin: 4px 4px 0 0;
  /*rem*/ margin: 0.25rem 0.25rem 0 0;
}
form ul label:not(.cb-label),
.pseudo-form ul label:not(.cb-label) {
  /*px*/ margin: 10px 0 0 3px;
  /*rem*/ margin: 0.625rem 0 0 0.1875rem;
  /*px*/ font-size: 16px;
  /*rem*/ font-size: 1rem;
}
form .cb-can-contact,
.pseudo-form .cb-can-contact,
form label[for="cb-can-contact"],
.pseudo-form label[for="cb-can-contact"] {
  position: fixed;
  z-index: -1000;
}
form .form-section,
.pseudo-form .form-section {
  /*px*/ padding: 16px;
  /*rem*/ padding: 1rem;
  /*px*/ border: 1px solid #DDD;
  /*rem*/ border: 0.0625rem solid #DDD;
  background-color: #ffffff;
}
form .form-section:not(:first-child),
.pseudo-form .form-section:not(:first-child) {
  /*px*/ margin-top: 20px;
  /*rem*/ margin-top: 1.25rem;
}
.cb-container {
  display: block;
  width: 100%;
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  /*px*/ border: 1px solid #CCC;
  /*rem*/ border: 0.0625rem solid #CCC;
  background-color: #FFF;
}
.cb-container:hover {
  background-color: #FFE5C5;
  border-color: #FA0;
}
.cb-container input[type="checkbox"] {
  /*px*/ margin-top: 0;
  /*rem*/ margin-top: 0;
}
.grid-item .cb-container {
  /*px*/ margin-top: 4px;
  /*rem*/ margin-top: 0.25rem;
}
html.placeholder label.hide-ph {
  display: none;
}
.parsley-errors-list {
  display: block;
  /*px*/ font-size: 12px;
  /*rem*/ font-size: 0.75rem;
}
.parsley-errors-list li {
  width: 100%;
  /*px*/ padding: 12px;
  /*rem*/ padding: 0.75rem;
  /*px*/ margin: 0;
  /*rem*/ margin: 0;
  border-style: solid;
  /*px*/ border-width: 1px;
  /*rem*/ border-width: 0.0625rem;
  border-color: #A30;
  background-color: #DE592D;
  color: #ffffff;
}
.single-parsley-error {
  width: 100%;
  /*px*/ padding: 12px;
  /*rem*/ padding: 0.75rem;
  /*px*/ margin: 0;
  /*rem*/ margin: 0;
  border-style: solid;
  /*px*/ border-width: 1px;
  /*rem*/ border-width: 0.0625rem;
  border-color: #A30;
  background-color: #DE592D;
  color: #ffffff;
  /*px*/ font-size: 12px;
  /*rem*/ font-size: 0.75rem;
}
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="tel"],
textarea:not(.auto-height) {
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  border-style: solid;
  border-width: 0.0625rem 0.0625rem 0.0625rem 0.0625rem;
  /*px*/ margin: 4px 0 0 0;
  /*rem*/ margin: 0.25rem 0 0 0;
  background-color: #ffffff;
  border-color: #D5D5D5;
  border-bottom-color: #e2e2e2;
  color: #000000;
}
select {
  /*px*/ padding: 5px;
  /*rem*/ padding: 0.3125rem;
  /*px*/ height: 34px;
  /*rem*/ height: 2.125rem;
  /*px*/ border-radius: 4px;
  /*rem*/ border-radius: 0.25rem;
  border-style: solid;
  border-width: 0.0625rem 0.0625rem 0.0625rem 0.0625rem;
  display: block;
  /*px*/ margin: 4px 0 10px 0;
  /*rem*/ margin: 0.25rem 0 0.625rem 0;
  background-color: #ffffff;
  border-color: #D5D5D5;
  border-bottom-color: #e2e2e2;
  color: #000000;
}
.custom-select-base {
  border-radius: 0;
  -webkit-appearance: none;
}
.custom-select-1 {
  /*px*/ padding: 0 30px 0 10px;
  /*rem*/ padding: 0 1.875rem 0 0.625rem;
  /*px*/ height: 41px;
  /*rem*/ height: 2.5625rem;
  margin-top: 0;
  background-image: url('/assets/graphics/dropdown-arrow-666.png');
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  /*px*/ line-height: 21px;
  /*rem*/ line-height: 1.3125rem;
}
input[disabled=""]:not(.disabled-viewing),
input[disabled="disabled"]:not(.disabled-viewing),
select[disabled=""]:not(.disabled-viewing),
select[disabled="disabled"]:not(.disabled-viewing),
textarea[disabled=""]:not(.disabled-viewing),
textarea[disabled="disabled"]:not(.disabled-viewing) {
  background-color: #E9E9E9;
  color: #AAA;
}
textarea:not(.auto-height) {
  width: 100%;
  /*px*/ min-height: 200px;
  /*rem*/ min-height: 12.5rem;
}
input.time-period {
  width: 5%;
  /*px*/ margin-right: 4px;
  /*rem*/ margin-right: 0.25rem;
}
select.time-period {
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  /*px*/ height: 41px;
  /*rem*/ height: 2.5625rem;
}
.duration input {
  /*px*/ max-width: 70px;
  /*rem*/ max-width: 4.375rem;
  /*px*/ height: 19px;
  /*rem*/ height: 1.1875rem;
  box-sizing: content-box;
}
.duration label:not(.hide-ph) {
  /*px*/ margin-top: 4px;
  /*rem*/ margin-top: 0.25rem;
  display: inline-block;
}
.table-form .table-form-heading-label {
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  /*px*/ border-right-width: 1px;
  /*rem*/ border-right-width: 0.0625rem;
  border-style: solid;
  border-color: #07B;
  background-color: #048;
  color: #ffffff;
  text-align: center;
  vertical-align: top;
}
.table-form .table-form-heading-input {
  /*px*/ padding: 0;
  /*rem*/ padding: 0;
  background-color: #059;
}
.table-form .table-form-heading-input input,
.table-form .table-form-heading-input textarea {
  margin: 0;
  width: 100%;
  border: none;
  background: none;
  color: #ffffff;
}
.table-form .table-form-heading-input input:focus,
.table-form .table-form-heading-input textarea:focus {
  background-color: #07B;
}
.table-form .table-form-label {
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  /*px*/ border-right-width: 1px;
  /*rem*/ border-right-width: 0.0625rem;
  border-style: solid;
  border-color: #07B;
  background-color: #DFEFFF;
  color: #048;
  text-align: center;
  vertical-align: top;
}
.table-form .table-form-input {
  /*px*/ padding: 0;
  /*rem*/ padding: 0;
  background-color: #E3F3FF;
}
.table-form .table-form-input input,
.table-form .table-form-input textarea {
  margin: 0;
  width: 100%;
  border: none;
  background: none;
  color: #048;
}
.table-form .table-form-input input:focus,
.table-form .table-form-input textarea:focus {
  background-color: #F3FFFF;
}
.form-hint {
  float: left;
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  /*px*/ border: 1px solid #226;
  /*rem*/ border: 0.0625rem solid #226;
  background-color: #0055a5;
  color: #ffffff;
  /*px*/ line-height: 30px;
  /*rem*/ line-height: 1.875rem;
}
.archive-status-filter {
  position: relative;
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  /*px*/ border-radius: 4px;
  /*rem*/ border-radius: 0.25rem;
  /*px*/ border-width: 1px;
  /*rem*/ border-width: 0.0625rem;
  border-style: solid;
  border-color: #D5D5D5;
  background-color: #ffffff;
}
.archive-status-filter label:not(:first-child) {
  /*px*/ margin-left: 15px;
  /*rem*/ margin-left: 0.9375rem;
}
/**
 * CUSTOM DATE RANGE CONTROL
 */
.date-range-label {
  /*px*/ font-size: 18px;
  /*rem*/ font-size: 1.125rem;
  font-weight: bold;
}
.date-range-filter-container {
  /*px*/ padding: 9px 5px 10px 5px;
  /*rem*/ padding: 0.5625rem 0.3125rem 0.625rem 0.3125rem;
  /*px*/ border-radius: 4px;
  /*rem*/ border-radius: 0.25rem;
  /*px*/ border: 1px solid #D5D5D5;
  /*rem*/ border: 0.0625rem solid #D5D5D5;
}
.date-range-filter-container .date-range-filter {
  /*px*/ padding: 6px;
  /*rem*/ padding: 0.375rem;
  color: #AAA;
  /*px*/ font-size: 13px;
  /*rem*/ font-size: 0.8125rem;
}
.date-range-filter-container .date-range-filter input {
  /*px*/ width: 170px;
  /*rem*/ width: 10.625rem;
  border: none;
  color: #C00;
  font-weight: bold;
}
.tree-selected {
  /*px*/ margin-top: 6px;
  /*rem*/ margin-top: 0.375rem;
  padding: 0;
  /*px*/ border-width: 1px;
  /*rem*/ border-width: 0.0625rem;
  border-style: solid;
  border-color: #D5D5D5;
}
.tree-selected div {
  float: left;
  /*px*/ padding: 12px;
  /*rem*/ padding: 0.75rem;
}
.tree-selected button {
  float: right;
  /*px*/ padding: 12px;
  /*rem*/ padding: 0.75rem;
  border: none;
  background-color: #7B7;
  color: #FFF;
}
table:not(.no-hover) tr:not(.no-hover):hover td {
  background-color: #D5F1FF;
  color: #448599;
}
th,
td {
  /*px*/ padding: 14px;
  /*rem*/ padding: 0.875rem;
}
th {
  color: #000000;
}
td {
  background-color: #ffffff;
}
.cb-td {
  width: 0;
}
.dataTable {
  /*px*/ font-size: 13px;
  /*rem*/ font-size: 0.8125rem;
}
.dataTable th,
.dataTable td {
  vertical-align: middle;
}
.dataTable td.action-col {
  /*px*/ width: 1px;
  /*rem*/ width: 0.0625rem;
  white-space: nowrap;
}
.dataTable .cb-all::before {
  font-family: FontAwesome;
  color: #DDD;
  content: '\f0c8';
  /*px*/ margin-top: -6px;
  /*rem*/ margin-top: -0.375rem;
  /*px*/ margin-left: -6px;
  /*rem*/ margin-left: -0.375rem;
}
.dataTable .cb-all.all-selected::before {
  content: '\f14a';
  color: #F93;
}
.dataTable .dt-single-line-row {
  /*px*/ padding: 16px 10px;
  /*rem*/ padding: 1rem 0.625rem;
}
.dataTables_filter input {
  /*px*/ padding: 6px;
  /*rem*/ padding: 0.375rem;
  /*px*/ border-radius: 4px;
  /*rem*/ border-radius: 0.25rem;
  /*px*/ border-width: 1px 1px 1px 1px;
  /*rem*/ border-width: 0.0625rem 0.0625rem 0.0625rem 0.0625rem;
  border-style: solid;
  border-color: #D5D5D5;
  border-bottom-color: #d5d5d5;
}
.dataTables_length select {
  display: inline;
  /*px*/ border-radius: 4px;
  /*rem*/ border-radius: 0.25rem;
  /*px*/ border-width: 1px 1px 1px 1px;
  /*rem*/ border-width: 0.0625rem 0.0625rem 0.0625rem 0.0625rem;
  border-style: solid;
  border-color: #D5D5D5;
  border-bottom-color: #d5d5d5;
}
.paginate_button {
  /*px*/ border-radius: 4px;
  /*rem*/ border-radius: 0.25rem;
}
.paginate_button.current {
  /*px*/ border-width: 1px;
  /*rem*/ border-width: 0.0625rem;
  border-style: solid;
  border-color: #DDD !important;
}
.paginate_button.current:hover {
  color: #ffffff !important;
}
.paginate_button:hover {
  background: #F93 !important;
  border-color: #C60 !important;
}
.table-label {
  background-color: #F1F1F1;
  color: #777;
}
.fake-table {
  display: table;
  width: 100%;
}
.fake-cell {
  display: table-cell;
  vertical-align: middle;
}
.add-another-row {
  background-color: #E0FFDD;
  /*px*/ border: 1px solid #CDEFD3;
  /*rem*/ border: 0.0625rem solid #CDEFD3;
  color: #181;
}
.add-another-row:hover {
  background-color: #DEC;
  /*px*/ border: 1px solid #BDC;
  /*rem*/ border: 0.0625rem solid #BDC;
}
.add-record-form,
.edit-record-form {
  /*px*/ max-width: 700px;
  /*rem*/ max-width: 43.75rem;
}
.add-record-fields-host,
.edit-record-fields-host,
.view-record-fields-host {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
}
.popup .add-record-fields-host,
.popup .edit-record-fields-host {
  /*px*/ height: 280px;
  /*rem*/ height: 17.5rem;
}
.popup .view-record-fields-host {
  /*px*/ height: 350px;
  /*rem*/ height: 21.875rem;
}
.select-with-add-btn {
  display: inline !important;
  width: 77%;
}
.select-add-btn {
  border-color: #6B6;
  background-color: #7C7;
  color: #FFF;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  margin-left: 0;
  /* 1 */
  width: 100%;
  /* 2 */
  /*px*/ padding-left: 24px;
  /*rem*/ padding-left: 1.5rem;
  /* 3 */
  vertical-align: top;
  /* 4 */
  /*px*/ font-size: 16px;
  /*rem*/ font-size: 1rem;
  /* 5 */
  float: right !important;
  width: 22%;
  /*px*/ margin-top: 4px;
  /*rem*/ margin-top: 0.25rem;
  /*px*/ padding: 8px 7px 7px 7px;
  /*rem*/ padding: 0.5rem 0.4375rem 0.4375rem 0.4375rem;
}
.select-add-btn:hover {
  border-color: #7C7;
  background-color: #8D8;
  color: #FFF;
  /*px*/ text-shadow: 1px 1px #5A5;
  /*rem*/ text-shadow: 0.0625rem 0.0625rem #5A5;
}
.select-add-btn i.fa-check.mini-check,
.select-add-btn svg.fa-check.mini-check {
  display: block;
}
.select-add-btn .cb-container {
  /*px*/ margin-top: 4px;
  /*rem*/ margin-top: 0.25rem;
}
.percentage-bar {
  background-color: #21583B;
}
.percentage-bar .percentage-fill {
  height: 100%;
  background-color: #28AD65;
}
.percentage-bar .percentage-text {
  /*px*/ top: 6px;
  /*rem*/ top: 0.375rem;
  color: #ffffff;
}
.insts-sites-selector {
  /*px*/ height: 200px;
  /*rem*/ height: 12.5rem;
  /*px*/ font-size: 14px;
  /*rem*/ font-size: 0.875rem;
}
.insts-sites-selector option[value="-"] {
  color: #999;
}
.insts-sites-selector optgroup {
  background-color: #DEF;
  color: #68A;
}
.insts-sites-selector optgroup option {
  background-color: #ffffff;
  color: #555;
}
.insts-sites-selector optgroup option:first-child {
  color: #79B;
}
.tab-nav ul {
  /*px*/ margin-bottom: -1px;
  /*rem*/ margin-bottom: -0.0625rem;
}
.tab-nav li {
  position: relative;
  display: inline-block;
  /*px*/ padding: 8px;
  /*rem*/ padding: 0.5rem;
  /*px*/ margin: 0;
  /*rem*/ margin: 0;
  /*px*/ border-radius: 5px 5px 0 0;
  /*rem*/ border-radius: 0.3125rem 0.3125rem 0 0;
  background-color: #069;
  /*px*/ border: 1px #DDD solid;
  /*rem*/ border: 0.0625rem #DDD solid;
  box-shadow: inset 0px -8px 14px rgba(0, 51, 76, 0.15);
}
.tab-nav li:hover {
  background-color: #FFF;
}
.tab-nav li:hover a {
  color: #069;
}
.tab-nav .selected,
.tab-nav .tab-nav-title {
  border-bottom-color: #FFF;
  background-color: #FFF;
  color: #000;
  box-shadow: none;
}
.tab-nav .selected a {
  color: #069;
}
.tab-nav a {
  color: #FFF;
  text-decoration: none;
  cursor: pointer;
}
.tab-section {
  /*px*/ padding: 20px;
  /*rem*/ padding: 1.25rem;
  background-color: #FFF;
  /*px*/ border: 1px #DDD solid;
  /*rem*/ border: 0.0625rem #DDD solid;
}
.viewing-document {
  /*px*/ height: 500px;
  /*rem*/ height: 31.25rem;
  /*px*/ padding: 5px;
  /*rem*/ padding: 0.3125rem;
  /*px*/ border-radius: 3px;
  /*rem*/ border-radius: 0.1875rem;
  /*px*/ border: 1px solid #F8F8F8;
  /*rem*/ border: 0.0625rem solid #F8F8F8;
  overflow-y: scroll;
}
.viewing-document .viewing-document-hint {
  /*px*/ margin-top: 30px;
  /*rem*/ margin-top: 1.875rem;
  color: #CCC;
  text-align: center;
}
.drive,
#files_to_upload {
  border-color: #E9E9E9;
  background: #FFFFFF;
}
li.file {
  border-color: #E9E9E9;
}
.file_name {
  color: #999999;
}
.file_name a {
  color: #55BBEE;
}
.file_error {
  color: #DD0000;
}
.file_deleted {
  color: #EE0000;
}
.uploading_progress {
  background-color: #F2F2F2;
}
.uploading_progress_bar {
  background-color: #77CC77;
  border-color: #55aa55;
}
/* BREADCRUMBS */
.breadcrumbs {
  background: #FFFFFF;
  border-color: #E9E9E9;
  color: #999999;
}
.breadcrumbs li:not(:last-child)::after {
  color: #999999;
}
.breadcrumbs li a {
  color: #55BBEE;
}
/* /BREADCRUMBS */
form[name="upload_form"] {
  position: relative;
  /*px*/ margin: 0 auto;
  /*rem*/ margin: 0 auto;
  display: block;
}
select[name="dd_site_select"] {
  display: none;
}
.document_folder {
  margin: 20px 3px 10px 0;
  float: left;
}
.mac_ff .document_folder {
  margin: 18px 3px 10px 0;
}
.drive,
#files_to_upload {
  list-style: none;
  border-radius: 5px;
  border-width: 1px;
  border-style: solid;
}
.drive {
  display: block;
  margin: 10px 0;
  border-bottom-width: 4px;
}
#files_to_upload {
  display: none;
}
li.file {
  position: relative;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  overflow: hidden;
  padding: 18px;
  margin-left: 0;
  height: 70px;
  transition: .5s;
}
li.file_normal_size {
  padding: 10px;
  height: 52px;
}
.file_name {
  float: left;
  width: 100%;
  margin: 9px 9px 9px -90px;
  padding-left: 90px;
}
.cb-select-file {
  float: left;
  /*px*/ margin-top: 10px;
  /*rem*/ margin-top: 0.625rem;
  /*px*/ margin-right: 10px;
  /*rem*/ margin-right: 0.625rem;
}
.selected-file {
  margin-left: 0;
  /*px*/ border: 1px solid #DDD;
  /*rem*/ border: 0.0625rem solid #DDD;
  /*px*/ height: 52px;
  /*rem*/ height: 3.25rem;
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  background-color: #ffffff;
}
.selected-file:first-child {
  /*px*/ border-radius: 5px 5px 0 0;
  /*rem*/ border-radius: 0.3125rem 0.3125rem 0 0;
}
.selected-file:last-child {
  /*px*/ border-radius: 0 0 5px 5px;
  /*rem*/ border-radius: 0 0 0.3125rem 0.3125rem;
}
.selected-file:not(:first-child) {
  border-top: none;
}
.selected-file .remove-file-btn {
  /*px*/ padding: 6px;
  /*rem*/ padding: 0.375rem;
  /*px*/ width: 30px;
  /*rem*/ width: 1.875rem;
  border: none;
  background-color: #ffffff;
  color: #F30;
}
.selected-file .remove-file-btn:hover {
  color: #D20;
}
.file_icon {
  margin: 9px;
  float: left;
}
.file_icon .fa {
  color: #F80;
}
.file_icon .fa-folder {
  color: #5ABBEE;
}
.file_icon .fa-file-excel-o {
  color: #217346;
}
.file_icon .fa-file-word-o {
  color: #2B579A;
}
.file_icon .fa-file-pdf-o {
  color: #D83B01;
}
.uploading_progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
}
.uploading_progress_bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 4px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  transition: .5s;
}
.delete_btn,
.history_btn,
.move_btn {
  float: right;
  margin-left: 5px;
}
.upload_btn {
  display: block;
  width: 100%;
}
:not(.win_ie) .custom-file-input {
  width: 100px;
  position: absolute;
  /*px*/ top: -30px;
  /*rem*/ top: -1.875rem;
}
.win_ie .custom-file-input {
  visibility: visible;
}
.mac_ff .custom-file-input,
.win_ff .custom-file-input {
  /*px*/ margin-top: 20px;
  /*rem*/ margin-top: 1.25rem;
  /*px*/ width: 101px;
  /*rem*/ width: 6.3125rem;
  visibility: visible;
  opacity: 0;
  /*px*/ height: 32px;
  /*rem*/ height: 2rem;
  border-style: solid;
  border-color: #227722;
  /*px*/ border-width: 1px;
  /*rem*/ border-width: 0.0625rem;
  /*px*/ border-bottom-width: 4px;
  /*rem*/ border-bottom-width: 0.25rem;
  /*px*/ font-size: 18px;
  /*rem*/ font-size: 1.125rem;
}
body:not(.win_ie) label[for="file_upload"] {
  position: relative;
  display: block;
  /*px*/ padding: 0;
  /*rem*/ padding: 0;
  width: 100%;
  /*px*/ height: 190px;
  /*rem*/ height: 11.875rem;
  /*px*/ margin: 20px 0 0 0;
  /*rem*/ margin: 1.25rem 0 0 0;
  /*px*/ border-width: 2px;
  /*rem*/ border-width: 0.125rem;
  border-style: dashed;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  visibility: visible;
  background-color: #E3EAF3;
  border-color: #BBB;
  color: #444;
  /*px*/ border-radius: 8px;
  /*rem*/ border-radius: 0.5rem;
  text-align: center;
}
body:not(.win_ie) label[for="file_upload"] .upload-instruction {
  position: absolute;
  width: 100%;
  height: 100%;
}
body:not(.win_ie) label[for="file_upload"] .upload-instruction .upload-instruction-icons {
  position: absolute;
  left: 50%;
  /*px*/ margin-left: -27px;
  /*rem*/ margin-left: -1.6875rem;
  top: 40%;
  /*px*/ margin-top: -25px;
  /*rem*/ margin-top: -1.5625rem;
  /*px*/ width: 54px;
  /*rem*/ width: 3.375rem;
  /*px*/ height: 50px;
  /*rem*/ height: 3.125rem;
}
body:not(.win_ie) label[for="file_upload"] .upload-instruction .upload-instruction-icons .fa-inbox {
  position: absolute;
  /*px*/ left: 0;
  /*rem*/ left: 0;
}
body:not(.win_ie) label[for="file_upload"] .upload-instruction .upload-instruction-icons .fa-arrow-down {
  position: absolute;
  /*px*/ top: 13px;
  /*rem*/ top: 0.8125rem;
  /*px*/ left: 20px;
  /*rem*/ left: 1.25rem;
}
body:not(.win_ie) label[for="file_upload"] .upload-instruction .upload-instruction-text {
  position: absolute;
  left: 50%;
  /*px*/ margin-left: -103px;
  /*rem*/ margin-left: -6.4375rem;
  top: 60%;
  /*px*/ margin-top: -8px;
  /*rem*/ margin-top: -0.5rem;
}
#file_upload {
  position: absolute;
  /*px*/ top: 0;
  /*rem*/ top: 0;
  /*px*/ left: 0;
  /*rem*/ left: 0;
  height: 100%;
  opacity: 0;
  width: 100%;
}
.win_ie .custom-file-input::before,
.win_ie #browse-for-file-fake-btn {
  visibility: hidden;
}
.custom-file-input:active::before {
  border-top-width: 4px;
  border-bottom-width: 1px;
}
.upload_btn,
.set_files {
  /*px*/ margin-top: 21px;
  /*rem*/ margin-top: 1.3125rem;
  /*px*/ margin-bottom: 20px;
  /*rem*/ margin-bottom: 1.25rem;
  /*px*/ padding: 6px 5px 4px 5px;
  /*rem*/ padding: 0.375rem 0.3125rem 0.25rem 0.3125rem;
  /*px*/ border-radius: 4px;
  /*rem*/ border-radius: 0.25rem;
  /*px*/ border-width: 1px 1px 4px 1px;
  /*rem*/ border-width: 0.0625rem 0.0625rem 0.25rem 0.0625rem;
  border-style: solid;
  display: inline-block;
  border-color: #6B6;
  background-color: #7C7;
  color: #FFF;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.upload_btn:hover,
.set_files:hover {
  border-color: #7C7;
  background-color: #8D8;
  color: #FFF;
  /*px*/ text-shadow: 1px 1px #5A5;
  /*rem*/ text-shadow: 0.0625rem 0.0625rem #5A5;
}
.upload_btn i.fa-check.mini-check,
.set_files i.fa-check.mini-check,
.upload_btn svg.fa-check.mini-check,
.set_files svg.fa-check.mini-check {
  display: block;
}
.set_files {
  float: right;
  position: absolute;
  right: 10px;
  top: 10px;
}
.inline-upload .upload_btn {
  margin: 0;
}
/* BREADCRUMBS */
.breadcrumbs::before {
  content: 'YOU ARE HERE:\00a0\00a0';
}
.breadcrumbs {
  display: table;
  float: left;
  padding: 18px 15px 15px 15px;
  margin: 15px 0;
  border-radius: 4px;
  border-width: 1px;
  border-style: solid;
  border-bottom-width: 4px;
  list-style: none;
}
.breadcrumbs li {
  display: inline;
  margin: 0;
}
.breadcrumbs li:not(:last-child)::after {
  content: '\00a0\00a0»\00a0\00a0';
}
/* /BREADCRUMBS */
/* FILE SYSTEM CONTROLS */
.repos_controls {
  display: table;
  float: right;
  list-style: none;
  margin: 10px 0;
}
.repos_controls li {
  display: inline;
}
/* /FILE SYSTEM CONTROLS */
/* PDF VIEWER */
#read_confirmation {
  margin-top: 8px;
}
#read_confirmation label {
  float: left;
  margin: 4px 4px 0 0;
}
#read_confirmation_ts {
  float: right;
}
/* /PDF VIEWER */
/* IMAGE VIEWER */
#image_viewer .image {
  width: 100%;
}
/* /IMAGE VIEWER */
/* FILE HISTORY */
#read_by_scroll_mask {
  max-height: 300px;
  overflow: scroll;
}
#file_history_popup {
  width: 700px;
}
#file_history_popup #read_by li {
  list-style: none;
}
/* /FILE HISTORY */
.confirm-doc-read-label {
  /*px*/ font-size: 14px;
  /*rem*/ font-size: 0.875rem;
}
.breadcrumbs-container {
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  /*px*/ border-bottom: 3px solid #F2F2F2;
  /*rem*/ border-bottom: 0.1875rem solid #F2F2F2;
  background-color: #FFFFFF;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}
.breadcrumbs-container li {
  margin-left: 0;
  display: inline-block;
}
.breadcrumbs-container li:hover {
  text-decoration: underline !important;
}
button[name="btn-register"] {
  /*px*/ padding: 16px 6px;
  /*rem*/ padding: 1rem 0.375rem;
  width: 100%;
  /*px*/ font-size: 20px;
  /*rem*/ font-size: 1.25rem;
}
.registration-enticement {
  /*px*/ padding: 40px 40px 35px 40px;
  /*rem*/ padding: 2.5rem 2.5rem 2.1875rem 2.5rem;
  /*px*/ border-radius: 20px;
  /*rem*/ border-radius: 1.25rem;
  background-color: #DEDEDE;
  color: #A2A2A2;
  /*px*/ border: 7px solid #D2D2D2;
  /*rem*/ border: 0.4375rem solid #D2D2D2;
}
.registration-enticement .fa {
  float: left;
  /*px*/ margin-right: 16px;
  /*rem*/ margin-right: 1rem;
  /*px*/ font-size: 100px;
  /*rem*/ font-size: 6.25rem;
}
.registration-enticement p {
  /*px*/ margin-top: 19px;
  /*rem*/ margin-top: 1.1875rem;
  /*px*/ line-height: 21px;
  /*rem*/ line-height: 1.3125rem;
}
button[name="btn-sign-in"] {
  /*px*/ padding: 12px 6px;
  /*rem*/ padding: 0.75rem 0.375rem;
  width: 100%;
  /*px*/ font-size: 20px;
  /*rem*/ font-size: 1.25rem;
}
.forgot-password-aid-memoir {
  overflow: hidden;
  /*px*/ height: 64px;
  /*rem*/ height: 4rem;
  /*px*/ margin-top: 52px;
  /*rem*/ margin-top: 3.25rem;
  /*px*/ padding: 16px;
  /*rem*/ padding: 1rem;
  /*px*/ border-radius: 2px;
  /*rem*/ border-radius: 0.125rem;
  /*px*/ border: 1px solid #CCC;
  /*rem*/ border: 0.0625rem solid #CCC;
  background-color: #F9F9F9;
}
.forgot-password-aid-memoir form {
  width: 100%;
  opacity: 0;
}
.forgot-password-aid-memoir form .forgot-p-handle-wrapper {
  display: inline-block;
  /*px*/ margin-left: -40px;
  /*rem*/ margin-left: -2.5rem;
  /*px*/ padding-left: 40px;
  /*rem*/ padding-left: 2.5rem;
  width: 100%;
}
.forgot-password-aid-memoir form .forgot-password-email {
  width: 100%;
}
.forgot-password-aid-memoir form .forgot-password-submit-btn {
  float: right;
  /*px*/ width: 36px;
  /*rem*/ width: 2.25rem;
  /*px*/ margin-top: 9px;
  /*rem*/ margin-top: 0.5625rem;
}
.forgot-password-aid-memoir form .forgot-password-guidance {
  /*px*/ margin: 14px 0 9px 0;
  /*rem*/ margin: 0.875rem 0 0.5625rem 0;
  /*px*/ line-height: 16px;
  /*rem*/ line-height: 1rem;
  color: #06A;
  font-weight: 100;
  /*px*/ font-size: 12px;
  /*rem*/ font-size: 0.75rem;
}
.dashboard-section-header {
  /*px*/ padding: 14px;
  /*rem*/ padding: 0.875rem;
  border-left: 4px solid #4483AC;
  border-bottom: 2px solid #4483AC;
}
.dashboard-section {
  /*px*/ margin-bottom: 40px;
  /*rem*/ margin-bottom: 2.5rem;
  /*px*/ padding: 32px 32px 14px 10px;
  /*rem*/ padding: 2rem 2rem 0.875rem 0.625rem;
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}
.dashboard-section li {
  display: inline;
  float: left;
  margin-left: 0;
  /*px*/ width: 120px;
  /*rem*/ width: 7.5rem;
  text-align: center;
}
.dashboard-section a {
  color: #999;
  text-decoration: none;
}
.dashboard-section a:hover {
  color: #3B65B1;
}
.dashboard-section a:hover .dashboard-icon-text {
  color: #3B65B1;
}
.dashboard-section .dashboard-icon {
  position: relative;
  width: 100%;
  /*px*/ margin-right: 18px;
  /*rem*/ margin-right: 1.125rem;
  /*px*/ padding: 0;
  /*rem*/ padding: 0;
  /*px*/ border-radius: 5px;
  /*rem*/ border-radius: 0.3125rem;
  background-color: #ffffff;
}
.dashboard-section .dashboard-icon i,
.dashboard-section .dashboard-icon svg {
  /*px*/ font-size: 42px;
  /*rem*/ font-size: 2.625rem;
}
.dashboard-section .dashboard-icon .my-itr-icon-small {
  position: relative;
  /*px*/ top: -2px;
  /*rem*/ top: -0.125rem;
  /*px*/ margin-right: 3px;
  /*rem*/ margin-right: 0.1875rem;
  font-weight: normal;
  /*px*/ font-size: 18px;
  /*rem*/ font-size: 1.125rem;
  font-family: Arial;
  font-style: italic;
}
.dashboard-section .dashboard-icon .my-itr-icon-large {
  position: relative;
  /*px*/ top: 4px;
  /*rem*/ top: 0.25rem;
  font-weight: bold;
  /*px*/ font-size: 32px;
  /*rem*/ font-size: 2rem;
  font-family: "Arial Black";
}
.dashboard-section .dashboard-icon-text {
  display: block;
  width: 60%;
  /*px*/ margin: 5px auto 0;
  /*rem*/ margin: 0.3125rem auto 0;
  text-align: center;
  /*px*/ font-size: 10px;
  /*rem*/ font-size: 0.625rem;
  text-decoration: none;
}
a .user-sharing,
a .shared-by-me {
  /*px*/ height: 42px;
  /*rem*/ height: 2.625rem;
}
a .user-sharing i,
a .shared-by-me i,
a .user-sharing svg,
a .shared-by-me svg {
  position: absolute;
}
a .user-sharing .fa-user.me,
a .shared-by-me .fa-user.me {
  /*px*/ top: 6px;
  /*rem*/ top: 0.375rem;
  /*px*/ left: 45px;
  /*rem*/ left: 2.8125rem;
  /*px*/ font-size: 33px;
  /*rem*/ font-size: 2.0625rem;
  z-index: 2;
}
a .user-sharing .fa-user.user-1,
a .shared-by-me .fa-user.user-1 {
  /*px*/ top: -3px;
  /*rem*/ top: -0.1875rem;
  /*px*/ left: 59px;
  /*rem*/ left: 3.6875rem;
  color: #BBB;
  /*px*/ font-size: 24px;
  /*rem*/ font-size: 1.5rem;
  z-index: 1;
}
a .user-sharing .fa-reply,
a .shared-by-me .fa-reply {
  /*px*/ top: 16px;
  /*rem*/ top: 1rem;
  /*px*/ left: 68px;
  /*rem*/ left: 4.25rem;
  color: #666;
  /*px*/ font-size: 16px;
  /*rem*/ font-size: 1rem;
  z-index: 2;
  transform: rotate(50deg);
}
a .user-sharing .fa-plus {
  /*px*/ top: -2px;
  /*rem*/ top: -0.125rem;
  /*px*/ left: 74px;
  /*rem*/ left: 4.625rem;
  color: #666;
  /*px*/ font-size: 16px;
  /*rem*/ font-size: 1rem;
  z-index: 2;
}
a .shared-with-me {
  /*px*/ height: 42px;
  /*rem*/ height: 2.625rem;
}
a .shared-with-me i,
a .shared-with-me svg {
  position: absolute;
}
a .shared-with-me .fa-user.me {
  /*px*/ top: 6px;
  /*rem*/ top: 0.375rem;
  /*px*/ left: 45px;
  /*rem*/ left: 2.8125rem;
  /*px*/ font-size: 33px;
  /*rem*/ font-size: 2.0625rem;
  z-index: 2;
}
a .shared-with-me .fa-user.user-1 {
  /*px*/ top: -2px;
  /*rem*/ top: -0.125rem;
  /*px*/ left: 60px;
  /*rem*/ left: 3.75rem;
  color: #BBB;
  /*px*/ font-size: 24px;
  /*rem*/ font-size: 1.5rem;
  z-index: 1;
}
a .shared-with-me .fa-share {
  /*px*/ top: 15px;
  /*rem*/ top: 0.9375rem;
  /*px*/ left: 70px;
  /*rem*/ left: 4.375rem;
  color: #666;
  /*px*/ font-size: 16px;
  /*rem*/ font-size: 1rem;
  z-index: 2;
  transform: rotate(130deg);
}
a:hover .dashboard-icon .fa-user.me {
  color: #3B65B1;
}
a:hover .dashboard-icon .fa-user.user-1 {
  color: #5B75D1;
}
a:hover .dashboard-icon .fa-reply,
a:hover .dashboard-icon .fa-share {
  color: #0B2571;
}
a:hover .dashboard-icon .fa-plus {
  color: #0B2571;
}
.roles-icon .dashboard-icon-reverse-svg {
  position: relative;
  width: 100%;
  /*px*/ height: 44px;
  /*rem*/ height: 2.75rem;
}
.roles-icon .dashboard-icon-reverse-svg::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  /*px*/ margin-left: -23px;
  /*rem*/ margin-left: -1.4375rem;
  /*px*/ width: 41px;
  /*rem*/ width: 2.5625rem;
  height: calc(95%);
  background-color: #999;
}
.roles-icon .dashboard-icon-reverse-svg::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  /*px*/ margin-left: -23px;
  /*rem*/ margin-left: -1.4375rem;
  /*px*/ width: 44px;
  /*rem*/ width: 2.75rem;
  height: 100%;
  background-image: url('/assets/graphics/role-icon-reverse.svg');
}
.roles-icon a:hover .dashboard-icon-reverse-svg::before {
  background-color: #3B65B1;
}
.ilt-sessions {
  /*px*/ margin-top: 30px;
  /*rem*/ margin-top: 1.875rem;
}
.awarding-body-logo-field {
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  /*px*/ height: 160px;
  /*rem*/ height: 10rem;
  /*px*/ border-radius: 4px;
  /*rem*/ border-radius: 0.25rem;
  /*px*/ border-width: 1px;
  /*rem*/ border-width: 0.0625rem;
  border-style: solid;
  border-color: #CCC;
  background-color: #ffffff;
}
.awarding-body-logo {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.mdd-ilt-assessments {
  /*px*/ height: 150px;
  /*rem*/ height: 9.375rem;
}
.ilt-session-adding-to {
  /*px*/ padding: 8px;
  /*rem*/ padding: 0.5rem;
  border-style: solid;
  /*px*/ border-width: 1px;
  /*rem*/ border-width: 0.0625rem;
  border-color: #3c65b1;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#5a87ce+0,5a87ce+5,4874bf+5,3c65b1+95,3c65b1+95,2855a3+95,2b5dad+100 */
  background: #5a87ce;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #5a87ce 0%, #5a87ce 5%, #4874bf 5%, #3c65b1 95%, #3c65b1 95%, #2855a3 95%, #2b5dad 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5a87ce', endColorstr='#2b5dad', GradientType=0);
  /* IE6-9 */
  color: #ffffff;
  /*px*/ font-size: 18px;
  /*rem*/ font-size: 1.125rem;
  /*px*/ line-height: 25px;
  /*rem*/ line-height: 1.5625rem;
}
.ilt-sessions-trainees .add-manual-user {
  /*px*/ padding: 5px 4px 8px 9px;
  /*rem*/ padding: 0.3125rem 0.25rem 0.5rem 0.5625rem;
  /*px*/ border: 1px solid #1d631d;
  /*rem*/ border: 0.0625rem solid #1d631d;
  background-color: #494;
}
.ilt-sessions-trainees .add-manual-user li {
  display: inline;
  margin-left: 0;
}
.ilt-sessions-trainees .add-manual-user li #aum-first-name {
  width: calc(20% - 55px);
}
.ilt-sessions-trainees .add-manual-user li #aum-surname {
  width: calc(21% - 55px);
}
.ilt-sessions-trainees .add-manual-user li #aum-email {
  width: calc(31% - 55px);
}
.ilt-sessions-trainees .add-manual-user li #aum-company {
  width: calc(31% - 55px);
}
.ilt-sessions-trainees .add-manual-user li #add-manual-user-btn {
  /*px*/ width: 170px;
  /*rem*/ width: 10.625rem;
}
.ilt-sessions-trainees .add-manual-user .add-manual-user-btn {
  /*px*/ padding: 12px;
  /*rem*/ padding: 0.75rem;
  /*px*/ margin-top: 1px;
  /*rem*/ margin-top: 0.0625rem;
}
.ilt-sessions-trainees .date-passed {
  /*px*/ margin-top: 1px;
  /*rem*/ margin-top: 0.0625rem;
  /*px*/ padding: 7px;
  /*rem*/ padding: 0.4375rem;
  /*px*/ border-radius: 3px;
  /*rem*/ border-radius: 0.1875rem;
  /*px*/ border: 1px solid #CCC;
  /*rem*/ border: 0.0625rem solid #CCC;
}
.ilt-sessions-trainees .manual-user td {
  background-color: #FFF3EE;
}
.num-no-to-select {
  /*px*/ width: 80px;
  /*rem*/ width: 5rem;
}
.assessment-builder {
  /*px*/ font-size: 13px;
  /*rem*/ font-size: 0.8125rem;
}
.assessment-builder th,
.assessment-builder td {
  /*px*/ padding: 5px 14px;
  /*rem*/ padding: 0.3125rem 0.875rem;
  vertical-align: middle;
}
.assessment-builder td.action-col {
  /*px*/ width: 1px;
  /*rem*/ width: 0.0625rem;
  white-space: nowrap;
}
.assessment-builder .question {
  /*px*/ border-width: 0 1px 1px 1px;
  /*rem*/ border-width: 0 0.0625rem 0.0625rem 0.0625rem;
  border-style: solid;
  border-color: #EEE;
}
.assessment-builder .question td {
  vertical-align: top;
  /*px*/ padding: 12px 14px 0 14px;
  /*rem*/ padding: 0.75rem 0.875rem 0 0.875rem;
}
.assessment-builder .question td.action-col {
  vertical-align: top;
  /*px*/ padding: 5px 14px;
  /*rem*/ padding: 0.3125rem 0.875rem;
}
.assessment-builder .section-header {
  /*px*/ border: 1px solid #CDE;
  /*rem*/ border: 0.0625rem solid #CDE;
}
.assessment-builder .section-header td {
  width: 100%;
  /*px*/ padding: 10px 14px 0 14px;
  /*rem*/ padding: 0.625rem 0.875rem 0 0.875rem;
  background-color: #DEF;
}
.assessment-builder .section-header input[type="text"],
.assessment-builder .section-header input[type="number"] {
  margin-top: 0;
}
.assessment-builder .section-header .section-editing-name {
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
}
.assessment-builder .section-header .save-section-name-btn {
  /*px*/ padding: 12px;
  /*rem*/ padding: 0.75rem;
  /*px*/ border: 1px solid #CCC;
  /*rem*/ border: 0.0625rem solid #CCC;
  border-left: none;
  background: #F3F3F3;
  color: #000000;
}
.assessment-builder .section-header .save-section-name-btn:hover {
  color: #0AD;
}
.assessment-builder .question-header {
  /*px*/ border: 1px solid #069;
  /*rem*/ border: 0.0625rem solid #069;
}
.assessment-builder .question-header td {
  background-color: #069;
  color: #ffffff;
}
.assessment-builder .cb-all::before {
  font-family: FontAwesome;
  color: #DDD;
  content: '\f0c8';
  /*px*/ margin-top: -6px;
  /*rem*/ margin-top: -0.375rem;
  /*px*/ margin-left: -6px;
  /*rem*/ margin-left: -0.375rem;
}
.assessment-builder .cb-all.all-selected::before {
  content: '\f14a';
  color: #F93;
}
.multiple-choice-answers thead tr {
  /*px*/ border: 1px #CDE solid;
  /*rem*/ border: 0.0625rem #CDE solid;
}
.multiple-choice-answers thead th {
  background-color: #DEF;
}
.multiple-choice-answers tr {
  /*px*/ border-width: 1px;
  /*rem*/ border-width: 0.0625rem;
  border-style: solid;
  border-color: #FFF #EEE #EEE #EEE;
}
.multiple-choice-answers td {
  vertical-align: middle;
}
.multiple-choice-answers .id-col {
  /*px*/ width: 120px;
  /*rem*/ width: 7.5rem;
}
.multiple-choice-answers .text-col {
  /*px*/ width: auto;
  /*rem*/ width: auto;
}
.multiple-choice-answers .correct-col {
  /*px*/ width: 105px;
  /*rem*/ width: 6.5625rem;
}
.multiple-choice-answers .score-col {
  /*px*/ width: 90px;
  /*rem*/ width: 5.625rem;
}
.multiple-choice-answers .delete-col {
  /*px*/ width: 24px;
  /*rem*/ width: 1.5rem;
}
.multiple-choice-answers input[type="text"] {
  width: 100%;
}
.dad-categories .dad-category {
  position: relative;
  float: left;
  width: 50%;
  /*px*/ padding: 16px;
  /*rem*/ padding: 1rem;
  /*px*/ margin: 8px 0;
  /*rem*/ margin: 0.5rem 0;
  background-color: #069;
}
.dad-categories .dad-category .category-no {
  color: #ffffff;
  /*px*/ font-size: 24px;
  /*rem*/ font-size: 1.5rem;
}
.dad-categories .dad-category .dad-delete-icon {
  /*px*/ right: 0;
  /*rem*/ right: 0;
  /*px*/ top: 0;
  /*rem*/ top: 0;
}
.dad-categories .dad-items {
  /*px*/ margin-top: 10px;
  /*rem*/ margin-top: 0.625rem;
}
.dad-categories .dad-item {
  position: relative;
}
.dad-categories .dad-item .dad-delete-icon {
  /*px*/ right: 0;
  /*rem*/ right: 0;
  /*px*/ top: 1px;
  /*rem*/ top: 0.0625rem;
}
.dad-categories .dad-delete-icon {
  position: absolute;
  z-index: 100;
  /*px*/ padding: 12px 14px 11px 14px;
  /*rem*/ padding: 0.75rem 0.875rem 0.6875rem 0.875rem;
  /*px*/ border-width: 0;
  /*rem*/ border-width: 0;
  border-style: solid;
  border-color: #FFF;
  background-color: #024;
  color: #ffffff;
  cursor: pointer;
}
.dad-categories .dad-delete-icon:hover {
  background-color: #ffffff;
  color: #024;
}
.dad-categories ul {
  margin-bottom: 0;
}
.dad-categories li {
  margin-left: 0;
}
.dad-categories input {
  width: 100%;
  border: none;
  /*px*/ margin: 1px 0;
  /*rem*/ margin: 0.0625rem 0;
}
.dad-categories input:-ms-input-placeholder {
  color: #6BD;
}
.dad-categories input::placeholder {
  color: #6BD;
}
.dad-categories input[name="category"] {
  background-color: #058;
  color: #ffffff;
}
.dad-categories input[name*="item"] {
  background-color: #007FAF;
  color: #ffffff;
}
.dad-categories .add-another-item {
  width: 100%;
  /*px*/ margin: 2px 0;
  /*rem*/ margin: 0.125rem 0;
  /*px*/ padding: 8px;
  /*rem*/ padding: 0.5rem;
  background-color: #ffffff;
  color: #000000;
}
.dad-categories .add-another-item:hover {
  color: #7B7;
}
.report-elearning select[multiple],
.report-ilt-courses select[multiple],
.report-oc-exercises select[multiple] {
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  /*px*/ font-size: 14px;
  /*rem*/ font-size: 0.875rem;
}
.report-elearning select[multiple] option,
.report-ilt-courses select[multiple] option,
.report-oc-exercises select[multiple] option {
  /*px*/ padding: 5px;
  /*rem*/ padding: 0.3125rem;
}
.report-elearning select[multiple] option:not(:last-child),
.report-ilt-courses select[multiple] option:not(:last-child),
.report-oc-exercises select[multiple] option:not(:last-child) {
  /*px*/ border-bottom: 1px solid #DCE9FF;
  /*rem*/ border-bottom: 0.0625rem solid #DCE9FF;
}
.report-elearning .report-ilt-courses-with-filter,
.report-ilt-courses .report-ilt-courses-with-filter,
.report-oc-exercises .report-ilt-courses-with-filter {
  /*px*/ border-radius: 4px;
  /*rem*/ border-radius: 0.25rem;
  /*px*/ border: 1px solid #CCC;
  /*rem*/ border: 0.0625rem solid #CCC;
}
.report-elearning .report-ilt-courses-with-filter .report-ilt-course-filter,
.report-ilt-courses .report-ilt-courses-with-filter .report-ilt-course-filter,
.report-oc-exercises .report-ilt-courses-with-filter .report-ilt-course-filter {
  display: table;
  width: 100%;
  /*px*/ border-bottom: 1px solid #CCC;
  /*rem*/ border-bottom: 0.0625rem solid #CCC;
}
.report-elearning .report-ilt-courses-with-filter .report-ilt-course-filter .report-ilt-course-filter-label,
.report-ilt-courses .report-ilt-courses-with-filter .report-ilt-course-filter .report-ilt-course-filter-label,
.report-oc-exercises .report-ilt-courses-with-filter .report-ilt-course-filter .report-ilt-course-filter-label {
  display: table-cell;
  width: 133px;
  float: left;
  /*px*/ height: 40px;
  /*rem*/ height: 2.5rem;
  /*px*/ padding: 14px;
  /*rem*/ padding: 0.875rem;
  background-color: #CCC;
  color: #FFF;
}
.report-elearning .report-ilt-courses-with-filter .report-ilt-course-filter .report-ilt-course-filter-search,
.report-ilt-courses .report-ilt-courses-with-filter .report-ilt-course-filter .report-ilt-course-filter-search,
.report-oc-exercises .report-ilt-courses-with-filter .report-ilt-course-filter .report-ilt-course-filter-search {
  display: table-cell;
  vertical-align: top;
  width: 100%;
  padding: 0;
}
.report-elearning .report-ilt-courses-with-filter .report-ilt-course-filter .report-ilt-course-filter-search input,
.report-ilt-courses .report-ilt-courses-with-filter .report-ilt-course-filter .report-ilt-course-filter-search input,
.report-oc-exercises .report-ilt-courses-with-filter .report-ilt-course-filter .report-ilt-course-filter-search input {
  /*px*/ height: 40px;
  /*rem*/ height: 2.5rem;
  margin-top: 0;
  border: none;
}
.report-elearning .report-ilt-courses-with-filter select,
.report-ilt-courses .report-ilt-courses-with-filter select,
.report-oc-exercises .report-ilt-courses-with-filter select {
  border: none;
}
.report-elearning #location-report-ilt-courses,
.report-ilt-courses #location-report-ilt-courses,
.report-oc-exercises #location-report-ilt-courses {
  height: 100%;
}
.report-elearning .report-ms-courses,
.report-ilt-courses .report-ms-courses,
.report-oc-exercises .report-ms-courses {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .report-elearning .report-ms-courses,
  .report-ilt-courses .report-ms-courses,
  .report-oc-exercises .report-ms-courses {
    width: 60%;
  }
}
.report-elearning .report-ms-courses header,
.report-ilt-courses .report-ms-courses header,
.report-oc-exercises .report-ms-courses header {
  /*px*/ height: 45px;
  /*rem*/ height: 2.8125rem;
}
.report-elearning .report-ms-courses select,
.report-ilt-courses .report-ms-courses select,
.report-oc-exercises .report-ms-courses select {
  width: 100%;
  /*px*/ height: 200px;
  /*rem*/ height: 12.5rem;
}
.report-elearning .report-ms-statuses,
.report-ilt-courses .report-ms-statuses,
.report-oc-exercises .report-ms-statuses {
  float: left;
  width: 100%;
  /*px*/ height: 260px;
  /*rem*/ height: 16.25rem;
}
@media (min-width: 768px) {
  .report-elearning .report-ms-statuses,
  .report-ilt-courses .report-ms-statuses,
  .report-oc-exercises .report-ms-statuses {
    width: 35%;
    /*px*/ margin-left: 10px;
    /*rem*/ margin-left: 0.625rem;
  }
}
.report-elearning .report-ms-statuses select,
.report-ilt-courses .report-ms-statuses select,
.report-oc-exercises .report-ms-statuses select {
  width: 100%;
  /*px*/ height: 200px;
  /*rem*/ height: 12.5rem;
}
.report-elearning .report-filter-section-location,
.report-ilt-courses .report-filter-section-location,
.report-oc-exercises .report-filter-section-location {
  /*px*/ height: 310px;
  /*rem*/ height: 19.375rem;
}
.report-elearning .report-location-selector,
.report-ilt-courses .report-location-selector,
.report-oc-exercises .report-location-selector {
  float: left;
  width: 100%;
  /*px*/ height: 260px;
  /*rem*/ height: 16.25rem;
}
@media (min-width: 768px) {
  .report-elearning .report-location-selector,
  .report-ilt-courses .report-location-selector,
  .report-oc-exercises .report-location-selector {
    width: 60%;
  }
}
.report-elearning .report-location-selector .location-selector,
.report-ilt-courses .report-location-selector .location-selector,
.report-oc-exercises .report-location-selector .location-selector {
  width: 100%;
  /*px*/ height: 200px;
  /*rem*/ height: 12.5rem;
}
.report-elearning .report-field-select,
.report-ilt-courses .report-field-select,
.report-oc-exercises .report-field-select {
  float: left;
  width: 100%;
  /*px*/ margin-top: 19px;
  /*rem*/ margin-top: 1.1875rem;
}
@media (min-width: 768px) {
  .report-elearning .report-field-select,
  .report-ilt-courses .report-field-select,
  .report-oc-exercises .report-field-select {
    width: 35%;
    /*px*/ margin-left: 10px;
    /*rem*/ margin-left: 0.625rem;
  }
}
.report-elearning .report-field-select h4,
.report-ilt-courses .report-field-select h4,
.report-oc-exercises .report-field-select h4 {
  /*px*/ margin-bottom: 11px;
  /*rem*/ margin-bottom: 0.6875rem;
}
.report-result h3:first-child {
  /*px*/ margin-top: 36px;
  /*rem*/ margin-top: 2.25rem;
}
.report-result .elearning-report-tbl-separator,
.report-result .ilt-courses-report-tbl-separator,
.report-result .oc-exercises-report-tbl-separator {
  /*px*/ height: 16px;
  /*rem*/ height: 1rem;
  /*px*/ margin: 20px 0;
  /*rem*/ margin: 1.25rem 0;
  /*px*/ border-radius: 4px;
  /*rem*/ border-radius: 0.25rem;
  /*px*/ border: 1px solid #EEBB00;
  /*rem*/ border: 0.0625rem solid #EEBB00;
  /*px*/ border-bottom-width: 8px;
  /*rem*/ border-bottom-width: 0.5rem;
  background-color: #FFCC00;
}
.report-result .expired {
  background-color: #F00;
  color: #ffffff;
}
.report-result .expiring-soon {
  background-color: #F80;
  color: #ffffff;
}
.report-result .report-elearning-overall-controls,
.report-result .report-ilt-overall-controls,
.report-result .sr-section {
  /*px*/ padding: 20px 0 50px 0;
  /*rem*/ padding: 1.25rem 0 3.125rem 0;
  /*px*/ border-radius: 4px;
  /*rem*/ border-radius: 0.25rem;
  /*px*/ border: 1px solid #CCC;
  /*rem*/ border: 0.0625rem solid #CCC;
  /*px*/ border-bottom-width: 4px;
  /*rem*/ border-bottom-width: 0.25rem;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,e2e2e2+100 */
  background: #eeeeee;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eeeeee 0%, #e2e2e2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#e2e2e2', GradientType=0);
  /* IE6-9 */
}
.report-result .report-course-heading {
  /*px*/ padding: 12px 0;
  /*rem*/ padding: 0.75rem 0;
  background-color: #ffffff;
}
.report-result .report-course-heading .course-label {
  /*px*/ padding: 8px;
  /*rem*/ padding: 0.5rem;
  background-color: #3B65B1;
  color: #ffffff;
}
.report-result .report-course-heading .course-name {
  /*px*/ padding: 8px;
  /*rem*/ padding: 0.5rem;
  background-color: #ffffff;
  color: #3B65B1;
}
.report-result .report-site-name {
  color: #797979;
  /*px*/ font-size: 40px;
  /*rem*/ font-size: 2.5rem;
}
.report-result .ind-pc-header {
  position: relative;
  /*px*/ padding: 20px 0 0 20px;
  /*rem*/ padding: 1.25rem 0 0 1.25rem;
  /*px*/ margin-bottom: 20px;
  /*rem*/ margin-bottom: 1.25rem;
  /*px*/ border-radius: 4px;
  /*rem*/ border-radius: 0.25rem;
  /*px*/ border: 1px solid #CCC;
  /*rem*/ border: 0.0625rem solid #CCC;
  /*px*/ border-bottom-width: 4px;
  /*rem*/ border-bottom-width: 0.25rem;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,e2e2e2+100 */
  background: #eeeeee;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #eeeeee 0%, #e2e2e2 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#e2e2e2', GradientType=0);
  /* IE6-9 */
}
.report-result .print-section-btn {
  position: absolute;
  /*px*/ left: 10px;
  /*rem*/ left: 0.625rem;
  /*px*/ bottom: 10px;
  /*rem*/ bottom: 0.625rem;
}
.report-result .pie-chart-name {
  font-weight: bold;
  /*px*/ font-size: 14px;
  /*rem*/ font-size: 0.875rem;
  text-align: center;
}
.report-result .ind-chart-no-data {
  display: block;
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  /*px*/ margin: 24px 20px 24px 0;
  /*rem*/ margin: 1.5rem 1.25rem 1.5rem 0;
  /*px*/ border-radius: 5px;
  /*rem*/ border-radius: 0.3125rem;
  background-color: #DD2525;
  color: #ffffff;
  font-style: italic;
  text-align: center;
}
.chart-reset-btn circle {
  box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}
.reset-date-range {
  color: #C00;
  cursor: pointer;
}
.user-search-location {
  width: 50%;
  float: left;
}
.user-search-location .location-selector {
  /*px*/ height: 220px;
  /*rem*/ height: 13.75rem;
}
.user-search-fields {
  /*px*/ margin-top: 24px;
  /*rem*/ margin-top: 1.5rem;
  width: 50%;
  float: right;
}
.user-search-fields li {
  /*px*/ margin-top: 6px;
  /*rem*/ margin-top: 0.375rem;
}
.user-search-fields li label {
  /*px*/ margin-left: 2px;
  /*rem*/ margin-left: 0.125rem;
}
.user-search-fields li input[type="text"] {
  width: 100%;
  /*px*/ border-radius: 4px;
  /*rem*/ border-radius: 0.25rem;
}
.user-search-btn {
  width: calc(50% - 24px);
  /*px*/ margin-top: 8px;
  /*rem*/ margin-top: 0.5rem;
}
.view-itr-btn span {
  font-weight: bold;
}
.temp-login-time {
  /*px*/ margin-top: 4px;
  /*rem*/ margin-top: 0.25rem;
}
#DT-users .archived td {
  background-color: #F7F7F7 !important;
  color: #BBB !important;
}
#DT-users .archived:hover td {
  background-color: #F2F2F2 !important;
  color: #BBB !important;
}
.setting {
  margin-left: 0;
  /*px*/ margin-bottom: 5px;
  /*rem*/ margin-bottom: 0.3125rem;
}
.setting label,
.setting input,
.setting select {
  display: inline-block;
  margin: 0;
}
.setting label {
  width: 100%;
  /*px*/ border: 1px solid #d6d6d6;
  /*rem*/ border: 0.0625rem solid #d6d6d6;
  background-color: #f7f7f7;
  color: #737373;
}
.setting label span {
  display: inline-block;
  /*px*/ padding: 11px;
  /*rem*/ padding: 0.6875rem;
}
.setting .timediff .timediff-control {
  float: right;
}
.setting .timediff .timediff-control input {
  /*px*/ width: 62px;
  /*rem*/ width: 3.875rem;
  border: none;
  text-align: right;
}
.setting .timediff .timediff-control select {
  border-top: none;
  border-right: none;
  border-bottom: none;
  border-color: #F7F7F7;
}
.setting .int {
  float: right;
  width: 50%;
  border: none;
}
.setting .string {
  float: right;
  width: 50%;
  /*px*/ padding: 9.5px 10px 9.5px 10px;
  /*rem*/ padding: 0.59375rem 0.625rem 0.59375rem 0.625rem;
  border: none;
}
.setting .dropdown {
  float: right;
  width: 50%;
  border: none;
}
.permission-group {
  /*px*/ padding: 20px;
  /*rem*/ padding: 1.25rem;
  /*px*/ margin-bottom: 48px;
  /*rem*/ margin-bottom: 3rem;
  /*px*/ border: 1px solid #CCC;
  /*rem*/ border: 0.0625rem solid #CCC;
  background-color: #ffffff;
}
.permission-group:last-child {
  /*px*/ margin-bottom: 24px;
  /*rem*/ margin-bottom: 1.5rem;
}
.permission-tr.disabled td {
  color: #BBB;
  background-color: #F4F4F4;
}
.add-items-btns li {
  width: 19.6%;
  display: inline-block;
}
.add-items-btns li button {
  width: 100%;
  padding: 14px;
  height: 60px;
  font-size: 14px;
}
.DT-qualification-items-list.admin tr[data-type="ol"] td:nth-child(1) {
  /*px*/ border-left: 4px solid #09F;
  /*rem*/ border-left: 0.25rem solid #09F;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0099ff+0,0099ff+56,ffffff+56,ffffff+56 */
  background: #0099ff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(90deg, #0099ff 0%, #0099ff 56%, #ffffff 56%, #ffffff 56%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0099ff', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #FFF;
}
.DT-qualification-items-list tr[data-type="ol"] td.colour-coded-icon {
  color: #09F;
}
.DT-qualification-items-list.admin tr[data-type="oc"] td:nth-child(1) {
  /*px*/ border-left: 4px solid #6D6;
  /*rem*/ border-left: 0.25rem solid #6D6;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#66dd66+0,66dd66+56,ffffff+56 */
  background: #66dd66;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(90deg, #66dd66 0%, #66dd66 56%, #ffffff 56%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66dd66', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #FFF;
}
.DT-qualification-items-list tr[data-type="oc"] td.colour-coded-icon {
  color: #6D6;
}
.DT-qualification-items-list.admin tr[data-type="ilt"] td:nth-child(1) {
  /*px*/ border-left: 4px solid #F90;
  /*rem*/ border-left: 0.25rem solid #F90;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff9900+0,ff9900+56,ffffff+56 */
  background: #ff9900;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(90deg, #ff9900 0%, #ff9900 56%, #ffffff 56%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff9900', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #FFF;
}
.DT-qualification-items-list tr[data-type="ilt"] td.colour-coded-icon {
  color: #F90;
}
.DT-qualification-items-list.admin tr[data-type="doc"] td:nth-child(1) {
  /*px*/ border-left: 4px solid #C36;
  /*rem*/ border-left: 0.25rem solid #C36;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cc3366+0,cc3366+56,ffffff+56 */
  background: #cc3366;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(90deg, #cc3366 0%, #cc3366 56%, #ffffff 56%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cc3366', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #FFF;
}
.DT-qualification-items-list tr[data-type="doc"] td.colour-coded-icon {
  color: #C36;
}
.DT-qualification-items-list.admin tr[data-type="asmnt"] td:nth-child(1) {
  /*px*/ border-left: 4px solid #639;
  /*rem*/ border-left: 0.25rem solid #639;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#663399+0,663399+56,ffffff+56 */
  background: #663399;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(90deg, #663399 0%, #663399 56%, #ffffff 56%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#663399', endColorstr='#ffffff', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #FFF;
}
.DT-qualification-items-list tr[data-type="asmnt"] td.colour-coded-icon {
  color: #639;
}
.DT-qualification-items-list td:nth-child(1) {
  cursor: move;
}
.qualification-details td {
  /*px*/ border-top: 1px solid #FFF;
  /*rem*/ border-top: 0.0625rem solid #FFF;
}
.qualification-details td:nth-child(1) {
  background-color: #EEE;
}
.qualification-details td:nth-child(2) {
  background-color: #F5F5F5;
}
.add-manual-users-cb-host {
  /*px*/ margin: 12px 0;
  /*rem*/ margin: 0.75rem 0;
  /*px*/ padding: 12px;
  /*rem*/ padding: 0.75rem;
  /*px*/ border: 1px solid #D5D5D5;
  /*rem*/ border: 0.0625rem solid #D5D5D5;
  color: #888;
}
.add-manual-users-cb-host span {
  position: relative;
  /*px*/ top: 2px;
  /*rem*/ top: 0.125rem;
}
.steps-nav-container {
  text-align: center;
}
.steps-nav-container .steps-nav li {
  display: inline-block;
}
.steps-nav-container .steps-nav .step-icon {
  position: relative;
  z-index: 10;
  /*px*/ width: 100px;
  /*rem*/ width: 6.25rem;
  vertical-align: top;
}
.steps-nav-container .steps-nav .step-icon .step-name {
  display: block;
  /*px*/ margin: 5px auto;
  /*rem*/ margin: 0.3125rem auto;
  /*px*/ width: 60px;
  /*rem*/ width: 3.75rem;
  color: #CCC;
  /*px*/ font-size: 12px;
  /*rem*/ font-size: 0.75rem;
}
.steps-nav-container .steps-nav .step-join {
  position: relative;
  z-index: 5;
  /*px*/ top: 3px;
  /*rem*/ top: 0.1875rem;
  /*px*/ margin-left: -40px;
  /*rem*/ margin-left: -2.5rem;
  /*px*/ margin-right: -64px;
  /*rem*/ margin-right: -4rem;
  /*px*/ width: 100px;
  /*rem*/ width: 6.25rem;
  /*px*/ border-top: 2px solid #CCC;
  /*rem*/ border-top: 0.125rem solid #CCC;
}
.highlight-box-1 {
  border: 1px solid #06C;
  background-color: #6CF;
}
.custom-dropdown {
  -webkit-appearance: none;
  background-image: url('/assets/graphics/dropdown-arrow-666.png');
  background-repeat: no-repeat;
  background-position: center right 9px;
}
.deadline-selector {
  display: inline;
  box-sizing: content-box;
  /*px*/ padding: 10px 24px 10px 8px;
  /*rem*/ padding: 0.625rem 1.5rem 0.625rem 0.5rem;
  /*px*/ height: 14px;
  /*rem*/ height: 0.875rem;
  /*px*/ border-radius: 4px;
  /*rem*/ border-radius: 0.25rem;
  /*px*/ margin-right: 5px;
  /*rem*/ margin-right: 0.3125rem;
  /*px*/ font-size: 13px;
  /*rem*/ font-size: 0.8125rem;
  -webkit-appearance: none;
  background-image: url('/assets/graphics/dropdown-arrow-666.png');
  background-repeat: no-repeat;
  background-position: center right 9px;
}
.custom-deadline {
  display: inline;
}
.custom-deadline-number {
  display: inline;
  box-sizing: content-box;
  /*px*/ width: 40px;
  /*rem*/ width: 2.5rem;
  /*px*/ height: 14px;
  /*rem*/ height: 0.875rem;
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  /*px*/ border-radius: 5px 0 0 5px;
  /*rem*/ border-radius: 0.3125rem 0 0 0.3125rem;
  border-right: none;
  /*px*/ font-size: 13px;
  /*rem*/ font-size: 0.8125rem;
}
.custom-deadline-number.invalid {
  background-color: #FCC;
  border-color: #F99 #CCC #F99 #F99;
}
.custom-deadline-unit {
  display: inline;
  box-sizing: content-box;
  /*px*/ padding: 10px 24px 10px 8px;
  /*rem*/ padding: 0.625rem 1.5rem 0.625rem 0.5rem;
  /*px*/ width: 65px;
  /*rem*/ width: 4.0625rem;
  /*px*/ height: 14px;
  /*rem*/ height: 0.875rem;
  -webkit-appearance: none;
  background-image: url('/assets/graphics/dropdown-arrow-666.png');
  background-repeat: no-repeat;
  background-position: center right 9px;
  border-radius: 0 5px 5px 0;
  border-left-color: #F8F8F8;
  /*px*/ font-size: 13px;
  /*rem*/ font-size: 0.8125rem;
}
.deadline-date-input {
  display: inline;
  box-sizing: content-box;
  /*px*/ width: 68px;
  /*rem*/ width: 4.25rem;
  /*px*/ height: 14px;
  /*rem*/ height: 0.875rem;
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  /*px*/ border-radius: 5px;
  /*rem*/ border-radius: 0.3125rem;
  border-right: none;
  /*px*/ font-size: 13px;
  /*rem*/ font-size: 0.8125rem;
}
.site-key {
  /*px*/ margin-bottom: 8px;
  /*rem*/ margin-bottom: 0.5rem;
}
.site-key .site-key-label {
  display: inline-block;
  /*px*/ width: 80px;
  /*rem*/ width: 5rem;
}
.oc-initial-form {
  /*px*/ padding: 16px;
  /*rem*/ padding: 1rem;
  /*px*/ border: 1px solid #DDD;
  /*rem*/ border: 0.0625rem solid #DDD;
  background-color: #ffffff;
}
.oc-initial-form .renewal-settings .var-name {
  /*px*/ width: 190px;
  /*rem*/ width: 11.875rem;
  display: inline-block;
}
.oc-initial-form .renewal-settings .number {
  /*px*/ width: 62px;
  /*rem*/ width: 3.875rem;
  display: inline-block;
}
.oc-initial-form .renewal-settings .unit {
  display: inline-block;
}
.oc-nav {
  /*px*/ height: 70px;
  /*rem*/ height: 4.375rem;
  /*px*/ margin-bottom: 20px;
  /*rem*/ margin-bottom: 1.25rem;
  /*px*/ padding: 16px;
  /*rem*/ padding: 1rem;
  /*px*/ border-radius: 8px;
  /*rem*/ border-radius: 0.5rem;
  /*px*/ border: 1px solid #DDD;
  /*rem*/ border: 0.0625rem solid #DDD;
  background-color: #FFF;
}
.oc-nav li {
  cursor: pointer;
}
.oc-nav li .number {
  float: left;
  /*px*/ padding: 11px 10px 9px 10px;
  /*rem*/ padding: 0.6875rem 0.625rem 0.5625rem 0.625rem;
  /*px*/ width: 38px;
  /*rem*/ width: 2.375rem;
  /*px*/ margin-top: -1px;
  /*rem*/ margin-top: -0.0625rem;
  /*px*/ border-radius: 30px;
  /*rem*/ border-radius: 1.875rem;
  /*px*/ border: 1px solid #308E52;
  /*rem*/ border: 0.0625rem solid #308E52;
  background: #62D28F;
  background: radial-gradient(circle at top left, #62D28F 0%, #329052 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62D28F', endColorstr='#329052 ', GradientType=1);
  box-shadow: inset -3px -3px 0 rgba(0, 0, 0, 0.07);
  color: #ffffff;
  text-align: center;
}
.oc-nav li.tab-button {
  float: left;
  /*px*/ margin: 0;
  /*rem*/ margin: 0;
}
.oc-nav li.tab-button:not(:first-child) {
  border-left: none;
}
.oc-nav li.tab-button .section-name-status {
  /*px*/ padding: 10px 0 10px 25px;
  /*rem*/ padding: 0.625rem 0 0.625rem 1.5625rem;
  /*px*/ height: 36px;
  /*rem*/ height: 2.25rem;
  /*px*/ border-radius: 0 17px 17px 0;
  /*rem*/ border-radius: 0 1.0625rem 1.0625rem 0;
  /*px*/ margin-left: 20px;
  /*rem*/ margin-left: 1.25rem;
  /*px*/ border-width: 1px 1px 1px 0;
  /*rem*/ border-width: 0.0625rem 0.0625rem 0.0625rem 0;
  border-style: solid;
  border-color: #E0E0E0;
  background-color: #ffffff;
  box-shadow: inset -3px -3px 1px rgba(0, 0, 0, 0.04);
}
.oc-nav li.tab-button .section-name-status.on {
  background-color: #ffffff;
  border-color: #49B06F;
}
.oc-nav li.tab-button .section-name-status.on .section-name {
  color: #49B06F;
}
.oc-nav li.tab-button .section-name-status.off {
  background-color: #F7F7F7;
  border-color: #E0E0E0;
}
.oc-nav li.tab-button .section-name-status.off .section-name {
  color: #BBB;
}
.oc-nav li.tab-button .section-name-status .section-name {
  float: left;
}
.oc-nav li.tab-button .section-name-status .section-status {
  float: right;
  /*px*/ width: 26px;
  /*rem*/ width: 1.625rem;
  /*px*/ margin-top: -5px;
  /*rem*/ margin-top: -0.3125rem;
  /*px*/ margin-right: 3px;
  /*rem*/ margin-right: 0.1875rem;
}
.oc-nav li.tab-button .section-name-status .section-status .fa-check-circle {
  color: #7B7;
}
.oc-nav li.not-used .number {
  /*px*/ border: 1px solid #BBB;
  /*rem*/ border: 0.0625rem solid #BBB;
  background: #CCC;
}
.oc-nav li.not-used .section-name-status .section-name {
  color: #DDD;
}
.oc-nav li.not-used .section-name-status.off .section-name {
  color: #DDD;
}
.oc-nav li:not(:last-child).tab-button .section-name-status {
  /*px*/ margin-right: 5px;
  /*rem*/ margin-right: 0.3125rem;
}
.ocb-section main {
  position: relative;
}
.ocb-section .no-edit-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.oc-titles {
  float: left;
  width: 65%;
}
.oc-attempt-user-data {
  float: right;
  display: table;
  /*px*/ width: 320px;
  /*rem*/ width: 20rem;
}
.oc-attempt-user-data td {
  /*px*/ border-bottom: 1px solid #F3F3F3;
  /*rem*/ border-bottom: 0.0625rem solid #F3F3F3;
  color: #094C82;
  /*px*/ font-size: 12px;
  /*rem*/ font-size: 0.75rem;
  text-transform: uppercase;
}
.oc-attempt-user-data td:first-child {
  background-color: #FFF;
  color: #111;
}
.oc-attempt-user-data td:nth-child(3) {
  border-left: none;
}
.oc-attempt-user-data td.editing {
  /*px*/ padding: 3px 3px 3px 10px;
  /*rem*/ padding: 0.1875rem 0.1875rem 0.1875rem 0.625rem;
}
.oc-attempt-user-data td.editing select {
  margin: 0;
}
.oc-attempt-user-data tr:nth-child(2) td:nth-child(2),
.oc-attempt-user-data tr:nth-child(3) td:nth-child(2) {
  border-right: none;
}
.oc-attempt-user-data .edit-mentor-assessor-btn {
  background: none;
  border: none;
  outline: none;
}
.learning-materials {
  /*px*/ padding: 30px;
  /*rem*/ padding: 1.875rem;
  /*px*/ border-radius: 8px;
  /*rem*/ border-radius: 0.5rem;
  background-color: #ffffff;
  /*px*/ border: 1px solid #DDD;
  /*rem*/ border: 0.0625rem solid #DDD;
}
.save-btn {
  border: none;
  background-color: #ffffff;
  color: #999;
}
.save-btn:hover {
  color: #000000;
}
.selected-mentor-assessor tr {
  /*px*/ border: 1px solid #DDD;
  /*rem*/ border: 0.0625rem solid #DDD;
}
.selected-mentor-assessor tr td:first-child {
  /*px*/ width: 160px;
  /*rem*/ width: 10rem;
  background-color: #F3F3F3;
  text-align: right;
  color: #AAA;
}
.oc-attachments label {
  /*px*/ margin-top: 7px;
  /*rem*/ margin-top: 0.4375rem;
  /*px*/ margin-left: 5px;
  /*rem*/ margin-left: 0.3125rem;
  /*px*/ margin-right: 3px;
  /*rem*/ margin-right: 0.1875rem;
  float: left;
  color: #AAA;
  /*px*/ font-size: 14px;
  /*rem*/ font-size: 0.875rem;
}
.oc-attachments .oc-attachment {
  display: inline-block;
  /*px*/ padding: 2px 3px 3px 3px;
  /*rem*/ padding: 0.125rem 0.1875rem 0.1875rem 0.1875rem;
  /*px*/ margin: 2px 2px 0 0;
  /*rem*/ margin: 0.125rem 0.125rem 0 0;
  /*px*/ border-radius: 3px;
  /*rem*/ border-radius: 0.1875rem;
  /*px*/ border: 1px solid #DDD;
  /*rem*/ border: 0.0625rem solid #DDD;
  background-color: #EEE;
}
.oc-attachments .oc-attachment a {
  /*px*/ margin-right: 3px;
  /*rem*/ margin-right: 0.1875rem;
  color: #999;
  /*px*/ font-size: 12px;
  /*rem*/ font-size: 0.75rem;
  text-decoration: none;
}
.oc-attachments .oc-attachment a:hover {
  text-decoration: underline;
}
.oc-attachments .oc-attachment button {
  /*px*/ padding: 2px;
  /*rem*/ padding: 0.125rem;
  border: none;
  background: none;
  color: #999;
  /*px*/ font-size: 12px;
  /*rem*/ font-size: 0.75rem;
}
.oc-attachments .oc-attachment button:hover {
  color: #E00;
}
.oc-attachments.oc-attachments-disabled {
  background-color: #E9E9E9 !important;
  border-color: #D5D5D5 !important;
}
.practice-runs .oc-single-item,
.practical-assessments .oc-single-item {
  border-style: solid;
  /*px*/ border-width: 1px;
  /*rem*/ border-width: 0.0625rem;
  border-color: #3563ba;
}
.practice-runs .specific-task-header,
.practical-assessments .specific-task-header {
  border-style: solid;
  /*px*/ border-width: 9px 1px 1px 1px;
  /*rem*/ border-width: 0.5625rem 0.0625rem 0.0625rem 0.0625rem;
  border-color: #3563BA;
}
.practice-runs .generic-task,
.practical-assessments .generic-task {
  /*px*/ border-width: 9px 1px 1px 1px;
  /*rem*/ border-width: 0.5625rem 0.0625rem 0.0625rem 0.0625rem;
  border-color: #C6D1E4;
}
.practice-runs .oc-date,
.practical-assessments .oc-date {
  /*px*/ width: 116px;
  /*rem*/ width: 7.25rem;
}
.practice-runs .oc-notes,
.practical-assessments .oc-notes {
  resize: none;
}
.practice-runs td,
.practical-assessments td {
  position: relative;
}
.practice-runs button.remove-assessment,
.practical-assessments button.remove-assessment {
  position: absolute;
  top: 0;
  /*px*/ right: -26px;
  /*rem*/ right: -1.625rem;
  z-index: 10;
  /*px*/ padding: 8px;
  /*rem*/ padding: 0.5rem;
  /*px*/ border-width: 1px 1px 1px 0;
  /*rem*/ border-width: 0.0625rem 0.0625rem 0.0625rem 0;
  /*px*/ border-radius: 0 9px 9px 0;
  /*rem*/ border-radius: 0 0.5625rem 0.5625rem 0;
  clip: rect(0px, 91px, 34px, 65px);
  border-style: solid;
  color: #000000;
  background-color: #ffffff;
  border-color: #DDD;
  transition-property: clip|right;
  transition-duration: .5s;
}
.practice-runs button.remove-assessment:hover,
.practical-assessments button.remove-assessment:hover {
  /*px*/ right: -90px;
  /*rem*/ right: -5.625rem;
  clip: rect(0px, 91px, 34px, 1px);
  background-color: #C00;
  color: #ffffff;
}
.practice-run-container .fixed-1 {
  float: left;
  /*px*/ width: 116px;
  /*rem*/ width: 7.25rem;
  position: relative;
  z-index: 2;
}
.practice-run-container .fluid {
  /*px*/ margin-left: -116px;
  /*rem*/ margin-left: -7.25rem;
  /*px*/ padding-left: 120px;
  /*rem*/ padding-left: 7.5rem;
  position: relative;
  z-index: 1;
}
.practice-run-container .fluid input {
  width: 100%;
}
.practice-run-container .specific-task .fluid {
  /*px*/ margin-right: 0;
  /*rem*/ margin-right: 0;
  /*px*/ padding-right: 0;
  /*rem*/ padding-right: 0;
}
.practice-run-container .generic-task .fluid {
  /*px*/ margin-right: -280px;
  /*rem*/ margin-right: -17.5rem;
  /*px*/ padding-right: 284px;
  /*rem*/ padding-right: 17.75rem;
}
.practice-run-container .fixed-2 {
  float: right;
  /*px*/ width: 280px;
  /*rem*/ width: 17.5rem;
  position: relative;
  z-index: 2;
}
.practice-run-container .nh-radio-group {
  /*px*/ margin-top: 6px;
  /*rem*/ margin-top: 0.375rem;
}
.practical-assessments-container .fixed-1 {
  float: left;
  width: 116px;
  position: relative;
  z-index: 2;
}
.practical-assessments-container .fluid {
  /*px*/ margin-left: -116px;
  /*rem*/ margin-left: -7.25rem;
  /*px*/ padding-left: 120px;
  /*rem*/ padding-left: 7.5rem;
  /*px*/ margin-right: -224px;
  /*rem*/ margin-right: -14rem;
  /*px*/ padding-right: 228px;
  /*rem*/ padding-right: 14.25rem;
  position: relative;
  z-index: 1;
}
.practical-assessments-container .fluid input {
  width: 100%;
}
.practical-assessments-container .fixed-2 {
  float: right;
  /*px*/ width: 224px;
  /*rem*/ width: 14rem;
  position: relative;
  z-index: 2;
}
.practical-assessments-container .nh-radio-group {
  /*px*/ margin-top: 6px;
  /*rem*/ margin-top: 0.375rem;
}
.OC-table-breaker td {
  background-color: transparent !important;
}
.oc-td-attachments .oc-attachments {
  /*px*/ min-height: 40px;
  /*rem*/ min-height: 2.5rem;
  /*px*/ padding: 5px;
  /*rem*/ padding: 0.3125rem;
  /*px*/ border: 1px solid #e2e2e2;
  /*rem*/ border: 0.0625rem solid #e2e2e2;
}
.oc-add-attachment-btn {
  /*px*/ margin-left: 5px;
  /*rem*/ margin-left: 0.3125rem;
  /*px*/ margin-top: 3px;
  /*rem*/ margin-top: 0.1875rem;
}
.generic-assessment td {
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  background-color: #048;
  color: #ffffff;
}
.generic-assessment .remove-btn {
  background: none;
  border: none;
  color: #7BE;
}
.generic-assessment .remove-btn:hover {
  color: #FFF;
}
.guidance-docs {
  /*px*/ padding: 20px;
  /*rem*/ padding: 1.25rem;
  /*px*/ margin-bottom: 20px;
  /*rem*/ margin-bottom: 1.25rem;
  /*px*/ border-top: 9px solid #E0E0E0;
  /*rem*/ border-top: 0.5625rem solid #E0E0E0;
  background-color: #ffffff;
}
.guidance-docs header * {
  /*px*/ font-size: 16px;
  /*rem*/ font-size: 1rem;
}
.guidance-docs ul {
  margin: 0;
}
.guidance-docs ul li {
  margin: 0;
}
.guidance-docs ul li a {
  /*px*/ font-size: 14px;
  /*rem*/ font-size: 0.875rem;
}
.specific-assessment .remove-btn {
  background: none;
  border: none;
  color: #7BE;
}
.specific-assessment .remove-btn:hover {
  color: #FFF;
}
.OC-player .specific-task-header td {
  /*px*/ padding: 10px 0 12px 14px;
  /*rem*/ padding: 0.625rem 0 0.75rem 0.875rem;
  background-color: #18408A;
  color: #ffffff;
}
.OC-player .specific-task-header td .specific-task-title {
  display: inline;
  float: left;
  /*px*/ margin: 10px 10px 10px 0;
  /*rem*/ margin: 0.625rem 0.625rem 0.625rem 0;
}
.OC-player .specific-task-description td {
  background-color: #EEF4FF;
  color: #000000;
}
.OC-player .specific-task-guidance td {
  /*px*/ border-top: 1px dotted #c6d1e6;
  /*rem*/ border-top: 0.0625rem dotted #c6d1e6;
  background-color: #EEF4FF;
  color: #000000;
}
.OC-player .inactive {
  border-color: #3563BA #AAA;
}
.OC-player .inactive .specific-task-header td {
  background-color: #DDD;
  color: #BBB;
}
.OC-player .inactive .specific-task-description td {
  background-color: #EEE;
  color: #BBB;
}
.OC-player .inactive .specific-task-guidance td {
  /*px*/ border-top: 1px solid #CCC;
  /*rem*/ border-top: 0.0625rem solid #CCC;
  background-color: #EEE;
  color: #BBB;
}
.OC-player .inactive .specific-task-guidance td h1,
.OC-player .inactive .specific-task-guidance td h2,
.OC-player .inactive .specific-task-guidance td h3,
.OC-player .inactive .specific-task-guidance td h4,
.OC-player .inactive .specific-task-guidance td h5,
.OC-player .inactive .specific-task-guidance td h6 {
  color: #BBB;
}
.OC-player .inactive .nh-radio-btn-on {
  background-color: #BDB;
}
.OC-player .inactive .nh-radio-btn-off {
  background-color: #E4E4E4;
}
.OC-player .inactive .row-1 td,
.OC-player .inactive .row-2 td,
.OC-player .inactive .row-3 td {
  background-color: #EEE;
}
.OC-player .inactive input[type="text"],
.OC-player .inactive .oc-attachments,
.OC-player .inactive textarea {
  background-color: #EEE;
}
.OC-player .inactive .oc-add-attachment-btn {
  display: inline-block;
  border-color: #C1C1C1;
  background-color: #E0E0E0;
  color: #7D7D7D;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}
.OC-player .inactive .oc-add-attachment-btn:hover {
  border-color: #C1C1C1;
  background-color: #FFF;
  color: #7D7D7D;
  /*px*/ text-shadow: 1px 1px #DDD;
  /*rem*/ text-shadow: 0.0625rem 0.0625rem #DDD;
}
.OC-player .inactive .oc-add-attachment-btn i.fa-check.mini-check,
.OC-player .inactive .oc-add-attachment-btn svg.fa-check.mini-check {
  display: none;
}
.OC-player .inactive .oc-add-attachment-btn:hover {
  background-color: #EEE;
}
.OC-player .generic-task-header td {
  background-color: #EEF4FF;
  color: #000000;
}
.task-breaker {
  /*px*/ height: 20px;
  /*rem*/ height: 1.25rem;
}
.no-assessments tr:first-child td {
  background-color: #DDD;
}
.add-guidance-btn {
  background: none;
  border: none;
  color: #069;
}
.specific-assessment-guidance {
  /*px*/ padding: 3px 5px 7px 5px;
  /*rem*/ padding: 0.1875rem 0.3125rem 0.4375rem 0.3125rem;
}
.specific-assessment-guidance-doc {
  display: inline-block;
  /*px*/ padding: 3px 4px 4px 6px;
  /*rem*/ padding: 0.1875rem 0.25rem 0.25rem 0.375rem;
  /*px*/ margin: 2px 2px 0 0;
  /*rem*/ margin: 0.125rem 0.125rem 0 0;
  /*px*/ border-radius: 3px;
  /*rem*/ border-radius: 0.1875rem;
  /*px*/ border: 1px solid #059;
  /*rem*/ border: 0.0625rem solid #059;
  background-color: #ffffff;
}
.specific-assessment-guidance-doc a {
  /*px*/ margin-right: 3px;
  /*rem*/ margin-right: 0.1875rem;
  color: #059;
  /*px*/ font-size: 12px;
  /*rem*/ font-size: 0.75rem;
  text-decoration: none;
}
.specific-assessment-guidance-doc button {
  /*px*/ padding: 2px;
  /*rem*/ padding: 0.125rem;
  border: none;
  background: none;
  color: #059;
  /*px*/ font-size: 12px;
  /*rem*/ font-size: 0.75rem;
}
.specific-assessment-guidance-doc button:hover {
  color: #E00;
}
textarea.auto-height {
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  resize: none;
  overflow: hidden;
  height: inherit;
}
.lock-watermark {
  position: absolute;
  left: 50%;
  /*px*/ margin-left: -112px;
  /*rem*/ margin-left: -7rem;
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  /*px*/ border-radius: 20px;
  /*rem*/ border-radius: 1.25rem;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
}
.lock-watermark .coloured-panel {
  /*px*/ padding: 50px 60px;
  /*rem*/ padding: 3.125rem 3.75rem;
  /*px*/ border-radius: 20px;
  /*rem*/ border-radius: 1.25rem;
  /*px*/ border: 10px solid rgba(200, 0, 0, 0.5);
  /*rem*/ border: 0.625rem solid rgba(200, 0, 0, 0.5);
  background-color: rgba(200, 0, 0, 0.5);
}
.lock-watermark .coloured-panel i {
  /*px*/ font-size: 100px;
  /*rem*/ font-size: 6.25rem;
  color: rgba(50, 0, 0, 0.7);
}
#s2-lock-watermark {
  /*px*/ top: 215px;
  /*rem*/ top: 13.4375rem;
}
#s3-lock-watermark {
  /*px*/ top: 325px;
  /*rem*/ top: 20.3125rem;
}
#s4-lock-watermark {
  /*px*/ top: 325px;
  /*rem*/ top: 20.3125rem;
}
.oc-building,
.oc-duplicating {
  /*px*/ margin-top: 70px;
  /*rem*/ margin-top: 4.375rem;
  color: #CCC;
  /*px*/ font-size: 15px;
  /*rem*/ font-size: 0.9375rem;
}
.oc-version {
  /*px*/ border-radius: 4px;
  /*rem*/ border-radius: 0.25rem;
  /*px*/ margin-left: 10px;
  /*rem*/ margin-left: 0.625rem;
  /*px*/ padding: 4px;
  /*rem*/ padding: 0.25rem;
  background-color: #BBB;
  color: #FFF;
  /*px*/ font-size: 10px;
  /*rem*/ font-size: 0.625rem;
}
.published-courses .category-name {
  display: inline-block;
  /*px*/ margin-top: 30px;
  /*rem*/ margin-top: 1.875rem;
  /*px*/ margin-bottom: 20px;
  /*rem*/ margin-bottom: 1.25rem;
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  /*px*/ border-left: 8px solid;
  /*rem*/ border-left: 0.5rem solid;
  text-transform: uppercase;
}
.published-courses .category-name.petroleum {
  color: #ffffff;
  border-color: #698ece;
  background-color: #3A65B0;
}
.published-courses .category-name.petroleum .course-term {
  color: #a2b9e1;
}
.published-courses .category-name.fire-hazards,
.published-courses .category-name.fire-safety {
  color: #ffffff;
  border-color: #ea6264;
  background-color: #E11E21;
}
.published-courses .category-name.fire-hazards .course-term,
.published-courses .category-name.fire-safety .course-term {
  color: #f3a5a6;
}
.published-courses .category-name.health-and-safety {
  color: #ffffff;
  border-color: #f8d55e;
  background-color: #F5C215;
}
.published-courses .category-name.health-and-safety .course-term {
  color: #fbe8a8;
}
.published-courses .category-name.toolbox-talks {
  color: #ffffff;
  border-color: #b3b3b3;
  background-color: #333;
}
.published-courses .category-name.toolbox-talks .course-term {
  color: #808080;
}
.published-courses .empty-category {
  /*px*/ margin: 20px 0;
  /*rem*/ margin: 1.25rem 0;
  /*px*/ padding: 20px;
  /*rem*/ padding: 1.25rem;
  /*px*/ border-top-width: 8px;
  /*rem*/ border-top-width: 0.5rem;
  border-style: solid;
  color: #FFF;
  /*px*/ font-size: 18px;
  /*rem*/ font-size: 1.125rem;
  text-align: center;
}
.published-courses .empty-category.petroleum {
  border-color: #698ece;
  background-color: #3A65B0;
}
.published-courses .empty-category.fire-hazards,
.published-courses .empty-category.fire-safety {
  border-color: #ea6264;
  background-color: #E11E21;
}
.published-courses .empty-category.health-and-safety {
  border-color: #f8d55e;
  background-color: #F5C215;
}
.published-courses .empty-category.toolbox-talks {
  border-color: #b3b3b3;
  background-color: #333;
}
.published-course {
  /*px*/ margin: 20px 0;
  /*rem*/ margin: 1.25rem 0;
  /*px*/ border-radius: 0;
  /*rem*/ border-radius: 0;
}
.published-course header {
  /*px*/ border-radius: 0 0 0 0;
  /*rem*/ border-radius: 0 0 0 0;
  /*px*/ border-width: 8px 0 0 0;
  /*rem*/ border-width: 0.5rem 0 0 0;
  border-style: solid;
}
.published-course header h3 {
  /*px*/ padding: 16px;
  /*rem*/ padding: 1rem;
  /*px*/ margin: 0;
  /*rem*/ margin: 0;
  color: #ffffff;
  /*px*/ font-size: 24px;
  /*rem*/ font-size: 1.5rem;
}
.published-course main {
  /*px*/ padding: 18px;
  /*rem*/ padding: 1.125rem;
  /*px*/ margin: 0;
  /*rem*/ margin: 0;
  /*px*/ border-radius: 0 0 0 0;
  /*rem*/ border-radius: 0 0 0 0;
  background-color: #ffffff;
  /*px*/ border-width: 2px;
  /*rem*/ border-width: 0.125rem;
  border-style: solid;
  border-color: #E6E6E6;
  border-top: none;
  /*px*/ font-size: 14px;
  /*rem*/ font-size: 0.875rem;
}
.published-course main .elearning-price {
  display: none;
}
.published-course main .course-list-overview {
  width: 75%;
}
.published-course main p {
  /*px*/ line-height: 18px;
  /*rem*/ line-height: 1.125rem;
  /*px*/ margin: 16px 0;
  /*rem*/ margin: 1rem 0;
}
.published-course main p:first-child {
  margin-top: 0;
}
.published-course main .elearning-launch-btn {
  position: relative;
  /*px*/ padding: 9px;
  /*rem*/ padding: 0.5625rem;
  text-decoration: none;
  cursor: pointer;
}
.published-course main .elearning-launch-btn:after {
  content: '';
  position: absolute;
  top: 0;
  /*px*/ left: 62px;
  /*rem*/ left: 3.875rem;
  /*px*/ height: 22px;
  /*rem*/ height: 1.375rem;
  /*px*/ border-width: 17px 8px;
  /*rem*/ border-width: 1.0625rem 0.5rem;
  border-style: solid;
}
.published-course main .elearning-more-info {
  /*px*/ padding: 9px;
  /*rem*/ padding: 0.5625rem;
  text-decoration: none;
}
.published-course.blue header {
  background-color: #3A65B0;
  border-color: #698ece;
}
.published-course.blue main {
  color: #070d17;
  background-color: #ffffff;
}
.published-course.blue main .elearning-launch-btn {
  background-color: #069;
  color: #ffffff;
}
.published-course.blue main .elearning-launch-btn:after {
  border-color: transparent transparent transparent #069;
}
.published-course.blue main .elearning-launch-btn:hover {
  background-color: #279EDA;
  color: #ffffff;
}
.published-course.blue main .elearning-launch-btn:hover:after {
  border-color: transparent transparent transparent #279EDA;
}
.published-course.blue main .elearning-more-info {
  background-color: #069;
  color: #ffffff;
}
.published-course.blue main .elearning-more-info:hover {
  background-color: #279EDA;
  color: #ffffff;
}
.published-course.red header {
  background-color: #E11E21;
  border-color: #ea6264;
}
.published-course.red main {
  color: #2d0607;
  background-color: #ffffff;
}
.published-course.red main .elearning-launch-btn {
  background-color: #b4181a;
  color: #ffffff;
}
.published-course.red main .elearning-launch-btn:after {
  border-color: transparent transparent transparent #b4181a;
}
.published-course.red main .elearning-launch-btn:hover {
  background-color: #E11E21;
  color: #ffffff;
}
.published-course.red main .elearning-launch-btn:hover:after {
  border-color: transparent transparent transparent #E11E21;
}
.published-course.red main .elearning-more-info {
  background-color: #b4181a;
  color: #ffffff;
}
.published-course.red main .elearning-more-info:hover {
  background-color: #E11E21;
  color: #ffffff;
}
.published-course.yellow header {
  background-color: #F5C215;
  border-color: #f8d55e;
}
.published-course.yellow header h3 {
  color: #000000;
}
.published-course.yellow main {
  color: #3b2f03;
  background-color: #ffffff;
}
.published-course.yellow main .elearning-launch-btn {
  background-color: #F5C215;
  color: #000000;
}
.published-course.yellow main .elearning-launch-btn:after {
  border-color: transparent transparent transparent #F5C215;
}
.published-course.yellow main .elearning-launch-btn:hover {
  background-color: #f9dc77;
  color: #000000;
}
.published-course.yellow main .elearning-launch-btn:hover:after {
  border-color: transparent transparent transparent #f9dc77;
}
.published-course.yellow main .elearning-more-info {
  background-color: #F5C215;
  color: #000000;
}
.published-course.yellow main .elearning-more-info:hover {
  background-color: #f9dc77;
  color: #000000;
}
.published-course.white header {
  background-color: #333;
  border-bottom: #b3b3b3;
}
.published-course.white header h3 {
  color: #ffffff;
}
.published-course.white main {
  color: #000000;
  background-color: #ffffff;
}
.published-course.white main .elearning-launch-btn {
  background-color: #000000;
  color: #ffffff;
}
.published-course.white main .elearning-launch-btn:after {
  border-color: transparent transparent transparent #000000;
}
.published-course.white main .elearning-launch-btn:hover {
  background-color: #4d4d4d;
  color: #ffffff;
}
.published-course.white main .elearning-launch-btn:hover:after {
  border-color: transparent transparent transparent #4d4d4d;
}
.published-course.white main .elearning-more-info {
  background-color: #000000;
  color: #ffffff;
}
.published-course.white main .elearning-more-info:hover {
  background-color: #4d4d4d;
  color: #ffffff;
}
.course-overview .course-title * {
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  /*px*/ margin: 0;
  /*rem*/ margin: 0;
  background-color: #000000;
  color: #ffffff;
}
.course-overview .video-js {
  border-top-color: #3A65B0;
  /*px*/ border-top-width: 10px;
  /*rem*/ border-top-width: 0.625rem;
}
.course-overview .co-section {
  display: none;
}
.course-overview .co-section li {
  /*px*/ margin: 5px 18px;
  /*rem*/ margin: 0.3125rem 1.125rem;
  list-style: initial;
}
.course-overview .co-call-to-action {
  /*px*/ margin: 20px 0 0 0;
  /*rem*/ margin: 1.25rem 0 0 0;
  /*px*/ padding: 30px;
  /*rem*/ padding: 1.875rem;
  /*px*/ border-width: 12px 3px 3px 3px;
  /*rem*/ border-width: 0.75rem 0.1875rem 0.1875rem 0.1875rem;
  border-style: solid;
  border-color: #6B6;
  background-color: #7C7;
  color: #ffffff;
}
.course-overview .co-call-to-action h1,
.course-overview .co-call-to-action h2,
.course-overview .co-call-to-action h3,
.course-overview .co-call-to-action h4,
.course-overview .co-call-to-action h5,
.course-overview .co-call-to-action h6 {
  color: #ffffff;
  /*px*/ font-size: 30px;
  /*rem*/ font-size: 1.875rem;
}
.course-overview .co-call-to-action input,
.course-overview .co-call-to-action select {
  /*px*/ border-radius: 4px;
  /*rem*/ border-radius: 0.25rem;
  /*px*/ height: 45px;
  /*rem*/ height: 2.8125rem;
  /*px*/ margin: 0;
  /*rem*/ margin: 0;
  /*px*/ border: 2px solid #6B6;
  /*rem*/ border: 0.125rem solid #6B6;
}
#breadcrumb-2 {
  /*px*/ margin-top: 16px;
  /*rem*/ margin-top: 1rem;
}
.forum-breadcrumbs li {
  display: inline;
  /*px*/ margin-left: 0;
  /*rem*/ margin-left: 0;
  /*px*/ margin-right: 3px;
  /*rem*/ margin-right: 0.1875rem;
}
.forum-breadcrumbs li a {
  /*px*/ padding: 5px;
  /*rem*/ padding: 0.3125rem;
  /*px*/ border-radius: 4px;
  /*rem*/ border-radius: 0.25rem;
  background-color: #ffffff;
  /*px*/ font-size: 14px;
  /*rem*/ font-size: 0.875rem;
  text-decoration: none;
}
.forum-breadcrumbs li a:hover {
  background-color: #069;
  color: #ffffff;
}
.forum-breadcrumbs li i {
  position: relative;
  /*px*/ top: -1px;
  /*rem*/ top: -0.0625rem;
  /*px*/ font-size: 10px;
  /*rem*/ font-size: 0.625rem;
}
table.forum-categories {
  /*px*/ line-height: 16px;
  /*rem*/ line-height: 1rem;
}
table.forum-categories .forum-category td {
  background-color: #F9F9F9;
}
table.forum-categories .forum-category.sticky td {
  background-color: #ffffff;
}
table.forum-categories tbody td {
  /*px*/ padding: 16px;
  /*rem*/ padding: 1rem;
}
table.forum-categories .forum-category-identifier {
  /*px*/ font-size: 16px;
  /*rem*/ font-size: 1rem;
}
table.forum-posts td {
  /*px*/ line-height: 18px;
  /*rem*/ line-height: 1.125rem;
}
table.forum-posts td .forum-post-body {
  display: block;
  /*px*/ margin-bottom: 16px;
  /*rem*/ margin-bottom: 1rem;
}
table.forum-posts td .forum-post-body p:last-child,
table.forum-posts td .forum-post-body ul:last-child,
table.forum-posts td .forum-post-body ol:last-child {
  margin-bottom: 0;
}
table.forum-posts td .forum-post-button {
  /*px*/ padding: 3px 5px 2px 5px;
  /*rem*/ padding: 0.1875rem 0.3125rem 0.125rem 0.3125rem;
  /*px*/ border-radius: 3px;
  /*rem*/ border-radius: 0.1875rem;
  /*px*/ border: 1px solid #CCC;
  /*rem*/ border: 0.0625rem solid #CCC;
  background-color: #E2E2E2;
}
.article-list article {
  /*px*/ padding: 24px;
  /*rem*/ padding: 1.5rem;
  /*px*/ margin-bottom: 24px;
  /*rem*/ margin-bottom: 1.5rem;
  background-color: #ffffff;
}
.article-list article header .headline {
  /*px*/ padding-bottom: 16px;
  /*rem*/ padding-bottom: 1rem;
  /*px*/ margin-bottom: 12px;
  /*rem*/ margin-bottom: 0.75rem;
  /*px*/ border-bottom: 1px solid #EEE;
  /*rem*/ border-bottom: 0.0625rem solid #EEE;
}
.article-list article header .news-date {
  color: #EEE;
  /*px*/ font-size: 12px;
  /*rem*/ font-size: 0.75rem;
  font-style: italic;
}
.article-list article footer {
  /*px*/ height: 16px;
  /*rem*/ height: 1rem;
}
.article-list article footer a {
  float: right;
  color: #EEE;
  text-decoration: none;
}
.news-sidebar {
  /*px*/ margin-top: 24px;
  /*rem*/ margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .news-sidebar {
    float: right;
    /*px*/ padding-left: 24px;
    /*rem*/ padding-left: 1.5rem;
    /*px*/ margin-top: 0;
    /*rem*/ margin-top: 0;
  }
}
.news-sidebar {
  padding-left: 0;
}
.news-sidebar .news-categories-sidebar,
.news-sidebar .news-related-courses-sidebar {
  width: 100%;
}
.news-categories-sidebar,
.news-related-courses-sidebar {
  width: 100%;
}
@media (min-width: 768px) {
  .news-categories-sidebar,
  .news-related-courses-sidebar {
    float: right;
    width: 25%;
  }
}
.news-categories-sidebar a,
.news-related-courses-sidebar a {
  display: block;
  /*px*/ margin: 3px 0;
  /*rem*/ margin: 0.1875rem 0;
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  background-color: #ffffff;
  color: #EEE;
  /*px*/ line-height: 20px;
  /*rem*/ line-height: 1.25rem;
  /*px*/ font-size: 14px;
  /*rem*/ font-size: 0.875rem;
  text-decoration: none;
}
.news-categories-sidebar a:first-child,
.news-related-courses-sidebar a:first-child {
  margin-top: 0;
}
.news-categories-sidebar a:hover,
.news-related-courses-sidebar a:hover {
  background-color: #EEE;
  color: #ffffff;
}
.news-related-courses-sidebar {
  /*px*/ margin-top: 24px;
  /*rem*/ margin-top: 1.5rem;
}
.single-article {
  /*px*/ padding-left: 24px;
  /*rem*/ padding-left: 1.5rem;
}
@media (min-width: 768px) {
  .single-article {
    padding-left: 0;
  }
}
.single-article .article-inner {
  /*px*/ padding: 16px;
  /*rem*/ padding: 1rem;
  background-color: #ffffff;
}
.single-article .article-inner img {
  width: 100%;
}
.top-level-category {
  /*px*/ height: 250px;
  /*rem*/ height: 15.625rem;
  /*px*/ margin-bottom: 10px;
  /*rem*/ margin-bottom: 0.625rem;
  /*px*/ padding: 16px;
  /*rem*/ padding: 1rem;
  /*px*/ border-radius: 5px;
  /*rem*/ border-radius: 0.3125rem;
  overflow: hidden;
  background-color: #ffffff;
}
.top-level-category a.help-category-heading-link {
  text-decoration: none !important;
}
.top-level-category a.help-category-heading-link h4 {
  color: #0578A7;
}
.top-level-category a.help-category-heading-link h4:hover {
  text-decoration: underline;
}
.top-level-category h4 {
  /*px*/ margin-bottom: 16px;
  /*rem*/ margin-bottom: 1rem;
}
.top-level-category ul {
  margin-bottom: 0;
}
.top-level-category li {
  /*px*/ margin-left: 20px;
  /*rem*/ margin-left: 1.25rem;
  /*px*/ margin-bottom: 8px;
  /*rem*/ margin-bottom: 0.5rem;
  list-style: square;
}
.top-level-category li a {
  color: #0578A7;
  text-decoration: none;
  font-style: italic;
}
.top-level-category li a:hover {
  text-decoration: underline;
}
.help-search-form {
  width: 100%;
  /*px*/ padding: 10px 2px 12px 50px;
  /*rem*/ padding: 0.625rem 0.125rem 0.75rem 3.125rem;
  /*px*/ margin-bottom: 20px;
  /*rem*/ margin-bottom: 1.25rem;
  /*px*/ border-radius: 10px;
  /*rem*/ border-radius: 0.625rem;
  background-color: #ffffff;
}
.help-search-form .help-search-input {
  width: 100%;
  /*px*/ margin-left: -40px;
  /*rem*/ margin-left: -2.5rem;
}
.help-article {
  /*px*/ padding: 60px;
  /*rem*/ padding: 3.75rem;
  /*px*/ margin-bottom: 20px;
  /*rem*/ margin-bottom: 1.25rem;
  background-color: #ffffff;
  color: #777;
  font-family: "Georgia";
  /*px*/ font-size: 14px;
  /*rem*/ font-size: 0.875rem;
  /*px*/ line-height: 24px;
  /*rem*/ line-height: 1.5rem;
}
.help-article .title {
  color: #3864af;
}
.help-article .sub-title {
  color: #3864af;
}
.help-article .last-edited-ts {
  float: right;
  font-style: italic;
  /*px*/ font-size: 12px;
  /*rem*/ font-size: 0.75rem;
}
.help-article ul {
  list-style: disc;
}
.help-article ul li {
  /*px*/ margin: 10px 0 10px 20px;
  /*rem*/ margin: 0.625rem 0 0.625rem 1.25rem;
}
.screenshot {
  /*px*/ padding: 20px;
  /*rem*/ padding: 1.25rem;
  /*px*/ margin: 20px 0;
  /*rem*/ margin: 1.25rem 0;
  /*px*/ border: 5px solid #EEE;
  /*rem*/ border: 0.3125rem solid #EEE;
  background-color: #F9F9F9;
}
.search-term-highlight {
  background-color: #FD0;
  color: #000000;
}
.search-result-excerpt {
  /*px*/ margin-bottom: 0;
  /*rem*/ margin-bottom: 0;
  /*px*/ padding: 8px;
  /*rem*/ padding: 0.5rem;
  /*px*/ border-radius: 4px;
  /*rem*/ border-radius: 0.25rem;
  /*px*/ border: 1px solid #C2E5F7;
  /*rem*/ border: 0.0625rem solid #C2E5F7;
  background-color: #EDFBFF;
  color: #52A5bD;
}
.tour-guide {
  position: fixed;
  z-index: 11000;
  width: 100%;
  background-color: #FA0;
  opacity: 0;
}
.tour-guide .tour-guide-progress {
  width: 0;
  /*px*/ height: 3px;
  /*rem*/ height: 0.1875rem;
  background-color: #F60;
}
.tour-guide .tour-guide-text {
  width: calc(100% - 100px);
  /*px*/ padding: 10px 16px;
  /*rem*/ padding: 0.625rem 1rem;
  color: #FFF;
  opacity: 0;
}
.tour-guide .tour-guide-text p:last-child {
  margin-bottom: 0;
}
.tour-guide .tour-guide-btns .tour-guide-play-pause-btn {
  position: absolute;
  /*px*/ top: 10px;
  /*rem*/ top: 0.625rem;
  /*px*/ right: 35px;
  /*rem*/ right: 2.1875rem;
  /*px*/ width: 42px;
  /*rem*/ width: 2.625rem;
  background: none;
  border: none;
  color: #B70;
}
.tour-guide .tour-guide-btns .tour-guide-close-btn {
  position: absolute;
  /*px*/ top: 10px;
  /*rem*/ top: 0.625rem;
  /*px*/ right: 5px;
  /*rem*/ right: 0.3125rem;
  /*px*/ width: 42px;
  /*rem*/ width: 2.625rem;
  background: none;
  border: none;
  color: #B70;
}
.tour-guide .tour-guide-btns .tour-guide-time {
  position: absolute;
  /*px*/ width: 30px;
  /*rem*/ width: 1.875rem;
  /*px*/ right: 10px;
  /*rem*/ right: 0.625rem;
  /*px*/ bottom: 5px;
  /*rem*/ bottom: 0.3125rem;
  color: #FFF;
  /*px*/ font-size: 8px;
  /*rem*/ font-size: 0.5rem;
  text-align: left;
}
.tour-guide-mouse {
  position: absolute;
  z-index: 14000;
  /*px*/ width: 18px;
  /*rem*/ width: 1.125rem;
  /*px*/ height: 24px;
  /*rem*/ height: 1.5rem;
  /*px*/ background-size: 16px 24px;
  /*rem*/ background-size: 1rem 1.5rem;
  background-image: url('/assets/graphics/tour-guide/mouse-blue.png');
  background-repeat: no-repeat;
  opacity: 0;
}
.tour-guide-mouse .tg-mouse-circle {
  position: absolute;
  /*px*/ top: -19px;
  /*rem*/ top: -1.1875rem;
  /*px*/ left: -19px;
  /*rem*/ left: -1.1875rem;
  transform-origin: center;
  /*px*/ width: 40px;
  /*rem*/ width: 2.5rem;
  /*px*/ height: 40px;
  /*rem*/ height: 2.5rem;
  /*px*/ border: 2px solid #0076C6;
  /*rem*/ border: 0.125rem solid #0076C6;
  /*px*/ border-radius: 20px;
  /*rem*/ border-radius: 1.25rem;
  opacity: 0;
}
.tour-guide-btn-flash {
  background-color: #F60;
  border-color: #E50;
  color: #FFF;
}
.guide-is-available {
  position: fixed;
  /*px*/ top: 127px;
  /*rem*/ top: 7.9375rem;
  /*px*/ right: -368px;
  /*rem*/ right: -23rem;
  /*px*/ padding: 16px;
  /*rem*/ padding: 1rem;
  /*px*/ border-radius: 8px 0 0 8px;
  /*rem*/ border-radius: 0.5rem 0 0 0.5rem;
  z-index: 11500;
  transform: matrix(1, 0, 0, 1, 0, -16);
  background-color: #7B7;
  color: #FFF;
  cursor: pointer;
}
.guide-is-available .text-btn {
  background: none;
  border: none;
  /*px*/ font-size: 24px;
  /*rem*/ font-size: 1.5rem;
}
.guide-is-available .guide-available-text {
  position: relative;
  /*px*/ top: -3px;
  /*rem*/ top: -0.1875rem;
}
.tour-guide-big-play-btn {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 13000;
  width: 20vw;
  height: 20vw;
  transform: translate(-50%, -50%);
}
.tour-guide-big-play-btn button {
  position: absolute;
  width: 20vw;
  height: 20vw;
  border-radius: 10vw;
  padding: 0;
  color: #7C7;
  background-color: #FFF;
  font-size: 20vw;
}
.tour-guide-big-play-btn button i {
  position: absolute;
  top: 0;
  left: 1.35vw;
}
.tour-guide-big-play-btn div {
  position: absolute;
  bottom: -2.3vw;
  left: 3.1vw;
  width: 14vw;
  padding: 0.5vw;
  border-radius: 1vw;
  background-color: #FFF;
  color: #5A5;
  text-align: center;
}
body *.tg-generic-blackout-start {
  position: relative !important;
  z-index: 10000 !important;
}
.faqs .faq {
  /*px*/ padding: 16px;
  /*rem*/ padding: 1rem;
  /*px*/ margin: 16px 0;
  /*rem*/ margin: 1rem 0;
  /*px*/ border: 1px solid #DDD;
  /*rem*/ border: 0.0625rem solid #DDD;
  background-color: #ffffff;
}
.faqs .faq header label:hover + .faq-action {
  display: block;
}
.faqs .faq header .faq-action {
  display: none;
  float: right;
  /*px*/ margin-top: 2px;
  /*rem*/ margin-top: 0.125rem;
  color: #5B5;
  text-transform: uppercase;
}
.faqs .faq .faq-question a {
  /*px*/ font-size: 16px;
  /*rem*/ font-size: 1rem;
}
.faqs .faq input[type="checkbox"] {
  display: none;
}
.faqs .faq input[type="checkbox"]:checked + .faq-answer {
  /*px*/ max-height: 2000px;
  /*rem*/ max-height: 125rem;
  /*px*/ margin-top: 16px;
  /*rem*/ margin-top: 1rem;
  transition: max-height 0.9s, margin-top 0.15s;
}
.faqs .faq .faq-answer {
  max-height: 0;
  margin-top: 0;
  overflow-y: hidden;
  transition: max-height 0.9s, margin-top 0.15s ease 0.9s;
}
.faqs .faq .faq-answer .a {
  /*px*/ font-size: 16px;
  /*rem*/ font-size: 1rem;
}
.faqs .faq .faq-answer p:last-child {
  margin-bottom: 0;
}
.faqs .faq:hover {
  background-color: #EEFFEE;
  border-color: #CDC;
}
.glossary-entries .glossary-entry td {
  /*px*/ font-size: 16px;
  /*rem*/ font-size: 1rem;
  /*px*/ line-height: 22px;
  /*rem*/ line-height: 1.375rem;
}
.assessment-player {
  /* MULTIPLE CHOICE */
  /* / MULTIPLE CHOICE */
  /* DRAG IN THE BLANK */
  /* / DRAG IN THE BLANK */
  /* FILL IN THE BLANK */
  /* / FILL IN THE BLANK */
  /* DRAG AND DROP */
  /* / DRAG AND DROP */
  /* SUMMARY */
  /* / SUMMARY */
  /* / ASSESSMENT */
}
.assessment-player .question-type {
  border-width: 3px 3px 5px 3px;
  border-style: solid;
  border-radius: 0;
  border-color: #000000;
}
.assessment-player .question-header {
  background-color: #000000;
}
.assessment-player .question-no {
  background-color: #333333;
  color: #FFFFFF;
  float: left;
  padding: 8px 20px 8px 8px;
  border-radius: 0 0 30px 0;
  font-weight: bold;
}
.assessment-player .question {
  background-color: #000000;
  color: #FFFFFF;
  padding: 8px;
  overflow: hidden;
  font-weight: bold;
}
.assessment-player .question h1,
.assessment-player .question h2,
.assessment-player .question h3,
.assessment-player .question h4,
.assessment-player .question h5,
.assessment-player .question h6,
.assessment-player .question h7,
.assessment-player .question p {
  margin: 0;
}
.assessment-player .question-body {
  padding: 10px;
  overflow: hidden;
}
.assessment-player .question-type {
  display: none;
}
.assessment-player .question-type .correct-feedback-icon {
  display: none;
}
.assessment-player .question-type.question-answered-correctly .correct-feedback-icon {
  display: block;
  color: #15A362;
}
.assessment-player .question-type .incorrect-feedback-icon {
  display: none;
}
.assessment-player .question-type.question-answered-incorrectly .incorrect-feedback-icon {
  display: block;
  color: #A31515;
}
.assessment-player .answers ul {
  list-style: none;
  padding-left: 10px;
}
.assessment-player .assessment-btns {
  float: right;
}
.assessment-player input[type="button"].asmt {
  cursor: pointer;
  border-width: 1px 1px 3px 1px;
  border-style: solid;
  border-radius: 0;
  padding: 6px;
  font-size: 14px;
  font-weight: bold;
}
.assessment-player .view-extra-info-btn {
  border-color: #D57E00;
  background-color: #FB900A;
  color: #FFFFFF;
  float: left;
}
.assessment-player .submit-btn {
  border-color: #04862F;
  background-color: #2BCD5D;
  color: #FFFFFF;
}
.assessment-player .next-question-btn {
  border-color: #04862F;
  background-color: #2BCD5D;
  color: #FFFFFF;
}
.assessment-player .finish-quiz-btn {
  border-color: #04862F;
  background-color: #2BCD5D;
  color: #FFFFFF;
}
.assessment-player .question-answered-correctly {
  border-color: #15A362;
  background: #ffffff;
  background: linear-gradient(to right, #ffffff 0%, #dff7eb 100%);
}
.assessment-player .question-answered-correctly .question {
  background-color: #15A362;
}
.assessment-player .question-answered-correctly .question-header {
  background-color: #15A362;
}
.assessment-player .question-answered-correctly .question-no {
  background-color: #1FB671;
}
.assessment-player .question-answered-incorrectly {
  border-color: #A31515;
  background: #ffffff;
  background: linear-gradient(left, #ffffff 0%, #f7dfdf 100%);
}
.assessment-player .question-answered-incorrectly .question {
  background-color: #A31515;
}
.assessment-player .question-answered-incorrectly .question-header {
  background-color: #A31515;
}
.assessment-player .question-answered-incorrectly .question-no {
  background-color: #C02323;
}
.assessment-player #extra-info {
  border-color: #000000;
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 0;
  box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.4);
  border-width: 3px 3px 5px 3px;
  border-style: solid;
}
.assessment-player #extra-info-header {
  background-color: #000000;
  color: #FFFFFF;
  padding: 8px;
}
.assessment-player #extra-info-content {
  padding: 25px;
  font-size: 18px;
}
.assessment-player #extra-info-close-btn {
  cursor: pointer;
}
.assessment-player #extra-info-close-btn:hover {
  text-decoration: underline;
}
.assessment-player #multiple-choice .answers li {
  cursor: pointer;
  margin: 10px 0;
}
.assessment-player #multiple-choice .answers li label {
  cursor: pointer;
  padding: 0 0 0 10px;
}
.assessment-player .drag-in-the-blank {
  position: relative;
}
.assessment-player .ditb-statement {
  /*px*/ line-height: 22px;
  /*rem*/ line-height: 1.375rem;
}
.assessment-player .ditb-statement .ditb-empty {
  display: inline-block;
  position: relative;
  /*px*/ width: 100px;
  /*rem*/ width: 6.25rem;
  /*px*/ height: 22px;
  /*rem*/ height: 1.375rem;
  /*px*/ top: 3px;
  /*rem*/ top: 0.1875rem;
  /*px*/ border-radius: 5px;
  /*rem*/ border-radius: 0.3125rem;
  /*px*/ border: 1px dashed #81C781;
  /*rem*/ border: 0.0625rem dashed #81C781;
  background-color: #E2F9BF;
  text-align: center;
}
.assessment-player .ditb-answer {
  display: inline-block;
  /*px*/ padding: 2px;
  /*rem*/ padding: 0.125rem;
  /*px*/ border-radius: 5px;
  /*rem*/ border-radius: 0.3125rem;
  /*px*/ border: 1px dashed #81C781;
  /*rem*/ border: 0.0625rem dashed #81C781;
  background-color: #E2F9BF;
  color: #5CB54D;
  text-align: center;
  cursor: pointer;
}
.assessment-player .no-select {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}
.assessment-player .draggable {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}
.assessment-player .fitb-statement {
  /*px*/ line-height: 22px;
  /*rem*/ line-height: 1.375rem;
}
.assessment-player .fitb-statement li {
  /*px*/ margin: 2px 0;
  /*rem*/ margin: 0.125rem 0;
}
.assessment-player .fitb-statement p {
  /*px*/ margin: 2px 0;
  /*rem*/ margin: 0.125rem 0;
}
.assessment-player .fitb-statement .fitb-input {
  /*px*/ margin-left: 8px;
  /*rem*/ margin-left: 0.5rem;
  padding: 0;
  border-style: none;
  background: none;
  color: #5CB54D;
  /*px*/ font-size: 13px;
  /*rem*/ font-size: 0.8125rem;
}
.assessment-player .fitb-answer {
  display: inline-block;
  /*px*/ padding: 2px;
  /*rem*/ padding: 0.125rem;
  /*px*/ border-radius: 5px;
  /*rem*/ border-radius: 0.3125rem;
  /*px*/ border: 1px dashed #81C781;
  /*rem*/ border: 0.0625rem dashed #81C781;
  background-color: #E2F9BF;
  color: #5CB54D;
  text-align: center;
  cursor: pointer;
}
.assessment-player .drag-and-drop {
  position: relative;
  /*px*/ margin-top: 5px;
  /*rem*/ margin-top: 0.3125rem;
}
.assessment-player .drag-and-drop .dad-categories {
  width: 60%;
  float: left;
}
.assessment-player .drag-and-drop .dad-categories .dad-player-category {
  width: 49%;
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  /*px*/ margin-top: 5px;
  /*rem*/ margin-top: 0.3125rem;
  margin-left: 1%;
  /*px*/ border-width: 1px 1px 4px 1px;
  /*rem*/ border-width: 0.0625rem 0.0625rem 0.25rem 0.0625rem;
  border-style: solid;
  border-color: #EAEAEA;
  background-color: #ffffff;
}
.assessment-player .drag-and-drop .dad-categories .dad-player-category:nth-child(2n) {
  float: right;
}
.assessment-player .drag-and-drop .dad-categories .dad-player-category:nth-child(2n+1) {
  float: left;
}
.assessment-player .drag-and-drop .dad-categories .dad-player-category .category-items-host {
  /*px*/ min-height: 30px;
  /*rem*/ min-height: 1.875rem;
  /*px*/ padding: 5px;
  /*rem*/ padding: 0.3125rem;
  /*px*/ border: 1px dashed #EAEAEA;
  /*rem*/ border: 0.0625rem dashed #EAEAEA;
}
.assessment-player .drag-and-drop .dad-categories .dad-player-category .category-items-host header {
  color: #C00;
  text-align: center;
}
.assessment-player .drag-and-drop .dad-categories .dad-player-category .category-items-host .dad-added-item {
  /*px*/ padding: 7px;
  /*rem*/ padding: 0.4375rem;
  /*px*/ margin: 3px;
  /*rem*/ margin: 0.1875rem;
  /*px*/ border-radius: 3px;
  /*rem*/ border-radius: 0.1875rem;
  /*px*/ border: 1px solid #EEEEEE;
  /*rem*/ border: 0.0625rem solid #EEEEEE;
  /*px*/ font-size: 12px;
  /*rem*/ font-size: 0.75rem;
}
.assessment-player .drag-and-drop .dad-categories .dad-player-category .category-items-host .dad-added-item .dad-added-item-cross {
  float: right;
  cursor: pointer;
  color: #000000;
}
.assessment-player .drag-and-drop .dad-categories .dad-player-category .category-items-host .dad-added-item .dad-added-item-cross:hover {
  color: #C00;
}
.assessment-player .drag-and-drop .answers {
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 40%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  /*px*/ margin-top: 5px;
  /*rem*/ margin-top: 0.3125rem;
  /*px*/ height: 95px;
  /*rem*/ height: 5.9375rem;
}
.assessment-player .drag-and-drop .dad-player-item {
  /*px*/ border: 1px solid #900;
  /*rem*/ border: 0.0625rem solid #900;
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  /*px*/ width: 280px;
  /*rem*/ width: 17.5rem;
  margin-left: 0;
  background-color: #C00;
  color: #fff;
  cursor: pointer;
}
.assessment-player #summary {
  width: 895px;
  border-width: 3px 3px 5px 3px;
  border-style: solid;
  border-radius: 0;
  display: none;
  border-color: #000000;
}
.assessment-player .summary-header {
  background-color: #000000;
  width: 100%;
}
.assessment-player .summary-header .header-decoration {
  background: #333333;
  color: #FFFFFF;
  float: left;
  padding: 8px 20px 8px 8px;
  border-radius: 0 0 30px 0;
  font-weight: bold;
}
.assessment-player .summary-body {
  height: 260px;
  padding: 40px;
  overflow: scroll;
  overflow-x: hidden;
}
.assessment-player .summary-q-status {
  text-align: center;
}
.assessment-player .summary-headline {
  font-size: 28px;
  font-weight: bold;
  font-family: Calibri;
  text-align: center;
}
.assessment-player .summary-headline.passed {
  color: #44BB60;
}
.assessment-player .summary-headline.failed {
  color: #C80104;
}
.assessment-player .percentageBarHost {
  margin: 50px auto;
  width: 400px;
  color: #000000;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
}
.assessment-player .percentageBarBG {
  position: relative;
  width: 400px;
  height: 50px;
  padding: 2px 4px 2px 3px;
  border-style: solid;
  border-width: 8px;
  background: #FFFFFF;
  border-color: #000000;
}
.assessment-player .percentageBar {
  width: 0;
  height: 28px;
  padding: 6px 0 10px 0;
  border-style: solid none;
  border-width: 1px 0 6px 0;
  background: #44BB44;
  border-top-color: #66CC66;
  border-bottom-color: #339933;
  color: #FFFFFF;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  font-style: italic;
}
.assessment-player .percentageNumber {
  position: absolute;
  padding: 9px 0;
  width: 400px;
  color: #006600;
  font-size: 26px;
  font-weight: bold;
  font-style: italic;
  text-align: center;
}
.assessment-player .summaryMoveOnMessage {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  font-family: Calibri;
}
.assessment-player .assmt-summary-question-list {
  border-style: solid;
  border-width: 3px;
  margin-top: 40px;
  border-color: #000000;
}
.assessment-player .assmt-summary-question-list .tbl-heading {
  background: #000000;
  color: #FFFFFF;
}
.assessment-player .assmt-summary-question-list tr:nth-child(4n+4) {
  background-color: #F4FBF7;
}
.assessment-player .assmt-summary-question-list td {
  padding: 10px;
}
.assessment-player .summary-show-feedback-btn {
  cursor: pointer;
  color: #FFAA00;
}
.assessment-player .summary-more-info td {
  height: 0px;
  padding: 0 10px;
  background: #45B7D8;
  color: #FFFFFF;
}
.assessment-player .summary-feedback {
  opacity: 0;
  font-size: 16px;
}
.assessment-player #content-sandbox {
  opacity: 0;
  position: absolute;
}
body {
  margin: 0;
  padding: 0;
}
.athena *,
.knowledge-check * {
  -ms-hyphens: none !important;
  -webkit-hyphens: none !important;
  hyphens: none !important;
}
.athena .content-begin,
.knowledge-check .content-begin {
  display: none;
}
.athena.ilearn,
.knowledge-check.ilearn {
  overflow: hidden;
  /*px*/ max-height: 716px;
  /*rem*/ max-height: 44.75rem;
  border-color: #000000;
  /* TOOLTIPS SPECS START */
  /* TOOLTIPS SPECS START */
}
.athena.ilearn .std-btn,
.knowledge-check.ilearn .std-btn {
  position: absolute;
  /*px*/ right: 10px;
  /*rem*/ right: 0.625rem;
  /*px*/ bottom: 10px;
  /*rem*/ bottom: 0.625rem;
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  /*px*/ border-radius: 5px;
  /*rem*/ border-radius: 0.3125rem;
  cursor: pointer;
  color: #ffffff;
  border: none;
  border-left-style: solid;
  /*px*/ border-left-width: 2px;
  /*rem*/ border-left-width: 0.125rem;
  border-left-color: #247bfd;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c2c2c+0,2c2c2c+50,191919+50 */
  background: #2c2c2c;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2c2c2c 0%, #2c2c2c 50%, #191919 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c2c2c', endColorstr='#191919', GradientType=0);
  /* IE6-9 */
  /*px*/ letter-spacing: 0.7px;
  /*rem*/ letter-spacing: 0.04375rem;
}
.athena.ilearn .athena-close-btn,
.knowledge-check.ilearn .athena-close-btn {
  /*px*/ padding: 2px 5px;
  /*rem*/ padding: 0.125rem 0.3125rem;
  /*px*/ border-radius: 3px;
  /*rem*/ border-radius: 0.1875rem;
  float: right;
  border: none;
  background-color: transparent;
  color: #ffffff;
  /*px*/ font-size: 12px;
  /*rem*/ font-size: 0.75rem;
  text-transform: uppercase;
}
.athena.ilearn .athena-close-btn:hover,
.knowledge-check.ilearn .athena-close-btn:hover {
  background-color: #861D00;
}
.athena.ilearn #loading-spinner,
.knowledge-check.ilearn #loading-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /*px*/ padding: 20px;
  /*rem*/ padding: 1.25rem;
  /*px*/ border-radius: 20px;
  /*rem*/ border-radius: 1.25rem;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.6);
}
.athena.ilearn .athena-header,
.knowledge-check.ilearn .athena-header {
  position: absolute;
  width: 100%;
  /*px*/ height: 80px;
  /*rem*/ height: 5rem;
  /*px*/ padding-left: 10px;
  /*rem*/ padding-left: 0.625rem;
  background-color: #000000;
}
.athena.ilearn .athena-header .heading,
.knowledge-check.ilearn .athena-header .heading {
  position: absolute;
  /*px*/ top: 32px;
  /*rem*/ top: 2rem;
  /*px*/ right: 10px;
  /*rem*/ right: 0.625rem;
  /*px*/ font-size: 20px;
  /*rem*/ font-size: 1.25rem;
}
.athena.ilearn .athena-header .sub-heading,
.knowledge-check.ilearn .athena-header .sub-heading {
  position: absolute;
  /*px*/ top: 56px;
  /*rem*/ top: 3.5rem;
  /*px*/ right: 10px;
  /*rem*/ right: 0.625rem;
  /*px*/ font-size: 14px;
  /*rem*/ font-size: 0.875rem;
}
.athena.ilearn .athena-header .assessment-timer,
.knowledge-check.ilearn .athena-header .assessment-timer {
  display: none;
  position: absolute;
  /*px*/ top: 58px;
  /*rem*/ top: 3.625rem;
  /*px*/ right: 5px;
  /*rem*/ right: 0.3125rem;
  color: #FFF;
}
.athena.ilearn footer,
.knowledge-check.ilearn footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /*px*/ height: 60px;
  /*rem*/ height: 3.75rem;
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  z-index: 8400;
  background-color: #000000;
}
.athena.ilearn footer .menu-btn,
.knowledge-check.ilearn footer .menu-btn {
  position: absolute;
  /*px*/ top: 15px;
  /*rem*/ top: 0.9375rem;
  /*px*/ left: 15px;
  /*rem*/ left: 0.9375rem;
  opacity: 1;
  cursor: pointer;
}
.athena.ilearn footer .menu-btn.disabled,
.knowledge-check.ilearn footer .menu-btn.disabled {
  opacity: .6;
}
.athena.ilearn footer .full-screen-btn,
.knowledge-check.ilearn footer .full-screen-btn {
  position: absolute;
  /*px*/ top: 17px;
  /*rem*/ top: 1.0625rem;
  /*px*/ left: 650px;
  /*rem*/ left: 40.625rem;
  /*px*/ padding: 5px 7px;
  /*rem*/ padding: 0.3125rem 0.4375rem;
  /*px*/ border-radius: 3px;
  /*rem*/ border-radius: 0.1875rem;
  /*px*/ border: 1px solid #1B1B1B;
  /*rem*/ border: 0.0625rem solid #1B1B1B;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c2c2c+0,292929+50,1b1b1b+51,191919+99,1b1b1b+100 */
  background: #2c2c2c;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2c2c2c 0%, #292929 50%, #1b1b1b 51%, #191919 99%, #1b1b1b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c2c2c', endColorstr='#1b1b1b', GradientType=0);
  /* IE6-9 */
  color: #FFF;
}
.athena.ilearn footer .back-btn,
.knowledge-check.ilearn footer .back-btn {
  position: absolute;
  /*px*/ top: 15px;
  /*rem*/ top: 0.9375rem;
  /*px*/ right: 166px;
  /*rem*/ right: 10.375rem;
  opacity: 1;
  cursor: pointer;
}
.athena.ilearn footer .back-btn.disabled,
.knowledge-check.ilearn footer .back-btn.disabled {
  opacity: .6;
}
.athena.ilearn footer .replay-btn,
.knowledge-check.ilearn footer .replay-btn {
  position: absolute;
  /*px*/ top: 15px;
  /*rem*/ top: 0.9375rem;
  /*px*/ right: 90px;
  /*rem*/ right: 5.625rem;
  opacity: 1;
  cursor: pointer;
}
.athena.ilearn footer .replay-btn.disabled,
.knowledge-check.ilearn footer .replay-btn.disabled {
  opacity: .6;
}
.athena.ilearn footer .next-btn,
.knowledge-check.ilearn footer .next-btn {
  position: absolute;
  /*px*/ top: 15px;
  /*rem*/ top: 0.9375rem;
  /*px*/ right: 15px;
  /*rem*/ right: 0.9375rem;
  opacity: 1;
  cursor: pointer;
}
.athena.ilearn footer .next-btn.disabled,
.knowledge-check.ilearn footer .next-btn.disabled {
  opacity: .6;
}
.athena.ilearn *[athena-tooltip]:hover .athena-tooltip,
.knowledge-check.ilearn *[athena-tooltip]:hover .athena-tooltip {
  opacity: 1;
}
.athena.ilearn .athena-tooltip,
.knowledge-check.ilearn .athena-tooltip {
  display: inline;
  position: absolute;
  bottom: 125%;
  /*px*/ padding: 4px;
  /*rem*/ padding: 0.25rem;
  /*px*/ border-radius: 8px;
  /*rem*/ border-radius: 0.5rem;
  /*px*/ border-width: 1px 1px 3px 1px;
  /*rem*/ border-width: 0.0625rem 0.0625rem 0.1875rem 0.0625rem;
  border-style: solid;
  border-color: #4D8AE7;
  background-color: #000;
  color: #ffffff;
  /*px*/ font-size: 12px;
  /*rem*/ font-size: 0.75rem;
  z-index: 100;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition-property: opacity;
  transition-duration: .3s;
}
.athena.ilearn .athena-tooltip::before,
.knowledge-check.ilearn .athena-tooltip::before {
  content: '';
  position: absolute;
  z-index: 10;
  /*px*/ bottom: -17px;
  /*rem*/ bottom: -1.0625rem;
  right: calc(50% - 7px);
  /*px*/ height: 0;
  /*rem*/ height: 0;
  /*px*/ border-width: 7px;
  /*rem*/ border-width: 0.4375rem;
  border-style: solid;
  border-color: #4D8AE7 transparent transparent transparent;
}
.athena.ilearn .athena-tooltip::after,
.knowledge-check.ilearn .athena-tooltip::after {
  content: '';
  position: absolute;
  z-index: 5;
  /*px*/ bottom: -17px;
  /*rem*/ bottom: -1.0625rem;
  right: calc(50% - 7px);
  /*px*/ height: 0;
  /*rem*/ height: 0;
  /*px*/ border-width: 7px;
  /*rem*/ border-width: 0.4375rem;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2) transparent transparent transparent;
}
.athena.ilearn .athena-tooltip,
.knowledge-check.ilearn .athena-tooltip {
  /*px*/ width: 112px;
  /*rem*/ width: 7rem;
}
.athena.ilearn .click-next-to-continue,
.knowledge-check.ilearn .click-next-to-continue {
  position: absolute;
  /*px*/ bottom: -90px;
  /*rem*/ bottom: -5.625rem;
  /*px*/ right: 20px;
  /*rem*/ right: 1.25rem;
  /*px*/ padding: 12px;
  /*rem*/ padding: 0.75rem;
  /*px*/ border-radius: 10px;
  /*rem*/ border-radius: 0.625rem;
  /*px*/ border: 2px solid #4D8AE7;
  /*rem*/ border: 0.125rem solid #4D8AE7;
  /*px*/ border-bottom: 5px solid #4D8AE7;
  /*rem*/ border-bottom: 0.3125rem solid #4D8AE7;
  background-color: #000000;
  color: #ffffff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.athena.ilearn .click-next-to-continue::before,
.knowledge-check.ilearn .click-next-to-continue::before {
  content: '';
  position: absolute;
  z-index: 10;
  /*px*/ bottom: -17px;
  /*rem*/ bottom: -1.0625rem;
  /*px*/ right: 25px;
  /*rem*/ right: 1.5625rem;
  /*px*/ height: 0;
  /*rem*/ height: 0;
  /*px*/ border-width: 7px;
  /*rem*/ border-width: 0.4375rem;
  border-style: solid;
  border-color: #4D8AE7 transparent transparent transparent;
}
.athena.ilearn .click-next-to-continue::after,
.knowledge-check.ilearn .click-next-to-continue::after {
  content: '';
  position: absolute;
  z-index: 5;
  /*px*/ bottom: -17px;
  /*rem*/ bottom: -1.0625rem;
  /*px*/ right: 25px;
  /*rem*/ right: 1.5625rem;
  /*px*/ height: 0;
  /*rem*/ height: 0;
  /*px*/ border-width: 7px;
  /*rem*/ border-width: 0.4375rem;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2) transparent transparent transparent;
}
.athena.ilearn .click-next-to-continue.in-front,
.knowledge-check.ilearn .click-next-to-continue.in-front {
  z-index: 8500;
}
.athena.ilearn .click-next-to-continue.behind,
.knowledge-check.ilearn .click-next-to-continue.behind {
  z-index: 8300;
}
.athena.ilearn .click-next-to-continue .click-next-text,
.knowledge-check.ilearn .click-next-to-continue .click-next-text {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}
.athena.ilearn .athena-content,
.knowledge-check.ilearn .athena-content {
  position: absolute;
  display: none;
  opacity: 0;
  /*px*/ width: 900px;
  /*rem*/ width: 56.25rem;
  height: 100%;
  /*px*/ top: 80px;
  /*rem*/ top: 5rem;
  /*px*/ margin: 30px 20px;
  /*rem*/ margin: 1.875rem 1.25rem;
}
.athena.ilearn .athena-content .slide-title,
.knowledge-check.ilearn .athena-content .slide-title {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
}
.athena.ilearn .athena-menu,
.knowledge-check.ilearn .athena-menu {
  position: absolute;
  /*px*/ top: 80px;
  /*rem*/ top: 5rem;
  /*px*/ margin-top: 30px;
  /*rem*/ margin-top: 1.875rem;
}
.athena.ilearn .athena-menu .menu-list-container,
.knowledge-check.ilearn .athena-menu .menu-list-container {
  /*px*/ max-width: 900px;
  /*rem*/ max-width: 56.25rem;
  /*px*/ height: 500px;
  /*rem*/ height: 31.25rem;
  margin: 0 auto;
  overflow-y: scroll;
}
.athena.ilearn .athena-menu li.menu-item,
.knowledge-check.ilearn .athena-menu li.menu-item {
  list-style: none;
  float: left;
  /*px*/ margin-bottom: 16px;
  /*rem*/ margin-bottom: 1rem;
}
.athena.ilearn .athena-menu li.menu-item:last-child,
.knowledge-check.ilearn .athena-menu li.menu-item:last-child {
  margin-bottom: 0;
}
.athena.ilearn .athena-menu .menu-item-text-bar,
.knowledge-check.ilearn .athena-menu .menu-item-text-bar {
  float: left;
  /*px*/ width: 521px;
  /*rem*/ width: 32.5625rem;
  /*px*/ height: 42px;
  /*rem*/ height: 2.625rem;
  /*px*/ padding: 13px 0 0 48px;
  /*rem*/ padding: 0.8125rem 0 0 3rem;
  background-image: url("/assets/graphics/athena-skins/ilearn/MenuItemTextBar.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #FFF;
  font-family: calibri;
}
.athena.ilearn .athena-menu .menu-item-text-bar .menu-item-text,
.knowledge-check.ilearn .athena-menu .menu-item-text-bar .menu-item-text {
  font-family: "PT Sans";
  white-space: nowrap;
}
.athena.ilearn .athena-menu .menu-item-text-bar .athena-menu-icon,
.knowledge-check.ilearn .athena-menu .menu-item-text-bar .athena-menu-icon {
  position: relative;
  float: right;
  /*px*/ margin-top: 1px;
  /*rem*/ margin-top: 0.0625rem;
  /*px*/ margin-right: 16px;
  /*rem*/ margin-right: 1rem;
  color: #ffffff;
  /*px*/ font-size: 14px;
  /*rem*/ font-size: 0.875rem;
}
.athena.ilearn .athena-menu .menu-item-text-bar .athena-menu-icon.fa-ellipsis-h,
.knowledge-check.ilearn .athena-menu .menu-item-text-bar .athena-menu-icon.fa-ellipsis-h {
  /*px*/ top: 1px;
  /*rem*/ top: 0.0625rem;
}
.athena.ilearn .athena-menu .menu-item-start-btn,
.knowledge-check.ilearn .athena-menu .menu-item-start-btn {
  position: relative;
  /*px*/ left: -1px;
  /*rem*/ left: -0.0625rem;
  float: left;
  /*px*/ width: 79px;
  /*rem*/ width: 4.9375rem;
  /*px*/ height: 42px;
  /*rem*/ height: 2.625rem;
  background-image: url("/assets/graphics/athena-skins/ilearn/MenuItemStartBtn.png");
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
}
.athena.ilearn .athena-menu .menu-item-start-btn:after,
.knowledge-check.ilearn .athena-menu .menu-item-start-btn:after {
  content: '';
}
.athena.ilearn .athena-menu .menu-item-start-btn.mouse-over,
.knowledge-check.ilearn .athena-menu .menu-item-start-btn.mouse-over {
  background-image: url("/assets/graphics/athena-skins/ilearn/MenuItemStartBtnOver.png");
}
.athena.ilearn .mobile-video-play-btn,
.knowledge-check.ilearn .mobile-video-play-btn {
  position: absolute;
  /*px*/ width: 212px;
  /*rem*/ width: 13.25rem;
  /*px*/ height: 212px;
  /*rem*/ height: 13.25rem;
  top: 50%;
  left: 50%;
  /*px*/ margin-left: -106px;
  /*rem*/ margin-left: -6.625rem;
  /*px*/ margin-top: -106px;
  /*rem*/ margin-top: -6.625rem;
  background-image: url('/assets/graphics/athena-skins/ilearn/BigPlayBtn.png');
}
.athena.ilearn .summary-body .percentage-bar-host .summary-your-score,
.knowledge-check.ilearn .summary-body .percentage-bar-host .summary-your-score {
  text-align: center !important;
  /*px*/ margin-top: 24px !important 16px;
  /*rem*/ margin-top: 1.5rem !important 1rem;
  /*px*/ margin-bottom: 12px !important 8px;
  /*rem*/ margin-bottom: 0.75rem !important 0.5rem;
  text-align: center;
}
.athena.ilearn .summary-body .percentage-bar-host .percentage-bar,
.knowledge-check.ilearn .summary-body .percentage-bar-host .percentage-bar {
  position: relative;
  width: 100%;
  /*px*/ height: 44px;
  /*rem*/ height: 2.75rem;
}
.athena.ilearn .summary-body .percentage-bar-host .percentage-bar .percentage-fill,
.knowledge-check.ilearn .summary-body .percentage-bar-host .percentage-bar .percentage-fill {
  position: absolute;
  height: 100%;
}
.athena.ilearn .summary-body .percentage-bar-host .percentage-bar .percentage-text,
.knowledge-check.ilearn .summary-body .percentage-bar-host .percentage-bar .percentage-text {
  position: absolute;
  width: 100%;
  text-align: center;
  /*px*/ padding: 9px;
  /*rem*/ padding: 0.5625rem;
}
.athena.cc,
.knowledge-check.cc {
  overflow: hidden;
  /*px*/ max-height: 716px;
  /*rem*/ max-height: 44.75rem;
  border-color: #0090C5;
  /* TOOLTIPS SPECS START */
  /* TOOLTIPS SPECS START */
}
.athena.cc .logo,
.knowledge-check.cc .logo {
  /*px*/ width: 90px;
  /*rem*/ width: 5.625rem;
  /*px*/ margin: 18px 8px;
  /*rem*/ margin: 1.125rem 0.5rem;
}
.athena.cc .std-btn,
.knowledge-check.cc .std-btn {
  position: absolute;
  /*px*/ right: 10px;
  /*rem*/ right: 0.625rem;
  /*px*/ bottom: 10px;
  /*rem*/ bottom: 0.625rem;
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  /*px*/ border-radius: 5px;
  /*rem*/ border-radius: 0.3125rem;
  cursor: pointer;
  color: #ffffff;
  border: none;
  border-left-style: solid;
  /*px*/ border-left-width: 2px;
  /*rem*/ border-left-width: 0.125rem;
  border-left-color: #247bfd;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c2c2c+0,2c2c2c+50,191919+50 */
  background: #2c2c2c;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #2c2c2c 0%, #2c2c2c 50%, #191919 50%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2c2c2c', endColorstr='#191919', GradientType=0);
  /* IE6-9 */
  /*px*/ letter-spacing: 0.7px;
  /*rem*/ letter-spacing: 0.04375rem;
}
.athena.cc .athena-close-btn,
.knowledge-check.cc .athena-close-btn {
  /*px*/ padding: 2px 5px;
  /*rem*/ padding: 0.125rem 0.3125rem;
  /*px*/ border-radius: 3px;
  /*rem*/ border-radius: 0.1875rem;
  float: right;
  border: none;
  background-color: transparent;
  color: #ffffff;
  /*px*/ font-size: 12px;
  /*rem*/ font-size: 0.75rem;
  text-transform: uppercase;
}
.athena.cc .athena-close-btn:hover,
.knowledge-check.cc .athena-close-btn:hover {
  background-color: #861D00;
}
.athena.cc #loading-spinner,
.knowledge-check.cc #loading-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /*px*/ padding: 20px;
  /*rem*/ padding: 1.25rem;
  /*px*/ border-radius: 20px;
  /*rem*/ border-radius: 1.25rem;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.6);
}
.athena.cc .athena-header,
.knowledge-check.cc .athena-header {
  position: absolute;
  width: 100%;
  /*px*/ height: 80px;
  /*rem*/ height: 5rem;
  /*px*/ padding-left: 10px;
  /*rem*/ padding-left: 0.625rem;
  background-color: #00ADEE;
}
.athena.cc .athena-header .heading,
.knowledge-check.cc .athena-header .heading {
  position: absolute;
  /*px*/ top: 32px;
  /*rem*/ top: 2rem;
  /*px*/ right: 10px;
  /*rem*/ right: 0.625rem;
  /*px*/ font-size: 20px;
  /*rem*/ font-size: 1.25rem;
}
.athena.cc .athena-header .sub-heading,
.knowledge-check.cc .athena-header .sub-heading {
  position: absolute;
  /*px*/ top: 56px;
  /*rem*/ top: 3.5rem;
  /*px*/ right: 10px;
  /*rem*/ right: 0.625rem;
  /*px*/ font-size: 14px;
  /*rem*/ font-size: 0.875rem;
}
.athena.cc .athena-header .assessment-timer,
.knowledge-check.cc .athena-header .assessment-timer {
  display: none;
  position: absolute;
  /*px*/ top: 58px;
  /*rem*/ top: 3.625rem;
  /*px*/ right: 5px;
  /*rem*/ right: 0.3125rem;
  color: #FFF;
}
.athena.cc footer,
.knowledge-check.cc footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /*px*/ height: 60px;
  /*rem*/ height: 3.75rem;
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  z-index: 8400;
  background-color: #00ADEE;
}
.athena.cc footer .menu-btn,
.knowledge-check.cc footer .menu-btn {
  position: absolute;
  /*px*/ top: 15px;
  /*rem*/ top: 0.9375rem;
  /*px*/ left: 15px;
  /*rem*/ left: 0.9375rem;
  opacity: 1;
  /*px*/ padding: 8px;
  /*rem*/ padding: 0.5rem;
  /*px*/ border-radius: 7px;
  /*rem*/ border-radius: 0.4375rem;
  border: none;
  background-color: #0090C5;
  color: #FFF;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.athena.cc footer .menu-btn:hover,
.knowledge-check.cc footer .menu-btn:hover {
  background-color: #00BDFE;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.athena.cc footer .menu-btn.disabled,
.knowledge-check.cc footer .menu-btn.disabled {
  opacity: .6;
}
.athena.cc footer .full-screen-btn,
.knowledge-check.cc footer .full-screen-btn {
  position: absolute;
  /*px*/ top: 17px;
  /*rem*/ top: 1.0625rem;
  /*px*/ right: 203px;
  /*rem*/ right: 12.6875rem;
  /*px*/ padding: 8px 10px 7px 10px;
  /*rem*/ padding: 0.5rem 0.625rem 0.4375rem 0.625rem;
  /*px*/ border-radius: 7px;
  /*rem*/ border-radius: 0.4375rem;
  border: none;
  background-color: #0090C5;
  color: #FFF;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.athena.cc footer .full-screen-btn:hover,
.knowledge-check.cc footer .full-screen-btn:hover {
  background-color: #00BDFE;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.athena.cc footer .back-btn,
.knowledge-check.cc footer .back-btn {
  position: absolute;
  /*px*/ top: 15px;
  /*rem*/ top: 0.9375rem;
  /*px*/ right: 145px;
  /*rem*/ right: 9.0625rem;
  opacity: 1;
  /*px*/ padding: 8px;
  /*rem*/ padding: 0.5rem;
  /*px*/ border-radius: 7px;
  /*rem*/ border-radius: 0.4375rem;
  border: none;
  background-color: #0090C5;
  color: #FFF;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.athena.cc footer .back-btn:hover,
.knowledge-check.cc footer .back-btn:hover {
  background-color: #00BDFE;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.athena.cc footer .back-btn.disabled,
.knowledge-check.cc footer .back-btn.disabled {
  opacity: .6;
}
.athena.cc footer .replay-btn,
.knowledge-check.cc footer .replay-btn {
  position: absolute;
  /*px*/ top: 15px;
  /*rem*/ top: 0.9375rem;
  /*px*/ right: 72px;
  /*rem*/ right: 4.5rem;
  opacity: 1;
  /*px*/ padding: 8px;
  /*rem*/ padding: 0.5rem;
  /*px*/ border-radius: 7px;
  /*rem*/ border-radius: 0.4375rem;
  border: none;
  background-color: #0090C5;
  color: #FFF;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.athena.cc footer .replay-btn:hover,
.knowledge-check.cc footer .replay-btn:hover {
  background-color: #00BDFE;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.athena.cc footer .replay-btn.disabled,
.knowledge-check.cc footer .replay-btn.disabled {
  opacity: .6;
}
.athena.cc footer .next-btn,
.knowledge-check.cc footer .next-btn {
  position: absolute;
  /*px*/ top: 15px;
  /*rem*/ top: 0.9375rem;
  /*px*/ right: 15px;
  /*rem*/ right: 0.9375rem;
  opacity: 1;
  /*px*/ padding: 8px;
  /*rem*/ padding: 0.5rem;
  /*px*/ border-radius: 7px;
  /*rem*/ border-radius: 0.4375rem;
  border: none;
  background-color: #0090C5;
  color: #FFF;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.athena.cc footer .next-btn:hover,
.knowledge-check.cc footer .next-btn:hover {
  background-color: #00BDFE;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
}
.athena.cc footer .next-btn.disabled,
.knowledge-check.cc footer .next-btn.disabled {
  opacity: .6;
}
.athena.cc *[athena-tooltip]:hover .athena-tooltip,
.knowledge-check.cc *[athena-tooltip]:hover .athena-tooltip {
  opacity: 1;
}
.athena.cc .athena-tooltip,
.knowledge-check.cc .athena-tooltip {
  display: inline;
  position: absolute;
  bottom: 125%;
  /*px*/ padding: 4px;
  /*rem*/ padding: 0.25rem;
  /*px*/ border-radius: 8px;
  /*rem*/ border-radius: 0.5rem;
  /*px*/ border-width: 1px 1px 3px 1px;
  /*rem*/ border-width: 0.0625rem 0.0625rem 0.1875rem 0.0625rem;
  border-style: solid;
  border-color: #00BDFE;
  background-color: #0090C5;
  color: #ffffff;
  /*px*/ font-size: 12px;
  /*rem*/ font-size: 0.75rem;
  z-index: 100;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transition-property: opacity;
  transition-duration: .3s;
}
.athena.cc .athena-tooltip::before,
.knowledge-check.cc .athena-tooltip::before {
  content: '';
  position: absolute;
  z-index: 10;
  /*px*/ bottom: -17px;
  /*rem*/ bottom: -1.0625rem;
  right: calc(50% - 7px);
  /*px*/ height: 0;
  /*rem*/ height: 0;
  /*px*/ border-width: 7px;
  /*rem*/ border-width: 0.4375rem;
  border-style: solid;
  border-color: #00BDFE transparent transparent transparent;
}
.athena.cc .athena-tooltip::after,
.knowledge-check.cc .athena-tooltip::after {
  content: '';
  position: absolute;
  z-index: 5;
  /*px*/ bottom: -17px;
  /*rem*/ bottom: -1.0625rem;
  right: calc(50% - 7px);
  /*px*/ height: 0;
  /*rem*/ height: 0;
  /*px*/ border-width: 7px;
  /*rem*/ border-width: 0.4375rem;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2) transparent transparent transparent;
}
.athena.cc .athena-tooltip,
.knowledge-check.cc .athena-tooltip {
  /*px*/ width: 112px;
  /*rem*/ width: 7rem;
}
.athena.cc .click-next-to-continue,
.knowledge-check.cc .click-next-to-continue {
  position: absolute;
  /*px*/ bottom: -90px;
  /*rem*/ bottom: -5.625rem;
  /*px*/ right: 20px;
  /*rem*/ right: 1.25rem;
  /*px*/ padding: 12px;
  /*rem*/ padding: 0.75rem;
  /*px*/ border-radius: 10px;
  /*rem*/ border-radius: 0.625rem;
  /*px*/ border: 2px solid #00BDFE;
  /*rem*/ border: 0.125rem solid #00BDFE;
  /*px*/ border-bottom: 5px solid #00BDFE;
  /*rem*/ border-bottom: 0.3125rem solid #00BDFE;
  background-color: #0090C5;
  color: #ffffff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
.athena.cc .click-next-to-continue::before,
.knowledge-check.cc .click-next-to-continue::before {
  content: '';
  position: absolute;
  z-index: 10;
  /*px*/ bottom: -17px;
  /*rem*/ bottom: -1.0625rem;
  /*px*/ right: 25px;
  /*rem*/ right: 1.5625rem;
  /*px*/ height: 0;
  /*rem*/ height: 0;
  /*px*/ border-width: 7px;
  /*rem*/ border-width: 0.4375rem;
  border-style: solid;
  border-color: #00BDFE transparent transparent transparent;
}
.athena.cc .click-next-to-continue::after,
.knowledge-check.cc .click-next-to-continue::after {
  content: '';
  position: absolute;
  z-index: 5;
  /*px*/ bottom: -17px;
  /*rem*/ bottom: -1.0625rem;
  /*px*/ right: 25px;
  /*rem*/ right: 1.5625rem;
  /*px*/ height: 0;
  /*rem*/ height: 0;
  /*px*/ border-width: 7px;
  /*rem*/ border-width: 0.4375rem;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2) transparent transparent transparent;
}
.athena.cc .click-next-to-continue.in-front,
.knowledge-check.cc .click-next-to-continue.in-front {
  z-index: 8500;
}
.athena.cc .click-next-to-continue.behind,
.knowledge-check.cc .click-next-to-continue.behind {
  z-index: 8300;
}
.athena.cc .click-next-to-continue .click-next-text,
.knowledge-check.cc .click-next-to-continue .click-next-text {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}
.athena.cc .athena-content,
.knowledge-check.cc .athena-content {
  position: absolute;
  display: none;
  opacity: 0;
  /*px*/ width: 900px;
  /*rem*/ width: 56.25rem;
  height: 100%;
  /*px*/ top: 80px;
  /*rem*/ top: 5rem;
  /*px*/ margin: 30px 20px;
  /*rem*/ margin: 1.875rem 1.25rem;
}
.athena.cc .athena-content .slide-title,
.knowledge-check.cc .athena-content .slide-title {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
}
.athena.cc .athena-menu,
.knowledge-check.cc .athena-menu {
  position: absolute;
  /*px*/ top: 80px;
  /*rem*/ top: 5rem;
  /*px*/ margin-top: 30px;
  /*rem*/ margin-top: 1.875rem;
}
.athena.cc .athena-menu .menu-list-container,
.knowledge-check.cc .athena-menu .menu-list-container {
  /*px*/ max-width: 900px;
  /*rem*/ max-width: 56.25rem;
  /*px*/ height: 500px;
  /*rem*/ height: 31.25rem;
  margin: 0 auto;
  overflow-y: scroll;
}
.athena.cc .athena-menu li.menu-item,
.knowledge-check.cc .athena-menu li.menu-item {
  list-style: none;
  float: left;
  /*px*/ margin-bottom: 16px;
  /*rem*/ margin-bottom: 1rem;
}
.athena.cc .athena-menu li.menu-item:last-child,
.knowledge-check.cc .athena-menu li.menu-item:last-child {
  margin-bottom: 0;
}
.athena.cc .athena-menu .menu-item-text-bar,
.knowledge-check.cc .athena-menu .menu-item-text-bar {
  float: left;
  /*px*/ width: 521px;
  /*rem*/ width: 32.5625rem;
  /*px*/ height: 42px;
  /*rem*/ height: 2.625rem;
  /*px*/ padding: 13px 0 0 18px;
  /*rem*/ padding: 0.8125rem 0 0 1.125rem;
  /*px*/ border-radius: 20px 0 0 20px;
  /*rem*/ border-radius: 1.25rem 0 0 1.25rem;
  background-color: #00ADEE;
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #FFF;
  font-family: calibri;
}
.athena.cc .athena-menu .menu-item-text-bar .menu-item-text,
.knowledge-check.cc .athena-menu .menu-item-text-bar .menu-item-text {
  font-family: "PT Sans";
  white-space: nowrap;
}
.athena.cc .athena-menu .menu-item-text-bar .athena-menu-icon,
.knowledge-check.cc .athena-menu .menu-item-text-bar .athena-menu-icon {
  position: relative;
  float: right;
  /*px*/ margin-top: 1px;
  /*rem*/ margin-top: 0.0625rem;
  /*px*/ margin-right: 16px;
  /*rem*/ margin-right: 1rem;
  color: #ffffff;
  /*px*/ font-size: 14px;
  /*rem*/ font-size: 0.875rem;
}
.athena.cc .athena-menu .menu-item-text-bar .athena-menu-icon.fa-ellipsis-h,
.knowledge-check.cc .athena-menu .menu-item-text-bar .athena-menu-icon.fa-ellipsis-h {
  /*px*/ top: 1px;
  /*rem*/ top: 0.0625rem;
}
.athena.cc .athena-menu .menu-item-start-btn,
.knowledge-check.cc .athena-menu .menu-item-start-btn {
  position: relative;
  /*px*/ left: -1px;
  /*rem*/ left: -0.0625rem;
  float: left;
  /*px*/ width: 42px;
  /*rem*/ width: 2.625rem;
  /*px*/ height: 42px;
  /*rem*/ height: 2.625rem;
  /*px*/ padding: 14px;
  /*rem*/ padding: 0.875rem;
  /*px*/ border-radius: 0 20px 20px 0;
  /*rem*/ border-radius: 0 1.25rem 1.25rem 0;
  background-color: #0090C5;
  color: #FFF;
  background-position: 0 0;
  background-repeat: no-repeat;
  cursor: pointer;
}
.athena.cc .athena-menu .menu-item-start-btn:after,
.knowledge-check.cc .athena-menu .menu-item-start-btn:after {
  content: '\f061';
  color: #FFF;
  font-family: 'Font Awesome\ 5 Free';
  font-weight: 900;
}
.athena.cc .athena-menu .menu-item-start-btn.mouse-over,
.knowledge-check.cc .athena-menu .menu-item-start-btn.mouse-over {
  background-color: #00BDFE;
}
.athena.cc .mobile-video-play-btn,
.knowledge-check.cc .mobile-video-play-btn {
  position: absolute;
  /*px*/ width: 212px;
  /*rem*/ width: 13.25rem;
  /*px*/ height: 212px;
  /*rem*/ height: 13.25rem;
  top: 50%;
  left: 50%;
  /*px*/ margin-left: -106px;
  /*rem*/ margin-left: -6.625rem;
  /*px*/ margin-top: -106px;
  /*rem*/ margin-top: -6.625rem;
  background-image: url('/assets/graphics/athena-skins/ilearn/BigPlayBtn.png');
}
.athena.cc .summary-body .percentage-bar-host .summary-your-score,
.knowledge-check.cc .summary-body .percentage-bar-host .summary-your-score {
  text-align: center !important;
  /*px*/ margin-top: 24px !important 16px;
  /*rem*/ margin-top: 1.5rem !important 1rem;
  /*px*/ margin-bottom: 12px !important 8px;
  /*rem*/ margin-bottom: 0.75rem !important 0.5rem;
  text-align: center;
}
.athena.cc .summary-body .percentage-bar-host .percentage-bar,
.knowledge-check.cc .summary-body .percentage-bar-host .percentage-bar {
  position: relative;
  width: 100%;
  /*px*/ height: 44px;
  /*rem*/ height: 2.75rem;
}
.athena.cc .summary-body .percentage-bar-host .percentage-bar .percentage-fill,
.knowledge-check.cc .summary-body .percentage-bar-host .percentage-bar .percentage-fill {
  position: absolute;
  height: 100%;
}
.athena.cc .summary-body .percentage-bar-host .percentage-bar .percentage-text,
.knowledge-check.cc .summary-body .percentage-bar-host .percentage-bar .percentage-text {
  position: absolute;
  width: 100%;
  text-align: center;
  /*px*/ padding: 9px;
  /*rem*/ padding: 0.5625rem;
}
.athena.bp,
.knowledge-check.bp {
  overflow: hidden;
  /*px*/ max-height: 776px;
  /*rem*/ max-height: 48.5rem;
  border-color: #008a28;
}
.athena.bp .std-btn,
.knowledge-check.bp .std-btn {
  position: absolute;
  /*px*/ right: 10px;
  /*rem*/ right: 0.625rem;
  /*px*/ bottom: 10px;
  /*rem*/ bottom: 0.625rem;
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  /*px*/ border-radius: 5px;
  /*rem*/ border-radius: 0.3125rem;
  /*px*/ border: 1px solid #000000;
  /*rem*/ border: 0.0625rem solid #000000;
  cursor: pointer;
  color: #ffffff;
  background: #00e644;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #00e644 2%, #04bf34 4%, #036d22 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e644', endColorstr='#036d22', GradientType=0);
  /* IE6-9 */
  /*px*/ letter-spacing: 0.7px;
  /*rem*/ letter-spacing: 0.04375rem;
}
.athena.bp .std-btn:hover,
.knowledge-check.bp .std-btn:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#03f34a+2,04d83a+4,04942e+100 */
  background: #03f34a;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #03f34a 2%, #04d83a 4%, #04942e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03f34a', endColorstr='#04942e', GradientType=0);
  /* IE6-9 */
}
.athena.bp .athena-close-btn,
.knowledge-check.bp .athena-close-btn {
  /*px*/ padding: 2px 5px;
  /*rem*/ padding: 0.125rem 0.3125rem;
  /*px*/ margin: 5px;
  /*rem*/ margin: 0.3125rem;
  /*px*/ border-radius: 3px;
  /*rem*/ border-radius: 0.1875rem;
  float: right;
  border: none;
  background-color: transparent;
  color: #00a330;
  /*px*/ font-size: 12px;
  /*rem*/ font-size: 0.75rem;
  text-transform: uppercase;
}
.athena.bp .athena-close-btn:hover,
.knowledge-check.bp .athena-close-btn:hover {
  background-color: #00a330;
  color: #ffffff;
}
.athena.bp .athena-header,
.knowledge-check.bp .athena-header {
  /*px*/ height: 80px;
  /*rem*/ height: 5rem;
}
.athena.bp .athena-header .heading,
.knowledge-check.bp .athena-header .heading {
  position: absolute;
  /*px*/ top: 32px;
  /*rem*/ top: 2rem;
  /*px*/ right: 10px;
  /*rem*/ right: 0.625rem;
  /*px*/ font-size: 20px;
  /*rem*/ font-size: 1.25rem;
}
.athena.bp .athena-header .sub-heading,
.knowledge-check.bp .athena-header .sub-heading {
  position: absolute;
  /*px*/ top: 56px;
  /*rem*/ top: 3.5rem;
  /*px*/ right: 10px;
  /*rem*/ right: 0.625rem;
  /*px*/ font-size: 14px;
  /*rem*/ font-size: 0.875rem;
}
.athena.bp .athena-header .logo,
.knowledge-check.bp .athena-header .logo {
  position: absolute;
  /*px*/ margin-top: 10px;
  /*rem*/ margin-top: 0.625rem;
  /*px*/ margin-left: 10px;
  /*rem*/ margin-left: 0.625rem;
  /*px*/ height: 110px;
  /*rem*/ height: 6.875rem;
  -ms-interpolation-mode: bicubic;
  z-index: 20;
}
.athena.bp .athena-header .header-bar,
.knowledge-check.bp .athena-header .header-bar {
  position: absolute;
  /*px*/ top: 80px;
  /*rem*/ top: 5rem;
  /*px*/ height: 24px;
  /*rem*/ height: 1.5rem;
  width: 100%;
  z-index: 10;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00e644+0,44d403+15,00a330+86,ffe400+86,ffe400+86 */
  background: #00e644;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #00e644 0%, #44d403 15%, #00a330 86%, #ffe400 86%, #ffe400 86%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e644', endColorstr='#ffe400', GradientType=0);
  /* IE6-9 */
}
.athena.bp .athena-header .assessment-timer,
.knowledge-check.bp .athena-header .assessment-timer {
  display: none;
  position: absolute;
  /*px*/ top: 58px;
  /*rem*/ top: 3.625rem;
  /*px*/ right: 5px;
  /*rem*/ right: 0.3125rem;
  color: #FFF;
}
.athena.bp footer,
.knowledge-check.bp footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /*px*/ height: 60px;
  /*rem*/ height: 3.75rem;
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  z-index: 8400;
  background-color: #00a330;
}
.athena.bp footer .footer-btn,
.knowledge-check.bp footer .footer-btn {
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  /*px*/ border-radius: 5px;
  /*rem*/ border-radius: 0.3125rem;
  /*px*/ border: 1px solid #000000;
  /*rem*/ border: 0.0625rem solid #000000;
  cursor: pointer;
  color: #ffffff;
  background: #00e644;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #00e644 2%, #04bf34 4%, #036d22 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e644', endColorstr='#036d22', GradientType=0);
  /* IE6-9 */
}
.athena.bp footer .footer-btn:hover,
.knowledge-check.bp footer .footer-btn:hover {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#03f34a+2,04d83a+4,04942e+100 */
  background: #03f34a;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #03f34a 2%, #04d83a 4%, #04942e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03f34a', endColorstr='#04942e', GradientType=0);
  /* IE6-9 */
}
.athena.bp footer .menu-btn,
.knowledge-check.bp footer .menu-btn {
  position: absolute;
  /*px*/ top: 15px;
  /*rem*/ top: 0.9375rem;
  /*px*/ left: 15px;
  /*rem*/ left: 0.9375rem;
}
.athena.bp footer .back-btn,
.knowledge-check.bp footer .back-btn {
  position: absolute;
  /*px*/ top: 15px;
  /*rem*/ top: 0.9375rem;
  /*px*/ right: 189px;
  /*rem*/ right: 11.8125rem;
}
.athena.bp footer .replay-btn,
.knowledge-check.bp footer .replay-btn {
  position: absolute;
  /*px*/ top: 15px;
  /*rem*/ top: 0.9375rem;
  /*px*/ right: 95px;
  /*rem*/ right: 5.9375rem;
}
.athena.bp footer .next-btn,
.knowledge-check.bp footer .next-btn {
  position: absolute;
  /*px*/ top: 15px;
  /*rem*/ top: 0.9375rem;
  /*px*/ right: 15px;
  /*rem*/ right: 0.9375rem;
}
.athena.bp .play-controls,
.knowledge-check.bp .play-controls {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 100%;
  /*px*/ height: 24px;
  /*rem*/ height: 1.5rem;
  /*px*/ left: 0;
  /*rem*/ left: 0;
  /*px*/ bottom: 60px;
  /*rem*/ bottom: 3.75rem;
  /*px*/ padding: 2px 0;
  /*rem*/ padding: 0.125rem 0;
  background-color: #060;
}
.athena.bp .play-controls .play-pause-btn,
.knowledge-check.bp .play-controls .play-pause-btn {
  float: left;
  /*px*/ margin-top: 1px;
  /*rem*/ margin-top: 0.0625rem;
  /*px*/ width: 22px;
  /*rem*/ width: 1.375rem;
  background: none;
  border: none;
  color: #ffffff;
  /*px*/ font-size: 14px;
  /*rem*/ font-size: 0.875rem;
}
.athena.bp .play-controls .scrub-control,
.knowledge-check.bp .play-controls .scrub-control {
  width: 100%;
  /*px*/ padding: 5px;
  /*rem*/ padding: 0.3125rem;
}
.athena.bp .play-controls .scrub-control .scrub-bar,
.knowledge-check.bp .play-controls .scrub-control .scrub-bar {
  position: relative;
  width: 100%;
  /*px*/ height: 10px;
  /*rem*/ height: 0.625rem;
  background-color: #ffffff;
}
.athena.bp .play-controls .scrub-control .scrub-grab,
.knowledge-check.bp .play-controls .scrub-control .scrub-grab {
  position: absolute;
  /*px*/ width: 20px;
  /*rem*/ width: 1.25rem;
  /*px*/ height: 10px;
  /*rem*/ height: 0.625rem;
  background-color: #7B7;
  cursor: pointer;
}
.athena.bp .play-controls .time-display,
.knowledge-check.bp .play-controls .time-display {
  float: right;
  /*px*/ width: 100px;
  /*rem*/ width: 6.25rem;
  /*px*/ padding: 4px;
  /*rem*/ padding: 0.25rem;
  color: #ffffff;
  /*px*/ font-size: 12px;
  /*rem*/ font-size: 0.75rem;
}
.athena.bp .click-next-to-continue,
.knowledge-check.bp .click-next-to-continue {
  position: absolute;
  /*px*/ bottom: -90px;
  /*rem*/ bottom: -5.625rem;
  /*px*/ right: 20px;
  /*rem*/ right: 1.25rem;
  /*px*/ padding: 12px;
  /*rem*/ padding: 0.75rem;
  /*px*/ width: 158px;
  /*rem*/ width: 9.875rem;
  /*px*/ height: 209px;
  /*rem*/ height: 13.0625rem;
  background-image: url('/assets/graphics/athena-skins/bp/next-dude.svg');
  /* Safari and Chrome */
  transition-property: bottom;
  /* Safari and Chrome */
  transition-duration: .8s;
  /* Safari and Chrome */
  transition-timing-function: ease-out;
}
.athena.bp .click-next-to-continue.in-front,
.knowledge-check.bp .click-next-to-continue.in-front {
  z-index: 8500;
}
.athena.bp .click-next-to-continue.behind,
.knowledge-check.bp .click-next-to-continue.behind {
  z-index: 8300;
}
.athena.bp .click-next-to-continue.in,
.knowledge-check.bp .click-next-to-continue.in {
  /*px*/ bottom: 57px;
  /*rem*/ bottom: 3.5625rem;
  z-index: 500;
}
.athena.bp .click-next-to-continue.out,
.knowledge-check.bp .click-next-to-continue.out {
  /*px*/ bottom: -220px;
  /*rem*/ bottom: -13.75rem;
  z-index: 500;
}
.athena.bp .click-next-to-continue .click-next-text,
.knowledge-check.bp .click-next-to-continue .click-next-text {
  -webkit-user-select: none;
  /* Chrome/Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+ */
  /* Rules below not implemented in browsers yet */
  -o-user-select: none;
  user-select: none;
}
.athena.bp .athena-content,
.knowledge-check.bp .athena-content {
  position: relative;
  display: none;
  opacity: 0;
  overflow: hidden;
  /*px*/ width: 900px;
  /*rem*/ width: 56.25rem;
  /*px*/ height: 500px;
  /*rem*/ height: 31.25rem;
  /*px*/ margin: 60px auto;
  /*rem*/ margin: 3.75rem auto;
  background-color: #F5F5F5;
}
.athena.bp .athena-content .slide-title,
.knowledge-check.bp .athena-content .slide-title {
  position: absolute;
  top: 40%;
  width: 100%;
  text-align: center;
}
.athena.bp .athena-menu,
.knowledge-check.bp .athena-menu {
  /*px*/ margin-top: 60px;
  /*rem*/ margin-top: 3.75rem;
}
.athena.bp .athena-menu .menu-list-container,
.knowledge-check.bp .athena-menu .menu-list-container {
  /*px*/ max-width: 900px;
  /*rem*/ max-width: 56.25rem;
  /*px*/ height: 500px;
  /*rem*/ height: 31.25rem;
  margin: 0 auto;
  overflow-y: scroll;
}
.athena.bp .athena-menu li.menu-item,
.knowledge-check.bp .athena-menu li.menu-item {
  list-style: none;
  float: left;
  /*px*/ margin-bottom: 16px;
  /*rem*/ margin-bottom: 1rem;
}
.athena.bp .athena-menu li.menu-item:last-child,
.knowledge-check.bp .athena-menu li.menu-item:last-child {
  margin-bottom: 0;
}
.athena.bp .athena-menu .menu-item-text-bar,
.knowledge-check.bp .athena-menu .menu-item-text-bar {
  position: relative;
  float: left;
  /*px*/ width: 521px;
  /*rem*/ width: 32.5625rem;
  /*px*/ height: 42px;
  /*rem*/ height: 2.625rem;
  /*px*/ padding: 13px 0 0 20px;
  /*rem*/ padding: 0.8125rem 0 0 1.25rem;
  /*px*/ border-width: 1px 1px 1px 5px;
  /*rem*/ border-width: 0.0625rem 0.0625rem 0.0625rem 0.3125rem;
  /*px*/ border-radius: 10px 0 0 10px;
  /*rem*/ border-radius: 0.625rem 0 0 0.625rem;
  border-style: solid;
  border-color: #00a330;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00e644+0,44d403+15,00a330+86,ffe400+86,ffe400+86 */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00e644+2,04bf34+4,036d22+100 */
  background: #00e644;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #00e644 2%, #04bf34 4%, #036d22 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e644', endColorstr='#036d22', GradientType=0);
  /* IE6-9 */
  color: #FFF;
  font-family: calibri;
}
.athena.bp .athena-menu .menu-item-text-bar .menu-item-text,
.knowledge-check.bp .athena-menu .menu-item-text-bar .menu-item-text {
  font-family: "PT Sans", Arial, Helvetica;
  white-space: nowrap;
}
.athena.bp .athena-menu .menu-item-text-bar .athena-menu-icon,
.knowledge-check.bp .athena-menu .menu-item-text-bar .athena-menu-icon {
  position: relative;
  float: right;
  /*px*/ margin-top: 1px;
  /*rem*/ margin-top: 0.0625rem;
  /*px*/ margin-right: 16px;
  /*rem*/ margin-right: 1rem;
  color: #ffffff;
  /*px*/ font-size: 14px;
  /*rem*/ font-size: 0.875rem;
}
.athena.bp .athena-menu .menu-item-text-bar .athena-menu-icon.fa-ellipsis-h,
.knowledge-check.bp .athena-menu .menu-item-text-bar .athena-menu-icon.fa-ellipsis-h {
  /*px*/ top: 1px;
  /*rem*/ top: 0.0625rem;
}
.athena.bp .athena-menu .menu-item-ellipsis-highlight:hover,
.knowledge-check.bp .athena-menu .menu-item-ellipsis-highlight:hover {
  position: absolute;
  width: auto;
  /*px*/ padding: 2px;
  /*rem*/ padding: 0.125rem;
  /*px*/ left: 17px;
  /*rem*/ left: 1.0625rem;
  /*px*/ top: 10px;
  /*rem*/ top: 0.625rem;
  /*px*/ border-radius: 3px;
  /*rem*/ border-radius: 0.1875rem;
  /*px*/ border: 1px solid rgba(0, 150, 0, 0.3);
  /*rem*/ border: 0.0625rem solid rgba(0, 150, 0, 0.3);
  background-color: #ffffff;
  color: #090;
  z-index: 1;
}
.athena.bp .athena-menu .menu-item-start-btn,
.knowledge-check.bp .athena-menu .menu-item-start-btn {
  position: relative;
  float: left;
  /*px*/ left: -1px;
  /*rem*/ left: -0.0625rem;
  /*px*/ width: 79px;
  /*rem*/ width: 4.9375rem;
  /*px*/ height: 42px;
  /*rem*/ height: 2.625rem;
  /*px*/ padding: 12px;
  /*rem*/ padding: 0.75rem;
  /*px*/ border-radius: 0 10px 10px 0;
  /*rem*/ border-radius: 0 0.625rem 0.625rem 0;
  /*px*/ border: 1px solid #00a330;
  /*rem*/ border: 0.0625rem solid #00a330;
  border-left-color: #000000;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#00e644+2,04bf34+4,036d22+100 */
  background: #00e644;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #00e644 2%, #04bf34 4%, #036d22 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00e644', endColorstr='#036d22', GradientType=0);
  /* IE6-9 */
  color: #ffffff;
  cursor: pointer;
}
.athena.bp .athena-menu .menu-item-start-btn:after,
.knowledge-check.bp .athena-menu .menu-item-start-btn:after {
  content: 'Launch';
}
.athena.bp .athena-menu .menu-item-start-btn.mouse-over,
.knowledge-check.bp .athena-menu .menu-item-start-btn.mouse-over {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#03f34a+2,04d83a+4,04942e+100 */
  background: #03f34a;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #03f34a 2%, #04d83a 4%, #04942e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#03f34a', endColorstr='#04942e', GradientType=0);
  /* IE6-9 */
}
.athena.bp .mobile-video-play-btn,
.knowledge-check.bp .mobile-video-play-btn {
  position: absolute;
  /*px*/ width: 212px;
  /*rem*/ width: 13.25rem;
  /*px*/ height: 212px;
  /*rem*/ height: 13.25rem;
  top: 50%;
  left: 50%;
  /*px*/ margin-left: -106px;
  /*rem*/ margin-left: -6.625rem;
  /*px*/ margin-top: -106px;
  /*rem*/ margin-top: -6.625rem;
  background-image: url('/assets/graphics/athena-skins/ilearn/BigPlayBtn.png');
}
.athena.bp .summary-body .percentage-bar-host .summary-your-score,
.knowledge-check.bp .summary-body .percentage-bar-host .summary-your-score {
  text-align: center !important;
  /*px*/ margin-top: 24px !important;
  /*rem*/ margin-top: 1.5rem !important;
  /*px*/ margin-bottom: 12px !important;
  /*rem*/ margin-bottom: 0.75rem !important;
}
.athena.bp .summary-body .percentage-bar-host .percentage-bar,
.knowledge-check.bp .summary-body .percentage-bar-host .percentage-bar {
  position: relative;
  width: 100%;
  /*px*/ height: 44px;
  /*rem*/ height: 2.75rem;
}
.athena.bp .summary-body .percentage-bar-host .percentage-bar .percentage-fill,
.knowledge-check.bp .summary-body .percentage-bar-host .percentage-bar .percentage-fill {
  position: absolute;
  height: 100%;
}
.athena.bp .summary-body .percentage-bar-host .percentage-bar .percentage-text,
.knowledge-check.bp .summary-body .percentage-bar-host .percentage-bar .percentage-text {
  position: absolute;
  width: 100%;
  text-align: center;
  /*px*/ padding: 9px;
  /*rem*/ padding: 0.5625rem;
}
.home-page nav.main-nav {
  border-color: #D8D8D8;
}
.home-page nav.main-nav > ul {
  border-color: #D8D8D8;
}
.home-page nav.main-nav > ul > li > ul {
  border-color: #D8D8D8;
}
.home-page nav.main-nav > ul > li > ul > li > ul {
  border-color: #D8D8D8;
}
.home-page > main {
  background-color: #292929;
}
.home-page .KSPs {
  float: left;
  width: 100%;
  margin-bottom: 0;
  background-color: #292929;
}
.home-page .KSPs .KSP {
  display: inline;
  position: relative;
  float: left;
  width: 100%;
  /*px*/ height: 275px;
  /*rem*/ height: 17.1875rem;
  margin: 0 0.1%;
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  /*px*/ border-width: 8px 0 0 0;
  /*rem*/ border-width: 0.5rem 0 0 0;
  border-style: solid;
  cursor: pointer;
}
@media (min-width: 768px) and (max-width: 959px) {
  .home-page .KSPs .KSP {
    width: 49.8%;
  }
}
@media (min-width: 960px) {
  .home-page .KSPs .KSP {
    width: 24.8%;
  }
}
.home-page .KSPs .KSP a.more-btn {
  position: absolute;
  display: block;
  /*px*/ right: 18px;
  /*rem*/ right: 1.125rem;
  /*px*/ bottom: 14px;
  /*rem*/ bottom: 0.875rem;
  /*px*/ padding: 6px 3px 6px 6px;
  /*rem*/ padding: 0.375rem 0.1875rem 0.375rem 0.375rem;
  text-decoration: none;
}
.home-page .KSPs .KSP a.more-btn::before {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  /*px*/ height: 28px;
  /*rem*/ height: 1.75rem;
  /*px*/ border-width: 14px 7px;
  /*rem*/ border-width: 0.875rem 0.4375rem;
  border-style: solid;
}
.home-page .KSPs .KSP-1 {
  background-color: #333;
  color: #ffffff;
  border-color: #3A65B0;
}
.home-page .KSPs .KSP-1:hover {
  background-color: #2b4b82;
}
.home-page .KSPs .KSP-1 h3 {
  color: #ffffff;
  /*px*/ font-size: 31px;
  /*rem*/ font-size: 1.9375rem;
}
.home-page .KSPs .KSP-1 a.more-btn {
  background-color: #3A65B0;
  color: #ffffff;
}
.home-page .KSPs .KSP-1 a.more-btn:hover {
  background-color: #567fc7;
}
.home-page .KSPs .KSP-1 a.more-btn:hover::before {
  border-color: transparent transparent transparent #567fc7;
}
.home-page .KSPs .KSP-1 a.more-btn::before {
  border-color: transparent transparent transparent #3A65B0;
}
.home-page .KSPs .KSP-2 {
  background-color: #333;
  color: #ffffff;
  border-color: #E11E21;
}
.home-page .KSPs .KSP-2:hover {
  background-color: #ab1719;
}
.home-page .KSPs .KSP-2 h3 {
  color: #ffffff;
  /*px*/ font-size: 31px;
  /*rem*/ font-size: 1.9375rem;
}
.home-page .KSPs .KSP-2 a.more-btn {
  background-color: #E11E21;
  color: #ffffff;
}
.home-page .KSPs .KSP-2 a.more-btn:hover {
  background-color: #e74b4d;
}
.home-page .KSPs .KSP-2 a.more-btn:hover::before {
  border-color: transparent transparent transparent #e74b4d;
}
.home-page .KSPs .KSP-2 a.more-btn::before {
  border-color: transparent transparent transparent #E11E21;
}
.home-page .KSPs .KSP-3 {
  background-color: #333;
  color: #ffffff;
  border-color: #F7C61F;
}
.home-page .KSPs .KSP-3:hover {
  background-color: #DEA215;
  color: #ffffff;
}
.home-page .KSPs .KSP-3:hover h3 {
  color: #ffffff;
}
.home-page .KSPs .KSP-3 h3 {
  color: #ffffff;
  /*px*/ font-size: 31px;
  /*rem*/ font-size: 1.9375rem;
}
.home-page .KSPs .KSP-3 a.more-btn {
  background-color: #F7C61F;
  color: #000000;
}
.home-page .KSPs .KSP-3 a.more-btn:hover {
  background-color: #f9d55a;
}
.home-page .KSPs .KSP-3 a.more-btn:hover::before {
  border-color: transparent transparent transparent #f9d55a;
}
.home-page .KSPs .KSP-3 a.more-btn::before {
  border-color: transparent transparent transparent #F7C61F;
}
.home-page .KSPs .KSP-4 {
  background-color: #333;
  color: #ffffff;
  border-color: #ffffff;
}
.home-page .KSPs .KSP-4:hover {
  background-color: #d1d1d1;
  color: #000000;
}
.home-page .KSPs .KSP-4:hover h3 {
  color: #000000;
}
.home-page .KSPs .KSP-4 h3 {
  color: #ffffff;
  /*px*/ font-size: 31px;
  /*rem*/ font-size: 1.9375rem;
}
.home-page .KSPs .KSP-4 a.more-btn {
  background-color: #ffffff;
  color: #000000;
}
.home-page .KSPs .KSP-4 a.more-btn:hover {
  background-color: #000000;
  color: #ffffff;
}
.home-page .KSPs .KSP-4 a.more-btn:hover::before {
  border-color: transparent transparent transparent #000000;
}
.home-page .KSPs .KSP-4 a.more-btn::before {
  border-color: transparent transparent transparent #ffffff;
}
.home-page .section-3 {
  float: left;
  /*px*/ padding: 30px;
  /*rem*/ padding: 1.875rem;
  /*px*/ border-top: 12px solid #444;
  /*rem*/ border-top: 0.75rem solid #444;
  color: #888;
  background-color: #222;
}
.home-page .section-3 header * {
  color: #ffffff;
}
.home-page .section-3 main {
  float: left;
  width: 100%;
}
@media (min-width: 768px) {
  .home-page .section-3 main {
    width: 50%;
  }
}
.home-page .section-3 .section-3-img {
  float: right;
  /*px*/ margin-top: -45px;
  /*rem*/ margin-top: -2.8125rem;
  width: 100%;
}
@media (min-width: 960px) {
  .home-page .section-3 .section-3-img {
    width: auto;
  }
}
.home-page .section-3 a.more-btn {
  position: absolute;
  display: block;
  /*px*/ right: 28px;
  /*rem*/ right: 1.75rem;
  /*px*/ bottom: 24px;
  /*rem*/ bottom: 1.5rem;
  /*px*/ padding: 6px 3px 6px 6px;
  /*rem*/ padding: 0.375rem 0.1875rem 0.375rem 0.375rem;
  background-color: #3A65B0;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.home-page .section-3 a.more-btn:hover {
  background-color: #567fc7;
}
.home-page .section-3 a.more-btn:hover::before {
  border-color: transparent transparent transparent #567fc7;
}
.home-page .section-3 a.more-btn::before {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  /*px*/ height: 40px;
  /*rem*/ height: 2.5rem;
  /*px*/ border-width: 20px 9px;
  /*rem*/ border-width: 1.25rem 0.5625rem;
  border-style: solid;
  border-color: transparent transparent transparent #3A65B0;
}
.messenger {
  overflow: hidden;
  z-index: 5000;
}
.messenger .messenger-display {
  /*px*/ height: 532px;
  /*rem*/ height: 33.25rem;
  /*px*/ border: 2px solid #2A57A9;
  /*rem*/ border: 0.125rem solid #2A57A9;
  background-color: #FCFCFC;
}
.messenger .folders {
  float: left;
}
@media (min-width: 768px) {
  .messenger .folders {
    width: 20%;
  }
}
.messenger .folders li {
  /*px*/ margin: 0 0 2px 0;
  /*rem*/ margin: 0 0 0.125rem 0;
  /*px*/ border-width: 0 0 1px 0;
  /*rem*/ border-width: 0 0 0.0625rem 0;
  border-style: solid;
  border-color: #E9ECEF;
  background-color: #FCFCFC;
}
.messenger .folders li a {
  display: block;
  /*px*/ padding: 9px;
  /*rem*/ padding: 0.5625rem;
  text-decoration: none;
  cursor: pointer;
}
.messenger .right-pane {
  position: relative;
  float: right;
  width: 80%;
  height: 100%;
  overflow: scroll;
}
.messenger .right-pane .primary-functions {
  /*px*/ padding: 10px;
  /*rem*/ padding: 0.625rem;
  background-color: #EEE;
}
.messenger .right-pane .primary-functions a {
  /*px*/ margin-top: 2px;
  /*rem*/ margin-top: 0.125rem;
  color: #ffffff;
  text-decoration: none;
  /*px*/ margin-right: 15px;
  /*rem*/ margin-right: 0.9375rem;
}
.messenger .right-pane .message-view {
  position: absolute;
  z-index: 5200;
  background-color: #EEE;
}
.messenger .right-pane .message-list {
  position: absolute;
  z-index: 5100;
  /*px*/ top: 36px;
  /*rem*/ top: 2.25rem;
  width: 100%;
  /*px*/ margin-bottom: 0;
  /*rem*/ margin-bottom: 0;
  /*px*/ border-width: 0 0 0 2px;
  /*rem*/ border-width: 0 0 0 0.125rem;
  border-style: solid;
  border-color: #EEE;
  background-color: #ffffff;
}
.messenger .right-pane .message-list .dt-message-list {
  display: none;
}
.messenger .right-pane .message-list td {
  /*px*/ padding: 14px;
  /*rem*/ padding: 0.875rem;
  vertical-align: middle;
  box-sizing: border-box;
  cursor: pointer;
}
.messenger .right-pane .message-list .dataTables_info {
  /*px*/ padding-left: 8px;
  /*rem*/ padding-left: 0.5rem;
}
.messenger .right-pane .new-message {
  position: absolute;
  top: 100%;
  z-index: 5300;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  /*px*/ border-left: 2px solid #EEE;
  /*rem*/ border-left: 0.125rem solid #EEE;
}
.messenger .right-pane .new-message header {
  /*px*/ padding: 8px;
  /*rem*/ padding: 0.5rem;
  /*px*/ border-top: 1px solid #1E4A98;
  /*rem*/ border-top: 0.0625rem solid #1E4A98;
  background-color: #3664B7;
  color: #ffffff;
}
.messenger .right-pane .new-message header h4 {
  float: left;
  display: inline;
  margin: 0;
  color: #ffffff;
  /*px*/ font-size: 18px;
  /*rem*/ font-size: 1.125rem;
}
.messenger .right-pane .new-message header .buttons {
  float: right;
}
.messenger .right-pane .new-message header .buttons label {
  /*px*/ margin-right: 12px;
  /*rem*/ margin-right: 0.75rem;
}
.messenger .right-pane .new-message header .buttons a {
  /*px*/ margin: 0 12px;
  /*rem*/ margin: 0 0.75rem;
  color: #ffffff;
  text-decoration: none;
}
.messenger .right-pane .new-message .new-msg-fields {
  /*px*/ margin-top: 5px;
  /*rem*/ margin-top: 0.3125rem;
}
.messenger .right-pane .new-message .new-msg-fields li {
  position: relative;
  /*px*/ margin: 0 0 1px 0;
  /*rem*/ margin: 0 0 0.0625rem 0;
  /*px*/ padding: 1px 6px;
  /*rem*/ padding: 0.0625rem 0.375rem;
}
.messenger .right-pane .new-message .new-msg-fields li .add-recipient-search {
  display: inline;
  float: left;
  position: relative;
  top: 100%;
  /*px*/ padding-top: 0;
  /*rem*/ padding-top: 0;
  /*px*/ padding-right: 10px;
  /*rem*/ padding-right: 0.625rem;
  /*px*/ padding-bottom: 0;
  /*rem*/ padding-bottom: 0;
  /*px*/ padding-left: 10px;
  /*rem*/ padding-left: 0.625rem;
  /*px*/ margin-top: -2px;
  /*rem*/ margin-top: -0.125rem;
  width: 100%;
  height: 0;
  z-index: 5320;
  opacity: 0;
  background-color: #3664B7;
  color: #ffffff;
}
.messenger .right-pane .new-message .new-msg-fields li .add-recipient-search select {
  /*px*/ border-radius: 0;
  /*rem*/ border-radius: 0;
}
.messenger .right-pane .new-message .field-label {
  float: left;
  /*px*/ width: 110px;
  /*rem*/ width: 6.875rem;
  /*px*/ padding: 10px 8px;
  /*rem*/ padding: 0.625rem 0.5rem;
  text-align: right;
}
.messenger .right-pane .new-message .field {
  overflow: hidden;
}
.messenger .right-pane .new-message .field .new-msg-to-field,
.messenger .right-pane .new-message .field .new-msg-subject-field,
.messenger .right-pane .new-message .field .new-msg-attachments-field {
  width: 100%;
  /*px*/ padding: 8px;
  /*rem*/ padding: 0.5rem;
  /*px*/ border: 1px solid #EEE;
  /*rem*/ border: 0.0625rem solid #EEE;
  background-color: #ffffff;
}
.messenger .right-pane .new-message .field .new-msg-to-field .recipient {
  display: inline;
  /*px*/ margin-right: 4px;
  /*rem*/ margin-right: 0.25rem;
  /*px*/ padding: 4px 5px 2px 5px;
  /*rem*/ padding: 0.25rem 0.3125rem 0.125rem 0.3125rem;
  /*px*/ border-radius: 4px;
  /*rem*/ border-radius: 0.25rem;
  /*px*/ border: 1px solid #99B9F3;
  /*rem*/ border: 0.0625rem solid #99B9F3;
  background-color: #CCE7FB;
  color: #3664B7;
  /*px*/ font-size: 13px;
  /*rem*/ font-size: 0.8125rem;
}
.messenger .right-pane .new-message .field .new-msg-to-field .recipient .remove-recipient-btn {
  /*px*/ margin-left: 4px;
  /*rem*/ margin-left: 0.25rem;
  /*px*/ font-size: 12px;
  /*rem*/ font-size: 0.75rem;
}
.messenger .right-pane .new-message .field .new-msg-subject-field {
  margin-top: 0;
  /*px*/ padding: 7px 8px;
  /*rem*/ padding: 0.4375rem 0.5rem;
}
.messenger .right-pane .new-message .field .search-results {
  position: relative;
  width: 100%;
  /*px*/ height: 150px;
  /*rem*/ height: 9.375rem;
  /*px*/ margin: -1px 0 0 0;
  /*rem*/ margin: -0.0625rem 0 0 0;
  border-top-style: dashed;
}
.messenger .right-pane .new-message .field .search-results option {
  /*px*/ padding: 4px;
  /*rem*/ padding: 0.25rem;
  color: #CCC;
  /*px*/ font-size: 13px;
  /*rem*/ font-size: 0.8125rem;
  font-weight: 100;
}
.privacy-policy p {
  /*px*/ margin: 16px 0;
  /*rem*/ margin: 1rem 0;
  /*px*/ line-height: 20px;
  /*rem*/ line-height: 1.25rem;
}
.privacy-policy li {
  /*px*/ margin: 8px 18px;
  /*rem*/ margin: 0.5rem 1.125rem;
  /*px*/ line-height: 20px;
  /*rem*/ line-height: 1.25rem;
  list-style: initial;
}
.DT-qualification-items-list tr.locked td {
  background-color: #EEE;
  color: #BBB;
}
.DT-qualification-items-list tr.locked button,
.DT-qualification-items-list tr.locked a {
  visibility: hidden;
}
.DT-qualification-items-list tr.locked .sm-circle-icon {
  display: none;
}
.DT-qualification-items-list tr.locked .sm-circle-icon.locked {
  display: inline;
}
.DT-qualification-items-list tr:not(.locked) .sm-circle-icon:not(.locked) {
  display: inline;
}
.DT-qualification-items-list tr:not(.locked) .sm-circle-icon.locked {
  display: none;
}
.DT-qual-add-manual-users input[type="date"] {
  /*px*/ padding: 7px 7px 6px 7px;
  /*rem*/ padding: 0.4375rem 0.4375rem 0.375rem 0.4375rem;
}
.DT-qual-add-manual-users button {
  background: none;
  border: none;
}
.terms ol {
  /*px*/ padding: 50px 70px;
  /*rem*/ padding: 3.125rem 4.375rem;
  /*px*/ border: 1px solid #CCC;
  /*rem*/ border: 0.0625rem solid #CCC;
  background-color: #EEE;
  color: #222;
  font-family: Courier;
  /*px*/ font-size: 15px;
  /*rem*/ font-size: 0.9375rem;
}
.terms ol li {
  /*px*/ margin: 16px 0;
  /*rem*/ margin: 1rem 0;
}
.agree-terms {
  margin: 0 auto;
  /*px*/ padding: 8px;
  /*rem*/ padding: 0.5rem;
  /*px*/ max-width: 300px;
  /*rem*/ max-width: 18.75rem;
  color: #ffffff;
  background-color: #3a64b0;
  text-align: center;
}
.sitemap .section {
  /*px*/ margin: 0 0 60px 0;
  /*rem*/ margin: 0 0 3.75rem 0;
}
.sitemap .section h1 {
  margin: 0;
  /*px*/ padding: 16px;
  /*rem*/ padding: 1rem;
  background-color: #2d4f8a;
  color: #ffffff;
  /*px*/ font-size: 26px;
  /*rem*/ font-size: 1.625rem;
}
.sitemap .section div {
  /*px*/ padding: 16px;
  /*rem*/ padding: 1rem;
  background-color: #3A65B0;
  color: #ffffff;
}
.sitemap .section div li {
  /*px*/ margin-top: 5px;
  /*rem*/ margin-top: 0.3125rem;
  list-style: initial;
}
.sitemap .section div a {
  color: #ffffff;
}
.contact-us {
  /*px*/ margin: 20px 0 0 0;
  /*rem*/ margin: 1.25rem 0 0 0;
  /*px*/ padding: 30px;
  /*rem*/ padding: 1.875rem;
  /*px*/ border-width: 12px 3px 3px 3px;
  /*rem*/ border-width: 0.75rem 0.1875rem 0.1875rem 0.1875rem;
  border-style: solid;
  border-color: #CCC;
  background-color: #EEE;
  color: #222;
}
.contact-us h1,
.contact-us h2,
.contact-us h3,
.contact-us h4,
.contact-us h5,
.contact-us h6 {
  color: #222;
  /*px*/ font-size: 30px;
  /*rem*/ font-size: 1.875rem;
}
.contact-us input,
.contact-us select,
.contact-us textarea {
  /*px*/ border-radius: 4px;
  /*rem*/ border-radius: 0.25rem;
  /*px*/ height: 45px;
  /*rem*/ height: 2.8125rem;
  /*px*/ margin: 0;
  /*rem*/ margin: 0;
  /*px*/ border: 2px solid #CCC;
  /*rem*/ border: 0.125rem solid #CCC;
}
.contact-us li {
  /*px*/ margin: 22px 0;
  /*rem*/ margin: 1.375rem 0;
}
.mail-sent-success {
  padding: 20px;
  border-width: 8px 2px 2px 2px;
  border-style: solid;
  background-color: #7C7;
  color: #ffffff;
  border-color: #6B6;
  text-align: center;
}
.mail-sent-success h3 {
  /*px*/ margin: 0 0 8px 0;
  /*rem*/ margin: 0 0 0.5rem 0;
  color: #ffffff;
}
.mail-sent-success p {
  margin: 0;
}
.itr-main-heading {
  overflow: hidden;
  /*px*/ border-radius: 0 5px 5px 0;
  /*rem*/ border-radius: 0 0.3125rem 0.3125rem 0;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+94,f3f3f3+94 */
  background: #ffffff;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 94%, #f3f3f3 94%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
  /* IE6-9 */
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.itr-user-details {
  position: relative;
}
.itr-title {
  display: block;
  /*px*/ padding: 12px;
  /*rem*/ padding: 0.75rem;
  /*px*/ border: 1px solid #DDD;
  /*rem*/ border: 0.0625rem solid #DDD;
  background-color: #FFF;
  /*px*/ font-size: 26px;
  /*rem*/ font-size: 1.625rem;
}
.itr-title span {
  color: #3B65B1;
}
.itr-photo img,
.itr-photo div {
  /*px*/ max-width: 120px;
  /*rem*/ max-width: 7.5rem;
}
.itr-photo img {
  border-radius: 50%;
  /*px*/ border: 4px solid #40ADEE;
  /*rem*/ border: 0.25rem solid #40ADEE;
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.25);
}
.itr-photo div.photo-placeholder {
  float: left;
  /*px*/ width: 120px;
  /*rem*/ width: 7.5rem;
  /*px*/ height: 120px;
  /*rem*/ height: 7.5rem;
  border-radius: 50%;
}
.itr-users-name {
  display: block;
  color: #3B65B1;
  /*px*/ font-size: 20px;
  /*rem*/ font-size: 1.25rem;
}
.itr-heading {
  /*px*/ padding: 12px;
  /*rem*/ padding: 0.75rem;
  /*px*/ border-bottom: 2px solid #3b65b1;
  /*rem*/ border-bottom: 0.125rem solid #3b65b1;
  background-color: #FFF;
  color: #3b65b1;
  /*px*/ font-size: 18px;
  /*rem*/ font-size: 1.125rem;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
}
.itr-heading.first {
  /*px*/ margin-top: 58px;
  /*rem*/ margin-top: 3.625rem;
}
.itr-section-wrapper {
  overflow: hidden;
}
.itr-section-wrapper .edit-deadline {
  padding: 0;
  /*px*/ width: 11px;
  /*rem*/ width: 0.6875rem;
  border: none;
  background: none;
}
.itr-section-wrapper td.expired {
  background-color: #F11;
  color: #ffffff;
}
.itr-section-wrapper td.expiring-soon {
  background-color: #FFA116;
  color: #ffffff;
}
.itr-plus-icon {
  cursor: pointer;
}
.itr-print-btn {
  position: absolute;
  /*px*/ top: 6px;
  /*rem*/ top: 0.375rem;
  /*px*/ right: 6px;
  /*rem*/ right: 0.375rem;
  /*px*/ padding: 9px;
  /*rem*/ padding: 0.5625rem;
  /*px*/ border-radius: 22px;
  /*rem*/ border-radius: 1.375rem;
  background-color: #DBF5DB;
  color: #7C7;
  border: 1px solid #FFF;
  /*px*/ font-size: 20px;
  /*rem*/ font-size: 1.25rem;
}
.itr-print-btn:hover {
  background-color: #7C7;
  color: #FFF;
}
.itr-download-btn {
  position: absolute;
  /*px*/ top: 6px;
  /*rem*/ top: 0.375rem;
  /*px*/ right: 50px;
  /*rem*/ right: 3.125rem;
  /*px*/ padding: 9px;
  /*rem*/ padding: 0.5625rem;
  /*px*/ border-radius: 22px;
  /*rem*/ border-radius: 1.375rem;
  background-color: #E0EBFF;
  color: #3B65B1;
  border: 1px solid #FFF;
  /*px*/ font-size: 20px;
  /*rem*/ font-size: 1.25rem;
}
.itr-download-btn:hover {
  background-color: #3B65B1;
  color: #FFF;
}
.itr-role-instruction {
  float: left !important;
  width: 67%;
  /*px*/ margin-bottom: 6px !important;
  /*rem*/ margin-bottom: 0.375rem !important;
  color: #999 !important;
  line-height: 1rem !important;
  /*px*/ font-size: 14px !important;
  /*rem*/ font-size: 0.875rem !important;
  font-style: italic !important;
  -webkit-hyphens: none !important;
      -ms-hyphens: none !important;
          hyphens: none !important;
}
#itr-occupational-competence_wrapper thead th {
  background-color: #F3F3F3;
}
#itr-occupational-competence-history_wrapper {
  opacity: 0;
  overflow: hidden;
}
#itr-occupational-competence-history_wrapper thead th {
  background-color: #F3F3F3;
}
.itr-heading i.itr-icon {
  /*px*/ font-size: 26px;
  /*rem*/ font-size: 1.625rem;
}
.itr-heading i.itr-plus-icon {
  /*px*/ margin-top: 6px;
  /*rem*/ margin-top: 0.375rem;
}
#itr-cpd tr td p {
  margin: 0px;
  line-height: 16px;
}
#prev-deadline-date-holding {
  display: none;
}
.itr-deadline {
  display: inline-block;
  /*px*/ width: 142px;
  /*rem*/ width: 8.875rem;
  text-align: left;
}
.itr-deadline button.edit {
  border: none;
  background: none;
}
.itr-deadline .itr-deadline-date {
  display: inline-block;
  /*px*/ width: 72px;
  /*rem*/ width: 4.5rem;
}
.itr-deadline .itr-deadline-editing {
  /*px*/ border: 1px solid #EEE;
  /*rem*/ border: 0.0625rem solid #EEE;
  /*px*/ border-radius: 3px;
  /*rem*/ border-radius: 0.1875rem;
}
.itr-deadline .itr-deadline-editing input[type="text"],
.itr-deadline .itr-deadline-editing button {
  display: inline;
  float: left;
  border: none;
  background: none;
}
.itr-deadline .itr-deadline-editing input[type="text"] {
  /*px*/ width: 65px;
  /*rem*/ width: 4.0625rem;
}
.itr-deadline .itr-deadline-editing button {
  /*px*/ margin-top: 13px;
  /*rem*/ margin-top: 0.8125rem;
  /*px*/ margin-left: 5px;
  /*rem*/ margin-left: 0.3125rem;
  padding: 0;
  color: #BBB;
}
.itr-deadline .itr-deadline-editing button.confirm:hover {
  color: #7B7;
}
.itr-deadline .itr-deadline-editing button.reset:hover {
  color: #FA0;
}
.itr-deadline .itr-deadline-editing button.cancel:hover {
  color: #C00;
}
.itr-deadline .itr-deadline-editing::after {
  content: '';
  display: table;
  clear: both;
}
.renewal-icon {
  display: inline-block;
  /*px*/ width: 12px;
  /*rem*/ width: 0.75rem;
  /*px*/ padding: 6px 3px 4px 7px;
  /*rem*/ padding: 0.375rem 0.1875rem 0.25rem 0.4375rem;
  /*px*/ border-radius: 30px;
  /*rem*/ border-radius: 1.875rem;
  background-color: #7C7;
  color: #FFF;
  font-family: "PT sans";
  font-style: italic;
}
.itr-cpd-files > td {
  /*px*/ padding: 0 !important;
  /*rem*/ padding: 0 !important;
}
.itr-cpd-files > td table {
  margin-bottom: 0 !important;
}
.itr-cpd-files > td table td {
  /*px*/ border-width: 1px 0 !important;
  /*rem*/ border-width: 0.0625rem 0 !important;
  /*px*/ padding-left: 30px !important;
  /*rem*/ padding-left: 1.875rem !important;
  background-color: #EAF6FF;
}
.itr-cpd-separator {
  background-color: #D8E8F8 !important;
}
.forgotten-password-confirmed main {
  /*px*/ padding: 20px;
  /*rem*/ padding: 1.25rem;
  /*px*/ border-radius: 8px;
  /*rem*/ border-radius: 0.5rem;
  /*px*/ border: 1px solid #E0E0E0;
  /*rem*/ border: 0.0625rem solid #E0E0E0;
  background-color: #ffffff;
}
.forgotten-password-confirmed main p:last-child {
  /*px*/ margin-bottom: 0;
  /*rem*/ margin-bottom: 0;
}
.bug-tracker {
  position: fixed;
  z-index: 9000;
  width: 60%;
  right: -60%;
  /*px*/ top: 30px;
  /*rem*/ top: 1.875rem;
  /*px*/ bottom: 30px;
  /*rem*/ bottom: 1.875rem;
  /*px*/ padding: 30px;
  /*rem*/ padding: 1.875rem;
  /*px*/ border-radius: 14px 0 0 14px;
  /*rem*/ border-radius: 0.875rem 0 0 0.875rem;
  /*px*/ border-width: 3px 0 3px 8px;
  /*rem*/ border-width: 0.1875rem 0 0.1875rem 0.5rem;
  border-style: solid;
  border-color: #FF8400;
  background-color: #ffffff;
  box-shadow: -1px 0px 11px rgba(0, 0, 0, 0.1);
}
.bug-tracker main {
  max-height: 40%;
  overflow-y: scroll;
}
.bug-tracker .comments-section .comments {
  /*px*/ height: 145px;
  /*rem*/ height: 9.0625rem;
  overflow-y: scroll;
}
.bug-tracker .comments-section .comments blockquote {
  margin-left: 0;
  /*px*/ margin-bottom: 0;
  /*rem*/ margin-bottom: 0;
  /*px*/ padding: 16px;
  /*rem*/ padding: 1rem;
  background-color: #F9F9F9;
  /*px*/ font-size: 16px;
  /*rem*/ font-size: 1rem;
}
.bug-tracker .comments-section .comments cite {
  float: right;
  /*px*/ padding: 5px;
  /*rem*/ padding: 0.3125rem;
  /*px*/ margin-bottom: 10px;
  /*rem*/ margin-bottom: 0.625rem;
  background-color: #DEDEDE;
  color: #fff;
  /*px*/ font-size: 13px;
  /*rem*/ font-size: 0.8125rem;
}
.bug-tracker .ui-selectmenu-button {
  border: none;
}
.bug-tracker .ui-selectmenu-button .ui-icon-triangle-1-s::before {
  color: #CCC;
}
.bug-tracker textarea#desc,
.bug-tracker textarea#new-comment {
  min-height: 50px;
}
.red-flag {
  color: #D00;
}
.amber-flag {
  color: #FC0;
}
.green-flag {
  color: #7B7;
}
.bug-tracker-toggle-btn {
  position: absolute;
  /*px*/ top: 30px;
  /*rem*/ top: 1.875rem;
  right: 100%;
  /*px*/ padding: 15px;
  /*rem*/ padding: 0.9375rem;
  /*px*/ border-radius: 12px 0 0 12px;
  /*rem*/ border-radius: 0.75rem 0 0 0.75rem;
  background-color: #FF8400;
  color: #ffffff;
}
/*! jQuery UI - v1.11.4 - 2016-01-25
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, button.css, datepicker.css, dialog.css, menu.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fsDefault=1.1em&fwDefault=bold&cornerRadius=2px&bgColorHeader=%23cccccc&bgTextureHeader=flat&borderColorHeader=%23aaaaaa&fcHeader=%23ffffff&iconColorHeader=%23ffffff&bgColorContent=%23eeeeee&bgTextureContent=highlight_soft&borderColorContent=%23dddddd&fcContent=%23333333&iconColorContent=%23222222&bgColorDefault=%23f6f6f6&bgTextureDefault=glass&borderColorDefault=%23cccccc&fcDefault=%231c94c4&iconColorDefault=%23ef8c08&bgColorHover=%23fdf5ce&bgTextureHover=glass&borderColorHover=%23fbcb09&fcHover=%23c77405&iconColorHover=%23ef8c08&bgColorActive=%23ffffff&bgTextureActive=glass&borderColorActive=%23fbd850&fcActive=%23eb8f00&iconColorActive=%23ef8c08&bgColorHighlight=%2377bb77&bgTextureHighlight=flat&borderColorHighlight=%23448844&fcHighlight=%23fff&iconColorHighlight=%23228ef1&bgColorError=%23b81900&bgTextureError=diagonals_thick&borderColorError=%23cd0a0a&fcError=%23ffffff&iconColorError=%23ffd27a&bgColorOverlay=%23666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=%23000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px&bgImgOpacityHeader=35&bgImgOpacityContent=100&bgImgOpacityDefault=100&bgImgOpacityHover=100&bgImgOpacityActive=65&bgImgOpacityHighlight=75&bgImgOpacityError=18
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
.ui-state-disabled {
  cursor: default !important;
}
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}
.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  font-size: 100%;
}
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
.ui-button-icon-only {
  width: 2.2em;
}
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
input.ui-button {
  padding: 0.4em 1em;
}
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-dialog {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: 0.3em 1em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px .4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0;
}
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}
.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}
.ui-selectmenu-open {
  display: block;
}
.ui-selectmenu-button {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  cursor: pointer;
}
.ui-selectmenu-button span.ui-icon {
  right: 0.5em;
  left: auto;
  margin-top: -8px;
  position: absolute;
  top: 50%;
}
.ui-selectmenu-button span.ui-selectmenu-text {
  text-align: left;
  padding: 0.4em 2.1em 0.4em 1em;
  display: block;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}
.ui-slider-horizontal {
  height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}
.ui-spinner-up {
  top: 0;
}
.ui-spinner-down {
  bottom: 0;
}
.ui-spinner .ui-icon-triangle-1-s {
  background-position: -65px -16px;
}
.ui-tabs {
  position: relative;
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
  border-width: 2px;
}
.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 0.8rem;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #ddd;
  background: #eee url("images/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
  color: #333;
}
.ui-widget-content a {
  color: #333;
}
.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc;
  color: #fff;
  font-weight: bold;
}
.ui-widget-header a {
  color: #fff;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #ccc;
  background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #1c94c4;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce url("images/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #c77405;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #fff url("images/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #484;
  background: #7b7;
  color: #fff;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #fff;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url("images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
  color: #fff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #fff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #fff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
}
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ef8c08_256x240.png");
}
.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_228ef1_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_ffd27a_256x240.png");
}
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 2px;
}
.ui-widget-overlay {
  background: #666 url("images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
  opacity: .5;
  filter: alpha(opacity=50);
}
.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000;
  opacity: .2;
  filter: alpha(opacity=20);
  border-radius: 5px;
}
/* Allow Font Awesome Icons in lieu of jQuery UI and only apply when using a FA icon */
.ui-icon[class*=" fa-"] {
  /* Remove the jQuery UI Icon */
  background: none repeat scroll 0 0 transparent;
  /* Remove the jQuery UI Text Indent */
  text-indent: 0;
  /* Bump it up - jQuery UI is -8px */
  margin-top: -0.5em;
}
/* Allow use of icon-large to be properly aligned */
.ui-icon.icon-large {
  margin-top: -0.75em;
}
.ui-button-icon-only .ui-icon[class*=" fa-"] {
  /* Bump it - jQuery UI is -8px */
  margin-left: -7px;
}
/*!
 * jQuery UI CSS Framework 1.11.4
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fsDefault=0.8rem&fwDefault=bold&cornerRadius=3px&bgColorHeader=%23cccccc&bgTextureHeader=highlight_hard&borderColorHeader=%23ccc&fcHeader=%23555&iconColorHeader=%23ffffff&bgColorContent=%23eeeeee&bgTextureContent=highlight_soft&borderColorContent=%23DDD&fcContent=%23333333&iconColorContent=%23222222&bgColorDefault=%23f6f6f6&bgTextureDefault=glass&borderColorDefault=%23fff&fcDefault=%23900&iconColorDefault=%23ef8c08&bgColorHover=%23fdf5ce&bgTextureHover=glass&borderColorHover=%23fbcb09&fcHover=%23c77405&iconColorHover=%23ef8c08&bgColorActive=%23ffffff&bgTextureActive=glass&borderColorActive=%23fbd850&fcActive=%23eb8f00&iconColorActive=%23ef8c08&bgColorHighlight=%2377bb77&bgTextureHighlight=flat&borderColorHighlight=%23448844&fcHighlight=%23fff&iconColorHighlight=%23228ef1&bgColorError=%23b81900&bgTextureError=diagonals_thick&borderColorError=%23cd0a0a&fcError=%23ffffff&iconColorError=%23ffd27a&bgColorOverlay=%23666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=%23000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px&bgImgOpacityHeader=35&bgImgOpacityContent=100&bgImgOpacityDefault=100&bgImgOpacityHover=100&bgImgOpacityActive=65&bgImgOpacityHighlight=75&bgImgOpacityError=18
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 0.8rem;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #DDD;
  background: #eeeeee url("/assets/graphics/jquery-ui/ui-bg_highlight-soft_100_eeeeee_1x100.png") 50% top repeat-x;
  color: #333333;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  border: 1px solid #ccc;
  background: #cccccc url("/assets/graphics/jquery-ui/ui-bg_highlight-hard_35_cccccc_1x100.png") 50% 50% repeat-x;
  color: #555;
  font-weight: bold;
}
.ui-widget-header a {
  color: #555;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #fff;
  background: #f6f6f6 url("/assets/graphics/jquery-ui/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #900;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #900;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #fbcb09;
  background: #fdf5ce url("/assets/graphics/jquery-ui/ui-bg_glass_100_fdf5ce_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #c77405;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #fbd850;
  background: #ffffff url("/assets/graphics/jquery-ui/ui-bg_glass_65_ffffff_1x400.png") 50% 50% repeat-x;
  font-weight: bold;
  color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #448844;
  background: #77bb77;
  color: #fff;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #fff;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url("/assets/graphics/jquery-ui/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
  color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("/assets/graphics/jquery-ui/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
  background-image: url("/assets/graphics/jquery-ui/ui-icons_ffffff_256x240.png");
}
.ui-state-default .ui-icon {
  background-image: url("/assets/graphics/jquery-ui/ui-icons_ef8c08_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url("/assets/graphics/jquery-ui/ui-icons_ef8c08_256x240.png");
}
.ui-state-active .ui-icon {
  background-image: url("/assets/graphics/jquery-ui/ui-icons_ef8c08_256x240.png");
}
.ui-state-highlight .ui-icon {
  background-image: url("/assets/graphics/jquery-ui/ui-icons_228ef1_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("/assets/graphics/jquery-ui/ui-icons_ffd27a_256x240.png");
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
/* Overlays */
.ui-widget-overlay {
  background: #666666 url("/assets/graphics/jquery-ui/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
  opacity: .5;
  filter: alpha(opacity=50);
  /* support: IE8 */
}
.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000;
  opacity: .2;
  filter: alpha(opacity=20);
  /* support: IE8 */
  border-radius: 5px;
}
.ui-selectmenu-button {
  border-radius: 0;
  /*px*/ padding: 6px 0 6px 6px;
  /*rem*/ padding: 0.375rem 0 0.375rem 0.375rem;
  /*px*/ border: 1px solid #D5D5D5;
  /*rem*/ border: 0.0625rem solid #D5D5D5;
  background: #FFF;
  color: #000;
}
.ui-selectmenu-button .ui-icon-triangle-1-s {
  background-image: none;
  text-indent: 0;
  /*px*/ margin-top: 3px;
  /*rem*/ margin-top: 0.1875rem;
  /*px*/ margin-right: -5px;
  /*rem*/ margin-right: -0.3125rem;
}
.ui-selectmenu-button .ui-icon-triangle-1-s::before {
  font-family: "FontAwesome";
  content: '\f0d7';
  color: #000;
}
.ui-selectmenu-menu {
  z-index: 15000;
}
.ui-selectmenu-menu ul {
  background: #FFF;
}
.ui-selectmenu-menu li.ui-menu-item {
  /*px*/ padding: 10px 18px;
  /*rem*/ padding: 0.625rem 1.125rem;
}
.ui-selectmenu-menu li.ui-state-focus {
  color: #FFF;
  background: #333;
  border: none;
}
.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px;
}
.ui-timepicker-div dl {
  text-align: left;
}
.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px;
}
.ui-timepicker-div dl dd {
  margin: 0 10px 10px 40%;
}
.ui-timepicker-div td {
  font-size: 90%;
}
.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}
.ui-timepicker-div .ui_tpicker_unit_hide {
  display: none;
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
  background: none;
  color: inherit;
  border: none;
  outline: none;
  border-bottom: solid 1px #555;
  width: 95%;
}
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
  border-bottom-color: #aaa;
}
.ui-timepicker-rtl {
  direction: rtl;
}
.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0;
}
.ui-timepicker-rtl dl dt {
  float: right;
  clear: right;
}
.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px;
}
/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine {
  padding-right: 2px;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt {
  display: none;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
  display: block;
  padding-top: 2px;
}
.ui-timepicker-div.ui-timepicker-oneLine dl {
  text-align: right;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
  display: inline-block;
  margin: 0;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
  content: ':';
  display: inline-block;
}
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
  content: '.';
  display: inline-block;
}
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
  display: none;
}

/*# sourceMappingURL=maps/style.css.map */
