@import url(http://fonts.googleapis.com/css?family=Inconsolata);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);
@import url(http://fonts.googleapis.com/css?family=Nunito:300&amp;text=GRIDS);
@import url(http://fonts.googleapis.com/css?family=Inconsolata);
html {
  height: 100%;
}

body {
  min-height: 100%;
}

html, body {
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.gridlines-toggle, .markers-toggle, .col-markers-toggle {
  min-width: 110px;
  background: #30BDF4;
  border: 1px solid #0a84b4;
  color: white;
  font-family: "Inconsolata", arial, sans-serif;
  font-size: 14px;
  cursor: pointer;
  padding: 2px 0;
  border-radius: 3px;
  text-align: center;
  letter-spacing: 2px;
  line-height: 1.38;
  transition: all 200ms ease;
}
.toggle-button--active.gridlines-toggle, .toggle-button--active.markers-toggle, .toggle-button--active.col-markers-toggle {
  background: #0a84b4;
  border-color: #30BDF4;
}

.gridlines-toggle {
  position: fixed;
  bottom: 85px;
  left: 5px;
  z-index: 10;
  display: none;
}

.gridlines {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.gridlines .grid, .gridlines [class*='col-'] {
  height: 100%;
  cursor: pointer;
}
.gridlines .gridlines--col {
  background: #ddd;
  opacity: 0.4;
  position: relative;
  text-align: center;
  font-size: 18px;
  font-family: "Inconsolata", arial, sans-serif;
  color: black;
  width: 100%;
  height: 100%;
}

.viewportDisplay {
  display: none;
}

body.show-marker-outlines .viewportDisplay {
  display: inline-block;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  padding: 4px 8px;
  background: black;
  color: white;
  font-size: 12px;
  text-align: center;
  min-width: 70px;
  border-radius: 0 0 10px 0;
  cursor: pointer;
}

.markers-toggle {
  position: fixed;
  bottom: 55px;
  left: 5px;
  z-index: 10;
  display: none;
}

.markers-background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.markers-background .grid {
  height: 100%;
  width: 100%;
}
.markers-background:before {
  width: 100%;
  background: black;
}
.markers-background:after {
  width: 100%;
  background: black;
}

.markers .grid {
  height: 100%;
}
.markers .marker {
  position: fixed;
  top: -2px;
  bottom: 0;
  width: 1px;
  font-size: 18px;
  z-index: 10;
}
.markers .marker:before {
  top: -2px;
  position: relative;
  color: white;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 18px;
  font-family: "Inconsolata", arial, sans-serif;
  cursor: pointer;
}
.markers .marker:after {
  display: block;
  position: relative;
  content: '';
  border-style: solid;
  height: 0px;
  width: 0px;
  top: -2px;
  cursor: pointer;
}
.markers .marker.marker--stack {
  z-index: 10;
  margin-left: 420px;
  background: #16a085;
}
.markers .marker.marker--stack:hover {
  z-index: 20;
}
.markers .marker.marker--stack:before {
  content: 'stack';
  left: -1.5em;
  background: #16a085;
  padding: 2px 4px;
}
.markers .marker.marker--stack:after {
  border-color: #16a085 transparent;
  border-width: 0.4em 1.5em 0 1.5em;
  left: -1.5em;
}
.markers .marker.marker--xxs {
  margin-left: 480px;
  background: #30BDF4;
}
.markers .marker.marker--xxs:hover {
  z-index: 20;
}
.markers .marker.marker--xxs:before {
  content: 'XXS';
  left: -0.94em;
  background: #30BDF4;
  padding: 2px 4px;
}
.markers .marker.marker--xxs:after {
  border-color: #30BDF4 transparent;
  border-width: .35em .99em 0 .99em;
  left: -.94em;
}
.markers .marker.marker--xs {
  z-index: 10;
  margin-left: 500px;
  background: #c0392b;
}
.markers .marker.marker--xs:hover {
  z-index: 20;
}
.markers .marker.marker--xs:before {
  content: 'XS';
  left: -0.68em;
  background: #c0392b;
  padding: 2px 4px;
}
.markers .marker.marker--xs:after {
  border-color: #c0392b transparent;
  border-width: .4em .73em 0 .73em;
  left: -0.68em;
}
.markers .marker.marker--s {
  z-index: 10;
  margin-left: 568px;
  background: #FF6600;
}
.markers .marker.marker--s:hover {
  z-index: 20;
}
.markers .marker.marker--s:before {
  content: 'S';
  left: -0.45em;
  background: #FF6600;
  padding: 2px 4px;
}
.markers .marker.marker--s:after {
  border-color: #FF6600 transparent;
  border-width: .3em .49em 0 .5em;
  left: -0.45em;
}
.markers .marker.marker--m {
  z-index: 10;
  margin-left: 620px;
  background: #f1c40f;
}
.markers .marker.marker--m:hover {
  z-index: 20;
}
.markers .marker.marker--m:before {
  content: 'M';
  left: -0.45em;
  background: #f1c40f;
  padding: 2px 4px;
}
.markers .marker.marker--m:after {
  border-color: #f1c40f transparent;
  border-width: .3em .49em 0 .5em;
  left: -0.45em;
}
.markers .marker.marker--l {
  z-index: 10;
  margin-left: 768px;
  background: #27ae60;
}
.markers .marker.marker--l:hover {
  z-index: 20;
}
.markers .marker.marker--l:before {
  content: 'L';
  left: -0.45em;
  background: #27ae60;
  padding: 2px 4px;
}
.markers .marker.marker--l:after {
  border-color: #27ae60 transparent;
  border-width: .3em .49em 0 .5em;
  left: -0.45em;
}
.markers .marker.marker--xl {
  z-index: 10;
  margin-left: 880px;
  background: #3498db;
}
.markers .marker.marker--xl:hover {
  z-index: 20;
}
.markers .marker.marker--xl:before {
  content: 'XL';
  left: -0.68em;
  background: #3498db;
  padding: 2px 4px;
}
.markers .marker.marker--xl:after {
  border-color: #3498db transparent;
  border-width: .4em .73em 0 .73em;
  left: -0.68em;
}
.markers .marker.marker--xxl {
  z-index: 10;
  margin-left: 950px;
  background: #8e44ad;
}
.markers .marker.marker--xxl:hover {
  z-index: 20;
}
.markers .marker.marker--xxl:before {
  content: 'XXL';
  left: -0.94em;
  background: #8e44ad;
  padding: 2px 4px;
}
.markers .marker.marker--xxl:after {
  border-color: #8e44ad transparent;
  border-width: .35em .99em 0 .99em;
  left: -.94em;
}

.marker-indicator {
  position: fixed;
  display: block;
  width: 100%;
  bottom: 0;
  height: 20px;
  z-index: 10;
  background: transparent;
  text-align: center;
  cursor: pointer;
}
.marker-indicator:before {
  color: white;
  content: '';
  font-size: 16px;
  font-family: "Inconsolata", arial, sans-serif;
  font-weight: 400;
  position: relative;
  top: -5px;
}

#gridsCurrentBreakpoint {
  display: none;
  width: 0;
}

@media (max-width: 950px) {
  #gridsCurrentBreakpoint {
    width: 950px;
  }
}
@media (max-width: 880px) {
  #gridsCurrentBreakpoint {
    width: 880px;
  }
}
@media (max-width: 768px) {
  #gridsCurrentBreakpoint {
    width: 768px;
  }
}
@media (max-width: 620px) {
  #gridsCurrentBreakpoint {
    width: 620px;
  }
}
@media (max-width: 568px) {
  #gridsCurrentBreakpoint {
    width: 568px;
  }
}
@media (max-width: 500px) {
  #gridsCurrentBreakpoint {
    width: 500px;
  }
}
@media (max-width: 480px) {
  #gridsCurrentBreakpoint {
    width: 480px;
  }
}
@media (max-width: 950px) {
  body.show-marker-outlines [class*='col-xxl-']:after {
    position: absolute;
    top: 0;
    left: 0;
    outline: 2px solid #8e44ad !important;
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  body.show-marker-outlines .marker-indicator {
    background: #8e44ad !important;
  }
  body.show-marker-outlines .marker-indicator:before {
    content: "breakpoint: XXL (950px)";
  }
}
@media (max-width: 880px) {
  body.show-marker-outlines [class*='col-xl-']:after {
    position: absolute;
    top: 0;
    left: 0;
    outline: 2px solid #3498db !important;
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  body.show-marker-outlines .marker-indicator {
    background: #3498db !important;
  }
  body.show-marker-outlines .marker-indicator:before {
    content: "breakpoint: XL (880px)";
  }
}
@media (max-width: 768px) {
  body.show-marker-outlines [class*='col-l-']:after {
    position: absolute;
    top: 0;
    left: 0;
    outline: 2px solid #27ae60 !important;
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  body.show-marker-outlines .marker-indicator {
    background: #27ae60 !important;
  }
  body.show-marker-outlines .marker-indicator:before {
    content: "breakpoint: L (768px)";
  }
}
@media (max-width: 620px) {
  body.show-marker-outlines [class*='col-m-']:after {
    position: absolute;
    top: 0;
    left: 0;
    outline: 2px solid #f1c40f !important;
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  body.show-marker-outlines .marker-indicator {
    background: #f1c40f !important;
  }
  body.show-marker-outlines .marker-indicator:before {
    content: "breakpoint: M (620px)";
  }
}
@media (max-width: 568px) {
  body.show-marker-outlines [class*='col-s-']:after {
    position: absolute;
    top: 0;
    left: 0;
    outline: 2px solid #FF6600 !important;
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  body.show-marker-outlines .marker-indicator {
    background: #FF6600 !important;
  }
  body.show-marker-outlines .marker-indicator:before {
    content: "breakpoint: S (568px)";
  }
}
@media (max-width: 500px) {
  body.show-marker-outlines [class*='col-xs-']:after {
    position: absolute;
    top: 0;
    left: 0;
    outline: 2px solid #c0392b !important;
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  body.show-marker-outlines .marker-indicator {
    background: #c0392b !important;
  }
  body.show-marker-outlines .marker-indicator:before {
    content: "breakpoint: XS (500px)";
  }
}
@media (max-width: 480px) {
  body.show-marker-outlines [class*='col-xxs-']:after {
    position: absolute;
    top: 0;
    left: 0;
    outline: 2px solid #30BDF4 !important;
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  body.show-marker-outlines .marker-indicator {
    background: #30BDF4 !important;
  }
  body.show-marker-outlines .marker-indicator:before {
    content: "breakpoint: XXS (480px)";
  }
}
@media (max-width: 420px) {
  body.show-marker-outlines .col-nostack:after {
    position: absolute;
    top: 0;
    left: 0;
    outline: 2px dotted #16a085 !important;
    content: '';
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  body.show-marker-outlines .gridlines .col-nostack:after {
    outline: 0 !important;
  }
  body.show-marker-outlines .marker-indicator {
    background: #16a085 !important;
  }
  body.show-marker-outlines .marker-indicator:before {
    content: "breakpoint: stack (420px)";
  }
}

.col-markers-toggle {
  position: fixed;
  bottom: 25px;
  left: 5px;
  z-index: 10;
  display: none;
}

.innerMarkers {
  display: none;
}

@media (min-width: 421px) {
  .col-1 .innerMarkers, .col-2 .innerMarkers, .col-3 .innerMarkers,
  .col-4 .innerMarkers, .col-5 .innerMarkers, .col-6 .innerMarkers,
  .col-7 .innerMarkers, .col-8 .innerMarkers, .col-9 .innerMarkers,
  .col-10 .innerMarkers, .col-11 .innerMarkers, .col-12 .innerMarkers {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .col-1 .innerMarkers [class*='innerMarker-'], .col-2 .innerMarkers [class*='innerMarker-'], .col-3 .innerMarkers [class*='innerMarker-'],
  .col-4 .innerMarkers [class*='innerMarker-'], .col-5 .innerMarkers [class*='innerMarker-'], .col-6 .innerMarkers [class*='innerMarker-'],
  .col-7 .innerMarkers [class*='innerMarker-'], .col-8 .innerMarkers [class*='innerMarker-'], .col-9 .innerMarkers [class*='innerMarker-'],
  .col-10 .innerMarkers [class*='innerMarker-'], .col-11 .innerMarkers [class*='innerMarker-'], .col-12 .innerMarkers [class*='innerMarker-'] {
    position: absolute;
    width: 1px;
    border-right: 1px solid;
  }
  .col-1 .innerMarkers .innerMarker-outline, .col-2 .innerMarkers .innerMarker-outline, .col-3 .innerMarkers .innerMarker-outline,
  .col-4 .innerMarkers .innerMarker-outline, .col-5 .innerMarkers .innerMarker-outline, .col-6 .innerMarkers .innerMarker-outline,
  .col-7 .innerMarkers .innerMarker-outline, .col-8 .innerMarkers .innerMarker-outline, .col-9 .innerMarkers .innerMarker-outline,
  .col-10 .innerMarkers .innerMarker-outline, .col-11 .innerMarkers .innerMarker-outline, .col-12 .innerMarkers .innerMarker-outline {
    outline: 1px solid #ddd;
    border: 0;
    position: absolute;
    top: 1px;
    left: 1px;
    content: '';
  }
  .col-1 .innerMarkers .innerMarker-default, .col-2 .innerMarkers .innerMarker-default, .col-3 .innerMarkers .innerMarker-default,
  .col-4 .innerMarkers .innerMarker-default, .col-5 .innerMarkers .innerMarker-default, .col-6 .innerMarkers .innerMarker-default,
  .col-7 .innerMarkers .innerMarker-default, .col-8 .innerMarkers .innerMarker-default, .col-9 .innerMarkers .innerMarker-default,
  .col-10 .innerMarkers .innerMarker-default, .col-11 .innerMarkers .innerMarker-default, .col-12 .innerMarkers .innerMarker-default {
    border-color: #7f8c8d;
    cursor: crosshair;
    left: 0;
  }
  .col-1 .innerMarkers .innerMarker-stack, .col-2 .innerMarkers .innerMarker-stack, .col-3 .innerMarkers .innerMarker-stack,
  .col-4 .innerMarkers .innerMarker-stack, .col-5 .innerMarkers .innerMarker-stack, .col-6 .innerMarkers .innerMarker-stack,
  .col-7 .innerMarkers .innerMarker-stack, .col-8 .innerMarkers .innerMarker-stack, .col-9 .innerMarkers .innerMarker-stack,
  .col-10 .innerMarkers .innerMarker-stack, .col-11 .innerMarkers .innerMarker-stack, .col-12 .innerMarkers .innerMarker-stack {
    border-color: #16a085;
  }
  .col-1 .innerMarkers .innerMarker-xxs, .col-2 .innerMarkers .innerMarker-xxs, .col-3 .innerMarkers .innerMarker-xxs,
  .col-4 .innerMarkers .innerMarker-xxs, .col-5 .innerMarkers .innerMarker-xxs, .col-6 .innerMarkers .innerMarker-xxs,
  .col-7 .innerMarkers .innerMarker-xxs, .col-8 .innerMarkers .innerMarker-xxs, .col-9 .innerMarkers .innerMarker-xxs,
  .col-10 .innerMarkers .innerMarker-xxs, .col-11 .innerMarkers .innerMarker-xxs, .col-12 .innerMarkers .innerMarker-xxs {
    border-color: #30BDF4;
  }
  .col-1 .innerMarkers .innerMarker-xs, .col-2 .innerMarkers .innerMarker-xs, .col-3 .innerMarkers .innerMarker-xs,
  .col-4 .innerMarkers .innerMarker-xs, .col-5 .innerMarkers .innerMarker-xs, .col-6 .innerMarkers .innerMarker-xs,
  .col-7 .innerMarkers .innerMarker-xs, .col-8 .innerMarkers .innerMarker-xs, .col-9 .innerMarkers .innerMarker-xs,
  .col-10 .innerMarkers .innerMarker-xs, .col-11 .innerMarkers .innerMarker-xs, .col-12 .innerMarkers .innerMarker-xs {
    border-color: #c0392b;
  }
  .col-1 .innerMarkers .innerMarker-s, .col-2 .innerMarkers .innerMarker-s, .col-3 .innerMarkers .innerMarker-s,
  .col-4 .innerMarkers .innerMarker-s, .col-5 .innerMarkers .innerMarker-s, .col-6 .innerMarkers .innerMarker-s,
  .col-7 .innerMarkers .innerMarker-s, .col-8 .innerMarkers .innerMarker-s, .col-9 .innerMarkers .innerMarker-s,
  .col-10 .innerMarkers .innerMarker-s, .col-11 .innerMarkers .innerMarker-s, .col-12 .innerMarkers .innerMarker-s {
    border-color: #FF6600;
  }
  .col-1 .innerMarkers .innerMarker-m, .col-2 .innerMarkers .innerMarker-m, .col-3 .innerMarkers .innerMarker-m,
  .col-4 .innerMarkers .innerMarker-m, .col-5 .innerMarkers .innerMarker-m, .col-6 .innerMarkers .innerMarker-m,
  .col-7 .innerMarkers .innerMarker-m, .col-8 .innerMarkers .innerMarker-m, .col-9 .innerMarkers .innerMarker-m,
  .col-10 .innerMarkers .innerMarker-m, .col-11 .innerMarkers .innerMarker-m, .col-12 .innerMarkers .innerMarker-m {
    border-color: #f1c40f;
  }
  .col-1 .innerMarkers .innerMarker-l, .col-2 .innerMarkers .innerMarker-l, .col-3 .innerMarkers .innerMarker-l,
  .col-4 .innerMarkers .innerMarker-l, .col-5 .innerMarkers .innerMarker-l, .col-6 .innerMarkers .innerMarker-l,
  .col-7 .innerMarkers .innerMarker-l, .col-8 .innerMarkers .innerMarker-l, .col-9 .innerMarkers .innerMarker-l,
  .col-10 .innerMarkers .innerMarker-l, .col-11 .innerMarkers .innerMarker-l, .col-12 .innerMarkers .innerMarker-l {
    border-color: #27ae60;
  }
  .col-1 .innerMarkers .innerMarker-xl, .col-2 .innerMarkers .innerMarker-xl, .col-3 .innerMarkers .innerMarker-xl,
  .col-4 .innerMarkers .innerMarker-xl, .col-5 .innerMarkers .innerMarker-xl, .col-6 .innerMarkers .innerMarker-xl,
  .col-7 .innerMarkers .innerMarker-xl, .col-8 .innerMarkers .innerMarker-xl, .col-9 .innerMarkers .innerMarker-xl,
  .col-10 .innerMarkers .innerMarker-xl, .col-11 .innerMarkers .innerMarker-xl, .col-12 .innerMarkers .innerMarker-xl {
    border-color: #3498db;
  }
  .col-1 .innerMarkers .innerMarker-xxl, .col-2 .innerMarkers .innerMarker-xxl, .col-3 .innerMarkers .innerMarker-xxl,
  .col-4 .innerMarkers .innerMarker-xxl, .col-5 .innerMarkers .innerMarker-xxl, .col-6 .innerMarkers .innerMarker-xxl,
  .col-7 .innerMarkers .innerMarker-xxl, .col-8 .innerMarkers .innerMarker-xxl, .col-9 .innerMarkers .innerMarker-xxl,
  .col-10 .innerMarkers .innerMarker-xxl, .col-11 .innerMarkers .innerMarker-xxl, .col-12 .innerMarkers .innerMarker-xxl {
    border-color: #8e44ad;
  }
  .col-1 .innerMarkers .innerMarker--dotted, .col-2 .innerMarkers .innerMarker--dotted, .col-3 .innerMarkers .innerMarker--dotted,
  .col-4 .innerMarkers .innerMarker--dotted, .col-5 .innerMarkers .innerMarker--dotted, .col-6 .innerMarkers .innerMarker--dotted,
  .col-7 .innerMarkers .innerMarker--dotted, .col-8 .innerMarkers .innerMarker--dotted, .col-9 .innerMarkers .innerMarker--dotted,
  .col-10 .innerMarkers .innerMarker--dotted, .col-11 .innerMarkers .innerMarker--dotted, .col-12 .innerMarkers .innerMarker--dotted {
    cursor: crosshair;
  }
}

.grids-notification {
  transition: all 200ms ease;
  position: fixed;
  top: 0;
  right: 0;
  max-width: 300px;
  margin: 5px 5px 0 0;
  border-radius: 3px;
  background: #0a84b4;
  color: #FFF;
  font-family: "Inconsolata", arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  border: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 20;
}
.grids-notification.grids-notification--show {
  padding: 10px;
  border: 1px solid #f2f2f2;
  width: auto;
  height: auto;
  opacity: 1;
}
.grids-notification.grids-notification--slide-off-right {
  right: -400px;
}
.grids-notification .grids-notification--title {
  font-weight: 400;
  margin-bottom: 10px;
  padding-bottom: 2px;
  border-bottom: 1px solid #b2b2b2;
}
.grids-notification .grids-notification--keyword, .grids-notification .grids-notification--modifier {
  padding: 2px 4px;
  border-radius: 3px;
  background: #333;
  color: white;
  font-weight: 400;
}
.grids-notification .grids-notification--modifier {
  margin-top: 3px;
}

.grids-content--img, .grids-content--img-block {
  float: none;
  max-width: 100%;
  height: auto;
}

.grids-content--img-block {
  display: block;
}

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

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

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

.grids-content--float-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.grids-content--float-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}

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

.grid {
  display: block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
  padding-left: 10px;
}
.grid:after {
  display: table;
  content: '';
  clear: both;
}
.grid.grid-padding-top-0 {
  padding-top: 0;
}
.grid.grid-padding-top {
  padding-top: 10px;
}
.grid.grid-padding-top-2x {
  padding-top: 25px;
}
.grid.grid-padding-top-3x {
  padding-top: 50px;
}
.grid.grid-padding-bottom-0 {
  padding-bottom: 0;
}
.grid.grid-padding-bottom {
  padding-bottom: 10px;
}
.grid.grid-padding-bottom-2x {
  padding-bottom: 25px;
}
.grid.grid-padding-bottom-3x {
  padding-bottom: 50px;
}
.grid.grid-margin-top-0 {
  margin-top: 0;
}
.grid.grid-margin-top {
  margin-top: 10px;
}
.grid.grid-margin-top-2x {
  margin-top: 25px;
}
.grid.grid-margin-top-3x {
  margin-top: 50px;
}
.grid.grid-margin-bottom-0 {
  margin-bottom: 0;
}
.grid.grid-margin-bottom {
  margin-bottom: 10px;
}
.grid.grid-margin-bottom-2x {
  margin-bottom: 25px;
}
.grid.grid-margin-bottom-3x {
  margin-bottom: 50px;
}
@media (max-width: 420px) {
  .grid.grid-padding-top-stack-0 {
    padding-top: 0;
  }
  .grid.grid-padding-top-stack {
    padding-top: 10px;
  }
  .grid.grid-padding-top-2x-stack {
    padding-top: 25px;
  }
  .grid.grid-padding-top-3x-stack {
    padding-top: 50px;
  }
  .grid.grid-padding-bottom-stack-0 {
    padding-bottom: 0;
  }
  .grid.grid-padding-bottom-stack {
    padding-bottom: 10px;
  }
  .grid.grid-padding-bottom-2x-stack {
    padding-bottom: 25px;
  }
  .grid.grid-padding-bottom-3x-stack {
    padding-bottom: 50px;
  }
  .grid.grid-margin-top-stack-0 {
    margin-top: 0;
  }
  .grid.grid-margin-top-stack {
    margin-top: 10px;
  }
  .grid.grid-margin-top-2x-stack {
    margin-top: 25px;
  }
  .grid.grid-margin-top-3x-stack {
    margin-top: 50px;
  }
  .grid.grid-margin-bottom-stack-0 {
    margin-bottom: 0;
  }
  .grid.grid-margin-bottom-stack {
    margin-bottom: 10px;
  }
  .grid.grid-margin-bottom-2x-stack {
    margin-bottom: 25px;
  }
  .grid.grid-margin-bottom-3x-stack {
    margin-bottom: 50px;
  }
}
@media (max-width: 950px) {
  .grid.grid-padding-top-xxl-0 {
    padding-top: 0;
  }
  .grid.grid-padding-top-xxl {
    padding-top: 10px;
  }
  .grid.grid-padding-top-2x-xxl {
    padding-top: 25px;
  }
  .grid.grid-padding-top-3x-xxl {
    padding-top: 50px;
  }
  .grid.grid-padding-bottom-xxl-0 {
    padding-bottom: 0;
  }
  .grid.grid-padding-bottom-xxl {
    padding-bottom: 10px;
  }
  .grid.grid-padding-bottom-2x-xxl {
    padding-bottom: 25px;
  }
  .grid.grid-padding-bottom-3x-xxl {
    padding-bottom: 50px;
  }
  .grid.grid-margin-top-xxl-0 {
    margin-top: 0;
  }
  .grid.grid-margin-top-xxl {
    margin-top: 10px;
  }
  .grid.grid-margin-top-2x-xxl {
    margin-top: 25px;
  }
  .grid.grid-margin-top-3x-xxl {
    margin-top: 50px;
  }
  .grid.grid-margin-bottom-xxl-0 {
    margin-bottom: 0;
  }
  .grid.grid-margin-bottom-xxl {
    margin-bottom: 10px;
  }
  .grid.grid-margin-bottom-2x-xxl {
    margin-bottom: 25px;
  }
  .grid.grid-margin-bottom-3x-xxl {
    margin-bottom: 50px;
  }
}
@media (max-width: 880px) {
  .grid.grid-padding-top-xl-0 {
    padding-top: 0;
  }
  .grid.grid-padding-top-xl {
    padding-top: 10px;
  }
  .grid.grid-padding-top-2x-xl {
    padding-top: 25px;
  }
  .grid.grid-padding-top-3x-xl {
    padding-top: 50px;
  }
  .grid.grid-padding-bottom-xl-0 {
    padding-bottom: 0;
  }
  .grid.grid-padding-bottom-xl {
    padding-bottom: 10px;
  }
  .grid.grid-padding-bottom-2x-xl {
    padding-bottom: 25px;
  }
  .grid.grid-padding-bottom-3x-xl {
    padding-bottom: 50px;
  }
  .grid.grid-margin-top-xl-0 {
    margin-top: 0;
  }
  .grid.grid-margin-top-xl {
    margin-top: 10px;
  }
  .grid.grid-margin-top-2x-xl {
    margin-top: 25px;
  }
  .grid.grid-margin-top-3x-xl {
    margin-top: 50px;
  }
  .grid.grid-margin-bottom-xl-0 {
    margin-bottom: 0;
  }
  .grid.grid-margin-bottom-xl {
    margin-bottom: 10px;
  }
  .grid.grid-margin-bottom-2x-xl {
    margin-bottom: 25px;
  }
  .grid.grid-margin-bottom-3x-xl {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .grid.grid-padding-top-l-0 {
    padding-top: 0;
  }
  .grid.grid-padding-top-l {
    padding-top: 10px;
  }
  .grid.grid-padding-top-2x-l {
    padding-top: 25px;
  }
  .grid.grid-padding-top-3x-l {
    padding-top: 50px;
  }
  .grid.grid-padding-bottom-l-0 {
    padding-bottom: 0;
  }
  .grid.grid-padding-bottom-l {
    padding-bottom: 10px;
  }
  .grid.grid-padding-bottom-2x-l {
    padding-bottom: 25px;
  }
  .grid.grid-padding-bottom-3x-l {
    padding-bottom: 50px;
  }
  .grid.grid-margin-top-l-0 {
    margin-top: 0;
  }
  .grid.grid-margin-top-l {
    margin-top: 10px;
  }
  .grid.grid-margin-top-2x-l {
    margin-top: 25px;
  }
  .grid.grid-margin-top-3x-l {
    margin-top: 50px;
  }
  .grid.grid-margin-bottom-l-0 {
    margin-bottom: 0;
  }
  .grid.grid-margin-bottom-l {
    margin-bottom: 10px;
  }
  .grid.grid-margin-bottom-2x-l {
    margin-bottom: 25px;
  }
  .grid.grid-margin-bottom-3x-l {
    margin-bottom: 50px;
  }
}
@media (max-width: 620px) {
  .grid.grid-padding-top-m-0 {
    padding-top: 0;
  }
  .grid.grid-padding-top-m {
    padding-top: 10px;
  }
  .grid.grid-padding-top-2x-m {
    padding-top: 25px;
  }
  .grid.grid-padding-top-3x-m {
    padding-top: 50px;
  }
  .grid.grid-padding-bottom-m-0 {
    padding-bottom: 0;
  }
  .grid.grid-padding-bottom-m {
    padding-bottom: 10px;
  }
  .grid.grid-padding-bottom-2x-m {
    padding-bottom: 25px;
  }
  .grid.grid-padding-bottom-3x-m {
    padding-bottom: 50px;
  }
  .grid.grid-margin-top-m-0 {
    margin-top: 0;
  }
  .grid.grid-margin-top-m {
    margin-top: 10px;
  }
  .grid.grid-margin-top-2x-m {
    margin-top: 25px;
  }
  .grid.grid-margin-top-3x-m {
    margin-top: 50px;
  }
  .grid.grid-margin-bottom-m-0 {
    margin-bottom: 0;
  }
  .grid.grid-margin-bottom-m {
    margin-bottom: 10px;
  }
  .grid.grid-margin-bottom-2x-m {
    margin-bottom: 25px;
  }
  .grid.grid-margin-bottom-3x-m {
    margin-bottom: 50px;
  }
}
@media (max-width: 568px) {
  .grid.grid-padding-top-s-0 {
    padding-top: 0;
  }
  .grid.grid-padding-top-s {
    padding-top: 10px;
  }
  .grid.grid-padding-top-2x-s {
    padding-top: 25px;
  }
  .grid.grid-padding-top-3x-s {
    padding-top: 50px;
  }
  .grid.grid-padding-bottom-s-0 {
    padding-bottom: 0;
  }
  .grid.grid-padding-bottom-s {
    padding-bottom: 10px;
  }
  .grid.grid-padding-bottom-2x-s {
    padding-bottom: 25px;
  }
  .grid.grid-padding-bottom-3x-s {
    padding-bottom: 50px;
  }
  .grid.grid-margin-top-s-0 {
    margin-top: 0;
  }
  .grid.grid-margin-top-s {
    margin-top: 10px;
  }
  .grid.grid-margin-top-2x-s {
    margin-top: 25px;
  }
  .grid.grid-margin-top-3x-s {
    margin-top: 50px;
  }
  .grid.grid-margin-bottom-s-0 {
    margin-bottom: 0;
  }
  .grid.grid-margin-bottom-s {
    margin-bottom: 10px;
  }
  .grid.grid-margin-bottom-2x-s {
    margin-bottom: 25px;
  }
  .grid.grid-margin-bottom-3x-s {
    margin-bottom: 50px;
  }
}
@media (max-width: 500px) {
  .grid.grid-padding-top-xs-0 {
    padding-top: 0;
  }
  .grid.grid-padding-top-xs {
    padding-top: 10px;
  }
  .grid.grid-padding-top-2x-xs {
    padding-top: 25px;
  }
  .grid.grid-padding-top-3x-xs {
    padding-top: 50px;
  }
  .grid.grid-padding-bottom-xs-0 {
    padding-bottom: 0;
  }
  .grid.grid-padding-bottom-xs {
    padding-bottom: 10px;
  }
  .grid.grid-padding-bottom-2x-xs {
    padding-bottom: 25px;
  }
  .grid.grid-padding-bottom-3x-xs {
    padding-bottom: 50px;
  }
  .grid.grid-margin-top-xs-0 {
    margin-top: 0;
  }
  .grid.grid-margin-top-xs {
    margin-top: 10px;
  }
  .grid.grid-margin-top-2x-xs {
    margin-top: 25px;
  }
  .grid.grid-margin-top-3x-xs {
    margin-top: 50px;
  }
  .grid.grid-margin-bottom-xs-0 {
    margin-bottom: 0;
  }
  .grid.grid-margin-bottom-xs {
    margin-bottom: 10px;
  }
  .grid.grid-margin-bottom-2x-xs {
    margin-bottom: 25px;
  }
  .grid.grid-margin-bottom-3x-xs {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .grid.grid-padding-top-xxs-0 {
    padding-top: 0;
  }
  .grid.grid-padding-top-xxs {
    padding-top: 10px;
  }
  .grid.grid-padding-top-2x-xxs {
    padding-top: 25px;
  }
  .grid.grid-padding-top-3x-xxs {
    padding-top: 50px;
  }
  .grid.grid-padding-bottom-xxs-0 {
    padding-bottom: 0;
  }
  .grid.grid-padding-bottom-xxs {
    padding-bottom: 10px;
  }
  .grid.grid-padding-bottom-2x-xxs {
    padding-bottom: 25px;
  }
  .grid.grid-padding-bottom-3x-xxs {
    padding-bottom: 50px;
  }
  .grid.grid-margin-top-xxs-0 {
    margin-top: 0;
  }
  .grid.grid-margin-top-xxs {
    margin-top: 10px;
  }
  .grid.grid-margin-top-2x-xxs {
    margin-top: 25px;
  }
  .grid.grid-margin-top-3x-xxs {
    margin-top: 50px;
  }
  .grid.grid-margin-bottom-xxs-0 {
    margin-bottom: 0;
  }
  .grid.grid-margin-bottom-xxs {
    margin-bottom: 10px;
  }
  .grid.grid-margin-bottom-2x-xxs {
    margin-bottom: 25px;
  }
  .grid.grid-margin-bottom-3x-xxs {
    margin-bottom: 50px;
  }
}
.grid [class*='col-'] {
  float: left;
  position: relative;
  vertical-align: top;
  padding-right: 10px;
  padding-bottom: 10px;
}
.grid [class*='col-']:last-of-type {
  padding-right: 10px;
}
.grid .col-0 {
  display: none;
}
.grid .col-1 {
  width: 8.33333%;
  display: block;
}
.grid .col-2 {
  width: 16.66667%;
  display: block;
}
.grid .col-3 {
  width: 25%;
  display: block;
}
.grid .col-4 {
  width: 33.33333%;
  display: block;
}
.grid .col-5 {
  width: 41.66667%;
  display: block;
}
.grid .col-6 {
  width: 50%;
  display: block;
}
.grid .col-7 {
  width: 58.33333%;
  display: block;
}
.grid .col-8 {
  width: 66.66667%;
  display: block;
}
.grid .col-9 {
  width: 75%;
  display: block;
}
.grid .col-10 {
  width: 83.33333%;
  display: block;
}
.grid .col-11 {
  width: 91.66667%;
  display: block;
}
.grid .col-12 {
  width: 100%;
  display: block;
}
.grid .col-push-0 {
  margin-left: 0;
}
.grid .col-push-1 {
  margin-left: 8.33333%;
}
.grid .col-push-2 {
  margin-left: 16.66667%;
}
.grid .col-push-3 {
  margin-left: 25%;
}
.grid .col-push-4 {
  margin-left: 33.33333%;
}
.grid .col-push-5 {
  margin-left: 41.66667%;
}
.grid .col-push-6 {
  margin-left: 50%;
}
.grid .col-push-7 {
  margin-left: 58.33333%;
}
.grid .col-push-8 {
  margin-left: 66.66667%;
}
.grid .col-push-9 {
  margin-left: 75%;
}
.grid .col-push-10 {
  margin-left: 83.33333%;
}
.grid .col-push-11 {
  margin-left: 91.66667%;
}
.grid .col-push-12 {
  margin-left: 100%;
}
.grid .col-padding-top-0 {
  padding-top: 0;
}
.grid .col-padding-top {
  padding-top: 10px;
}
.grid .col-padding-top-2x {
  padding-top: 25px;
}
.grid .col-padding-top-3x {
  padding-top: 50px;
}
.grid .col-padding-bottom-0 {
  padding-bottom: 0;
}
.grid .col-padding-bottom {
  padding-bottom: 10px;
}
.grid .col-padding-bottom-2x {
  padding-bottom: 25px;
}
.grid .col-padding-bottom-3x {
  padding-bottom: 50px;
}
.grid .col-margin-top-0 {
  margin-top: 0;
}
.grid .col-margin-top {
  margin-top: 10px;
}
.grid .col-margin-top-2x {
  margin-top: 25px;
}
.grid .col-margin-top-3x {
  margin-top: 50px;
}
.grid .col-margin-bottom-0 {
  margin-bottom: 0;
}
.grid .col-margin-bottom {
  margin-bottom: 10px;
}
.grid .col-margin-bottom-2x {
  margin-bottom: 25px;
}
.grid .col-margin-bottom-3x {
  margin-bottom: 50px;
}

@media (max-width: 420px) {
  .grid:not(.grid-nostack) [class*='col-']:not(.col-nostack) {
    width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 420px) {
  .grid [class*='col-']:not(.col-nostack) {
    padding-bottom: 10px;
  }
  .grid [class*='col-']:not(.col-nostack).col-padding-top-stack-0 {
    padding-top: 0;
  }
  .grid [class*='col-']:not(.col-nostack).col-padding-top-stack {
    padding-top: 10px;
  }
  .grid [class*='col-']:not(.col-nostack).col-padding-top-2x-stack {
    padding-top: 25px;
  }
  .grid [class*='col-']:not(.col-nostack).col-padding-top-3x-stack {
    padding-top: 50px;
  }
  .grid [class*='col-']:not(.col-nostack).col-padding-bottom-stack-0 {
    padding-bottom: 0;
  }
  .grid [class*='col-']:not(.col-nostack).col-padding-bottom-stack {
    padding-bottom: 10px;
  }
  .grid [class*='col-']:not(.col-nostack).col-padding-bottom-2x-stack {
    padding-bottom: 25px;
  }
  .grid [class*='col-']:not(.col-nostack).col-padding-bottom-3x-stack {
    padding-bottom: 50px;
  }
  .grid [class*='col-']:not(.col-nostack).col-margin-top-stack-0 {
    margin-top: 0;
  }
  .grid [class*='col-']:not(.col-nostack).col-margin-top-stack {
    margin-top: 10px;
  }
  .grid [class*='col-']:not(.col-nostack).col-margin-top-2x-stack {
    margin-top: 25px;
  }
  .grid [class*='col-']:not(.col-nostack).col-margin-top-3x-stack {
    margin-top: 50px;
  }
  .grid [class*='col-']:not(.col-nostack).col-margin-bottom-stack-0 {
    margin-bottom: 0;
  }
  .grid [class*='col-']:not(.col-nostack).col-margin-bottom-stack {
    margin-bottom: 10px;
  }
  .grid [class*='col-']:not(.col-nostack).col-margin-bottom-2x-stack {
    margin-bottom: 25px;
  }
  .grid [class*='col-']:not(.col-nostack).col-margin-bottom-3x-stack {
    margin-bottom: 50px;
  }
}
@media (max-width: 950px) {
  .grid [class*='col-xxl-'] {
    float: left;
    padding-bottom: 10px;
  }
  .grid .col-xxl-0 {
    display: none;
  }
  .grid .col-xxl-1 {
    width: 8.33333%;
    display: block;
  }
  .grid .col-xxl-2 {
    width: 16.66667%;
    display: block;
  }
  .grid .col-xxl-3 {
    width: 25%;
    display: block;
  }
  .grid .col-xxl-4 {
    width: 33.33333%;
    display: block;
  }
  .grid .col-xxl-5 {
    width: 41.66667%;
    display: block;
  }
  .grid .col-xxl-6 {
    width: 50%;
    display: block;
  }
  .grid .col-xxl-7 {
    width: 58.33333%;
    display: block;
  }
  .grid .col-xxl-8 {
    width: 66.66667%;
    display: block;
  }
  .grid .col-xxl-9 {
    width: 75%;
    display: block;
  }
  .grid .col-xxl-10 {
    width: 83.33333%;
    display: block;
  }
  .grid .col-xxl-11 {
    width: 91.66667%;
    display: block;
  }
  .grid .col-xxl-12 {
    width: 100%;
    display: block;
  }
  .grid .col-push-xxl-0 {
    margin-left: 0;
  }
  .grid .col-push-xxl-1 {
    margin-left: 8.33333%;
  }
  .grid .col-push-xxl-2 {
    margin-left: 16.66667%;
  }
  .grid .col-push-xxl-3 {
    margin-left: 25%;
  }
  .grid .col-push-xxl-4 {
    margin-left: 33.33333%;
  }
  .grid .col-push-xxl-5 {
    margin-left: 41.66667%;
  }
  .grid .col-push-xxl-6 {
    margin-left: 50%;
  }
  .grid .col-push-xxl-7 {
    margin-left: 58.33333%;
  }
  .grid .col-push-xxl-8 {
    margin-left: 66.66667%;
  }
  .grid .col-push-xxl-9 {
    margin-left: 75%;
  }
  .grid .col-push-xxl-10 {
    margin-left: 83.33333%;
  }
  .grid .col-push-xxl-11 {
    margin-left: 91.66667%;
  }
  .grid .col-push-xxl-12 {
    margin-left: 100%;
  }
  .grid .col-padding-top-xxl-0 {
    padding-top: 0;
  }
  .grid .col-padding-top-xxl {
    padding-top: 10px;
  }
  .grid .col-padding-top-2x-xxl {
    padding-top: 25px;
  }
  .grid .col-padding-top-3x-xxl {
    padding-top: 50px;
  }
  .grid .col-padding-bottom-xxl-0 {
    padding-bottom: 0;
  }
  .grid .col-padding-bottom-xxl {
    padding-bottom: 10px;
  }
  .grid .col-padding-bottom-2x-xxl {
    padding-bottom: 25px;
  }
  .grid .col-padding-bottom-3x-xxl {
    padding-bottom: 50px;
  }
  .grid .col-margin-top-xxl-0 {
    margin-top: 0;
  }
  .grid .col-margin-top-xxl {
    margin-top: 10px;
  }
  .grid .col-margin-top-2x-xxl {
    margin-top: 25px;
  }
  .grid .col-margin-top-3x-xxl {
    margin-top: 50px;
  }
  .grid .col-margin-bottom-xxl-0 {
    margin-bottom: 0;
  }
  .grid .col-margin-bottom-xxl {
    margin-bottom: 10px;
  }
  .grid .col-margin-bottom-2x-xxl {
    margin-bottom: 25px;
  }
  .grid .col-margin-bottom-3x-xxl {
    margin-bottom: 50px;
  }
}
@media (max-width: 880px) {
  .grid [class*='col-xl-'] {
    float: left;
    padding-bottom: 10px;
  }
  .grid .col-xl-0 {
    display: none;
  }
  .grid .col-xl-1 {
    width: 8.33333%;
    display: block;
  }
  .grid .col-xl-2 {
    width: 16.66667%;
    display: block;
  }
  .grid .col-xl-3 {
    width: 25%;
    display: block;
  }
  .grid .col-xl-4 {
    width: 33.33333%;
    display: block;
  }
  .grid .col-xl-5 {
    width: 41.66667%;
    display: block;
  }
  .grid .col-xl-6 {
    width: 50%;
    display: block;
  }
  .grid .col-xl-7 {
    width: 58.33333%;
    display: block;
  }
  .grid .col-xl-8 {
    width: 66.66667%;
    display: block;
  }
  .grid .col-xl-9 {
    width: 75%;
    display: block;
  }
  .grid .col-xl-10 {
    width: 83.33333%;
    display: block;
  }
  .grid .col-xl-11 {
    width: 91.66667%;
    display: block;
  }
  .grid .col-xl-12 {
    width: 100%;
    display: block;
  }
  .grid .col-push-xl-0 {
    margin-left: 0;
  }
  .grid .col-push-xl-1 {
    margin-left: 8.33333%;
  }
  .grid .col-push-xl-2 {
    margin-left: 16.66667%;
  }
  .grid .col-push-xl-3 {
    margin-left: 25%;
  }
  .grid .col-push-xl-4 {
    margin-left: 33.33333%;
  }
  .grid .col-push-xl-5 {
    margin-left: 41.66667%;
  }
  .grid .col-push-xl-6 {
    margin-left: 50%;
  }
  .grid .col-push-xl-7 {
    margin-left: 58.33333%;
  }
  .grid .col-push-xl-8 {
    margin-left: 66.66667%;
  }
  .grid .col-push-xl-9 {
    margin-left: 75%;
  }
  .grid .col-push-xl-10 {
    margin-left: 83.33333%;
  }
  .grid .col-push-xl-11 {
    margin-left: 91.66667%;
  }
  .grid .col-push-xl-12 {
    margin-left: 100%;
  }
  .grid .col-padding-top-xl-0 {
    padding-top: 0;
  }
  .grid .col-padding-top-xl {
    padding-top: 10px;
  }
  .grid .col-padding-top-2x-xl {
    padding-top: 25px;
  }
  .grid .col-padding-top-3x-xl {
    padding-top: 50px;
  }
  .grid .col-padding-bottom-xl-0 {
    padding-bottom: 0;
  }
  .grid .col-padding-bottom-xl {
    padding-bottom: 10px;
  }
  .grid .col-padding-bottom-2x-xl {
    padding-bottom: 25px;
  }
  .grid .col-padding-bottom-3x-xl {
    padding-bottom: 50px;
  }
  .grid .col-margin-top-xl-0 {
    margin-top: 0;
  }
  .grid .col-margin-top-xl {
    margin-top: 10px;
  }
  .grid .col-margin-top-2x-xl {
    margin-top: 25px;
  }
  .grid .col-margin-top-3x-xl {
    margin-top: 50px;
  }
  .grid .col-margin-bottom-xl-0 {
    margin-bottom: 0;
  }
  .grid .col-margin-bottom-xl {
    margin-bottom: 10px;
  }
  .grid .col-margin-bottom-2x-xl {
    margin-bottom: 25px;
  }
  .grid .col-margin-bottom-3x-xl {
    margin-bottom: 50px;
  }
}
@media (max-width: 768px) {
  .grid [class*='col-l-'] {
    float: left;
    padding-bottom: 10px;
  }
  .grid .col-l-0 {
    display: none;
  }
  .grid .col-l-1 {
    width: 8.33333%;
    display: block;
  }
  .grid .col-l-2 {
    width: 16.66667%;
    display: block;
  }
  .grid .col-l-3 {
    width: 25%;
    display: block;
  }
  .grid .col-l-4 {
    width: 33.33333%;
    display: block;
  }
  .grid .col-l-5 {
    width: 41.66667%;
    display: block;
  }
  .grid .col-l-6 {
    width: 50%;
    display: block;
  }
  .grid .col-l-7 {
    width: 58.33333%;
    display: block;
  }
  .grid .col-l-8 {
    width: 66.66667%;
    display: block;
  }
  .grid .col-l-9 {
    width: 75%;
    display: block;
  }
  .grid .col-l-10 {
    width: 83.33333%;
    display: block;
  }
  .grid .col-l-11 {
    width: 91.66667%;
    display: block;
  }
  .grid .col-l-12 {
    width: 100%;
    display: block;
  }
  .grid .col-push-l-0 {
    margin-left: 0;
  }
  .grid .col-push-l-1 {
    margin-left: 8.33333%;
  }
  .grid .col-push-l-2 {
    margin-left: 16.66667%;
  }
  .grid .col-push-l-3 {
    margin-left: 25%;
  }
  .grid .col-push-l-4 {
    margin-left: 33.33333%;
  }
  .grid .col-push-l-5 {
    margin-left: 41.66667%;
  }
  .grid .col-push-l-6 {
    margin-left: 50%;
  }
  .grid .col-push-l-7 {
    margin-left: 58.33333%;
  }
  .grid .col-push-l-8 {
    margin-left: 66.66667%;
  }
  .grid .col-push-l-9 {
    margin-left: 75%;
  }
  .grid .col-push-l-10 {
    margin-left: 83.33333%;
  }
  .grid .col-push-l-11 {
    margin-left: 91.66667%;
  }
  .grid .col-push-l-12 {
    margin-left: 100%;
  }
  .grid .col-padding-top-l-0 {
    padding-top: 0;
  }
  .grid .col-padding-top-l {
    padding-top: 10px;
  }
  .grid .col-padding-top-2x-l {
    padding-top: 25px;
  }
  .grid .col-padding-top-3x-l {
    padding-top: 50px;
  }
  .grid .col-padding-bottom-l-0 {
    padding-bottom: 0;
  }
  .grid .col-padding-bottom-l {
    padding-bottom: 10px;
  }
  .grid .col-padding-bottom-2x-l {
    padding-bottom: 25px;
  }
  .grid .col-padding-bottom-3x-l {
    padding-bottom: 50px;
  }
  .grid .col-margin-top-l-0 {
    margin-top: 0;
  }
  .grid .col-margin-top-l {
    margin-top: 10px;
  }
  .grid .col-margin-top-2x-l {
    margin-top: 25px;
  }
  .grid .col-margin-top-3x-l {
    margin-top: 50px;
  }
  .grid .col-margin-bottom-l-0 {
    margin-bottom: 0;
  }
  .grid .col-margin-bottom-l {
    margin-bottom: 10px;
  }
  .grid .col-margin-bottom-2x-l {
    margin-bottom: 25px;
  }
  .grid .col-margin-bottom-3x-l {
    margin-bottom: 50px;
  }
}
@media (max-width: 620px) {
  .grid [class*='col-m-'] {
    float: left;
    padding-bottom: 10px;
  }
  .grid .col-m-0 {
    display: none;
  }
  .grid .col-m-1 {
    width: 8.33333%;
    display: block;
  }
  .grid .col-m-2 {
    width: 16.66667%;
    display: block;
  }
  .grid .col-m-3 {
    width: 25%;
    display: block;
  }
  .grid .col-m-4 {
    width: 33.33333%;
    display: block;
  }
  .grid .col-m-5 {
    width: 41.66667%;
    display: block;
  }
  .grid .col-m-6 {
    width: 50%;
    display: block;
  }
  .grid .col-m-7 {
    width: 58.33333%;
    display: block;
  }
  .grid .col-m-8 {
    width: 66.66667%;
    display: block;
  }
  .grid .col-m-9 {
    width: 75%;
    display: block;
  }
  .grid .col-m-10 {
    width: 83.33333%;
    display: block;
  }
  .grid .col-m-11 {
    width: 91.66667%;
    display: block;
  }
  .grid .col-m-12 {
    width: 100%;
    display: block;
  }
  .grid .col-push-m-0 {
    margin-left: 0;
  }
  .grid .col-push-m-1 {
    margin-left: 8.33333%;
  }
  .grid .col-push-m-2 {
    margin-left: 16.66667%;
  }
  .grid .col-push-m-3 {
    margin-left: 25%;
  }
  .grid .col-push-m-4 {
    margin-left: 33.33333%;
  }
  .grid .col-push-m-5 {
    margin-left: 41.66667%;
  }
  .grid .col-push-m-6 {
    margin-left: 50%;
  }
  .grid .col-push-m-7 {
    margin-left: 58.33333%;
  }
  .grid .col-push-m-8 {
    margin-left: 66.66667%;
  }
  .grid .col-push-m-9 {
    margin-left: 75%;
  }
  .grid .col-push-m-10 {
    margin-left: 83.33333%;
  }
  .grid .col-push-m-11 {
    margin-left: 91.66667%;
  }
  .grid .col-push-m-12 {
    margin-left: 100%;
  }
  .grid .col-padding-top-m-0 {
    padding-top: 0;
  }
  .grid .col-padding-top-m {
    padding-top: 10px;
  }
  .grid .col-padding-top-2x-m {
    padding-top: 25px;
  }
  .grid .col-padding-top-3x-m {
    padding-top: 50px;
  }
  .grid .col-padding-bottom-m-0 {
    padding-bottom: 0;
  }
  .grid .col-padding-bottom-m {
    padding-bottom: 10px;
  }
  .grid .col-padding-bottom-2x-m {
    padding-bottom: 25px;
  }
  .grid .col-padding-bottom-3x-m {
    padding-bottom: 50px;
  }
  .grid .col-margin-top-m-0 {
    margin-top: 0;
  }
  .grid .col-margin-top-m {
    margin-top: 10px;
  }
  .grid .col-margin-top-2x-m {
    margin-top: 25px;
  }
  .grid .col-margin-top-3x-m {
    margin-top: 50px;
  }
  .grid .col-margin-bottom-m-0 {
    margin-bottom: 0;
  }
  .grid .col-margin-bottom-m {
    margin-bottom: 10px;
  }
  .grid .col-margin-bottom-2x-m {
    margin-bottom: 25px;
  }
  .grid .col-margin-bottom-3x-m {
    margin-bottom: 50px;
  }
}
@media (max-width: 568px) {
  .grid [class*='col-s-'] {
    float: left;
    padding-bottom: 10px;
  }
  .grid .col-s-0 {
    display: none;
  }
  .grid .col-s-1 {
    width: 8.33333%;
    display: block;
  }
  .grid .col-s-2 {
    width: 16.66667%;
    display: block;
  }
  .grid .col-s-3 {
    width: 25%;
    display: block;
  }
  .grid .col-s-4 {
    width: 33.33333%;
    display: block;
  }
  .grid .col-s-5 {
    width: 41.66667%;
    display: block;
  }
  .grid .col-s-6 {
    width: 50%;
    display: block;
  }
  .grid .col-s-7 {
    width: 58.33333%;
    display: block;
  }
  .grid .col-s-8 {
    width: 66.66667%;
    display: block;
  }
  .grid .col-s-9 {
    width: 75%;
    display: block;
  }
  .grid .col-s-10 {
    width: 83.33333%;
    display: block;
  }
  .grid .col-s-11 {
    width: 91.66667%;
    display: block;
  }
  .grid .col-s-12 {
    width: 100%;
    display: block;
  }
  .grid .col-push-s-0 {
    margin-left: 0;
  }
  .grid .col-push-s-1 {
    margin-left: 8.33333%;
  }
  .grid .col-push-s-2 {
    margin-left: 16.66667%;
  }
  .grid .col-push-s-3 {
    margin-left: 25%;
  }
  .grid .col-push-s-4 {
    margin-left: 33.33333%;
  }
  .grid .col-push-s-5 {
    margin-left: 41.66667%;
  }
  .grid .col-push-s-6 {
    margin-left: 50%;
  }
  .grid .col-push-s-7 {
    margin-left: 58.33333%;
  }
  .grid .col-push-s-8 {
    margin-left: 66.66667%;
  }
  .grid .col-push-s-9 {
    margin-left: 75%;
  }
  .grid .col-push-s-10 {
    margin-left: 83.33333%;
  }
  .grid .col-push-s-11 {
    margin-left: 91.66667%;
  }
  .grid .col-push-s-12 {
    margin-left: 100%;
  }
  .grid .col-padding-top-s-0 {
    padding-top: 0;
  }
  .grid .col-padding-top-s {
    padding-top: 10px;
  }
  .grid .col-padding-top-2x-s {
    padding-top: 25px;
  }
  .grid .col-padding-top-3x-s {
    padding-top: 50px;
  }
  .grid .col-padding-bottom-s-0 {
    padding-bottom: 0;
  }
  .grid .col-padding-bottom-s {
    padding-bottom: 10px;
  }
  .grid .col-padding-bottom-2x-s {
    padding-bottom: 25px;
  }
  .grid .col-padding-bottom-3x-s {
    padding-bottom: 50px;
  }
  .grid .col-margin-top-s-0 {
    margin-top: 0;
  }
  .grid .col-margin-top-s {
    margin-top: 10px;
  }
  .grid .col-margin-top-2x-s {
    margin-top: 25px;
  }
  .grid .col-margin-top-3x-s {
    margin-top: 50px;
  }
  .grid .col-margin-bottom-s-0 {
    margin-bottom: 0;
  }
  .grid .col-margin-bottom-s {
    margin-bottom: 10px;
  }
  .grid .col-margin-bottom-2x-s {
    margin-bottom: 25px;
  }
  .grid .col-margin-bottom-3x-s {
    margin-bottom: 50px;
  }
}
@media (max-width: 500px) {
  .grid [class*='col-xs-'] {
    float: left;
    padding-bottom: 10px;
  }
  .grid .col-xs-0 {
    display: none;
  }
  .grid .col-xs-1 {
    width: 8.33333%;
    display: block;
  }
  .grid .col-xs-2 {
    width: 16.66667%;
    display: block;
  }
  .grid .col-xs-3 {
    width: 25%;
    display: block;
  }
  .grid .col-xs-4 {
    width: 33.33333%;
    display: block;
  }
  .grid .col-xs-5 {
    width: 41.66667%;
    display: block;
  }
  .grid .col-xs-6 {
    width: 50%;
    display: block;
  }
  .grid .col-xs-7 {
    width: 58.33333%;
    display: block;
  }
  .grid .col-xs-8 {
    width: 66.66667%;
    display: block;
  }
  .grid .col-xs-9 {
    width: 75%;
    display: block;
  }
  .grid .col-xs-10 {
    width: 83.33333%;
    display: block;
  }
  .grid .col-xs-11 {
    width: 91.66667%;
    display: block;
  }
  .grid .col-xs-12 {
    width: 100%;
    display: block;
  }
  .grid .col-push-xs-0 {
    margin-left: 0;
  }
  .grid .col-push-xs-1 {
    margin-left: 8.33333%;
  }
  .grid .col-push-xs-2 {
    margin-left: 16.66667%;
  }
  .grid .col-push-xs-3 {
    margin-left: 25%;
  }
  .grid .col-push-xs-4 {
    margin-left: 33.33333%;
  }
  .grid .col-push-xs-5 {
    margin-left: 41.66667%;
  }
  .grid .col-push-xs-6 {
    margin-left: 50%;
  }
  .grid .col-push-xs-7 {
    margin-left: 58.33333%;
  }
  .grid .col-push-xs-8 {
    margin-left: 66.66667%;
  }
  .grid .col-push-xs-9 {
    margin-left: 75%;
  }
  .grid .col-push-xs-10 {
    margin-left: 83.33333%;
  }
  .grid .col-push-xs-11 {
    margin-left: 91.66667%;
  }
  .grid .col-push-xs-12 {
    margin-left: 100%;
  }
  .grid .col-padding-top-xs-0 {
    padding-top: 0;
  }
  .grid .col-padding-top-xs {
    padding-top: 10px;
  }
  .grid .col-padding-top-2x-xs {
    padding-top: 25px;
  }
  .grid .col-padding-top-3x-xs {
    padding-top: 50px;
  }
  .grid .col-padding-bottom-xs-0 {
    padding-bottom: 0;
  }
  .grid .col-padding-bottom-xs {
    padding-bottom: 10px;
  }
  .grid .col-padding-bottom-2x-xs {
    padding-bottom: 25px;
  }
  .grid .col-padding-bottom-3x-xs {
    padding-bottom: 50px;
  }
  .grid .col-margin-top-xs-0 {
    margin-top: 0;
  }
  .grid .col-margin-top-xs {
    margin-top: 10px;
  }
  .grid .col-margin-top-2x-xs {
    margin-top: 25px;
  }
  .grid .col-margin-top-3x-xs {
    margin-top: 50px;
  }
  .grid .col-margin-bottom-xs-0 {
    margin-bottom: 0;
  }
  .grid .col-margin-bottom-xs {
    margin-bottom: 10px;
  }
  .grid .col-margin-bottom-2x-xs {
    margin-bottom: 25px;
  }
  .grid .col-margin-bottom-3x-xs {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .grid [class*='col-xxs-'] {
    float: left;
    padding-bottom: 10px;
  }
  .grid .col-xxs-0 {
    display: none;
  }
  .grid .col-xxs-1 {
    width: 8.33333%;
    display: block;
  }
  .grid .col-xxs-2 {
    width: 16.66667%;
    display: block;
  }
  .grid .col-xxs-3 {
    width: 25%;
    display: block;
  }
  .grid .col-xxs-4 {
    width: 33.33333%;
    display: block;
  }
  .grid .col-xxs-5 {
    width: 41.66667%;
    display: block;
  }
  .grid .col-xxs-6 {
    width: 50%;
    display: block;
  }
  .grid .col-xxs-7 {
    width: 58.33333%;
    display: block;
  }
  .grid .col-xxs-8 {
    width: 66.66667%;
    display: block;
  }
  .grid .col-xxs-9 {
    width: 75%;
    display: block;
  }
  .grid .col-xxs-10 {
    width: 83.33333%;
    display: block;
  }
  .grid .col-xxs-11 {
    width: 91.66667%;
    display: block;
  }
  .grid .col-xxs-12 {
    width: 100%;
    display: block;
  }
  .grid .col-push-xxs-0 {
    margin-left: 0;
  }
  .grid .col-push-xxs-1 {
    margin-left: 8.33333%;
  }
  .grid .col-push-xxs-2 {
    margin-left: 16.66667%;
  }
  .grid .col-push-xxs-3 {
    margin-left: 25%;
  }
  .grid .col-push-xxs-4 {
    margin-left: 33.33333%;
  }
  .grid .col-push-xxs-5 {
    margin-left: 41.66667%;
  }
  .grid .col-push-xxs-6 {
    margin-left: 50%;
  }
  .grid .col-push-xxs-7 {
    margin-left: 58.33333%;
  }
  .grid .col-push-xxs-8 {
    margin-left: 66.66667%;
  }
  .grid .col-push-xxs-9 {
    margin-left: 75%;
  }
  .grid .col-push-xxs-10 {
    margin-left: 83.33333%;
  }
  .grid .col-push-xxs-11 {
    margin-left: 91.66667%;
  }
  .grid .col-push-xxs-12 {
    margin-left: 100%;
  }
  .grid .col-padding-top-xxs-0 {
    padding-top: 0;
  }
  .grid .col-padding-top-xxs {
    padding-top: 10px;
  }
  .grid .col-padding-top-2x-xxs {
    padding-top: 25px;
  }
  .grid .col-padding-top-3x-xxs {
    padding-top: 50px;
  }
  .grid .col-padding-bottom-xxs-0 {
    padding-bottom: 0;
  }
  .grid .col-padding-bottom-xxs {
    padding-bottom: 10px;
  }
  .grid .col-padding-bottom-2x-xxs {
    padding-bottom: 25px;
  }
  .grid .col-padding-bottom-3x-xxs {
    padding-bottom: 50px;
  }
  .grid .col-margin-top-xxs-0 {
    margin-top: 0;
  }
  .grid .col-margin-top-xxs {
    margin-top: 10px;
  }
  .grid .col-margin-top-2x-xxs {
    margin-top: 25px;
  }
  .grid .col-margin-top-3x-xxs {
    margin-top: 50px;
  }
  .grid .col-margin-bottom-xxs-0 {
    margin-bottom: 0;
  }
  .grid .col-margin-bottom-xxs {
    margin-bottom: 10px;
  }
  .grid .col-margin-bottom-2x-xxs {
    margin-bottom: 25px;
  }
  .grid .col-margin-bottom-3x-xxs {
    margin-bottom: 50px;
  }
}

.grid.grid-reverse [class*=col-] {
  float: right;
}
.grid.grid-unreverse [class*=col-] {
  float: left;
}
@media (max-width: 950px) {
  .grid.grid-reverse-xxl [class*=col-] {
    float: right;
  }
  .grid.grid-unreverse-xxl [class*=col-] {
    float: left;
  }
}
@media (max-width: 880px) {
  .grid.grid-reverse-xl [class*=col-] {
    float: right;
  }
  .grid.grid-unreverse-xl [class*=col-] {
    float: left;
  }
}
@media (max-width: 768px) {
  .grid.grid-reverse-l [class*=col-] {
    float: right;
  }
  .grid.grid-unreverse-l [class*=col-] {
    float: left;
  }
}
@media (max-width: 620px) {
  .grid.grid-reverse-m [class*=col-] {
    float: right;
  }
  .grid.grid-unreverse-m [class*=col-] {
    float: left;
  }
}
@media (max-width: 568px) {
  .grid.grid-reverse-s [class*=col-] {
    float: right;
  }
  .grid.grid-unreverse-s [class*=col-] {
    float: left;
  }
}
@media (max-width: 500px) {
  .grid.grid-reverse-xs [class*=col-] {
    float: right;
  }
  .grid.grid-unreverse-xs [class*=col-] {
    float: left;
  }
}
@media (max-width: 480px) {
  .grid.grid-reverse-xxs [class*=col-] {
    float: right;
  }
  .grid.grid-unreverse-xxs [class*=col-] {
    float: left;
  }
}
@media (max-width: 420px) {
  .grid.grid-reverse-nostack [class*=col-] {
    float: right;
  }
  .grid.grid-unreverse-nostack [class*=col-] {
    float: left;
  }
  .grid.grid-nostack [class*=col-] {
    float: left;
  }
}

/* ------------------------------------------------- */
/* classes for demo only, not part of grid framework */
/* ------------------------------------------------- */
/* 
html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 18px;
  font-family: 'open sans', sans-serif;
  font-weight: 300;
  color: #333;
}

body {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
 */

.cf:before,
.cf:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf:after {
  clear: both;
}

a {
  text-decoration: none;
}

p {
  margin: 0 0 20px;
  padding: 0;
  line-height: 1.5;
}

header {
  text-align: center;
  background-image: linear-gradient(109deg, #2980b9 0%, #16a085 100%);
}

.logo {
  text-align: right;
}
.logo > .subtitle {
  display: block;
  color: #e6e6e6;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  line-height: 30px;
}
.logo > .title {
  display: block;
  color: white;
  font-size: 60px;
  font-weight: 300;
  line-height: 44px;
  font-family: Nunito, 'open sans', sans-serif;
}

.description {
  text-align: left;
  color: #FFF;
  margin-bottom: 25px;
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 18px;
  padding-top: 23px;
}
@media (max-width: 620px) {
  .description {
    padding-top: 0;
  }
}

.call-to-action {
  text-align: right;
}
.call-to-action [class*='btn-'] {
  color: white;
  padding: 6px 20px;
  border: 1px solid white;
  border-radius: 5px;
  min-width: 130px;
  font-size: 1rem;
  font-weight: 300;
  transition: all 300ms ease;
}
.call-to-action [class*='btn-']:hover {
  background: black;
  border-color: gray;
}
.call-to-action .btn-download {
  margin-right: 10px;
}

.demo-display {
  margin-top: 30px;
}
.demo-display .content {
  width: 100%;
  background: #f9f9f9;
  outline: 1px solid #dedede;
  padding: 2px 4px;
  text-align: center;
  font-size: 16px;
  font-family: Inconsolata, sans-serif;
  word-break: break-all;
}
.demo-display p {
  text-align: left;
}
.demo-display .gridlines-toggle,
.demo-display .markers-toggle {
  position: relative;
  display: inline-block;
  left: inherit;
  bottom: inherit;
  z-index: 1;
}

.section-title {
  font-size: 30px;
  font-weight: 400;
  margin: 0 0 7px;
  padding: 0;
}
.section-title:after {
  background-image: -webkit-linear-gradient(341deg, #2980b9 0%, #16a085 100%);
  background-image: -moz-linear-gradient(341deg, #2980b9 0%, #16a085 100%);
  background-image: -o-linear-gradient(341deg, #2980b9 0%, #16a085 100%);
  background-image: -ms-linear-gradient(341deg, #2980b9 0%, #16a085 100%);
  background-image: linear-gradient(109deg, #2980b9 0%, #16a085 100%);
  width: 100%;
  width: calc(100% - 15px);
  height: 3px;
  bottom: 3px;
  position: absolute;
  left: 0;
  content: '';
}

.section-sub-title {
  font-size: 22px;
  font-weight: 400;
}

.keyword {
  font-family: Inconsolata, sans-serif;
  background: #f9f9f9;
  color: #2c3e50;
  padding: 2px 4px;
  border: 1px solid #ddd;
  border-radius: 2px;
  line-height: 1.38;
}

.code-block {
  display: inline-block;
  background: #f9f9f9;
  color: #2c3e50;
  font-family: Inconsolata, sans-serif;
  font-size: 17px;
  line-height: 1.3;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.class-type {
  color: #2980b9;
  font-weight: 400;
}

footer {
  font-size: 14px;
  color: #777;
}
footer a {
  text-decoration: none;
  padding: 0 0 0 10px;
  color: #2980b9;
}

/* -- google code prettyprint -- */
.prettyprint .com {
  color: #93a1a1;
}
.prettyprint .lit {
  color: #195f91;
}
.prettyprint .pun, .prettyprint .opn, .prettyprint .clo {
  color: #93a1a1;
}
.prettyprint .fun {
  color: #005cb9;
}
.prettyprint .str, .prettyprint .atv {
  color: #849d00;
}
.prettyprint .kwd, .prettyprint .linenums, .prettyprint .tag {
  color: #3f5bb9;
}
.prettyprint .typ, .prettyprint .atn, .prettyprint .dec, .prettyprint .var {
  color: #008ec4;
}
.prettyprint .pln {
  color: #444;
}
.prettyprint.linenums {
  -webkit-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
  -moz-box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
  box-shadow: inset 40px 0 0 #fbfbfc, inset 41px 0 0 #ececf0;
}

ol.linenums {
  margin: 0 0 0 5px;
}

ol.linenums li {
  color: #bebec5;
  text-shadow: 0 1px 0 #fff;
}

li.L1, li.L3, li.L5, li.L7, li.L9 {
  background: #f9f9f9;
}

pre.prettyprint {
  padding: 5px 0;
  border: 1px solid #DEDEDE;
  overflow: auto;
  margin: 0 0 20px;
  display: inline-block;
  width: 100%;
}

pre.prettyprint.nolinenums {
  padding: 5px 20px;
}

/* ----------------------------- */
