html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
  box-sizing: border-box;
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/**
 * Box sizing defines
 */

* {
  box-sizing: inherit;
}

/* 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/10/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 of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 0;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
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;
}

blockquote,
dd,
div,
dl,
dt,
form,
h1,
h2,
h3,
h4,
h5,
h6,
li,
ol,
p,
pre,
td,
th,
ul {
  padding: 0;
  margin: 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.
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

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

/*csslint important:false*/

/* ==========================================================================
   Pure Base Extras
   ========================================================================== */

/**
 * Extra rules that Pure adds on top of Normalize.css
 */

/**
 * Always hide an element when it has the `hidden` HTML attribute.
 */

.hidden,
[hidden] {
    display: none !important;
}

/**
 * Add this class to an image to make it fit within it's fluid parent wrapper while maintaining
 * aspect ratio.
 */
.pure-img {
    max-width: 100%;
    height: auto;
    display: block;
}

.wrap-page {
    container-type: inline-size;
    container-name: layout-base; /* Demos um nome para ele */
}

.row {
    letter-spacing: -0.31em; /* Webkit: collapse white-space between units */
    *letter-spacing: normal; /* reset IE < 8 */
    *word-spacing: -0.43em; /* IE < 8: collapse white-space between units */
    text-rendering: optimizespeed; /* Webkit: fixes text-rendering: optimizeLegibility */

    /*
    Sets the font stack to fonts known to work properly with the above letter
    and word spacings. See: https://github.com/yahoo/pure/issues/41/

    The following font stack makes Pure Grids work on all known environments.

    * FreeSans: Ships with many Linux distros, including Ubuntu

    * Arimo: Ships with Chrome OS. Arimo has to be defined before Helvetica and
      Arial to get picked up by the browser, even though neither is available
      in Chrome OS.

    * Droid Sans: Ships with all versions of Android.

    * Helvetica, Arial, sans-serif: Common font stack on OS X and Windows.
    */
    font-family: FreeSans, Arimo, "Droid Sans", Helvetica, Arial, sans-serif;

    /* Use flexbox when possible to avoid `letter-spacing` side-effects. */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

    /* Prevents distributing space between rows */
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

/* IE10 display: -ms-flexbox (and display: flex in IE 11) does not work inside a table; fall back to block and rely on font hack */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    table .row {
        display: block;
    }
}

/* Opera as of 12 on Windows needs word-spacing.
   The ".opera-only" selector is used to prevent actual prefocus styling
   and is not required in markup.
*/
.opera-only :-o-prefocus,
.row {
    word-spacing: -0.43em;
}

/*
Resets the font family back to the OS/browser's default sans-serif font,
this the same font stack that Normalize.css sets for the `body`.
*/
.row {
    font-family: sans-serif;
}

/*
Responsive
*/

.row {
    max-width: 95%;
    margin-left: auto;
    margin-right: auto;
}

@container layout-base (min-width: 110em) {
    .row {
        max-width: 105em;
    }
}

.sm-1,
.sm-2,
.sm-3,
.sm-4,
.sm-5,
.sm-6,
.sm-7,
.sm-8,
.sm-9,
.sm-10,
.sm-11,
.sm-12 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto;
    padding-right: 1rem;
    padding-left: 1rem;
}

