/*
WebEngine Alpha
-- Documentated Changes --
* Added padding, margin wildcard reset
*/
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:100,200,300,400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Spectral:200,300,400,500,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800");
@import url("https://fonts.googleapis.com/css?family=Inconsolata");
@import url("https://fonts.googleapis.com/css?family=Frank+Ruhl+Libre:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Halant:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Martel+Sans:200,300,400,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900");
* {
  /*WebEngine*/
  padding: 0em;
  margin: 0em; }

/**
 * 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; }

p {
  margin-top: 0em; }

/**
 * 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 {
  -moz-box-sizing: content-box;
  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 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 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; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Fira Sans', sans-serif; }

html, body,
header, footer, nav, section, aside, main, article,
p, a, div, span, blockquote,
ul, ol, li, dl, dt, dd,
table, tr, td,
form, fieldset, label {
  font-family: 'Fira Sans', sans-serif; }

code, pre, kbd, samp, var {
  font-family: 'Inconsolata', monospace; }

.white {
  color: white; }

.bg_white {
  background-color: white; }

.black {
  color: black; }

.bg_black {
  background-color: black; }

.offwhite1 {
  color: #fcfcfc; }

.bg_offwhite1 {
  background-color: #fcfcfc; }

.offwhite2 {
  color: #fafafa; }

.bg_offwhite2 {
  background-color: #fafafa; }

.offwhite3 {
  color: #f7f7f7; }

.bg_offwhite3 {
  background-color: #f7f7f7; }

.offwhite4 {
  color: #f5f5f5; }

.bg_offwhite4 {
  background-color: #f5f5f5; }

.offwhite5 {
  color: #e7e7e7; }

.bg_offwhite5 {
  background-color: #e7e7e7; }

.gray1 {
  color: #f2f2f2; }

.bg_gray1 {
  background-color: #f2f2f2; }

.gray2 {
  color: #e5e5e5; }

.bg_gray2 {
  background-color: #e5e5e5; }

.gray3 {
  color: #d9d9d9; }

.bg_gray3 {
  background-color: #d9d9d9; }

.gray4 {
  color: #cccccc; }

.bg_gray4 {
  background-color: #cccccc; }

.gray5 {
  color: #bfbfbf; }

.bg_gray5 {
  background-color: #bfbfbf; }

.gray6 {
  color: #b3b3b3; }

.bg_gray6 {
  background-color: #b3b3b3; }

.gray7 {
  color: #a6a6a6; }

.bg_gray7 {
  background-color: #a6a6a6; }

.gray8 {
  color: #999999; }

.bg_gray8 {
  background-color: #999999; }

.gray9 {
  color: #8c8c8c; }

.bg_gray9 {
  background-color: #8c8c8c; }

.gray10 {
  color: #808080; }

.bg_gray10 {
  background-color: #808080; }

.gray11 {
  color: #737373; }

.bg_gray11 {
  background-color: #737373; }

.gray12 {
  color: #666666; }

.bg_gray12 {
  background-color: #666666; }

.gray13 {
  color: #595959; }

.bg_gray13 {
  background-color: #595959; }

.gray14 {
  color: #4d4d4d; }

.bg_gray14 {
  background-color: #4d4d4d; }

.gray15 {
  color: #404040; }

.bg_gray15 {
  background-color: #404040; }

.gray16 {
  color: #333333; }

.bg_gray16 {
  background-color: #333333; }

.gray17 {
  color: #262626; }

.bg_gray17 {
  background-color: #262626; }

.gray18 {
  color: #1a1a1a; }

.bg_gray18 {
  background-color: #1a1a1a; }

.gray19 {
  color: #0f0f0f; }

.bg_gray19 {
  background-color: #0f0f0f; }

.gray20 {
  color: #080808; }

.bg_gray20 {
  background-color: #080808; }

.gray-lighter {
  color: #d9d9d9; }

.bg_gray-lighter {
  background-color: #d9d9d9; }

.gray-light {
  color: #b3b3b3; }

.bg_gray-light {
  background-color: #b3b3b3; }

.gray {
  color: #8c8c8c; }

.bg_gray {
  background-color: #8c8c8c; }

.gray-dark {
  color: #666666; }

.bg_gray-dark {
  background-color: #666666; }

.gray-darker {
  color: #404040; }

.bg_gray-darker {
  background-color: #404040; }

.border-line-black {
  border: 1px black solid; }

.border-thin-black {
  border: 2px black solid; }

.border-thick-black {
  border: 0.25em black solid; }

.border-dblthick-black {
  border: 0.5em black solid; }

.border-bar-black {
  border: 1em black solid; }

.border-dblbar-black {
  border: 2em black solid; }

.borderT-line-black {
  border-top: 1px black solid; }

.borderT-thin-black {
  border-top: 2px black solid; }

.borderT-thick-black {
  border-top: 0.25em black solid; }

.borderT-dblthick-black {
  border-top: 0.5em black solid; }

.borderT-bar-black {
  border-top: 1em black solid; }

.borderT-dblbar-black {
  border-top: 2em black solid; }

.borderR-line-black {
  border-right: 1px black solid; }

.borderR-thin-black {
  border-right: 2px black solid; }

.borderR-thick-black {
  border-right: 0.25em black solid; }

.borderR-dblthick-black {
  border-right: 0.5em black solid; }

.borderR-bar-black {
  border-right: 1em black solid; }

.borderR-dblbar-black {
  border-right: 2em black solid; }

.borderB-line-black {
  border-bottom: 1px black solid; }

.borderB-thin-black {
  border-bottom: 2px black solid; }

.borderB-thick-black {
  border-bottom: 0.25em black solid; }

.borderB-dblthick-black {
  border-bottom: 0.5em black solid; }

.borderB-bar-black {
  border-bottom: 1em black solid; }

.borderB-dblbar-black {
  border-bottom: 2em black solid; }

.borderL-line-black {
  border-left: 1px black solid; }

.borderL-thin-black {
  border-left: 2px black solid; }

.borderL-thick-black {
  border-left: 0.25em black solid; }

.borderL-dblthick-black {
  border-left: 0.5em black solid; }

.borderL-bar-black {
  border-left: 1em black solid; }

.borderL-dblbar-black {
  border-left: 2em black solid; }

.border-line-white {
  border: 1px white solid; }

.border-thin-white {
  border: 2px white solid; }

.border-thick-white {
  border: 0.25em white solid; }

.border-dblthick-white {
  border: 0.5em white solid; }

.border-bar-white {
  border: 1em white solid; }

.border-dblbar-white {
  border: 2em white solid; }

.borderT-line-white {
  border-top: 1px white solid; }

.borderT-thin-white {
  border-top: 2px white solid; }

.borderT-thick-white {
  border-top: 0.25em white solid; }

.borderT-dblthick-white {
  border-top: 0.5em white solid; }

.borderT-bar-white {
  border-top: 1em white solid; }

.borderT-dblbar-white {
  border-top: 2em white solid; }

.borderR-line-white {
  border-right: 1px white solid; }

.borderR-thin-white {
  border-right: 2px white solid; }

.borderR-thick-white {
  border-right: 0.25em white solid; }

.borderR-dblthick-white {
  border-right: 0.5em white solid; }

.borderR-bar-white {
  border-right: 1em white solid; }

.borderR-dblbar-white {
  border-right: 2em white solid; }

.borderB-line-white {
  border-bottom: 1px white solid; }

.borderB-thin-white {
  border-bottom: 2px white solid; }

.borderB-thick-white {
  border-bottom: 0.25em white solid; }

.borderB-dblthick-white {
  border-bottom: 0.5em white solid; }

.borderB-bar-white {
  border-bottom: 1em white solid; }

.borderB-dblbar-white {
  border-bottom: 2em white solid; }

.borderL-line-white {
  border-left: 1px white solid; }

.borderL-thin-white {
  border-left: 2px white solid; }

.borderL-thick-white {
  border-left: 0.25em white solid; }

.borderL-dblthick-white {
  border-left: 0.5em white solid; }

.borderL-bar-white {
  border-left: 1em white solid; }

.borderL-dblbar-white {
  border-left: 2em white solid; }

a[href^=tel] {
  color: inherit; }

.hlist {
  width: 100%;
  margin-left: 2em; }
  .hlist li {
    display: block; }
  @media screen and (min-width: 29.9375em) {
    .hlist {
      margin-left: 2em; }
      .hlist li {
        display: inline; } }

.hlist--bullets {
  width: 100%;
  margin-left: 2em; }
  .hlist--bullets li {
    display: block;
    list-style: disc;
    padding: 0.5em; }
  @media screen and (min-width: 29.9375em) {
    .hlist--bullets {
      margin-left: 2em; }
      .hlist--bullets li {
        display: inline;
        list-style: disc;
        padding: 1em; } }

.hlist--noBullets {
  width: 100%; }
  .hlist--noBullets li {
    display: block;
    list-style: none;
    padding: 0.5em; }
  @media screen and (min-width: 29.9375em) {
    .hlist--noBullets li {
      display: inline;
      list-style: none;
      padding: 1em; } }

.vlist {
  width: 100%;
  margin-left: 2em; }
  .vlist li {
    display: block; }

.vlist--bullets {
  width: 100%;
  margin-left: 2em; }
  .vlist--bullets li {
    display: block;
    list-style: disc;
    padding: 0.5em; }

.vlist--noBullets {
  width: 100%; }
  .vlist--noBullets li {
    display: block;
    list-style: none;
    padding: 0.5em; }

.--flush {
  margin-left: 0; }

.--indent {
  margin-left: 2em; }

.--bullets {
  list-style: disc; }

.--noBullets {
  list-style: none; }

.border-line-black {
  border: 1px black solid; }

.border-thin-black {
  border: 2px black solid; }

.border-thick-black {
  border: 0.25em black solid; }

.border-dblthick-black {
  border: 0.5em black solid; }

.border-bar-black {
  border: 1em black solid; }

.border-dblbar-black {
  border: 2em black solid; }

.borderT-line-black {
  border-top: 1px black solid; }

.borderT-thin-black {
  border-top: 2px black solid; }

.borderT-thick-black {
  border-top: 0.25em black solid; }

.borderT-dblthick-black {
  border-top: 0.5em black solid; }

.borderT-bar-black {
  border-top: 1em black solid; }

.borderT-dblbar-black {
  border-top: 2em black solid; }

.borderR-line-black {
  border-right: 1px black solid; }

.borderR-thin-black {
  border-right: 2px black solid; }

.borderR-thick-black {
  border-right: 0.25em black solid; }

.borderR-dblthick-black {
  border-right: 0.5em black solid; }

.borderR-bar-black {
  border-right: 1em black solid; }

.borderR-dblbar-black {
  border-right: 2em black solid; }

.borderB-line-black {
  border-bottom: 1px black solid; }

.borderB-thin-black {
  border-bottom: 2px black solid; }

.borderB-thick-black {
  border-bottom: 0.25em black solid; }

.borderB-dblthick-black {
  border-bottom: 0.5em black solid; }

.borderB-bar-black {
  border-bottom: 1em black solid; }

.borderB-dblbar-black {
  border-bottom: 2em black solid; }

.borderL-line-black {
  border-left: 1px black solid; }

.borderL-thin-black {
  border-left: 2px black solid; }

.borderL-thick-black {
  border-left: 0.25em black solid; }

.borderL-dblthick-black {
  border-left: 0.5em black solid; }

.borderL-bar-black {
  border-left: 1em black solid; }

.borderL-dblbar-black {
  border-left: 2em black solid; }

.border-line-white {
  border: 1px white solid; }

.border-thin-white {
  border: 2px white solid; }

.border-thick-white {
  border: 0.25em white solid; }

.border-dblthick-white {
  border: 0.5em white solid; }

.border-bar-white {
  border: 1em white solid; }

.border-dblbar-white {
  border: 2em white solid; }

.borderT-line-white {
  border-top: 1px white solid; }

.borderT-thin-white {
  border-top: 2px white solid; }

.borderT-thick-white {
  border-top: 0.25em white solid; }

.borderT-dblthick-white {
  border-top: 0.5em white solid; }

.borderT-bar-white {
  border-top: 1em white solid; }

.borderT-dblbar-white {
  border-top: 2em white solid; }

.borderR-line-white {
  border-right: 1px white solid; }

.borderR-thin-white {
  border-right: 2px white solid; }

.borderR-thick-white {
  border-right: 0.25em white solid; }

.borderR-dblthick-white {
  border-right: 0.5em white solid; }

.borderR-bar-white {
  border-right: 1em white solid; }

.borderR-dblbar-white {
  border-right: 2em white solid; }

.borderB-line-white {
  border-bottom: 1px white solid; }

.borderB-thin-white {
  border-bottom: 2px white solid; }

.borderB-thick-white {
  border-bottom: 0.25em white solid; }

.borderB-dblthick-white {
  border-bottom: 0.5em white solid; }

.borderB-bar-white {
  border-bottom: 1em white solid; }

.borderB-dblbar-white {
  border-bottom: 2em white solid; }

.borderL-line-white {
  border-left: 1px white solid; }

.borderL-thin-white {
  border-left: 2px white solid; }

.borderL-thick-white {
  border-left: 0.25em white solid; }

.borderL-dblthick-white {
  border-left: 0.5em white solid; }

.borderL-bar-white {
  border-left: 1em white solid; }

.borderL-dblbar-white {
  border-left: 2em white solid; }

.fa--ll, .floatAlign--ll {
  float: left;
  text-align: left; }

.fa--lr, .floatAlign--lr {
  float: left;
  text-align: right; }

.fa--lc, .floatAlign--lc {
  float: left;
  text-align: center; }

.fa--lj, .floatAlign--lj {
  float: left;
  text-align: justify; }

.fa--rl, .floatAlign--rl {
  float: right;
  text-align: left; }

.fa--rr, .floatAlign--rr {
  float: right;
  text-align: right; }

.fa--rc, .floatAlign--rc {
  float: right;
  text-align: center; }

.fa--rj, .floatAlign--rj {
  float: right;
  text-align: justify; }

[data-container], [data-row], .container, .row {
  position: relative;
  height: auto;
  margin: 0 auto; }
  [data-container]:after, [data-row]:after, .container:after, .row:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 19.9375em) {
    [data-container], [data-row], .container, .row {
      max-width: 100%; } }

.container--full, .row--full {
  position: relative;
  height: auto;
  margin: 0 auto; }
  .container--full:after, .row--full:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 19.9375em) {
    .container--full, .row--full {
      max-width: 100%; } }

.container--wide, .row--wide {
  position: relative;
  height: auto;
  margin: 0 auto; }
  .container--wide:after, .row--wide:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 19.9375em) {
    .container--wide, .row--wide {
      max-width: 90%; } }

.container--narrow, .row--narrow {
  position: relative;
  height: auto;
  margin: 0 auto; }
  .container--narrow:after, .row--narrow:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 19.9375em) {
    .container--narrow, .row--narrow {
      max-width: 80%; } }

.container--slim, .row--slim {
  position: relative;
  height: auto;
  margin: 0 auto; }
  .container--slim:after, .row--slim:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 19.9375em) {
    .container--slim, .row--slim {
      max-width: 70%; } }

.container--thin, .row--thin {
  position: relative;
  height: auto;
  margin: 0 auto; }
  .container--thin:after, .row--thin:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 19.9375em) {
    .container--thin, .row--thin {
      max-width: 60%; } }

.container--half, .row--half {
  position: relative;
  height: auto;
  margin: 0 auto; }
  .container--half:after, .row--half:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 19.9375em) {
    .container--half, .row--half {
      max-width: 50%; } }

[data-container~=xs-full], [data-container~=xs-full] {
  position: relative;
  height: auto;
  margin: 0 auto; }
  [data-container~=xs-full]:after, [data-container~=xs-full]:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 19.9375em) {
    [data-container~=xs-full], [data-container~=xs-full] {
      max-width: 100%; } }

[data-container~=xs-wide], [data-container~=xs-wide] {
  position: relative;
  height: auto;
  margin: 0 auto; }
  [data-container~=xs-wide]:after, [data-container~=xs-wide]:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 19.9375em) {
    [data-container~=xs-wide], [data-container~=xs-wide] {
      max-width: 90%; } }

[data-container~=xs-narrow], [data-container~=xs-narrow] {
  position: relative;
  height: auto;
  margin: 0 auto; }
  [data-container~=xs-narrow]:after, [data-container~=xs-narrow]:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 19.9375em) {
    [data-container~=xs-narrow], [data-container~=xs-narrow] {
      max-width: 80%; } }

[data-container~=xs-slim], [data-container~=xs-slim] {
  position: relative;
  height: auto;
  margin: 0 auto; }
  [data-container~=xs-slim]:after, [data-container~=xs-slim]:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 19.9375em) {
    [data-container~=xs-slim], [data-container~=xs-slim] {
      max-width: 70%; } }

[data-container~=xs-thin], [data-container~=xs-thin] {
  position: relative;
  height: auto;
  margin: 0 auto; }
  [data-container~=xs-thin]:after, [data-container~=xs-thin]:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 19.9375em) {
    [data-container~=xs-thin], [data-container~=xs-thin] {
      max-width: 60%; } }

[data-container~=xs-half], [data-container~=xs-half] {
  position: relative;
  height: auto;
  margin: 0 auto; }
  [data-container~=xs-half]:after, [data-container~=xs-half]:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 19.9375em) {
    [data-container~=xs-half], [data-container~=xs-half] {
      max-width: 50%; } }

[data-container~=sm-full], [data-container~=sm-full] {
  position: relative;
  height: auto;
  margin: 0 auto; }
  [data-container~=sm-full]:after, [data-container~=sm-full]:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 29.9375em) {
    [data-container~=sm-full], [data-container~=sm-full] {
      max-width: 100%; } }

[data-container~=sm-wide], [data-container~=sm-wide] {
  position: relative;
  height: auto;
  margin: 0 auto; }
  [data-container~=sm-wide]:after, [data-container~=sm-wide]:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 29.9375em) {
    [data-container~=sm-wide], [data-container~=sm-wide] {
      max-width: 90%; } }

[data-container~=sm-narrow], [data-container~=sm-narrow] {
  position: relative;
  height: auto;
  margin: 0 auto; }
  [data-container~=sm-narrow]:after, [data-container~=sm-narrow]:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 29.9375em) {
    [data-container~=sm-narrow], [data-container~=sm-narrow] {
      max-width: 80%; } }

[data-container~=sm-slim], [data-container~=sm-slim] {
  position: relative;
  height: auto;
  margin: 0 auto; }
  [data-container~=sm-slim]:after, [data-container~=sm-slim]:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 29.9375em) {
    [data-container~=sm-slim], [data-container~=sm-slim] {
      max-width: 70%; } }

[data-container~=sm-thin], [data-container~=sm-thin] {
  position: relative;
  height: auto;
  margin: 0 auto; }
  [data-container~=sm-thin]:after, [data-container~=sm-thin]:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 29.9375em) {
    [data-container~=sm-thin], [data-container~=sm-thin] {
      max-width: 60%; } }

[data-container~=sm-half], [data-container~=sm-half] {
  position: relative;
  height: auto;
  margin: 0 auto; }
  [data-container~=sm-half]:after, [data-container~=sm-half]:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 29.9375em) {
    [data-container~=sm-half], [data-container~=sm-half] {
      max-width: 50%; } }

[data-container~=md-full], [data-container~=md-full] {
  position: relative;
  height: auto;
  margin: 0 auto; }
  [data-container~=md-full]:after, [data-container~=md-full]:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 44.9375em) {
    [data-container~=md-full], [data-container~=md-full] {
      max-width: 100%; } }

[data-container~=md-wide], [data-container~=md-wide] {
  position: relative;
  height: auto;
  margin: 0 auto; }
  [data-container~=md-wide]:after, [data-container~=md-wide]:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 44.9375em) {
    [data-container~=md-wide], [data-container~=md-wide] {
      max-width: 90%; } }

[data-container~=md-narrow], [data-container~=md-narrow] {
  position: relative;
  height: auto;
  margin: 0 auto; }
  [data-container~=md-narrow]:after, [data-container~=md-narrow]:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 44.9375em) {
    [data-container~=md-narrow], [data-container~=md-narrow] {
      max-width: 80%; } }

[data-container~=md-slim], [data-container~=md-slim] {
  position: relative;
  height: auto;
  margin: 0 auto; }
  [data-container~=md-slim]:after, [data-container~=md-slim]:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 44.9375em) {
    [data-container~=md-slim], [data-container~=md-slim] {
      max-width: 70%; } }

[data-container~=md-thin], [data-container~=md-thin] {
  position: relative;
  height: auto;
  margin: 0 auto; }
  [data-container~=md-thin]:after, [data-container~=md-thin]:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 44.9375em) {
    [data-container~=md-thin], [data-container~=md-thin] {
      max-width: 60%; } }

[data-container~=md-half], [data-container~=md-half] {
  position: relative;
  height: auto;
  margin: 0 auto; }
  [data-container~=md-half]:after, [data-container~=md-half]:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 44.9375em) {
    [data-container~=md-half], [data-container~=md-half] {
      max-width: 50%; } }

[data-container~=lg-full], [data-container~=lg-full] {
  position: relative;
  height: auto;
  margin: 0 auto; }
  [data-container~=lg-full]:after, [data-container~=lg-full]:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 59.9375em) {
    [data-container~=lg-full], [data-container~=lg-full] {
      max-width: 100%; } }

[data-container~=lg-wide], [data-container~=lg-wide] {
  position: relative;
  height: auto;
  margin: 0 auto; }
  [data-container~=lg-wide]:after, [data-container~=lg-wide]:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 59.9375em) {
    [data-container~=lg-wide], [data-container~=lg-wide] {
      max-width: 90%; } }

[data-container~=lg-narrow], [data-container~=lg-narrow] {
  position: relative;
  height: auto;
  margin: 0 auto; }
  [data-container~=lg-narrow]:after, [data-container~=lg-narrow]:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 59.9375em) {
    [data-container~=lg-narrow], [data-container~=lg-narrow] {
      max-width: 80%; } }

[data-container~=lg-slim], [data-container~=lg-slim] {
  position: relative;
  height: auto;
  margin: 0 auto; }
  [data-container~=lg-slim]:after, [data-container~=lg-slim]:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 59.9375em) {
    [data-container~=lg-slim], [data-container~=lg-slim] {
      max-width: 70%; } }

[data-container~=lg-thin], [data-container~=lg-thin] {
  position: relative;
  height: auto;
  margin: 0 auto; }
  [data-container~=lg-thin]:after, [data-container~=lg-thin]:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 59.9375em) {
    [data-container~=lg-thin], [data-container~=lg-thin] {
      max-width: 60%; } }

[data-container~=lg-half], [data-container~=lg-half] {
  position: relative;
  height: auto;
  margin: 0 auto; }
  [data-container~=lg-half]:after, [data-container~=lg-half]:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 59.9375em) {
    [data-container~=lg-half], [data-container~=lg-half] {
      max-width: 50%; } }

[data-container~=xl-full], [data-container~=xl-full] {
  position: relative;
  height: auto;
  margin: 0 auto; }
  [data-container~=xl-full]:after, [data-container~=xl-full]:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 74.9375em) {
    [data-container~=xl-full], [data-container~=xl-full] {
      max-width: 100%; } }

[data-container~=xl-wide], [data-container~=xl-wide] {
  position: relative;
  height: auto;
  margin: 0 auto; }
  [data-container~=xl-wide]:after, [data-container~=xl-wide]:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 74.9375em) {
    [data-container~=xl-wide], [data-container~=xl-wide] {
      max-width: 90%; } }

[data-container~=xl-narrow], [data-container~=xl-narrow] {
  position: relative;
  height: auto;
  margin: 0 auto; }
  [data-container~=xl-narrow]:after, [data-container~=xl-narrow]:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 74.9375em) {
    [data-container~=xl-narrow], [data-container~=xl-narrow] {
      max-width: 80%; } }

[data-container~=xl-slim], [data-container~=xl-slim] {
  position: relative;
  height: auto;
  margin: 0 auto; }
  [data-container~=xl-slim]:after, [data-container~=xl-slim]:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 74.9375em) {
    [data-container~=xl-slim], [data-container~=xl-slim] {
      max-width: 70%; } }

[data-container~=xl-thin], [data-container~=xl-thin] {
  position: relative;
  height: auto;
  margin: 0 auto; }
  [data-container~=xl-thin]:after, [data-container~=xl-thin]:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 74.9375em) {
    [data-container~=xl-thin], [data-container~=xl-thin] {
      max-width: 60%; } }

[data-container~=xl-half], [data-container~=xl-half] {
  position: relative;
  height: auto;
  margin: 0 auto; }
  [data-container~=xl-half]:after, [data-container~=xl-half]:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 74.9375em) {
    [data-container~=xl-half], [data-container~=xl-half] {
      max-width: 50%; } }

[data-container~=xxl-full], [data-container~=xxl-full] {
  position: relative;
  height: auto;
  margin: 0 auto; }
  [data-container~=xxl-full]:after, [data-container~=xxl-full]:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 99.9375em) {
    [data-container~=xxl-full], [data-container~=xxl-full] {
      max-width: 100%; } }

[data-container~=xxl-wide], [data-container~=xxl-wide] {
  position: relative;
  height: auto;
  margin: 0 auto; }
  [data-container~=xxl-wide]:after, [data-container~=xxl-wide]:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 99.9375em) {
    [data-container~=xxl-wide], [data-container~=xxl-wide] {
      max-width: 90%; } }

[data-container~=xxl-narrow], [data-container~=xxl-narrow] {
  position: relative;
  height: auto;
  margin: 0 auto; }
  [data-container~=xxl-narrow]:after, [data-container~=xxl-narrow]:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 99.9375em) {
    [data-container~=xxl-narrow], [data-container~=xxl-narrow] {
      max-width: 80%; } }

[data-container~=xxl-slim], [data-container~=xxl-slim] {
  position: relative;
  height: auto;
  margin: 0 auto; }
  [data-container~=xxl-slim]:after, [data-container~=xxl-slim]:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 99.9375em) {
    [data-container~=xxl-slim], [data-container~=xxl-slim] {
      max-width: 70%; } }

[data-container~=xxl-thin], [data-container~=xxl-thin] {
  position: relative;
  height: auto;
  margin: 0 auto; }
  [data-container~=xxl-thin]:after, [data-container~=xxl-thin]:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 99.9375em) {
    [data-container~=xxl-thin], [data-container~=xxl-thin] {
      max-width: 60%; } }

[data-container~=xxl-half], [data-container~=xxl-half] {
  position: relative;
  height: auto;
  margin: 0 auto; }
  [data-container~=xxl-half]:after, [data-container~=xxl-half]:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 99.9375em) {
    [data-container~=xxl-half], [data-container~=xxl-half] {
      max-width: 50%; } }

[data-container~=_left], [data-row~=_left] {
  texmd-align: left; }

[data-container~=_center], [data-row~=_center] {
  texmd-align: center; }

[data-container~=_right], [data-row~=_right] {
  texmd-align: right; }

[data-container~=_gutter-xs], [data-row~=_gutter-xs] {
  padding: 0.75em; }

[data-container~=_gutter-sm], [data-row~=_gutter-sm] {
  padding: 1em; }

[data-container~=_gutter-md], [data-row~=_gutter-md] {
  padding: 1.5em; }

[data-container~=_gutter-lg], [data-row~=_gutter-lg] {
  padding: 2em; }

[data-container~=_gutter-xl], [data-row~=_gutter-xl] {
  padding: 2.5em; }

.container--gutter, .row--gutter {
  position: relative;
  height: auto;
  margin: 0 auto;
  margin: auto;
  padding: 1em; }
  .container--gutter:after, .row--gutter:after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (min-width: 19.9375em) {
    .container--gutter, .row--gutter {
      max-width: 100%; } }

[data-grid],
[data-flushGrid],
[data-gutterGrid],
[data-areaGrid] {
  float: left;
  text-align: left; }

[data-grid~="1"], .grid-1 {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~="1"], .grid-1 {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~="1"], .grid-1 {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~="1"], .grid-1 {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~="1"], .grid-1 {
      width: calc(100% * (1/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~="1"], .grid-1 {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~="1"], .grid-1 {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~="1"], .grid-1 {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~="2"], .grid-2 {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~="2"], .grid-2 {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~="2"], .grid-2 {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~="2"], .grid-2 {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~="2"], .grid-2 {
      width: calc(100% * (2/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~="2"], .grid-2 {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~="2"], .grid-2 {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~="2"], .grid-2 {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~="3"], .grid-3 {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~="3"], .grid-3 {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~="3"], .grid-3 {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~="3"], .grid-3 {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~="3"], .grid-3 {
      width: calc(100% * (3/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~="3"], .grid-3 {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~="3"], .grid-3 {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~="3"], .grid-3 {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~="4"], .grid-4 {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~="4"], .grid-4 {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~="4"], .grid-4 {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~="4"], .grid-4 {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~="4"], .grid-4 {
      width: calc(100% * (4/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~="4"], .grid-4 {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~="4"], .grid-4 {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~="4"], .grid-4 {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~="5"], .grid-5 {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~="5"], .grid-5 {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~="5"], .grid-5 {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~="5"], .grid-5 {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~="5"], .grid-5 {
      width: calc(100% * (5/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~="5"], .grid-5 {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~="5"], .grid-5 {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~="5"], .grid-5 {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~="6"], .grid-6 {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~="6"], .grid-6 {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~="6"], .grid-6 {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~="6"], .grid-6 {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~="6"], .grid-6 {
      width: calc(100% * (6/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~="6"], .grid-6 {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~="6"], .grid-6 {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~="6"], .grid-6 {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~="7"], .grid-7 {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~="7"], .grid-7 {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~="7"], .grid-7 {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~="7"], .grid-7 {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~="7"], .grid-7 {
      width: calc(100% * (7/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~="7"], .grid-7 {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~="7"], .grid-7 {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~="7"], .grid-7 {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~="8"], .grid-8 {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~="8"], .grid-8 {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~="8"], .grid-8 {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~="8"], .grid-8 {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~="8"], .grid-8 {
      width: calc(100% * (8/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~="8"], .grid-8 {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~="8"], .grid-8 {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~="8"], .grid-8 {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~="9"], .grid-9 {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~="9"], .grid-9 {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~="9"], .grid-9 {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~="9"], .grid-9 {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~="9"], .grid-9 {
      width: calc(100% * (9/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~="9"], .grid-9 {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~="9"], .grid-9 {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~="9"], .grid-9 {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~="10"], .grid-10 {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~="10"], .grid-10 {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~="10"], .grid-10 {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~="10"], .grid-10 {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~="10"], .grid-10 {
      width: calc(100% * (10/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~="10"], .grid-10 {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~="10"], .grid-10 {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~="10"], .grid-10 {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~="11"], .grid-11 {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~="11"], .grid-11 {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~="11"], .grid-11 {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~="11"], .grid-11 {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~="11"], .grid-11 {
      width: calc(100% * (11/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~="11"], .grid-11 {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~="11"], .grid-11 {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~="11"], .grid-11 {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~="12"], .grid-12 {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~="12"], .grid-12 {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~="12"], .grid-12 {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~="12"], .grid-12 {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~="12"], .grid-12 {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~="12"], .grid-12 {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~="12"], .grid-12 {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~="12"], .grid-12 {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~="XXS-1"] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~="XXS-1"] {
      width: calc(100% * (1/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~="XXS-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~="XXS-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~="XXS-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~="XXS-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~="XXS-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~="XXS-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }

[data-grid~="XS-1"] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~="XS-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~="XS-1"] {
      width: calc(100% * (1/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~="XS-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~="XS-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~="XS-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~="XS-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~="XS-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }

[data-grid~="SM-1"] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~="SM-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~="SM-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~="SM-1"] {
      width: calc(100% * (1/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~="SM-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~="SM-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~="SM-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~="SM-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }

[data-grid~="MD-1"] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~="MD-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~="MD-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~="MD-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~="MD-1"] {
      width: calc(100% * (1/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~="MD-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~="MD-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~="MD-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }

[data-grid~="LG-1"] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~="LG-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~="LG-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~="LG-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~="LG-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~="LG-1"] {
      width: calc(100% * (1/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~="LG-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~="LG-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }

[data-grid~="XL-1"] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~="XL-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~="XL-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~="XL-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~="XL-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~="XL-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~="XL-1"] {
      width: calc(100% * (1/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~="XL-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }

[data-grid~="XXL-1"] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~="XXL-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~="XXL-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~="XXL-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~="XXL-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~="XXL-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~="XXL-1"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~="XXL-1"] {
      width: calc(100% * (1/12) + 0.00001%); } }

[data-grid~="XXS-12"] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~="XXS-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~="XXS-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~="XXS-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~="XXS-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~="XXS-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~="XXS-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~="XXS-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }

[data-grid~="XS-12"] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~="XS-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~="XS-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~="XS-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~="XS-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~="XS-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~="XS-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~="XS-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }

[data-grid~="SM-12"] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~="SM-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~="SM-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~="SM-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~="SM-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~="SM-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~="SM-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~="SM-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }

[data-grid~="MD-12"] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~="MD-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~="MD-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~="MD-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~="MD-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~="MD-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~="MD-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~="MD-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }

[data-grid~="LG-12"] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~="LG-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~="LG-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~="LG-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~="LG-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~="LG-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~="LG-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~="LG-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }

[data-grid~="XL-12"] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~="XL-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~="XL-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~="XL-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~="XL-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~="XL-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~="XL-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~="XL-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }

[data-grid~="XXL-12"] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~="XXL-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~="XXL-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~="XXL-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~="XXL-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~="XXL-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~="XXL-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~="XXL-12"] {
      width: calc(100% * (12/12) + 0.00001%); } }

[data-grid~=XS-2] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=XS-2] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=XS-2] {
      width: calc(100% * (2/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=XS-2] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=XS-2] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=XS-2] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=XS-2] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=XS-2] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=SM-2] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=SM-2] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=SM-2] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=SM-2] {
      width: calc(100% * (2/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=SM-2] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=SM-2] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=SM-2] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=SM-2] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=MD-2] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=MD-2] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=MD-2] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=MD-2] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=MD-2] {
      width: calc(100% * (2/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=MD-2] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=MD-2] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=MD-2] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=LG-2] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=LG-2] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=LG-2] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=LG-2] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=LG-2] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=LG-2] {
      width: calc(100% * (2/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=LG-2] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=LG-2] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=XL-2] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=XL-2] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=XL-2] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=XL-2] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=XL-2] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=XL-2] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=XL-2] {
      width: calc(100% * (2/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=XL-2] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=XXL-2] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=XXL-2] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=XXL-2] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=XXL-2] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=XXL-2] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=XXL-2] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=XXL-2] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=XXL-2] {
      width: calc(100% * (2/12) + 0.00001%); } }

[data-grid~=XS-3] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=XS-3] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=XS-3] {
      width: calc(100% * (3/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=XS-3] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=XS-3] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=XS-3] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=XS-3] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=XS-3] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=SM-3] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=SM-3] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=SM-3] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=SM-3] {
      width: calc(100% * (3/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=SM-3] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=SM-3] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=SM-3] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=SM-3] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=MD-3] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=MD-3] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=MD-3] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=MD-3] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=MD-3] {
      width: calc(100% * (3/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=MD-3] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=MD-3] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=MD-3] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=LG-3] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=LG-3] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=LG-3] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=LG-3] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=LG-3] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=LG-3] {
      width: calc(100% * (3/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=LG-3] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=LG-3] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=XL-3] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=XL-3] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=XL-3] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=XL-3] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=XL-3] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=XL-3] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=XL-3] {
      width: calc(100% * (3/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=XL-3] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=XXL-3] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=XXL-3] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=XXL-3] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=XXL-3] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=XXL-3] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=XXL-3] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=XXL-3] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=XXL-3] {
      width: calc(100% * (3/12) + 0.00001%); } }

[data-grid~=XS-4] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=XS-4] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=XS-4] {
      width: calc(100% * (4/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=XS-4] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=XS-4] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=XS-4] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=XS-4] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=XS-4] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=SM-4] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=SM-4] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=SM-4] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=SM-4] {
      width: calc(100% * (4/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=SM-4] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=SM-4] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=SM-4] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=SM-4] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=MD-4] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=MD-4] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=MD-4] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=MD-4] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=MD-4] {
      width: calc(100% * (4/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=MD-4] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=MD-4] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=MD-4] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=LG-4] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=LG-4] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=LG-4] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=LG-4] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=LG-4] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=LG-4] {
      width: calc(100% * (4/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=LG-4] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=LG-4] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=XL-4] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=XL-4] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=XL-4] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=XL-4] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=XL-4] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=XL-4] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=XL-4] {
      width: calc(100% * (4/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=XL-4] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=XXL-4] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=XXL-4] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=XXL-4] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=XXL-4] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=XXL-4] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=XXL-4] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=XXL-4] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=XXL-4] {
      width: calc(100% * (4/12) + 0.00001%); } }

[data-grid~=XS-5] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=XS-5] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=XS-5] {
      width: calc(100% * (5/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=XS-5] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=XS-5] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=XS-5] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=XS-5] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=XS-5] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=SM-5] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=SM-5] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=SM-5] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=SM-5] {
      width: calc(100% * (5/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=SM-5] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=SM-5] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=SM-5] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=SM-5] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=MD-5] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=MD-5] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=MD-5] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=MD-5] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=MD-5] {
      width: calc(100% * (5/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=MD-5] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=MD-5] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=MD-5] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=LG-5] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=LG-5] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=LG-5] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=LG-5] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=LG-5] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=LG-5] {
      width: calc(100% * (5/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=LG-5] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=LG-5] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=XL-5] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=XL-5] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=XL-5] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=XL-5] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=XL-5] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=XL-5] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=XL-5] {
      width: calc(100% * (5/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=XL-5] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=XXL-5] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=XXL-5] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=XXL-5] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=XXL-5] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=XXL-5] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=XXL-5] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=XXL-5] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=XXL-5] {
      width: calc(100% * (5/12) + 0.00001%); } }

[data-grid~=XS-6] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=XS-6] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=XS-6] {
      width: calc(100% * (6/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=XS-6] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=XS-6] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=XS-6] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=XS-6] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=XS-6] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=SM-6] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=SM-6] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=SM-6] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=SM-6] {
      width: calc(100% * (6/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=SM-6] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=SM-6] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=SM-6] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=SM-6] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=MD-6] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=MD-6] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=MD-6] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=MD-6] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=MD-6] {
      width: calc(100% * (6/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=MD-6] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=MD-6] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=MD-6] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=LG-6] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=LG-6] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=LG-6] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=LG-6] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=LG-6] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=LG-6] {
      width: calc(100% * (6/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=LG-6] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=LG-6] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=XL-6] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=XL-6] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=XL-6] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=XL-6] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=XL-6] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=XL-6] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=XL-6] {
      width: calc(100% * (6/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=XL-6] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=XXL-6] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=XXL-6] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=XXL-6] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=XXL-6] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=XXL-6] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=XXL-6] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=XXL-6] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=XXL-6] {
      width: calc(100% * (6/12) + 0.00001%); } }

[data-grid~=XS-7] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=XS-7] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=XS-7] {
      width: calc(100% * (7/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=XS-7] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=XS-7] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=XS-7] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=XS-7] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=XS-7] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=SM-7] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=SM-7] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=SM-7] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=SM-7] {
      width: calc(100% * (7/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=SM-7] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=SM-7] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=SM-7] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=SM-7] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=MD-7] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=MD-7] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=MD-7] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=MD-7] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=MD-7] {
      width: calc(100% * (7/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=MD-7] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=MD-7] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=MD-7] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=LG-7] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=LG-7] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=LG-7] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=LG-7] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=LG-7] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=LG-7] {
      width: calc(100% * (7/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=LG-7] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=LG-7] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=XL-7] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=XL-7] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=XL-7] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=XL-7] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=XL-7] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=XL-7] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=XL-7] {
      width: calc(100% * (7/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=XL-7] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=XXL-7] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=XXL-7] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=XXL-7] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=XXL-7] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=XXL-7] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=XXL-7] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=XXL-7] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=XXL-7] {
      width: calc(100% * (7/12) + 0.00001%); } }

[data-grid~=XS-8] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=XS-8] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=XS-8] {
      width: calc(100% * (8/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=XS-8] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=XS-8] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=XS-8] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=XS-8] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=XS-8] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=SM-8] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=SM-8] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=SM-8] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=SM-8] {
      width: calc(100% * (8/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=SM-8] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=SM-8] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=SM-8] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=SM-8] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=MD-8] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=MD-8] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=MD-8] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=MD-8] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=MD-8] {
      width: calc(100% * (8/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=MD-8] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=MD-8] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=MD-8] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=LG-8] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=LG-8] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=LG-8] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=LG-8] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=LG-8] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=LG-8] {
      width: calc(100% * (8/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=LG-8] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=LG-8] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=XL-8] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=XL-8] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=XL-8] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=XL-8] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=XL-8] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=XL-8] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=XL-8] {
      width: calc(100% * (8/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=XL-8] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=XXL-8] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=XXL-8] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=XXL-8] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=XXL-8] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=XXL-8] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=XXL-8] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=XXL-8] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=XXL-8] {
      width: calc(100% * (8/12) + 0.00001%); } }

[data-grid~=XS-9] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=XS-9] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=XS-9] {
      width: calc(100% * (9/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=XS-9] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=XS-9] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=XS-9] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=XS-9] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=XS-9] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=SM-9] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=SM-9] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=SM-9] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=SM-9] {
      width: calc(100% * (9/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=SM-9] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=SM-9] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=SM-9] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=SM-9] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=MD-9] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=MD-9] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=MD-9] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=MD-9] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=MD-9] {
      width: calc(100% * (9/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=MD-9] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=MD-9] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=MD-9] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=LG-9] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=LG-9] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=LG-9] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=LG-9] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=LG-9] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=LG-9] {
      width: calc(100% * (9/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=LG-9] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=LG-9] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=XL-9] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=XL-9] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=XL-9] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=XL-9] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=XL-9] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=XL-9] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=XL-9] {
      width: calc(100% * (9/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=XL-9] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=XXL-9] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=XXL-9] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=XXL-9] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=XXL-9] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=XXL-9] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=XXL-9] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=XXL-9] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=XXL-9] {
      width: calc(100% * (9/12) + 0.00001%); } }

[data-grid~=XS-10] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=XS-10] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=XS-10] {
      width: calc(100% * (10/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=XS-10] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=XS-10] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=XS-10] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=XS-10] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=XS-10] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=SM-10] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=SM-10] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=SM-10] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=SM-10] {
      width: calc(100% * (10/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=SM-10] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=SM-10] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=SM-10] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=SM-10] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=MD-10] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=MD-10] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=MD-10] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=MD-10] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=MD-10] {
      width: calc(100% * (10/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=MD-10] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=MD-10] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=MD-10] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=LG-10] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=LG-10] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=LG-10] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=LG-10] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=LG-10] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=LG-10] {
      width: calc(100% * (10/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=LG-10] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=LG-10] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=XL-10] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=XL-10] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=XL-10] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=XL-10] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=XL-10] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=XL-10] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=XL-10] {
      width: calc(100% * (10/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=XL-10] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=XXL-10] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=XXL-10] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=XXL-10] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=XXL-10] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=XXL-10] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=XXL-10] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=XXL-10] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=XXL-10] {
      width: calc(100% * (10/12) + 0.00001%); } }

[data-grid~=XS-11] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=XS-11] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=XS-11] {
      width: calc(100% * (11/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=XS-11] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=XS-11] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=XS-11] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=XS-11] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=XS-11] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=SM-11] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=SM-11] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=SM-11] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=SM-11] {
      width: calc(100% * (11/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=SM-11] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=SM-11] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=SM-11] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=SM-11] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=MD-11] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=MD-11] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=MD-11] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=MD-11] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=MD-11] {
      width: calc(100% * (11/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=MD-11] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=MD-11] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=MD-11] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=LG-11] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=LG-11] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=LG-11] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=LG-11] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=LG-11] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=LG-11] {
      width: calc(100% * (11/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=LG-11] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=LG-11] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=XL-11] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=XL-11] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=XL-11] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=XL-11] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=XL-11] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=XL-11] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=XL-11] {
      width: calc(100% * (11/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=XL-11] {
      width: calc(100% * (3em/12) + 0.00001%); } }

[data-grid~=XXL-11] {
  height: auto;
  float: left;
  text-align: left;
  padding: 0.75em; }
  @media screen and (min-width: 0em) {
    [data-grid~=XXL-11] {
      width: calc(100% * (0.5em/12) + 0.00001%); } }
  @media screen and (min-width: 19.9375em) {
    [data-grid~=XXL-11] {
      width: calc(100% * (0.75em/12) + 0.00001%); } }
  @media screen and (min-width: 29.9375em) {
    [data-grid~=XXL-11] {
      width: calc(100% * (1em/12) + 0.00001%); } }
  @media screen and (min-width: 44.9375em) {
    [data-grid~=XXL-11] {
      width: calc(100% * (1.5em/12) + 0.00001%); } }
  @media screen and (min-width: 59.9375em) {
    [data-grid~=XXL-11] {
      width: calc(100% * (2em/12) + 0.00001%); } }
  @media screen and (min-width: 74.9375em) {
    [data-grid~=XXL-11] {
      width: calc(100% * (2.5em/12) + 0.00001%); } }
  @media screen and (min-width: 99.9375em) {
    [data-grid~=XXL-11] {
      width: calc(100% * (11/12) + 0.00001%); } }

[data-grid~="_ll"], [data-gridGutter~="_ll"] {
  float: left;
  text-align: left; }

[data-grid~="_lc"], [data-gridGutter~="_lc"] {
  float: left;
  text-align: center; }

[data-grid~="_lr"], [data-gridGutter~="_lr"] {
  float: left;
  text-align: right; }

[data-grid~="_rl"], [data-gridGutter~="_rl"] {
  float: right;
  text-align: left; }

[data-grid~="_rc"], [data-gridGutter~="_rc"] {
  float: right;
  text-align: center; }

[data-grid~="_rr"], [data-gridGutter~="_rr"] {
  float: right;
  text-align: right; }

.fontSize--xxsmall {
  font-size: 0.55rem;
  line-height: 1.1rem;
  /*  @if $preset == xxsmall      { font-size: $g_font-size - .5rem;   line-height: $g_line-height - .5; }  // Final Result .5rem
  @if $preset == xsmall       { font-size: $g_font-size - .4rem;   line-height: $g_line-height - .4; }  // Final Result .6rem
  @if $preset == small        { font-size: $g_font-size - .2rem;   line-height: $g_line-height - .2; }  // Final Result .8rem
  @if $preset == base         { font-size: $g_font-size;           line-height: $g_line-height; }       // Final Result 1rem
  @if $preset == med          { font-size: $g_font-size + .2rem;   line-height: $g_line-height + .2; }  // Final Result 1.2rem
  @if $preset == large        { font-size: $g_font-size + .6rem;   line-height: $g_line-height + .6; }  // Final Result 1.6rem
  @if $preset == xlarge       { font-size: $g_font-size + 1rem;    line-height: $g_line-height + 1; }   // Final Result 2rem
  @if $preset == xxlarge      { font-size: $g_font-size + 1.5rem;  line-height: $g_line-height + 1.5; } // Final Result 2.5rem
  @if $preset == xxxlarge     {	font-size: $g_font-size + 2rem;    line-height: $g_line-height + 2; }   // Final Result 3rem
  @if $preset == jumbo1       { font-size: $g_font-size + 3rem;    line-height: $g_line-height + 3; }   // Final Result 4rem
  @if $preset == jumbo2       { font-size: $g_font-size + 4rem;    line-height: $g_line-height + 4; }   // Final Result 5rem
*/ }

