.fdn-row {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto; }
  .fdn-row::before, .fdn-row::after {
    content: ' ';
    display: table; }
  .fdn-row::after {
    clear: both; }
  .fdn-row.collapse > .fdn-column, .fdn-row.collapse > .fdn-columns {
    padding-left: 0;
    padding-right: 0; }
  .fdn-row .fdn-row {
    margin-left: -16px;
    margin-right: -16px; }
    .fdn-row .fdn-row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .fdn-row.fdn-expanded {
    max-width: none; }
    .fdn-row.fdn-expanded .fdn-row {
      margin-left: auto;
      margin-right: auto; }

.fdn-column, .fdn-columns {
  width: 100%;
  float: left;
  padding-left: 16px;
  padding-right: 16px; }
  .fdn-column:last-child:not(:first-child), .fdn-columns:last-child:not(:first-child) {
    float: right; }
  .fdn-column.fdn-end:last-child:last-child, .fdn-end.fdn-columns:last-child:last-child {
    float: left; }

.fdn-column.fdn-row.fdn-row, .fdn-row.fdn-row.fdn-columns {
  float: none; }

.fdn-row .fdn-column.fdn-row.fdn-row, .fdn-row .fdn-row.fdn-row.fdn-columns {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0; }

.fdn-small-1 {
  width: 8.33333%; }

.fdn-small-push-1 {
  position: relative;
  left: 8.33333%; }

.fdn-small-pull-1 {
  position: relative;
  left: -8.33333%; }

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

.fdn-small-2 {
  width: 16.66667%; }

.fdn-small-push-2 {
  position: relative;
  left: 16.66667%; }

.fdn-small-pull-2 {
  position: relative;
  left: -16.66667%; }

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

.fdn-small-3 {
  width: 25%; }

.fdn-small-push-3 {
  position: relative;
  left: 25%; }

.fdn-small-pull-3 {
  position: relative;
  left: -25%; }

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

.fdn-small-4 {
  width: 33.33333%; }

.fdn-small-push-4 {
  position: relative;
  left: 33.33333%; }

.fdn-small-pull-4 {
  position: relative;
  left: -33.33333%; }

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

.fdn-small-5 {
  width: 41.66667%; }

.fdn-small-push-5 {
  position: relative;
  left: 41.66667%; }

.fdn-small-pull-5 {
  position: relative;
  left: -41.66667%; }

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

.fdn-small-6 {
  width: 50%; }

.fdn-small-push-6 {
  position: relative;
  left: 50%; }

.fdn-small-pull-6 {
  position: relative;
  left: -50%; }

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

.fdn-small-7 {
  width: 58.33333%; }

.fdn-small-push-7 {
  position: relative;
  left: 58.33333%; }

.fdn-small-pull-7 {
  position: relative;
  left: -58.33333%; }

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

.fdn-small-8 {
  width: 66.66667%; }

.fdn-small-push-8 {
  position: relative;
  left: 66.66667%; }

.fdn-small-pull-8 {
  position: relative;
  left: -66.66667%; }

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

.fdn-small-9 {
  width: 75%; }

.fdn-small-push-9 {
  position: relative;
  left: 75%; }

.fdn-small-pull-9 {
  position: relative;
  left: -75%; }

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

.fdn-small-10 {
  width: 83.33333%; }

.fdn-small-push-10 {
  position: relative;
  left: 83.33333%; }

.fdn-small-pull-10 {
  position: relative;
  left: -83.33333%; }

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

.fdn-small-11 {
  width: 91.66667%; }

.fdn-small-push-11 {
  position: relative;
  left: 91.66667%; }

.fdn-small-pull-11 {
  position: relative;
  left: -91.66667%; }

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

.fdn-small-12 {
  width: 100%; }

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