@container layout-base (max-width: 40em) {

    .row {
        max-width: 100%;
    }
    .sm-1,
    .sm-2,
    .sm-3,
    .sm-4,
    .sm-5,
    .sm-6,
    .sm-7,
    .sm-8,
    .sm-9,
    .sm-10,
    .sm-11,
    .sm-12 {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.sm-1 {
    width: 8.3333%;
    *width: 8.3023%;
}

.sm-2 {
    width: 16.6667%;
    *width: 16.6357%;
}

.sm-3 {
    width: 25%;
    *width: 24.969%;
}

.sm-4 {
    width: 33.3333%;
    *width: 33.3023%;
}

.sm-5 {
    width: 41.6667%;
    *width: 41.6357%;
}

.sm-6 {
    width: 50%;
    *width: 49.969%;
}

.sm-7 {
    width: 58.3333%;
    *width: 58.3023%;
}

.sm-8 {
    width: 66.6667%;
    *width: 66.6357%;
}

.sm-9 {
    width: 75%;
    *width: 74.969%;
}

.sm-10 {
    width: 83.3333%;
    *width: 83.3023%;
}

.sm-11 {
    width: 91.6667%;
    *width: 91.6357%;
}

.sm-12 {
    width: 100%;
}

@container layout-base (min-width: 40em) {
    .md-1,
    .md-2,
    .md-3,
    .md-4,
    .md-5,
    .md-6,
    .md-7,
    .md-8,
    .md-9,
    .md-10,
    .md-11,
    .md-12 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .md-1 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .md-2 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .md-3 {
        width: 25%;
        *width: 24.969%;
    }

    .md-4 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .md-5 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .md-6 {
        width: 50%;
        *width: 49.969%;
    }

    .md-7 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .md-8 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .md-9 {
        width: 75%;
        *width: 74.969%;
    }

    .md-10 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .md-11 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .md-12 {
        width: 100%;
    }
}

@container layout-base (min-width: 70em) {
    .lg-1,
    .lg-2,
    .lg-3,
    .lg-4,
    .lg-5,
    .lg-6,
    .lg-7,
    .lg-8,
    .lg-9,
    .lg-10,
    .lg-11,
    .lg-12 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
        padding-right: 1rem;
        padding-left: 1rem;
    }

    .lg-1 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .lg-2 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .lg-3 {
        width: 25%;
        *width: 24.969%;
    }

    .lg-4 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .lg-5 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .lg-6 {
        width: 50%;
        *width: 49.969%;
    }

    .lg-7 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .lg-8 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .lg-9 {
        width: 75%;
        *width: 74.969%;
    }

    .lg-10 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .lg-11 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .lg-12 {
        width: 100%;
    }
}

@container layout-base (min-width: 100em) {
    .xl-1,
    .xl-2,
    .xl-3,
    .xl-4,
    .xl-5,
    .xl-6,
    .xl-7,
    .xl-8,
    .xl-9,
    .xl-10,
    .xl-11,
    .xl-12 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto;
    }

    .xl-1 {
        width: 8.3333%;
        *width: 8.3023%;
    }

    .xl-2 {
        width: 16.6667%;
        *width: 16.6357%;
    }

    .xl-3 {
        width: 25%;
        *width: 24.969%;
    }

    .xl-4 {
        width: 33.3333%;
        *width: 33.3023%;
    }

    .xl-5 {
        width: 41.6667%;
        *width: 41.6357%;
    }

    .xl-6 {
        width: 50%;
        *width: 49.969%;
    }

    .xl-7 {
        width: 58.3333%;
        *width: 58.3023%;
    }

    .xl-8 {
        width: 66.6667%;
        *width: 66.6357%;
    }

    .xl-9 {
        width: 75%;
        *width: 74.969%;
    }

    .xl-10 {
        width: 83.3333%;
        *width: 83.3023%;
    }

    .xl-11 {
        width: 91.6667%;
        *width: 91.6357%;
    }

    .xl-12 {
        width: 100%;
    }
}

/*
    Purecss custom snippets
*/


/* Visibility */

/* hidden-sm */
@container layout-base (max-width: 40em) {
    
    .visible-md-only {
        display: none !important;
    }

    .visible-lg-only {
        display: none !important;
    }

    .visible-xl-only {
        display: none !important;
    }

    .visible-md {
        display: none !important;
    }

    .visible-lg {
        display: none !important;  
        border: 1px solid red; 
    }

    .visible-xl {
        display: none !important;   
    }
}

/* hidden-md */
@container layout-base (min-width:40em) and (max-width:70em) {
    
    .visible-sm-only {
        display: none !important;
    }

    .visible-lg-only {
        display: none !important;
    }

    .visible-xl-only {
        display: none !important;
    }

    .visible-lg {
        display: none !important;   
        border: 1px solid gray;
    }

    .visible-xl {
        display: none !important;
    }

    .hidden-md {
        display: none !important;
    }
}