.fontSize--xsmall {
  font-size: 0.65rem;
  line-height: 1.2rem;
  /*  @if $preset == xxsmall      { font-size: $g_font-size - .5rem;   line-height: $g_line-height - .5; }  // Final Result .5rem
  @if $preset == xsmall       { font-size: $g_font-size - .4rem;   line-height: $g_line-height - .4; }  // Final Result .6rem
  @if $preset == small        { font-size: $g_font-size - .2rem;   line-height: $g_line-height - .2; }  // Final Result .8rem
  @if $preset == base         { font-size: $g_font-size;           line-height: $g_line-height; }       // Final Result 1rem
  @if $preset == med          { font-size: $g_font-size + .2rem;   line-height: $g_line-height + .2; }  // Final Result 1.2rem
  @if $preset == large        { font-size: $g_font-size + .6rem;   line-height: $g_line-height + .6; }  // Final Result 1.6rem
  @if $preset == xlarge       { font-size: $g_font-size + 1rem;    line-height: $g_line-height + 1; }   // Final Result 2rem
  @if $preset == xxlarge      { font-size: $g_font-size + 1.5rem;  line-height: $g_line-height + 1.5; } // Final Result 2.5rem
  @if $preset == xxxlarge     {	font-size: $g_font-size + 2rem;    line-height: $g_line-height + 2; }   // Final Result 3rem
  @if $preset == jumbo1       { font-size: $g_font-size + 3rem;    line-height: $g_line-height + 3; }   // Final Result 4rem
  @if $preset == jumbo2       { font-size: $g_font-size + 4rem;    line-height: $g_line-height + 4; }   // Final Result 5rem
*/ }

