@charset "UTF-8";
/* endif */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
@import url(/Users/jordansayner/Google Drive/GitHub/component-library/scss/vendors/androidstudio.css);
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

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

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

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

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

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

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

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

.display-header {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  font-family: "Poppins", sans-serif;
  color: #777;
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
}

@media only screen and (min-width: 768px) {
  .display-header {
    font-size: 48px;
  }
}

.header-1,
.header-2,
.header-3,
.header-4,
.header-5,
.header-6 {
  margin: 0 0 8px 0;
  line-height: 1.2;
  color: #4c5257;
  letter-spacing: 0;
  text-transform: none;
}

.header-1 a,
.header-2 a,
.header-3 a,
.header-4 a,
.header-5 a,
.header-6 a {
  text-decoration: none;
  color: #4c5257;
}

.header-1 a:hover,
.header-2 a:hover,
.header-3 a:hover,
.header-4 a:hover,
.header-5 a:hover,
.header-6 a:hover {
  color: #42BB96;
}

.header-1 {
  font-size: 30px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 768px) {
  .header-1 {
    font-size: 36px;
  }
}

.header-2 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 768px) {
  .header-2 {
    font-size: 30px;
  }
}

.header-3 {
  font-size: 21px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #4c5257;
}

@media only screen and (min-width: 768px) {
  .header-3 {
    font-size: 24px;
  }
}

.header-4 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #4c5257;
}

@media only screen and (min-width: 768px) {
  .header-4 {
    font-size: 21px;
  }
}

.header-5 {
  font-size: 16px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1.4;
  color: #4c5257;
}

@media only screen and (min-width: 768px) {
  .header-5 {
    font-size: 18px;
  }
}

.header-6 {
  font-size: 16px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1.4;
  color: #4c5257;
}

@media only screen and (min-width: 768px) {
  .header-6 {
    font-size: 16px;
  }
}

.header-sm {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
  font-weight: 600;
  color: #4c5257;
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
}

.eyebrow {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
  font-weight: 600;
  color: #96999d;
  letter-spacing: 0.048em;
  text-transform: uppercase;
  margin: 0 0 4px 0;
}

.lead {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -0.005em;
  color: #656a6e;
}

@media only screen and (min-width: 768px) {
  .lead {
    font-size: 20px;
  }
}

p {
  margin: 0;
}

p:not(:last-of-type) {
  margin-bottom: 16px;
}

p:only-of-type {
  margin-bottom: 16px;
}

.col p {
  margin: 0;
}

.col p:not(:last-of-type) {
  margin-bottom: 20px;
}

b,
strong,
.strong {
  font-weight: 700;
}

em,
.em {
  font-style: italic;
}

small,
.small {
  font-size: 13px;
  line-height: 1.5;
  color: #96999d;
  display: inline-block;
}

small a,
.small a {
  color: #7d8286;
  text-decoration: underline;
}

a:not([class]) {
  color: #42BB96;
  text-decoration: none;
  font-weight: 400;
}

a:not([class]):hover {
  color: #3ba887;
}

ul {
  display: block;
  list-style-type: disc;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 24px;
  margin-right: 0;
  padding-left: 0;
}

ul li {
  display: list-item;
  list-style: none;
  /* Remove default bullets */
  margin: 4px 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #656a6e;
}

ul li:before {
  content: "\2022";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #42BB96;
  /* Change the color */
  font-weight: bold;
  /* If you want it to be bold */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 1em;
  /* Also needed for space (tweak if needed) */
  margin-left: -1em;
  /* Also needed for space (tweak if needed) */
}

ol {
  display: block;
  list-style-type: decimal;
  margin-top: 16px;
  margin-bottom: 16px;
  margin-left: 24px;
  margin-right: 0;
  padding-left: 0;
}

ol li {
  display: list-item;
  margin: 4px 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #656a6e;
}

.editable-content h1,
.editable-content h2,
.editable-content h3,
.editable-content h4,
.editable-content h5,
.editable-content h6 {
  margin: 0;
  line-height: 1.2;
  color: #4c5257;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 16px;
}

.editable-content h1 a,
.editable-content h2 a,
.editable-content h3 a,
.editable-content h4 a,
.editable-content h5 a,
.editable-content h6 a {
  text-decoration: none;
  color: #4c5257;
}

.editable-content h1 a:hover,
.editable-content h2 a:hover,
.editable-content h3 a:hover,
.editable-content h4 a:hover,
.editable-content h5 a:hover,
.editable-content h6 a:hover {
  color: #42BB96;
}

.editable-content h1 {
  font-size: 30px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 768px) {
  .editable-content h1 {
    font-size: 36px;
  }
}

