@charset "UTF-8";
/*! master.css に追加するスタイル */
/* グロナビ　言語切り替えボタン */
.nav-global .utility > .utility-inner > .list .of-languageLabel {
  line-height: 1.2;
  text-align: center;
  background: #002b62; }

.nav-global .utility > .utility-inner > .list .of-languageLabel a {
  color: #fff !important;
  padding-left: 20px !important; }

/* グロナビ　検索ボックス */
.of-search .mod-input {
  margin-top: 14px !important; }

.of-search .mod-input input {
  min-height: 30px !important;
  font-size: 1rem; }

/* プルダウンメニュー内 */
.of-menu-list > .list .list .level03 {
  font-weight: bold !important;
  color: #002b62 !important;
  font-size: 1.8rem; }

/* フッターメニュー　コピーライト　センターにする */
.site-footer .seg-secondary .wrap {
  text-align: center;
  padding: 5px 0;
  font-size: 1.3rem !important; }

.site-footer .seg-secondary ul > li {
  display: inline-block;
  float: initial; }

/* ヘッダーメニュー　改行する場合の処理 */
.word {
  display: inline-block; }

/* Scss Document */
.csv-internal-link {
  position: relative;
  padding: 0;
  margin: 0 0 20px 0; }
  .csv-internal-link__image {
    margin: 0;
    padding: 0; }
  .csv-internal-link__caption {
    margin: 0;
    padding: 10px;
    background-color: #194071;
    color: #fff;
    text-align: center;
    font-weight: bold;
    line-height: 1;
    font-size: 2.1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .csv-internal-link__para {
    margin: 0;
    padding: 0; }
  .csv-internal-link__icon {
    width: 15px;
    vertical-align: middle;
    margin: 0 0 0 15px; }

.img-fluid {
  max-width: 100%;
  height: auto; }

/*
neat-bootstrap-grid
Copyright 2018 Justin MacNeil
https://justinmacneil.ca/
MIT License
*/
/* @each $grid-breakpoint, $grid-breakpoint-min-width in $grid-breakpoints {
	@media (min-width: $grid-breakpoint-min-width) {
		.container {
			grid-template-columns: repeat($grid-columns, 1fr);
			display: grid;
			grid-column-gap: map-get($grid-gutter-widths, $grid-breakpoint);
		}
	}
} */
.cssgrid .container {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }

.cssgrid .col-1 {
  grid-column: auto/span 1; }

.cssgrid .col-2 {
  grid-column: auto/span 2; }

.cssgrid .col-3 {
  grid-column: auto/span 3; }

.cssgrid .col-4 {
  grid-column: auto/span 4; }

.cssgrid .col-5 {
  grid-column: auto/span 5; }

.cssgrid .col-6 {
  grid-column: auto/span 6; }

.cssgrid .col-7 {
  grid-column: auto/span 7; }

.cssgrid .col-8 {
  grid-column: auto/span 8; }

.cssgrid .col-9 {
  grid-column: auto/span 9; }

.cssgrid .col-10 {
  grid-column: auto/span 10; }

.cssgrid .col-11 {
  grid-column: auto/span 11; }

.cssgrid .col-12 {
  grid-column: auto/span 12; }

.cssgrid .container .row {
  grid-column: auto/span 12; }

@media (min-width: 0) {
  .cssgrid .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 10px;
    max-width: none; }
    .cssgrid .container .row {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-column-gap: 10px;
      grid-column: auto/span 12; }

  .cssgrid .col-xs-1 {
    grid-column: auto/span 1; }

  .cssgrid .container .col-xs-offset-1, .cssgrid .row .col-xs-offset-1 {
    grid-column-start: 2;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-2 {
    grid-column: auto/span 2; }

  .cssgrid .container .col-xs-offset-2, .cssgrid .row .col-xs-offset-2 {
    grid-column-start: 3;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-3 {
    grid-column: auto/span 3; }

  .cssgrid .container .col-xs-offset-3, .cssgrid .row .col-xs-offset-3 {
    grid-column-start: 4;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-4 {
    grid-column: auto/span 4; }

  .cssgrid .container .col-xs-offset-4, .cssgrid .row .col-xs-offset-4 {
    grid-column-start: 5;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-5 {
    grid-column: auto/span 5; }

  .cssgrid .container .col-xs-offset-5, .cssgrid .row .col-xs-offset-5 {
    grid-column-start: 6;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-6 {
    grid-column: auto/span 6; }

  .cssgrid .container .col-xs-offset-6, .cssgrid .row .col-xs-offset-6 {
    grid-column-start: 7;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-7 {
    grid-column: auto/span 7; }

  .cssgrid .container .col-xs-offset-7, .cssgrid .row .col-xs-offset-7 {
    grid-column-start: 8;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-8 {
    grid-column: auto/span 8; }

  .cssgrid .container .col-xs-offset-8, .cssgrid .row .col-xs-offset-8 {
    grid-column-start: 9;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-9 {
    grid-column: auto/span 9; }

  .cssgrid .container .col-xs-offset-9, .cssgrid .row .col-xs-offset-9 {
    grid-column-start: 10;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-10 {
    grid-column: auto/span 10; }

  .cssgrid .container .col-xs-offset-10, .cssgrid .row .col-xs-offset-10 {
    grid-column-start: 11;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-11 {
    grid-column: auto/span 11; }

  .cssgrid .container .col-xs-offset-11, .cssgrid .row .col-xs-offset-11 {
    grid-column-start: 12;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-12 {
    grid-column: auto/span 12; }

  .cssgrid .container .col-xs-offset-12, .cssgrid .row .col-xs-offset-12 {
    grid-column-start: 13;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ } }
@media (min-width: 576px) {
  .cssgrid .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 10px;
    max-width: none; }
    .cssgrid .container .row {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-column-gap: 10px;
      grid-column: auto/span 12; }

  .cssgrid .col-xs-1 {
    grid-column: auto/span 1; }

  .cssgrid .container .col-xs-offset-1, .cssgrid .row .col-xs-offset-1 {
    grid-column-start: 2;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-2 {
    grid-column: auto/span 2; }

  .cssgrid .container .col-xs-offset-2, .cssgrid .row .col-xs-offset-2 {
    grid-column-start: 3;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-3 {
    grid-column: auto/span 3; }

  .cssgrid .container .col-xs-offset-3, .cssgrid .row .col-xs-offset-3 {
    grid-column-start: 4;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-4 {
    grid-column: auto/span 4; }

  .cssgrid .container .col-xs-offset-4, .cssgrid .row .col-xs-offset-4 {
    grid-column-start: 5;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-5 {
    grid-column: auto/span 5; }

  .cssgrid .container .col-xs-offset-5, .cssgrid .row .col-xs-offset-5 {
    grid-column-start: 6;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-6 {
    grid-column: auto/span 6; }

  .cssgrid .container .col-xs-offset-6, .cssgrid .row .col-xs-offset-6 {
    grid-column-start: 7;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-7 {
    grid-column: auto/span 7; }

  .cssgrid .container .col-xs-offset-7, .cssgrid .row .col-xs-offset-7 {
    grid-column-start: 8;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-8 {
    grid-column: auto/span 8; }

  .cssgrid .container .col-xs-offset-8, .cssgrid .row .col-xs-offset-8 {
    grid-column-start: 9;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-9 {
    grid-column: auto/span 9; }

  .cssgrid .container .col-xs-offset-9, .cssgrid .row .col-xs-offset-9 {
    grid-column-start: 10;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-10 {
    grid-column: auto/span 10; }

  .cssgrid .container .col-xs-offset-10, .cssgrid .row .col-xs-offset-10 {
    grid-column-start: 11;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-11 {
    grid-column: auto/span 11; }

  .cssgrid .container .col-xs-offset-11, .cssgrid .row .col-xs-offset-11 {
    grid-column-start: 12;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-12 {
    grid-column: auto/span 12; }

  .cssgrid .container .col-xs-offset-12, .cssgrid .row .col-xs-offset-12 {
    grid-column-start: 13;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-1 {
    grid-column: auto/span 1; }

  .cssgrid .container .col-sm-offset-1, .cssgrid .row .col-sm-offset-1 {
    grid-column-start: 2;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-2 {
    grid-column: auto/span 2; }

  .cssgrid .container .col-sm-offset-2, .cssgrid .row .col-sm-offset-2 {
    grid-column-start: 3;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-3 {
    grid-column: auto/span 3; }

  .cssgrid .container .col-sm-offset-3, .cssgrid .row .col-sm-offset-3 {
    grid-column-start: 4;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-4 {
    grid-column: auto/span 4; }

  .cssgrid .container .col-sm-offset-4, .cssgrid .row .col-sm-offset-4 {
    grid-column-start: 5;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-5 {
    grid-column: auto/span 5; }

  .cssgrid .container .col-sm-offset-5, .cssgrid .row .col-sm-offset-5 {
    grid-column-start: 6;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-6 {
    grid-column: auto/span 6; }

  .cssgrid .container .col-sm-offset-6, .cssgrid .row .col-sm-offset-6 {
    grid-column-start: 7;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-7 {
    grid-column: auto/span 7; }

  .cssgrid .container .col-sm-offset-7, .cssgrid .row .col-sm-offset-7 {
    grid-column-start: 8;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-8 {
    grid-column: auto/span 8; }

  .cssgrid .container .col-sm-offset-8, .cssgrid .row .col-sm-offset-8 {
    grid-column-start: 9;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-9 {
    grid-column: auto/span 9; }

  .cssgrid .container .col-sm-offset-9, .cssgrid .row .col-sm-offset-9 {
    grid-column-start: 10;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-10 {
    grid-column: auto/span 10; }

  .cssgrid .container .col-sm-offset-10, .cssgrid .row .col-sm-offset-10 {
    grid-column-start: 11;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-11 {
    grid-column: auto/span 11; }

  .cssgrid .container .col-sm-offset-11, .cssgrid .row .col-sm-offset-11 {
    grid-column-start: 12;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-12 {
    grid-column: auto/span 12; }

  .cssgrid .container .col-sm-offset-12, .cssgrid .row .col-sm-offset-12 {
    grid-column-start: 13;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ } }
@media (min-width: 768px) {
  .cssgrid .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 20px;
    max-width: none; }
    .cssgrid .container .row {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-column-gap: 20px;
      grid-column: auto/span 12; }

  .cssgrid .col-xs-1 {
    grid-column: auto/span 1; }

  .cssgrid .container .col-xs-offset-1, .cssgrid .row .col-xs-offset-1 {
    grid-column-start: 2;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-2 {
    grid-column: auto/span 2; }

  .cssgrid .container .col-xs-offset-2, .cssgrid .row .col-xs-offset-2 {
    grid-column-start: 3;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-3 {
    grid-column: auto/span 3; }

  .cssgrid .container .col-xs-offset-3, .cssgrid .row .col-xs-offset-3 {
    grid-column-start: 4;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-4 {
    grid-column: auto/span 4; }

  .cssgrid .container .col-xs-offset-4, .cssgrid .row .col-xs-offset-4 {
    grid-column-start: 5;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-5 {
    grid-column: auto/span 5; }

  .cssgrid .container .col-xs-offset-5, .cssgrid .row .col-xs-offset-5 {
    grid-column-start: 6;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-6 {
    grid-column: auto/span 6; }

  .cssgrid .container .col-xs-offset-6, .cssgrid .row .col-xs-offset-6 {
    grid-column-start: 7;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-7 {
    grid-column: auto/span 7; }

  .cssgrid .container .col-xs-offset-7, .cssgrid .row .col-xs-offset-7 {
    grid-column-start: 8;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-8 {
    grid-column: auto/span 8; }

  .cssgrid .container .col-xs-offset-8, .cssgrid .row .col-xs-offset-8 {
    grid-column-start: 9;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-9 {
    grid-column: auto/span 9; }

  .cssgrid .container .col-xs-offset-9, .cssgrid .row .col-xs-offset-9 {
    grid-column-start: 10;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-10 {
    grid-column: auto/span 10; }

  .cssgrid .container .col-xs-offset-10, .cssgrid .row .col-xs-offset-10 {
    grid-column-start: 11;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-11 {
    grid-column: auto/span 11; }

  .cssgrid .container .col-xs-offset-11, .cssgrid .row .col-xs-offset-11 {
    grid-column-start: 12;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-12 {
    grid-column: auto/span 12; }

  .cssgrid .container .col-xs-offset-12, .cssgrid .row .col-xs-offset-12 {
    grid-column-start: 13;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-1 {
    grid-column: auto/span 1; }

  .cssgrid .container .col-sm-offset-1, .cssgrid .row .col-sm-offset-1 {
    grid-column-start: 2;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-2 {
    grid-column: auto/span 2; }

  .cssgrid .container .col-sm-offset-2, .cssgrid .row .col-sm-offset-2 {
    grid-column-start: 3;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-3 {
    grid-column: auto/span 3; }

  .cssgrid .container .col-sm-offset-3, .cssgrid .row .col-sm-offset-3 {
    grid-column-start: 4;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-4 {
    grid-column: auto/span 4; }

  .cssgrid .container .col-sm-offset-4, .cssgrid .row .col-sm-offset-4 {
    grid-column-start: 5;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-5 {
    grid-column: auto/span 5; }

  .cssgrid .container .col-sm-offset-5, .cssgrid .row .col-sm-offset-5 {
    grid-column-start: 6;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-6 {
    grid-column: auto/span 6; }

  .cssgrid .container .col-sm-offset-6, .cssgrid .row .col-sm-offset-6 {
    grid-column-start: 7;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-7 {
    grid-column: auto/span 7; }

  .cssgrid .container .col-sm-offset-7, .cssgrid .row .col-sm-offset-7 {
    grid-column-start: 8;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-8 {
    grid-column: auto/span 8; }

  .cssgrid .container .col-sm-offset-8, .cssgrid .row .col-sm-offset-8 {
    grid-column-start: 9;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-9 {
    grid-column: auto/span 9; }

  .cssgrid .container .col-sm-offset-9, .cssgrid .row .col-sm-offset-9 {
    grid-column-start: 10;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-10 {
    grid-column: auto/span 10; }

  .cssgrid .container .col-sm-offset-10, .cssgrid .row .col-sm-offset-10 {
    grid-column-start: 11;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-11 {
    grid-column: auto/span 11; }

  .cssgrid .container .col-sm-offset-11, .cssgrid .row .col-sm-offset-11 {
    grid-column-start: 12;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-12 {
    grid-column: auto/span 12; }

  .cssgrid .container .col-sm-offset-12, .cssgrid .row .col-sm-offset-12 {
    grid-column-start: 13;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-md-1 {
    grid-column: auto/span 1; }

  .cssgrid .container .col-md-offset-1, .cssgrid .row .col-md-offset-1 {
    grid-column-start: 2;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-md-2 {
    grid-column: auto/span 2; }

  .cssgrid .container .col-md-offset-2, .cssgrid .row .col-md-offset-2 {
    grid-column-start: 3;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-md-3 {
    grid-column: auto/span 3; }

  .cssgrid .container .col-md-offset-3, .cssgrid .row .col-md-offset-3 {
    grid-column-start: 4;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-md-4 {
    grid-column: auto/span 4; }

  .cssgrid .container .col-md-offset-4, .cssgrid .row .col-md-offset-4 {
    grid-column-start: 5;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-md-5 {
    grid-column: auto/span 5; }

  .cssgrid .container .col-md-offset-5, .cssgrid .row .col-md-offset-5 {
    grid-column-start: 6;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-md-6 {
    grid-column: auto/span 6; }

  .cssgrid .container .col-md-offset-6, .cssgrid .row .col-md-offset-6 {
    grid-column-start: 7;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-md-7 {
    grid-column: auto/span 7; }

  .cssgrid .container .col-md-offset-7, .cssgrid .row .col-md-offset-7 {
    grid-column-start: 8;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-md-8 {
    grid-column: auto/span 8; }

  .cssgrid .container .col-md-offset-8, .cssgrid .row .col-md-offset-8 {
    grid-column-start: 9;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-md-9 {
    grid-column: auto/span 9; }

  .cssgrid .container .col-md-offset-9, .cssgrid .row .col-md-offset-9 {
    grid-column-start: 10;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-md-10 {
    grid-column: auto/span 10; }

  .cssgrid .container .col-md-offset-10, .cssgrid .row .col-md-offset-10 {
    grid-column-start: 11;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-md-11 {
    grid-column: auto/span 11; }

  .cssgrid .container .col-md-offset-11, .cssgrid .row .col-md-offset-11 {
    grid-column-start: 12;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-md-12 {
    grid-column: auto/span 12; }

  .cssgrid .container .col-md-offset-12, .cssgrid .row .col-md-offset-12 {
    grid-column-start: 13;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ } }
@media (min-width: 992px) {
  .cssgrid .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 30px;
    max-width: none; }
    .cssgrid .container .row {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-column-gap: 30px;
      grid-column: auto/span 12; }

  .cssgrid .col-xs-1 {
    grid-column: auto/span 1; }

  .cssgrid .container .col-xs-offset-1, .cssgrid .row .col-xs-offset-1 {
    grid-column-start: 2;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-2 {
    grid-column: auto/span 2; }

  .cssgrid .container .col-xs-offset-2, .cssgrid .row .col-xs-offset-2 {
    grid-column-start: 3;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-3 {
    grid-column: auto/span 3; }

  .cssgrid .container .col-xs-offset-3, .cssgrid .row .col-xs-offset-3 {
    grid-column-start: 4;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-4 {
    grid-column: auto/span 4; }

  .cssgrid .container .col-xs-offset-4, .cssgrid .row .col-xs-offset-4 {
    grid-column-start: 5;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-5 {
    grid-column: auto/span 5; }

  .cssgrid .container .col-xs-offset-5, .cssgrid .row .col-xs-offset-5 {
    grid-column-start: 6;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-6 {
    grid-column: auto/span 6; }

  .cssgrid .container .col-xs-offset-6, .cssgrid .row .col-xs-offset-6 {
    grid-column-start: 7;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-7 {
    grid-column: auto/span 7; }

  .cssgrid .container .col-xs-offset-7, .cssgrid .row .col-xs-offset-7 {
    grid-column-start: 8;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-8 {
    grid-column: auto/span 8; }

  .cssgrid .container .col-xs-offset-8, .cssgrid .row .col-xs-offset-8 {
    grid-column-start: 9;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-9 {
    grid-column: auto/span 9; }

  .cssgrid .container .col-xs-offset-9, .cssgrid .row .col-xs-offset-9 {
    grid-column-start: 10;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-10 {
    grid-column: auto/span 10; }

  .cssgrid .container .col-xs-offset-10, .cssgrid .row .col-xs-offset-10 {
    grid-column-start: 11;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-11 {
    grid-column: auto/span 11; }

  .cssgrid .container .col-xs-offset-11, .cssgrid .row .col-xs-offset-11 {
    grid-column-start: 12;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-12 {
    grid-column: auto/span 12; }

  .cssgrid .container .col-xs-offset-12, .cssgrid .row .col-xs-offset-12 {
    grid-column-start: 13;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-1 {
    grid-column: auto/span 1; }

  .cssgrid .container .col-sm-offset-1, .cssgrid .row .col-sm-offset-1 {
    grid-column-start: 2;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-2 {
    grid-column: auto/span 2; }

  .cssgrid .container .col-sm-offset-2, .cssgrid .row .col-sm-offset-2 {
    grid-column-start: 3;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-3 {
    grid-column: auto/span 3; }

  .cssgrid .container .col-sm-offset-3, .cssgrid .row .col-sm-offset-3 {
    grid-column-start: 4;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-4 {
    grid-column: auto/span 4; }

  .cssgrid .container .col-sm-offset-4, .cssgrid .row .col-sm-offset-4 {
    grid-column-start: 5;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-5 {
    grid-column: auto/span 5; }

  .cssgrid .container .col-sm-offset-5, .cssgrid .row .col-sm-offset-5 {
    grid-column-start: 6;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-6 {
    grid-column: auto/span 6; }

  .cssgrid .container .col-sm-offset-6, .cssgrid .row .col-sm-offset-6 {
    grid-column-start: 7;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-7 {
    grid-column: auto/span 7; }

  .cssgrid .container .col-sm-offset-7, .cssgrid .row .col-sm-offset-7 {
    grid-column-start: 8;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-8 {
    grid-column: auto/span 8; }

  .cssgrid .container .col-sm-offset-8, .cssgrid .row .col-sm-offset-8 {
    grid-column-start: 9;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-9 {
    grid-column: auto/span 9; }

  .cssgrid .container .col-sm-offset-9, .cssgrid .row .col-sm-offset-9 {
    grid-column-start: 10;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-10 {
    grid-column: auto/span 10; }

  .cssgrid .container .col-sm-offset-10, .cssgrid .row .col-sm-offset-10 {
    grid-column-start: 11;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-11 {
    grid-column: auto/span 11; }

  .cssgrid .container .col-sm-offset-11, .cssgrid .row .col-sm-offset-11 {
    grid-column-start: 12;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-12 {
    grid-column: auto/span 12; }

  .cssgrid .container .col-sm-offset-12, .cssgrid .row .col-sm-offset-12 {
    grid-column-start: 13;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-md-1 {
    grid-column: auto/span 1; }

  .cssgrid .container .col-md-offset-1, .cssgrid .row .col-md-offset-1 {
    grid-column-start: 2;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-md-2 {
    grid-column: auto/span 2; }

  .cssgrid .container .col-md-offset-2, .cssgrid .row .col-md-offset-2 {
    grid-column-start: 3;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-md-3 {
    grid-column: auto/span 3; }

  .cssgrid .container .col-md-offset-3, .cssgrid .row .col-md-offset-3 {
    grid-column-start: 4;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-md-4 {
    grid-column: auto/span 4; }

  .cssgrid .container .col-md-offset-4, .cssgrid .row .col-md-offset-4 {
    grid-column-start: 5;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-md-5 {
    grid-column: auto/span 5; }

  .cssgrid .container .col-md-offset-5, .cssgrid .row .col-md-offset-5 {
    grid-column-start: 6;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-md-6 {
    grid-column: auto/span 6; }

  .cssgrid .container .col-md-offset-6, .cssgrid .row .col-md-offset-6 {
    grid-column-start: 7;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-md-7 {
    grid-column: auto/span 7; }

  .cssgrid .container .col-md-offset-7, .cssgrid .row .col-md-offset-7 {
    grid-column-start: 8;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-md-8 {
    grid-column: auto/span 8; }

  .cssgrid .container .col-md-offset-8, .cssgrid .row .col-md-offset-8 {
    grid-column-start: 9;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-md-9 {
    grid-column: auto/span 9; }

  .cssgrid .container .col-md-offset-9, .cssgrid .row .col-md-offset-9 {
    grid-column-start: 10;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-md-10 {
    grid-column: auto/span 10; }

  .cssgrid .container .col-md-offset-10, .cssgrid .row .col-md-offset-10 {
    grid-column-start: 11;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-md-11 {
    grid-column: auto/span 11; }

  .cssgrid .container .col-md-offset-11, .cssgrid .row .col-md-offset-11 {
    grid-column-start: 12;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-md-12 {
    grid-column: auto/span 12; }

  .cssgrid .container .col-md-offset-12, .cssgrid .row .col-md-offset-12 {
    grid-column-start: 13;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-lg-1 {
    grid-column: auto/span 1; }

  .cssgrid .container .col-lg-offset-1, .cssgrid .row .col-lg-offset-1 {
    grid-column-start: 2;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-lg-2 {
    grid-column: auto/span 2; }

  .cssgrid .container .col-lg-offset-2, .cssgrid .row .col-lg-offset-2 {
    grid-column-start: 3;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-lg-3 {
    grid-column: auto/span 3; }

  .cssgrid .container .col-lg-offset-3, .cssgrid .row .col-lg-offset-3 {
    grid-column-start: 4;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-lg-4 {
    grid-column: auto/span 4; }

  .cssgrid .container .col-lg-offset-4, .cssgrid .row .col-lg-offset-4 {
    grid-column-start: 5;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-lg-5 {
    grid-column: auto/span 5; }

  .cssgrid .container .col-lg-offset-5, .cssgrid .row .col-lg-offset-5 {
    grid-column-start: 6;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-lg-6 {
    grid-column: auto/span 6; }

  .cssgrid .container .col-lg-offset-6, .cssgrid .row .col-lg-offset-6 {
    grid-column-start: 7;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-lg-7 {
    grid-column: auto/span 7; }

  .cssgrid .container .col-lg-offset-7, .cssgrid .row .col-lg-offset-7 {
    grid-column-start: 8;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-lg-8 {
    grid-column: auto/span 8; }

  .cssgrid .container .col-lg-offset-8, .cssgrid .row .col-lg-offset-8 {
    grid-column-start: 9;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-lg-9 {
    grid-column: auto/span 9; }

  .cssgrid .container .col-lg-offset-9, .cssgrid .row .col-lg-offset-9 {
    grid-column-start: 10;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-lg-10 {
    grid-column: auto/span 10; }

  .cssgrid .container .col-lg-offset-10, .cssgrid .row .col-lg-offset-10 {
    grid-column-start: 11;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-lg-11 {
    grid-column: auto/span 11; }

  .cssgrid .container .col-lg-offset-11, .cssgrid .row .col-lg-offset-11 {
    grid-column-start: 12;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-lg-12 {
    grid-column: auto/span 12; }

  .cssgrid .container .col-lg-offset-12, .cssgrid .row .col-lg-offset-12 {
    grid-column-start: 13;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ } }
@media (min-width: 1200px) {
  .cssgrid .container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-column-gap: 30px;
    max-width: none; }
    .cssgrid .container .row {
      display: grid;
      grid-template-columns: repeat(12, 1fr);
      grid-column-gap: 30px;
      grid-column: auto/span 12; }

  .cssgrid .col-xs-1 {
    grid-column: auto/span 1; }

  .cssgrid .container .col-xs-offset-1, .cssgrid .row .col-xs-offset-1 {
    grid-column-start: 2;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-2 {
    grid-column: auto/span 2; }

  .cssgrid .container .col-xs-offset-2, .cssgrid .row .col-xs-offset-2 {
    grid-column-start: 3;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-3 {
    grid-column: auto/span 3; }

  .cssgrid .container .col-xs-offset-3, .cssgrid .row .col-xs-offset-3 {
    grid-column-start: 4;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-4 {
    grid-column: auto/span 4; }

  .cssgrid .container .col-xs-offset-4, .cssgrid .row .col-xs-offset-4 {
    grid-column-start: 5;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-5 {
    grid-column: auto/span 5; }

  .cssgrid .container .col-xs-offset-5, .cssgrid .row .col-xs-offset-5 {
    grid-column-start: 6;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-6 {
    grid-column: auto/span 6; }

  .cssgrid .container .col-xs-offset-6, .cssgrid .row .col-xs-offset-6 {
    grid-column-start: 7;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-7 {
    grid-column: auto/span 7; }

  .cssgrid .container .col-xs-offset-7, .cssgrid .row .col-xs-offset-7 {
    grid-column-start: 8;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-8 {
    grid-column: auto/span 8; }

  .cssgrid .container .col-xs-offset-8, .cssgrid .row .col-xs-offset-8 {
    grid-column-start: 9;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-9 {
    grid-column: auto/span 9; }

  .cssgrid .container .col-xs-offset-9, .cssgrid .row .col-xs-offset-9 {
    grid-column-start: 10;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-10 {
    grid-column: auto/span 10; }

  .cssgrid .container .col-xs-offset-10, .cssgrid .row .col-xs-offset-10 {
    grid-column-start: 11;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-11 {
    grid-column: auto/span 11; }

  .cssgrid .container .col-xs-offset-11, .cssgrid .row .col-xs-offset-11 {
    grid-column-start: 12;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xs-12 {
    grid-column: auto/span 12; }

  .cssgrid .container .col-xs-offset-12, .cssgrid .row .col-xs-offset-12 {
    grid-column-start: 13;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-1 {
    grid-column: auto/span 1; }

  .cssgrid .container .col-sm-offset-1, .cssgrid .row .col-sm-offset-1 {
    grid-column-start: 2;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-2 {
    grid-column: auto/span 2; }

  .cssgrid .container .col-sm-offset-2, .cssgrid .row .col-sm-offset-2 {
    grid-column-start: 3;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-3 {
    grid-column: auto/span 3; }

  .cssgrid .container .col-sm-offset-3, .cssgrid .row .col-sm-offset-3 {
    grid-column-start: 4;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-4 {
    grid-column: auto/span 4; }

  .cssgrid .container .col-sm-offset-4, .cssgrid .row .col-sm-offset-4 {
    grid-column-start: 5;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-5 {
    grid-column: auto/span 5; }

  .cssgrid .container .col-sm-offset-5, .cssgrid .row .col-sm-offset-5 {
    grid-column-start: 6;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-6 {
    grid-column: auto/span 6; }

  .cssgrid .container .col-sm-offset-6, .cssgrid .row .col-sm-offset-6 {
    grid-column-start: 7;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-7 {
    grid-column: auto/span 7; }

  .cssgrid .container .col-sm-offset-7, .cssgrid .row .col-sm-offset-7 {
    grid-column-start: 8;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-8 {
    grid-column: auto/span 8; }

  .cssgrid .container .col-sm-offset-8, .cssgrid .row .col-sm-offset-8 {
    grid-column-start: 9;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-9 {
    grid-column: auto/span 9; }

  .cssgrid .container .col-sm-offset-9, .cssgrid .row .col-sm-offset-9 {
    grid-column-start: 10;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-10 {
    grid-column: auto/span 10; }

  .cssgrid .container .col-sm-offset-10, .cssgrid .row .col-sm-offset-10 {
    grid-column-start: 11;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-11 {
    grid-column: auto/span 11; }

  .cssgrid .container .col-sm-offset-11, .cssgrid .row .col-sm-offset-11 {
    grid-column-start: 12;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-sm-12 {
    grid-column: auto/span 12; }

  .cssgrid .container .col-sm-offset-12, .cssgrid .row .col-sm-offset-12 {
    grid-column-start: 13;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-md-1 {
    grid-column: auto/span 1; }

  .cssgrid .container .col-md-offset-1, .cssgrid .row .col-md-offset-1 {
    grid-column-start: 2;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-md-2 {
    grid-column: auto/span 2; }

  .cssgrid .container .col-md-offset-2, .cssgrid .row .col-md-offset-2 {
    grid-column-start: 3;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-md-3 {
    grid-column: auto/span 3; }

  .cssgrid .container .col-md-offset-3, .cssgrid .row .col-md-offset-3 {
    grid-column-start: 4;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-md-4 {
    grid-column: auto/span 4; }

  .cssgrid .container .col-md-offset-4, .cssgrid .row .col-md-offset-4 {
    grid-column-start: 5;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-md-5 {
    grid-column: auto/span 5; }

  .cssgrid .container .col-md-offset-5, .cssgrid .row .col-md-offset-5 {
    grid-column-start: 6;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-md-6 {
    grid-column: auto/span 6; }

  .cssgrid .container .col-md-offset-6, .cssgrid .row .col-md-offset-6 {
    grid-column-start: 7;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-md-7 {
    grid-column: auto/span 7; }

  .cssgrid .container .col-md-offset-7, .cssgrid .row .col-md-offset-7 {
    grid-column-start: 8;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-md-8 {
    grid-column: auto/span 8; }

  .cssgrid .container .col-md-offset-8, .cssgrid .row .col-md-offset-8 {
    grid-column-start: 9;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-md-9 {
    grid-column: auto/span 9; }

  .cssgrid .container .col-md-offset-9, .cssgrid .row .col-md-offset-9 {
    grid-column-start: 10;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-md-10 {
    grid-column: auto/span 10; }

  .cssgrid .container .col-md-offset-10, .cssgrid .row .col-md-offset-10 {
    grid-column-start: 11;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-md-11 {
    grid-column: auto/span 11; }

  .cssgrid .container .col-md-offset-11, .cssgrid .row .col-md-offset-11 {
    grid-column-start: 12;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-md-12 {
    grid-column: auto/span 12; }

  .cssgrid .container .col-md-offset-12, .cssgrid .row .col-md-offset-12 {
    grid-column-start: 13;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-lg-1 {
    grid-column: auto/span 1; }

  .cssgrid .container .col-lg-offset-1, .cssgrid .row .col-lg-offset-1 {
    grid-column-start: 2;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-lg-2 {
    grid-column: auto/span 2; }

  .cssgrid .container .col-lg-offset-2, .cssgrid .row .col-lg-offset-2 {
    grid-column-start: 3;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-lg-3 {
    grid-column: auto/span 3; }

  .cssgrid .container .col-lg-offset-3, .cssgrid .row .col-lg-offset-3 {
    grid-column-start: 4;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-lg-4 {
    grid-column: auto/span 4; }

  .cssgrid .container .col-lg-offset-4, .cssgrid .row .col-lg-offset-4 {
    grid-column-start: 5;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-lg-5 {
    grid-column: auto/span 5; }

  .cssgrid .container .col-lg-offset-5, .cssgrid .row .col-lg-offset-5 {
    grid-column-start: 6;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-lg-6 {
    grid-column: auto/span 6; }

  .cssgrid .container .col-lg-offset-6, .cssgrid .row .col-lg-offset-6 {
    grid-column-start: 7;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-lg-7 {
    grid-column: auto/span 7; }

  .cssgrid .container .col-lg-offset-7, .cssgrid .row .col-lg-offset-7 {
    grid-column-start: 8;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-lg-8 {
    grid-column: auto/span 8; }

  .cssgrid .container .col-lg-offset-8, .cssgrid .row .col-lg-offset-8 {
    grid-column-start: 9;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-lg-9 {
    grid-column: auto/span 9; }

  .cssgrid .container .col-lg-offset-9, .cssgrid .row .col-lg-offset-9 {
    grid-column-start: 10;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-lg-10 {
    grid-column: auto/span 10; }

  .cssgrid .container .col-lg-offset-10, .cssgrid .row .col-lg-offset-10 {
    grid-column-start: 11;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-lg-11 {
    grid-column: auto/span 11; }

  .cssgrid .container .col-lg-offset-11, .cssgrid .row .col-lg-offset-11 {
    grid-column-start: 12;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-lg-12 {
    grid-column: auto/span 12; }

  .cssgrid .container .col-lg-offset-12, .cssgrid .row .col-lg-offset-12 {
    grid-column-start: 13;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xl-1 {
    grid-column: auto/span 1; }

  .cssgrid .container .col-xl-offset-1, .cssgrid .row .col-xl-offset-1 {
    grid-column-start: 2;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xl-2 {
    grid-column: auto/span 2; }

  .cssgrid .container .col-xl-offset-2, .cssgrid .row .col-xl-offset-2 {
    grid-column-start: 3;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xl-3 {
    grid-column: auto/span 3; }

  .cssgrid .container .col-xl-offset-3, .cssgrid .row .col-xl-offset-3 {
    grid-column-start: 4;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xl-4 {
    grid-column: auto/span 4; }

  .cssgrid .container .col-xl-offset-4, .cssgrid .row .col-xl-offset-4 {
    grid-column-start: 5;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xl-5 {
    grid-column: auto/span 5; }

  .cssgrid .container .col-xl-offset-5, .cssgrid .row .col-xl-offset-5 {
    grid-column-start: 6;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xl-6 {
    grid-column: auto/span 6; }

  .cssgrid .container .col-xl-offset-6, .cssgrid .row .col-xl-offset-6 {
    grid-column-start: 7;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xl-7 {
    grid-column: auto/span 7; }

  .cssgrid .container .col-xl-offset-7, .cssgrid .row .col-xl-offset-7 {
    grid-column-start: 8;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xl-8 {
    grid-column: auto/span 8; }

  .cssgrid .container .col-xl-offset-8, .cssgrid .row .col-xl-offset-8 {
    grid-column-start: 9;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xl-9 {
    grid-column: auto/span 9; }

  .cssgrid .container .col-xl-offset-9, .cssgrid .row .col-xl-offset-9 {
    grid-column-start: 10;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xl-10 {
    grid-column: auto/span 10; }

  .cssgrid .container .col-xl-offset-10, .cssgrid .row .col-xl-offset-10 {
    grid-column-start: 11;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xl-11 {
    grid-column: auto/span 11; }

  .cssgrid .container .col-xl-offset-11, .cssgrid .row .col-xl-offset-11 {
    grid-column-start: 12;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ }

  .cssgrid .col-xl-12 {
    grid-column: auto/span 12; }

  .cssgrid .container .col-xl-offset-12, .cssgrid .row .col-xl-offset-12 {
    grid-column-start: 13;
    /* Partial support for column offsets using grid-column-start. Only works with the first column in a row. For more advanced use cases, use grid template areas. */ } }
/* Neat grid (https://neat.bourbon.io/). Use optional no-cssgrid prefix as HTML/body class for older browsers and native CSS grids for browsers with full support. */
.no-cssgrid .container {
  width: 100%;
  margin-right: auto;
  margin-left: auto; }
  .no-cssgrid .container::after {
    clear: both;
    content: "";
    display: block; }

.no-cssgrid .col-1 {
  width: calc(8.3333333333% - 21.6666666667px);
  float: left;
  margin-left: 20px; }

.no-cssgrid .col-2 {
  width: calc(16.6666666667% - 23.3333333333px);
  float: left;
  margin-left: 20px; }

.no-cssgrid .col-3 {
  width: calc(25% - 25px);
  float: left;
  margin-left: 20px; }

.no-cssgrid .col-4 {
  width: calc(33.3333333333% - 26.6666666667px);
  float: left;
  margin-left: 20px; }

.no-cssgrid .col-5 {
  width: calc(41.6666666667% - 28.3333333333px);
  float: left;
  margin-left: 20px; }

.no-cssgrid .col-6 {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px; }

.no-cssgrid .col-7 {
  width: calc(58.3333333333% - 31.6666666667px);
  float: left;
  margin-left: 20px; }

.no-cssgrid .col-8 {
  width: calc(66.6666666667% - 33.3333333333px);
  float: left;
  margin-left: 20px; }

.no-cssgrid .col-9 {
  width: calc(75% - 35px);
  float: left;
  margin-left: 20px; }

.no-cssgrid .col-10 {
  width: calc(83.3333333333% - 36.6666666667px);
  float: left;
  margin-left: 20px; }

.no-cssgrid .col-11 {
  width: calc(91.6666666667% - 38.3333333333px);
  float: left;
  margin-left: 20px; }

.no-cssgrid .col-12 {
  width: calc(100% - 40px);
  float: left;
  margin-left: 20px; }

@media (min-width: 0) {
  .no-cssgrid .container {
    max-width: none; }

  .no-cssgrid .col-xs-1 {
    width: calc(8.3333333333% - 10.8333333333px);
    float: left;
    margin-left: 10px; }

  .no-cssgrid .container .col-xs-offset-1, .no-cssgrid .row .col-xs-offset-1 {
    left: calc(8.3333333333% - 21.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-2 {
    width: calc(16.6666666667% - 11.6666666667px);
    float: left;
    margin-left: 10px; }

  .no-cssgrid .container .col-xs-offset-2, .no-cssgrid .row .col-xs-offset-2 {
    left: calc(16.6666666667% - 23.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-3 {
    width: calc(25% - 12.5px);
    float: left;
    margin-left: 10px; }

  .no-cssgrid .container .col-xs-offset-3, .no-cssgrid .row .col-xs-offset-3 {
    left: calc(25% - 25px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-4 {
    width: calc(33.3333333333% - 13.3333333333px);
    float: left;
    margin-left: 10px; }

  .no-cssgrid .container .col-xs-offset-4, .no-cssgrid .row .col-xs-offset-4 {
    left: calc(33.3333333333% - 26.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-5 {
    width: calc(41.6666666667% - 14.1666666667px);
    float: left;
    margin-left: 10px; }

  .no-cssgrid .container .col-xs-offset-5, .no-cssgrid .row .col-xs-offset-5 {
    left: calc(41.6666666667% - 28.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-6 {
    width: calc(50% - 15px);
    float: left;
    margin-left: 10px; }

  .no-cssgrid .container .col-xs-offset-6, .no-cssgrid .row .col-xs-offset-6 {
    left: calc(50% - 30px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-7 {
    width: calc(58.3333333333% - 15.8333333333px);
    float: left;
    margin-left: 10px; }

  .no-cssgrid .container .col-xs-offset-7, .no-cssgrid .row .col-xs-offset-7 {
    left: calc(58.3333333333% - 31.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-8 {
    width: calc(66.6666666667% - 16.6666666667px);
    float: left;
    margin-left: 10px; }

  .no-cssgrid .container .col-xs-offset-8, .no-cssgrid .row .col-xs-offset-8 {
    left: calc(66.6666666667% - 33.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-9 {
    width: calc(75% - 17.5px);
    float: left;
    margin-left: 10px; }

  .no-cssgrid .container .col-xs-offset-9, .no-cssgrid .row .col-xs-offset-9 {
    left: calc(75% - 35px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-10 {
    width: calc(83.3333333333% - 18.3333333333px);
    float: left;
    margin-left: 10px; }

  .no-cssgrid .container .col-xs-offset-10, .no-cssgrid .row .col-xs-offset-10 {
    left: calc(83.3333333333% - 36.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-11 {
    width: calc(91.6666666667% - 19.1666666667px);
    float: left;
    margin-left: 10px; }

  .no-cssgrid .container .col-xs-offset-11, .no-cssgrid .row .col-xs-offset-11 {
    left: calc(91.6666666667% - 38.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-12 {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px; }

  .no-cssgrid .container .col-xs-offset-12, .no-cssgrid .row .col-xs-offset-12 {
    left: calc(100% - 40px + 20px);
    position: relative; } }
@media (min-width: 576px) {
  .no-cssgrid .container {
    max-width: none; }

  .no-cssgrid .row {
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px); }

  .no-cssgrid .col-xs-1 {
    width: calc(8.3333333333% - 10.8333333333px);
    float: left;
    margin-left: 10px; }

  .no-cssgrid .container .col-xs-offset-1, .no-cssgrid .row .col-xs-offset-1 {
    left: calc(8.3333333333% - 21.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-2 {
    width: calc(16.6666666667% - 11.6666666667px);
    float: left;
    margin-left: 10px; }

  .no-cssgrid .container .col-xs-offset-2, .no-cssgrid .row .col-xs-offset-2 {
    left: calc(16.6666666667% - 23.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-3 {
    width: calc(25% - 12.5px);
    float: left;
    margin-left: 10px; }

  .no-cssgrid .container .col-xs-offset-3, .no-cssgrid .row .col-xs-offset-3 {
    left: calc(25% - 25px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-4 {
    width: calc(33.3333333333% - 13.3333333333px);
    float: left;
    margin-left: 10px; }

  .no-cssgrid .container .col-xs-offset-4, .no-cssgrid .row .col-xs-offset-4 {
    left: calc(33.3333333333% - 26.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-5 {
    width: calc(41.6666666667% - 14.1666666667px);
    float: left;
    margin-left: 10px; }

  .no-cssgrid .container .col-xs-offset-5, .no-cssgrid .row .col-xs-offset-5 {
    left: calc(41.6666666667% - 28.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-6 {
    width: calc(50% - 15px);
    float: left;
    margin-left: 10px; }

  .no-cssgrid .container .col-xs-offset-6, .no-cssgrid .row .col-xs-offset-6 {
    left: calc(50% - 30px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-7 {
    width: calc(58.3333333333% - 15.8333333333px);
    float: left;
    margin-left: 10px; }

  .no-cssgrid .container .col-xs-offset-7, .no-cssgrid .row .col-xs-offset-7 {
    left: calc(58.3333333333% - 31.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-8 {
    width: calc(66.6666666667% - 16.6666666667px);
    float: left;
    margin-left: 10px; }

  .no-cssgrid .container .col-xs-offset-8, .no-cssgrid .row .col-xs-offset-8 {
    left: calc(66.6666666667% - 33.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-9 {
    width: calc(75% - 17.5px);
    float: left;
    margin-left: 10px; }

  .no-cssgrid .container .col-xs-offset-9, .no-cssgrid .row .col-xs-offset-9 {
    left: calc(75% - 35px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-10 {
    width: calc(83.3333333333% - 18.3333333333px);
    float: left;
    margin-left: 10px; }

  .no-cssgrid .container .col-xs-offset-10, .no-cssgrid .row .col-xs-offset-10 {
    left: calc(83.3333333333% - 36.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-11 {
    width: calc(91.6666666667% - 19.1666666667px);
    float: left;
    margin-left: 10px; }

  .no-cssgrid .container .col-xs-offset-11, .no-cssgrid .row .col-xs-offset-11 {
    left: calc(91.6666666667% - 38.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-12 {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px; }

  .no-cssgrid .container .col-xs-offset-12, .no-cssgrid .row .col-xs-offset-12 {
    left: calc(100% - 40px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-1 {
    width: calc(8.3333333333% - 10.8333333333px);
    float: left;
    margin-left: 10px; }

  .no-cssgrid .container .col-sm-offset-1, .no-cssgrid .row .col-sm-offset-1 {
    left: calc(8.3333333333% - 21.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-2 {
    width: calc(16.6666666667% - 11.6666666667px);
    float: left;
    margin-left: 10px; }

  .no-cssgrid .container .col-sm-offset-2, .no-cssgrid .row .col-sm-offset-2 {
    left: calc(16.6666666667% - 23.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-3 {
    width: calc(25% - 12.5px);
    float: left;
    margin-left: 10px; }

  .no-cssgrid .container .col-sm-offset-3, .no-cssgrid .row .col-sm-offset-3 {
    left: calc(25% - 25px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-4 {
    width: calc(33.3333333333% - 13.3333333333px);
    float: left;
    margin-left: 10px; }

  .no-cssgrid .container .col-sm-offset-4, .no-cssgrid .row .col-sm-offset-4 {
    left: calc(33.3333333333% - 26.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-5 {
    width: calc(41.6666666667% - 14.1666666667px);
    float: left;
    margin-left: 10px; }

  .no-cssgrid .container .col-sm-offset-5, .no-cssgrid .row .col-sm-offset-5 {
    left: calc(41.6666666667% - 28.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-6 {
    width: calc(50% - 15px);
    float: left;
    margin-left: 10px; }

  .no-cssgrid .container .col-sm-offset-6, .no-cssgrid .row .col-sm-offset-6 {
    left: calc(50% - 30px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-7 {
    width: calc(58.3333333333% - 15.8333333333px);
    float: left;
    margin-left: 10px; }

  .no-cssgrid .container .col-sm-offset-7, .no-cssgrid .row .col-sm-offset-7 {
    left: calc(58.3333333333% - 31.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-8 {
    width: calc(66.6666666667% - 16.6666666667px);
    float: left;
    margin-left: 10px; }

  .no-cssgrid .container .col-sm-offset-8, .no-cssgrid .row .col-sm-offset-8 {
    left: calc(66.6666666667% - 33.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-9 {
    width: calc(75% - 17.5px);
    float: left;
    margin-left: 10px; }

  .no-cssgrid .container .col-sm-offset-9, .no-cssgrid .row .col-sm-offset-9 {
    left: calc(75% - 35px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-10 {
    width: calc(83.3333333333% - 18.3333333333px);
    float: left;
    margin-left: 10px; }

  .no-cssgrid .container .col-sm-offset-10, .no-cssgrid .row .col-sm-offset-10 {
    left: calc(83.3333333333% - 36.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-11 {
    width: calc(91.6666666667% - 19.1666666667px);
    float: left;
    margin-left: 10px; }

  .no-cssgrid .container .col-sm-offset-11, .no-cssgrid .row .col-sm-offset-11 {
    left: calc(91.6666666667% - 38.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-12 {
    width: calc(100% - 20px);
    float: left;
    margin-left: 10px; }

  .no-cssgrid .container .col-sm-offset-12, .no-cssgrid .row .col-sm-offset-12 {
    left: calc(100% - 40px + 20px);
    position: relative; } }
@media (min-width: 768px) {
  .no-cssgrid .container {
    max-width: none; }

  .no-cssgrid .row {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px); }

  .no-cssgrid .col-xs-1 {
    width: calc(8.3333333333% - 21.6666666667px);
    float: left;
    margin-left: 20px; }

  .no-cssgrid .container .col-xs-offset-1, .no-cssgrid .row .col-xs-offset-1 {
    left: calc(8.3333333333% - 21.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-2 {
    width: calc(16.6666666667% - 23.3333333333px);
    float: left;
    margin-left: 20px; }

  .no-cssgrid .container .col-xs-offset-2, .no-cssgrid .row .col-xs-offset-2 {
    left: calc(16.6666666667% - 23.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-3 {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px; }

  .no-cssgrid .container .col-xs-offset-3, .no-cssgrid .row .col-xs-offset-3 {
    left: calc(25% - 25px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-4 {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px; }

  .no-cssgrid .container .col-xs-offset-4, .no-cssgrid .row .col-xs-offset-4 {
    left: calc(33.3333333333% - 26.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-5 {
    width: calc(41.6666666667% - 28.3333333333px);
    float: left;
    margin-left: 20px; }

  .no-cssgrid .container .col-xs-offset-5, .no-cssgrid .row .col-xs-offset-5 {
    left: calc(41.6666666667% - 28.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-6 {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px; }

  .no-cssgrid .container .col-xs-offset-6, .no-cssgrid .row .col-xs-offset-6 {
    left: calc(50% - 30px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-7 {
    width: calc(58.3333333333% - 31.6666666667px);
    float: left;
    margin-left: 20px; }

  .no-cssgrid .container .col-xs-offset-7, .no-cssgrid .row .col-xs-offset-7 {
    left: calc(58.3333333333% - 31.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-8 {
    width: calc(66.6666666667% - 33.3333333333px);
    float: left;
    margin-left: 20px; }

  .no-cssgrid .container .col-xs-offset-8, .no-cssgrid .row .col-xs-offset-8 {
    left: calc(66.6666666667% - 33.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-9 {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px; }

  .no-cssgrid .container .col-xs-offset-9, .no-cssgrid .row .col-xs-offset-9 {
    left: calc(75% - 35px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-10 {
    width: calc(83.3333333333% - 36.6666666667px);
    float: left;
    margin-left: 20px; }

  .no-cssgrid .container .col-xs-offset-10, .no-cssgrid .row .col-xs-offset-10 {
    left: calc(83.3333333333% - 36.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-11 {
    width: calc(91.6666666667% - 38.3333333333px);
    float: left;
    margin-left: 20px; }

  .no-cssgrid .container .col-xs-offset-11, .no-cssgrid .row .col-xs-offset-11 {
    left: calc(91.6666666667% - 38.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-12 {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; }

  .no-cssgrid .container .col-xs-offset-12, .no-cssgrid .row .col-xs-offset-12 {
    left: calc(100% - 40px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-1 {
    width: calc(8.3333333333% - 21.6666666667px);
    float: left;
    margin-left: 20px; }

  .no-cssgrid .container .col-sm-offset-1, .no-cssgrid .row .col-sm-offset-1 {
    left: calc(8.3333333333% - 21.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-2 {
    width: calc(16.6666666667% - 23.3333333333px);
    float: left;
    margin-left: 20px; }

  .no-cssgrid .container .col-sm-offset-2, .no-cssgrid .row .col-sm-offset-2 {
    left: calc(16.6666666667% - 23.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-3 {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px; }

  .no-cssgrid .container .col-sm-offset-3, .no-cssgrid .row .col-sm-offset-3 {
    left: calc(25% - 25px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-4 {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px; }

  .no-cssgrid .container .col-sm-offset-4, .no-cssgrid .row .col-sm-offset-4 {
    left: calc(33.3333333333% - 26.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-5 {
    width: calc(41.6666666667% - 28.3333333333px);
    float: left;
    margin-left: 20px; }

  .no-cssgrid .container .col-sm-offset-5, .no-cssgrid .row .col-sm-offset-5 {
    left: calc(41.6666666667% - 28.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-6 {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px; }

  .no-cssgrid .container .col-sm-offset-6, .no-cssgrid .row .col-sm-offset-6 {
    left: calc(50% - 30px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-7 {
    width: calc(58.3333333333% - 31.6666666667px);
    float: left;
    margin-left: 20px; }

  .no-cssgrid .container .col-sm-offset-7, .no-cssgrid .row .col-sm-offset-7 {
    left: calc(58.3333333333% - 31.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-8 {
    width: calc(66.6666666667% - 33.3333333333px);
    float: left;
    margin-left: 20px; }

  .no-cssgrid .container .col-sm-offset-8, .no-cssgrid .row .col-sm-offset-8 {
    left: calc(66.6666666667% - 33.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-9 {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px; }

  .no-cssgrid .container .col-sm-offset-9, .no-cssgrid .row .col-sm-offset-9 {
    left: calc(75% - 35px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-10 {
    width: calc(83.3333333333% - 36.6666666667px);
    float: left;
    margin-left: 20px; }

  .no-cssgrid .container .col-sm-offset-10, .no-cssgrid .row .col-sm-offset-10 {
    left: calc(83.3333333333% - 36.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-11 {
    width: calc(91.6666666667% - 38.3333333333px);
    float: left;
    margin-left: 20px; }

  .no-cssgrid .container .col-sm-offset-11, .no-cssgrid .row .col-sm-offset-11 {
    left: calc(91.6666666667% - 38.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-12 {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; }

  .no-cssgrid .container .col-sm-offset-12, .no-cssgrid .row .col-sm-offset-12 {
    left: calc(100% - 40px + 20px);
    position: relative; }

  .no-cssgrid .col-md-1 {
    width: calc(8.3333333333% - 21.6666666667px);
    float: left;
    margin-left: 20px; }

  .no-cssgrid .container .col-md-offset-1, .no-cssgrid .row .col-md-offset-1 {
    left: calc(8.3333333333% - 21.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-md-2 {
    width: calc(16.6666666667% - 23.3333333333px);
    float: left;
    margin-left: 20px; }

  .no-cssgrid .container .col-md-offset-2, .no-cssgrid .row .col-md-offset-2 {
    left: calc(16.6666666667% - 23.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-md-3 {
    width: calc(25% - 25px);
    float: left;
    margin-left: 20px; }

  .no-cssgrid .container .col-md-offset-3, .no-cssgrid .row .col-md-offset-3 {
    left: calc(25% - 25px + 20px);
    position: relative; }

  .no-cssgrid .col-md-4 {
    width: calc(33.3333333333% - 26.6666666667px);
    float: left;
    margin-left: 20px; }

  .no-cssgrid .container .col-md-offset-4, .no-cssgrid .row .col-md-offset-4 {
    left: calc(33.3333333333% - 26.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-md-5 {
    width: calc(41.6666666667% - 28.3333333333px);
    float: left;
    margin-left: 20px; }

  .no-cssgrid .container .col-md-offset-5, .no-cssgrid .row .col-md-offset-5 {
    left: calc(41.6666666667% - 28.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-md-6 {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px; }

  .no-cssgrid .container .col-md-offset-6, .no-cssgrid .row .col-md-offset-6 {
    left: calc(50% - 30px + 20px);
    position: relative; }

  .no-cssgrid .col-md-7 {
    width: calc(58.3333333333% - 31.6666666667px);
    float: left;
    margin-left: 20px; }

  .no-cssgrid .container .col-md-offset-7, .no-cssgrid .row .col-md-offset-7 {
    left: calc(58.3333333333% - 31.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-md-8 {
    width: calc(66.6666666667% - 33.3333333333px);
    float: left;
    margin-left: 20px; }

  .no-cssgrid .container .col-md-offset-8, .no-cssgrid .row .col-md-offset-8 {
    left: calc(66.6666666667% - 33.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-md-9 {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px; }

  .no-cssgrid .container .col-md-offset-9, .no-cssgrid .row .col-md-offset-9 {
    left: calc(75% - 35px + 20px);
    position: relative; }

  .no-cssgrid .col-md-10 {
    width: calc(83.3333333333% - 36.6666666667px);
    float: left;
    margin-left: 20px; }

  .no-cssgrid .container .col-md-offset-10, .no-cssgrid .row .col-md-offset-10 {
    left: calc(83.3333333333% - 36.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-md-11 {
    width: calc(91.6666666667% - 38.3333333333px);
    float: left;
    margin-left: 20px; }

  .no-cssgrid .container .col-md-offset-11, .no-cssgrid .row .col-md-offset-11 {
    left: calc(91.6666666667% - 38.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-md-12 {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px; }

  .no-cssgrid .container .col-md-offset-12, .no-cssgrid .row .col-md-offset-12 {
    left: calc(100% - 40px + 20px);
    position: relative; } }
@media (min-width: 992px) {
  .no-cssgrid .container {
    max-width: none; }

  .no-cssgrid .row {
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px); }

  .no-cssgrid .col-xs-1 {
    width: calc(8.3333333333% - 32.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-xs-offset-1, .no-cssgrid .row .col-xs-offset-1 {
    left: calc(8.3333333333% - 21.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-2 {
    width: calc(16.6666666667% - 35px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-xs-offset-2, .no-cssgrid .row .col-xs-offset-2 {
    left: calc(16.6666666667% - 23.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-3 {
    width: calc(25% - 37.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-xs-offset-3, .no-cssgrid .row .col-xs-offset-3 {
    left: calc(25% - 25px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-4 {
    width: calc(33.3333333333% - 40px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-xs-offset-4, .no-cssgrid .row .col-xs-offset-4 {
    left: calc(33.3333333333% - 26.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-5 {
    width: calc(41.6666666667% - 42.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-xs-offset-5, .no-cssgrid .row .col-xs-offset-5 {
    left: calc(41.6666666667% - 28.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-6 {
    width: calc(50% - 45px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-xs-offset-6, .no-cssgrid .row .col-xs-offset-6 {
    left: calc(50% - 30px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-7 {
    width: calc(58.3333333333% - 47.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-xs-offset-7, .no-cssgrid .row .col-xs-offset-7 {
    left: calc(58.3333333333% - 31.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-8 {
    width: calc(66.6666666667% - 50px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-xs-offset-8, .no-cssgrid .row .col-xs-offset-8 {
    left: calc(66.6666666667% - 33.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-9 {
    width: calc(75% - 52.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-xs-offset-9, .no-cssgrid .row .col-xs-offset-9 {
    left: calc(75% - 35px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-10 {
    width: calc(83.3333333333% - 55px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-xs-offset-10, .no-cssgrid .row .col-xs-offset-10 {
    left: calc(83.3333333333% - 36.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-11 {
    width: calc(91.6666666667% - 57.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-xs-offset-11, .no-cssgrid .row .col-xs-offset-11 {
    left: calc(91.6666666667% - 38.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-12 {
    width: calc(100% - 60px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-xs-offset-12, .no-cssgrid .row .col-xs-offset-12 {
    left: calc(100% - 40px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-1 {
    width: calc(8.3333333333% - 32.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-sm-offset-1, .no-cssgrid .row .col-sm-offset-1 {
    left: calc(8.3333333333% - 21.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-2 {
    width: calc(16.6666666667% - 35px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-sm-offset-2, .no-cssgrid .row .col-sm-offset-2 {
    left: calc(16.6666666667% - 23.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-3 {
    width: calc(25% - 37.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-sm-offset-3, .no-cssgrid .row .col-sm-offset-3 {
    left: calc(25% - 25px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-4 {
    width: calc(33.3333333333% - 40px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-sm-offset-4, .no-cssgrid .row .col-sm-offset-4 {
    left: calc(33.3333333333% - 26.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-5 {
    width: calc(41.6666666667% - 42.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-sm-offset-5, .no-cssgrid .row .col-sm-offset-5 {
    left: calc(41.6666666667% - 28.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-6 {
    width: calc(50% - 45px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-sm-offset-6, .no-cssgrid .row .col-sm-offset-6 {
    left: calc(50% - 30px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-7 {
    width: calc(58.3333333333% - 47.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-sm-offset-7, .no-cssgrid .row .col-sm-offset-7 {
    left: calc(58.3333333333% - 31.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-8 {
    width: calc(66.6666666667% - 50px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-sm-offset-8, .no-cssgrid .row .col-sm-offset-8 {
    left: calc(66.6666666667% - 33.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-9 {
    width: calc(75% - 52.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-sm-offset-9, .no-cssgrid .row .col-sm-offset-9 {
    left: calc(75% - 35px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-10 {
    width: calc(83.3333333333% - 55px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-sm-offset-10, .no-cssgrid .row .col-sm-offset-10 {
    left: calc(83.3333333333% - 36.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-11 {
    width: calc(91.6666666667% - 57.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-sm-offset-11, .no-cssgrid .row .col-sm-offset-11 {
    left: calc(91.6666666667% - 38.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-12 {
    width: calc(100% - 60px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-sm-offset-12, .no-cssgrid .row .col-sm-offset-12 {
    left: calc(100% - 40px + 20px);
    position: relative; }

  .no-cssgrid .col-md-1 {
    width: calc(8.3333333333% - 32.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-md-offset-1, .no-cssgrid .row .col-md-offset-1 {
    left: calc(8.3333333333% - 21.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-md-2 {
    width: calc(16.6666666667% - 35px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-md-offset-2, .no-cssgrid .row .col-md-offset-2 {
    left: calc(16.6666666667% - 23.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-md-3 {
    width: calc(25% - 37.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-md-offset-3, .no-cssgrid .row .col-md-offset-3 {
    left: calc(25% - 25px + 20px);
    position: relative; }

  .no-cssgrid .col-md-4 {
    width: calc(33.3333333333% - 40px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-md-offset-4, .no-cssgrid .row .col-md-offset-4 {
    left: calc(33.3333333333% - 26.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-md-5 {
    width: calc(41.6666666667% - 42.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-md-offset-5, .no-cssgrid .row .col-md-offset-5 {
    left: calc(41.6666666667% - 28.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-md-6 {
    width: calc(50% - 45px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-md-offset-6, .no-cssgrid .row .col-md-offset-6 {
    left: calc(50% - 30px + 20px);
    position: relative; }

  .no-cssgrid .col-md-7 {
    width: calc(58.3333333333% - 47.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-md-offset-7, .no-cssgrid .row .col-md-offset-7 {
    left: calc(58.3333333333% - 31.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-md-8 {
    width: calc(66.6666666667% - 50px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-md-offset-8, .no-cssgrid .row .col-md-offset-8 {
    left: calc(66.6666666667% - 33.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-md-9 {
    width: calc(75% - 52.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-md-offset-9, .no-cssgrid .row .col-md-offset-9 {
    left: calc(75% - 35px + 20px);
    position: relative; }

  .no-cssgrid .col-md-10 {
    width: calc(83.3333333333% - 55px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-md-offset-10, .no-cssgrid .row .col-md-offset-10 {
    left: calc(83.3333333333% - 36.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-md-11 {
    width: calc(91.6666666667% - 57.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-md-offset-11, .no-cssgrid .row .col-md-offset-11 {
    left: calc(91.6666666667% - 38.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-md-12 {
    width: calc(100% - 60px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-md-offset-12, .no-cssgrid .row .col-md-offset-12 {
    left: calc(100% - 40px + 20px);
    position: relative; }

  .no-cssgrid .col-lg-1 {
    width: calc(8.3333333333% - 32.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-lg-offset-1, .no-cssgrid .row .col-lg-offset-1 {
    left: calc(8.3333333333% - 21.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-lg-2 {
    width: calc(16.6666666667% - 35px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-lg-offset-2, .no-cssgrid .row .col-lg-offset-2 {
    left: calc(16.6666666667% - 23.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-lg-3 {
    width: calc(25% - 37.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-lg-offset-3, .no-cssgrid .row .col-lg-offset-3 {
    left: calc(25% - 25px + 20px);
    position: relative; }

  .no-cssgrid .col-lg-4 {
    width: calc(33.3333333333% - 40px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-lg-offset-4, .no-cssgrid .row .col-lg-offset-4 {
    left: calc(33.3333333333% - 26.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-lg-5 {
    width: calc(41.6666666667% - 42.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-lg-offset-5, .no-cssgrid .row .col-lg-offset-5 {
    left: calc(41.6666666667% - 28.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-lg-6 {
    width: calc(50% - 45px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-lg-offset-6, .no-cssgrid .row .col-lg-offset-6 {
    left: calc(50% - 30px + 20px);
    position: relative; }

  .no-cssgrid .col-lg-7 {
    width: calc(58.3333333333% - 47.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-lg-offset-7, .no-cssgrid .row .col-lg-offset-7 {
    left: calc(58.3333333333% - 31.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-lg-8 {
    width: calc(66.6666666667% - 50px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-lg-offset-8, .no-cssgrid .row .col-lg-offset-8 {
    left: calc(66.6666666667% - 33.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-lg-9 {
    width: calc(75% - 52.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-lg-offset-9, .no-cssgrid .row .col-lg-offset-9 {
    left: calc(75% - 35px + 20px);
    position: relative; }

  .no-cssgrid .col-lg-10 {
    width: calc(83.3333333333% - 55px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-lg-offset-10, .no-cssgrid .row .col-lg-offset-10 {
    left: calc(83.3333333333% - 36.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-lg-11 {
    width: calc(91.6666666667% - 57.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-lg-offset-11, .no-cssgrid .row .col-lg-offset-11 {
    left: calc(91.6666666667% - 38.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-lg-12 {
    width: calc(100% - 60px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-lg-offset-12, .no-cssgrid .row .col-lg-offset-12 {
    left: calc(100% - 40px + 20px);
    position: relative; } }
@media (min-width: 1200px) {
  .no-cssgrid .container {
    max-width: none; }

  .no-cssgrid .row {
    margin-left: -30px;
    margin-right: -30px;
    width: calc(100% + 60px); }

  .no-cssgrid .col-xs-1 {
    width: calc(8.3333333333% - 32.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-xs-offset-1, .no-cssgrid .row .col-xs-offset-1 {
    left: calc(8.3333333333% - 21.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-2 {
    width: calc(16.6666666667% - 35px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-xs-offset-2, .no-cssgrid .row .col-xs-offset-2 {
    left: calc(16.6666666667% - 23.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-3 {
    width: calc(25% - 37.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-xs-offset-3, .no-cssgrid .row .col-xs-offset-3 {
    left: calc(25% - 25px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-4 {
    width: calc(33.3333333333% - 40px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-xs-offset-4, .no-cssgrid .row .col-xs-offset-4 {
    left: calc(33.3333333333% - 26.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-5 {
    width: calc(41.6666666667% - 42.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-xs-offset-5, .no-cssgrid .row .col-xs-offset-5 {
    left: calc(41.6666666667% - 28.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-6 {
    width: calc(50% - 45px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-xs-offset-6, .no-cssgrid .row .col-xs-offset-6 {
    left: calc(50% - 30px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-7 {
    width: calc(58.3333333333% - 47.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-xs-offset-7, .no-cssgrid .row .col-xs-offset-7 {
    left: calc(58.3333333333% - 31.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-8 {
    width: calc(66.6666666667% - 50px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-xs-offset-8, .no-cssgrid .row .col-xs-offset-8 {
    left: calc(66.6666666667% - 33.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-9 {
    width: calc(75% - 52.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-xs-offset-9, .no-cssgrid .row .col-xs-offset-9 {
    left: calc(75% - 35px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-10 {
    width: calc(83.3333333333% - 55px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-xs-offset-10, .no-cssgrid .row .col-xs-offset-10 {
    left: calc(83.3333333333% - 36.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-11 {
    width: calc(91.6666666667% - 57.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-xs-offset-11, .no-cssgrid .row .col-xs-offset-11 {
    left: calc(91.6666666667% - 38.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-xs-12 {
    width: calc(100% - 60px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-xs-offset-12, .no-cssgrid .row .col-xs-offset-12 {
    left: calc(100% - 40px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-1 {
    width: calc(8.3333333333% - 32.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-sm-offset-1, .no-cssgrid .row .col-sm-offset-1 {
    left: calc(8.3333333333% - 21.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-2 {
    width: calc(16.6666666667% - 35px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-sm-offset-2, .no-cssgrid .row .col-sm-offset-2 {
    left: calc(16.6666666667% - 23.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-3 {
    width: calc(25% - 37.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-sm-offset-3, .no-cssgrid .row .col-sm-offset-3 {
    left: calc(25% - 25px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-4 {
    width: calc(33.3333333333% - 40px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-sm-offset-4, .no-cssgrid .row .col-sm-offset-4 {
    left: calc(33.3333333333% - 26.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-5 {
    width: calc(41.6666666667% - 42.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-sm-offset-5, .no-cssgrid .row .col-sm-offset-5 {
    left: calc(41.6666666667% - 28.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-6 {
    width: calc(50% - 45px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-sm-offset-6, .no-cssgrid .row .col-sm-offset-6 {
    left: calc(50% - 30px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-7 {
    width: calc(58.3333333333% - 47.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-sm-offset-7, .no-cssgrid .row .col-sm-offset-7 {
    left: calc(58.3333333333% - 31.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-8 {
    width: calc(66.6666666667% - 50px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-sm-offset-8, .no-cssgrid .row .col-sm-offset-8 {
    left: calc(66.6666666667% - 33.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-9 {
    width: calc(75% - 52.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-sm-offset-9, .no-cssgrid .row .col-sm-offset-9 {
    left: calc(75% - 35px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-10 {
    width: calc(83.3333333333% - 55px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-sm-offset-10, .no-cssgrid .row .col-sm-offset-10 {
    left: calc(83.3333333333% - 36.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-11 {
    width: calc(91.6666666667% - 57.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-sm-offset-11, .no-cssgrid .row .col-sm-offset-11 {
    left: calc(91.6666666667% - 38.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-sm-12 {
    width: calc(100% - 60px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-sm-offset-12, .no-cssgrid .row .col-sm-offset-12 {
    left: calc(100% - 40px + 20px);
    position: relative; }

  .no-cssgrid .col-md-1 {
    width: calc(8.3333333333% - 32.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-md-offset-1, .no-cssgrid .row .col-md-offset-1 {
    left: calc(8.3333333333% - 21.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-md-2 {
    width: calc(16.6666666667% - 35px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-md-offset-2, .no-cssgrid .row .col-md-offset-2 {
    left: calc(16.6666666667% - 23.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-md-3 {
    width: calc(25% - 37.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-md-offset-3, .no-cssgrid .row .col-md-offset-3 {
    left: calc(25% - 25px + 20px);
    position: relative; }

  .no-cssgrid .col-md-4 {
    width: calc(33.3333333333% - 40px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-md-offset-4, .no-cssgrid .row .col-md-offset-4 {
    left: calc(33.3333333333% - 26.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-md-5 {
    width: calc(41.6666666667% - 42.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-md-offset-5, .no-cssgrid .row .col-md-offset-5 {
    left: calc(41.6666666667% - 28.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-md-6 {
    width: calc(50% - 45px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-md-offset-6, .no-cssgrid .row .col-md-offset-6 {
    left: calc(50% - 30px + 20px);
    position: relative; }

  .no-cssgrid .col-md-7 {
    width: calc(58.3333333333% - 47.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-md-offset-7, .no-cssgrid .row .col-md-offset-7 {
    left: calc(58.3333333333% - 31.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-md-8 {
    width: calc(66.6666666667% - 50px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-md-offset-8, .no-cssgrid .row .col-md-offset-8 {
    left: calc(66.6666666667% - 33.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-md-9 {
    width: calc(75% - 52.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-md-offset-9, .no-cssgrid .row .col-md-offset-9 {
    left: calc(75% - 35px + 20px);
    position: relative; }

  .no-cssgrid .col-md-10 {
    width: calc(83.3333333333% - 55px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-md-offset-10, .no-cssgrid .row .col-md-offset-10 {
    left: calc(83.3333333333% - 36.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-md-11 {
    width: calc(91.6666666667% - 57.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-md-offset-11, .no-cssgrid .row .col-md-offset-11 {
    left: calc(91.6666666667% - 38.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-md-12 {
    width: calc(100% - 60px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-md-offset-12, .no-cssgrid .row .col-md-offset-12 {
    left: calc(100% - 40px + 20px);
    position: relative; }

  .no-cssgrid .col-lg-1 {
    width: calc(8.3333333333% - 32.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-lg-offset-1, .no-cssgrid .row .col-lg-offset-1 {
    left: calc(8.3333333333% - 21.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-lg-2 {
    width: calc(16.6666666667% - 35px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-lg-offset-2, .no-cssgrid .row .col-lg-offset-2 {
    left: calc(16.6666666667% - 23.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-lg-3 {
    width: calc(25% - 37.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-lg-offset-3, .no-cssgrid .row .col-lg-offset-3 {
    left: calc(25% - 25px + 20px);
    position: relative; }

  .no-cssgrid .col-lg-4 {
    width: calc(33.3333333333% - 40px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-lg-offset-4, .no-cssgrid .row .col-lg-offset-4 {
    left: calc(33.3333333333% - 26.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-lg-5 {
    width: calc(41.6666666667% - 42.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-lg-offset-5, .no-cssgrid .row .col-lg-offset-5 {
    left: calc(41.6666666667% - 28.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-lg-6 {
    width: calc(50% - 45px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-lg-offset-6, .no-cssgrid .row .col-lg-offset-6 {
    left: calc(50% - 30px + 20px);
    position: relative; }

  .no-cssgrid .col-lg-7 {
    width: calc(58.3333333333% - 47.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-lg-offset-7, .no-cssgrid .row .col-lg-offset-7 {
    left: calc(58.3333333333% - 31.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-lg-8 {
    width: calc(66.6666666667% - 50px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-lg-offset-8, .no-cssgrid .row .col-lg-offset-8 {
    left: calc(66.6666666667% - 33.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-lg-9 {
    width: calc(75% - 52.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-lg-offset-9, .no-cssgrid .row .col-lg-offset-9 {
    left: calc(75% - 35px + 20px);
    position: relative; }

  .no-cssgrid .col-lg-10 {
    width: calc(83.3333333333% - 55px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-lg-offset-10, .no-cssgrid .row .col-lg-offset-10 {
    left: calc(83.3333333333% - 36.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-lg-11 {
    width: calc(91.6666666667% - 57.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-lg-offset-11, .no-cssgrid .row .col-lg-offset-11 {
    left: calc(91.6666666667% - 38.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-lg-12 {
    width: calc(100% - 60px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-lg-offset-12, .no-cssgrid .row .col-lg-offset-12 {
    left: calc(100% - 40px + 20px);
    position: relative; }

  .no-cssgrid .col-xl-1 {
    width: calc(8.3333333333% - 32.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-xl-offset-1, .no-cssgrid .row .col-xl-offset-1 {
    left: calc(8.3333333333% - 21.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-xl-2 {
    width: calc(16.6666666667% - 35px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-xl-offset-2, .no-cssgrid .row .col-xl-offset-2 {
    left: calc(16.6666666667% - 23.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-xl-3 {
    width: calc(25% - 37.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-xl-offset-3, .no-cssgrid .row .col-xl-offset-3 {
    left: calc(25% - 25px + 20px);
    position: relative; }

  .no-cssgrid .col-xl-4 {
    width: calc(33.3333333333% - 40px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-xl-offset-4, .no-cssgrid .row .col-xl-offset-4 {
    left: calc(33.3333333333% - 26.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-xl-5 {
    width: calc(41.6666666667% - 42.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-xl-offset-5, .no-cssgrid .row .col-xl-offset-5 {
    left: calc(41.6666666667% - 28.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-xl-6 {
    width: calc(50% - 45px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-xl-offset-6, .no-cssgrid .row .col-xl-offset-6 {
    left: calc(50% - 30px + 20px);
    position: relative; }

  .no-cssgrid .col-xl-7 {
    width: calc(58.3333333333% - 47.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-xl-offset-7, .no-cssgrid .row .col-xl-offset-7 {
    left: calc(58.3333333333% - 31.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-xl-8 {
    width: calc(66.6666666667% - 50px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-xl-offset-8, .no-cssgrid .row .col-xl-offset-8 {
    left: calc(66.6666666667% - 33.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-xl-9 {
    width: calc(75% - 52.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-xl-offset-9, .no-cssgrid .row .col-xl-offset-9 {
    left: calc(75% - 35px + 20px);
    position: relative; }

  .no-cssgrid .col-xl-10 {
    width: calc(83.3333333333% - 55px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-xl-offset-10, .no-cssgrid .row .col-xl-offset-10 {
    left: calc(83.3333333333% - 36.6666666667px + 20px);
    position: relative; }

  .no-cssgrid .col-xl-11 {
    width: calc(91.6666666667% - 57.5px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-xl-offset-11, .no-cssgrid .row .col-xl-offset-11 {
    left: calc(91.6666666667% - 38.3333333333px + 20px);
    position: relative; }

  .no-cssgrid .col-xl-12 {
    width: calc(100% - 60px);
    float: left;
    margin-left: 30px; }

  .no-cssgrid .container .col-xl-offset-12, .no-cssgrid .row .col-xl-offset-12 {
    left: calc(100% - 40px + 20px);
    position: relative; } }
