@charset "UTF-8";
/**
 * Foundation for Sites by ZURB
 * Version 6.5.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }

  .medium-order-2 {
    order: 2;
  }

  .medium-order-3 {
    order: 3;
  }

  .medium-order-4 {
    order: 4;
  }

  .medium-order-5 {
    order: 5;
  }

  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 61.875em) {
  .large-order-1 {
    order: 1;
  }

  .large-order-2 {
    order: 2;
  }

  .large-order-3 {
    order: 3;
  }

  .large-order-4 {
    order: 4;
  }

  .large-order-5 {
    order: 5;
  }

  .large-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    order: 1;
  }

  .xlarge-order-2 {
    order: 2;
  }

  .xlarge-order-3 {
    order: 3;
  }

  .xlarge-order-4 {
    order: 4;
  }

  .xlarge-order-5 {
    order: 5;
  }

  .xlarge-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    order: 1;
  }

  .xxlarge-order-2 {
    order: 2;
  }

  .xxlarge-order-3 {
    order: 3;
  }

  .xxlarge-order-4 {
    order: 4;
  }

  .xxlarge-order-5 {
    order: 5;
  }

  .xxlarge-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink, .filters-header .filters-pagination .menu li {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }

  .medium-flex-child-auto {
    flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 61.875em) {
  .large-flex-container {
    display: flex;
  }

  .large-flex-child-auto {
    flex: 1 1 auto;
  }

  .large-flex-child-grow {
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    flex: 0 1 auto;
  }

  .large-flex-dir-row {
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: flex;
  }

  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }

  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }

  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }

  .xlarge-flex-dir-row {
    flex-direction: row;
  }

  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .xlarge-flex-dir-column {
    flex-direction: column;
  }

  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: flex;
  }

  .xxlarge-flex-child-auto {
    flex: 1 1 auto;
  }

  .xxlarge-flex-child-grow {
    flex: 1 0 auto;
  }

  .xxlarge-flex-child-shrink {
    flex: 0 1 auto;
  }

  .xxlarge-flex-dir-row {
    flex-direction: row;
  }

  .xxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .xxlarge-flex-dir-column {
    flex-direction: column;
  }

  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.row, header.headerTitle, #main-footer, #main-content, #main-header {
  max-width: 102.8571428571rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.row .row, header.headerTitle .row, .row header.headerTitle, header.headerTitle header.headerTitle, #main-footer .row, #main-footer header.headerTitle, .row #main-footer, header.headerTitle #main-footer, #main-footer #main-footer, #main-content .row, #main-content header.headerTitle, #main-content #main-footer, .row #main-content, header.headerTitle #main-content, #main-footer #main-content, #main-content #main-content, #main-header .row, #main-header header.headerTitle, #main-header #main-footer, #main-header #main-content, .row #main-header, header.headerTitle #main-header, #main-footer #main-header, #main-content #main-header, #main-header #main-header {
  margin-right: -0.3571428571rem;
  margin-left: -0.3571428571rem;
}
@media print, screen and (min-width: 40em) {
  .row .row, header.headerTitle .row, .row header.headerTitle, header.headerTitle header.headerTitle, #main-footer .row, #main-footer header.headerTitle, .row #main-footer, header.headerTitle #main-footer, #main-footer #main-footer, #main-content .row, #main-content header.headerTitle, #main-content #main-footer, .row #main-content, header.headerTitle #main-content, #main-footer #main-content, #main-content #main-content, #main-header .row, #main-header header.headerTitle, #main-header #main-footer, #main-header #main-content, .row #main-header, header.headerTitle #main-header, #main-footer #main-header, #main-content #main-header, #main-header #main-header {
    margin-right: -0.3571428571rem;
    margin-left: -0.3571428571rem;
  }
}
@media print, screen and (min-width: 61.875em) {
  .row .row, header.headerTitle .row, .row header.headerTitle, header.headerTitle header.headerTitle, #main-footer .row, #main-footer header.headerTitle, .row #main-footer, header.headerTitle #main-footer, #main-footer #main-footer, #main-content .row, #main-content header.headerTitle, #main-content #main-footer, .row #main-content, header.headerTitle #main-content, #main-footer #main-content, #main-content #main-content, #main-header .row, #main-header header.headerTitle, #main-header #main-footer, #main-header #main-content, .row #main-header, header.headerTitle #main-header, #main-footer #main-header, #main-content #main-header, #main-header #main-header {
    margin-right: -0.3571428571rem;
    margin-left: -0.3571428571rem;
  }
}
@media screen and (min-width: 75em) {
  .row .row, header.headerTitle .row, .row header.headerTitle, header.headerTitle header.headerTitle, #main-footer .row, #main-footer header.headerTitle, .row #main-footer, header.headerTitle #main-footer, #main-footer #main-footer, #main-content .row, #main-content header.headerTitle, #main-content #main-footer, .row #main-content, header.headerTitle #main-content, #main-footer #main-content, #main-content #main-content, #main-header .row, #main-header header.headerTitle, #main-header #main-footer, #main-header #main-content, .row #main-header, header.headerTitle #main-header, #main-footer #main-header, #main-content #main-header, #main-header #main-header {
    margin-right: -0.3571428571rem;
    margin-left: -0.3571428571rem;
  }
}
@media screen and (min-width: 90em) {
  .row .row, header.headerTitle .row, .row header.headerTitle, header.headerTitle header.headerTitle, #main-footer .row, #main-footer header.headerTitle, .row #main-footer, header.headerTitle #main-footer, #main-footer #main-footer, #main-content .row, #main-content header.headerTitle, #main-content #main-footer, .row #main-content, header.headerTitle #main-content, #main-footer #main-content, #main-content #main-content, #main-header .row, #main-header header.headerTitle, #main-header #main-footer, #main-header #main-content, .row #main-header, header.headerTitle #main-header, #main-footer #main-header, #main-content #main-header, #main-header #main-header {
    margin-right: -0.3571428571rem;
    margin-left: -0.3571428571rem;
  }
}
.row .row.collapse, header.headerTitle .row.collapse, .row header.collapse.headerTitle, header.headerTitle header.collapse.headerTitle, #main-footer .row.collapse, #main-footer header.collapse.headerTitle, .row .collapse#main-footer, header.headerTitle .collapse#main-footer, #main-footer .collapse#main-footer, #main-content .row.collapse, #main-content header.collapse.headerTitle, #main-content .collapse#main-footer, .row .collapse#main-content, header.headerTitle .collapse#main-content, #main-footer .collapse#main-content, #main-content .collapse#main-content, #main-header .row.collapse, #main-header header.collapse.headerTitle, #main-header .collapse#main-footer, #main-header .collapse#main-content, .row .collapse#main-header, header.headerTitle .collapse#main-header, #main-footer .collapse#main-header, #main-content .collapse#main-header, #main-header .collapse#main-header {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded, header.headerTitle, .expanded#main-footer, header#main-footer.headerTitle, .expanded#main-content, header#main-content.headerTitle, .expanded#main-header, header#main-header.headerTitle {
  max-width: none;
}
.row.expanded .row, header.headerTitle .row, .row.expanded header.headerTitle, header.headerTitle header.headerTitle, .expanded#main-footer .row, header#main-footer.headerTitle .row, .expanded#main-footer header.headerTitle, header#main-footer.headerTitle header.headerTitle, .row.expanded #main-footer, header.headerTitle #main-footer, .expanded#main-footer #main-footer, .expanded#main-content .row, header#main-content.headerTitle .row, .expanded#main-content header.headerTitle, header#main-content.headerTitle header.headerTitle, .expanded#main-content #main-footer, .row.expanded #main-content, header.headerTitle #main-content, .expanded#main-footer #main-content, .expanded#main-content #main-content, .expanded#main-header .row, header#main-header.headerTitle .row, .expanded#main-header header.headerTitle, header#main-header.headerTitle header.headerTitle, .expanded#main-header #main-footer, .expanded#main-header #main-content, .row.expanded #main-header, header.headerTitle #main-header, .expanded#main-footer #main-header, .expanded#main-content #main-header, .expanded#main-header #main-header {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded):not(header.headerTitle) .row, header.headerTitle:not(.expanded):not(header.headerTitle) .row, .row:not(.expanded):not(header.headerTitle) header.headerTitle, header.headerTitle:not(.expanded):not(header.headerTitle) header.headerTitle, #main-footer:not(.expanded):not(header.headerTitle) .row, #main-footer:not(.expanded):not(header.headerTitle) header.headerTitle, .row:not(.expanded):not(header.headerTitle) #main-footer, header.headerTitle:not(.expanded):not(header.headerTitle) #main-footer, #main-footer:not(.expanded):not(header.headerTitle) #main-footer, #main-content:not(.expanded):not(header.headerTitle) .row, #main-content:not(.expanded):not(header.headerTitle) header.headerTitle, #main-content:not(.expanded):not(header.headerTitle) #main-footer, .row:not(.expanded):not(header.headerTitle) #main-content, header.headerTitle:not(.expanded):not(header.headerTitle) #main-content, #main-footer:not(.expanded):not(header.headerTitle) #main-content, #main-content:not(.expanded):not(header.headerTitle) #main-content, #main-header:not(.expanded):not(header.headerTitle) .row, #main-header:not(.expanded):not(header.headerTitle) header.headerTitle, #main-header:not(.expanded):not(header.headerTitle) #main-footer, #main-header:not(.expanded):not(header.headerTitle) #main-content, .row:not(.expanded):not(header.headerTitle) #main-header, header.headerTitle:not(.expanded):not(header.headerTitle) #main-header, #main-footer:not(.expanded):not(header.headerTitle) #main-header, #main-content:not(.expanded):not(header.headerTitle) #main-header, #main-header:not(.expanded):not(header.headerTitle) #main-header {
  max-width: none;
}
.row.collapse > .column, header.headerTitle .row.collapse > .colSharing, header.headerTitle .row.collapse > .colTitle, header.collapse.headerTitle > .column, header.collapse.headerTitle > .colSharing, header.collapse.headerTitle > .colTitle, .collapse#main-footer > .column, header.headerTitle .collapse#main-footer > .colSharing, header.headerTitle .collapse#main-footer > .colTitle, .collapse#main-content > .column, header.headerTitle .collapse#main-content > .colSharing, header.headerTitle .collapse#main-content > .colTitle, .collapse#main-header > .column, header.headerTitle .collapse#main-header > .colSharing, header.headerTitle .collapse#main-header > .colTitle, .row.collapse > .columns, header.collapse.headerTitle > .columns, .collapse#main-footer > .columns, .collapse#main-content > .columns, .collapse#main-header > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row.is-collapse-child, header.is-collapse-child.headerTitle, .is-collapse-child#main-footer, .is-collapse-child#main-content, .is-collapse-child#main-header, .row.collapse > .column > .row, header.headerTitle .row.collapse > .colSharing > .row, header.headerTitle .row.collapse > .colTitle > .row, header.collapse.headerTitle > .column > .row, header.collapse.headerTitle > .colSharing > .row, header.collapse.headerTitle > .colTitle > .row, .row.collapse > .column > header.headerTitle, header.headerTitle .row.collapse > .colSharing > header.headerTitle, header.headerTitle .row.collapse > .colTitle > header.headerTitle, header.collapse.headerTitle > .column > header.headerTitle, header.collapse.headerTitle > .colSharing > header.headerTitle, header.collapse.headerTitle > .colTitle > header.headerTitle, .collapse#main-footer > .column > .row, header.headerTitle .collapse#main-footer > .colSharing > .row, header.headerTitle .collapse#main-footer > .colTitle > .row, .collapse#main-footer > .column > header.headerTitle, header.headerTitle .collapse#main-footer > .colSharing > header.headerTitle, header.headerTitle .collapse#main-footer > .colTitle > header.headerTitle, .row.collapse > .column > #main-footer, header.headerTitle .row.collapse > .colSharing > #main-footer, header.headerTitle .row.collapse > .colTitle > #main-footer, header.collapse.headerTitle > .column > #main-footer, header.collapse.headerTitle > .colSharing > #main-footer, header.collapse.headerTitle > .colTitle > #main-footer, .collapse#main-footer > .column > #main-footer, header.headerTitle .collapse#main-footer > .colSharing > #main-footer, header.headerTitle .collapse#main-footer > .colTitle > #main-footer, .collapse#main-content > .column > .row, header.headerTitle .collapse#main-content > .colSharing > .row, header.headerTitle .collapse#main-content > .colTitle > .row, .collapse#main-content > .column > header.headerTitle, header.headerTitle .collapse#main-content > .colSharing > header.headerTitle, header.headerTitle .collapse#main-content > .colTitle > header.headerTitle, .collapse#main-content > .column > #main-footer, header.headerTitle .collapse#main-content > .colSharing > #main-footer, header.headerTitle .collapse#main-content > .colTitle > #main-footer, .row.collapse > .column > #main-content, header.headerTitle .row.collapse > .colSharing > #main-content, header.headerTitle .row.collapse > .colTitle > #main-content, header.collapse.headerTitle > .column > #main-content, header.collapse.headerTitle > .colSharing > #main-content, header.collapse.headerTitle > .colTitle > #main-content, .collapse#main-footer > .column > #main-content, header.headerTitle .collapse#main-footer > .colSharing > #main-content, header.headerTitle .collapse#main-footer > .colTitle > #main-content, .collapse#main-content > .column > #main-content, header.headerTitle .collapse#main-content > .colSharing > #main-content, header.headerTitle .collapse#main-content > .colTitle > #main-content, .collapse#main-header > .column > .row, header.headerTitle .collapse#main-header > .colSharing > .row, header.headerTitle .collapse#main-header > .colTitle > .row, .collapse#main-header > .column > header.headerTitle, header.headerTitle .collapse#main-header > .colSharing > header.headerTitle, header.headerTitle .collapse#main-header > .colTitle > header.headerTitle, .collapse#main-header > .column > #main-footer, header.headerTitle .collapse#main-header > .colSharing > #main-footer, header.headerTitle .collapse#main-header > .colTitle > #main-footer, .collapse#main-header > .column > #main-content, header.headerTitle .collapse#main-header > .colSharing > #main-content, header.headerTitle .collapse#main-header > .colTitle > #main-content, .row.collapse > .column > #main-header, header.headerTitle .row.collapse > .colSharing > #main-header, header.headerTitle .row.collapse > .colTitle > #main-header, header.collapse.headerTitle > .column > #main-header, header.collapse.headerTitle > .colSharing > #main-header, header.collapse.headerTitle > .colTitle > #main-header, .collapse#main-footer > .column > #main-header, header.headerTitle .collapse#main-footer > .colSharing > #main-header, header.headerTitle .collapse#main-footer > .colTitle > #main-header, .collapse#main-content > .column > #main-header, header.headerTitle .collapse#main-content > .colSharing > #main-header, header.headerTitle .collapse#main-content > .colTitle > #main-header, .collapse#main-header > .column > #main-header, header.headerTitle .collapse#main-header > .colSharing > #main-header, header.headerTitle .collapse#main-header > .colTitle > #main-header, .row.collapse > .columns > .row, header.collapse.headerTitle > .columns > .row, .row.collapse > .columns > header.headerTitle, header.collapse.headerTitle > .columns > header.headerTitle, .collapse#main-footer > .columns > .row, .collapse#main-footer > .columns > header.headerTitle, .row.collapse > .columns > #main-footer, header.collapse.headerTitle > .columns > #main-footer, .collapse#main-footer > .columns > #main-footer, .collapse#main-content > .columns > .row, .collapse#main-content > .columns > header.headerTitle, .collapse#main-content > .columns > #main-footer, .row.collapse > .columns > #main-content, header.collapse.headerTitle > .columns > #main-content, .collapse#main-footer > .columns > #main-content, .collapse#main-content > .columns > #main-content, .collapse#main-header > .columns > .row, .collapse#main-header > .columns > header.headerTitle, .collapse#main-header > .columns > #main-footer, .collapse#main-header > .columns > #main-content, .row.collapse > .columns > #main-header, header.collapse.headerTitle > .columns > #main-header, .collapse#main-footer > .columns > #main-header, .collapse#main-content > .columns > #main-header, .collapse#main-header > .columns > #main-header {
  margin-right: 0;
  margin-left: 0;
}

.column, header.headerTitle .colSharing, header.headerTitle .colTitle, .columns {
  flex: 1 1 0px;
  padding-right: 0.3571428571rem;
  padding-left: 0.3571428571rem;
  min-width: 0;
}
@media print, screen and (min-width: 40em) {
  .column, header.headerTitle .colSharing, header.headerTitle .colTitle, .columns {
    padding-right: 0.3571428571rem;
    padding-left: 0.3571428571rem;
  }
}

.column.row.row, header.headerTitle .row.row.colSharing, header.headerTitle .row.row.colTitle, header.column.headerTitle, header.headerTitle header.headerTitle.colSharing, header.headerTitle header.headerTitle.colTitle, .column#main-footer, header.headerTitle #main-footer.colSharing, header.headerTitle #main-footer.colTitle, .column#main-content, header.headerTitle #main-content.colSharing, header.headerTitle #main-content.colTitle, .column#main-header, header.headerTitle #main-header.colSharing, header.headerTitle #main-header.colTitle, .row.row.columns, header.columns.headerTitle, .columns#main-footer, .columns#main-content, .columns#main-header {
  float: none;
  display: block;
}

.row .column.row.row, .row header.headerTitle .row.row.colSharing, header.headerTitle .row .row.row.colSharing, header.headerTitle .column.row.row, header.headerTitle .row.row.colSharing, header.headerTitle .row.row.colTitle, .row header.column.headerTitle, .row header.headerTitle header.headerTitle.colSharing, header.headerTitle .row header.headerTitle.colSharing, header.headerTitle header.column.headerTitle, header.headerTitle header.headerTitle.colSharing, header.headerTitle header.headerTitle.colTitle, #main-footer .column.row.row, #main-footer header.headerTitle .row.row.colSharing, header.headerTitle #main-footer .row.row.colSharing, #main-footer header.headerTitle .row.row.colTitle, header.headerTitle #main-footer .row.row.colTitle, #main-footer header.column.headerTitle, #main-footer header.headerTitle header.headerTitle.colSharing, header.headerTitle #main-footer header.headerTitle.colSharing, #main-footer header.headerTitle header.headerTitle.colTitle, header.headerTitle #main-footer header.headerTitle.colTitle, .row .column#main-footer, .row header.headerTitle #main-footer.colSharing, header.headerTitle .row #main-footer.colSharing, header.headerTitle .column#main-footer, header.headerTitle #main-footer.colSharing, header.headerTitle #main-footer.colTitle, #main-footer .column#main-footer, #main-footer header.headerTitle #main-footer.colSharing, header.headerTitle #main-footer #main-footer.colSharing, #main-content .column.row.row, #main-content header.headerTitle .row.row.colSharing, header.headerTitle #main-content .row.row.colSharing, #main-content header.headerTitle .row.row.colTitle, header.headerTitle #main-content .row.row.colTitle, #main-content header.column.headerTitle, #main-content header.headerTitle header.headerTitle.colSharing, header.headerTitle #main-content header.headerTitle.colSharing, #main-content header.headerTitle header.headerTitle.colTitle, header.headerTitle #main-content header.headerTitle.colTitle, #main-content .column#main-footer, #main-content header.headerTitle #main-footer.colSharing, header.headerTitle #main-content #main-footer.colSharing, .row .column#main-content, .row header.headerTitle #main-content.colSharing, header.headerTitle .row #main-content.colSharing, header.headerTitle .column#main-content, header.headerTitle #main-content.colSharing, header.headerTitle #main-content.colTitle, #main-footer .column#main-content, #main-footer header.headerTitle #main-content.colSharing, header.headerTitle #main-footer #main-content.colSharing, #main-content .column#main-content, #main-content header.headerTitle #main-content.colSharing, header.headerTitle #main-content #main-content.colSharing, #main-header .column.row.row, #main-header header.headerTitle .row.row.colSharing, header.headerTitle #main-header .row.row.colSharing, #main-header header.headerTitle .row.row.colTitle, header.headerTitle #main-header .row.row.colTitle, #main-header header.column.headerTitle, #main-header header.headerTitle header.headerTitle.colSharing, header.headerTitle #main-header header.headerTitle.colSharing, #main-header header.headerTitle header.headerTitle.colTitle, header.headerTitle #main-header header.headerTitle.colTitle, #main-header .column#main-footer, #main-header header.headerTitle #main-footer.colSharing, header.headerTitle #main-header #main-footer.colSharing, #main-header .column#main-content, #main-header header.headerTitle #main-content.colSharing, header.headerTitle #main-header #main-content.colSharing, .row .column#main-header, .row header.headerTitle #main-header.colSharing, header.headerTitle .row #main-header.colSharing, header.headerTitle .column#main-header, header.headerTitle #main-header.colSharing, header.headerTitle #main-header.colTitle, #main-footer .column#main-header, #main-footer header.headerTitle #main-header.colSharing, header.headerTitle #main-footer #main-header.colSharing, #main-content .column#main-header, #main-content header.headerTitle #main-header.colSharing, header.headerTitle #main-content #main-header.colSharing, #main-header .column#main-header, #main-header header.headerTitle #main-header.colSharing, header.headerTitle #main-header #main-header.colSharing, .row .row.row.columns, header.headerTitle .row.row.columns, .row header.columns.headerTitle, header.headerTitle header.columns.headerTitle, #main-footer .row.row.columns, #main-footer header.columns.headerTitle, .row .columns#main-footer, header.headerTitle .columns#main-footer, #main-footer .columns#main-footer, #main-content .row.row.columns, #main-content header.columns.headerTitle, #main-content .columns#main-footer, .row .columns#main-content, header.headerTitle .columns#main-content, #main-footer .columns#main-content, #main-content .columns#main-content, #main-header .row.row.columns, #main-header header.columns.headerTitle, #main-header .columns#main-footer, #main-header .columns#main-content, .row .columns#main-header, header.headerTitle .columns#main-header, #main-footer .columns#main-header, #main-content .columns#main-header, #main-header .columns#main-header {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0;
}

.small-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

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

.small-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

.small-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

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

.small-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

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

.small-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

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

.small-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

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

.small-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

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

.small-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

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

.small-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

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

.small-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

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

.small-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

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

.small-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

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

.small-up-1 {
  flex-wrap: wrap;
}
.small-up-1 > .column, header.headerTitle .small-up-1 > .colSharing, header.headerTitle .small-up-1 > .colTitle, .small-up-1 > .columns {
  flex: 0 0 100%;
  max-width: 100%;
}

.small-up-2 {
  flex-wrap: wrap;
}
.small-up-2 > .column, header.headerTitle .small-up-2 > .colSharing, header.headerTitle .small-up-2 > .colTitle, .small-up-2 > .columns {
  flex: 0 0 50%;
  max-width: 50%;
}

.small-up-3 {
  flex-wrap: wrap;
}
.small-up-3 > .column, header.headerTitle .small-up-3 > .colSharing, header.headerTitle .small-up-3 > .colTitle, .small-up-3 > .columns {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.small-up-4 {
  flex-wrap: wrap;
}
.small-up-4 > .column, header.headerTitle .small-up-4 > .colSharing, header.headerTitle .small-up-4 > .colTitle, .small-up-4 > .columns {
  flex: 0 0 25%;
  max-width: 25%;
}

.small-up-5 {
  flex-wrap: wrap;
}
.small-up-5 > .column, header.headerTitle .small-up-5 > .colSharing, header.headerTitle .small-up-5 > .colTitle, .small-up-5 > .columns {
  flex: 0 0 20%;
  max-width: 20%;
}

.small-up-6 {
  flex-wrap: wrap;
}
.small-up-6 > .column, header.headerTitle .small-up-6 > .colSharing, header.headerTitle .small-up-6 > .colTitle, .small-up-6 > .columns {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.small-up-7 {
  flex-wrap: wrap;
}
.small-up-7 > .column, header.headerTitle .small-up-7 > .colSharing, header.headerTitle .small-up-7 > .colTitle, .small-up-7 > .columns {
  flex: 0 0 14.2857142857%;
  max-width: 14.2857142857%;
}

.small-up-8 {
  flex-wrap: wrap;
}
.small-up-8 > .column, header.headerTitle .small-up-8 > .colSharing, header.headerTitle .small-up-8 > .colTitle, .small-up-8 > .columns {
  flex: 0 0 12.5%;
  max-width: 12.5%;
}

.small-collapse > .column, header.headerTitle .small-collapse > .colSharing, header.headerTitle .small-collapse > .colTitle, .small-collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}

.small-uncollapse > .column, header.headerTitle .small-uncollapse > .colSharing, header.headerTitle .small-uncollapse > .colTitle, .small-uncollapse > .columns {
  padding-right: 0.3571428571rem;
  padding-left: 0.3571428571rem;
}

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }

  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }

  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }

  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }

  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }

  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }

  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }

  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }

  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 > .column, header.headerTitle .medium-up-1 > .colSharing, header.headerTitle .medium-up-1 > .colTitle, .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 > .column, header.headerTitle .medium-up-2 > .colSharing, header.headerTitle .medium-up-2 > .colTitle, .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 > .column, header.headerTitle .medium-up-3 > .colSharing, header.headerTitle .medium-up-3 > .colTitle, .medium-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 > .column, header.headerTitle .medium-up-4 > .colSharing, header.headerTitle .medium-up-4 > .colTitle, .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 > .column, header.headerTitle .medium-up-5 > .colSharing, header.headerTitle .medium-up-5 > .colTitle, .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 > .column, header.headerTitle .medium-up-6 > .colSharing, header.headerTitle .medium-up-6 > .colTitle, .medium-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 > .column, header.headerTitle .medium-up-7 > .colSharing, header.headerTitle .medium-up-7 > .colTitle, .medium-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .medium-up-8 {
    flex-wrap: wrap;
  }
  .medium-up-8 > .column, header.headerTitle .medium-up-8 > .colSharing, header.headerTitle .medium-up-8 > .colTitle, .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}
.row.medium-unstack > .column, header.headerTitle .row.medium-unstack > .colSharing, header.headerTitle .row.medium-unstack > .colTitle, header.medium-unstack.headerTitle > .column, header.medium-unstack.headerTitle > .colSharing, header.medium-unstack.headerTitle > .colTitle, .medium-unstack#main-footer > .column, header.headerTitle .medium-unstack#main-footer > .colSharing, header.headerTitle .medium-unstack#main-footer > .colTitle, .medium-unstack#main-content > .column, header.headerTitle .medium-unstack#main-content > .colSharing, header.headerTitle .medium-unstack#main-content > .colTitle, .medium-unstack#main-header > .column, header.headerTitle .medium-unstack#main-header > .colSharing, header.headerTitle .medium-unstack#main-header > .colTitle, .row.medium-unstack > .columns, header.medium-unstack.headerTitle > .columns, .medium-unstack#main-footer > .columns, .medium-unstack#main-content > .columns, .medium-unstack#main-header > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .column, header.headerTitle .row.medium-unstack > .colSharing, header.headerTitle .row.medium-unstack > .colTitle, header.medium-unstack.headerTitle > .column, header.medium-unstack.headerTitle > .colSharing, header.medium-unstack.headerTitle > .colTitle, .medium-unstack#main-footer > .column, header.headerTitle .medium-unstack#main-footer > .colSharing, header.headerTitle .medium-unstack#main-footer > .colTitle, .medium-unstack#main-content > .column, header.headerTitle .medium-unstack#main-content > .colSharing, header.headerTitle .medium-unstack#main-content > .colTitle, .medium-unstack#main-header > .column, header.headerTitle .medium-unstack#main-header > .colSharing, header.headerTitle .medium-unstack#main-header > .colTitle, .row.medium-unstack > .columns, header.medium-unstack.headerTitle > .columns, .medium-unstack#main-footer > .columns, .medium-unstack#main-content > .columns, .medium-unstack#main-header > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, header.headerTitle .medium-collapse > .colSharing, header.headerTitle .medium-collapse > .colTitle, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-uncollapse > .column, header.headerTitle .medium-uncollapse > .colSharing, header.headerTitle .medium-uncollapse > .colTitle, .medium-uncollapse > .columns {
    padding-right: 0.3571428571rem;
    padding-left: 0.3571428571rem;
  }
}
@media print, screen and (min-width: 61.875em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .large-offset-1 {
    margin-left: 8.3333333333%;
  }

  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .large-offset-4 {
    margin-left: 33.3333333333%;
  }

  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .large-offset-7 {
    margin-left: 58.3333333333%;
  }

  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .large-12, #main-header .second-main-menu, #main-header .main-menu, #main-header .main-head {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 > .column, header.headerTitle .large-up-1 > .colSharing, header.headerTitle .large-up-1 > .colTitle, .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 > .column, header.headerTitle .large-up-2 > .colSharing, header.headerTitle .large-up-2 > .colTitle, .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 > .column, header.headerTitle .large-up-3 > .colSharing, header.headerTitle .large-up-3 > .colTitle, .large-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 > .column, header.headerTitle .large-up-4 > .colSharing, header.headerTitle .large-up-4 > .colTitle, .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 > .column, header.headerTitle .large-up-5 > .colSharing, header.headerTitle .large-up-5 > .colTitle, .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 > .column, header.headerTitle .large-up-6 > .colSharing, header.headerTitle .large-up-6 > .colTitle, .large-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 > .column, header.headerTitle .large-up-7 > .colSharing, header.headerTitle .large-up-7 > .colTitle, .large-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .large-up-8 {
    flex-wrap: wrap;
  }
  .large-up-8 > .column, header.headerTitle .large-up-8 > .colSharing, header.headerTitle .large-up-8 > .colTitle, .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 61.875em) and (min-width: 61.875em) {
  .large-expand {
    flex: 1 1 0px;
  }
}
.row.large-unstack > .column, header.headerTitle .row.large-unstack > .colSharing, header.headerTitle .row.large-unstack > .colTitle, header.large-unstack.headerTitle > .column, header.large-unstack.headerTitle > .colSharing, header.large-unstack.headerTitle > .colTitle, .large-unstack#main-footer > .column, header.headerTitle .large-unstack#main-footer > .colSharing, header.headerTitle .large-unstack#main-footer > .colTitle, .large-unstack#main-content > .column, header.headerTitle .large-unstack#main-content > .colSharing, header.headerTitle .large-unstack#main-content > .colTitle, .large-unstack#main-header > .column, header.headerTitle .large-unstack#main-header > .colSharing, header.headerTitle .large-unstack#main-header > .colTitle, .row.large-unstack > .columns, header.large-unstack.headerTitle > .columns, .large-unstack#main-footer > .columns, .large-unstack#main-content > .columns, .large-unstack#main-header > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 61.875em) {
  .row.large-unstack > .column, header.headerTitle .row.large-unstack > .colSharing, header.headerTitle .row.large-unstack > .colTitle, header.large-unstack.headerTitle > .column, header.large-unstack.headerTitle > .colSharing, header.large-unstack.headerTitle > .colTitle, .large-unstack#main-footer > .column, header.headerTitle .large-unstack#main-footer > .colSharing, header.headerTitle .large-unstack#main-footer > .colTitle, .large-unstack#main-content > .column, header.headerTitle .large-unstack#main-content > .colSharing, header.headerTitle .large-unstack#main-content > .colTitle, .large-unstack#main-header > .column, header.headerTitle .large-unstack#main-header > .colSharing, header.headerTitle .large-unstack#main-header > .colTitle, .row.large-unstack > .columns, header.large-unstack.headerTitle > .columns, .large-unstack#main-footer > .columns, .large-unstack#main-content > .columns, .large-unstack#main-header > .columns {
    flex: 1 1 0px;
  }
}

@media print, screen and (min-width: 61.875em) {
  .large-collapse > .column, header.headerTitle .large-collapse > .colSharing, header.headerTitle .large-collapse > .colTitle, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media print, screen and (min-width: 61.875em) {
  .large-uncollapse > .column, header.headerTitle .large-uncollapse > .colSharing, header.headerTitle .large-uncollapse > .colTitle, .large-uncollapse > .columns {
    padding-right: 0.3571428571rem;
    padding-left: 0.3571428571rem;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .xlarge-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }

  .xlarge-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }

  .xlarge-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .xlarge-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }

  .xlarge-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }

  .xlarge-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .xlarge-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }

  .xlarge-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }

  .xlarge-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

  .xlarge-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }

  .xlarge-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }

  .xlarge-up-1 {
    flex-wrap: wrap;
  }
  .xlarge-up-1 > .column, header.headerTitle .xlarge-up-1 > .colSharing, header.headerTitle .xlarge-up-1 > .colTitle, .xlarge-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .xlarge-up-2 {
    flex-wrap: wrap;
  }
  .xlarge-up-2 > .column, header.headerTitle .xlarge-up-2 > .colSharing, header.headerTitle .xlarge-up-2 > .colTitle, .xlarge-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .xlarge-up-3 {
    flex-wrap: wrap;
  }
  .xlarge-up-3 > .column, header.headerTitle .xlarge-up-3 > .colSharing, header.headerTitle .xlarge-up-3 > .colTitle, .xlarge-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .xlarge-up-4 {
    flex-wrap: wrap;
  }
  .xlarge-up-4 > .column, header.headerTitle .xlarge-up-4 > .colSharing, header.headerTitle .xlarge-up-4 > .colTitle, .xlarge-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .xlarge-up-5 {
    flex-wrap: wrap;
  }
  .xlarge-up-5 > .column, header.headerTitle .xlarge-up-5 > .colSharing, header.headerTitle .xlarge-up-5 > .colTitle, .xlarge-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .xlarge-up-6 {
    flex-wrap: wrap;
  }
  .xlarge-up-6 > .column, header.headerTitle .xlarge-up-6 > .colSharing, header.headerTitle .xlarge-up-6 > .colTitle, .xlarge-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .xlarge-up-7 {
    flex-wrap: wrap;
  }
  .xlarge-up-7 > .column, header.headerTitle .xlarge-up-7 > .colSharing, header.headerTitle .xlarge-up-7 > .colTitle, .xlarge-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .xlarge-up-8 {
    flex-wrap: wrap;
  }
  .xlarge-up-8 > .column, header.headerTitle .xlarge-up-8 > .colSharing, header.headerTitle .xlarge-up-8 > .colTitle, .xlarge-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 75em) and (min-width: 75em) {
  .xlarge-expand {
    flex: 1 1 0px;
  }
}
.row.xlarge-unstack > .column, header.headerTitle .row.xlarge-unstack > .colSharing, header.headerTitle .row.xlarge-unstack > .colTitle, header.xlarge-unstack.headerTitle > .column, header.xlarge-unstack.headerTitle > .colSharing, header.xlarge-unstack.headerTitle > .colTitle, .xlarge-unstack#main-footer > .column, header.headerTitle .xlarge-unstack#main-footer > .colSharing, header.headerTitle .xlarge-unstack#main-footer > .colTitle, .xlarge-unstack#main-content > .column, header.headerTitle .xlarge-unstack#main-content > .colSharing, header.headerTitle .xlarge-unstack#main-content > .colTitle, .xlarge-unstack#main-header > .column, header.headerTitle .xlarge-unstack#main-header > .colSharing, header.headerTitle .xlarge-unstack#main-header > .colTitle, .row.xlarge-unstack > .columns, header.xlarge-unstack.headerTitle > .columns, .xlarge-unstack#main-footer > .columns, .xlarge-unstack#main-content > .columns, .xlarge-unstack#main-header > .columns {
  flex: 0 0 100%;
}
@media screen and (min-width: 75em) {
  .row.xlarge-unstack > .column, header.headerTitle .row.xlarge-unstack > .colSharing, header.headerTitle .row.xlarge-unstack > .colTitle, header.xlarge-unstack.headerTitle > .column, header.xlarge-unstack.headerTitle > .colSharing, header.xlarge-unstack.headerTitle > .colTitle, .xlarge-unstack#main-footer > .column, header.headerTitle .xlarge-unstack#main-footer > .colSharing, header.headerTitle .xlarge-unstack#main-footer > .colTitle, .xlarge-unstack#main-content > .column, header.headerTitle .xlarge-unstack#main-content > .colSharing, header.headerTitle .xlarge-unstack#main-content > .colTitle, .xlarge-unstack#main-header > .column, header.headerTitle .xlarge-unstack#main-header > .colSharing, header.headerTitle .xlarge-unstack#main-header > .colTitle, .row.xlarge-unstack > .columns, header.xlarge-unstack.headerTitle > .columns, .xlarge-unstack#main-footer > .columns, .xlarge-unstack#main-content > .columns, .xlarge-unstack#main-header > .columns {
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-collapse > .column, header.headerTitle .xlarge-collapse > .colSharing, header.headerTitle .xlarge-collapse > .colTitle, .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-uncollapse > .column, header.headerTitle .xlarge-uncollapse > .colSharing, header.headerTitle .xlarge-uncollapse > .colTitle, .xlarge-uncollapse > .columns {
    padding-right: 0.3571428571rem;
    padding-left: 0.3571428571rem;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

  .xxlarge-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }

  .xxlarge-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }

  .xxlarge-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

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

  .xxlarge-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }

  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }

  .xxlarge-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }

  .xxlarge-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }

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

  .xxlarge-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }

  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }

  .xxlarge-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }

  .xxlarge-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }

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

  .xxlarge-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }

  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }

  .xxlarge-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }

  .xxlarge-up-1 {
    flex-wrap: wrap;
  }
  .xxlarge-up-1 > .column, header.headerTitle .xxlarge-up-1 > .colSharing, header.headerTitle .xxlarge-up-1 > .colTitle, .xxlarge-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .xxlarge-up-2 {
    flex-wrap: wrap;
  }
  .xxlarge-up-2 > .column, header.headerTitle .xxlarge-up-2 > .colSharing, header.headerTitle .xxlarge-up-2 > .colTitle, .xxlarge-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .xxlarge-up-3 {
    flex-wrap: wrap;
  }
  .xxlarge-up-3 > .column, header.headerTitle .xxlarge-up-3 > .colSharing, header.headerTitle .xxlarge-up-3 > .colTitle, .xxlarge-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .xxlarge-up-4 {
    flex-wrap: wrap;
  }
  .xxlarge-up-4 > .column, header.headerTitle .xxlarge-up-4 > .colSharing, header.headerTitle .xxlarge-up-4 > .colTitle, .xxlarge-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .xxlarge-up-5 {
    flex-wrap: wrap;
  }
  .xxlarge-up-5 > .column, header.headerTitle .xxlarge-up-5 > .colSharing, header.headerTitle .xxlarge-up-5 > .colTitle, .xxlarge-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .xxlarge-up-6 {
    flex-wrap: wrap;
  }
  .xxlarge-up-6 > .column, header.headerTitle .xxlarge-up-6 > .colSharing, header.headerTitle .xxlarge-up-6 > .colTitle, .xxlarge-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .xxlarge-up-7 {
    flex-wrap: wrap;
  }
  .xxlarge-up-7 > .column, header.headerTitle .xxlarge-up-7 > .colSharing, header.headerTitle .xxlarge-up-7 > .colTitle, .xxlarge-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }

  .xxlarge-up-8 {
    flex-wrap: wrap;
  }
  .xxlarge-up-8 > .column, header.headerTitle .xxlarge-up-8 > .colSharing, header.headerTitle .xxlarge-up-8 > .colTitle, .xxlarge-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media screen and (min-width: 90em) and (min-width: 90em) {
  .xxlarge-expand {
    flex: 1 1 0px;
  }
}
.row.xxlarge-unstack > .column, header.headerTitle .row.xxlarge-unstack > .colSharing, header.headerTitle .row.xxlarge-unstack > .colTitle, header.xxlarge-unstack.headerTitle > .column, header.xxlarge-unstack.headerTitle > .colSharing, header.xxlarge-unstack.headerTitle > .colTitle, .xxlarge-unstack#main-footer > .column, header.headerTitle .xxlarge-unstack#main-footer > .colSharing, header.headerTitle .xxlarge-unstack#main-footer > .colTitle, .xxlarge-unstack#main-content > .column, header.headerTitle .xxlarge-unstack#main-content > .colSharing, header.headerTitle .xxlarge-unstack#main-content > .colTitle, .xxlarge-unstack#main-header > .column, header.headerTitle .xxlarge-unstack#main-header > .colSharing, header.headerTitle .xxlarge-unstack#main-header > .colTitle, .row.xxlarge-unstack > .columns, header.xxlarge-unstack.headerTitle > .columns, .xxlarge-unstack#main-footer > .columns, .xxlarge-unstack#main-content > .columns, .xxlarge-unstack#main-header > .columns {
  flex: 0 0 100%;
}
@media screen and (min-width: 90em) {
  .row.xxlarge-unstack > .column, header.headerTitle .row.xxlarge-unstack > .colSharing, header.headerTitle .row.xxlarge-unstack > .colTitle, header.xxlarge-unstack.headerTitle > .column, header.xxlarge-unstack.headerTitle > .colSharing, header.xxlarge-unstack.headerTitle > .colTitle, .xxlarge-unstack#main-footer > .column, header.headerTitle .xxlarge-unstack#main-footer > .colSharing, header.headerTitle .xxlarge-unstack#main-footer > .colTitle, .xxlarge-unstack#main-content > .column, header.headerTitle .xxlarge-unstack#main-content > .colSharing, header.headerTitle .xxlarge-unstack#main-content > .colTitle, .xxlarge-unstack#main-header > .column, header.headerTitle .xxlarge-unstack#main-header > .colSharing, header.headerTitle .xxlarge-unstack#main-header > .colTitle, .row.xxlarge-unstack > .columns, header.xxlarge-unstack.headerTitle > .columns, .xxlarge-unstack#main-footer > .columns, .xxlarge-unstack#main-content > .columns, .xxlarge-unstack#main-header > .columns {
    flex: 1 1 0px;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-collapse > .column, header.headerTitle .xxlarge-collapse > .colSharing, header.headerTitle .xxlarge-collapse > .colTitle, .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-uncollapse > .column, header.headerTitle .xxlarge-uncollapse > .colSharing, header.headerTitle .xxlarge-uncollapse > .colTitle, .xxlarge-uncollapse > .columns {
    padding-right: 0.3571428571rem;
    padding-left: 0.3571428571rem;
  }
}
.shrink {
  flex: 0 0 auto;
  max-width: 100%;
}

.column-block {
  margin-bottom: 0.7142857143rem;
}
.column-block > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .column-block {
    margin-bottom: 0.7142857143rem;
  }
  .column-block > :last-child {
    margin-bottom: 0;
  }
}

/*
$offcanvas-vertical-size: 250px;
$offcanvas-background: $light-gray;
$offcanvas-shadow: 0 0 10px rgba($black, 0.7);
$offcanvas-push-zindex: 1;
$offcanvas-overlap-zindex: 10;
$offcanvas-reveal-zindex: 1;
$offcanvas-transition-length: 0.5s;
$offcanvas-transition-timing: ease;
$offcanvas-fixed-reveal: true;
$offcanvas-exit-background: rgba($white, 0.25);
$maincontent-class: 'off-canvas-content';
*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.foundation-mq {
  font-family: "small=0em&medium=40em&large=61.875em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 14px;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  background: #060702;
  font-family: "Lato", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

.is-visible {
  display: block !important;
}

.is-hidden {
  display: none !important;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 80%;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Lato", sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

h1, .h1 {
  font-size: 2.2857142857rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.4285714286rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.3571428571rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.2857142857rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.2142857143rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 1.1428571429rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3.4285714286rem;
  }

  h2, .h2 {
    font-size: 2.8571428571rem;
  }

  h3, .h3 {
    font-size: 2.2142857143rem;
  }

  h4, .h4 {
    font-size: 1.7857142857rem;
  }

  h5, .h5 {
    font-size: 1.4285714286rem;
  }

  h6, .h6 {
    font-size: 1.1428571429rem;
  }
}
a {
  line-height: inherit;
  color: #e5d62f;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: #d3c41a;
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 102.8571428571rem;
  height: 0;
  margin: 1.4285714286rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #cacaca;
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.6428571429rem 1.4285714286rem 0 1.3571428571rem;
  border-left: 1px solid #cacaca;
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #8a8a8a;
}

cite {
  display: block;
  font-size: 0.9285714286rem;
  color: #8a8a8a;
}
cite:before {
  content: "\2014   ";
}

abbr, abbr[title] {
  border-bottom: 1px dotted #060702;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

code {
  padding: 0.1428571429rem 0.3571428571rem 0.0714285714rem;
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #060702;
}

kbd {
  margin: 0;
  padding: 0.1428571429rem 0.2857142857rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #060702;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a;
}

.lead {
  font-size: 17.5px;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }

  .medium-text-right {
    text-align: right;
  }

  .medium-text-center {
    text-align: center;
  }

  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 61.875em) {
  .large-text-left {
    text-align: left;
  }

  .large-text-right {
    text-align: right;
  }

  .large-text-center {
    text-align: center;
  }

  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }

  .xlarge-text-right {
    text-align: right;
  }

  .xlarge-text-center {
    text-align: center;
  }

  .xlarge-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-text-left {
    text-align: left;
  }

  .xxlarge-text-right {
    text-align: right;
  }

  .xxlarge-text-center {
    text-align: center;
  }

  .xxlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }

  .show-for-print {
    display: block !important;
  }

  .hide-for-print {
    display: none !important;
  }

  table.show-for-print {
    display: table !important;
  }

  thead.show-for-print {
    display: table-header-group !important;
  }

  tbody.show-for-print {
    display: table-row-group !important;
  }

  tr.show-for-print {
    display: table-row !important;
  }

  td.show-for-print {
    display: table-cell !important;
  }

  th.show-for-print {
    display: table-cell !important;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  .ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
    content: "";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  pre,
blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  .print-break-inside {
    page-break-inside: auto;
  }
}
.grid-container {
  padding-right: 0.7142857143rem;
  padding-left: 0.7142857143rem;
  max-width: 102.8571428571rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 1.0714285714rem;
    padding-left: 1.0714285714rem;
  }
}
.grid-container.fluid {
  padding-right: 0.7142857143rem;
  padding-left: 0.7142857143rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 1.0714285714rem;
    padding-left: 1.0714285714rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x, .filters-header .filters-pagination .menu {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0px;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto, .filters-header .filters-pagination .menu > .auto {
  width: auto;
}
.grid-x > .shrink, .filters-header .filters-pagination .menu > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .filters-header .filters-pagination .menu > .small-shrink, .grid-x > .small-full, .filters-header .filters-pagination .menu > .small-full, .grid-x > .small-1, .filters-header .filters-pagination .menu > .small-1, .grid-x > .small-2, .filters-header .filters-pagination .menu > .small-2, .grid-x > .small-3, .filters-header .filters-pagination .menu > .small-3, .grid-x > .small-4, .filters-header .filters-pagination .menu > .small-4, .grid-x > .small-5, .filters-header .filters-pagination .menu > .small-5, .grid-x > .small-6, .filters-header .filters-pagination .menu > .small-6, .grid-x > .small-7, .filters-header .filters-pagination .menu > .small-7, .grid-x > .small-8, .filters-header .filters-pagination .menu > .small-8, .grid-x > .small-9, .filters-header .filters-pagination .menu > .small-9, .grid-x > .small-10, .filters-header .filters-pagination .menu > .small-10, .grid-x > .small-11, .filters-header .filters-pagination .menu > .small-11, .grid-x > .small-12, .filters-header .filters-pagination .menu > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .filters-header .filters-pagination .menu > .medium-shrink, .grid-x > .medium-full, .filters-header .filters-pagination .menu > .medium-full, .grid-x > .medium-1, .filters-header .filters-pagination .menu > .medium-1, .grid-x > .medium-2, .filters-header .filters-pagination .menu > .medium-2, .grid-x > .medium-3, .filters-header .filters-pagination .menu > .medium-3, .grid-x > .medium-4, .filters-header .filters-pagination .menu > .medium-4, .grid-x > .medium-5, .filters-header .filters-pagination .menu > .medium-5, .grid-x > .medium-6, .filters-header .filters-pagination .menu > .medium-6, .grid-x > .medium-7, .filters-header .filters-pagination .menu > .medium-7, .grid-x > .medium-8, .filters-header .filters-pagination .menu > .medium-8, .grid-x > .medium-9, .filters-header .filters-pagination .menu > .medium-9, .grid-x > .medium-10, .filters-header .filters-pagination .menu > .medium-10, .grid-x > .medium-11, .filters-header .filters-pagination .menu > .medium-11, .grid-x > .medium-12, .filters-header .filters-pagination .menu > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 61.875em) {
  .grid-x > .large-shrink, .filters-header .filters-pagination .menu > .large-shrink, .grid-x > .large-full, .filters-header .filters-pagination .menu > .large-full, .grid-x > .large-1, .filters-header .filters-pagination .menu > .large-1, .grid-x > .large-2, .filters-header .filters-pagination .menu > .large-2, .grid-x > .large-3, .filters-header .filters-pagination .menu > .large-3, .grid-x > .large-4, .filters-header .filters-pagination .menu > .large-4, .grid-x > .large-5, .filters-header .filters-pagination .menu > .large-5, .grid-x > .large-6, .filters-header .filters-pagination .menu > .large-6, .grid-x > .large-7, .filters-header .filters-pagination .menu > .large-7, .grid-x > .large-8, .filters-header .filters-pagination .menu > .large-8, .grid-x > .large-9, .filters-header .filters-pagination .menu > .large-9, .grid-x > .large-10, .filters-header .filters-pagination .menu > .large-10, .grid-x > .large-11, .filters-header .filters-pagination .menu > .large-11, .grid-x > .large-12, .filters-header .filters-pagination .menu > .large-12, #main-header .grid-x > .second-main-menu, #main-header .filters-header .filters-pagination .menu > .second-main-menu, .filters-header .filters-pagination #main-header .menu > .second-main-menu, #main-header .grid-x > .main-menu, #main-header .filters-header .filters-pagination .menu > .main-menu, .filters-header .filters-pagination #main-header .menu > .main-menu, #main-header .grid-x > .main-head, #main-header .filters-header .filters-pagination .menu > .main-head, .filters-header .filters-pagination #main-header .menu > .main-head {
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-shrink, .filters-header .filters-pagination .menu > .xlarge-shrink, .grid-x > .xlarge-full, .filters-header .filters-pagination .menu > .xlarge-full, .grid-x > .xlarge-1, .filters-header .filters-pagination .menu > .xlarge-1, .grid-x > .xlarge-2, .filters-header .filters-pagination .menu > .xlarge-2, .grid-x > .xlarge-3, .filters-header .filters-pagination .menu > .xlarge-3, .grid-x > .xlarge-4, .filters-header .filters-pagination .menu > .xlarge-4, .grid-x > .xlarge-5, .filters-header .filters-pagination .menu > .xlarge-5, .grid-x > .xlarge-6, .filters-header .filters-pagination .menu > .xlarge-6, .grid-x > .xlarge-7, .filters-header .filters-pagination .menu > .xlarge-7, .grid-x > .xlarge-8, .filters-header .filters-pagination .menu > .xlarge-8, .grid-x > .xlarge-9, .filters-header .filters-pagination .menu > .xlarge-9, .grid-x > .xlarge-10, .filters-header .filters-pagination .menu > .xlarge-10, .grid-x > .xlarge-11, .filters-header .filters-pagination .menu > .xlarge-11, .grid-x > .xlarge-12, .filters-header .filters-pagination .menu > .xlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-shrink, .filters-header .filters-pagination .menu > .xxlarge-shrink, .grid-x > .xxlarge-full, .filters-header .filters-pagination .menu > .xxlarge-full, .grid-x > .xxlarge-1, .filters-header .filters-pagination .menu > .xxlarge-1, .grid-x > .xxlarge-2, .filters-header .filters-pagination .menu > .xxlarge-2, .grid-x > .xxlarge-3, .filters-header .filters-pagination .menu > .xxlarge-3, .grid-x > .xxlarge-4, .filters-header .filters-pagination .menu > .xxlarge-4, .grid-x > .xxlarge-5, .filters-header .filters-pagination .menu > .xxlarge-5, .grid-x > .xxlarge-6, .filters-header .filters-pagination .menu > .xxlarge-6, .grid-x > .xxlarge-7, .filters-header .filters-pagination .menu > .xxlarge-7, .grid-x > .xxlarge-8, .filters-header .filters-pagination .menu > .xxlarge-8, .grid-x > .xxlarge-9, .filters-header .filters-pagination .menu > .xxlarge-9, .grid-x > .xxlarge-10, .filters-header .filters-pagination .menu > .xxlarge-10, .grid-x > .xxlarge-11, .filters-header .filters-pagination .menu > .xxlarge-11, .grid-x > .xxlarge-12, .filters-header .filters-pagination .menu > .xxlarge-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .filters-header .filters-pagination .menu > .small-12, .grid-x > .small-11, .filters-header .filters-pagination .menu > .small-11, .grid-x > .small-10, .filters-header .filters-pagination .menu > .small-10, .grid-x > .small-9, .filters-header .filters-pagination .menu > .small-9, .grid-x > .small-8, .filters-header .filters-pagination .menu > .small-8, .grid-x > .small-7, .filters-header .filters-pagination .menu > .small-7, .grid-x > .small-6, .filters-header .filters-pagination .menu > .small-6, .grid-x > .small-5, .filters-header .filters-pagination .menu > .small-5, .grid-x > .small-4, .filters-header .filters-pagination .menu > .small-4, .grid-x > .small-3, .filters-header .filters-pagination .menu > .small-3, .grid-x > .small-2, .filters-header .filters-pagination .menu > .small-2, .grid-x > .small-1, .filters-header .filters-pagination .menu > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1, .filters-header .filters-pagination .menu > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2, .filters-header .filters-pagination .menu > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3, .filters-header .filters-pagination .menu > .small-3 {
  width: 25%;
}

.grid-x > .small-4, .filters-header .filters-pagination .menu > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5, .filters-header .filters-pagination .menu > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6, .filters-header .filters-pagination .menu > .small-6 {
  width: 50%;
}

.grid-x > .small-7, .filters-header .filters-pagination .menu > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8, .filters-header .filters-pagination .menu > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9, .filters-header .filters-pagination .menu > .small-9 {
  width: 75%;
}

.grid-x > .small-10, .filters-header .filters-pagination .menu > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11, .filters-header .filters-pagination .menu > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12, .filters-header .filters-pagination .menu > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto, .filters-header .filters-pagination .menu > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .medium-12, .filters-header .filters-pagination .menu > .medium-12, .grid-x > .medium-11, .filters-header .filters-pagination .menu > .medium-11, .grid-x > .medium-10, .filters-header .filters-pagination .menu > .medium-10, .grid-x > .medium-9, .filters-header .filters-pagination .menu > .medium-9, .grid-x > .medium-8, .filters-header .filters-pagination .menu > .medium-8, .grid-x > .medium-7, .filters-header .filters-pagination .menu > .medium-7, .grid-x > .medium-6, .filters-header .filters-pagination .menu > .medium-6, .grid-x > .medium-5, .filters-header .filters-pagination .menu > .medium-5, .grid-x > .medium-4, .filters-header .filters-pagination .menu > .medium-4, .grid-x > .medium-3, .filters-header .filters-pagination .menu > .medium-3, .grid-x > .medium-2, .filters-header .filters-pagination .menu > .medium-2, .grid-x > .medium-1, .filters-header .filters-pagination .menu > .medium-1, .grid-x > .medium-shrink, .filters-header .filters-pagination .menu > .medium-shrink {
    flex: 0 0 auto;
  }

  .grid-x > .medium-shrink, .filters-header .filters-pagination .menu > .medium-shrink {
    width: auto;
  }

  .grid-x > .medium-1, .filters-header .filters-pagination .menu > .medium-1 {
    width: 8.3333333333%;
  }

  .grid-x > .medium-2, .filters-header .filters-pagination .menu > .medium-2 {
    width: 16.6666666667%;
  }

  .grid-x > .medium-3, .filters-header .filters-pagination .menu > .medium-3 {
    width: 25%;
  }

  .grid-x > .medium-4, .filters-header .filters-pagination .menu > .medium-4 {
    width: 33.3333333333%;
  }

  .grid-x > .medium-5, .filters-header .filters-pagination .menu > .medium-5 {
    width: 41.6666666667%;
  }

  .grid-x > .medium-6, .filters-header .filters-pagination .menu > .medium-6 {
    width: 50%;
  }

  .grid-x > .medium-7, .filters-header .filters-pagination .menu > .medium-7 {
    width: 58.3333333333%;
  }

  .grid-x > .medium-8, .filters-header .filters-pagination .menu > .medium-8 {
    width: 66.6666666667%;
  }

  .grid-x > .medium-9, .filters-header .filters-pagination .menu > .medium-9 {
    width: 75%;
  }

  .grid-x > .medium-10, .filters-header .filters-pagination .menu > .medium-10 {
    width: 83.3333333333%;
  }

  .grid-x > .medium-11, .filters-header .filters-pagination .menu > .medium-11 {
    width: 91.6666666667%;
  }

  .grid-x > .medium-12, .filters-header .filters-pagination .menu > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 61.875em) {
  .grid-x > .large-auto, .filters-header .filters-pagination .menu > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .large-12, .filters-header .filters-pagination .menu > .large-12, #main-header .grid-x > .second-main-menu, #main-header .filters-header .filters-pagination .menu > .second-main-menu, .filters-header .filters-pagination #main-header .menu > .second-main-menu, #main-header .grid-x > .main-menu, #main-header .filters-header .filters-pagination .menu > .main-menu, .filters-header .filters-pagination #main-header .menu > .main-menu, #main-header .grid-x > .main-head, #main-header .filters-header .filters-pagination .menu > .main-head, .filters-header .filters-pagination #main-header .menu > .main-head, .grid-x > .large-11, .filters-header .filters-pagination .menu > .large-11, .grid-x > .large-10, .filters-header .filters-pagination .menu > .large-10, .grid-x > .large-9, .filters-header .filters-pagination .menu > .large-9, .grid-x > .large-8, .filters-header .filters-pagination .menu > .large-8, .grid-x > .large-7, .filters-header .filters-pagination .menu > .large-7, .grid-x > .large-6, .filters-header .filters-pagination .menu > .large-6, .grid-x > .large-5, .filters-header .filters-pagination .menu > .large-5, .grid-x > .large-4, .filters-header .filters-pagination .menu > .large-4, .grid-x > .large-3, .filters-header .filters-pagination .menu > .large-3, .grid-x > .large-2, .filters-header .filters-pagination .menu > .large-2, .grid-x > .large-1, .filters-header .filters-pagination .menu > .large-1, .grid-x > .large-shrink, .filters-header .filters-pagination .menu > .large-shrink {
    flex: 0 0 auto;
  }

  .grid-x > .large-shrink, .filters-header .filters-pagination .menu > .large-shrink {
    width: auto;
  }

  .grid-x > .large-1, .filters-header .filters-pagination .menu > .large-1 {
    width: 8.3333333333%;
  }

  .grid-x > .large-2, .filters-header .filters-pagination .menu > .large-2 {
    width: 16.6666666667%;
  }

  .grid-x > .large-3, .filters-header .filters-pagination .menu > .large-3 {
    width: 25%;
  }

  .grid-x > .large-4, .filters-header .filters-pagination .menu > .large-4 {
    width: 33.3333333333%;
  }

  .grid-x > .large-5, .filters-header .filters-pagination .menu > .large-5 {
    width: 41.6666666667%;
  }

  .grid-x > .large-6, .filters-header .filters-pagination .menu > .large-6 {
    width: 50%;
  }

  .grid-x > .large-7, .filters-header .filters-pagination .menu > .large-7 {
    width: 58.3333333333%;
  }

  .grid-x > .large-8, .filters-header .filters-pagination .menu > .large-8 {
    width: 66.6666666667%;
  }

  .grid-x > .large-9, .filters-header .filters-pagination .menu > .large-9 {
    width: 75%;
  }

  .grid-x > .large-10, .filters-header .filters-pagination .menu > .large-10 {
    width: 83.3333333333%;
  }

  .grid-x > .large-11, .filters-header .filters-pagination .menu > .large-11 {
    width: 91.6666666667%;
  }

  .grid-x > .large-12, .filters-header .filters-pagination .menu > .large-12, #main-header .grid-x > .second-main-menu, #main-header .filters-header .filters-pagination .menu > .second-main-menu, .filters-header .filters-pagination #main-header .menu > .second-main-menu, #main-header .grid-x > .main-menu, #main-header .filters-header .filters-pagination .menu > .main-menu, .filters-header .filters-pagination #main-header .menu > .main-menu, #main-header .grid-x > .main-head, #main-header .filters-header .filters-pagination .menu > .main-head, .filters-header .filters-pagination #main-header .menu > .main-head {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto, .filters-header .filters-pagination .menu > .xlarge-auto {
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .xlarge-12, .filters-header .filters-pagination .menu > .xlarge-12, .grid-x > .xlarge-11, .filters-header .filters-pagination .menu > .xlarge-11, .grid-x > .xlarge-10, .filters-header .filters-pagination .menu > .xlarge-10, .grid-x > .xlarge-9, .filters-header .filters-pagination .menu > .xlarge-9, .grid-x > .xlarge-8, .filters-header .filters-pagination .menu > .xlarge-8, .grid-x > .xlarge-7, .filters-header .filters-pagination .menu > .xlarge-7, .grid-x > .xlarge-6, .filters-header .filters-pagination .menu > .xlarge-6, .grid-x > .xlarge-5, .filters-header .filters-pagination .menu > .xlarge-5, .grid-x > .xlarge-4, .filters-header .filters-pagination .menu > .xlarge-4, .grid-x > .xlarge-3, .filters-header .filters-pagination .menu > .xlarge-3, .grid-x > .xlarge-2, .filters-header .filters-pagination .menu > .xlarge-2, .grid-x > .xlarge-1, .filters-header .filters-pagination .menu > .xlarge-1, .grid-x > .xlarge-shrink, .filters-header .filters-pagination .menu > .xlarge-shrink {
    flex: 0 0 auto;
  }

  .grid-x > .xlarge-shrink, .filters-header .filters-pagination .menu > .xlarge-shrink {
    width: auto;
  }

  .grid-x > .xlarge-1, .filters-header .filters-pagination .menu > .xlarge-1 {
    width: 8.3333333333%;
  }

  .grid-x > .xlarge-2, .filters-header .filters-pagination .menu > .xlarge-2 {
    width: 16.6666666667%;
  }

  .grid-x > .xlarge-3, .filters-header .filters-pagination .menu > .xlarge-3 {
    width: 25%;
  }

  .grid-x > .xlarge-4, .filters-header .filters-pagination .menu > .xlarge-4 {
    width: 33.3333333333%;
  }

  .grid-x > .xlarge-5, .filters-header .filters-pagination .menu > .xlarge-5 {
    width: 41.6666666667%;
  }

  .grid-x > .xlarge-6, .filters-header .filters-pagination .menu > .xlarge-6 {
    width: 50%;
  }

  .grid-x > .xlarge-7, .filters-header .filters-pagination .menu > .xlarge-7 {
    width: 58.3333333333%;
  }

  .grid-x > .xlarge-8, .filters-header .filters-pagination .menu > .xlarge-8 {
    width: 66.6666666667%;
  }

  .grid-x > .xlarge-9, .filters-header .filters-pagination .menu > .xlarge-9 {
    width: 75%;
  }

  .grid-x > .xlarge-10, .filters-header .filters-pagination .menu > .xlarge-10 {
    width: 83.3333333333%;
  }

  .grid-x > .xlarge-11, .filters-header .filters-pagination .menu > .xlarge-11 {
    width: 91.6666666667%;
  }

  .grid-x > .xlarge-12, .filters-header .filters-pagination .menu > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-x > .xxlarge-auto, .filters-header .filters-pagination .menu > .xxlarge-auto {
    flex: 1 1 0px;
    width: auto;
  }

  .grid-x > .xxlarge-12, .filters-header .filters-pagination .menu > .xxlarge-12, .grid-x > .xxlarge-11, .filters-header .filters-pagination .menu > .xxlarge-11, .grid-x > .xxlarge-10, .filters-header .filters-pagination .menu > .xxlarge-10, .grid-x > .xxlarge-9, .filters-header .filters-pagination .menu > .xxlarge-9, .grid-x > .xxlarge-8, .filters-header .filters-pagination .menu > .xxlarge-8, .grid-x > .xxlarge-7, .filters-header .filters-pagination .menu > .xxlarge-7, .grid-x > .xxlarge-6, .filters-header .filters-pagination .menu > .xxlarge-6, .grid-x > .xxlarge-5, .filters-header .filters-pagination .menu > .xxlarge-5, .grid-x > .xxlarge-4, .filters-header .filters-pagination .menu > .xxlarge-4, .grid-x > .xxlarge-3, .filters-header .filters-pagination .menu > .xxlarge-3, .grid-x > .xxlarge-2, .filters-header .filters-pagination .menu > .xxlarge-2, .grid-x > .xxlarge-1, .filters-header .filters-pagination .menu > .xxlarge-1, .grid-x > .xxlarge-shrink, .filters-header .filters-pagination .menu > .xxlarge-shrink {
    flex: 0 0 auto;
  }

  .grid-x > .xxlarge-shrink, .filters-header .filters-pagination .menu > .xxlarge-shrink {
    width: auto;
  }

  .grid-x > .xxlarge-1, .filters-header .filters-pagination .menu > .xxlarge-1 {
    width: 8.3333333333%;
  }

  .grid-x > .xxlarge-2, .filters-header .filters-pagination .menu > .xxlarge-2 {
    width: 16.6666666667%;
  }

  .grid-x > .xxlarge-3, .filters-header .filters-pagination .menu > .xxlarge-3 {
    width: 25%;
  }

  .grid-x > .xxlarge-4, .filters-header .filters-pagination .menu > .xxlarge-4 {
    width: 33.3333333333%;
  }

  .grid-x > .xxlarge-5, .filters-header .filters-pagination .menu > .xxlarge-5 {
    width: 41.6666666667%;
  }

  .grid-x > .xxlarge-6, .filters-header .filters-pagination .menu > .xxlarge-6 {
    width: 50%;
  }

  .grid-x > .xxlarge-7, .filters-header .filters-pagination .menu > .xxlarge-7 {
    width: 58.3333333333%;
  }

  .grid-x > .xxlarge-8, .filters-header .filters-pagination .menu > .xxlarge-8 {
    width: 66.6666666667%;
  }

  .grid-x > .xxlarge-9, .filters-header .filters-pagination .menu > .xxlarge-9 {
    width: 75%;
  }

  .grid-x > .xxlarge-10, .filters-header .filters-pagination .menu > .xxlarge-10 {
    width: 83.3333333333%;
  }

  .grid-x > .xxlarge-11, .filters-header .filters-pagination .menu > .xxlarge-11 {
    width: 91.6666666667%;
  }

  .grid-x > .xxlarge-12, .filters-header .filters-pagination .menu > .xxlarge-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.7142857143rem;
  margin-right: -0.7142857143rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: -1.0714285714rem;
    margin-right: -1.0714285714rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.4285714286rem);
  margin-left: 0.7142857143rem;
  margin-right: 0.7142857143rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 2.1428571429rem);
    margin-left: 1.0714285714rem;
    margin-right: 1.0714285714rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.4285714286rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.4285714286rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.4285714286rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.4285714286rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.4285714286rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.4285714286rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.4285714286rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.4285714286rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.4285714286rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.4285714286rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.4285714286rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.4285714286rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 2.1428571429rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 2.1428571429rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 2.1428571429rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 2.1428571429rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 2.1428571429rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 2.1428571429rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 2.1428571429rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 2.1428571429rem);
  }
}
@media print, screen and (min-width: 61.875em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 2.1428571429rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 2.1428571429rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 2.1428571429rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .large-12, #main-header .grid-margin-x > .second-main-menu, #main-header .grid-margin-x > .main-menu, #main-header .grid-margin-x > .main-head {
    width: calc(100% - 2.1428571429rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 2.1428571429rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 2.1428571429rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 2.1428571429rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 2.1428571429rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x > .xxlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xxlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xxlarge-1 {
    width: calc(8.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .xxlarge-2 {
    width: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .xxlarge-3 {
    width: calc(25% - 2.1428571429rem);
  }
  .grid-margin-x > .xxlarge-4 {
    width: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .xxlarge-5 {
    width: calc(41.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .xxlarge-6 {
    width: calc(50% - 2.1428571429rem);
  }
  .grid-margin-x > .xxlarge-7 {
    width: calc(58.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .xxlarge-8 {
    width: calc(66.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .xxlarge-9 {
    width: calc(75% - 2.1428571429rem);
  }
  .grid-margin-x > .xxlarge-10 {
    width: calc(83.3333333333% - 2.1428571429rem);
  }
  .grid-margin-x > .xxlarge-11 {
    width: calc(91.6666666667% - 2.1428571429rem);
  }
  .grid-margin-x > .xxlarge-12 {
    width: calc(100% - 2.1428571429rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.7142857143rem;
  margin-left: -0.7142857143rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -1.0714285714rem;
    margin-left: -1.0714285714rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.7142857143rem;
  margin-left: -0.7142857143rem;
}
@media print, screen and (min-width: 40em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -1.0714285714rem;
    margin-left: -1.0714285714rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.7142857143rem;
  padding-left: 0.7142857143rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-x > .cell {
    padding-right: 1.0714285714rem;
    padding-left: 1.0714285714rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%;
  }

  .medium-up-2 > .cell {
    width: 50%;
  }

  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }

  .medium-up-4 > .cell {
    width: 25%;
  }

  .medium-up-5 > .cell {
    width: 20%;
  }

  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }

  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }

  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 61.875em) {
  .large-up-1 > .cell {
    width: 100%;
  }

  .large-up-2 > .cell {
    width: 50%;
  }

  .large-up-3 > .cell {
    width: 33.3333333333%;
  }

  .large-up-4 > .cell {
    width: 25%;
  }

  .large-up-5 > .cell {
    width: 20%;
  }

  .large-up-6 > .cell {
    width: 16.6666666667%;
  }

  .large-up-7 > .cell {
    width: 14.2857142857%;
  }

  .large-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }

  .xlarge-up-2 > .cell {
    width: 50%;
  }

  .xlarge-up-3 > .cell {
    width: 33.3333333333%;
  }

  .xlarge-up-4 > .cell {
    width: 25%;
  }

  .xlarge-up-5 > .cell {
    width: 20%;
  }

  .xlarge-up-6 > .cell {
    width: 16.6666666667%;
  }

  .xlarge-up-7 > .cell {
    width: 14.2857142857%;
  }

  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-up-1 > .cell {
    width: 100%;
  }

  .xxlarge-up-2 > .cell {
    width: 50%;
  }

  .xxlarge-up-3 > .cell {
    width: 33.3333333333%;
  }

  .xxlarge-up-4 > .cell {
    width: 25%;
  }

  .xxlarge-up-5 > .cell {
    width: 20%;
  }

  .xxlarge-up-6 > .cell {
    width: 16.6666666667%;
  }

  .xxlarge-up-7 > .cell {
    width: 14.2857142857%;
  }

  .xxlarge-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 1.4285714286rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 1.4285714286rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 1.4285714286rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 1.4285714286rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 1.4285714286rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 1.4285714286rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 1.4285714286rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 1.4285714286rem);
}

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 2.1428571429rem);
  }

  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 2.1428571429rem);
  }

  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 2.1428571429rem);
  }

  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 2.1428571429rem);
  }

  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 2.1428571429rem);
  }

  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 2.1428571429rem);
  }

  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 2.1428571429rem);
  }

  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 2.1428571429rem);
  }

  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2.1428571429rem);
  }

  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2.1428571429rem);
  }

  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 2.1428571429rem);
  }

  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2.1428571429rem);
  }

  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2.1428571429rem);
  }

  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 2.1428571429rem);
  }

  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 2.1428571429rem);
  }

  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2.1428571429rem);
  }
}
@media print, screen and (min-width: 61.875em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 2.1428571429rem);
  }

  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 2.1428571429rem);
  }

  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 2.1428571429rem);
  }

  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 2.1428571429rem);
  }

  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 2.1428571429rem);
  }

  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 2.1428571429rem);
  }

  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 2.1428571429rem);
  }

  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 2.1428571429rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 2.1428571429rem);
  }

  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 2.1428571429rem);
  }

  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.3333333333% - 2.1428571429rem);
  }

  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 2.1428571429rem);
  }

  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 2.1428571429rem);
  }

  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.6666666667% - 2.1428571429rem);
  }

  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.2857142857% - 2.1428571429rem);
  }

  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 2.1428571429rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 2.1428571429rem);
  }

  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 2.1428571429rem);
  }

  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.3333333333% - 2.1428571429rem);
  }

  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 2.1428571429rem);
  }

  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 2.1428571429rem);
  }

  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.6666666667% - 2.1428571429rem);
  }

  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.2857142857% - 2.1428571429rem);
  }

  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 2.1428571429rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 61.875em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12, #main-header .small-margin-collapse > .second-main-menu, #main-header .small-margin-collapse > .main-menu, #main-header .small-margin-collapse > .main-head {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .small-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 61.875em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12, #main-header .medium-margin-collapse > .second-main-menu, #main-header .medium-margin-collapse > .main-menu, #main-header .medium-margin-collapse > .main-head {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 40em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 61.875em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 61.875em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 61.875em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 61.875em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12, #main-header .large-margin-collapse > .second-main-menu, #main-header .large-margin-collapse > .main-menu, #main-header .large-margin-collapse > .main-head {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 61.875em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .large-12, #main-header .xlarge-margin-collapse > .second-main-menu, #main-header .xlarge-margin-collapse > .main-menu, #main-header .xlarge-margin-collapse > .main-head {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .large-12, #main-header .xxlarge-margin-collapse > .second-main-menu, #main-header .xxlarge-margin-collapse > .main-menu, #main-header .xxlarge-margin-collapse > .main-head {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%;
  }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%;
  }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%;
  }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.3333333333%;
  }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.6666666667%;
  }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 90em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xxlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

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

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.7142857143rem);
}

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

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 0.7142857143rem);
}

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

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 0.7142857143rem);
}

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

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.7142857143rem);
}

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

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 0.7142857143rem);
}

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

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 0.7142857143rem);
}

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

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.7142857143rem);
}

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

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 0.7142857143rem);
}

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

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 0.7142857143rem);
}

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

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.7142857143rem);
}

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

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 0.7142857143rem);
}

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

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 0.7142857143rem);
}

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.0714285714rem);
  }

  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.0714285714rem);
  }

  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.0714285714rem);
  }

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

  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.0714285714rem);
  }

  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.0714285714rem);
  }

  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.0714285714rem);
  }

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

  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.0714285714rem);
  }

  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.0714285714rem);
  }

  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.0714285714rem);
  }

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

  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.0714285714rem);
  }

  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.0714285714rem);
  }

  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.0714285714rem);
  }
}
@media print, screen and (min-width: 61.875em) {
  .large-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.0714285714rem);
  }

  .large-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.0714285714rem);
  }

  .large-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.0714285714rem);
  }

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

  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.0714285714rem);
  }

  .large-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.0714285714rem);
  }

  .large-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.0714285714rem);
  }

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

  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.0714285714rem);
  }

  .large-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.0714285714rem);
  }

  .large-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.0714285714rem);
  }

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

  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.0714285714rem);
  }

  .large-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.0714285714rem);
  }

  .large-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.0714285714rem);
  }
}
@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 1.0714285714rem);
  }

  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 1.0714285714rem);
  }

  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 1.0714285714rem);
  }

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

  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 1.0714285714rem);
  }

  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 1.0714285714rem);
  }

  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 1.0714285714rem);
  }

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

  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 1.0714285714rem);
  }

  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 1.0714285714rem);
  }

  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 1.0714285714rem);
  }

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

  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 1.0714285714rem);
  }

  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 1.0714285714rem);
  }

  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 1.0714285714rem);
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%;
  }

  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 1.0714285714rem);
  }

  .xxlarge-offset-1 {
    margin-left: 8.3333333333%;
  }

  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.3333333333% + 1.0714285714rem);
  }

  .xxlarge-offset-2 {
    margin-left: 16.6666666667%;
  }

  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.6666666667% + 1.0714285714rem);
  }

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

  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 1.0714285714rem);
  }

  .xxlarge-offset-4 {
    margin-left: 33.3333333333%;
  }

  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.3333333333% + 1.0714285714rem);
  }

  .xxlarge-offset-5 {
    margin-left: 41.6666666667%;
  }

  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.6666666667% + 1.0714285714rem);
  }

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

  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 1.0714285714rem);
  }

  .xxlarge-offset-7 {
    margin-left: 58.3333333333%;
  }

  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.3333333333% + 1.0714285714rem);
  }

  .xxlarge-offset-8 {
    margin-left: 66.6666666667%;
  }

  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.6666666667% + 1.0714285714rem);
  }

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

  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 1.0714285714rem);
  }

  .xxlarge-offset-10 {
    margin-left: 83.3333333333%;
  }

  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.3333333333% + 1.0714285714rem);
  }

  .xxlarge-offset-11 {
    margin-left: 91.6666666667%;
  }

  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.6666666667% + 1.0714285714rem);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  width: auto;
  max-width: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 61.875em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12, #main-header .grid-y > .second-main-menu, #main-header .grid-y > .main-menu, #main-header .grid-y > .main-head {
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 61.875em) {
  .grid-y > .large-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-12, #main-header .grid-y > .second-main-menu, #main-header .grid-y > .main-menu, #main-header .grid-y > .main-head, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12, #main-header .grid-y > .second-main-menu, #main-header .grid-y > .main-menu, #main-header .grid-y > .main-head {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xlarge-12, .grid-y > .xlarge-11, .grid-y > .xlarge-10, .grid-y > .xlarge-9, .grid-y > .xlarge-8, .grid-y > .xlarge-7, .grid-y > .xlarge-6, .grid-y > .xlarge-5, .grid-y > .xlarge-4, .grid-y > .xlarge-3, .grid-y > .xlarge-2, .grid-y > .xlarge-1, .grid-y > .xlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .grid-y > .xxlarge-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .xxlarge-12, .grid-y > .xxlarge-11, .grid-y > .xxlarge-10, .grid-y > .xxlarge-9, .grid-y > .xxlarge-8, .grid-y > .xxlarge-7, .grid-y > .xxlarge-6, .grid-y > .xxlarge-5, .grid-y > .xxlarge-4, .grid-y > .xxlarge-3, .grid-y > .xxlarge-2, .grid-y > .xxlarge-1, .grid-y > .xxlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-y > .xxlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xxlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xxlarge-3 {
    height: 25%;
  }
  .grid-y > .xxlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xxlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xxlarge-6 {
    height: 50%;
  }
  .grid-y > .xxlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xxlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xxlarge-9 {
    height: 75%;
  }
  .grid-y > .xxlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xxlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xxlarge-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.7142857143rem;
  margin-bottom: -0.7142857143rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -1.0714285714rem;
    margin-bottom: -1.0714285714rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.7142857143rem;
  padding-bottom: 0.7142857143rem;
}
@media print, screen and (min-width: 40em) {
  .grid-padding-y > .cell {
    padding-top: 1.0714285714rem;
    padding-bottom: 1.0714285714rem;
  }
}

.grid-margin-y {
  margin-top: -0.7142857143rem;
  margin-bottom: -0.7142857143rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -1.0714285714rem;
    margin-bottom: -1.0714285714rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.4285714286rem);
  margin-top: 0.7142857143rem;
  margin-bottom: 0.7142857143rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.1428571429rem);
    margin-top: 1.0714285714rem;
    margin-bottom: 1.0714285714rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.4285714286rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.4285714286rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.4285714286rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.4285714286rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.4285714286rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.4285714286rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.4285714286rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.4285714286rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.4285714286rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.4285714286rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.4285714286rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.4285714286rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.1428571429rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.1428571429rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.1428571429rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.1428571429rem);
  }
}
@media print, screen and (min-width: 61.875em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2.1428571429rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2.1428571429rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2.1428571429rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .large-12, #main-header .grid-margin-y > .second-main-menu, #main-header .grid-margin-y > .main-menu, #main-header .grid-margin-y > .main-head {
    height: calc(100% - 2.1428571429rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 2.1428571429rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 2.1428571429rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x, .filters-header .filters-pagination .cell-block-container > .menu {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 40em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .medium-grid-frame {
    width: 100%;
  }

  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x, .filters-header .filters-pagination .medium-cell-block-container > .menu {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 61.875em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .large-grid-frame {
    width: 100%;
  }

  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x, .filters-header .filters-pagination .large-cell-block-container > .menu {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .xlarge-grid-frame {
    width: 100%;
  }

  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .xlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x, .filters-header .filters-pagination .xlarge-cell-block-container > .menu {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }

  .cell .xxlarge-grid-frame {
    width: 100%;
  }

  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .xxlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xxlarge-cell-block-container > .grid-x, .filters-header .filters-pagination .xxlarge-cell-block-container > .menu {
    max-height: 100%;
    flex-wrap: nowrap;
  }

  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  width: auto;
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
}
@media print, screen and (min-width: 40em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}
@media print, screen and (min-width: 61.875em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}
@media screen and (min-width: 75em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}
@media screen and (min-width: 90em) {
  .grid-y.xxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 61.875em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 90em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.7142857143rem;
  margin-bottom: -0.7142857143rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: -1.0714285714rem;
    margin-bottom: -1.0714285714rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.4285714286rem);
  margin-top: 0.7142857143rem;
  margin-bottom: 0.7142857143rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.1428571429rem);
    margin-top: 1.0714285714rem;
    margin-bottom: 1.0714285714rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.4285714286rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.4285714286rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.4285714286rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.4285714286rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.4285714286rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.4285714286rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.4285714286rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.4285714286rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.4285714286rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.4285714286rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.4285714286rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.4285714286rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.1428571429rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.1428571429rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.1428571429rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.1428571429rem);
  }
}
@media print, screen and (min-width: 61.875em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 2.1428571429rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 2.1428571429rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 2.1428571429rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .large-12, #main-header .grid-margin-y > .second-main-menu, #main-header .grid-margin-y > .main-menu, #main-header .grid-margin-y > .main-head {
    height: calc(100% - 2.1428571429rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 2.1428571429rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y > .xxlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xxlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xxlarge-1 {
    height: calc(8.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-2 {
    height: calc(16.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-3 {
    height: calc(25% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-4 {
    height: calc(33.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-5 {
    height: calc(41.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-6 {
    height: calc(50% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-7 {
    height: calc(58.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-8 {
    height: calc(66.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-9 {
    height: calc(75% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-10 {
    height: calc(83.3333333333% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-11 {
    height: calc(91.6666666667% - 2.1428571429rem);
  }
  .grid-margin-y > .xxlarge-12 {
    height: calc(100% - 2.1428571429rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.4285714286rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.1428571429rem);
  }
}
@media print, screen and (min-width: 61.875em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.1428571429rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.1428571429rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.1428571429rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 2.1428571429rem);
  }
}
@media print, screen and (min-width: 61.875em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 2.1428571429rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 2.1428571429rem);
  }
}
@media screen and (min-width: 90em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 2.1428571429rem);
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.85em 1em;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #1779ba;
  color: #FFFFFF;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button:hover, .button:focus {
  background-color: #14679e;
  color: #FFFFFF;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded, header.button.headerTitle {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.primary {
  background-color: #1779ba;
  color: #FFFFFF;
}
.button.primary:hover, .button.primary:focus {
  background-color: #126195;
  color: #FFFFFF;
}
.button.secondary {
  background-color: #767676;
  color: #FFFFFF;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: #5e5e5e;
  color: #FFFFFF;
}
.button.success {
  background-color: #58c773;
  color: #060702;
}
.button.success:hover, .button.success:focus {
  background-color: #3aac55;
  color: #060702;
}
.button.warning {
  background-color: #f9d76d;
  color: #060702;
}
.button.warning:hover, .button.warning:focus {
  background-color: #f6c428;
  color: #060702;
}
.button.alert {
  background-color: #c0313e;
  color: #FFFFFF;
}
.button.alert:hover, .button.alert:focus {
  background-color: #9a2732;
  color: #FFFFFF;
}
.button.info {
  background-color: #5ec2d5;
  color: #060702;
}
.button.info:hover, .button.info:focus {
  background-color: #33acc3;
  color: #060702;
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
  background-color: #1779ba;
  color: #FFFFFF;
}
.button.disabled.primary, .button[disabled].primary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
  background-color: #1779ba;
  color: #FFFFFF;
}
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #767676;
  color: #FFFFFF;
}
.button.disabled.success, .button[disabled].success {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
  background-color: #58c773;
  color: #060702;
}
.button.disabled.warning, .button[disabled].warning {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
  background-color: #f9d76d;
  color: #060702;
}
.button.disabled.alert, .button[disabled].alert {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
  background-color: #c0313e;
  color: #FFFFFF;
}
.button.disabled.info, .button[disabled].info {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.info, .button.disabled.info:hover, .button.disabled.info:focus, .button[disabled].info, .button[disabled].info:hover, .button[disabled].info:focus {
  background-color: #5ec2d5;
  color: #060702;
}
.button.hollow {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus {
  background-color: transparent;
}
.button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.success {
  border: 1px solid #58c773;
  color: #58c773;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: #246b35;
  color: #246b35;
}
.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
  border: 1px solid #58c773;
  color: #58c773;
}
.button.hollow.warning {
  border: 1px solid #f9d76d;
  color: #f9d76d;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: #ac8407;
  color: #ac8407;
}
.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
  border: 1px solid #f9d76d;
  color: #f9d76d;
}
.button.hollow.alert {
  border: 1px solid #c0313e;
  color: #c0313e;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: #60191f;
  color: #60191f;
}
.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
  border: 1px solid #c0313e;
  color: #c0313e;
}
.button.hollow.info {
  border: 1px solid #5ec2d5;
  color: #5ec2d5;
}
.button.hollow.info:hover, .button.hollow.info:focus {
  border-color: #206b7a;
  color: #206b7a;
}
.button.hollow.info:hover.disabled, .button.hollow.info:hover[disabled], .button.hollow.info:focus.disabled, .button.hollow.info:focus[disabled] {
  border: 1px solid #5ec2d5;
  color: #5ec2d5;
}
.button.clear {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.clear, .button.clear:hover, .button.clear:focus {
  background-color: transparent;
}
.button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  background-color: transparent;
}
.button.clear:hover, .button.clear:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent;
}
.button.clear.primary {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: #0c3d5d;
  color: #0c3d5d;
}
.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 1px solid #1779ba;
  color: #1779ba;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border-color: transparent;
}
.button.clear.secondary {
  border: 1px solid #767676;
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border-color: transparent;
}
.button.clear.success {
  border: 1px solid #58c773;
  color: #58c773;
}
.button.clear.success:hover, .button.clear.success:focus {
  border-color: #246b35;
  color: #246b35;
}
.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border: 1px solid #58c773;
  color: #58c773;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border-color: transparent;
}
.button.clear.warning {
  border: 1px solid #f9d76d;
  color: #f9d76d;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  border-color: #ac8407;
  color: #ac8407;
}
.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border: 1px solid #f9d76d;
  color: #f9d76d;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border-color: transparent;
}
.button.clear.alert {
  border: 1px solid #c0313e;
  color: #c0313e;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  border-color: #60191f;
  color: #60191f;
}
.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border: 1px solid #c0313e;
  color: #c0313e;
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border-color: transparent;
}
.button.clear.info {
  border: 1px solid #5ec2d5;
  color: #5ec2d5;
}
.button.clear.info:hover, .button.clear.info:focus {
  border-color: #206b7a;
  color: #206b7a;
}
.button.clear.info:hover.disabled, .button.clear.info:hover[disabled], .button.clear.info:focus.disabled, .button.clear.info:focus[disabled] {
  border: 1px solid #5ec2d5;
  color: #5ec2d5;
}
.button.clear.info, .button.clear.info.disabled, .button.clear.info[disabled], .button.clear.info:hover, .button.clear.info:hover.disabled, .button.clear.info:hover[disabled], .button.clear.info:focus, .button.clear.info:focus.disabled, .button.clear.info:focus[disabled] {
  border-color: transparent;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4em;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #FFFFFF transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #1779ba;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #58c773;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #f9d76d;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #c0313e;
}
.button.dropdown.hollow.info::after, .button.dropdown.clear.info::after {
  border-top-color: #5ec2d5;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group .button {
  margin: 0;
  margin-right: 1px;
  margin-bottom: 1px;
  font-size: 0.9rem;
  flex: 0 0 auto;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button, header.button-group.headerTitle .button {
  flex: 1 1 0px;
}
.button-group.primary .button {
  background-color: #1779ba;
  color: #FFFFFF;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: #126195;
  color: #FFFFFF;
}
.button-group.secondary .button {
  background-color: #767676;
  color: #FFFFFF;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: #5e5e5e;
  color: #FFFFFF;
}
.button-group.success .button {
  background-color: #58c773;
  color: #060702;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: #3aac55;
  color: #060702;
}
.button-group.warning .button {
  background-color: #f9d76d;
  color: #060702;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: #f6c428;
  color: #060702;
}
.button-group.alert .button {
  background-color: #c0313e;
  color: #FFFFFF;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: #9a2732;
  color: #FFFFFF;
}
.button-group.info .button {
  background-color: #5ec2d5;
  color: #060702;
}
.button-group.info .button:hover, .button-group.info .button:focus {
  background-color: #33acc3;
  color: #060702;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
.button-group.stacked.expanded .button, header.button-group.stacked.headerTitle .button, .button-group.stacked-for-small.expanded .button, header.button-group.stacked-for-small.headerTitle .button, .button-group.stacked-for-medium.expanded .button, header.button-group.stacked-for-medium.headerTitle .button {
  flex: 1 1 0px;
}
@media print, screen and (min-width: 40em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 61.875em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 39.99875em) {
  .button-group.stacked-for-small.expanded, header.button-group.stacked-for-small.headerTitle {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button, header.button-group.stacked-for-small.headerTitle .button {
    display: block;
    margin-right: 0;
  }
}
@media screen and (max-width: 61.87375em) {
  .button-group.stacked-for-medium.expanded, header.button-group.stacked-for-medium.headerTitle {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button, header.button-group.stacked-for-medium.headerTitle .button {
    display: block;
    margin-right: 0;
  }
}

.close-button {
  position: absolute;
  color: #8a8a8a;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #060702;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}
.close-button, .close-button.medium {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #1779ba;
  color: #FFFFFF;
}
.label.primary {
  background: #1779ba;
  color: #FFFFFF;
}
.label.secondary {
  background: #767676;
  color: #FFFFFF;
}
.label.success {
  background: #58c773;
  color: #060702;
}
.label.warning {
  background: #f9d76d;
  color: #060702;
}
.label.alert {
  background: #c0313e;
  color: #FFFFFF;
}
.label.info {
  background: #5ec2d5;
  color: #060702;
}

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #1779ba;
}
.progress.secondary .progress-meter {
  background-color: #767676;
}
.progress.success .progress-meter {
  background-color: #58c773;
}
.progress.warning .progress-meter {
  background-color: #f9d76d;
}
.progress.alert .progress-meter {
  background-color: #c0313e;
}
.progress.info .progress-meter {
  background-color: #5ec2d5;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #1779ba;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #FFFFFF;
  white-space: nowrap;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #e6e6e6;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #cacaca;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #1779ba;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: #14679e;
}
.slider-handle.is-dragging {
  transition: all 0s linear;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
          transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 1rem;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #cacaca;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  border-radius: 0;
  background: #FFFFFF;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #1779ba;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.7142857143rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.8571428571rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1.1428571429rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
thead,
tbody,
tfoot {
  border: 1px solid #f2f2f2;
  background-color: #FFFFFF;
}

caption {
  padding: 0.5714285714rem 0.7142857143rem 0.7142857143rem;
  font-weight: bold;
}

thead {
  background: #f9f9f9;
  color: #FFFFFF;
}

tfoot {
  background: #f2f2f2;
  color: #FFFFFF;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5714285714rem 0.7142857143rem 0.7142857143rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5714285714rem 0.7142857143rem 0.7142857143rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: #f2f2f2;
}

table.unstriped tbody {
  background-color: #FFFFFF;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid #f2f2f2;
  background-color: #FFFFFF;
}

@media screen and (max-width: 61.87375em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
table.stack th,
table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: #f4f4f4;
}
table.hover tfoot tr:hover {
  background-color: #ededed;
}
table.hover tbody tr:hover {
  background-color: #fafafa;
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: #ededed;
}

.table-scroll {
  overflow-x: auto;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #1779ba;
  color: #FFFFFF;
}
.badge.primary {
  background: #1779ba;
  color: #FFFFFF;
}
.badge.secondary {
  background: #767676;
  color: #FFFFFF;
}
.badge.success {
  background: #58c773;
  color: #060702;
}
.badge.warning {
  background: #f9d76d;
  color: #060702;
}
.badge.alert {
  background: #c0313e;
  color: #FFFFFF;
}
.badge.info {
  background: #5ec2d5;
  color: #060702;
}

.breadcrumbs {
  margin: 0 0 1rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.7857142857rem;
  color: #060702;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #cacaca;
}
.breadcrumbs a {
  color: #1779ba;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #cacaca;
  cursor: not-allowed;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(6, 7, 2, 0.25);
  border-radius: 0;
  background-color: white;
  color: #060702;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: #1779ba;
  color: #FFFFFF;
}
.callout.secondary {
  background-color: #767676;
  color: #FFFFFF;
}
.callout.success {
  background-color: #58c773;
  color: #060702;
}
.callout.warning {
  background-color: #f9d76d;
  color: #060702;
}
.callout.alert {
  background-color: #c0313e;
  color: #FFFFFF;
}
.callout.info {
  background-color: #5ec2d5;
  color: #060702;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  background: #FFFFFF;
  box-shadow: none;
  overflow: hidden;
  color: #FFFFFF;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 1rem;
  background: #e6e6e6;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 1rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #060702;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.pagination {
  margin-left: 0;
  margin-bottom: 0;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0714285714rem;
  border-radius: 0;
  font-size: 1rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.2142857143rem 0.7142857143rem;
  border-radius: 0;
  color: #FFFFFF;
}
.pagination a:hover,
.pagination button:hover {
  background: #e5d62f;
}
.pagination .current {
  padding: 0.2142857143rem 0.7142857143rem;
  background: #1779ba;
  color: #FFFFFF;
  cursor: default;
}
.pagination .disabled {
  padding: 0.2142857143rem 0.7142857143rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.2142857143rem 0.7142857143rem;
  content: "\2026";
  color: #060702;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "\AB";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "\BB";
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  cursor: help;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #060702;
  font-size: 80%;
  color: #FFFFFF;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #060702;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #060702 transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #060702;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.75rem;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #060702 transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.accordion {
  margin-left: 0;
  background: #FFFFFF;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 1rem;
  line-height: 1;
  color: #1779ba;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid #e6e6e6;
  border-radius: 0 0 0 0;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: #e6e6e6;
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "\2013";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  background-color: #FFFFFF;
  color: #FFFFFF;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid #e6e6e6;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media screen and (max-width: 39.99875em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 39.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(6, 7, 2, 0.5);
  color: #FFFFFF;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #FFFFFF;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(6, 7, 2, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 1.2rem;
  height: 1.2rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: #cacaca;
}
.orbit-bullets button:hover {
  background-color: #8a8a8a;
}
.orbit-bullets button.is-active {
  background-color: #8a8a8a;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 1.1428571429rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}

.tabs {
  margin: 0;
  border: 1px solid #e6e6e6;
  background: #FFFFFF;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #1779ba;
}
.tabs.primary > li > a {
  color: #FFFFFF;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: #1673b1;
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.8571428571rem;
  line-height: 1;
  color: #1779ba;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: #FFFFFF;
  color: #1468a0;
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #1779ba;
}

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #FFFFFF;
  color: #FFFFFF;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #e6e6e6;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #2D2D2D;
  border-radius: 0;
  box-shadow: 0 0 0 1px rgba(6, 7, 2, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(23, 121, 186, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.expanded li, header.menu.headerTitle li {
  flex: 1 1 0px;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 61.875em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.xlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.xlarge-expanded li {
    flex: 1 1 0px;
  }
  .menu.xlarge-simple li {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 90em) {
  .menu.xxlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.xxlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.xxlarge-expanded li {
    flex: 1 1 0px;
  }
  .menu.xxlarge-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #1779ba;
  color: #FFFFFF;
}
.menu .active > a {
  background: #1779ba;
  color: #FFFFFF;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.7rem 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #FFFFFF;
  box-shadow: 0 7px 0 #FFFFFF, 0 14px 0 #FFFFFF;
  content: "";
}
.menu-icon:hover::after {
  background: #cacaca;
  box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #060702;
  box-shadow: 0 7px 0 #060702, 0 14px 0 #060702;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 40px;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #1779ba transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  -webkit-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.7rem 1rem;
  background: #FFFFFF;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #FFFFFF;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #1779ba;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #e5d62f;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #e5d62f transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #1779ba transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #e5d62f transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 0.7rem 1rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #1779ba;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #e5d62f transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #e5d62f;
}
@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #e5d62f transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #e5d62f transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #e5d62f;
  }
}
@media print, screen and (min-width: 61.875em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #e5d62f transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #e5d62f transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #e5d62f;
  }
}
@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #e5d62f transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #e5d62f transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #e5d62f;
  }
}
@media screen and (min-width: 90em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xxlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #e5d62f transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xxlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #e5d62f transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xxlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: "";
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #e5d62f;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid #cacaca;
  background: #FFFFFF;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.7rem 1rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #e5d62f transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #e5d62f;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 12;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #2D2D2D;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 12;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 13;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(6, 7, 2, 0.7);
}
.off-canvas.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #2D2D2D;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 12;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 13;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(6, 7, 2, 0.7);
}
.off-canvas-absolute.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 240px;
  -webkit-transform: translateX(-240px);
          transform: translateX(-240px);
}
.off-canvas-content .off-canvas.position-left {
  -webkit-transform: translateX(-240px);
          transform: translateX(-240px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  -webkit-transform: translateX(240px);
          transform: translateX(240px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(6, 7, 2, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 240px;
  -webkit-transform: translateX(240px);
          transform: translateX(240px);
}
.off-canvas-content .off-canvas.position-right {
  -webkit-transform: translateX(240px);
          transform: translateX(240px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  -webkit-transform: translateX(-240px);
          transform: translateX(-240px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(6, 7, 2, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 240px;
  -webkit-transform: translateY(-240px);
          transform: translateY(-240px);
}
.off-canvas-content .off-canvas.position-top {
  -webkit-transform: translateY(-240px);
          transform: translateY(-240px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  -webkit-transform: translateY(240px);
          transform: translateY(240px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(6, 7, 2, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 240px;
  -webkit-transform: translateY(240px);
          transform: translateY(240px);
}
.off-canvas-content .off-canvas.position-bottom {
  -webkit-transform: translateY(240px);
          transform: translateY(240px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  -webkit-transform: translateY(-240px);
          transform: translateY(-240px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(6, 7, 2, 0.25);
}

.off-canvas-content {
  -webkit-transform: none;
          transform: none;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.off-canvas-content.has-transition-push {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 240px;
  }

  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 240px;
  }

  .position-right.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 240px;
  }

  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 240px;
  }

  .position-top.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 240px;
  }

  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 240px;
  }

  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 240px;
  }

  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 240px;
  }
}
@media print, screen and (min-width: 61.875em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 240px;
  }

  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 240px;
  }

  .position-right.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 240px;
  }

  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 240px;
  }

  .position-top.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 240px;
  }

  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 240px;
  }

  .position-bottom.reveal-for-large {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 240px;
  }

  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 240px;
  }
}
@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 240px;
  }

  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 240px;
  }

  .position-right.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 240px;
  }

  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 240px;
  }

  .position-top.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 240px;
  }

  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 240px;
  }

  .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 240px;
  }

  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 240px;
  }
}
@media screen and (min-width: 90em) {
  .position-left.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 240px;
  }

  .position-left.reveal-for-xxlarge ~ .off-canvas-content {
    margin-left: 240px;
  }

  .position-right.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 240px;
  }

  .position-right.reveal-for-xxlarge ~ .off-canvas-content {
    margin-right: 240px;
  }

  .position-top.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 240px;
  }

  .position-top.reveal-for-xxlarge ~ .off-canvas-content {
    margin-top: 240px;
  }

  .position-bottom.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xxlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xxlarge {
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 240px;
  }

  .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
    margin-bottom: 240px;
  }
}
@media print, screen and (min-width: 40em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 61.875em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
    box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}
@media screen and (min-width: 90em) {
  .off-canvas.in-canvas-for-xxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom {
    box-shadow: none;
    -webkit-transform: none;
            transform: none;
  }
  .off-canvas.in-canvas-for-xxlarge .close-button {
    display: none;
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(6, 7, 2, 0.45);
  overflow-y: auto;
}

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #FFFFFF;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column, .reveal header.headerTitle .colSharing, header.headerTitle .reveal .colSharing, .reveal header.headerTitle .colTitle, header.headerTitle .reveal .colTitle, .reveal .columns {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal {
    width: 600px;
    max-width: 102.8571428571rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 40em) {
  .reveal.tiny {
    width: 30%;
    max-width: 102.8571428571rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.small {
    width: 50%;
    max-width: 102.8571428571rem;
  }
}
@media print, screen and (min-width: 40em) {
  .reveal.large {
    width: 90%;
    max-width: 102.8571428571rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media screen and (max-width: 39.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.title-bar {
  padding: 0.5rem;
  background: #060702;
  color: #FFFFFF;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #e6e6e6;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 61.87375em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
.top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
.top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 89.99875em) {
  .top-bar.stacked-for-xlarge {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-xlarge .top-bar-left,
.top-bar.stacked-for-xlarge .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.top-bar.stacked-for-xxlarge {
  flex-wrap: wrap;
}
.top-bar.stacked-for-xxlarge .top-bar-left,
.top-bar.stacked-for-xxlarge .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    order: 1;
  }

  .medium-order-2 {
    order: 2;
  }

  .medium-order-3 {
    order: 3;
  }

  .medium-order-4 {
    order: 4;
  }

  .medium-order-5 {
    order: 5;
  }

  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 61.875em) {
  .large-order-1 {
    order: 1;
  }

  .large-order-2 {
    order: 2;
  }

  .large-order-3 {
    order: 3;
  }

  .large-order-4 {
    order: 4;
  }

  .large-order-5 {
    order: 5;
  }

  .large-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    order: 1;
  }

  .xlarge-order-2 {
    order: 2;
  }

  .xlarge-order-3 {
    order: 3;
  }

  .xlarge-order-4 {
    order: 4;
  }

  .xlarge-order-5 {
    order: 5;
  }

  .xlarge-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-order-1 {
    order: 1;
  }

  .xxlarge-order-2 {
    order: 2;
  }

  .xxlarge-order-3 {
    order: 3;
  }

  .xxlarge-order-4 {
    order: 4;
  }

  .xxlarge-order-5 {
    order: 5;
  }

  .xxlarge-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink, .filters-header .filters-pagination .menu li {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }

  .medium-flex-child-auto {
    flex: 1 1 auto;
  }

  .medium-flex-child-grow {
    flex: 1 0 auto;
  }

  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }

  .medium-flex-dir-row {
    flex-direction: row;
  }

  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .medium-flex-dir-column {
    flex-direction: column;
  }

  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 61.875em) {
  .large-flex-container {
    display: flex;
  }

  .large-flex-child-auto {
    flex: 1 1 auto;
  }

  .large-flex-child-grow {
    flex: 1 0 auto;
  }

  .large-flex-child-shrink {
    flex: 0 1 auto;
  }

  .large-flex-dir-row {
    flex-direction: row;
  }

  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .large-flex-dir-column {
    flex-direction: column;
  }

  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: flex;
  }

  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }

  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }

  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }

  .xlarge-flex-dir-row {
    flex-direction: row;
  }

  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .xlarge-flex-dir-column {
    flex-direction: column;
  }

  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 90em) {
  .xxlarge-flex-container {
    display: flex;
  }

  .xxlarge-flex-child-auto {
    flex: 1 1 auto;
  }

  .xxlarge-flex-child-grow {
    flex: 1 0 auto;
  }

  .xxlarge-flex-child-shrink {
    flex: 0 1 auto;
  }

  .xxlarge-flex-dir-row {
    flex-direction: row;
  }

  .xxlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }

  .xxlarge-flex-dir-column {
    flex-direction: column;
  }

  .xxlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

@media screen and (max-width: 39.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media screen and (min-width: 40em) and (max-width: 61.87375em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 39.99875em), screen and (min-width: 61.875em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 61.875em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 61.87375em) {
  .show-for-large {
    display: none !important;
  }
}

@media screen and (min-width: 61.875em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 61.87375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  .show-for-xxlarge {
    display: none !important;
  }
}

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 89.99875em) {
  .show-for-xxlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
.hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
.hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
.show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
.show-for-portrait {
    display: block !important;
  }
}

/** {
  font-family: Lato;
}

@import 'sidebar';
@import 'maincontent';
@import 'registrationlogin';
*/
.sp {
  display: inline-block;
  background-image: url(../images/sprites.png);
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .sp {
    background-image: url(sprites-2x.png);
    background-size: 309px 101px;
  }
}