/* hidden-lg */
@container layout-base (min-width:70em) and (max-width:100em) {

    .visible-sm-only {
        display: none !important;
    }

    .visible-md-only {
        display: none !important;
    }

    .visible-xl-only {
        display: none !important;
    }

    .visible-xl {
        display: none !important;   
    }

    .hidden-md {
        display: none !important;
    }

    .hidden-lg {
        display: none !important;
    }
}

/* hidden-xl */
@container layout-base (min-width:100em) {

    .visible-sm-only {
        display: none !important;
    }

    .visible-md-only {
        display: none !important;
    }

    .visible-xl-only {
        display: none !important;
    }

    .hidden-md {
        display: none !important;
    }

    .hidden-lg {
        display: none !important;
    }

    .hidden-xl {
        display: none !important;
    }
}


/* Offsets */

.offset-sm-1 {
    margin-left: 8.3333%;
    *margin-left: 8.3023%;
}

.offset-sm-2 {
    margin-left: 16.6667%;
    *margin-left: 16.6357%;
}

.offset-sm-3 {
    margin-left: 25%;
    *margin-left: 24.9690%;
}

.offset-sm-4 {
    margin-left: 33.3333%;
    *margin-left: 33.3023%;
}

.offset-sm-5 {
    margin-left: 41.6667%;
    *margin-left: 41.6357%;
}

.offset-sm-6 {
    margin-left: 50%;
    *margin-left: 49.9690%;
}

.offset-sm-7 {
    margin-left: 58.3333%;
    *margin-left: 58.3023%;
}

.offset-sm-8 {
    margin-left: 66.6667%;
    *margin-left: 66.6357%;
}

.offset-sm-9 {
    margin-left: 75%;
    *margin-left: 74.9690%;
}

.offset-sm-10 {
    margin-left: 83.3333%;
    *margin-left: 83.3023%;
}

.offset-sm-11 {
    margin-left: 91.6667%;
    *margin-left: 91.6357%;
}

.offset-sm-12 {
    margin-left: 100%;
}

@container layout-base (min-width: 40em) {

	.offset-md-1 {
        margin-left: 8.3333%;
        *margin-left: 8.3023%;
    }

    .offset-md-2 {
        margin-left: 16.6667%;
        *margin-left: 16.6357%;
    }

    .offset-md-3 {
        margin-left: 25%;
        *margin-left: 24.9690%;
    }

    .offset-md-4 {
        margin-left: 33.3333%;
        *margin-left: 33.3023%;
    }

    .offset-md-5 {
        margin-left: 41.6667%;
        *margin-left: 41.6357%;
    }

    .offset-md-6 {
        margin-left: 50%;
        *margin-left: 49.9690%;
    }

    .offset-md-7 {
        margin-left: 58.3333%;
        *margin-left: 58.3023%;
    }

    .offset-md-8 {
        margin-left: 66.6667%;
        *margin-left: 66.6357%;
    }

    .offset-md-9 {
        margin-left: 75%;
        *margin-left: 74.9690%;
    }

    .offset-md-10 {
        margin-left: 83.3333%;
        *margin-left: 83.3023%;
    }

    .offset-md-11 {
        margin-left: 91.6667%;
        *margin-left: 91.6357%;
    }

    .offset-md-12 {
        margin-left: 100%;
    }
}

@container layout-base (min-width: 70em) {

	.offset-lg-1 {
        margin-left: 8.3333%;
        *margin-left: 8.3023%;
    }

    .offset-lg-2 {
        margin-left: 16.6667%;
        *margin-left: 16.6357%;
    }

    .offset-lg-3 {
        margin-left: 25%;
        *margin-left: 24.9690%;
    }

    .offset-lg-4 {
        margin-left: 33.3333%;
        *margin-left: 33.3023%;
    }

    .offset-lg-5 {
        margin-left: 41.6667%;
        *margin-left: 41.6357%;
    }

    .offset-lg-6 {
        margin-left: 50%;
        *margin-left: 49.9690%;
    }

    .offset-lg-7 {
        margin-left: 58.3333%;
        *margin-left: 58.3023%;
    }

    .offset-lg-8 {
        margin-left: 66.6667%;
        *margin-left: 66.6357%;
    }

    .offset-lg-9 {
        margin-left: 75%;
        *margin-left: 74.9690%;
    }

    .offset-lg-10 {
        margin-left: 83.3333%;
        *margin-left: 83.3023%;
    }

    .offset-lg-11 {
        margin-left: 91.6667%;
        *margin-left: 91.6357%;
    }

    .offset-lg-12 {
        margin-left: 100%;
    }
}