.editable-content h2 {
  font-size: 24px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

@media only screen and (min-width: 768px) {
  .editable-content h2 {
    font-size: 30px;
  }
}

.editable-content h3 {
  font-size: 21px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #4c5257;
}

@media only screen and (min-width: 768px) {
  .editable-content h3 {
    font-size: 24px;
  }
}

.editable-content h4 {
  font-size: 18px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #4c5257;
}

@media only screen and (min-width: 768px) {
  .editable-content h4 {
    font-size: 21px;
  }
}

.editable-content h5 {
  font-size: 16px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1.4;
  color: #4c5257;
}

@media only screen and (min-width: 768px) {
  .editable-content h5 {
    font-size: 18px;
  }
}

.editable-content h6 {
  font-size: 16px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1.4;
  color: #4c5257;
}

@media only screen and (min-width: 768px) {
  .editable-content h6 {
    font-size: 16px;
  }
}

.editable-content a[href$=".pdf"],
.editable-content a[href$=".docx"],
.editable-content a[href$=".doc"],
.editable-content a[href$=".xls"],
.editable-content a[href$=".xlsx"] {
  display: block;
  background-color: #ecedef;
  margin: 8px 0;
  padding: 16px 48px 16px 16px;
  color: #777;
  font-size: 16px;
  position: relative;
  border-radius: 8px;
}

.editable-content a[href$=".pdf"]:first-of-type,
.editable-content a[href$=".docx"]:first-of-type,
.editable-content a[href$=".doc"]:first-of-type,
.editable-content a[href$=".xls"]:first-of-type,
.editable-content a[href$=".xlsx"]:first-of-type {
  margin-top: 24px;
}

.editable-content a[href$=".pdf"]:after,
.editable-content a[href$=".docx"]:after,
.editable-content a[href$=".doc"]:after,
.editable-content a[href$=".xls"]:after,
.editable-content a[href$=".xlsx"]:after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%237d8286'%3E%3Cpath d='M19 22H5c-1.7 0-3-1.3-3-3v-4c0-.6.4-1 1-1s1 .4 1 1v4c0 .6.4 1 1 1h14c.6 0 1-.4 1-1v-4c0-.6.4-1 1-1s1 .4 1 1v4c0 1.7-1.3 3-3 3z'/%3E%3Cpath d='M17.7 9.3c-.4-.4-1-.4-1.4 0L13 12.6V3c0-.6-.4-1-1-1s-1 .4-1 1v9.6L7.7 9.3c-.4-.4-1-.4-1.4 0s-.4 1 0 1.4l5 5c.1.1.2.2.3.2.1.1.3.1.4.1s.3 0 .4-.1c.1-.1.2-.1.3-.2l5-5c.4-.4.4-1 0-1.4z' /%3E%3C/svg%3E");
  background-size: 24px 24px;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 14px;
  right: 16px;
}

.editable-content a[href$=".pdf"]:hover,
.editable-content a[href$=".docx"]:hover,
.editable-content a[href$=".doc"]:hover,
.editable-content a[href$=".xls"]:hover,
.editable-content a[href$=".xlsx"]:hover {
  text-decoration: underline;
}

.editable-content blockquote {
  border: 2px solid #42BB96;
  padding-left: 32px;
}

html {
  box-sizing: border-box;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
  background: #f8f9fa;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #656a6e;
  min-height: 100%;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-variant-ligatures: no-common-ligatures;
}

@media only screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

