/**
foundation modded grid
**/


.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 90em;
  position:relative;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -1em;
    margin-right: -1em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  float: left; }

@media only screen {
  .column.xsmall-centered,
  .columns.xsmall-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.xsmall-uncentered,
  .columns.xsmall-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.xsmall-uncentered.opposite,
  .columns.xsmall-uncentered.opposite {
    float: right; }

  .xsmall-push-0 {
    left: 0%;
    right: auto; }

  .xsmall-pull-0 {
    right: 0%;
    left: auto; }

  .xsmall-push-1 {
    left: 8.33333%;
    right: auto; }

  .xsmall-pull-1 {
    right: 8.33333%;
    left: auto; }

  .xsmall-push-2 {
    left: 16.66667%;
    right: auto; }

  .xsmall-pull-2 {
    right: 16.66667%;
    left: auto; }

  .xsmall-push-3 {
    left: 25%;
    right: auto; }

  .xsmall-pull-3 {
    right: 25%;
    left: auto; }

  .xsmall-push-4 {
    left: 33.33333%;
    right: auto; }

  .xsmall-pull-4 {
    right: 33.33333%;
    left: auto; }

  .xsmall-push-5 {
    left: 41.66667%;
    right: auto; }

  .xsmall-pull-5 {
    right: 41.66667%;
    left: auto; }

  .xsmall-push-6 {
    left: 50%;
    right: auto; }

  .xsmall-pull-6 {
    right: 50%;
    left: auto; }

  .xsmall-push-7 {
    left: 58.33333%;
    right: auto; }

  .xsmall-pull-7 {
    right: 58.33333%;
    left: auto; }

  .xsmall-push-8 {
    left: 66.66667%;
    right: auto; }

  .xsmall-pull-8 {
    right: 66.66667%;
    left: auto; }

  .xsmall-push-9 {
    left: 75%;
    right: auto; }

  .xsmall-pull-9 {
    right: 75%;
    left: auto; }

  .xsmall-push-10 {
    left: 83.33333%;
    right: auto; }

  .xsmall-pull-10 {
    right: 83.33333%;
    left: auto; }

  .xsmall-push-11 {
    left: 91.66667%;
    right: auto; }

  .xsmall-pull-11 {
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
    float: left; }

  .xsmall-1 {
    width: 8.33333%; }

  .xsmall-2 {
    width: 16.66667%; }

  .xsmall-3 {
    width: 25%; }

  .xsmall-4 {
    width: 33.33333%; }

  .xsmall-5 {
    width: 41.66667%; }

  .xsmall-6 {
    width: 50%; }

  .xsmall-7 {
    width: 58.33333%; }

  .xsmall-8 {
    width: 66.66667%; }

  .xsmall-9 {
    width: 75%; }

  .xsmall-10 {
    width: 83.33333%; }

  .xsmall-11 {
    width: 91.66667%; }

  .xsmall-12 {
    width: 100%; }

  .xsmall-width-10 {
    width: 10%; }
  .xsmall-width-15 {
    width: 15%; }
  .xsmall-width-20 {
    width: 20%; }
  .xsmall-width-25 {
    width: 25%; }
  .xsmall-width-30 {
    width: 30%; }
  .xsmall-width-35 {
    width: 35%; }
  .xsmall-width-40 {
    width: 40%; }
  .xsmall-width-45 {
    width: 45%; }
  .xsmall-width-50 {
    width: 50%; }
	
  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .xsmall-offset-0 {
    margin-left: 0% !important; }

  .xsmall-offset-1 {
    margin-left: 8.33333% !important; }

  .xsmall-offset-2 {
    margin-left: 16.66667% !important; }

  .xsmall-offset-3 {
    margin-left: 25% !important; }

  .xsmall-offset-4 {
    margin-left: 33.33333% !important; }

  .xsmall-offset-5 {
    margin-left: 41.66667% !important; }

  .xsmall-offset-6 {
    margin-left: 50% !important; }

  .xsmall-offset-7 {
    margin-left: 58.33333% !important; }

  .xsmall-offset-8 {
    margin-left: 66.66667% !important; }

  .xsmall-offset-9 {
    margin-left: 75% !important; }

  .xsmall-offset-10 {
    margin-left: 83.33333% !important; }

  .xsmall-offset-11 {
    margin-left: 91.66667% !important; }

  .xsmall-reset-order,
  .xsmall-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; } }