.fdn-small-up-1 > .fdn-column, .fdn-small-up-1 > .fdn-columns {
  width: 100%;
  float: left; }
  .fdn-small-up-1 > .fdn-column:nth-of-type(1n), .fdn-small-up-1 > .fdn-columns:nth-of-type(1n) {
    clear: none; }
  .fdn-small-up-1 > .fdn-column:nth-of-type(1n+1), .fdn-small-up-1 > .fdn-columns:nth-of-type(1n+1) {
    clear: both; }
  .fdn-small-up-1 > .fdn-column:last-child, .fdn-small-up-1 > .fdn-columns:last-child {
    float: left; }

.fdn-small-up-2 > .fdn-column, .fdn-small-up-2 > .fdn-columns {
  width: 50%;
  float: left; }
  .fdn-small-up-2 > .fdn-column:nth-of-type(1n), .fdn-small-up-2 > .fdn-columns:nth-of-type(1n) {
    clear: none; }
  .fdn-small-up-2 > .fdn-column:nth-of-type(2n+1), .fdn-small-up-2 > .fdn-columns:nth-of-type(2n+1) {
    clear: both; }
  .fdn-small-up-2 > .fdn-column:last-child, .fdn-small-up-2 > .fdn-columns:last-child {
    float: left; }

.fdn-small-up-3 > .fdn-column, .fdn-small-up-3 > .fdn-columns {
  width: 33.33333%;
  float: left; }
  .fdn-small-up-3 > .fdn-column:nth-of-type(1n), .fdn-small-up-3 > .fdn-columns:nth-of-type(1n) {
    clear: none; }
  .fdn-small-up-3 > .fdn-column:nth-of-type(3n+1), .fdn-small-up-3 > .fdn-columns:nth-of-type(3n+1) {
    clear: both; }
  .fdn-small-up-3 > .fdn-column:last-child, .fdn-small-up-3 > .fdn-columns:last-child {
    float: left; }

.fdn-small-up-4 > .fdn-column, .fdn-small-up-4 > .fdn-columns {
  width: 25%;
  float: left; }
  .fdn-small-up-4 > .fdn-column:nth-of-type(1n), .fdn-small-up-4 > .fdn-columns:nth-of-type(1n) {
    clear: none; }
  .fdn-small-up-4 > .fdn-column:nth-of-type(4n+1), .fdn-small-up-4 > .fdn-columns:nth-of-type(4n+1) {
    clear: both; }
  .fdn-small-up-4 > .fdn-column:last-child, .fdn-small-up-4 > .fdn-columns:last-child {
    float: left; }

.fdn-small-up-5 > .fdn-column, .fdn-small-up-5 > .fdn-columns {
  width: 20%;
  float: left; }
  .fdn-small-up-5 > .fdn-column:nth-of-type(1n), .fdn-small-up-5 > .fdn-columns:nth-of-type(1n) {
    clear: none; }
  .fdn-small-up-5 > .fdn-column:nth-of-type(5n+1), .fdn-small-up-5 > .fdn-columns:nth-of-type(5n+1) {
    clear: both; }
  .fdn-small-up-5 > .fdn-column:last-child, .fdn-small-up-5 > .fdn-columns:last-child {
    float: left; }

.fdn-small-up-6 > .fdn-column, .fdn-small-up-6 > .fdn-columns {
  width: 16.66667%;
  float: left; }
  .fdn-small-up-6 > .fdn-column:nth-of-type(1n), .fdn-small-up-6 > .fdn-columns:nth-of-type(1n) {
    clear: none; }
  .fdn-small-up-6 > .fdn-column:nth-of-type(6n+1), .fdn-small-up-6 > .fdn-columns:nth-of-type(6n+1) {
    clear: both; }
  .fdn-small-up-6 > .fdn-column:last-child, .fdn-small-up-6 > .fdn-columns:last-child {
    float: left; }