.row {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row--full-width {
  max-width: 100%;
}

.row--flow-oppersite {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.row--center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.row--end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.row--middle {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.row--bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.row--space-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.col {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 32px;
}

.col--no-gutter {
  padding: 0 !important;
}

.col-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  width: auto;
}

.col-fit {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
}

.col-24px {
  width: 24px;
}

.col-32px {
  width: 32px;
}

.col-40px {
  width: 40px;
}

.col-1 {
  width: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-12 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

@media only screen and (min-width: 500px) {
  .xsm-1 {
    width: 8.33333%;
  }
  .xsm-2 {
    width: 16.66667%;
  }
  .xsm-3 {
    width: 25%;
  }
  .xsm-4 {
    width: 33.33333%;
  }
  .xsm-5 {
    width: 41.66667%;
  }
  .xsm-6 {
    width: 50%;
  }
  .xsm-7 {
    width: 58.33333%;
  }
  .xsm-8 {
    width: 66.66667%;
  }
  .xsm-9 {
    width: 75%;
  }
  .xsm-10 {
    width: 83.33333%;
  }
  .xsm-11 {
    width: 91.66667%;
  }
  .xsm-12 {
    width: 100%;
  }
  .xsm--no-gutter {
    padding: 0 !important;
  }
  .xsm-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    width: auto;
  }
  .xsm-fit {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .xsm-24px {
    width: 24px;
  }
  .xsm-32px {
    width: 32px;
  }
  .xsm-40px {
    width: 40px;
  }
  .xsm-offset-1 {
    margin-left: 8.33333%;
  }
  .xsm-offset-2 {
    margin-left: 16.66667%;
  }
  .xsm-offset-3 {
    margin-left: 25%;
  }
  .xsm-offset-4 {
    margin-left: 33.33333%;
  }
  .xsm-offset-5 {
    margin-left: 41.66667%;
  }
  .xsm-offset-6 {
    margin-left: 50%;
  }
  .xsm-offset-7 {
    margin-left: 58.33333%;
  }
  .xsm-offset-8 {
    margin-left: 66.66667%;
  }
  .xsm-offset-9 {
    margin-left: 75%;
  }
  .xsm-offset-10 {
    margin-left: 83.33333%;
  }
  .xsm-offset-11 {
    margin-left: 91.66667%;
  }
  .xsm-offset-0 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  .sm-1 {
    width: 8.33333%;
  }
  .sm-2 {
    width: 16.66667%;
  }
  .sm-3 {
    width: 25%;
  }
  .sm-4 {
    width: 33.33333%;
  }
  .sm-5 {
    width: 41.66667%;
  }
  .sm-6 {
    width: 50%;
  }
  .sm-7 {
    width: 58.33333%;
  }
  .sm-8 {
    width: 66.66667%;
  }
  .sm-9 {
    width: 75%;
  }
  .sm-10 {
    width: 83.33333%;
  }
  .sm-11 {
    width: 91.66667%;
  }
  .sm-12 {
    width: 100%;
  }
  .sm--no-gutter {
    padding: 0 !important;
  }
  .sm-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    width: auto;
  }
  .sm-fit {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .sm-24px {
    width: 24px;
  }
  .sm-32px {
    width: 32px;
  }
  .sm-40px {
    width: 40px;
  }
  .sm-offset-1 {
    margin-left: 8.33333%;
  }
  .sm-offset-2 {
    margin-left: 16.66667%;
  }
  .sm-offset-3 {
    margin-left: 25%;
  }
  .sm-offset-4 {
    margin-left: 33.33333%;
  }
  .sm-offset-5 {
    margin-left: 41.66667%;
  }
  .sm-offset-6 {
    margin-left: 50%;
  }
  .sm-offset-7 {
    margin-left: 58.33333%;
  }
  .sm-offset-8 {
    margin-left: 66.66667%;
  }
  .sm-offset-9 {
    margin-left: 75%;
  }
  .sm-offset-10 {
    margin-left: 83.33333%;
  }
  .sm-offset-11 {
    margin-left: 91.66667%;
  }
  .sm-offset-0 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .md-1 {
    width: 8.33333%;
  }
  .md-2 {
    width: 16.66667%;
  }
  .md-3 {
    width: 25%;
  }
  .md-4 {
    width: 33.33333%;
  }
  .md-5 {
    width: 41.66667%;
  }
  .md-6 {
    width: 50%;
  }
  .md-7 {
    width: 58.33333%;
  }
  .md-8 {
    width: 66.66667%;
  }
  .md-9 {
    width: 75%;
  }
  .md-10 {
    width: 83.33333%;
  }
  .md-11 {
    width: 91.66667%;
  }
  .md-12 {
    width: 100%;
  }
  .md--no-gutter {
    padding: 0 !important;
  }
  .md-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    width: auto;
  }
  .md-fit {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .md-24px {
    width: 24px;
  }
  .md-32px {
    width: 32px;
  }
  .md-40px {
    width: 40px;
  }
  .md-offset-1 {
    margin-left: 8.33333%;
  }
  .md-offset-2 {
    margin-left: 16.66667%;
  }
  .md-offset-3 {
    margin-left: 25%;
  }
  .md-offset-4 {
    margin-left: 33.33333%;
  }
  .md-offset-5 {
    margin-left: 41.66667%;
  }
  .md-offset-6 {
    margin-left: 50%;
  }
  .md-offset-7 {
    margin-left: 58.33333%;
  }
  .md-offset-8 {
    margin-left: 66.66667%;
  }
  .md-offset-9 {
    margin-left: 75%;
  }
  .md-offset-10 {
    margin-left: 83.33333%;
  }
  .md-offset-11 {
    margin-left: 91.66667%;
  }
  .md-offset-0 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1280px) {
  .lg-1 {
    width: 8.33333%;
  }
  .lg-2 {
    width: 16.66667%;
  }
  .lg-3 {
    width: 25%;
  }
  .lg-4 {
    width: 33.33333%;
  }
  .lg-5 {
    width: 41.66667%;
  }
  .lg-6 {
    width: 50%;
  }
  .lg-7 {
    width: 58.33333%;
  }
  .lg-8 {
    width: 66.66667%;
  }
  .lg-9 {
    width: 75%;
  }
  .lg-10 {
    width: 83.33333%;
  }
  .lg-11 {
    width: 91.66667%;
  }
  .lg-12 {
    width: 100%;
  }
  .lg--no-gutter {
    padding: 0 !important;
  }
  .lg-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    width: auto;
  }
  .lg-fit {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .lg-24px {
    width: 24px;
  }
  .lg-32px {
    width: 32px;
  }
  .lg-40px {
    width: 40px;
  }
  .lg-offset-1 {
    margin-left: 8.33333%;
  }
  .lg-offset-2 {
    margin-left: 16.66667%;
  }
  .lg-offset-3 {
    margin-left: 25%;
  }
  .lg-offset-4 {
    margin-left: 33.33333%;
  }
  .lg-offset-5 {
    margin-left: 41.66667%;
  }
  .lg-offset-6 {
    margin-left: 50%;
  }
  .lg-offset-7 {
    margin-left: 58.33333%;
  }
  .lg-offset-8 {
    margin-left: 66.66667%;
  }
  .lg-offset-9 {
    margin-left: 75%;
  }
  .lg-offset-10 {
    margin-left: 83.33333%;
  }
  .lg-offset-11 {
    margin-left: 91.66667%;
  }
  .lg-offset-0 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 1400px) {
  .xlg-1 {
    width: 8.33333%;
  }
  .xlg-2 {
    width: 16.66667%;
  }
  .xlg-3 {
    width: 25%;
  }
  .xlg-4 {
    width: 33.33333%;
  }
  .xlg-5 {
    width: 41.66667%;
  }
  .xlg-6 {
    width: 50%;
  }
  .xlg-7 {
    width: 58.33333%;
  }
  .xlg-8 {
    width: 66.66667%;
  }
  .xlg-9 {
    width: 75%;
  }
  .xlg-10 {
    width: 83.33333%;
  }
  .xlg-11 {
    width: 91.66667%;
  }
  .xlg-12 {
    width: 100%;
  }
  .xlg--no-gutter {
    padding: 0 !important;
  }
  .xlg-auto {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    width: auto;
  }
  .xlg-fit {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
  }
  .xlg-24px {
    width: 24px;
  }
  .xlg-32px {
    width: 32px;
  }
  .xlg-40px {
    width: 40px;
  }
  .xlg-offset-1 {
    margin-left: 8.33333%;
  }
  .xlg-offset-2 {
    margin-left: 16.66667%;
  }
  .xlg-offset-3 {
    margin-left: 25%;
  }
  .xlg-offset-4 {
    margin-left: 33.33333%;
  }
  .xlg-offset-5 {
    margin-left: 41.66667%;
  }
  .xlg-offset-6 {
    margin-left: 50%;
  }
  .xlg-offset-7 {
    margin-left: 58.33333%;
  }
  .xlg-offset-8 {
    margin-left: 66.66667%;
  }
  .xlg-offset-9 {
    margin-left: 75%;
  }
  .xlg-offset-10 {
    margin-left: 83.33333%;
  }
  .xlg-offset-11 {
    margin-left: 91.66667%;
  }
  .xlg-offset-0 {
    margin-left: 0;
  }
}

.header {
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__brand {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  padding: 16px 32px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  background-color: #42BB96;
  color: #FFFFFF;
}

.header__nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
  width: auto;
  padding: 8px 16px;
  overflow: hidden;
  position: relative;
}

.header__nav-link {
  margin: 0 16px;
  text-decoration: none;
  color: #7d8286;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  font-weight: 500;
  display: inline-block;
}

.header__nav-link:hover {
  color: #42BB96;
}

.header__nav-link.is-active {
  border-bottom-color: #42BB96;
  color: #343a40;
}

.footer {
  text-align: center;
  padding: 24px 32px;
  font-size: 12px;
  background-color: #FFFFFF;
  border-bottom: 12px solid #42BB96;
}

.footer {
  text-align: center;
  padding: 24px 32px;
  font-size: 12px;
  background-color: #FFFFFF;
  border-bottom: 12px solid #42BB96;
}

.badge {
  line-height: 28px;
  box-sizing: border-box;
  padding: 0 8px;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 700;
  border: 2px solid transparent;
  display: inline-block;
  vertical-align: middle;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.08em;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

button.badge {
  cursor: pointer;
  outline: none;
}

.badge__outline {
  background-color: transparent;
  border-color: rgba(44, 62, 80, 0.2);
  color: #7d8286;
  font-size: 12px;
  text-decoration: none;
  border-radius: 24px;
}

.badge__outline:hover {
  border-color: rgba(44, 62, 80, 0.5);
  color: #7d8286;
}

.badge__outline--search {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.4);
  color: #FFFFFF;
  font-size: 12px;
  text-decoration: none;
  border-radius: 24px;
  padding: 0 16px;
}

.badge__outline--search:hover {
  border-color: rgba(255, 255, 255, 0.7);
}

.component-list {
  max-width: 1840px;
  width: 100%;
  margin: 0 auto;
}

.component-list__intro {
  width: 100vw;
  padding: 64px;
  text-align: center;
  background-color: #3ba887;
  box-sizing: border-box;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.component-list__intro .eyebrow {
  color: #dfe1e3;
}

.component-list__intro .display-header {
  color: #FFFFFF;
}

.component-list__intro .lead {
  color: #f8f9fa;
}

.component-list__intro svg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 24px;
  fill: #f8f9fa;
}

@media (max-width: 699px) {
  .component-list__intro .svg--lg {
    display: none;
  }
}

@media (min-width: 700px) {
  .component-list__intro .svg--sm {
    display: none;
  }
}

.component-list__intro-inner {
  max-width: 620px;
  width: 100%;
  margin: 0 auto;
}

.component-list__item {
  padding: 80px 24px;
}

.component-list__item-content {
  max-width: 100%;
  width: 100%;
  margin: 0 0 64px 0;
}

@media only screen and (min-width: 840px) {
  .component-list__item-content {
    margin: 0 0 64px 120px;
    max-width: 620px;
  }
}

.free-scroll {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  position: relative;
  user-select: none;
}

.touchevents .free-scroll {
  cursor: move;
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

.free-scroll::-webkit-scrollbar {
  display: none;
}

.free-scroll__shadow {
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 20;
  display: none;
  outline: none;
  cursor: pointer;
}

.free-scroll__shadow-left {
  left: 0;
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
}

.free-scroll__shadow-left:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 100%;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%237d8286'%3E%3Cpath d='M16.3 2c.4 0 .7.1 1 .4.6.6.6 1.5 0 2L9.7 12l7.6 7.6c.6.6.6 1.5 0 2-.6.6-1.5.6-2 0L6.7 13c-.6-.6-.6-1.5 0-2l8.6-8.6c.3-.3.6-.4 1-.4z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

.free-scroll__shadow-right {
  right: 0;
  background: linear-gradient(270deg, white 0%, rgba(255, 255, 255, 0) 100%);
  text-align: right;
}

.free-scroll__shadow-right:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 100%;
  vertical-align: middle;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='%237d8286'%3E%3Cpath d='M7.7 22c-.4 0-.7-.1-1-.4-.6-.6-.6-1.5 0-2l7.6-7.6-7.6-7.6c-.6-.6-.6-1.5 0-2s1.5-.6 2 0l8.6 8.6c.6.6.6 1.5 0 2l-8.6 8.6c-.3.3-.6.4-1 .4z'/%3E%3C/svg%3E");
  background-size: 20px 20px;
  background-position: center center;
  background-repeat: no-repeat;
}

.component {
  background-color: #FFFFFF;
  background-color: #282b2e;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.03), 0px 4px 40px 0px rgba(0, 0, 0, 0.06);
}

.component__example {
  border-bottom: 2px solid #ecedef;
  background-color: #FFFFFF;
  padding: 24px;
}

.component__example-resizer {
  max-width: 100%;
  min-width: 300px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.component__example-resizer-handle {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 16px;
  padding: 0 1px;
  background-color: #42BB96;
  cursor: ew-resize;
  line-height: 5px;
  font-size: 14px;
}

.component__example-resizer-handle::before {
  content: '• • •';
  color: white;
  width: 10px;
  position: absolute;
  top: 50%;
  left: 5px;
  font-weight: 300;
  line-height: 6px;
  font-size: 11px;
  text-align: center;
  margin-top: -15px;
}

.component__example-resizer-info {
  position: absolute;
  bottom: 0;
  right: 18px;
  padding: 4px 8px;
  background-color: rgba(119, 119, 119, 0.5);
  color: #fff;
  font-size: 12px;
  border-radius: 6px 0 0 0;
}

.component__example-resizer-info:empty {
  display: none;
}

.component__nav {
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.component__nav-item {
  border: none;
  border-right: 2px solid #ecedef;
  outline: none;
  background-color: transparent;
  padding: 16px 24px;
  cursor: pointer;
  font-weight: 600;
  color: #96999d;
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  font-family: "Poppins", sans-serif;
}

.component__nav-item.is-active {
  border-bottom-color: #42BB96;
  color: #343a40;
}

.component__nav-options {
  margin-left: auto;
  border: none;
  border-right: 2px solid #ecedef;
  outline: none;
  background-color: transparent;
  padding: 16px 24px;
  cursor: pointer;
  font-weight: 600;
  color: #96999d;
  font-family: "Poppins", sans-serif;
}

.component__nav-options:hover {
  color: #343a40;
}

.component__content {
  height: 350px;
  overflow: auto;
}

.component__content.js-active {
  display: block;
}

.component__content pre {
  padding: 0;
  margin: 0;
  min-height: 100%;
}

.component__content code {
  padding: 0 24px;
  margin: -24px 0 -48px 0;
  min-height: 100%;
}

.bg__primary {
  background: #42BB96;
}

.bg__primary--gradient {
  background-color: #42BB96;
  background-image: -webkit-linear-gradient(top, #42BB96, #54c3a1);
  background-image: linear-gradient(to bottom, #42BB96, #54c3a1);
}

.bg__primary .bg__primary + .bg__primary {
  border-top: 1px solid #E0E0E0;
}

.bg__secondary {
  background: #2C3E50;
}

.bg__secondary--gradient {
  background-color: #2C3E50;
  background-image: -webkit-linear-gradient(top, #2C3E50, #354b60);
  background-image: linear-gradient(to bottom, #2C3E50, #354b60);
}

.bg__secondary .bg__secondary + .bg__secondary {
  border-top: 1px solid #E0E0E0;
}

.bg__tertiary {
  background: #777;
}

.bg__tertiary--gradient {
  background-color: #777;
  background-image: -webkit-linear-gradient(top, #777, #848484);
  background-image: linear-gradient(to bottom, #777, #848484);
}

.bg__tertiary .bg__tertiary + .bg__tertiary {
  border-top: 1px solid #E0E0E0;
}

.is-hidden {
  display: none;
}

.is-hidden__xsm {
  display: block;
}

@media only screen and (min-width: 500px) {
  .is-hidden__xsm {
    display: none;
  }
}

.is-hidden__sm {
  display: block;
}

@media only screen and (min-width: 768px) {
  .is-hidden__sm {
    display: none;
  }
}

.is-hidden__md {
  display: block;
}

@media only screen and (min-width: 1024px) {
  .is-hidden__md {
    display: none;
  }
}

.is-hidden__lg {
  display: block;
}

@media only screen and (min-width: 1280px) {
  .is-hidden__lg {
    display: none;
  }
}

.is-hidden__xlg {
  display: block;
}

@media only screen and (min-width: 1400px) {
  .is-hidden__xlg {
    display: none;
  }
}

.is-hidden__xsm-down {
  display: none;
}

@media only screen and (min-width: 500px) {
  .is-hidden__xsm-down {
    display: block;
  }
}

.is-hidden__xsm-down--inline {
  display: none;
}

@media only screen and (min-width: 500px) {
  .is-hidden__xsm-down--inline {
    display: inline-block;
  }
}

.is-hidden__sm-down {
  display: none;
}

@media only screen and (min-width: 768px) {
  .is-hidden__sm-down {
    display: block;
  }
}

.is-hidden__sm-down--inline {
  display: none;
}

@media only screen and (min-width: 768px) {
  .is-hidden__sm-down--inline {
    display: inline-block;
  }
}

.is-hidden__md-down {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .is-hidden__md-down {
    display: block;
  }
}

.is-hidden__md-down--inline {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .is-hidden__md-down--inline {
    display: inline-block;
  }
}

.is-hidden__lg-down {
  display: none;
}

@media only screen and (min-width: 1280px) {
  .is-hidden__lg-down {
    display: block;
  }
}

.is-hidden__lg-down--inline {
  display: none;
}

@media only screen and (min-width: 1280px) {
  .is-hidden__lg-down--inline {
    display: inline-block;
  }
}

.is-hidden__xlg-down {
  display: none;
}

@media only screen and (min-width: 1400px) {
  .is-hidden__xlg-down {
    display: block;
  }
}

.is-hidden__xlg-down--inline {
  display: none;
}

@media only screen and (min-width: 1400px) {
  .is-hidden__xlg-down--inline {
    display: inline-block;
  }
}

.is-hidden__xsm-up {
  display: none;
}

@media only screen and (max-width: 500px) {
  .is-hidden__xsm-up {
    display: block;
  }
}

.is-hidden__xsm-up--inline {
  display: none;
}

@media only screen and (max-width: 500px) {
  .is-hidden__xsm-up--inline {
    display: inline-block;
  }
}

.is-hidden__sm-up {
  display: none;
}

@media only screen and (max-width: 768px) {
  .is-hidden__sm-up {
    display: block;
  }
}

.is-hidden__sm-up--inline {
  display: none;
}

@media only screen and (max-width: 768px) {
  .is-hidden__sm-up--inline {
    display: inline-block;
  }
}

.is-hidden__md-up {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .is-hidden__md-up {
    display: block;
  }
}

.is-hidden__md-up--inline {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .is-hidden__md-up--inline {
    display: inline-block;
  }
}

.is-hidden__lg-up {
  display: none;
}

@media only screen and (max-width: 1280px) {
  .is-hidden__lg-up {
    display: block;
  }
}

.is-hidden__lg-up--inline {
  display: none;
}

@media only screen and (max-width: 1280px) {
  .is-hidden__lg-up--inline {
    display: inline-block;
  }
}

.is-hidden__xlg-up {
  display: none;
}

@media only screen and (max-width: 1400px) {
  .is-hidden__xlg-up {
    display: block;
  }
}

.is-hidden__xlg-up--inline {
  display: none;
}

@media only screen and (max-width: 1400px) {
  .is-hidden__xlg-up--inline {
    display: inline-block;
  }
}

.no-scroll {
  overflow-x: hidden;
  overflow-y: hidden;
}

.y-spacer__4, .y-spacer__0, .y-spacer__8, .y-spacer__16, .y-spacer__24, .y-spacer__32, .y-spacer__40, .y-spacer__48, .y-spacer__56, .y-spacer__64, .y-spacer__72, .y-spacer__80, .y-spacer__88, .y-spacer__96, .y-spacer__104, .y-spacer__112, .y-spacer__120 {
  display: block;
}

.x-spacer__0, .x-spacer__8, .x-spacer__16, .x-spacer__24, .x-spacer__32, .x-spacer__40, .x-spacer__48, .x-spacer__56, .x-spacer__64, .x-spacer__72, .x-spacer__80, .x-spacer__88, .x-spacer__96, .x-spacer__104, .x-spacer__112, .x-spacer__120 {
  display: inline-block;
}

.y-spacer__4 {
  height: 4px;
  display: block;
}

.y-spacer__0 {
  height: 0;
  display: block;
}

.y-spacer__0 {
  height: 0px;
}

.y-spacer__8 {
  height: 8px;
}

.y-spacer__16 {
  height: 16px;
}

.y-spacer__24 {
  height: 24px;
}

.y-spacer__32 {
  height: 32px;
}

.y-spacer__40 {
  height: 40px;
}

.y-spacer__48 {
  height: 48px;
}

.y-spacer__56 {
  height: 56px;
}

.y-spacer__64 {
  height: 64px;
}

.y-spacer__72 {
  height: 72px;
}

.y-spacer__80 {
  height: 80px;
}

.y-spacer__88 {
  height: 88px;
}

.y-spacer__96 {
  height: 96px;
}

.y-spacer__104 {
  height: 104px;
}

.y-spacer__112 {
  height: 112px;
}

.y-spacer__120 {
  height: 120px;
}

.x-spacer__0 {
  width: 0px;
}

.x-spacer__8 {
  width: 8px;
}

.x-spacer__16 {
  width: 16px;
}

.x-spacer__24 {
  width: 24px;
}

.x-spacer__32 {
  width: 32px;
}

.x-spacer__40 {
  width: 40px;
}

.x-spacer__48 {
  width: 48px;
}

.x-spacer__56 {
  width: 56px;
}

.x-spacer__64 {
  width: 64px;
}

.x-spacer__72 {
  width: 72px;
}

.x-spacer__80 {
  width: 80px;
}

.x-spacer__88 {
  width: 88px;
}

.x-spacer__96 {
  width: 96px;
}

.x-spacer__104 {
  width: 104px;
}

.x-spacer__112 {
  width: 112px;
}

.x-spacer__120 {
  width: 120px;
}

@media only screen and (min-width: 500px) {
  .xsm-y-spacer__0 {
    display: block;
    height: 0px;
  }
  .xsm-y-spacer__8 {
    display: block;
    height: 8px;
  }
  .xsm-y-spacer__16 {
    display: block;
    height: 16px;
  }
  .xsm-y-spacer__24 {
    display: block;
    height: 24px;
  }
  .xsm-y-spacer__32 {
    display: block;
    height: 32px;
  }
  .xsm-y-spacer__40 {
    display: block;
    height: 40px;
  }
  .xsm-y-spacer__48 {
    display: block;
    height: 48px;
  }
  .xsm-y-spacer__56 {
    display: block;
    height: 56px;
  }
  .xsm-y-spacer__64 {
    display: block;
    height: 64px;
  }
  .xsm-y-spacer__72 {
    display: block;
    height: 72px;
  }
  .xsm-y-spacer__80 {
    display: block;
    height: 80px;
  }
  .xsm-y-spacer__88 {
    display: block;
    height: 88px;
  }
  .xsm-y-spacer__96 {
    display: block;
    height: 96px;
  }
  .xsm-y-spacer__104 {
    display: block;
    height: 104px;
  }
  .xsm-y-spacer__112 {
    display: block;
    height: 112px;
  }
  .xsm-y-spacer__120 {
    display: block;
    height: 120px;
  }
}

@media only screen and (min-width: 768px) {
  .sm-y-spacer__0 {
    display: block;
    height: 0px;
  }
  .sm-y-spacer__8 {
    display: block;
    height: 8px;
  }
  .sm-y-spacer__16 {
    display: block;
    height: 16px;
  }
  .sm-y-spacer__24 {
    display: block;
    height: 24px;
  }
  .sm-y-spacer__32 {
    display: block;
    height: 32px;
  }
  .sm-y-spacer__40 {
    display: block;
    height: 40px;
  }
  .sm-y-spacer__48 {
    display: block;
    height: 48px;
  }
  .sm-y-spacer__56 {
    display: block;
    height: 56px;
  }
  .sm-y-spacer__64 {
    display: block;
    height: 64px;
  }
  .sm-y-spacer__72 {
    display: block;
    height: 72px;
  }
  .sm-y-spacer__80 {
    display: block;
    height: 80px;
  }
  .sm-y-spacer__88 {
    display: block;
    height: 88px;
  }
  .sm-y-spacer__96 {
    display: block;
    height: 96px;
  }
  .sm-y-spacer__104 {
    display: block;
    height: 104px;
  }
  .sm-y-spacer__112 {
    display: block;
    height: 112px;
  }
  .sm-y-spacer__120 {
    display: block;
    height: 120px;
  }
}

@media only screen and (min-width: 1024px) {
  .md-y-spacer__0 {
    display: block;
    height: 0px;
  }
  .md-y-spacer__8 {
    display: block;
    height: 8px;
  }
  .md-y-spacer__16 {
    display: block;
    height: 16px;
  }
  .md-y-spacer__24 {
    display: block;
    height: 24px;
  }
  .md-y-spacer__32 {
    display: block;
    height: 32px;
  }
  .md-y-spacer__40 {
    display: block;
    height: 40px;
  }
  .md-y-spacer__48 {
    display: block;
    height: 48px;
  }
  .md-y-spacer__56 {
    display: block;
    height: 56px;
  }
  .md-y-spacer__64 {
    display: block;
    height: 64px;
  }
  .md-y-spacer__72 {
    display: block;
    height: 72px;
  }
  .md-y-spacer__80 {
    display: block;
    height: 80px;
  }
  .md-y-spacer__88 {
    display: block;
    height: 88px;
  }
  .md-y-spacer__96 {
    display: block;
    height: 96px;
  }
  .md-y-spacer__104 {
    display: block;
    height: 104px;
  }
  .md-y-spacer__112 {
    display: block;
    height: 112px;
  }
  .md-y-spacer__120 {
    display: block;
    height: 120px;
  }
}

@media only screen and (min-width: 1280px) {
  .lg-y-spacer__0 {
    display: block;
    height: 0px;
  }
  .lg-y-spacer__8 {
    display: block;
    height: 8px;
  }
  .lg-y-spacer__16 {
    display: block;
    height: 16px;
  }
  .lg-y-spacer__24 {
    display: block;
    height: 24px;
  }
  .lg-y-spacer__32 {
    display: block;
    height: 32px;
  }
  .lg-y-spacer__40 {
    display: block;
    height: 40px;
  }
  .lg-y-spacer__48 {
    display: block;
    height: 48px;
  }
  .lg-y-spacer__56 {
    display: block;
    height: 56px;
  }
  .lg-y-spacer__64 {
    display: block;
    height: 64px;
  }
  .lg-y-spacer__72 {
    display: block;
    height: 72px;
  }
  .lg-y-spacer__80 {
    display: block;
    height: 80px;
  }
  .lg-y-spacer__88 {
    display: block;
    height: 88px;
  }
  .lg-y-spacer__96 {
    display: block;
    height: 96px;
  }
  .lg-y-spacer__104 {
    display: block;
    height: 104px;
  }
  .lg-y-spacer__112 {
    display: block;
    height: 112px;
  }
  .lg-y-spacer__120 {
    display: block;
    height: 120px;
  }
}

@media only screen and (min-width: 1400px) {
  .xlg-y-spacer__0 {
    display: block;
    height: 0px;
  }
  .xlg-y-spacer__8 {
    display: block;
    height: 8px;
  }
  .xlg-y-spacer__16 {
    display: block;
    height: 16px;
  }
  .xlg-y-spacer__24 {
    display: block;
    height: 24px;
  }
  .xlg-y-spacer__32 {
    display: block;
    height: 32px;
  }
  .xlg-y-spacer__40 {
    display: block;
    height: 40px;
  }
  .xlg-y-spacer__48 {
    display: block;
    height: 48px;
  }
  .xlg-y-spacer__56 {
    display: block;
    height: 56px;
  }
  .xlg-y-spacer__64 {
    display: block;
    height: 64px;
  }
  .xlg-y-spacer__72 {
    display: block;
    height: 72px;
  }
  .xlg-y-spacer__80 {
    display: block;
    height: 80px;
  }
  .xlg-y-spacer__88 {
    display: block;
    height: 88px;
  }
  .xlg-y-spacer__96 {
    display: block;
    height: 96px;
  }
  .xlg-y-spacer__104 {
    display: block;
    height: 104px;
  }
  .xlg-y-spacer__112 {
    display: block;
    height: 112px;
  }
  .xlg-y-spacer__120 {
    display: block;
    height: 120px;
  }
}

@media only screen and (min-width: 500px) {
  .xsm-y-spacer__0 {
    display: block;
    height: 0px;
  }
}

@media only screen and (min-width: 768px) {
  .sm-y-spacer__0 {
    display: block;
    height: 0px;
  }
}

@media only screen and (min-width: 1024px) {
  .md-y-spacer__0 {
    display: block;
    height: 0px;
  }
}

@media only screen and (min-width: 1280px) {
  .lg-y-spacer__0 {
    display: block;
    height: 0px;
  }
}

@media only screen and (min-width: 1400px) {
  .xlg-y-spacer__0 {
    display: block;
    height: 0px;
  }
}

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

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

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

@media only screen and (min-width: 500px) {
  .xsm-align--left {
    text-align: left;
  }
}

@media only screen and (min-width: 500px) {
  .xsm-align--center {
    text-align: center;
  }
}

@media only screen and (min-width: 500px) {
  .xsm-align--right {
    text-align: right;
  }
}

@media only screen and (min-width: 768px) {
  .sm-align--left {
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .sm-align--center {
    text-align: center;
  }
}

@media only screen and (min-width: 768px) {
  .sm-align--right {
    text-align: right;
  }
}

@media only screen and (min-width: 1024px) {
  .md-align--left {
    text-align: left;
  }
}

@media only screen and (min-width: 1024px) {
  .md-align--center {
    text-align: center;
  }
}

@media only screen and (min-width: 1024px) {
  .md-align--right {
    text-align: right;
  }
}

@media only screen and (min-width: 1280px) {
  .lg-align--left {
    text-align: left;
  }
}

@media only screen and (min-width: 1280px) {
  .lg-align--center {
    text-align: center;
  }
}

@media only screen and (min-width: 1280px) {
  .lg-align--right {
    text-align: right;
  }
}

@media only screen and (min-width: 1400px) {
  .xlg-align--left {
    text-align: left;
  }
}

@media only screen and (min-width: 1400px) {
  .xlg-align--center {
    text-align: center;
  }
}

@media only screen and (min-width: 1400px) {
  .xlg-align--right {
    text-align: right;
  }
}

.divider {
  border-bottom: 2px solid #dfe1e3;
  display: block;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.divider--brand {
  border-bottom: 4px solid #42BB96;
  max-width: 140px;
}

.divider__text {
  text-align: center;
  display: table;
  white-space: nowrap;
  text-transform: uppercase;
  width: 100%;
  margin: 15px 0;
}

.divider__text:before, .divider__text:after {
  border-top: 2px solid #e9eaeb;
  content: '';
  display: table-cell;
  position: relative;
  top: 10px;
  width: 50%;
}

.divider__text span {
  display: inline-block;
  padding: 0 16px;
  background-color: #FFFFFF;
}

/*
Date: 24 Fev 2015
Author: Pedro Oliveira <kanytu@gmail . com>
*/
.hljs {
  color: #a9b7c6;
  background: #282b2e;
  display: block;
  overflow-x: auto;
  padding: 0.5em;
}

.hljs-number,
.hljs-literal,
.hljs-symbol,
.hljs-bullet {
  color: #6897BB;
}

.hljs-keyword,
.hljs-selector-tag,
.hljs-deletion {
  color: #cc7832;
}

.hljs-variable,
.hljs-template-variable,
.hljs-link {
  color: #629755;
}

.hljs-comment,
.hljs-quote {
  color: #808080;
}

.hljs-meta {
  color: #bbb529;
}

.hljs-string,
.hljs-attribute,
.hljs-addition {
  color: #6A8759;
}

.hljs-section,
.hljs-title,
.hljs-type {
  color: #ffc66d;
}

.hljs-name,
.hljs-selector-id,
.hljs-selector-class {
  color: #e8bf6a;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.examplesResizerDemos {
  padding: 40px 32px 40px 16px;
  position: relative;
  max-width: 100%;
  min-width: 300px;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #FFFFFF;
  border: 1px solid #ecedef;
  border-bottom: none;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.04), 0px 4px 40px 0px rgba(0, 0, 0, 0.08);
}

.resizerDemo-handler {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 16px;
  padding: 0 1px;
  background-color: #2C3E50;
  cursor: ew-resize;
  line-height: 5px;
  font-size: 14px;
}

.resizerDemo-handler:before {
  content: '• • •';
  color: white;
  width: 10px;
  position: absolute;
  top: 50%;
  left: 5px;
  font-weight: 300;
  line-height: 6px;
  font-size: 11px;
  text-align: center;
  margin-top: -15px;
}

.resizerDemo-info {
  position: absolute;
  bottom: 0;
  right: 16px;
  padding: 8px;
  background-color: rgba(44, 62, 80, 0.6);
  color: #fff;
  font-size: 12px;
  border-radius: 6px 0 0 0;
}

.resizerDemo-info:empty {
  display: none;
}