.icon-logo {
  background-position: 0px 0px;
  width: 309px;
  height: 63px;
}

.icon-logomini {
  background-position: 0px -63px;
  width: 189px;
  height: 38px;
}

/*

$blu: #145495;
$bludark: #001e46;
$lightblu: #125D9E;
$yellow: #ffed42;
$lightyellow: #fffaca;
$red: #ef221a;
$grey: #666666;
$lightgrey: #F6F6F6;
$grey2: #F6F6F6;
*/
#main-header .main-head {
  background-color: #2D2D2D;
  padding: 20px 10px;
}
#main-header .main-head .row, #main-header .main-head header.headerTitle, #main-header .main-head #main-footer, #main-header .main-head #main-content, #main-header .main-head #main-header {
  align-items: center;
}
#main-header .main-head .row, #main-header .main-head header.headerTitle, #main-header .main-head #main-footer, #main-header .main-head #main-content, #main-header .main-head #main-header {
  align-items: center;
}
#main-header .main-head .menu a {
  color: white;
}
#main-header .main-head .logo {
  padding-left: 0.5rem;
}
#main-header .main-head .logo img {
  width: 310px;
  height: 38px;
}
#main-header .main-head .searchbar {
  flex: 1;
  padding: 0.5rem 2rem;
}
#main-header .main-head .searchbar input, #main-header .main-head .searchbar select, #main-header .main-head .searchbar button {
  margin-bottom: 0;
}
#main-header .main-head .searchbar input {
  border-radius: 0 0px 0 10px !important;
  border-right: 1px solid #383838;
}
#main-header .main-head .searchbar select {
  border-radius: 0 !important;
  padding: 0 5px;
}
#main-header .main-head .searchbar button {
  border-radius: 0 10px 0 0 !important;
}
#main-header .main-head .userarea.guest a {
  color: #e5d62f;
}
#main-header .main-head .userarea .submenu li {
  border-bottom: 1px solid #383838;
}
#main-header .main-head .userarea .submenu li a {
  color: #2D2D2D;
}
#main-header .main-menu {
  background-color: #e5d62f;
}
#main-header .main-menu .menu a {
  font-variant: small-caps;
  color: #2D2D2D;
}
#main-header .main-menu .menu a:after {
  border-top-color: #2D2D2D;
}
#main-header .second-main-menu {
  background-color: #FFFFFF;
}