.fontSize--small {
  font-size: 0.85rem;
  line-height: 1.4rem;
  /*  @if $preset == xxsmall      { font-size: $g_font-size - .5rem;   line-height: $g_line-height - .5; }  // Final Result .5rem
  @if $preset == xsmall       { font-size: $g_font-size - .4rem;   line-height: $g_line-height - .4; }  // Final Result .6rem
  @if $preset == small        { font-size: $g_font-size - .2rem;   line-height: $g_line-height - .2; }  // Final Result .8rem
  @if $preset == base         { font-size: $g_font-size;           line-height: $g_line-height; }       // Final Result 1rem
  @if $preset == med          { font-size: $g_font-size + .2rem;   line-height: $g_line-height + .2; }  // Final Result 1.2rem
  @if $preset == large        { font-size: $g_font-size + .6rem;   line-height: $g_line-height + .6; }  // Final Result 1.6rem
  @if $preset == xlarge       { font-size: $g_font-size + 1rem;    line-height: $g_line-height + 1; }   // Final Result 2rem
  @if $preset == xxlarge      { font-size: $g_font-size + 1.5rem;  line-height: $g_line-height + 1.5; } // Final Result 2.5rem
  @if $preset == xxxlarge     {	font-size: $g_font-size + 2rem;    line-height: $g_line-height + 2; }   // Final Result 3rem
  @if $preset == jumbo1       { font-size: $g_font-size + 3rem;    line-height: $g_line-height + 3; }   // Final Result 4rem
  @if $preset == jumbo2       { font-size: $g_font-size + 4rem;    line-height: $g_line-height + 4; }   // Final Result 5rem
*/ }

