/*GRID*/
.row, .row-no-cols{padding-right:0.625rem;padding-left:0.625rem;max-width:1000px;margin:0 auto;}
.row.full, .row-no-cols.full{padding-right:0;padding-left:0;max-width:100%;margin:0 auto;width:100%;}
.row.small{max-width:56.250rem;}
.row.nopad, .row-no-cols.nopad{padding-right:0;padding-left:0;width:100%;}

@media print, screen and (min-width: 40em) {
	.row {padding-right: 0.9375rem;padding-left: 0.9375rem;} 
	/*.row, .row-no-cols{max-width:60.625rem} 970px*/
  .row, .row-no-cols{max-width:75.000rem}/*1200px*/

}

/***/
.container{width:90%;margin-left:auto;margin-right:auto;}
/*.row{position:relative;width:100%;}*/
.row [class^="col"]{float:left;min-height:0.125rem;padding-right: 0.9375rem;padding-left: 0.9375rem;}
.row [class^="col"]:first-child{padding-left:0;}
.row [class^="col"]:last-child{padding-right:0;}
.row.collapse [class^="col"]{padding-right:0;padding-left:0;}
/*.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12 {}*/

.col-1-sm{width:4.33%;}
.col-2-sm{width:12.66%;}
.col-3-sm{width:21%;}
.col-4-sm{width:29.33%;}
.col-5-sm{width:37.66%;}
.col-6-sm{width:46%;}
.col-7-sm{width:54.33%;}
.col-8-sm{width:62.66%;}
.col-9-sm{width:71%;}
.col-10-sm{width:79.33%;}
.col-11-sm{width:87.66%;}
.col-12-sm{width:96%;}

.row-no-cols::after{content:"";display:table;clear:both;}
.row{display:-ms-flexbox;display:flex;width:calc(100% - 1.875rem);-ms-flex-flow:row wrap;flex-flow:row wrap;}

.hidden-sm{display:none;}

@media only screen and (min-width: 33.75em){  /* 540px */
  .container{width:80%;}
}

@media only screen and (min-width: 45em) {  /* 720px */
  .row .col-1{width:calc(8.33333% - 1.8750rem);}
  .row.collapse .col-1{width:8.33333%;}
  .row .col-2{width:calc(16.66667% - 1.8750rem);}
  .row.collapse .col-2{width:16.66667%;}
  .row .col-3{width:calc(25% - 1.8750rem);}
  .row.collapse .col-3{width:25%;}
  .row .col-4{width:calc(33.33333% - 1.8750rem);}
  .row.collapse .col-4{width:33.33333%;}
  .row .col-5{width:calc(41.66667% - 1.8750rem);}
  .row.collapse .col-5{width:41.66667%;}
  .row .col-6{width:calc(50% - 1.8750rem);}
  .row.collapse .col-6{width:50%;}
  .row .col-7{width:calc(58.33333% - 1.8750rem);}
  .row.collapse .col-7{width:58.33333%;}
  .row .col-8{width:calc(66.66667% - 1.8750rem);}
  .row.collapse .col-8{width:66.66667%;}
  .row .col-9{width:calc(75% - 0.9375rem);}
  .row.collapse .col-9{width:75%;}
  .row .col-10{width:calc(83.33333% - 1.8750rem);}
  .row.collapse .col-10{width:83.33333%;}
  .row .col-11{width:calc(91.66667% - 1.8750rem);}
  .row.collapse .col-11{width:91.66667%;}
  .row .col-12{width:calc(100% - 1.8750rem);}
  .row.collapse .col-12{width:100%;}
  
  .row .col-1:first-child, .row .col-1:last-child {width:calc(8.33333% - 0.9375rem);}
  .row.collapse .col-1:first-child, .row.collapse .col-1:last-child {width:8.33333%;}
  .row .col-2:first-child, .row .col-2:last-child {width:calc(16.66667% - 0.9375rem);}
  .row.collapse .col-2:first-child, .row.collapse .col-2:last-child {width:16.66667%;}
  .row .col-3:first-child, .row .col-3:last-child {width:calc(25% - 0.9375rem);}
  .row.collapse .col-3:first-child, .row.collapse .col-3:last-child {width:25%;}
  .row .col-4:first-child, .row .col-4:last-child {width:calc(33.33333% - 0.9375rem);}
  .row.collapse .col-4:first-child, .row.collapse .col-4:last-child {width:33.33333%;}
  .row .col-5:first-child, .row .col-5:last-child {width:calc(41.66667% - 0.9375rem);}
  .row.collapse .col-5:first-child, .row.collapse .col-5:last-child {width:41.66667%;}
  .row .col-6:first-child, .row .col-6:last-child {width:calc(50% - 0.9375rem);}
  .row.collapse .col-6:first-child, .row.collapse .col-6:last-child {width:50%;}
  .row .col-7:first-child, .row .col-7:last-child {width:calc(58.33333% - 0.9375rem);}
  .row.collapse .col-7:first-child, .row.collapse .col-7:last-child {width:58.33333%;}
  .row .col-8:first-child, .row .col-8:last-child {width:calc(66.66667% - 0.9375rem);}
  .row.collapse .col-8:first-child, .row.collapse .col-8:last-child {width:66.66667%;}
  .row .col-9:first-child, .row .col-9:last-child {width:calc(75% - 0.9375rem);}
  .row.collapse .col-9:first-child, .row.collapse .col-9:last-child {width:75%;}
  .row .col-10:first-child, .row .col-10:last-child {width:calc(83.33333% - 0.9375rem);}
  .row.collapse .col-10:first-child, .row.collapse .col-10:last-child {width:83.33333%;}
  .row .col-11:first-child, .row .col-11:last-child {width:calc(91.66667% - 0.9375rem);}
  .row.collapse .col-11:first-child, .row.collapse .col-11:last-child {width:91.66667%;}
  .row .col-12:first-child, .row .col-12:last-child {width:calc(100% - 0.9375rem);}
  .row.collapse .col-12:first-child, .row.collapse .col-12:last-child {width:100%;}
}

@media only screen and (min-width: 60em) { /* 960px */
  .container{width:75%;max-width:60rem;}
}