@media only screen and (min-width: 480px) /*30em*/ {
  .column.small-centered,
  .columns.small-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.small-uncentered,
  .columns.small-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.small-uncentered.opposite,
  .columns.small-uncentered.opposite {
    float: right; }

  .small-push-0 {
    left: 0%;
    right: auto; }

  .small-pull-0 {
    right: 0%;
    left: auto; }

  .small-push-1 {
    left: 8.33333%;
    right: auto; }

  .small-pull-1 {
    right: 8.33333%;
    left: auto; }

  .small-push-2 {
    left: 16.66667%;
    right: auto; }

  .small-pull-2 {
    right: 16.66667%;
    left: auto; }

  .small-push-3 {
    left: 25%;
    right: auto; }

  .small-pull-3 {
    right: 25%;
    left: auto; }

  .small-push-4 {
    left: 33.33333%;
    right: auto; }

  .small-pull-4 {
    right: 33.33333%;
    left: auto; }

  .small-push-5 {
    left: 41.66667%;
    right: auto; }

  .small-pull-5 {
    right: 41.66667%;
    left: auto; }

  .small-push-6 {
    left: 50%;
    right: auto; }

  .small-pull-6 {
    right: 50%;
    left: auto; }

  .small-push-7 {
    left: 58.33333%;
    right: auto; }

  .small-pull-7 {
    right: 58.33333%;
    left: auto; }

  .small-push-8 {
    left: 66.66667%;
    right: auto; }

  .small-pull-8 {
    right: 66.66667%;
    left: auto; }

  .small-push-9 {
    left: 75%;
    right: auto; }

  .small-pull-9 {
    right: 75%;
    left: auto; }

  .small-push-10 {
    left: 83.33333%;
    right: auto; }

  .small-pull-10 {
    right: 83.33333%;
    left: auto; }

  .small-push-11 {
    left: 91.66667%;
    right: auto; }

  .small-pull-11 {
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
    float: left; }

  .small-1 {
    width: 8.33333%; }

  .small-2 {
    width: 16.66667%; }

  .small-3 {
    width: 25%; }

  .small-4 {
    width: 33.33333%; }

  .small-5 {
    width: 41.66667%; }

  .small-6 {
    width: 50%; }

  .small-7 {
    width: 58.33333%; }

  .small-8 {
    width: 66.66667%; }

  .small-9 {
    width: 75%; }

  .small-10 {
    width: 83.33333%; }

  .small-11 {
    width: 91.66667%; }

  .small-12 {
    width: 100%; }
  
  .small-width-10 {
    width: 10%; }
  .small-width-15 {
    width: 15%; }
  .small-width-20 {
    width: 20%; }
  .small-width-25 {
    width: 25%; }
  .small-width-30 {
    width: 30%; }
  .small-width-35 {
    width: 35%; }
  .small-width-40 {
    width: 40%; }
  .small-width-45 {
    width: 45%; }
  .small-width-50 {
    width: 50%; }
	
  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .small-offset-0 {
    margin-left: 0% !important; }

  .small-offset-1 {
    margin-left: 8.33333% !important; }

  .small-offset-2 {
    margin-left: 16.66667% !important; }

  .small-offset-3 {
    margin-left: 25% !important; }

  .small-offset-4 {
    margin-left: 33.33333% !important; }

  .small-offset-5 {
    margin-left: 41.66667% !important; }

  .small-offset-6 {
    margin-left: 50% !important; }

  .small-offset-7 {
    margin-left: 58.33333% !important; }

  .small-offset-8 {
    margin-left: 66.66667% !important; }

  .small-offset-9 {
    margin-left: 75% !important; }

  .small-offset-10 {
    margin-left: 83.33333% !important; }

  .small-offset-11 {
    margin-left: 91.66667% !important; }

  .small-reset-order,
  .small-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .push-0 {
    left: 0%;
    right: auto; }

  .pull-0 {
    right: 0%;
    left: auto; }

  .push-1 {
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    right: 8.33333%;
    left: auto; }

  .push-2 {
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    right: 16.66667%;
    left: auto; }

  .push-3 {
    left: 25%;
    right: auto; }

  .pull-3 {
    right: 25%;
    left: auto; }

  .push-4 {
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    right: 33.33333%;
    left: auto; }

  .push-5 {
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    right: 41.66667%;
    left: auto; }

  .push-6 {
    left: 50%;
    right: auto; }

  .pull-6 {
    right: 50%;
    left: auto; }

  .push-7 {
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    right: 58.33333%;
    left: auto; }

  .push-8 {
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    right: 66.66667%;
    left: auto; }

  .push-9 {
    left: 75%;
    right: auto; }

  .pull-9 {
    right: 75%;
    left: auto; }

  .push-10 {
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    right: 83.33333%;
    left: auto; }

  .push-11 {
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 640px) /*40em*/ {
  .column.medium-centered,
  .columns.medium-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.medium-uncentered,
  .columns.medium-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.medium-uncentered.opposite,
  .columns.medium-uncentered.opposite {
    float: right; }

  .medium-push-0 {
    left: 0%;
    right: auto; }

  .medium-pull-0 {
    right: 0%;
    left: auto; }

  .medium-push-1 {
    left: 8.33333%;
    right: auto; }

  .medium-pull-1 {
    right: 8.33333%;
    left: auto; }

  .medium-push-2 {
    left: 16.66667%;
    right: auto; }

  .medium-pull-2 {
    right: 16.66667%;
    left: auto; }

  .medium-push-3 {
    left: 25%;
    right: auto; }

  .medium-pull-3 {
    right: 25%;
    left: auto; }

  .medium-push-4 {
    left: 33.33333%;
    right: auto; }

  .medium-pull-4 {
    right: 33.33333%;
    left: auto; }

  .medium-push-5 {
    left: 41.66667%;
    right: auto; }

  .medium-pull-5 {
    right: 41.66667%;
    left: auto; }

  .medium-push-6 {
    left: 50%;
    right: auto; }

  .medium-pull-6 {
    right: 50%;
    left: auto; }

  .medium-push-7 {
    left: 58.33333%;
    right: auto; }

  .medium-pull-7 {
    right: 58.33333%;
    left: auto; }

  .medium-push-8 {
    left: 66.66667%;
    right: auto; }

  .medium-pull-8 {
    right: 66.66667%;
    left: auto; }

  .medium-push-9 {
    left: 75%;
    right: auto; }

  .medium-pull-9 {
    right: 75%;
    left: auto; }

  .medium-push-10 {
    left: 83.33333%;
    right: auto; }

  .medium-pull-10 {
    right: 83.33333%;
    left: auto; }

  .medium-push-11 {
    left: 91.66667%;
    right: auto; }

  .medium-pull-11 {
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
    float: left; }

  .medium-1 {
    width: 8.33333%; }

  .medium-2 {
    width: 16.66667%; }

  .medium-3 {
    width: 25%; }

  .medium-4 {
    width: 33.33333%; }

  .medium-5 {
    width: 41.66667%; }

  .medium-6 {
    width: 50%; }

  .medium-7 {
    width: 58.33333%; }

  .medium-8 {
    width: 66.66667%; }

  .medium-9 {
    width: 75%; }

  .medium-10 {
    width: 83.33333%; }

  .medium-11 {
    width: 91.66667%; }

  .medium-12 {
    width: 100%; }

  .medium-width-10 {
    width: 10%; }
  .medium-width-15 {
    width: 15%; }
  .medium-width-20 {
    width: 20%; }
  .medium-width-25 {
    width: 25%; }
  .medium-width-30 {
    width: 30%; }
  .medium-width-35 {
    width: 35%; }
  .medium-width-40 {
    width: 40%; }
  .medium-width-45 {
    width: 45%; }
  .medium-width-50 {
    width: 50%; }
	
	
  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .medium-offset-0 {
    margin-left: 0% !important; }

  .medium-offset-1 {
    margin-left: 8.33333% !important; }

  .medium-offset-2 {
    margin-left: 16.66667% !important; }

  .medium-offset-3 {
    margin-left: 25% !important; }

  .medium-offset-4 {
    margin-left: 33.33333% !important; }

  .medium-offset-5 {
    margin-left: 41.66667% !important; }

  .medium-offset-6 {
    margin-left: 50% !important; }

  .medium-offset-7 {
    margin-left: 58.33333% !important; }

  .medium-offset-8 {
    margin-left: 66.66667% !important; }

  .medium-offset-9 {
    margin-left: 75% !important; }

  .medium-offset-10 {
    margin-left: 83.33333% !important; }

  .medium-offset-11 {
    margin-left: 91.66667% !important; }

  .medium-reset-order,
  .medium-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .push-0 {
    left: 0%;
    right: auto; }

  .pull-0 {
    right: 0%;
    left: auto; }

  .push-1 {
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    right: 8.33333%;
    left: auto; }

  .push-2 {
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    right: 16.66667%;
    left: auto; }

  .push-3 {
    left: 25%;
    right: auto; }

  .pull-3 {
    right: 25%;
    left: auto; }

  .push-4 {
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    right: 33.33333%;
    left: auto; }

  .push-5 {
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    right: 41.66667%;
    left: auto; }

  .push-6 {
    left: 50%;
    right: auto; }

  .pull-6 {
    right: 50%;
    left: auto; }

  .push-7 {
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    right: 58.33333%;
    left: auto; }

  .push-8 {
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    right: 66.66667%;
    left: auto; }

  .push-9 {
    left: 75%;
    right: auto; }

  .pull-9 {
    right: 75%;
    left: auto; }

  .push-10 {
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    right: 83.33333%;
    left: auto; }

  .push-11 {
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    right: 91.66667%;
    left: auto; } }
@media only screen and (min-width: 800px) /*50em*/ {
  .column.large-centered,
  .columns.large-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right; }

  .large-push-0 {
    left: 0%;
    right: auto; }

  .large-pull-0 {
    right: 0%;
    left: auto; }

  .large-push-1 {
    left: 8.33333%;
    right: auto; }

  .large-pull-1 {
    right: 8.33333%;
    left: auto; }

  .large-push-2 {
    left: 16.66667%;
    right: auto; }

  .large-pull-2 {
    right: 16.66667%;
    left: auto; }

  .large-push-3 {
    left: 25%;
    right: auto; }

  .large-pull-3 {
    right: 25%;
    left: auto; }

  .large-push-4 {
    left: 33.33333%;
    right: auto; }

  .large-pull-4 {
    right: 33.33333%;
    left: auto; }

  .large-push-5 {
    left: 41.66667%;
    right: auto; }

  .large-pull-5 {
    right: 41.66667%;
    left: auto; }

  .large-push-6 {
    left: 50%;
    right: auto; }

  .large-pull-6 {
    right: 50%;
    left: auto; }

  .large-push-7 {
    left: 58.33333%;
    right: auto; }

  .large-pull-7 {
    right: 58.33333%;
    left: auto; }

  .large-push-8 {
    left: 66.66667%;
    right: auto; }

  .large-pull-8 {
    right: 66.66667%;
    left: auto; }

  .large-push-9 {
    left: 75%;
    right: auto; }

  .large-pull-9 {
    right: 75%;
    left: auto; }

  .large-push-10 {
    left: 83.33333%;
    right: auto; }

  .large-pull-10 {
    right: 83.33333%;
    left: auto; }

  .large-push-11 {
    left: 91.66667%;
    right: auto; }

  .large-pull-11 {
    right: 91.66667%;
    left: auto; }

	
	
  .column,
  .columns {
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
    float: left; }

  .large-1 {
    width: 8.33333%; }

  .large-2 {
    width: 16.66667%; }

  .large-3 {
    width: 25%; }

  .large-4 {
    width: 33.33333%; }

  .large-5 {
    width: 41.66667%; }

  .large-6 {
    width: 50%; }

  .large-7 {
    width: 58.33333%; }

  .large-8 {
    width: 66.66667%; }

  .large-9 {
    width: 75%; }

  .large-10 {
    width: 83.33333%; }

  .large-11 {
    width: 91.66667%; }

  .large-12 {
    width: 100%; }

  .large-width-10 {
    width: 10%; }
  .large-width-15 {
    width: 15%; }
  .large-width-20 {
    width: 20%; }
  .large-width-25 {
    width: 25%; }
  .large-width-30 {
    width: 30%; }
  .large-width-35 {
    width: 35%; }
  .large-width-40 {
    width: 40%; }
  .large-width-45 {
    width: 45%; }
  .large-width-50 {
    width: 50%; }
	
	
	
  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .large-offset-0 {
    margin-left: 0% !important; }

  .large-offset-1 {
    margin-left: 8.33333% !important; }

  .large-offset-2 {
    margin-left: 16.66667% !important; }

  .large-offset-3 {
    margin-left: 25% !important; }

  .large-offset-4 {
    margin-left: 33.33333% !important; }

  .large-offset-5 {
    margin-left: 41.66667% !important; }

  .large-offset-6 {
    margin-left: 50% !important; }

  .large-offset-7 {
    margin-left: 58.33333% !important; }

  .large-offset-8 {
    margin-left: 66.66667% !important; }

  .large-offset-9 {
    margin-left: 75% !important; }

  .large-offset-10 {
    margin-left: 83.33333% !important; }

  .large-offset-11 {
    margin-left: 91.66667% !important; }

  .large-reset-order,
  .large-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .push-0 {
    left: 0%;
    right: auto; }

  .pull-0 {
    right: 0%;
    left: auto; }

  .push-1 {
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    right: 8.33333%;
    left: auto; }

  .push-2 {
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    right: 16.66667%;
    left: auto; }

  .push-3 {
    left: 25%;
    right: auto; }

  .pull-3 {
    right: 25%;
    left: auto; }

  .push-4 {
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    right: 33.33333%;
    left: auto; }

  .push-5 {
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    right: 41.66667%;
    left: auto; }

  .push-6 {
    left: 50%;
    right: auto; }

  .pull-6 {
    right: 50%;
    left: auto; }

  .push-7 {
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    right: 58.33333%;
    left: auto; }

  .push-8 {
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    right: 66.66667%;
    left: auto; }

  .push-9 {
    left: 75%;
    right: auto; }

  .pull-9 {
    right: 75%;
    left: auto; }

  .push-10 {
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    right: 83.33333%;
    left: auto; }

  .push-11 {
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    right: 91.66667%;
    left: auto; } }