header h1.pageTitle {
  font-variant: small-caps;
}

#main-content {
  background-color: #444444;
}

#main-footer {
  background-color: #2D2D2D;
}

body {
  font-size: 15px;
}

/*$sidebar: 250px;

#sidebar{
  width: $sidebar;
  float: right;
}
*/
#sidebar {
  flex-grow: 4;
}

#content {
  /*
    @include breakpoint(large) {
     padding-right: $sidebar;
      float: none;
      }
      */
}
@media print, screen and (min-width: 61.875em) {
  #content {
    flex-grow: 9;
  }
}
@media screen and (min-width: 75em) {
  #content {
    flex-grow: 13;
  }
}
@media screen and (min-width: 90em) {
  #content {
    flex-grow: 16;
  }
}

.meta_rating {
  font-size: 1rem;
  color: #FFFFFF;
}
.meta_rating .stars {
  color: #e5d62f;
}

.wrapper main#main-content {
  padding: 0 10px;
}
.wrapper main#main-content .sorting-fields {
  margin-bottom: 5px;
}
.wrapper main#main-content .sorting-fields ul li {
  flex-direction: column;
  padding-left: 5px;
}
.wrapper main#main-content .filters-bar {
  margin-bottom: 10px;
}
.wrapper main#main-content .filters-bar .searchParams {
  background-color: #444;
  padding: 10px;
}
.wrapper main#main-content .filters-bar .searchParams div input {
  margin-bottom: 0;
  margin-top: 10px;
}
.wrapper main#main-content .filters-bar .filtersActions {
  margin-top: 10px;
}
.wrapper main#main-content .filters-bar .filtersActions .button {
  margin-bottom: 0.5rem;
}
.wrapper main#main-content .filters-bar > .accordion-item > .accordion-title {
  color: white;
  background-color: #2D2D2D;
  border-color: #2D2D2D;
  font-weight: bold;
}
.wrapper main#main-content .filters-bar > .accordion-item > .accordion-title a:before {
  font-family: "Font Awesome 5 Free";
  content: "\F060";
}
.wrapper main#main-content .filters-bar > .accordion-item > .accordion-content {
  background-color: #383838;
  border-color: #2D2D2D;
}
.wrapper main#main-content .filters-bar .items-accordion-filters {
  width: 100%;
}
.wrapper main#main-content .filters-bar .items-accordion-filters > .accordion-item > .accordion-title {
  color: white;
  background-color: #2D2D2D;
  border-color: #444444;
}
.wrapper main#main-content .filters-bar .items-accordion-filters > .accordion-item > .accordion-content {
  background-color: #383838;
  border-color: #444444;
  color: white;
}
.wrapper main#main-content .filters-bar .items-accordion-filters > .accordion-item > .accordion-content ul {
  list-style: none;
}
.wrapper main#main-content .filters-bar .items-accordion-filters > .accordion-item > .accordion-content ul li > input {
  float: left;
  margin-right: 5px;
}
.wrapper main#main-content .filters-bar .items-accordion-filters > .accordion-item > .accordion-content ul li a {
  color: white;
  padding: 2px;
}
.wrapper main#main-content .filters-bar .items-accordion-filters > .accordion-item > .accordion-content ul li a label {
  color: white;
}
.wrapper main#main-content .filters-bar .items-accordion-filters > .accordion-item > .accordion-content ul li a:after {
  border-top-color: white;
}
.wrapper main#main-content .items article {
  display: flex;
  flex-direction: column;
  flex: 0;
  margin-bottom: 10px;
  flex-basis: 50%;
  /*
                  header {
                    flex: 0 0 60px;
                  }
  
                  .image {
                    flex: 1 1 100%;
                    width: 100%;
                  }
  
                  footer {
                    flex: 0 0 30px;
                    text-align: center;
                    padding: 5px;
                  }
  
                  header {
                    div {
                      display: table-cell;
                      padding: 10px;
                      height: 64px;
                      vertical-align: middle;
                    }
                  }
  
                  &.column:last-child:not(:first-child), &.columns:last-child:not(:first-child) {
                    float: left;
                  }
  
                  .image {
                    padding: 10px;
                    text-align: center;
  
                    img {
                      max-height: 200px
                    }
                  }
  
                  footer {
                    //background-color: $grey2;
                    margin-bottom: 20px;
                  }
          */
}
@media print, screen and (min-width: 40em) {
  .wrapper main#main-content .items article {
    flex-basis: 33%;
  }
}
@media print, screen and (min-width: 61.875em) {
  .wrapper main#main-content .items article {
    flex-basis: 25%;
  }
}
@media screen and (min-width: 75em) {
  .wrapper main#main-content .items article {
    flex-basis: 20%;
  }
}
@media screen and (min-width: 90em) {
  .wrapper main#main-content .items article {
    flex-basis: 16.6667%;
  }
}
.wrapper main#main-content .items article .item {
  background-color: #383838;
  display: flex;
  flex-direction: column;
  flex: 1;
  border-radius: 0 15px 0 15px;
  overflow: hidden;
  border: 1px solid #2d2d2d;
  transition: 0.2s all linear;
}
.wrapper main#main-content .items article .item:hover {
  border-color: #c3b306;
}
.wrapper main#main-content .items article .item:hover figure {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.wrapper main#main-content .items article .item figure {
  overflow: hidden;
  height: 160px;
  position: relative;
  transition: 0.2s all linear;
}
.wrapper main#main-content .items article .item figure span.label {
  position: absolute;
  right: 0;
}
.wrapper main#main-content .items article .item figure img {
  width: 100%;
  transition: 0.3s all linear;
}
.wrapper main#main-content .items article .item header {
  padding: 10px;
  flex: 1;
}
.wrapper main#main-content .items article .item header h2 {
  font-size: 1.1rem;
  margin-bottom: 0;
}
.wrapper main#main-content .items article .item header .desc {
  margin: 0.5rem 0;
  display: none;
}
@media print, screen and (min-width: 61.875em) {
  .wrapper main#main-content .items article .item header .desc {
    display: block;
  }
}
.wrapper main#main-content .items article .item header a {
  color: #e5d62f;
  font-weight: bold;
}
.wrapper main#main-content .items article .item header .meta div {
  padding-top: 0.5rem;
}
.wrapper main#main-content .items article .item footer {
  padding: 0;
  background-color: #2D2D2D;
}
.wrapper main#main-content .items article .item footer a {
  margin-bottom: 0;
  padding: 0.5rem;
}
.wrapper main#main-content .items article .item footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.wrapper main#main-content .items article .item footer ul li {
  display: inline-block;
  padding-right: 5px;
}
.wrapper main#main-content .myitems article {
  flex-basis: 100%;
}
@media print, screen and (min-width: 40em) {
  .wrapper main#main-content .myitems article {
    flex-basis: 50%;
  }
}
@media print, screen and (min-width: 61.875em) {
  .wrapper main#main-content .myitems article {
    flex-basis: 33%;
  }
}
@media screen and (min-width: 75em) {
  .wrapper main#main-content .myitems article {
    flex-basis: 25%;
  }
}
@media screen and (min-width: 90em) {
  .wrapper main#main-content .myitems article {
    flex-basis: 20%;
  }
}
.wrapper main#main-content .myitems article footer.myItemsActions {
  padding: 0;
}
.wrapper main#main-content .myitems article footer.myItemsActions a {
  margin-bottom: 0;
  padding: 0.5rem;
}
.wrapper .form-box {
  width: 100%;
}