@container layout-base (min-width: 100em) {
	
	.offset-xl-1 {
        margin-left: 8.3333%;
        *margin-left: 8.3023%;
    }

    .offset-xl-2 {
        margin-left: 16.6667%;
        *margin-left: 16.6357%;
    }

    .offset-xl-3 {
        margin-left: 25%;
        *margin-left: 24.9690%;
    }

    .offset-xl-4 {
        margin-left: 33.3333%;
        *margin-left: 33.3023%;
    }

    .offset-xl-5 {
        margin-left: 41.6667%;
        *margin-left: 41.6357%;
    }

    .offset-xl-6 {
        margin-left: 50%;
        *margin-left: 49.9690%;
    }

    .offset-xl-7 {
        margin-left: 58.3333%;
        *margin-left: 58.3023%;
    }

    .offset-xl-8 {
        margin-left: 66.6667%;
        *margin-left: 66.6357%;
    }

    .offset-xl-9 {
        margin-left: 75%;
        *margin-left: 74.9690%;
    }

    .offset-xl-10 {
        margin-left: 83.3333%;
        *margin-left: 83.3023%;
    }

    .offset-xl-11 {
        margin-left: 91.6667%;
        *margin-left: 91.6357%;
    }

    .offset-xl-12 {
        margin-left: 100%;
    }
}


/* List flex grid */