.fontSize--base {
  font-size: 1.05rem;
  line-height: 1.6rem;
  /*  @if $preset == xxsmall      { font-size: $g_font-size - .5rem;   line-height: $g_line-height - .5; }  // Final Result .5rem
  @if $preset == xsmall       { font-size: $g_font-size - .4rem;   line-height: $g_line-height - .4; }  // Final Result .6rem
  @if $preset == small        { font-size: $g_font-size - .2rem;   line-height: $g_line-height - .2; }  // Final Result .8rem
  @if $preset == base         { font-size: $g_font-size;           line-height: $g_line-height; }       // Final Result 1rem
  @if $preset == med          { font-size: $g_font-size + .2rem;   line-height: $g_line-height + .2; }  // Final Result 1.2rem
  @if $preset == large        { font-size: $g_font-size + .6rem;   line-height: $g_line-height + .6; }  // Final Result 1.6rem
  @if $preset == xlarge       { font-size: $g_font-size + 1rem;    line-height: $g_line-height + 1; }   // Final Result 2rem
  @if $preset == xxlarge      { font-size: $g_font-size + 1.5rem;  line-height: $g_line-height + 1.5; } // Final Result 2.5rem
  @if $preset == xxxlarge     {	font-size: $g_font-size + 2rem;    line-height: $g_line-height + 2; }   // Final Result 3rem
  @if $preset == jumbo1       { font-size: $g_font-size + 3rem;    line-height: $g_line-height + 3; }   // Final Result 4rem
  @if $preset == jumbo2       { font-size: $g_font-size + 4rem;    line-height: $g_line-height + 4; }   // Final Result 5rem
*/ }