@media only screen and (min-width: 1024px) /*64em*/ {
  .column.xlarge-centered,
  .columns.xlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.xlarge-uncentered,
  .columns.xlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.xlarge-uncentered.opposite,
  .columns.xlarge-uncentered.opposite {
    float: right; }

  .xlarge-push-0 {
    left: 0%;
    right: auto; }

  .xlarge-pull-0 {
    right: 0%;
    left: auto; }

  .xlarge-push-1 {
    left: 8.33333%;
    right: auto; }

  .xlarge-pull-1 {
    right: 8.33333%;
    left: auto; }

  .xlarge-push-2 {
    left: 16.66667%;
    right: auto; }

  .xlarge-pull-2 {
    right: 16.66667%;
    left: auto; }

  .xlarge-push-3 {
    left: 25%;
    right: auto; }

  .xlarge-pull-3 {
    right: 25%;
    left: auto; }

  .xlarge-push-4 {
    left: 33.33333%;
    right: auto; }

  .xlarge-pull-4 {
    right: 33.33333%;
    left: auto; }

  .xlarge-push-5 {
    left: 41.66667%;
    right: auto; }

  .xlarge-pull-5 {
    right: 41.66667%;
    left: auto; }

  .xlarge-push-6 {
    left: 50%;
    right: auto; }

  .xlarge-pull-6 {
    right: 50%;
    left: auto; }

  .xlarge-push-7 {
    left: 58.33333%;
    right: auto; }

  .xlarge-pull-7 {
    right: 58.33333%;
    left: auto; }

  .xlarge-push-8 {
    left: 66.66667%;
    right: auto; }

  .xlarge-pull-8 {
    right: 66.66667%;
    left: auto; }

  .xlarge-push-9 {
    left: 75%;
    right: auto; }

  .xlarge-pull-9 {
    right: 75%;
    left: auto; }

  .xlarge-push-10 {
    left: 83.33333%;
    right: auto; }

  .xlarge-pull-10 {
    right: 83.33333%;
    left: auto; }

  .xlarge-push-11 {
    left: 91.66667%;
    right: auto; }

  .xlarge-pull-11 {
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
    float: left; }

  .xlarge-1 {
    width: 8.33333%; }

  .xlarge-2 {
    width: 16.66667%; }

  .xlarge-3 {
    width: 25%; }

  .xlarge-4 {
    width: 33.33333%; }

  .xlarge-5 {
    width: 41.66667%; }

  .xlarge-6 {
    width: 50%; }

  .xlarge-7 {
    width: 58.33333%; }

  .xlarge-8 {
    width: 66.66667%; }

  .xlarge-9 {
    width: 75%; }

  .xlarge-10 {
    width: 83.33333%; }

  .xlarge-11 {
    width: 91.66667%; }

  .xlarge-12 {
    width: 100%; }

  .xlarge-width-10 {
    width: 10%; }
  .xlarge-width-15 {
    width: 15%; }
  .xlarge-width-20 {
    width: 20%; }
  .xlarge-width-25 {
    width: 25%; }
  .xlarge-width-30 {
    width: 30%; }
  .xlarge-width-35 {
    width: 35%; }
  .xlarge-width-40 {
    width: 40%; }
  .xlarge-width-45 {
    width: 45%; }
  .xlarge-width-50 {
    width: 50%; }
	
	
  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .xlarge-offset-0 {
    margin-left: 0% !important; }

  .xlarge-offset-1 {
    margin-left: 8.33333% !important; }

  .xlarge-offset-2 {
    margin-left: 16.66667% !important; }

  .xlarge-offset-3 {
    margin-left: 25% !important; }

  .xlarge-offset-4 {
    margin-left: 33.33333% !important; }

  .xlarge-offset-5 {
    margin-left: 41.66667% !important; }

  .xlarge-offset-6 {
    margin-left: 50% !important; }

  .xlarge-offset-7 {
    margin-left: 58.33333% !important; }

  .xlarge-offset-8 {
    margin-left: 66.66667% !important; }

  .xlarge-offset-9 {
    margin-left: 75% !important; }

  .xlarge-offset-10 {
    margin-left: 83.33333% !important; }

  .xlarge-offset-11 {
    margin-left: 91.66667% !important; }

  .xlarge-reset-order,
  .xlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .push-0 {
    left: 0%;
    right: auto; }

  .pull-0 {
    right: 0%;
    left: auto; }

  .push-1 {
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    right: 8.33333%;
    left: auto; }

  .push-2 {
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    right: 16.66667%;
    left: auto; }

  .push-3 {
    left: 25%;
    right: auto; }

  .pull-3 {
    right: 25%;
    left: auto; }

  .push-4 {
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    right: 33.33333%;
    left: auto; }

  .push-5 {
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    right: 41.66667%;
    left: auto; }

  .push-6 {
    left: 50%;
    right: auto; }

  .pull-6 {
    right: 50%;
    left: auto; }

  .push-7 {
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    right: 58.33333%;
    left: auto; }

  .push-8 {
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    right: 66.66667%;
    left: auto; }

  .push-9 {
    left: 75%;
    right: auto; }

  .pull-9 {
    right: 75%;
    left: auto; }

  .push-10 {
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    right: 83.33333%;
    left: auto; }

  .push-11 {
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    right: 91.66667%;
    left: auto; } }