.mymenu {
  margin-bottom: 10px;
}
.mymenu a {
  margin-right: 3px;
}

/*
h1{
  font-weight:bold;
  text-transform: uppercase;
  font-size: 2rem;
  color: $blu;
  small{
    font-size: 1.1rem;
    margin-top:5px;
    margin-bottom:10px;
    text-transform: none;
  }
}

h2{
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight:bold;
}


#sidebar{
  article{
    header{
      h4{
        text-transform: uppercase;
        font-size: 1.1rem;
        .deleteSection{
          float: right;
          color:red;
        }
      }
    }
  }
}

.singleItem{
  h1{
    margin-bottom: 20px;
  }
  .reviews_list{
    margin-top: 20px;
  }
  .item-gallery{
    .image{
      background-color: $white;
      text-align: center;
    }
    .image-thumb{
      padding-left: 0;
      ul{
        li{
          text-align: center;
          border: 1px solid $grey2;
          background-color: $white;
          margin-bottom: 5px;
          img{
            max-height: 80px;
          }
        }

      }
    }
  }
}

.singleItemV3{
  .imageBig{
    background-color: white;
    text-align:center;
    height:350px;
    max-width: 100%;
    padding:10px;
    img{
      max-height:100%;
      margin: 0;
    }
  }
  .thumbnails{
    margin-top: 10px;
    .column{
      text-align: center;
      a{
        background-color: white;
        display: block;
        padding: 10px
      }
    }
    img{
      max-height:80px;
      max-width:50px;
      margin: 0;
    }
  }
}
.row.expanded > .column:first-child, .row.expanded > .columns:first-child{
  padding-left:0;
}
.row.expanded > .column:last-child, .row.expanded > .columns:last-child{
  padding-right:0;
}


.reviews_star_block{
  float:left;position: relative
}
.reviews_star_block .disabled {
  color: #AAA
}
.reviews_star_block .enabled {
  position: absolute;overflow:hidden;
}
.reviews_star_block .enabled > div {
  width: 100px;
}
.fi-star {
  font-size: 18px;
}
*/
.singleItem header h1.pageTitle a.author {
  color: #e5d62f;
}
.singleItem .imageBig {
  height: 350px;
}
.filters-header {
  margin-bottom: 10px;
}
.filters-header .menu > li {
  margin-left: 10px;
}