.fontSize--med {
  font-size: 1.25rem;
  line-height: 1.8rem;
  /*  @if $preset == xxsmall      { font-size: $g_font-size - .5rem;   line-height: $g_line-height - .5; }  // Final Result .5rem
  @if $preset == xsmall       { font-size: $g_font-size - .4rem;   line-height: $g_line-height - .4; }  // Final Result .6rem
  @if $preset == small        { font-size: $g_font-size - .2rem;   line-height: $g_line-height - .2; }  // Final Result .8rem
  @if $preset == base         { font-size: $g_font-size;           line-height: $g_line-height; }       // Final Result 1rem
  @if $preset == med          { font-size: $g_font-size + .2rem;   line-height: $g_line-height + .2; }  // Final Result 1.2rem
  @if $preset == large        { font-size: $g_font-size + .6rem;   line-height: $g_line-height + .6; }  // Final Result 1.6rem
  @if $preset == xlarge       { font-size: $g_font-size + 1rem;    line-height: $g_line-height + 1; }   // Final Result 2rem
  @if $preset == xxlarge      { font-size: $g_font-size + 1.5rem;  line-height: $g_line-height + 1.5; } // Final Result 2.5rem
  @if $preset == xxxlarge     {	font-size: $g_font-size + 2rem;    line-height: $g_line-height + 2; }   // Final Result 3rem
  @if $preset == jumbo1       { font-size: $g_font-size + 3rem;    line-height: $g_line-height + 3; }   // Final Result 4rem
  @if $preset == jumbo2       { font-size: $g_font-size + 4rem;    line-height: $g_line-height + 4; }   // Final Result 5rem
*/ }