[class*="grid-"] {
    -ms-display: flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

[class*="grid-"] > li {
    padding: 0 0.625rem 1.25rem; 
}

.sm-grid-1 > li {
    width: 100%;
    list-style: none; 
}

.sm-grid-2 > li {
    width: 50%;
    list-style: none; 
}

.sm-grid-3 > li {
    width: 33.33333%;
    list-style: none; 
}

.sm-grid-4 > li {
    width: 25%;
    list-style: none; 
}

.sm-grid-5 > li {
    width: 20%;
    list-style: none; 
}

.sm-grid-6 > li {
    width: 16.66667%;
    list-style: none; 
}

.sm-grid-7 > li {
    width: 14.28571%;
    list-style: none; 
}

.sm-grid-8 > li {
    width: 12.5%;
    list-style: none; 
}

.sm-grid-9 > li {
    width: 11.11111%;
    list-style: none; 
}

.sm-grid-10 > li {
    width: 10%;
    list-style: none; 
}

.sm-grid-11 > li {
    width: 9.09091%;
    list-style: none; 
}

.sm-grid-12 > li {
    width: 8.33333%;
    list-style: none; 
}

@media only screen and (min-width: 40em) {

    .md-grid-1 > li {
        width: 100%;
        list-style: none; 
    }

    .md-grid-2 > li {
        width: 50%;
        list-style: none; 
    }

    .md-grid-3 > li {
        width: 33.33333%;
        list-style: none; 
    }

    .md-grid-4 > li {
        width: 25%;
        list-style: none; 
    }

    .md-grid-5 > li {
        width: 20%;
        list-style: none; 
    }

    .md-grid-6 > li {
        width: 16.66667%;
        list-style: none; 
    }

    .md-grid-7 > li {
        width: 14.28571%;
        list-style: none; 
    }

    .md-grid-8 > li {
        width: 12.5%;
        list-style: none; 
    }

    .md-grid-9 > li {
        width: 11.11111%;
        list-style: none; 
    }

    .md-grid-10 > li {
        width: 10%;
        list-style: none; 
    }

    .md-grid-11 > li {
        width: 9.09091%;
        list-style: none; 
    }

    .md-grid-12 > li {
        width: 8.33333%;
        list-style: none; 
    }
}

@media only screen and (min-width: 70em) {

    .lg-grid-1 > li {
        width: 100%;
        list-style: none; 
    }

    .lg-grid-2 > li {
        width: 50%;
        list-style: none; 
    }

    .lg-grid-3 > li {
        width: 33.33333%;
        list-style: none; 
    }

    .lg-grid-4 > li {
        width: 25%;
        list-style: none; 
    }

    .lg-grid-5 > li {
        width: 20%;
        list-style: none; 
    }

    .lg-grid-6 > li {
        width: 16.66667%;
        list-style: none; 
    }

    .lg-grid-7 > li {
        width: 14.28571%;
        list-style: none; 
    }

    .lg-grid-8 > li {
        width: 12.5%;
        list-style: none; 
    }

    .lg-grid-9 > li {
        width: 11.11111%;
        list-style: none; 
    }

    .lg-grid-10 > li {
        width: 10%;
        list-style: none; 
    }

    .lg-grid-11 > li {
        width: 9.09091%;
        list-style: none; 
    }

    .lg-grid-12 > li {
        width: 8.33333%;
        list-style: none; 
    }
}

@media only screen and (min-width: 100em) {

    .xl-grid-1 > li {
        width: 100%;
        list-style: none; 
    }

    .xl-grid-2 > li {
        width: 50%;
        list-style: none; 
    }

    .xl-grid-3 > li {
        width: 33.33333%;
        list-style: none; 
    }

    .xl-grid-4 > li {
        width: 25%;
        list-style: none; 
    }

    .xl-grid-5 > li {
        width: 20%;
        list-style: none; 
    }

    .xl-grid-6 > li {
        width: 16.66667%;
        list-style: none; 
    }

    .xl-grid-7 > li {
        width: 14.28571%;
        list-style: none; 
    }

    .xl-grid-8 > li {
        width: 12.5%;
        list-style: none; 
    }

    .xl-grid-9 > li {
        width: 11.11111%;
        list-style: none; 
    }

    .xl-grid-10 > li {
        width: 10%;
        list-style: none; 
    }

    .xl-grid-11 > li {
        width: 9.09091%;
        list-style: none; 
    }

    .xl-grid-12 > li {
        width: 8.33333%;
        list-style: none; 
    }
}

/* Responsive images */

.image {
  display: block;
  position: relative;
}

.image img {
  display: block;
  height: auto;
  width: 100%;
}

.image.is-square img,
.image.is-1by1 img,
.image.is-5by4 img,
.image.is-4by3 img,
.image.is-3by2 img,
.image.is-5by3 img,
.image.is-16by9 img,
.image.is-2by1 img,
.image.is-3by1 img,
.image.is-4by5 img,
.image.is-3by4 img,
.image.is-2by3 img,
.image.is-3by5 img,
.image.is-9by16 img,
.image.is-1by2 img,
.image.is-1by3 img {
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.image.is-square, .image.is-1by1 {
    padding-top: 100%;
}

.image.is-5by4 {
    padding-top: 80%;
}

.image.is-4by3 {
    padding-top: 75%;
}

.image.is-3by2 {
    padding-top: 66.6666%;
}

.image.is-5by3 {
    padding-top: 60%;
}

.image.is-16by9 {
    padding-top: 56.25%;
}

.image.is-2by1 {
    padding-top: 50%;
}

.image.is-3by1 {
    padding-top: 33.3333%;
}

.image.is-4by5 {
    padding-top: 125%;
}

.image.is-3by4 {
    padding-top: 133.3333%;
}

.image.is-2by3 {
    padding-top: 150%;
}

.image.is-3by5 {
    padding-top: 166.6666%;
}

.image.is-9by16 {
    padding-top: 177.7777%;
}

.image.is-1by2 {
    padding-top: 200%;
}

.image.is-1by3 {
    padding-top: 300%;
}

/* Centered columns */

.sm-centered {
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 40em) {

    .md-centered {
        margin-left: auto;
        margin-right: auto;
    }

}

@media only screen and (min-width: 70em) {

    .lg-centered {
        margin-left: auto;
        margin-right: auto;
    }

}

@media only screen and (min-width: 100em) {

    .xl-centered {
        margin-left: auto;
        margin-right: auto;
    }
    
}
