/**
 * MiKoti Theme Global StyleSheet
 * @package MiKoti
 * @author Benjamin Sinke - benjamin@noondesign.nl
 * @version 1.0
 */
.mobile {
  display: none !important;
}
.tablet {
  display: none !important;
}
.desktop {
  display: block !important;
}
.desktop.flex {
  display: flex !important;
}
.desktop.ilf {
  display: inline-flex !important;
}
.desktop.ilb {
  display: inline-block !important;
}
.desktop.button:not(.ilb),
.desktop.button:not(.ilf) {
  display: flex;
}
.column-footer-logo-images-ipad {
  display: none;
}
.mobile-inline {
  display: none !important;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  width: 0;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
.clb {
  clear: both;
}
body.modal-info-open,
body.modal-open {
  position: fixed;
  overflow: hidden;
  width: 100%;
}
.modal.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none !important;
          transform: none !important;
}
.modal.fullscreen .modal-preload {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal.fullscreen .modal-preload .modal-preload-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/** Base layout **/
.wrapper {
  position: relative;
  margin: auto;
  background: #fff;
}
.displaynone {
  display: none;
}
.displayblock {
  display: block;
}
textarea {
  resize: none;
}
.customknop {
  font-size: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.customknop.aleft {
  margin-left: 0 ;
  margin-right: auto;
}
.customknop.acenter {
  margin-left: auto ;
  margin-right: auto;
}
.customknop.aright {
  margin-left: auto ;
  margin-right: 0;
}
.button.fbaction,
.button.facebook {
  background-color: #4267b2;
  color: #fff;
}
.button.fbaction:hover,
.button.facebook:hover {
  background-color: #365899;
}
/* Shadows & fonts */
.text-shadow {
  text-shadow: 0 0 11px rgba(0, 0, 0, 0.6);
}
.box-shadow {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.4);
}
.bblur {
  -webkit-backdrop-filter: blur(10px);
}
.icon {
  position: relative;
}
.icon.align-middle {
  vertical-align: middle;
}
.icon.align-top {
  vertical-align: top;
}
.icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.extra-heavy {
  font-weight: 900;
}
.heavy {
  font-weight: 800;
}
.extra-bold {
  font-weight: 700;
}
.bold {
  font-weight: 600;
}
.medium {
  font-weight: 500;
}
.regular {
  font-weight: 400;
}
.lighter {
  font-weight: 350;
}
.light {
  font-weight: 300;
}
.extra-light {
  font-weight: 200;
}
.thin {
  font-weight: 100;
}
.italic {
  font-style: italic;
}
.tcenter {
  text-align: center;
}
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.caps {
  text-transform: uppercase;
}
.no-decoration {
  text-decoration: none;
}
.cinherit {
  color: inherit;
}
.tlinethrough {
  text-decoration: line-through;
}
/* Font size */
.fs10 {
  font-size: 10px;
}
.fs11 {
  font-size: 11px;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}
.fs16 {
  font-size: 16px;
}
.fs17 {
  font-size: 17px;
}
.fs18 {
  font-size: 18px;
}
.fs19 {
  font-size: 19px;
}
.fs20 {
  font-size: 20px;
}
.fs22 {
  font-size: 22px;
}
.fs23 {
  font-size: 23px;
}
.fs24 {
  font-size: 24px;
}
.fs25 {
  font-size: 25px;
}
.fs28 {
  font-size: 28px;
}
.fs30 {
  font-size: 30px;
}
.fs34 {
  font-size: 34px;
}
.fs35 {
  font-size: 35px;
}
.fs36 {
  font-size: 36px;
}
.fs40 {
  font-size: 40px;
}
.fs45 {
  font-size: 45px;
}
.fs50 {
  font-size: 50px;
}
.fs60 {
  font-size: 60px;
}
.fs70 {
  font-size: 70px;
}
.fs75 {
  font-size: 75px;
}
.fs80 {
  font-size: 80px;
}
.fs90 {
  font-size: 90px;
}
.fs100 {
  font-size: 100px;
}
.fs120 {
  font-size: 120px;
}
.fs275 {
  font-size: 275px;
}
.fs1-4 {
  font-size: 1.4vw;
}
.fs2-5 {
  font-size: 2.5vw;
}
.lheight0 {
  line-height: 0;
}
.lheight22 {
  line-height: 22px;
}
.lheight23 {
  line-height: 23px;
}
.lheight24 {
  line-height: 24px;
}
.lheight25 {
  line-height: 25px;
}
.lheight30 {
  line-height: 30px;
}
.lheight34 {
  line-height: 34px;
}
.lheight35 {
  line-height: 35px;
}
.lheight38 {
  line-height: 38px;
}
.lheight40 {
  line-height: 40px;
}
.lheight45 {
  line-height: 45px;
}
.lheight48 {
  line-height: 48px;
}
.lheight50 {
  line-height: 50px;
}
.lheight60 {
  line-height: 60px;
}
.lheight74 {
  line-height: 74px;
}
.lheight75 {
  line-height: 75px;
}
.lspace0 {
  letter-spacing: 0;
}
.lspace0-1 {
  letter-spacing: 0.1px;
}
.lspace0-5 {
  letter-spacing: 0.5px;
}
.lspace0-9 {
  letter-spacing: 0.9px;
}
.lspace1 {
  letter-spacing: 1px;
}
.lspace1-36 {
  letter-spacing: 1.36px;
}
.lspace1-5 {
  letter-spacing: 1.5px;
}
.lspace1-6 {
  letter-spacing: 1.6px;
}
.lspace2 {
  letter-spacing: 2px;
}
.lspace2-5 {
  letter-spacing: 2.5px;
}
.lspace3 {
  letter-spacing: 3px;
}
.lspace4 {
  letter-spacing: 4px;
}
.tindent18 {
  text-indent: 18px;
}
.tindent20 {
  text-indent: 20px;
}
.tindent25 {
  text-indent: 25px;
}
.tindent0 {
  text-indent: 0 !important;
}
.margin0 {
  margin: 0;
}
.ma {
  margin: auto;
}
.cp {
  cursor: pointer;
}
/* Displays */
.ilb {
  display: inline-block;
  vertical-align: middle;
}
.ilb.displaynone {
  display: none;
}
.blc {
  display: block;
}
.blc.displaynone {
  display: none;
}
.ilf {
  display: inline-flex;
}
/* Top offset */
.to2 {
  top: 2px;
}
.to6 {
  top: 6px;
}
/* Bottom offset */
.bo2 {
  bottom: 2px;
}
/* Margin */
.m10 {
  margin: 10px;
}
.m20 {
  margin: 20px;
}
.m30 {
  margin: 30px;
}
.mt0 {
  margin-top: 0px;
}
.mt1 {
  margin-top: 1px;
}
.mt2 {
  margin-top: 2px;
}
.mt3 {
  margin-top: 3px;
}
.mt5 {
  margin-top: 5px;
}
.mt7 {
  margin-top: 7px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt18 {
  margin-top: 18px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 45px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 55px;
}
.mt60 {
  margin-top: 60px;
}
.mt70 {
  margin-top: 70px;
}
.mt80 {
  margin-top: 80px;
}
.mt90 {
  margin-top: 90px;
}
.mt100 {
  margin-top: 100px;
}
.mb1 {
  margin-bottom: 1px;
}
.mb7 {
  margin-bottom: 7px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
.mb55 {
  margin-bottom: 55px;
}
.mb60 {
  margin-bottom: 60px;
}
.mb70 {
  margin-bottom: 70px;
}
.mb80 {
  margin-bottom: 80px;
}
.mb90 {
  margin-bottom: 90px;
}
.mb100 {
  margin-bottom: 100px;
}
.mla {
  margin-left: auto;
}
.ml1 {
  margin-left: 1px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml40 {
  margin-left: 40px;
}
.ml50 {
  margin-left: 50px;
}
.ml60 {
  margin-left: 60px;
}
.ml70 {
  margin-left: 70px;
}
.ml80 {
  margin-left: 80px;
}
.ml90 {
  margin-left: 90px;
}
.ml100 {
  margin-left: 100px;
}
.ml120 {
  margin-left: 120px;
}
.ml135 {
  margin-left: 135px;
}
.ml165 {
  margin-left: 165px;
}
.mr1 {
  margin-right: 1px;
}
.mr5 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr40 {
  margin-right: 40px;
}
.mr50 {
  margin-right: 50px;
}
.mr60 {
  margin-right: 60px;
}
.mr70 {
  margin-right: 70px;
}
.mr80 {
  margin-right: 80px;
}
.mr90 {
  margin-right: 90px;
}
.mr100 {
  margin-right: 100px;
}
/* Padding */
.p0,
.padding0 {
  padding: 0;
}
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.p20 {
  padding: 20px;
}
.p30 {
  padding: 30px;
}
.p40 {
  padding: 40px;
}
.p50 {
  padding: 50px;
}
.p60 {
  padding: 60px;
}
.p70 {
  padding: 70px;
}
.p80 {
  padding: 80px;
}
.p90 {
  padding: 90px;
}
.p100 {
  padding: 100px;
}
.pt0 {
  padding-top: 0px;
}
.pt5 {
  padding-top: 5px;
}
.pt8 {
  padding-top: 8px;
}
.pt1 {
  padding-top: 1px;
}
.pt3 {
  padding-top: 3px;
}
.pt5 {
  padding-top: 5px;
}
.pt7 {
  padding-top: 7px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pt45 {
  padding-top: 45px;
}
.pt50 {
  padding-top: 50px;
}
.pt55 {
  padding-top: 55px;
}
.pt60 {
  padding-top: 60px;
}
.pt65 {
  padding-top: 65px;
}
.pt70 {
  padding-top: 70px;
}
.pt80 {
  padding-top: 80px;
}
.pt85 {
  padding-top: 85px;
}
.pt90 {
  padding-top: 90px;
}
.pt100 {
  padding-top: 100px;
}
.pt110 {
  padding-top: 110px;
}
.pt160 {
  padding-top: 160px;
}
.pb0 {
  padding-bottom: 0px;
}
.pb5 {
  padding-bottom: 5px;
}
.pb7 {
  padding-bottom: 7px;
}
.pb8 {
  padding-bottom: 8px;
}
.pb1 {
  padding-bottom: 1px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb17 {
  padding-bottom: 17px;
}
.pb18 {
  padding-bottom: 18px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb38 {
  padding-bottom: 38px;
}
.pb40 {
  padding-bottom: 40px;
}
.pb45 {
  padding-bottom: 45px;
}
.pb50 {
  padding-bottom: 50px;
}
.pb55 {
  padding-bottom: 55px;
}
.pb60 {
  padding-bottom: 60px;
}
.pb70 {
  padding-bottom: 70px;
}
.pb80 {
  padding-bottom: 80px;
}
.pb85 {
  padding-bottom: 85px;
}
.pb90 {
  padding-bottom: 90px;
}
.pb100 {
  padding-bottom: 100px;
}
.pb130 {
  padding-bottom: 130px;
}
.pb200 {
  padding-bottom: 200px;
}
.pl0 {
  padding-left: 0px;
}
.pl2 {
  padding-left: 2px;
}
.pl3 {
  padding-left: 3px;
}
.pl5 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl35 {
  padding-left: 35px;
}
.pl40 {
  padding-left: 40px;
}
.pl50 {
  padding-left: 50px;
}
.pl55 {
  padding-left: 55px;
}
.pl60 {
  padding-left: 60px;
}
.pl70 {
  padding-left: 70px;
}
.pl80 {
  padding-left: 80px;
}
.pl90 {
  padding-left: 90px;
}
.pl100 {
  padding-left: 100px;
}
.pl120 {
  padding-left: 100px;
}
.pr0 {
  padding-right: 0px;
}
.pr1 {
  padding-right: 1px;
}
.pr5 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr35 {
  padding-right: 35px;
}
.pr40 {
  padding-right: 40px;
}
.pr45 {
  padding-right: 45px;
}
.pr50 {
  padding-right: 50px;
}
.pr60 {
  padding-right: 60px;
}
.pr70 {
  padding-right: 70px;
}
.pr80 {
  padding-right: 80px;
}
.pr90 {
  padding-right: 90px;
}
.pr100 {
  padding-right: 100px;
}
.mcenter {
  margin: 0 auto;
}
/* Border radius */
.br3 {
  border-radius: 3px;
}
.br4 {
  border-radius: 4px;
}
.br5 {
  border-radius: 5px;
}
.br20 {
  border-radius: 20px;
}
.br25 {
  border-radius: 25px;
}
.br50 {
  border-radius: 50px;
}
.br50p {
  border-radius: 50%;
}
.brtl5 {
  border-top-left-radius: 5px;
}
.brtl25 {
  border-top-left-radius: 25px;
}
.brtr5 {
  border-top-right-radius: 5px;
}
.brtr25 {
  border-top-right-radius: 25px;
}
.brbl3 {
  border-bottom-left-radius: 3px;
}
.brbl5 {
  border-bottom-left-radius: 5px;
}
.brbl25 {
  border-bottom-left-radius: 25px;
}
.brbr3 {
  border-bottom-right-radius: 3px;
}
.brbr5 {
  border-bottom-right-radius: 5px;
}
.brbr25 {
  border-bottom-right-radius: 25px;
}
/* Borders */
.border {
  border-style: solid;
  border-width: 1px;
}
.noborder {
  border-style: none !important;
  border-width: 0 !important;
}
.bb {
  border-bottom-style: solid;
  border-bottom-width: 1px;
}
.bt {
  border-top-style: solid;
  border-top-width: 1px;
}
.bl {
  border-left-style: solid;
  border-left-width: 1px;
}
.br {
  border-right-style: solid;
  border-right-width: 1px;
}
.bwidth2 {
  border-width: 2px;
}
.bwidth3 {
  border-width: 3px;
}
/* FLex Standards */
.nowrap {
  overflow: hidden;
  white-space: nowrap;
}
.ws-nowrap {
  white-space: nowrap;
}
.flex {
  display: flex;
}
.flex.displaynone {
  display: none;
}
.flex.distribute {
  justify-content: space-between;
}
.flex.center {
  justify-content: center;
}
.flex.flex-end {
  justify-content: flex-end;
}
.flex.vcenter {
  align-items: center;
  align-content: center;
}
.flex.vtop {
  align-items: flex-start;
}
.flex.vbottom {
  align-items: flex-end;
  align-content: flex-end;
}
.flex.startcenter {
  align-content: center;
}
.flex.start {
  justify-content: flex-start;
}
.flex.space-around {
  justify-content: space-around;
}
.flex.space-between {
  justify-content: space-between;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.directionc {
  flex-direction: column;
}
.flex .shrink0 {
  flex-shrink: 0;
}
.flex .flex-grow {
  flex-grow: 1;
}
.flex .als-end {
  align-self: flex-end;
}
.flex .als-center {
  align-self: center;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 5;
}
.boxsizing.border-box {
  box-sizing: border-box !important;
}
.boxsizing.content-box {
  box-sizing: content-box !important;
}
/* Positions */
.fixed {
  position: fixed !important;
}
.fixed.bottom {
  bottom: 0;
}
.zi-1 {
  z-index: -1;
}
.zi0 {
  z-index: 1;
}
.zi1 {
  z-index: 1;
}
.zi-high {
  z-index: 99;
}
/* Float Classes */
.floatl {
  float: left;
}
.floatr {
  float: right;
}
.image-layer {
  cursor: pointer;
}
.breaklines {
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
}
@supports (-webkit-line-clamp: 1) or (line-clamp: 1) {
  .breaklines.l1 {
    -webkit-line-clamp: 1;
    line-clamp: 1;
  }
}
@supports not (-webkit-line-clamp: 1) {
  .breaklines.l1 {
    max-height: calc(1 * 22px);
  }
  .breaklines.l1::after {
    content: '...';
  }
}
@supports (-webkit-line-clamp: 2) or (line-clamp: 2) {
  .breaklines.l2 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
  }
}
@supports not (-webkit-line-clamp: 2) {
  .breaklines.l2 {
    max-height: calc(2 * 22px);
  }
  .breaklines.l2::after {
    content: '...';
  }
}
@supports (-webkit-line-clamp: 4) or (line-clamp: 4) {
  .breaklines.l4 {
    -webkit-line-clamp: 4;
    line-clamp: 4;
  }
}
@supports not (-webkit-line-clamp: 4) {
  .breaklines.l4 {
    max-height: calc(4 * 22px);
  }
  .breaklines.l4::after {
    content: '...';
  }
}
.breaklines.l10 {
  -webkit-line-clamp: 10;
  height: calc(1.4em * 1.2 * 10);
}
.breaklines.l10.lmaxheight {
  height: auto;
  max-height: calc(1.4em * 1.2 * 10);
}
a.action {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}
.dropdown {
  height: 50px;
}
.dropdown:hover {
  border-color: #d4d4d4 !important;
}
.dropdown .dropdown-content {
  position: absolute;
  top: 0px;
  left: -1px;
  background: #fff;
  width: calc(100% + 2px);
  box-shadow: 0 30px 20px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 9999;
}
.dropdown .dropdown-content a {
  height: 50px;
}
.dropdown .dropdown-content a:hover {
  background: #efefef;
}
.dropdown .dropdown-content a:first-of-type {
  border-radius: 3px 3px 0 0;
}
.dropdown .dropdown-content a:last-of-type {
  border-radius: 0 0 3px 3px;
}
.dropdown.open .dropdown-content {
  display: block;
}
.filter-popup {
  position: absolute;
  right: 31px;
  top: 60px;
  z-index: 999999;
  display: none;
  width: 530px;
}
.filter-popup .anchor-arrow {
  width: 10px;
  height: 10px;
  position: absolute;
  top: -5px;
  background: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  content: '';
  display: block;
}
.filter-popup .daterangepicker {
  position: initial !important;
  display: block !important;
  border: none !important;
}
.filter-popup .daterangepicker:after,
.filter-popup .daterangepicker:before,
.filter-popup .daterangepicker .ranges {
  display: none !important;
}
.filter-popup .daterangepicker .drp-calendar {
  border: none !important;
}
.filter-popup .daterangepicker .drp-calendar.left {
  padding-left: 0;
}
.filter-popup .daterangepicker .drp-calendar.right {
  padding-right: 0;
}
.filter-popup .daterangepicker .drp-calendar.left,
.filter-popup .daterangepicker .drp-calendar.right {
  display: block !important;
}
.filter-tag {
  background: #e5e5e5;
  display: flex;
  font-size: 12px;
  padding-left: 10px;
  border-radius: 3px;
  margin-left: 15px;
  align-items: center;
  overflow: hidden;
}
.filter-tag svg {
  border-left: 1px solid #fff;
  margin-left: 10px;
  cursor: pointer;
}
.filter-tag svg:hover {
  background: #007bff;
  stroke: #fff !important;
}
.filter-highlight {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99999;
}
.filter-highlight .message {
  width: 350px;
  position: absolute;
  right: 30px;
  top: 80px;
  text-align: right;
}
.filter-area.popout {
  position: relative;
  z-index: 999999999;
  background: #fff;
  border-radius: 5px;
  border: 5px solid #fff;
  padding-bottom: 0 !important;
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
  pointer-events: none;
}
.grid-area {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.grid-area .center {
  margin-left: auto;
  margin-right: auto;
}
.grid-area .grid-column {
  width: 8.33333333%;
  box-sizing: border-box;
  position: relative;
}
.grid-area .grid-column.center {
  margin-left: auto;
  margin-right: auto;
}
.grid-area .grid-column.col-05 {
  width: 4.1533333%;
}
.grid-area .grid-column.col-2 {
  width: 16.66666667%;
}
.grid-area .grid-column.col-2-5 {
  width: 20%;
}
.grid-area .grid-column.col-2-5-8 {
  width: 20.8%;
}
.grid-area .grid-column.col-2-7 {
  width: 22.91666667%;
}
.grid-area .grid-column.col-3 {
  width: 25%;
}
.grid-area .grid-column.col-3-1-9 {
  width: 31.94444444%;
}
.grid-area .grid-column.col-4 {
  width: 33.33333333%;
}
.grid-area .grid-column.col-4-5 {
  width: 37.5%;
}
.grid-area .grid-column.col-5 {
  width: 41.66666667%;
}
.grid-area .grid-column.col-5-5 {
  width: 45%;
}
.grid-area .grid-column.col-5-8-6 {
  width: 48.61%;
}
.grid-area .grid-column.col-5-8-9 {
  width: 48.95%;
}
.grid-area .grid-column.col-6 {
  width: 50%;
}
.grid-area .grid-column.col-6-5 {
  width: 55%;
}
.grid-area .grid-column.col-7 {
  width: 58.33333333%;
}
.grid-area .grid-column.col-8 {
  width: 66.66666667%;
}
.grid-area .grid-column.col-9 {
  width: 75%;
}
.grid-area .grid-column.col-9-5 {
  width: 80%;
}
.grid-area .grid-column.col-10 {
  width: 83.33333333%;
}
.grid-area .grid-column.col-11 {
  width: 91.66666667%;
}
.grid-area .grid-column.col-12 {
  width: 100%;
}
.grid-area .mw.col-4 {
  min-width: 480px;
}
.grid-area .mw.col-8 {
  min-width: 960px;
}
.grid-area .grid-wrapper {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: calc(100% - 100px);
}
.grid-area .grid-wrapper.fullwidth {
  max-width: none;
  width: 100%;
}
metric [data-show-stacked],
metric [data-show-sparkline] {
  position: absolute;
  top: 25px;
  right: 25px;
}
metric [data-show-stacked] span,
metric [data-show-sparkline] span {
  width: 16px;
  height: 16px;
}
/*# sourceMappingURL=global.css.map */