.fontSize--large {
  font-size: 1.65rem;
  line-height: 2.2rem;
  /*  @if $preset == xxsmall      { font-size: $g_font-size - .5rem;   line-height: $g_line-height - .5; }  // Final Result .5rem
  @if $preset == xsmall       { font-size: $g_font-size - .4rem;   line-height: $g_line-height - .4; }  // Final Result .6rem
  @if $preset == small        { font-size: $g_font-size - .2rem;   line-height: $g_line-height - .2; }  // Final Result .8rem
  @if $preset == base         { font-size: $g_font-size;           line-height: $g_line-height; }       // Final Result 1rem
  @if $preset == med          { font-size: $g_font-size + .2rem;   line-height: $g_line-height + .2; }  // Final Result 1.2rem
  @if $preset == large        { font-size: $g_font-size + .6rem;   line-height: $g_line-height + .6; }  // Final Result 1.6rem
  @if $preset == xlarge       { font-size: $g_font-size + 1rem;    line-height: $g_line-height + 1; }   // Final Result 2rem
  @if $preset == xxlarge      { font-size: $g_font-size + 1.5rem;  line-height: $g_line-height + 1.5; } // Final Result 2.5rem
  @if $preset == xxxlarge     {	font-size: $g_font-size + 2rem;    line-height: $g_line-height + 2; }   // Final Result 3rem
  @if $preset == jumbo1       { font-size: $g_font-size + 3rem;    line-height: $g_line-height + 3; }   // Final Result 4rem
  @if $preset == jumbo2       { font-size: $g_font-size + 4rem;    line-height: $g_line-height + 4; }   // Final Result 5rem
*/ }