.fdn-small-up-7 > .fdn-column, .fdn-small-up-7 > .fdn-columns {
  width: 14.28571%;
  float: left; }
  .fdn-small-up-7 > .fdn-column:nth-of-type(1n), .fdn-small-up-7 > .fdn-columns:nth-of-type(1n) {
    clear: none; }
  .fdn-small-up-7 > .fdn-column:nth-of-type(7n+1), .fdn-small-up-7 > .fdn-columns:nth-of-type(7n+1) {
    clear: both; }
  .fdn-small-up-7 > .fdn-column:last-child, .fdn-small-up-7 > .fdn-columns:last-child {
    float: left; }

.fdn-small-up-8 > .fdn-column, .fdn-small-up-8 > .fdn-columns {
  width: 12.5%;
  float: left; }
  .fdn-small-up-8 > .fdn-column:nth-of-type(1n), .fdn-small-up-8 > .fdn-columns:nth-of-type(1n) {
    clear: none; }
  .fdn-small-up-8 > .fdn-column:nth-of-type(8n+1), .fdn-small-up-8 > .fdn-columns:nth-of-type(8n+1) {
    clear: both; }
  .fdn-small-up-8 > .fdn-column:last-child, .fdn-small-up-8 > .fdn-columns:last-child {
    float: left; }

.fdn-small-collapse > .fdn-column, .fdn-small-collapse > .fdn-columns {
  padding-left: 0;
  padding-right: 0; }

.fdn-small-collapse .fdn-row {
  margin-left: 0;
  margin-right: 0; }

.fdn-expanded.fdn-row .fdn-small-collapse.fdn-row {
  margin-left: 0;
  margin-right: 0; }

.fdn-small-uncollapse > .fdn-column, .fdn-small-uncollapse > .fdn-columns {
  padding-left: 16px;
  padding-right: 16px; }

.fdn-small-centered {
  margin-left: auto;
  margin-right: auto; }
  .fdn-small-centered, .fdn-small-centered:last-child:not(:first-child) {
    float: none;
    clear: both; }

.fdn-small-uncentered,
.fdn-small-push-0,
.fdn-small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0;
  float: left; }