.pagination {
  display: flex;
}
.pagination li {
  display: flex !important;
  margin: 0;
}
.pagination li.pagination-prevnext, .pagination li.pagination-goto {
  font-size: 0.9rem;
}
.pagination li .goto-page-form {
  display: flex;
}
.pagination li .goto-modal {
  position: absolute;
  top: 100%;
  background-color: white;
  z-index: 1;
  min-width: 200px;
  padding: 0.5rem;
  color: #383838;
}
.pagination li a {
  display: flex;
  align-items: center;
}
.pagination li a.current {
  padding: 0.5rem 0.7rem;
}
.pagination a, .pagination button {
  background-color: #383838;
  border: 1px solid #2D2D2D;
  font-variant: small-caps;
  padding: 0.5rem 0.7rem;
}
.pagination a:hover, .pagination button:hover {
  color: #060702;
}

a, a:hover, a:link, a:visited, a:active {
  outline: none;
}

[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
textarea {
  width: 100%;
  padding: 7px 10px;
  border: none;
  min-height: 34px;
}

[type=text],
[type=password],
[type=date],
[type=datetime],
[type=datetime-local],
[type=month],
[type=week],
[type=email],
[type=number],
[type=search],
[type=tel],
[type=time],
[type=url],
[type=color],
[type=submit],
[type=button],
textarea {
  border-radius: 0 10px 0 10px;
}

select {
  border: none;
  border-radius: 0 10px 0 10px;
  padding: 7px 10px;
  min-height: 34px;
}

form fieldset {
  padding: 0;
  border: none;
  margin-bottom: 20px;
}
form fieldset h2 {
  font-variant: small-caps;
  font-size: 1.8rem;
  display: inline-block;
  margin-bottom: 10px;
}
form fieldset h2:after {
  content: "";
  display: block;
  width: 80%;
  border-radius: 0 5px 0 5px;
  background-color: yellow;
  height: 5px;
}
form .form-group {
  padding-bottom: 10px;
}

.form-error, .text-danger {
  color: white;
  background-color: #f00;
  border-radius: 15px 0;
  margin-top: 4px;
  padding: 3px;
  font-weight: bold;
}
.form-error.is-visible, .text-danger.is-visible {
  display: block;
}

[type=text].text-danger,
[type=password].text-danger,
[type=date].text-danger,
[type=datetime].text-danger,
[type=datetime-local].text-danger,
[type=month].text-danger,
[type=week].text-danger,
[type=email].text-danger,
[type=number].text-danger,
[type=search].text-danger,
[type=tel].text-danger,
[type=time].text-danger,
[type=url].text-danger,
[type=color].text-danger,
textarea.text-danger {
  background-color: #ffcaca;
}

[type=submit].button.yellow,
[type=button].button.yellow {
  background-color: #e5d62f;
  color: #2D2D2D;
}

.formFields label.control-label {
  font-variant: small-caps;
}

.qq-upload-list-selector li {
  margin-right: 10px;
  position: relative;
}
.qq-upload-list-selector li .qq-upload-delete {
  position: absolute;
  right: 5px;
  top: 5px;
}
.qq-upload-list-selector li:last-child {
  margin-right: 0;
}
.qq-upload-list-selector li .qq-thumbnail-selector {
  height: 80px;
  margin-right: 0;
}

.profile-menu {
  margin-top: 20px;
}
.profile-menu li a {
  background-color: #1779ba;
  color: #FFFFFF;
}
.profile-menu li.is-active a {
  background-color: #e5d62f;
  color: #2D2D2D;
}

.profileAvatar {
  margin-top: 10px;
  position: relative;
}
.profileAvatar img {
  border-radius: 100%;
}
.profileAvatar .btnModal {
  display: none;
  transition: 0.2s all linear;
}
.profileAvatar:hover .btnModal {
  z-index: 1;
  position: absolute;
  cursor: pointer;
  font-size: 1.2rem;
  bottom: 0;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  left: 0;
  right: 0;
  top: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  font-size: 40px;
  border-radius: 100%;
}

.myreviews > .row, .myreviews > header.headerTitle, .myreviews > #main-header, .myreviews > #main-content, .myreviews > #main-footer {
  align-items: center;
}
.myreviews > .row .column, header.headerTitle .myreviews > .row .colSharing, header.headerTitle .myreviews > .row .colTitle, .myreviews > header.headerTitle .column, .myreviews > header.headerTitle .colSharing, .myreviews > header.headerTitle .colTitle, .myreviews > #main-header .column, .myreviews > #main-header header.headerTitle .colSharing, header.headerTitle .myreviews > #main-header .colSharing, .myreviews > #main-header header.headerTitle .colTitle, header.headerTitle .myreviews > #main-header .colTitle, .myreviews > #main-content .column, .myreviews > #main-content header.headerTitle .colSharing, header.headerTitle .myreviews > #main-content .colSharing, .myreviews > #main-content header.headerTitle .colTitle, header.headerTitle .myreviews > #main-content .colTitle, .myreviews > #main-footer .column, .myreviews > #main-footer header.headerTitle .colSharing, header.headerTitle .myreviews > #main-footer .colSharing, .myreviews > #main-footer header.headerTitle .colTitle, header.headerTitle .myreviews > #main-footer .colTitle, .myreviews > .row .columns, .myreviews > header.headerTitle .columns, .myreviews > #main-header .columns, .myreviews > #main-content .columns, .myreviews > #main-footer .columns {
  color: #2D2D2D;
  padding: 5px 10px;
}
.myreviews > .row .column.rating, header.headerTitle .myreviews > .row .rating.colSharing, header.headerTitle .myreviews > .row .rating.colTitle, .myreviews > header.headerTitle .column.rating, .myreviews > header.headerTitle .rating.colSharing, .myreviews > header.headerTitle .rating.colTitle, .myreviews > #main-header .column.rating, .myreviews > #main-header header.headerTitle .rating.colSharing, header.headerTitle .myreviews > #main-header .rating.colSharing, .myreviews > #main-header header.headerTitle .rating.colTitle, header.headerTitle .myreviews > #main-header .rating.colTitle, .myreviews > #main-content .column.rating, .myreviews > #main-content header.headerTitle .rating.colSharing, header.headerTitle .myreviews > #main-content .rating.colSharing, .myreviews > #main-content header.headerTitle .rating.colTitle, header.headerTitle .myreviews > #main-content .rating.colTitle, .myreviews > #main-footer .column.rating, .myreviews > #main-footer header.headerTitle .rating.colSharing, header.headerTitle .myreviews > #main-footer .rating.colSharing, .myreviews > #main-footer header.headerTitle .rating.colTitle, header.headerTitle .myreviews > #main-footer .rating.colTitle, .myreviews > .row .rating.columns, .myreviews > header.headerTitle .rating.columns, .myreviews > #main-header .rating.columns, .myreviews > #main-content .rating.columns, .myreviews > #main-footer .rating.columns {
  flex: 0 0 auto;
}
.myreviews > .row .column.username, header.headerTitle .myreviews > .row .username.colSharing, header.headerTitle .myreviews > .row .username.colTitle, .myreviews > header.headerTitle .column.username, .myreviews > header.headerTitle .username.colSharing, .myreviews > header.headerTitle .username.colTitle, .myreviews > #main-header .column.username, .myreviews > #main-header header.headerTitle .username.colSharing, header.headerTitle .myreviews > #main-header .username.colSharing, .myreviews > #main-header header.headerTitle .username.colTitle, header.headerTitle .myreviews > #main-header .username.colTitle, .myreviews > #main-content .column.username, .myreviews > #main-content header.headerTitle .username.colSharing, header.headerTitle .myreviews > #main-content .username.colSharing, .myreviews > #main-content header.headerTitle .username.colTitle, header.headerTitle .myreviews > #main-content .username.colTitle, .myreviews > #main-footer .column.username, .myreviews > #main-footer header.headerTitle .username.colSharing, header.headerTitle .myreviews > #main-footer .username.colSharing, .myreviews > #main-footer header.headerTitle .username.colTitle, header.headerTitle .myreviews > #main-footer .username.colTitle, .myreviews > .row .username.columns, .myreviews > header.headerTitle .username.columns, .myreviews > #main-header .username.columns, .myreviews > #main-content .username.columns, .myreviews > #main-footer .username.columns {
  flex: 0 0 auto;
}
.myreviews > .row .column.actions, header.headerTitle .myreviews > .row .actions.colSharing, header.headerTitle .myreviews > .row .actions.colTitle, .myreviews > header.headerTitle .column.actions, .myreviews > header.headerTitle .actions.colSharing, .myreviews > header.headerTitle .actions.colTitle, .myreviews > #main-header .column.actions, .myreviews > #main-header header.headerTitle .actions.colSharing, header.headerTitle .myreviews > #main-header .actions.colSharing, .myreviews > #main-header header.headerTitle .actions.colTitle, header.headerTitle .myreviews > #main-header .actions.colTitle, .myreviews > #main-content .column.actions, .myreviews > #main-content header.headerTitle .actions.colSharing, header.headerTitle .myreviews > #main-content .actions.colSharing, .myreviews > #main-content header.headerTitle .actions.colTitle, header.headerTitle .myreviews > #main-content .actions.colTitle, .myreviews > #main-footer .column.actions, .myreviews > #main-footer header.headerTitle .actions.colSharing, header.headerTitle .myreviews > #main-footer .actions.colSharing, .myreviews > #main-footer header.headerTitle .actions.colTitle, header.headerTitle .myreviews > #main-footer .actions.colTitle, .myreviews > .row .actions.columns, .myreviews > header.headerTitle .actions.columns, .myreviews > #main-header .actions.columns, .myreviews > #main-content .actions.columns, .myreviews > #main-footer .actions.columns {
  flex: 0 0 auto;
}
.myreviews > .row .column.actions .button, header.headerTitle .myreviews > .row .actions.colSharing .button, header.headerTitle .myreviews > .row .actions.colTitle .button, .myreviews > header.headerTitle .column.actions .button, .myreviews > header.headerTitle .actions.colSharing .button, .myreviews > header.headerTitle .actions.colTitle .button, .myreviews > #main-header .column.actions .button, .myreviews > #main-header header.headerTitle .actions.colSharing .button, header.headerTitle .myreviews > #main-header .actions.colSharing .button, .myreviews > #main-header header.headerTitle .actions.colTitle .button, header.headerTitle .myreviews > #main-header .actions.colTitle .button, .myreviews > #main-content .column.actions .button, .myreviews > #main-content header.headerTitle .actions.colSharing .button, header.headerTitle .myreviews > #main-content .actions.colSharing .button, .myreviews > #main-content header.headerTitle .actions.colTitle .button, header.headerTitle .myreviews > #main-content .actions.colTitle .button, .myreviews > #main-footer .column.actions .button, .myreviews > #main-footer header.headerTitle .actions.colSharing .button, header.headerTitle .myreviews > #main-footer .actions.colSharing .button, .myreviews > #main-footer header.headerTitle .actions.colTitle .button, header.headerTitle .myreviews > #main-footer .actions.colTitle .button, .myreviews > .row .actions.columns .button, .myreviews > header.headerTitle .actions.columns .button, .myreviews > #main-header .actions.columns .button, .myreviews > #main-content .actions.columns .button, .myreviews > #main-footer .actions.columns .button {
  margin: 0;
}
.myreviews > .row .reviewtext, .myreviews > header.headerTitle .reviewtext, .myreviews > #main-header .reviewtext, .myreviews > #main-content .reviewtext, .myreviews > #main-footer .reviewtext {
  color: #2D2D2D;
  padding: 15px;
}
.myreviews > div.row:nth-child(4n+1), .myreviews > div#main-header:nth-child(4n+1), .myreviews > div#main-content:nth-child(4n+1), .myreviews > div#main-footer:nth-child(4n+1), .myreviews > div.row:nth-child(4n+2), .myreviews > div#main-header:nth-child(4n+2), .myreviews > div#main-content:nth-child(4n+2), .myreviews > div#main-footer:nth-child(4n+2), .myreviews > section.row:nth-child(4n+1), .myreviews > section#main-header:nth-child(4n+1), .myreviews > section#main-content:nth-child(4n+1), .myreviews > section#main-footer:nth-child(4n+1), .myreviews > section.row:nth-child(4n+2), .myreviews > section#main-header:nth-child(4n+2), .myreviews > section#main-content:nth-child(4n+2), .myreviews > section#main-footer:nth-child(4n+2) {
  background-color: white;
}
.myreviews > div.row:nth-child(4n+3), .myreviews > div#main-header:nth-child(4n+3), .myreviews > div#main-content:nth-child(4n+3), .myreviews > div#main-footer:nth-child(4n+3), .myreviews > div.row:nth-child(4n), .myreviews > div#main-header:nth-child(4n), .myreviews > div#main-content:nth-child(4n), .myreviews > div#main-footer:nth-child(4n), .myreviews > section.row:nth-child(4n+3), .myreviews > section#main-header:nth-child(4n+3), .myreviews > section#main-content:nth-child(4n+3), .myreviews > section#main-footer:nth-child(4n+3), .myreviews > section.row:nth-child(4n), .myreviews > section#main-header:nth-child(4n), .myreviews > section#main-content:nth-child(4n), .myreviews > section#main-footer:nth-child(4n) {
  background-color: #f0f0f0;
}