@media only screen and (min-width: 1220px) /*80em*/ {
  .column.xxlarge-centered,
  .columns.xxlarge-centered {
    margin-left: auto;
    margin-right: auto;
    float: none; }

  .column.xxlarge-uncentered,
  .columns.xxlarge-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left; }

  .column.xxlarge-uncentered.opposite,
  .columns.xxlarge-uncentered.opposite {
    float: right; }

  .xxlarge-push-0 {
    left: 0%;
    right: auto; }

  .xxlarge-pull-0 {
    right: 0%;
    left: auto; }

  .xxlarge-push-1 {
    left: 8.33333%;
    right: auto; }

  .xxlarge-pull-1 {
    right: 8.33333%;
    left: auto; }

  .xxlarge-push-2 {
    left: 16.66667%;
    right: auto; }

  .xxlarge-pull-2 {
    right: 16.66667%;
    left: auto; }

  .xxlarge-push-3 {
    left: 25%;
    right: auto; }

  .xxlarge-pull-3 {
    right: 25%;
    left: auto; }

  .xxlarge-push-4 {
    left: 33.33333%;
    right: auto; }

  .xxlarge-pull-4 {
    right: 33.33333%;
    left: auto; }

  .xxlarge-push-5 {
    left: 41.66667%;
    right: auto; }

  .xxlarge-pull-5 {
    right: 41.66667%;
    left: auto; }

  .xxlarge-push-6 {
    left: 50%;
    right: auto; }

  .xxlarge-pull-6 {
    right: 50%;
    left: auto; }

  .xxlarge-push-7 {
    left: 58.33333%;
    right: auto; }

  .xxlarge-pull-7 {
    right: 58.33333%;
    left: auto; }

  .xxlarge-push-8 {
    left: 66.66667%;
    right: auto; }

  .xxlarge-pull-8 {
    right: 66.66667%;
    left: auto; }

  .xxlarge-push-9 {
    left: 75%;
    right: auto; }

  .xxlarge-pull-9 {
    right: 75%;
    left: auto; }

  .xxlarge-push-10 {
    left: 83.33333%;
    right: auto; }

  .xxlarge-pull-10 {
    right: 83.33333%;
    left: auto; }

  .xxlarge-push-11 {
    left: 91.66667%;
    right: auto; }

  .xxlarge-pull-11 {
    right: 91.66667%;
    left: auto; }

  .column,
  .columns {
    position: relative;
    padding-left: 1em;
    padding-right: 1em;
    float: left; }

  .xxlarge-1 {
    width: 8.33333%; }

  .xxlarge-2 {
    width: 16.66667%; }

  .xxlarge-3 {
    width: 25%; }

  .xxlarge-4 {
    width: 33.33333%; }

  .xxlarge-5 {
    width: 41.66667%; }

  .xxlarge-6 {
    width: 50%; }

  .xxlarge-7 {
    width: 58.33333%; }

  .xxlarge-8 {
    width: 66.66667%; }

  .xxlarge-9 {
    width: 75%; }

  .xxlarge-10 {
    width: 83.33333%; }

  .xxlarge-11 {
    width: 91.66667%; }

  .xxlarge-12 {
    width: 100%; }

  .xxlarge-width-10 {
    width: 10%; }
  .xxlarge-width-15 {
    width: 15%; }
  .xxlarge-width-20 {
    width: 20%; }
  .xxlarge-width-25 {
    width: 25%; }
  .xxlarge-width-30 {
    width: 30%; }
  .xxlarge-width-35 {
    width: 35%; }
  .xxlarge-width-40 {
    width: 40%; }
  .xxlarge-width-45 {
    width: 45%; }
  .xxlarge-width-50 {
    width: 50%; }
	
	
  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .xxlarge-offset-0 {
    margin-left: 0% !important; }

  .xxlarge-offset-1 {
    margin-left: 8.33333% !important; }

  .xxlarge-offset-2 {
    margin-left: 16.66667% !important; }

  .xxlarge-offset-3 {
    margin-left: 25% !important; }

  .xxlarge-offset-4 {
    margin-left: 33.33333% !important; }

  .xxlarge-offset-5 {
    margin-left: 41.66667% !important; }

  .xxlarge-offset-6 {
    margin-left: 50% !important; }

  .xxlarge-offset-7 {
    margin-left: 58.33333% !important; }

  .xxlarge-offset-8 {
    margin-left: 66.66667% !important; }

  .xxlarge-offset-9 {
    margin-left: 75% !important; }

  .xxlarge-offset-10 {
    margin-left: 83.33333% !important; }

  .xxlarge-offset-11 {
    margin-left: 91.66667% !important; }

  .xxlarge-reset-order,
  .xxlarge-reset-order {
    margin-left: 0;
    margin-right: 0;
    left: auto;
    right: auto;
    float: left; }

  .push-0 {
    left: 0%;
    right: auto; }

  .pull-0 {
    right: 0%;
    left: auto; }

  .push-1 {
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    right: 8.33333%;
    left: auto; }

  .push-2 {
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    right: 16.66667%;
    left: auto; }

  .push-3 {
    left: 25%;
    right: auto; }

  .pull-3 {
    right: 25%;
    left: auto; }

  .push-4 {
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    right: 33.33333%;
    left: auto; }

  .push-5 {
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    right: 41.66667%;
    left: auto; }

  .push-6 {
    left: 50%;
    right: auto; }

  .pull-6 {
    right: 50%;
    left: auto; }

  .push-7 {
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    right: 58.33333%;
    left: auto; }

  .push-8 {
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    right: 66.66667%;
    left: auto; }

  .push-9 {
    left: 75%;
    right: auto; }

  .pull-9 {
    right: 75%;
    left: auto; }

  .push-10 {
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    right: 83.33333%;
    left: auto; }

  .push-11 {
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    right: 91.66667%;
    left: auto; } }




    