.fontSize--xlarge {
  font-size: 2.05rem;
  line-height: 2.6rem;
  /*  @if $preset == xxsmall      { font-size: $g_font-size - .5rem;   line-height: $g_line-height - .5; }  // Final Result .5rem
  @if $preset == xsmall       { font-size: $g_font-size - .4rem;   line-height: $g_line-height - .4; }  // Final Result .6rem
  @if $preset == small        { font-size: $g_font-size - .2rem;   line-height: $g_line-height - .2; }  // Final Result .8rem
  @if $preset == base         { font-size: $g_font-size;           line-height: $g_line-height; }       // Final Result 1rem
  @if $preset == med          { font-size: $g_font-size + .2rem;   line-height: $g_line-height + .2; }  // Final Result 1.2rem
  @if $preset == large        { font-size: $g_font-size + .6rem;   line-height: $g_line-height + .6; }  // Final Result 1.6rem
  @if $preset == xlarge       { font-size: $g_font-size + 1rem;    line-height: $g_line-height + 1; }   // Final Result 2rem
  @if $preset == xxlarge      { font-size: $g_font-size + 1.5rem;  line-height: $g_line-height + 1.5; } // Final Result 2.5rem
  @if $preset == xxxlarge     {	font-size: $g_font-size + 2rem;    line-height: $g_line-height + 2; }   // Final Result 3rem
  @if $preset == jumbo1       { font-size: $g_font-size + 3rem;    line-height: $g_line-height + 3; }   // Final Result 4rem
  @if $preset == jumbo2       { font-size: $g_font-size + 4rem;    line-height: $g_line-height + 4; }   // Final Result 5rem
*/ }

.fontSize--xxlarge {
  font-size: 2.55rem;
  line-height: 3.1rem;
  /*  @if $preset == xxsmall      { font-size: $g_font-size - .5rem;   line-height: $g_line-height - .5; }  // Final Result .5rem
  @if $preset == xsmall       { font-size: $g_font-size - .4rem;   line-height: $g_line-height - .4; }  // Final Result .6rem
  @if $preset == small        { font-size: $g_font-size - .2rem;   line-height: $g_line-height - .2; }  // Final Result .8rem
  @if $preset == base         { font-size: $g_font-size;           line-height: $g_line-height; }       // Final Result 1rem
  @if $preset == med          { font-size: $g_font-size + .2rem;   line-height: $g_line-height + .2; }  // Final Result 1.2rem
  @if $preset == large        { font-size: $g_font-size + .6rem;   line-height: $g_line-height + .6; }  // Final Result 1.6rem
  @if $preset == xlarge       { font-size: $g_font-size + 1rem;    line-height: $g_line-height + 1; }   // Final Result 2rem
  @if $preset == xxlarge      { font-size: $g_font-size + 1.5rem;  line-height: $g_line-height + 1.5; } // Final Result 2.5rem
  @if $preset == xxxlarge     {	font-size: $g_font-size + 2rem;    line-height: $g_line-height + 2; }   // Final Result 3rem
  @if $preset == jumbo1       { font-size: $g_font-size + 3rem;    line-height: $g_line-height + 3; }   // Final Result 4rem
  @if $preset == jumbo2       { font-size: $g_font-size + 4rem;    line-height: $g_line-height + 4; }   // Final Result 5rem
*/ }

.fontSize--xxxlarge {
  font-size: 3.05rem;
  line-height: 3.6rem;
  /*  @if $preset == xxsmall      { font-size: $g_font-size - .5rem;   line-height: $g_line-height - .5; }  // Final Result .5rem
  @if $preset == xsmall       { font-size: $g_font-size - .4rem;   line-height: $g_line-height - .4; }  // Final Result .6rem
  @if $preset == small        { font-size: $g_font-size - .2rem;   line-height: $g_line-height - .2; }  // Final Result .8rem
  @if $preset == base         { font-size: $g_font-size;           line-height: $g_line-height; }       // Final Result 1rem
  @if $preset == med          { font-size: $g_font-size + .2rem;   line-height: $g_line-height + .2; }  // Final Result 1.2rem
  @if $preset == large        { font-size: $g_font-size + .6rem;   line-height: $g_line-height + .6; }  // Final Result 1.6rem
  @if $preset == xlarge       { font-size: $g_font-size + 1rem;    line-height: $g_line-height + 1; }   // Final Result 2rem
  @if $preset == xxlarge      { font-size: $g_font-size + 1.5rem;  line-height: $g_line-height + 1.5; } // Final Result 2.5rem
  @if $preset == xxxlarge     {	font-size: $g_font-size + 2rem;    line-height: $g_line-height + 2; }   // Final Result 3rem
  @if $preset == jumbo1       { font-size: $g_font-size + 3rem;    line-height: $g_line-height + 3; }   // Final Result 4rem
  @if $preset == jumbo2       { font-size: $g_font-size + 4rem;    line-height: $g_line-height + 4; }   // Final Result 5rem
*/ }