/*.myreviews > .row:nth-child(2n+2) {

    background-color: red !important;

}*/
.progress.trsearch {
  background-color: #2D2D2D;
}
.progress.trsearch .progress-meter {
  background-color: #e5d62f;
}

.rating_title {
  font-variant: small-caps;
  font-weight: bold;
  font-size: 1.1rem;
}

.addreview-rating {
  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  /* use display:inline-flex to prevent whitespace issues. alternatively, you can put all the children of .rating-group on a single line */
  /* make hover effect work properly in IE */
  /* hide radio inputs */
  /* hide 'none' input from screenreaders */
  /* set icon padding and size */
  /* set default star color */
  /* if any input is checked, make its following siblings grey */
  /* make all stars orange on rating group hover */
  /* make hovered input's following siblings grey on hover */
}
.addreview-rating .rating-group {
  display: inline-flex;
}
.addreview-rating .rating__icon {
  pointer-events: none;
}
.addreview-rating .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
.addreview-rating .rating__input--none {
  display: none;
}
.addreview-rating .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 2rem;
}
.addreview-rating .rating__icon--star {
  color: #e5d62f;
}
.addreview-rating .rating__icon--star:before {
  font-weight: 900;
}
.addreview-rating .rating__input:checked ~ .rating__label .rating__icon--star {
  color: #ddd;
}
.addreview-rating .rating__input:checked ~ .rating__label .rating__icon--star:before {
  font-weight: 400;
}
.addreview-rating .rating-group:hover .rating__label .rating__icon--star {
  color: #e5d62f;
}
.addreview-rating .rating-group:hover .rating__label .rating__icon--star:before {
  font-weight: 900;
}
.addreview-rating .rating__input:hover ~ .rating__label .rating__icon--star {
  color: #ddd;
}
.addreview-rating .rating__input:hover ~ .rating__label .rating__icon--star:before {
  font-weight: 400;
}
.addreview-rating.small .rating__label {
  font-size: 1.2rem;
}