@media screen and (min-width: 640px) {
  .fdn-medium-1 {
    width: 8.33333%; }
  .fdn-medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .fdn-medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .fdn-medium-offset-0 {
    margin-left: 0%; }
  .fdn-medium-2 {
    width: 16.66667%; }
  .fdn-medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .fdn-medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .fdn-medium-offset-1 {
    margin-left: 8.33333%; }
  .fdn-medium-3 {
    width: 25%; }
  .fdn-medium-push-3 {
    position: relative;
    left: 25%; }
  .fdn-medium-pull-3 {
    position: relative;
    left: -25%; }
  .fdn-medium-offset-2 {
    margin-left: 16.66667%; }
  .fdn-medium-4 {
    width: 33.33333%; }
  .fdn-medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .fdn-medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .fdn-medium-offset-3 {
    margin-left: 25%; }
  .fdn-medium-5 {
    width: 41.66667%; }
  .fdn-medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .fdn-medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .fdn-medium-offset-4 {
    margin-left: 33.33333%; }
  .fdn-medium-6 {
    width: 50%; }
  .fdn-medium-push-6 {
    position: relative;
    left: 50%; }
  .fdn-medium-pull-6 {
    position: relative;
    left: -50%; }
  .fdn-medium-offset-5 {
    margin-left: 41.66667%; }
  .fdn-medium-7 {
    width: 58.33333%; }
  .fdn-medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .fdn-medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .fdn-medium-offset-6 {
    margin-left: 50%; }
  .fdn-medium-8 {
    width: 66.66667%; }
  .fdn-medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .fdn-medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .fdn-medium-offset-7 {
    margin-left: 58.33333%; }
  .fdn-medium-9 {
    width: 75%; }
  .fdn-medium-push-9 {
    position: relative;
    left: 75%; }
  .fdn-medium-pull-9 {
    position: relative;
    left: -75%; }
  .fdn-medium-offset-8 {
    margin-left: 66.66667%; }
  .fdn-medium-10 {
    width: 83.33333%; }
  .fdn-medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .fdn-medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .fdn-medium-offset-9 {
    margin-left: 75%; }
  .fdn-medium-11 {
    width: 91.66667%; }
  .fdn-medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .fdn-medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .fdn-medium-offset-10 {
    margin-left: 83.33333%; }
  .fdn-medium-12 {
    width: 100%; }
  .fdn-medium-offset-11 {
    margin-left: 91.66667%; }
  .fdn-medium-up-1 > .fdn-column, .fdn-medium-up-1 > .fdn-columns {
    width: 100%;
    float: left; }
    .fdn-medium-up-1 > .fdn-column:nth-of-type(1n), .fdn-medium-up-1 > .fdn-columns:nth-of-type(1n) {
      clear: none; }
    .fdn-medium-up-1 > .fdn-column:nth-of-type(1n+1), .fdn-medium-up-1 > .fdn-columns:nth-of-type(1n+1) {
      clear: both; }
    .fdn-medium-up-1 > .fdn-column:last-child, .fdn-medium-up-1 > .fdn-columns:last-child {
      float: left; }
  .fdn-medium-up-2 > .fdn-column, .fdn-medium-up-2 > .fdn-columns {
    width: 50%;
    float: left; }
    .fdn-medium-up-2 > .fdn-column:nth-of-type(1n), .fdn-medium-up-2 > .fdn-columns:nth-of-type(1n) {
      clear: none; }
    .fdn-medium-up-2 > .fdn-column:nth-of-type(2n+1), .fdn-medium-up-2 > .fdn-columns:nth-of-type(2n+1) {
      clear: both; }
    .fdn-medium-up-2 > .fdn-column:last-child, .fdn-medium-up-2 > .fdn-columns:last-child {
      float: left; }
  .fdn-medium-up-3 > .fdn-column, .fdn-medium-up-3 > .fdn-columns {
    width: 33.33333%;
    float: left; }
    .fdn-medium-up-3 > .fdn-column:nth-of-type(1n), .fdn-medium-up-3 > .fdn-columns:nth-of-type(1n) {
      clear: none; }
    .fdn-medium-up-3 > .fdn-column:nth-of-type(3n+1), .fdn-medium-up-3 > .fdn-columns:nth-of-type(3n+1) {
      clear: both; }
    .fdn-medium-up-3 > .fdn-column:last-child, .fdn-medium-up-3 > .fdn-columns:last-child {
      float: left; }
  .fdn-medium-up-4 > .fdn-column, .fdn-medium-up-4 > .fdn-columns {
    width: 25%;
    float: left; }
    .fdn-medium-up-4 > .fdn-column:nth-of-type(1n), .fdn-medium-up-4 > .fdn-columns:nth-of-type(1n) {
      clear: none; }
    .fdn-medium-up-4 > .fdn-column:nth-of-type(4n+1), .fdn-medium-up-4 > .fdn-columns:nth-of-type(4n+1) {
      clear: both; }
    .fdn-medium-up-4 > .fdn-column:last-child, .fdn-medium-up-4 > .fdn-columns:last-child {
      float: left; }
  .fdn-medium-up-5 > .fdn-column, .fdn-medium-up-5 > .fdn-columns {
    width: 20%;
    float: left; }
    .fdn-medium-up-5 > .fdn-column:nth-of-type(1n), .fdn-medium-up-5 > .fdn-columns:nth-of-type(1n) {
      clear: none; }
    .fdn-medium-up-5 > .fdn-column:nth-of-type(5n+1), .fdn-medium-up-5 > .fdn-columns:nth-of-type(5n+1) {
      clear: both; }
    .fdn-medium-up-5 > .fdn-column:last-child, .fdn-medium-up-5 > .fdn-columns:last-child {
      float: left; }
  .fdn-medium-up-6 > .fdn-column, .fdn-medium-up-6 > .fdn-columns {
    width: 16.66667%;
    float: left; }
    .fdn-medium-up-6 > .fdn-column:nth-of-type(1n), .fdn-medium-up-6 > .fdn-columns:nth-of-type(1n) {
      clear: none; }
    .fdn-medium-up-6 > .fdn-column:nth-of-type(6n+1), .fdn-medium-up-6 > .fdn-columns:nth-of-type(6n+1) {
      clear: both; }
    .fdn-medium-up-6 > .fdn-column:last-child, .fdn-medium-up-6 > .fdn-columns:last-child {
      float: left; }
  .fdn-medium-up-7 > .fdn-column, .fdn-medium-up-7 > .fdn-columns {
    width: 14.28571%;
    float: left; }
    .fdn-medium-up-7 > .fdn-column:nth-of-type(1n), .fdn-medium-up-7 > .fdn-columns:nth-of-type(1n) {
      clear: none; }
    .fdn-medium-up-7 > .fdn-column:nth-of-type(7n+1), .fdn-medium-up-7 > .fdn-columns:nth-of-type(7n+1) {
      clear: both; }
    .fdn-medium-up-7 > .fdn-column:last-child, .fdn-medium-up-7 > .fdn-columns:last-child {
      float: left; }
  .fdn-medium-up-8 > .fdn-column, .fdn-medium-up-8 > .fdn-columns {
    width: 12.5%;
    float: left; }
    .fdn-medium-up-8 > .fdn-column:nth-of-type(1n), .fdn-medium-up-8 > .fdn-columns:nth-of-type(1n) {
      clear: none; }
    .fdn-medium-up-8 > .fdn-column:nth-of-type(8n+1), .fdn-medium-up-8 > .fdn-columns:nth-of-type(8n+1) {
      clear: both; }
    .fdn-medium-up-8 > .fdn-column:last-child, .fdn-medium-up-8 > .fdn-columns:last-child {
      float: left; }
  .fdn-medium-collapse > .fdn-column, .fdn-medium-collapse > .fdn-columns {
    padding-left: 0;
    padding-right: 0; }
  .fdn-medium-collapse .fdn-row {
    margin-left: 0;
    margin-right: 0; }
  .fdn-expanded.fdn-row .fdn-medium-collapse.fdn-row {
    margin-left: 0;
    margin-right: 0; }
  .fdn-medium-uncollapse > .fdn-column, .fdn-medium-uncollapse > .fdn-columns {
    padding-left: 16px;
    padding-right: 16px; }
  .fdn-medium-centered {
    margin-left: auto;
    margin-right: auto; }
    .fdn-medium-centered, .fdn-medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .fdn-medium-uncentered,
  .fdn-medium-push-0,
  .fdn-medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }

@media screen and (min-width: 1024px) {
  .fdn-large-1 {
    width: 8.33333%; }
  .fdn-large-push-1 {
    position: relative;
    left: 8.33333%; }
  .fdn-large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .fdn-large-offset-0 {
    margin-left: 0%; }
  .fdn-large-2 {
    width: 16.66667%; }
  .fdn-large-push-2 {
    position: relative;
    left: 16.66667%; }
  .fdn-large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .fdn-large-offset-1 {
    margin-left: 8.33333%; }
  .fdn-large-3 {
    width: 25%; }
  .fdn-large-push-3 {
    position: relative;
    left: 25%; }
  .fdn-large-pull-3 {
    position: relative;
    left: -25%; }
  .fdn-large-offset-2 {
    margin-left: 16.66667%; }
  .fdn-large-4 {
    width: 33.33333%; }
  .fdn-large-push-4 {
    position: relative;
    left: 33.33333%; }
  .fdn-large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .fdn-large-offset-3 {
    margin-left: 25%; }
  .fdn-large-5 {
    width: 41.66667%; }
  .fdn-large-push-5 {
    position: relative;
    left: 41.66667%; }
  .fdn-large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .fdn-large-offset-4 {
    margin-left: 33.33333%; }
  .fdn-large-6 {
    width: 50%; }
  .fdn-large-push-6 {
    position: relative;
    left: 50%; }
  .fdn-large-pull-6 {
    position: relative;
    left: -50%; }
  .fdn-large-offset-5 {
    margin-left: 41.66667%; }
  .fdn-large-7 {
    width: 58.33333%; }
  .fdn-large-push-7 {
    position: relative;
    left: 58.33333%; }
  .fdn-large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .fdn-large-offset-6 {
    margin-left: 50%; }
  .fdn-large-8 {
    width: 66.66667%; }
  .fdn-large-push-8 {
    position: relative;
    left: 66.66667%; }
  .fdn-large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .fdn-large-offset-7 {
    margin-left: 58.33333%; }
  .fdn-large-9 {
    width: 75%; }
  .fdn-large-push-9 {
    position: relative;
    left: 75%; }
  .fdn-large-pull-9 {
    position: relative;
    left: -75%; }
  .fdn-large-offset-8 {
    margin-left: 66.66667%; }
  .fdn-large-10 {
    width: 83.33333%; }
  .fdn-large-push-10 {
    position: relative;
    left: 83.33333%; }
  .fdn-large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .fdn-large-offset-9 {
    margin-left: 75%; }
  .fdn-large-11 {
    width: 91.66667%; }
  .fdn-large-push-11 {
    position: relative;
    left: 91.66667%; }
  .fdn-large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .fdn-large-offset-10 {
    margin-left: 83.33333%; }
  .fdn-large-12 {
    width: 100%; }
  .fdn-large-offset-11 {
    margin-left: 91.66667%; }
  .fdn-large-up-1 > .fdn-column, .fdn-large-up-1 > .fdn-columns {
    width: 100%;
    float: left; }
    .fdn-large-up-1 > .fdn-column:nth-of-type(1n), .fdn-large-up-1 > .fdn-columns:nth-of-type(1n) {
      clear: none; }
    .fdn-large-up-1 > .fdn-column:nth-of-type(1n+1), .fdn-large-up-1 > .fdn-columns:nth-of-type(1n+1) {
      clear: both; }
    .fdn-large-up-1 > .fdn-column:last-child, .fdn-large-up-1 > .fdn-columns:last-child {
      float: left; }
  .fdn-large-up-2 > .fdn-column, .fdn-large-up-2 > .fdn-columns {
    width: 50%;
    float: left; }
    .fdn-large-up-2 > .fdn-column:nth-of-type(1n), .fdn-large-up-2 > .fdn-columns:nth-of-type(1n) {
      clear: none; }
    .fdn-large-up-2 > .fdn-column:nth-of-type(2n+1), .fdn-large-up-2 > .fdn-columns:nth-of-type(2n+1) {
      clear: both; }
    .fdn-large-up-2 > .fdn-column:last-child, .fdn-large-up-2 > .fdn-columns:last-child {
      float: left; }
  .fdn-large-up-3 > .fdn-column, .fdn-large-up-3 > .fdn-columns {
    width: 33.33333%;
    float: left; }
    .fdn-large-up-3 > .fdn-column:nth-of-type(1n), .fdn-large-up-3 > .fdn-columns:nth-of-type(1n) {
      clear: none; }
    .fdn-large-up-3 > .fdn-column:nth-of-type(3n+1), .fdn-large-up-3 > .fdn-columns:nth-of-type(3n+1) {
      clear: both; }
    .fdn-large-up-3 > .fdn-column:last-child, .fdn-large-up-3 > .fdn-columns:last-child {
      float: left; }
  .fdn-large-up-4 > .fdn-column, .fdn-large-up-4 > .fdn-columns {
    width: 25%;
    float: left; }
    .fdn-large-up-4 > .fdn-column:nth-of-type(1n), .fdn-large-up-4 > .fdn-columns:nth-of-type(1n) {
      clear: none; }
    .fdn-large-up-4 > .fdn-column:nth-of-type(4n+1), .fdn-large-up-4 > .fdn-columns:nth-of-type(4n+1) {
      clear: both; }
    .fdn-large-up-4 > .fdn-column:last-child, .fdn-large-up-4 > .fdn-columns:last-child {
      float: left; }
  .fdn-large-up-5 > .fdn-column, .fdn-large-up-5 > .fdn-columns {
    width: 20%;
    float: left; }
    .fdn-large-up-5 > .fdn-column:nth-of-type(1n), .fdn-large-up-5 > .fdn-columns:nth-of-type(1n) {
      clear: none; }
    .fdn-large-up-5 > .fdn-column:nth-of-type(5n+1), .fdn-large-up-5 > .fdn-columns:nth-of-type(5n+1) {
      clear: both; }
    .fdn-large-up-5 > .fdn-column:last-child, .fdn-large-up-5 > .fdn-columns:last-child {
      float: left; }
  .fdn-large-up-6 > .fdn-column, .fdn-large-up-6 > .fdn-columns {
    width: 16.66667%;
    float: left; }
    .fdn-large-up-6 > .fdn-column:nth-of-type(1n), .fdn-large-up-6 > .fdn-columns:nth-of-type(1n) {
      clear: none; }
    .fdn-large-up-6 > .fdn-column:nth-of-type(6n+1), .fdn-large-up-6 > .fdn-columns:nth-of-type(6n+1) {
      clear: both; }
    .fdn-large-up-6 > .fdn-column:last-child, .fdn-large-up-6 > .fdn-columns:last-child {
      float: left; }
  .fdn-large-up-7 > .fdn-column, .fdn-large-up-7 > .fdn-columns {
    width: 14.28571%;
    float: left; }
    .fdn-large-up-7 > .fdn-column:nth-of-type(1n), .fdn-large-up-7 > .fdn-columns:nth-of-type(1n) {
      clear: none; }
    .fdn-large-up-7 > .fdn-column:nth-of-type(7n+1), .fdn-large-up-7 > .fdn-columns:nth-of-type(7n+1) {
      clear: both; }
    .fdn-large-up-7 > .fdn-column:last-child, .fdn-large-up-7 > .fdn-columns:last-child {
      float: left; }
  .fdn-large-up-8 > .fdn-column, .fdn-large-up-8 > .fdn-columns {
    width: 12.5%;
    float: left; }
    .fdn-large-up-8 > .fdn-column:nth-of-type(1n), .fdn-large-up-8 > .fdn-columns:nth-of-type(1n) {
      clear: none; }
    .fdn-large-up-8 > .fdn-column:nth-of-type(8n+1), .fdn-large-up-8 > .fdn-columns:nth-of-type(8n+1) {
      clear: both; }
    .fdn-large-up-8 > .fdn-column:last-child, .fdn-large-up-8 > .fdn-columns:last-child {
      float: left; }
  .fdn-large-collapse > .fdn-column, .fdn-large-collapse > .fdn-columns {
    padding-left: 0;
    padding-right: 0; }
  .fdn-large-collapse .fdn-row {
    margin-left: 0;
    margin-right: 0; }
  .fdn-expanded.fdn-row .fdn-large-collapse.fdn-row {
    margin-left: 0;
    margin-right: 0; }
  .fdn-large-uncollapse > .fdn-column, .fdn-large-uncollapse > .fdn-columns {
    padding-left: 16px;
    padding-right: 16px; }
  .fdn-large-centered {
    margin-left: auto;
    margin-right: auto; }
    .fdn-large-centered, .fdn-large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .fdn-large-uncentered,
  .fdn-large-push-0,
  .fdn-large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0;
    float: left; } }