[class*="block-grid-"] {
  display: block;
  padding: 0;
  margin: 0 -1em;
  *zoom: 1; }
  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }
  [class*="block-grid-"]:after {
    clear: both; }
  [class*="block-grid-"] > li {
    display: block;
    height: auto;
    float: left;
    padding: 0 1em 1em; }

@media only screen {
  .xsmall-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .xsmall-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .xsmall-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .xsmall-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .xsmall-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .xsmall-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .xsmall-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .xsmall-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .xsmall-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .xsmall-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .xsmall-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .xsmall-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .xsmall-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .xsmall-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .xsmall-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .xsmall-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .xsmall-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .xsmall-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .xsmall-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .xsmall-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .xsmall-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .xsmall-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .xsmall-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .xsmall-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .xsmall-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .xsmall-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .xsmall-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .xsmall-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .xsmall-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .xsmall-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .xsmall-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .xsmall-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .xsmall-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .xsmall-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .xsmall-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .xsmall-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 480px) {
  .small-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .small-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .small-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .small-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .small-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .small-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .small-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .small-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .small-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .small-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .small-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .small-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .small-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .small-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .small-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .small-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .small-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .small-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .small-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .small-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .small-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .small-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .small-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .small-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .small-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }	
@media only screen and (min-width: 640px) /*40em*/ {
  .medium-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .medium-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .medium-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .medium-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .medium-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .medium-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .medium-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .medium-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .medium-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .medium-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .medium-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .medium-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .medium-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .medium-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .medium-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .medium-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .medium-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .medium-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .medium-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .medium-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .medium-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .medium-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .medium-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .medium-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .medium-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 800px) /*50em*/{
  .large-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .large-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .large-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .large-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .large-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .large-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .large-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .large-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .large-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .large-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .large-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .large-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .large-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .large-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .large-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .large-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .large-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .large-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .large-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .large-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .large-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .large-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .large-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .large-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .large-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 1024px) /*64em*/ {
  .xlarge-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .xlarge-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .xlarge-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .xlarge-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .xlarge-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .xlarge-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .xlarge-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .xlarge-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .xlarge-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .xlarge-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .xlarge-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .xlarge-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .xlarge-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .xlarge-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .xlarge-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .xlarge-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .xlarge-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .xlarge-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .xlarge-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .xlarge-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .xlarge-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .xlarge-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .xlarge-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .xlarge-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .xlarge-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .xlarge-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .xlarge-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .xlarge-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .xlarge-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .xlarge-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .xlarge-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .xlarge-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .xlarge-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .xlarge-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .xlarge-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .xlarge-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
@media only screen and (min-width: 1220px) /*80em*/ {
  .xxlarge-block-grid-1 > li {
    width: 100%;
    list-style: none; }
    .xxlarge-block-grid-1 > li:nth-of-type(n) {
      clear: none; }
    .xxlarge-block-grid-1 > li:nth-of-type(1n+1) {
      clear: both; }

  .xxlarge-block-grid-2 > li {
    width: 50%;
    list-style: none; }
    .xxlarge-block-grid-2 > li:nth-of-type(n) {
      clear: none; }
    .xxlarge-block-grid-2 > li:nth-of-type(2n+1) {
      clear: both; }

  .xxlarge-block-grid-3 > li {
    width: 33.33333%;
    list-style: none; }
    .xxlarge-block-grid-3 > li:nth-of-type(n) {
      clear: none; }
    .xxlarge-block-grid-3 > li:nth-of-type(3n+1) {
      clear: both; }

  .xxlarge-block-grid-4 > li {
    width: 25%;
    list-style: none; }
    .xxlarge-block-grid-4 > li:nth-of-type(n) {
      clear: none; }
    .xxlarge-block-grid-4 > li:nth-of-type(4n+1) {
      clear: both; }

  .xxlarge-block-grid-5 > li {
    width: 20%;
    list-style: none; }
    .xxlarge-block-grid-5 > li:nth-of-type(n) {
      clear: none; }
    .xxlarge-block-grid-5 > li:nth-of-type(5n+1) {
      clear: both; }

  .xxlarge-block-grid-6 > li {
    width: 16.66667%;
    list-style: none; }
    .xlarge-block-grid-6 > li:nth-of-type(n) {
      clear: none; }
    .xlarge-block-grid-6 > li:nth-of-type(6n+1) {
      clear: both; }

  .xxlarge-block-grid-7 > li {
    width: 14.28571%;
    list-style: none; }
    .xlarge-block-grid-7 > li:nth-of-type(n) {
      clear: none; }
    .xlarge-block-grid-7 > li:nth-of-type(7n+1) {
      clear: both; }

  .xxlarge-block-grid-8 > li {
    width: 12.5%;
    list-style: none; }
    .xxlarge-block-grid-8 > li:nth-of-type(n) {
      clear: none; }
    .xxlarge-block-grid-8 > li:nth-of-type(8n+1) {
      clear: both; }

  .xxlarge-block-grid-9 > li {
    width: 11.11111%;
    list-style: none; }
    .xxlarge-block-grid-9 > li:nth-of-type(n) {
      clear: none; }
    .xxlarge-block-grid-9 > li:nth-of-type(9n+1) {
      clear: both; }

  .xxlarge-block-grid-10 > li {
    width: 10%;
    list-style: none; }
    .xxlarge-block-grid-10 > li:nth-of-type(n) {
      clear: none; }
    .xxlarge-block-grid-10 > li:nth-of-type(10n+1) {
      clear: both; }

  .xxlarge-block-grid-11 > li {
    width: 9.09091%;
    list-style: none; }
    .xxlarge-block-grid-11 > li:nth-of-type(n) {
      clear: none; }
    .xxlarge-block-grid-11 > li:nth-of-type(11n+1) {
      clear: both; }

  .xxlarge-block-grid-12 > li {
    width: 8.33333%;
    list-style: none; }
    .xxlarge-block-grid-12 > li:nth-of-type(n) {
      clear: none; }
    .xxlarge-block-grid-12 > li:nth-of-type(12n+1) {
      clear: both; } }