.callout.trsearch {
  border: 1px solid #383838;
  background-color: #444444;
  color: white;
}
.callout.trsearch.dark {
  background-color: #2D2D2D;
}
.callout.singlereview .profileAvatar {
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
}
.callout.singlereview .profileAvatar img {
  width: 40px;
  border-radius: 100%;
  margin-right: 5px;
}
.callout.singlereview .review_buttons {
  margin-top: 20px;
}
.callout.singlereview .review_buttons .like, .callout.singlereview .review_buttons .unlike {
  color: #CCC;
  margin-right: 10px;
  opacity: 0.2;
}
.callout.singlereview .review_buttons .report, .callout.singlereview .review_buttons .reply {
  margin-left: 10px;
}
.callout.singlereview .review_buttons .report {
  color: #d60303;
  opacity: 0.2;
}
.callout.singlereview .review_buttons .reply {
  color: #1779ba;
}
.callout.singlereview .author_reply {
  background-color: #383838;
  padding: 20px;
  margin-top: 20px;
  margin-left: 20px;
}
.callout.singlereview .extra_rating {
  margin-top: 10px;
  font-size: 0.8rem;
}
.callout.singlereview .extra_rating .meta_rating {
  font-size: 0.7rem;
}

.qq-upload-list {
  box-shadow: none;
}
.qq-upload-list li {
  display: inline-block;
}
.qq-upload-list li .qq-upload-delete {
  float: right;
  margin-right: 0;
}