.fontSize--jumbo1 {
  font-size: 4.05rem;
  line-height: 4.6rem;
  /*  @if $preset == xxsmall      { font-size: $g_font-size - .5rem;   line-height: $g_line-height - .5; }  // Final Result .5rem
  @if $preset == xsmall       { font-size: $g_font-size - .4rem;   line-height: $g_line-height - .4; }  // Final Result .6rem
  @if $preset == small        { font-size: $g_font-size - .2rem;   line-height: $g_line-height - .2; }  // Final Result .8rem
  @if $preset == base         { font-size: $g_font-size;           line-height: $g_line-height; }       // Final Result 1rem
  @if $preset == med          { font-size: $g_font-size + .2rem;   line-height: $g_line-height + .2; }  // Final Result 1.2rem
  @if $preset == large        { font-size: $g_font-size + .6rem;   line-height: $g_line-height + .6; }  // Final Result 1.6rem
  @if $preset == xlarge       { font-size: $g_font-size + 1rem;    line-height: $g_line-height + 1; }   // Final Result 2rem
  @if $preset == xxlarge      { font-size: $g_font-size + 1.5rem;  line-height: $g_line-height + 1.5; } // Final Result 2.5rem
  @if $preset == xxxlarge     {	font-size: $g_font-size + 2rem;    line-height: $g_line-height + 2; }   // Final Result 3rem
  @if $preset == jumbo1       { font-size: $g_font-size + 3rem;    line-height: $g_line-height + 3; }   // Final Result 4rem
  @if $preset == jumbo2       { font-size: $g_font-size + 4rem;    line-height: $g_line-height + 4; }   // Final Result 5rem
*/ }

.fontSize--jumbo2 {
  font-size: 5.05rem;
  line-height: 5.6rem;
  /*  @if $preset == xxsmall      { font-size: $g_font-size - .5rem;   line-height: $g_line-height - .5; }  // Final Result .5rem
  @if $preset == xsmall       { font-size: $g_font-size - .4rem;   line-height: $g_line-height - .4; }  // Final Result .6rem
  @if $preset == small        { font-size: $g_font-size - .2rem;   line-height: $g_line-height - .2; }  // Final Result .8rem
  @if $preset == base         { font-size: $g_font-size;           line-height: $g_line-height; }       // Final Result 1rem
  @if $preset == med          { font-size: $g_font-size + .2rem;   line-height: $g_line-height + .2; }  // Final Result 1.2rem
  @if $preset == large        { font-size: $g_font-size + .6rem;   line-height: $g_line-height + .6; }  // Final Result 1.6rem
  @if $preset == xlarge       { font-size: $g_font-size + 1rem;    line-height: $g_line-height + 1; }   // Final Result 2rem
  @if $preset == xxlarge      { font-size: $g_font-size + 1.5rem;  line-height: $g_line-height + 1.5; } // Final Result 2.5rem
  @if $preset == xxxlarge     {	font-size: $g_font-size + 2rem;    line-height: $g_line-height + 2; }   // Final Result 3rem
  @if $preset == jumbo1       { font-size: $g_font-size + 3rem;    line-height: $g_line-height + 3; }   // Final Result 4rem
  @if $preset == jumbo2       { font-size: $g_font-size + 4rem;    line-height: $g_line-height + 4; }   // Final Result 5rem
*/ }

.fontWeight--ultralight {
  font-weight: 100;
  letter-spacing: 0em; }

.fontWeight--light {
  font-weight: 200;
  letter-spacing: 0em; }

.fontWeight--book {
  font-weight: 300;
  letter-spacing: 0em; }

.fontWeight--normal {
  font-weight: 400;
  letter-spacing: 0em; }

.fontWeight--medium {
  font-weight: 500;
  letter-spacing: 0em; }

.fontWeight--semibold {
  font-weight: 600;
  letter-spacing: 0em; }

.fontWeight--bold {
  font-weight: 700;
  letter-spacing: 0em; }

.fontWeight--black {
  font-weight: 800;
  letter-spacing: 0em; }

.fontWeight--ultrablack {
  font-weight: 900;
  letter-spacing: 0em; }

.nowrap {
  white-space: nowrap; }

.ipsum-heading1:before {
  content: "Lorem ipsum"; }

.ipsum-heading2:before {
  content: "Lorem ipsum dolor sit amet"; }

.ipsum-25:before {
  content: "Aliquam erat volutpat ni."; }

.ipsum-50:before {
  content: "Donec eu est pulvinar fringila posuere in a dolor."; }

.ipsum-75:before {
  content: "Ut sit amet et consequat tellus. Vestibulum iaculis maximus purus ut rutum."; }

.ipsum-100:before {
  content: "Suspendisse vel ex eu nunc rhoncus cursus. Morbi hendrerit urna. Nunc ultrices urna, in lutus justo."; }

.ipsum-125:before {
  content: "Pellentesque laoreet, augue eu fermentum tincidunt, sapien quam an tincidunt turpis, sit amet efficitur dui arcu eget libero."; }

.ipsum-150:before {
  content: "Vestibulum iaculis maximus purus ut rutrum. Pron quis enim risus. Lorem ipsum dolor sit amet, consectur adipiscing elit. Praesent sed facilisis augue."; }

.ipsum-200:before {
  content: "Maecenas tincidunt libero id lacus dapibus faucibus. Pellentesque ex mi, mollis at quis, eleifend nec urna. Sed sollicitudin fermentum tincidunt. Quisque ut condimentum urna, sit amet ullamcorper dui."; }

.ipsum-250:before {
  content: "Malesuada suspendisse sed elit a velit volutpat. Ut ut congue mauris, vitae feugiat orci. Suspendisse maximus, ex non hendrerit pretium, velit mattis dui, non semper tellus nibh in purus. Donec at purus a nibh ultrices aliquam. Aliquam erat volutpat."; }

.ipsum-300:before {
  content: "Phasellus dictum pellentesque bibendum. In non suscipit odio. Morbi quis ipsum ultricies, pulvinar nibh sit amet, rhoncus lectus. Nulla pellentesque orci ut lorem congue, at feugiat lacus pellentesque. Quisque molestie et malesuada fermentum. Phasellus varius mauris ante, ut euismod ipsum tempor id."; }

.ipsum-400:before {
  content: "Tincidunt maecenas libero id lacus dapibus faucibus. Pellentesque ex, mollis at porta quis, eleifend nec urna. Sed sollicitudin tincidunt. Quisque ut condimentum urna, sit amet ullamcorper dui. Donec eu est pulvinar nibh fringilla posuere in a dolor. Phasellus dictum pellentesque bibendum. Nulla pellentesque orci ut lorem congue, at feugiat lacus pellentesque. Quisque molestie malesuada fermentum."; }

.ipsum-500:before {
  content: "Interdum et malesuada fames ac ante ipsum primis in faucibus. Mauris mollis porttitor volutpat. Cras placerat mi eu ligula pulvinar, nec interdum tortor commodo. Fusce et diam id ligula pharetra auctor eget in eros. Ut sit amet consequat tellus. Vestibulum iaculis maximus purus ut rutrum. Proin quis enim risus. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praeset sed facilisis augue, vitae tristique neque. Cras vehicula semper nunc quis consectetur. Nam viverra neque a dui efficitur."; }

.--debug > * {
  outline: 1px solid red; }

.--serif {
  font-family: Times, serif; }

.--sans {
  font-family: Helvetica, Arial, sans-serif; }

.--mono {
  font-family: Courier, monospace; }

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

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

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

.--inner-micro1 {
  padding: 1px; }

.--inner-micro2 {
  padding: 2px; }

.--inner-micro3 {
  padding: 3px; }

.--inner-xxxs {
  padding: 0.25em; }

.--inner-xxs {
  padding: 0.5em; }

.--inner-xs {
  padding: 0.75em; }

.--inner-sm {
  padding: 1em; }

.--inner-md {
  padding: 1.5em; }

.--inner-lg {
  padding: 2em; }

.--inner-xl {
  padding: 2.5em; }

.--inner-xxl {
  padding: 3em; }

.--inner-xxxl {
  padding: 4em; }

.--outer-micro1 {
  margin: 1px; }

.--outer-micro2 {
  margin: 2px; }

.--outer-micro3 {
  margin: 3px; }

.--outer-xxxs {
  margin: 0.25em; }

.--outer-xxs {
  margin: 0.5em; }

.--outer-xs {
  margin: 0.75em; }

.--outer-sm {
  margin: 1em; }

.--outer-md {
  margin: 1.5em; }

.--outer-lg {
  margin: 2em; }

.--outer-xl {
  margin: 2.5em; }

.--outer-xxl {
  margin: 3em; }

.--outer-xxxl {
  margin: 4em; }

.--light {
  font-weight: 200;
  letter-spacing: 0em; }

.--normal {
  font-weight: 400;
  letter-spacing: 0em; }

.--bold {
  font-weight: 700;
  letter-spacing: 0em; }

.--black {
  font-weight: 800;
  letter-spacing: 0em; }

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

html {
  height: 100%; }

body {
  min-height: 100%; }

html, body {
  position: relative;
  font-size: 1.05rem;
  line-height: 1.6rem;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none; }

a {
  text-decoration: underline; }

a:link, a:visited {
  color: inherit; }

code {
  padding: .3em;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  background-color: #f2f2f2; }

hr {
  border-width: 0;
  border-top: 2px solid black;
  width: 100%;
  margin: 0.5rem 0; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  border: none; }

p {
  margin-bottom: 0.75rem; }

strong {
  font-weight: 700;
  letter-spacing: 0em; }