.items-accordion-filters .accordion-menu label {
  cursor: pointer;
  display: inline-block;
}
.items-accordion-filters .accordion-menu label > span {
  display: flex;
  align-items: center;
}
.items-accordion-filters .accordion-menu label > span:before {
  color: #787878;
  content: "\F0C8";
  font-weight: 400;
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
}
.items-accordion-filters .accordion-menu label input {
  display: none;
}
.items-accordion-filters .accordion-menu label input:checked ~ span:before {
  color: #2196F3;
  content: "\F14A";
  font-weight: 900;
  z-index: 1;
}
.items-accordion-filters .accordion-menu label input:checked ~ span:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #e5d62f;
  z-index: 0;
}
.items-accordion-filters .accordion-menu .is-accordion-submenu-parent > a {
  display: inline;
  margin-left: 4px;
  font-size: 1.3rem;
  padding: 2px 5px !important;
}
.items-accordion-filters .accordion-menu .is-accordion-submenu-parent > a .fa:before {
  color: #e5d62f;
  content: "\F0DA";
}
.items-accordion-filters .accordion-menu .is-accordion-submenu-parent > a:after {
  content: none !important;
}
.items-accordion-filters .accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a .fa:before {
  content: "\F0D7";
}

.nglemanual .callout {
  background-color: #2D2D2D;
  color: white;
}
.nglemanual .nglemanual_title {
  font-variant: small-caps;
  font-size: 1.2rem;
}

.accordion.trsearch > .accordion-item > .accordion-title {
  color: white;
  background-color: #2D2D2D;
  border-color: #2D2D2D;
  font-weight: bold;
}
.accordion.trsearch > .accordion-item > .accordion-title a:before {
  font-family: "Font Awesome 5 Free";
  content: "\F060";
}
.accordion.trsearch > .accordion-item > .accordion-content {
  background-color: #383838;
  border-color: #2D2D2D;
}

.members article {
  display: flex;
  flex-direction: column;
  flex: 0;
  margin-bottom: 10px;
  flex-basis: calc(100% / 2);
}
@media print, screen and (min-width: 40em) {
  .members article {
    flex-basis: calc(100% / 4);
  }
}
@media print, screen and (min-width: 61.875em) {
  .members article {
    flex-basis: calc(100% / 6);
  }
}
@media screen and (min-width: 75em) {
  .members article {
    flex-basis: calc(100% / 6);
  }
}
@media screen and (min-width: 90em) {
  .members article {
    flex-basis: calc(100% / 6);
  }
}
.members article .profileAvatar {
  padding: 10px;
  margin-top: 0;
  font-size: 1.2rem;
  font-variant: small-caps;
}
.members article .profileAvatar img {
  margin-bottom: 5px;
}
@media print, screen and (min-width: 61.875em) {
  .members article .profileAvatar img {
    padding: 0 20px;
  }
}
@media screen and (min-width: 75em) {
  .members article .profileAvatar img {
    padding: 0 40px;
  }
}
.member .profileAvatar {
  flex: 0 0 12%;
  max-width: 12%;
}

.tabs.dark {
  background-color: #2D2D2D;
  border: 1px solid #444444;
}
.tabs.dark .tabs-title > a {
  color: white;
}
.tabs.dark .tabs-title.is-active > a, .tabs.dark .tabs-title:hover > a {
  background-color: #383838;
}

.tabs-content.dark {
  border: 1px solid #444444;
  background-color: #383838;
}

.member .profileBlock {
  margin-top: 20px;
  margin-bottom: 20px;
}
.member header h1.pageTitle {
  font-size: 2.8rem;
  line-height: 2.4rem;
}
.member .userStats {
  font-size: 1.3rem;
  margin-top: 19px;
  display: flex;
}
.member .userStats div {
  margin-right: 40px;
}
.member .userStats div span.title {
  font-weight: bold;
  color: #e5d62f;
}

.reveal.dark {
  background-color: #2D2D2D;
  border: 1px solid #383838;
  border-radius: 0 15px 0 15px;
}

.registration .loginTitle {
  font-variant: small-caps;
  font-size: 2rem;
  margin-bottom: 10px;
}
.registration .flip-container {
  position: relative;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
.registration .flip-container .flipper {
  position: relative;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  transition: 0.6s;
}
.registration .newOr {
  font-size: 1rem;
  font-variant: small-caps;
  margin-bottom: 10px;
}
.registration .flip-container,
.registration .front,
.registration .back {
  height: 400px;
  width: 100%;
}
.registration .flipped {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.registration .back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 2;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.registration .front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
}
.registration .social-signin-links .facebook-login-lnk {
  font-variant: small-caps;
}
.registration .pageTitle {
  text-align: center;
  width: 100%;
  font-variant: small-caps;
  margin-top: 20px;
  margin-bottom: 20px;
}
.registration .switchPanel {
  font-variant: small-caps;
}
.registration .switchPanel .switchButton {
  color: #e5d62f;
  font-weight: bold;
  cursor: pointer;
}
.registration .button {
  border-radius: 0 15px;
  font-variant: small-caps;
  font-size: 1.1rem;
  font-weight: bold;
}
.registration .button[type=submit] {
  padding: 10px 50px;
}

/*
#sessions-new #new-customer-container,
#sessions-new #existing-customer-container {

  padding-top: 30px;
  text-align: center;

}
*/
.off-canvas {
  background-color: #383838;
}
.off-canvas header {
  background-color: #2D2D2D;
  padding: 15px;
  margin-bottom: 15px;
}
.off-canvas .menu li a {
  border-bottom: 1px solid #444444;
}
.off-canvas .menu li a:hover {
  background-color: #444444;
}
.off-canvas .menu li .nested {
  margin-left: 0;
}
.off-canvas .menu li .nested li a {
  padding-left: 2rem;
}

/* Responsive */
/*
body {
  &:before {
    content: "BASE";
    background-color: #FFF;
    color: #000;
    font-size:1.3rem;
    font-weight: bold;
    padding: 10px;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 4;
    @include breakpoint(small) {
      content: "small >= 0px";

    }
    @include breakpoint(medium) {
      content: "medium >= 640px";
    }
    @include breakpoint(large) {
      content: "large >= 1024px";
    }
    @include breakpoint(xlarge) {
      content: "xlarge >= 1200px";
    }
    @include breakpoint(xxlarge) {
      content: "xxlarge >= 1440px";
    }

  }
}

*/
#main-footer {
  padding: 10px;
}

/*
$breakpoints: (
        small: 0,
        medium: 640px,
        large: 1024px,
        xlarge: 1200px,
        xxlarge: 1440px,
);
*/
#main-header .main-head {
  width: 100%;
  padding: 0;
}
@media print, screen and (min-width: 61.875em) {
  #main-header .main-head > .grid-x, #main-header .filters-header .filters-pagination .main-head > .menu, .filters-header .filters-pagination #main-header .main-head > .menu {
    align-items: center;
  }
}
#main-header .main-head .button {
  margin-bottom: 0;
}
#main-header .main-head .logo {
  padding: 5px;
  text-align: center;
  flex: 1;
}
#main-header .main-head .logo img {
  max-width: 250px;
}
#main-header .main-head .searchbar {
  order: 3;
  flex-basis: 100%;
  padding: 15px;
}
#main-header .main-head .mobilebutton .offcanvas-button {
  border-radius: 0;
}
#main-header .main-menu {
  display: none;
}
@media print, screen and (min-width: 61.875em) {
  #main-header .main-head .mobilebutton {
    display: none;
  }
  #main-header .main-head > .row, #main-header .main-head > header.headerTitle, #main-header .main-head > #main-header, #main-header .main-head > #main-content, #main-header .main-head > #main-footer {
    align-items: center;
  }
  #main-header .main-head .userarea {
    padding-right: 15px;
  }
  #main-header .main-head .userarea .button {
    border-radius: 0 10px 0 10px;
  }
  #main-header .main-head .logo {
    padding-left: 15px;
    flex: 0;
  }
  #main-header .main-head .logo img {
    max-width: none;
  }
  #main-header .main-head .searchbar {
    order: 0;
    flex-basis: 0;
  }
  #main-header .main-menu {
    display: block;
  }
  #main-header .main-menu .menu > li.is-dropdown-submenu-parent {
    margin-right: 5px;
  }
  #main-header .main-menu .menu > li.is-dropdown-submenu-parent > a:after {
    right: -5px;
  }
  #main-header .main-menu .menu > li > a {
    padding: 0.7rem 0.7rem;
    font-size: 1rem;
  }
}
@media screen and (min-width: 75em) {
  #main-header .main-menu .menu > li > a {
    font-size: 1.1rem;
    padding: 0.7rem 1rem;
  }
}

.column_info {
  padding: 0 30px;
}

.filters-header {
  flex-direction: column;
}
@media print, screen and (min-width: 40em) {
  .filters-header {
    flex-direction: row;
  }
}
@media print, screen and (min-width: 61.875em) {
  .filters-header .filters-records {
    flex: 1;
  }
}
.filters-header .filters-pagination .menu li.sort-by {
  flex: 1 1 0px;
}
@media print, screen and (min-width: 61.875em) {
  .filters-header .filters-pagination .menu li {
    flex: 0 0 auto;
  }
}

.disabled {
  opacity: 0.25;
  cursor: not-allowed;
}

.item-gallery {
  margin-top: 10px;
}
.item-gallery a {
  display: inline-block;
  margin: 0 1px;
  border: 1px solid #2D2D2D;
}
.fancybox-container .fancybox-navigation .fancybox-button {
  height: 120px;
  width: 90px;
  top: calc(50% - 60px);
  font-size: 3.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fancybox-container .fancybox-navigation .fancybox-button div {
  padding: 8px;
}
.fancybox-container .fancybox-thumbs {
  background-color: #2D2D2D;
}
.fancybox-container .fancybox-thumbs .fancybox-thumbs__list a:before {
  border: 3px solid #e5d62f;
}

.help-block {
  color: #e5d62f;
}

.singlereview .profileAvatar {
  flex: 0;
  max-width: none !important;
}

.social-sharing li a {
  font-size: 1.4rem;
  padding: 0.7rem;
}

.highlight {
  color: #e5d62f;
}

@media screen and (max-width: 39.99875em) {
  header.headerTitle .colTitle {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }
}
@media screen and (max-width: 39.99875em) {
  header.headerTitle .colSharing {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
  }
}
@media print, screen and (min-width: 40em) {
  header.headerTitle .colSharing {
    flex: 0 1 auto;
    order: 2;
  }
}

.summaryPage > .column, .summaryPage > .columns, header.headerTitle .summaryPage > .colTitle, header.headerTitle .summaryPage > .colSharing {
  padding-bottom: 1rem;
}
.summaryPage .callout {
  padding: 0;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.summaryPage .callout .info {
  flex: 1;
}
.summaryPage .callout .info .summary_icon {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 45px;
  opacity: 0.8;
  transition: all 0.2s linear;
}
.summaryPage .callout .info:hover .summary_icon {
  opacity: 1;
  font-size: 50px;
}
.summaryPage .callout .info .inner {
  padding: 10px 70px 10px 10px;
}
.summaryPage .callout .info .inner h3 {
  font-weight: bold;
  margin-bottom: 0;
}
.summaryPage .callout .info .inner p {
  margin-bottom: 0;
}
.summaryPage .callout .info .inner .alt {
  color: rgba(0, 0, 0, 0.6);
  display: block;
  line-height: 1;
}
.summaryPage .callout .link {
  display: block;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 5px;
  text-align: right;
}
.summaryPage .callout .link.comingsoon {
  font-style: italic;
  font-size: 0.9rem;
}
.summaryPage .callout.warning a.link, .summaryPage .callout.success a.link {
  color: #333;
}
.summaryPage .callout.secondary a.link {
  color: #FFF;
}

@media print, screen and (min-width: 61.875em) {
  body.ie.ie11 #main-header .main-head .logo {
    flex: 0 1 auto;
  }
}
body.ie.ie11 .wrapper main#main-content .items article {
  flex-basis: calc(50% - 0.7rem);
}
body.ie.ie11 .wrapper main#main-content .items article .item {
  flex-basis: auto;
}
body.ie.ie11 .wrapper main#main-content .items article .item header {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  body.ie.ie11 .wrapper main#main-content .items article {
    flex-basis: calc(33% - 0.7rem);
  }
}
@media print, screen and (min-width: 61.875em) {
  body.ie.ie11 .wrapper main#main-content .items article {
    flex-basis: calc(25% - 0.7rem);
  }
}
@media screen and (min-width: 75em) {
  body.ie.ie11 .wrapper main#main-content .items article {
    flex-basis: calc(20% - 0.7rem);
  }
}
@media screen and (min-width: 90em) {
  body.ie.ie11 .wrapper main#main-content .items article {
    flex-basis: calc(16.6667% - 0.7rem);
  }
}