@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
@import url("https://fonts.googleapis.com/css?family=Rubik:400,400i,500,500i,700,700i");
@import url("https://fonts.googleapis.com/css?family=Crimson+Text:700");
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;
  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=64em&xlarge=90em&xxlarge=120.0625em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

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

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Rubik", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.6;
  color: #333333;
  -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: 4px; }

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

.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;
          appearance: none;
  border: 0;
  border-radius: 4px;
  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; }

.row {
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap; }
  .row .row {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem; }
    @media print, screen and (min-width: 40em) {
      .row .row {
        margin-right: -0.3125rem;
        margin-left: -0.3125rem; } }
    @media print, screen and (min-width: 64em) {
      .row .row {
        margin-right: -0.5rem;
        margin-left: -0.5rem; } }
    @media screen and (min-width: 90em) {
      .row .row {
        margin-right: -0.5rem;
        margin-left: -0.5rem; } }
    @media screen and (min-width: 120.0625em) {
      .row .row {
        margin-right: -0.5rem;
        margin-left: -0.5rem; } }
    .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  .row.expanded {
    max-width: none; }
    .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  .row:not(.expanded) .row {
    max-width: none; }
  .row.collapse > .column, .row.collapse > .columns, body.no-flexbox .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row.is-collapse-child,
  .row.collapse > .column > .row,
  .row.collapse > .columns > .row,
  body.no-flexbox .row.collapse > .columns > .row {
    margin-right: 0;
    margin-left: 0; }

.column, .columns, body.no-flexbox .columns {
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  min-width: 0; }
  @media print, screen and (min-width: 40em) {
    .column, .columns, body.no-flexbox .columns {
      padding-right: 0.3125rem;
      padding-left: 0.3125rem; } }
  @media print, screen and (min-width: 64em) {
    .column, .columns, body.no-flexbox .columns {
      padding-right: 0.5rem;
      padding-left: 0.5rem; } }

.column.row.row, .row.row.columns {
  float: none;
  display: block; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-up-1 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-1 > .column, .small-up-1 > .columns, body.no-flexbox .small-up-1 > .columns {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }

.small-up-2 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-2 > .column, .small-up-2 > .columns, body.no-flexbox .small-up-2 > .columns {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }

.small-up-3 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-3 > .column, .small-up-3 > .columns, body.no-flexbox .small-up-3 > .columns {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }

.small-up-4 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-4 > .column, .small-up-4 > .columns, body.no-flexbox .small-up-4 > .columns {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }

.small-up-5 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-5 > .column, .small-up-5 > .columns, body.no-flexbox .small-up-5 > .columns {
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    max-width: 20%; }

.small-up-6 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-6 > .column, .small-up-6 > .columns, body.no-flexbox .small-up-6 > .columns {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }

.small-up-7 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-7 > .column, .small-up-7 > .columns, body.no-flexbox .small-up-7 > .columns {
    -ms-flex: 0 0 14.28571%;
        flex: 0 0 14.28571%;
    max-width: 14.28571%; }

.small-up-8 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .small-up-8 > .column, .small-up-8 > .columns, body.no-flexbox .small-up-8 > .columns {
    -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
    max-width: 12.5%; }

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

.small-uncollapse > .column, .small-uncollapse > .columns, body.no-flexbox .small-uncollapse > .columns {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem; }

@media print, screen and (min-width: 40em) {
  .medium-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-1 > .column, .medium-up-1 > .columns, body.no-flexbox .medium-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .medium-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-2 > .column, .medium-up-2 > .columns, body.no-flexbox .medium-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .medium-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-3 > .column, .medium-up-3 > .columns, body.no-flexbox .medium-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .medium-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-4 > .column, .medium-up-4 > .columns, body.no-flexbox .medium-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .medium-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-5 > .column, .medium-up-5 > .columns, body.no-flexbox .medium-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .medium-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-6 > .column, .medium-up-6 > .columns, body.no-flexbox .medium-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .medium-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-7 > .column, .medium-up-7 > .columns, body.no-flexbox .medium-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .medium-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .medium-up-8 > .column, .medium-up-8 > .columns, body.no-flexbox .medium-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.medium-unstack > .column, .row.medium-unstack > .columns, body.no-flexbox .row.medium-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media print, screen and (min-width: 40em) {
    .row.medium-unstack > .column, .row.medium-unstack > .columns, body.no-flexbox .row.medium-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media print, screen and (min-width: 40em) {
  .medium-collapse > .column, .medium-collapse > .columns, body.no-flexbox .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns, body.no-flexbox .medium-uncollapse > .columns {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-1 > .column, .large-up-1 > .columns, body.no-flexbox .large-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .large-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-2 > .column, .large-up-2 > .columns, body.no-flexbox .large-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .large-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-3 > .column, .large-up-3 > .columns, body.no-flexbox .large-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .large-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-4 > .column, .large-up-4 > .columns, body.no-flexbox .large-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .large-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-5 > .column, .large-up-5 > .columns, body.no-flexbox .large-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .large-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-6 > .column, .large-up-6 > .columns, body.no-flexbox .large-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .large-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-7 > .column, .large-up-7 > .columns, body.no-flexbox .large-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .large-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .large-up-8 > .column, .large-up-8 > .columns, body.no-flexbox .large-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media print, screen and (min-width: 64em) and (min-width: 64em) {
  .large-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.large-unstack > .column, .row.large-unstack > .columns, body.no-flexbox .row.large-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media print, screen and (min-width: 64em) {
    .row.large-unstack > .column, .row.large-unstack > .columns, body.no-flexbox .row.large-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media print, screen and (min-width: 64em) {
  .large-collapse > .column, .large-collapse > .columns, body.no-flexbox .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns, body.no-flexbox .large-uncollapse > .columns {
    padding-right: 0.5rem;
    padding-left: 0.5rem; } }

@media screen and (min-width: 90em) {
  .xlarge-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xlarge-offset-0 {
    margin-left: 0%; }
  .xlarge-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .xlarge-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .xlarge-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .xlarge-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .xlarge-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .xlarge-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .xlarge-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .xlarge-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .xlarge-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .xlarge-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .xlarge-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .xlarge-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-1 > .column, .xlarge-up-1 > .columns, body.no-flexbox .xlarge-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .xlarge-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-2 > .column, .xlarge-up-2 > .columns, body.no-flexbox .xlarge-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .xlarge-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-3 > .column, .xlarge-up-3 > .columns, body.no-flexbox .xlarge-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .xlarge-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-4 > .column, .xlarge-up-4 > .columns, body.no-flexbox .xlarge-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .xlarge-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-5 > .column, .xlarge-up-5 > .columns, body.no-flexbox .xlarge-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .xlarge-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-6 > .column, .xlarge-up-6 > .columns, body.no-flexbox .xlarge-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .xlarge-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-7 > .column, .xlarge-up-7 > .columns, body.no-flexbox .xlarge-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .xlarge-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xlarge-up-8 > .column, .xlarge-up-8 > .columns, body.no-flexbox .xlarge-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 90em) and (min-width: 90em) {
  .xlarge-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.xlarge-unstack > .column, .row.xlarge-unstack > .columns, body.no-flexbox .row.xlarge-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media screen and (min-width: 90em) {
    .row.xlarge-unstack > .column, .row.xlarge-unstack > .columns, body.no-flexbox .row.xlarge-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media screen and (min-width: 90em) {
  .xlarge-collapse > .column, .xlarge-collapse > .columns, body.no-flexbox .xlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns, body.no-flexbox .xlarge-uncollapse > .columns {
    padding-right: 0.5rem;
    padding-left: 0.5rem; } }

@media screen and (min-width: 120.0625em) {
  .xxlarge-1 {
    -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .xxlarge-2 {
    -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .xxlarge-3 {
    -ms-flex: 0 0 25%;
        flex: 0 0 25%;
    max-width: 25%; }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .xxlarge-4 {
    -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .xxlarge-5 {
    -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .xxlarge-6 {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%; }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .xxlarge-7 {
    -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .xxlarge-8 {
    -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .xxlarge-9 {
    -ms-flex: 0 0 75%;
        flex: 0 0 75%;
    max-width: 75%; }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .xxlarge-10 {
    -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .xxlarge-11 {
    -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .xxlarge-12 {
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%; }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .xxlarge-up-1 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns, body.no-flexbox .xxlarge-up-1 > .columns {
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
      max-width: 100%; }
  .xxlarge-up-2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns, body.no-flexbox .xxlarge-up-2 > .columns {
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
      max-width: 50%; }
  .xxlarge-up-3 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns, body.no-flexbox .xxlarge-up-3 > .columns {
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
      max-width: 33.33333%; }
  .xxlarge-up-4 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns, body.no-flexbox .xxlarge-up-4 > .columns {
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
      max-width: 25%; }
  .xxlarge-up-5 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns, body.no-flexbox .xxlarge-up-5 > .columns {
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
      max-width: 20%; }
  .xxlarge-up-6 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns, body.no-flexbox .xxlarge-up-6 > .columns {
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
      max-width: 16.66667%; }
  .xxlarge-up-7 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns, body.no-flexbox .xxlarge-up-7 > .columns {
      -ms-flex: 0 0 14.28571%;
          flex: 0 0 14.28571%;
      max-width: 14.28571%; }
  .xxlarge-up-8 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns, body.no-flexbox .xxlarge-up-8 > .columns {
      -ms-flex: 0 0 12.5%;
          flex: 0 0 12.5%;
      max-width: 12.5%; } }

@media screen and (min-width: 120.0625em) and (min-width: 120.0625em) {
  .xxlarge-expand {
    -ms-flex: 1 1 0px;
        flex: 1 1 0px; } }

.row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns, body.no-flexbox .row.xxlarge-unstack > .columns {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%; }
  @media screen and (min-width: 120.0625em) {
    .row.xxlarge-unstack > .column, .row.xxlarge-unstack > .columns, body.no-flexbox .row.xxlarge-unstack > .columns {
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; } }

@media screen and (min-width: 120.0625em) {
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns, body.no-flexbox .xxlarge-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns, body.no-flexbox .xxlarge-uncollapse > .columns {
    padding-right: 0.5rem;
    padding-left: 0.5rem; } }

.shrink {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  max-width: 100%; }

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

body.no-flexbox .row {
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto; }
  body.no-flexbox .row::before, body.no-flexbox .row::after {
    display: table;
    content: ' ';
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -ms-flex-order: 1;
        order: 1; }
  body.no-flexbox .row::after {
    clear: both; }
  body.no-flexbox .row.collapse > .column, body.no-flexbox .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  body.no-flexbox .row .row {
    margin-right: -0.3125rem;
    margin-left: -0.3125rem; }
    @media print, screen and (min-width: 40em) {
      body.no-flexbox .row .row {
        margin-right: -0.3125rem;
        margin-left: -0.3125rem; } }
    @media print, screen and (min-width: 64em) {
      body.no-flexbox .row .row {
        margin-right: -0.5rem;
        margin-left: -0.5rem; } }
    @media screen and (min-width: 90em) {
      body.no-flexbox .row .row {
        margin-right: -0.5rem;
        margin-left: -0.5rem; } }
    @media screen and (min-width: 120.0625em) {
      body.no-flexbox .row .row {
        margin-right: -0.5rem;
        margin-left: -0.5rem; } }
    body.no-flexbox .row .row.collapse {
      margin-right: 0;
      margin-left: 0; }
  body.no-flexbox .row.expanded {
    max-width: none; }
    body.no-flexbox .row.expanded .row {
      margin-right: auto;
      margin-left: auto; }
  body.no-flexbox .row:not(.expanded) .row {
    max-width: none; }
  body.no-flexbox .row.gutter-small > .column, body.no-flexbox .row.gutter-small > .columns {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem; }
  body.no-flexbox .row.gutter-medium > .column, body.no-flexbox .row.gutter-medium > .columns {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem; }
  body.no-flexbox .row.gutter-large > .column, body.no-flexbox .row.gutter-large > .columns {
    padding-right: 0.5rem;
    padding-left: 0.5rem; }

body.no-flexbox .column, body.no-flexbox .columns {
  width: 100%;
  float: left;
  padding-right: 0.3125rem;
  padding-left: 0.3125rem; }
  @media print, screen and (min-width: 40em) {
    body.no-flexbox .column, body.no-flexbox .columns {
      padding-right: 0.3125rem;
      padding-left: 0.3125rem; } }
  @media print, screen and (min-width: 64em) {
    body.no-flexbox .column, body.no-flexbox .columns {
      padding-right: 0.5rem;
      padding-left: 0.5rem; } }
  body.no-flexbox .column, body.no-flexbox .columns, body.no-flexbox .column:last-child:not(:first-child), body.no-flexbox .columns:last-child:not(:first-child) {
    float: left;
    clear: none; }
  body.no-flexbox .column:last-child:not(:first-child), body.no-flexbox .columns:last-child:not(:first-child) {
    float: right; }
  body.no-flexbox .column.end:last-child:last-child, body.no-flexbox .end.columns:last-child:last-child {
    float: left; }

body.no-flexbox .column.row.row, body.no-flexbox .row.row.columns {
  float: none; }

body.no-flexbox .row .column.row.row, body.no-flexbox .row .row.row.columns {
  margin-right: 0;
  margin-left: 0;
  padding-right: 0;
  padding-left: 0; }

body.no-flexbox .small-1 {
  width: 8.33333%; }

body.no-flexbox .small-push-1 {
  position: relative;
  left: 8.33333%; }

body.no-flexbox .small-pull-1 {
  position: relative;
  left: -8.33333%; }

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

body.no-flexbox .small-2 {
  width: 16.66667%; }

body.no-flexbox .small-push-2 {
  position: relative;
  left: 16.66667%; }

body.no-flexbox .small-pull-2 {
  position: relative;
  left: -16.66667%; }

body.no-flexbox .small-offset-1 {
  margin-left: 8.33333%; }

body.no-flexbox .small-3 {
  width: 25%; }

body.no-flexbox .small-push-3 {
  position: relative;
  left: 25%; }

body.no-flexbox .small-pull-3 {
  position: relative;
  left: -25%; }

body.no-flexbox .small-offset-2 {
  margin-left: 16.66667%; }

body.no-flexbox .small-4 {
  width: 33.33333%; }

body.no-flexbox .small-push-4 {
  position: relative;
  left: 33.33333%; }

body.no-flexbox .small-pull-4 {
  position: relative;
  left: -33.33333%; }

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

body.no-flexbox .small-5 {
  width: 41.66667%; }

body.no-flexbox .small-push-5 {
  position: relative;
  left: 41.66667%; }

body.no-flexbox .small-pull-5 {
  position: relative;
  left: -41.66667%; }

body.no-flexbox .small-offset-4 {
  margin-left: 33.33333%; }

body.no-flexbox .small-6 {
  width: 50%; }

body.no-flexbox .small-push-6 {
  position: relative;
  left: 50%; }

body.no-flexbox .small-pull-6 {
  position: relative;
  left: -50%; }

body.no-flexbox .small-offset-5 {
  margin-left: 41.66667%; }

body.no-flexbox .small-7 {
  width: 58.33333%; }

body.no-flexbox .small-push-7 {
  position: relative;
  left: 58.33333%; }

body.no-flexbox .small-pull-7 {
  position: relative;
  left: -58.33333%; }

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

body.no-flexbox .small-8 {
  width: 66.66667%; }

body.no-flexbox .small-push-8 {
  position: relative;
  left: 66.66667%; }

body.no-flexbox .small-pull-8 {
  position: relative;
  left: -66.66667%; }

body.no-flexbox .small-offset-7 {
  margin-left: 58.33333%; }

body.no-flexbox .small-9 {
  width: 75%; }

body.no-flexbox .small-push-9 {
  position: relative;
  left: 75%; }

body.no-flexbox .small-pull-9 {
  position: relative;
  left: -75%; }

body.no-flexbox .small-offset-8 {
  margin-left: 66.66667%; }

body.no-flexbox .small-10 {
  width: 83.33333%; }

body.no-flexbox .small-push-10 {
  position: relative;
  left: 83.33333%; }

body.no-flexbox .small-pull-10 {
  position: relative;
  left: -83.33333%; }

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

body.no-flexbox .small-11 {
  width: 91.66667%; }

body.no-flexbox .small-push-11 {
  position: relative;
  left: 91.66667%; }

body.no-flexbox .small-pull-11 {
  position: relative;
  left: -91.66667%; }

body.no-flexbox .small-offset-10 {
  margin-left: 83.33333%; }

body.no-flexbox .small-12 {
  width: 100%; }

body.no-flexbox .small-offset-11 {
  margin-left: 91.66667%; }

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

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

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

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

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

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

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

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

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

body.no-flexbox .small-collapse .row {
  margin-right: 0;
  margin-left: 0; }

body.no-flexbox .expanded.row .small-collapse.row {
  margin-right: 0;
  margin-left: 0; }

body.no-flexbox .small-uncollapse > .column, body.no-flexbox .small-uncollapse > .columns {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem; }

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

body.no-flexbox .small-uncentered, body.no-flexbox .small-push-0, body.no-flexbox .small-pull-0 {
  position: static;
  margin-right: 0;
  margin-left: 0; }
  body.no-flexbox .small-uncentered, body.no-flexbox .small-uncentered:last-child:not(:first-child), body.no-flexbox .small-push-0, body.no-flexbox .small-push-0:last-child:not(:first-child), body.no-flexbox .small-pull-0, body.no-flexbox .small-pull-0:last-child:not(:first-child) {
    float: left;
    clear: none; }
  body.no-flexbox .small-uncentered:last-child:not(:first-child), body.no-flexbox .small-push-0:last-child:not(:first-child), body.no-flexbox .small-pull-0:last-child:not(:first-child) {
    float: right; }

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

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

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

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

body.no-flexbox .column-block {
  margin-bottom: 0.625rem; }
  body.no-flexbox .column-block > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    body.no-flexbox .column-block {
      margin-bottom: 0.625rem; }
      body.no-flexbox .column-block > :last-child {
        margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    body.no-flexbox .column-block {
      margin-bottom: 1rem; }
      body.no-flexbox .column-block > :last-child {
        margin-bottom: 0; } }

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: inherit;
  text-rendering: optimizeLegibility; }

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Crimson Text", serif;
  font-style: normal;
  font-weight: bold;
  color: #0FB4C3;
  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: 1.75rem;
  line-height: 1.1666;
  margin-top: 0;
  margin-bottom: 0.5rem; }

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 2.25rem; }
  h2, .h2 {
    font-size: 2rem; }
  h3, .h3 {
    font-size: 1.875rem; }
  h4, .h4 {
    font-size: 1.25rem; }
  h5, .h5 {
    font-size: 1.125rem; }
  h6, .h6 {
    font-size: 1rem; } }

@media print, screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 2.25rem; }
  h2, .h2 {
    font-size: 2rem; }
  h3, .h3 {
    font-size: 1.75rem; }
  h4, .h4 {
    font-size: 1.625rem; }
  h5, .h5 {
    font-size: 1.5rem; }
  h6, .h6 {
    font-size: 1.375rem; } }

@media screen and (min-width: 120.0625em) {
  h1, .h1 {
    font-size: 2.75rem; }
  h2, .h2 {
    font-size: 2.375rem; }
  h3, .h3 {
    font-size: 2rem; }
  h4, .h4 {
    font-size: 1.75rem; }
  h5, .h5 {
    font-size: 1.625rem; }
  h6, .h6 {
    font-size: 1.5rem; } }

a {
  line-height: inherit;
  color: #333333;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #2c2c2c; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: 80rem;
  height: 0;
  margin: 1.25rem 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: inherit; }

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: inherit;
    color: #8a8a8a; }

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

figure {
  margin: 0; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #333333;
  border-radius: 4px; }

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

.lead {
  font-size: 125%;
  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; }

.cite-block, cite {
  display: block;
  color: #8a8a8a;
  font-size: 0.8125rem; }
  .cite-block:before, cite:before {
    content: "— "; }

.code-inline, code {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.125rem 0.3125rem 0.0625rem; }

.code-block {
  border: 1px solid #cacaca;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #333333;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem; }

.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: 64em) {
  .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: 90em) {
  .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: 120.0625em) {
  .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;
    color: black !important;
    color-adjust: economy;
    box-shadow: none !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; } }

.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 0.665rem 1rem 0.72rem;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out, opacity 0.25s ease-out;
  font-family: inherit;
  font-size: 1rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.9rem; }
  .button.large {
    font-size: 1.15rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
    background-color: #3CA1AC;
    color: #fff; }
  .button:hover, .button:focus {
    background-color: #338992;
    color: #fff; }
  .button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
    background-color: #3CA1AC;
    color: #333333; }
  .button.primary:hover, .button.primary:focus {
    background-color: #30818a;
    color: #333333; }
  .button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
    background-color: #F7941E;
    color: #333333; }
  .button.secondary:hover, .button.secondary:focus {
    background-color: #d67808;
    color: #333333; }
  .button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
    background-color: #8DC63F;
    color: #333333; }
  .button.success:hover, .button.success:focus {
    background-color: #71a130;
    color: #333333; }
  .button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
    background-color: #ffae00;
    color: #333333; }
  .button.warning:hover, .button.warning:focus {
    background-color: #cc8b00;
    color: #333333; }
  .button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
    background-color: #cc4b37;
    color: #fff; }
  .button.alert:hover, .button.alert:focus {
    background-color: #a53b2a;
    color: #fff; }
  .button.hollow, .button.hollow:hover, .button.hollow:focus, .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, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
    border: 1px solid #3CA1AC;
    color: #3CA1AC; }
  .button.hollow:hover, .button.hollow:focus {
    border-color: #1e5156;
    color: #1e5156; }
  .button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
    border: 1px solid #3CA1AC;
    color: #3CA1AC; }
  .button.hollow.primary:hover, .button.hollow.primary:focus {
    border-color: #1e5156;
    color: #1e5156; }
  .button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
    border: 1px solid #F7941E;
    color: #F7941E; }
  .button.hollow.secondary:hover, .button.hollow.secondary:focus {
    border-color: #864b05;
    color: #864b05; }
  .button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
    border: 1px solid #8DC63F;
    color: #8DC63F; }
  .button.hollow.success:hover, .button.hollow.success:focus {
    border-color: #47651e;
    color: #47651e; }
  .button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
    border: 1px solid #ffae00;
    color: #ffae00; }
  .button.hollow.warning:hover, .button.hollow.warning:focus {
    border-color: #805700;
    color: #805700; }
  .button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
    border: 1px solid #cc4b37;
    color: #cc4b37; }
  .button.hollow.alert:hover, .button.hollow.alert:focus {
    border-color: #67251a;
    color: #67251a; }
  .button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
    border-color: transparent;
    background-color: transparent; }
  .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
    color: #3CA1AC; }
  .button.clear:hover, .button.clear:focus {
    color: #1e5156; }
  .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
    color: #3CA1AC; }
  .button.clear.primary:hover, .button.clear.primary:focus {
    color: #1e5156; }
  .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
    color: #F7941E; }
  .button.clear.secondary:hover, .button.clear.secondary:focus {
    color: #864b05; }
  .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
    color: #8DC63F; }
  .button.clear.success:hover, .button.clear.success:focus {
    color: #47651e; }
  .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
    color: #ffae00; }
  .button.clear.warning:hover, .button.clear.warning:focus {
    color: #805700; }
  .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
    color: #cc4b37; }
  .button.clear.alert:hover, .button.clear.alert:focus {
    color: #67251a; }
  .button.disabled, .button[disabled] {
    opacity: 0.5;
    cursor: not-allowed; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1rem; }
  .button.dropdown.hollow::after, .button.dropdown.clear::after {
    border-top-color: #3CA1AC; }
  .button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
    border-top-color: #3CA1AC; }
  .button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
    border-top-color: #F7941E; }
  .button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
    border-top-color: #8DC63F; }
  .button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
    border-top-color: #ffae00; }
  .button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
    border-top-color: #cc4b37; }
  .button.arrow-only::after {
    top: -0.1em;
    float: none;
    margin-left: 0; }

a.button:hover, a.button:focus {
  text-decoration: 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 {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.6625rem;
  margin: 0 0 1.125rem;
  padding: 0.5625rem;
  border: none;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: none;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  color: #707070;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: none;
    background-color: #fff;
    box-shadow: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
          appearance: none;
  border-radius: 4px; }

input[type='search'] {
  box-sizing: border-box; }

:-ms-input-placeholder {
  color: inherit; }

::placeholder {
  color: inherit; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 1.125rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.5625rem;
  margin-right: 1.125rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.5625rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.8;
  color: inherit; }
  label.middle {
    margin: 0 0 1.125rem;
    padding: 0.5625rem 0; }

.help-text {
  margin-top: -0.5625rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333333; }

.input-group {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 1.125rem;
  -ms-flex-align: stretch;
      align-items: stretch; }
  .input-group > :first-child, .input-group > :first-child.input-group-button > * {
    border-radius: 4px 0 0 4px; }
  .input-group > :last-child, .input-group > :last-child.input-group-button > * {
    border-radius: 0 4px 4px 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #333333;
  text-align: center;
  white-space: nowrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  -ms-flex-align: center;
      align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  -ms-flex: 1 1 0px;
      flex: 1 1 0px;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 1rem; }

fieldset {
  margin: 0;
  padding: 0;
  border: 0; }

legend {
  max-width: 100%;
  margin-bottom: 0.5625rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #cacaca; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.6625rem;
  margin: 0 0 1.125rem;
  padding: 0.5625rem;
  -webkit-appearance: none;
          appearance: none;
  border: none;
  border-radius: 4px;
  background-color: #fff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  color: #707070;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' version='1.1' width='32' height='24' viewBox='0 0 32 24'><polygon points='0,0 32,0 16,24' style='fill: rgb%28138, 138, 138%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1.125rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.6875rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: none;
    background-color: #fff;
    box-shadow: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #e6e6e6;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }
  select:not([multiple]) {
    padding-top: 0;
    padding-bottom: 0; }

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: #faedeb; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #cc4b37; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #cc4b37; }

.is-invalid-label {
  color: #cc4b37; }

.form-error {
  display: none;
  margin-top: -0.5625rem;
  margin-bottom: 1.125rem;
  font-size: 0.75rem;
  font-weight: 500;
  color: #cc4b37; }
  .form-error.is-visible {
    display: block; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 4px; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f2f2f2;
    background-color: #fff; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 500; }
  thead {
    background: #f9f9f9;
    color: #333333; }
  tfoot {
    background: #f2f2f2;
    color: #333333; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: 500;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }
  tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #f2f2f2; }
  table.unstriped tbody {
    background-color: #fff; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f2f2f2;
      background-color: #fff; }

@media print, screen and (max-width: 63.99875em) {
  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; }

.align-left {
  -ms-flex-pack: start;
      justify-content: flex-start; }

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

.align-center {
  -ms-flex-pack: center;
      justify-content: center; }

.align-justify {
  -ms-flex-pack: justify;
      justify-content: space-between; }

.align-spaced {
  -ms-flex-pack: distribute;
      justify-content: space-around; }

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

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

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

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

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

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

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

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

.align-self-middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

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

.align-self-stretch {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch; }

.align-center-middle {
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center; }

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .medium-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .medium-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .medium-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .medium-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .medium-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

@media print, screen and (min-width: 64em) {
  .large-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .large-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .large-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .large-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .large-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .large-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

@media screen and (min-width: 90em) {
  .xlarge-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .xlarge-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .xlarge-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .xlarge-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .xlarge-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .xlarge-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

@media screen and (min-width: 120.0625em) {
  .xxlarge-order-1 {
    -ms-flex-order: 1;
        order: 1; }
  .xxlarge-order-2 {
    -ms-flex-order: 2;
        order: 2; }
  .xxlarge-order-3 {
    -ms-flex-order: 3;
        order: 3; }
  .xxlarge-order-4 {
    -ms-flex-order: 4;
        order: 4; }
  .xxlarge-order-5 {
    -ms-flex-order: 5;
        order: 5; }
  .xxlarge-order-6 {
    -ms-flex-order: 6;
        order: 6; } }

.flex-container {
  display: -ms-flexbox;
  display: flex; }

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: -ms-flexbox;
    display: flex; }
  .medium-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .medium-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
  .medium-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: -ms-flexbox;
    display: flex; }
  .large-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .large-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .large-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
  .large-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row; }
  .large-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .large-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column; }
  .large-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

@media screen and (min-width: 90em) {
  .xlarge-flex-container {
    display: -ms-flexbox;
    display: flex; }
  .xlarge-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .xlarge-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .xlarge-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
  .xlarge-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row; }
  .xlarge-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .xlarge-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column; }
  .xlarge-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

@media screen and (min-width: 120.0625em) {
  .xxlarge-flex-container {
    display: -ms-flexbox;
    display: flex; }
  .xxlarge-flex-child-auto {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .xxlarge-flex-child-grow {
    -ms-flex: 1 0 auto;
        flex: 1 0 auto; }
  .xxlarge-flex-child-shrink {
    -ms-flex: 0 1 auto;
        flex: 0 1 auto; }
  .xxlarge-flex-dir-row {
    -ms-flex-direction: row;
        flex-direction: row; }
  .xxlarge-flex-dir-row-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse; }
  .xxlarge-flex-dir-column {
    -ms-flex-direction: column;
        flex-direction: column; }
  .xxlarge-flex-dir-column-reverse {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?bidw1k");
  src: url("../fonts/icomoon.eot?bidw1k#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?bidw1k") format("truetype"), url("../fonts/icomoon.woff?bidw1k") format("woff"), url("../fonts/icomoon.svg?bidw1k#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-mail-reply:before {
  content: "\e900"; }

.icon-instagram:before {
  content: "\e901"; }

.icon-facebook:before {
  content: "\e902"; }

.icon-brand:before {
  content: "\e902"; }

.icon-social:before {
  content: "\e902"; }

.icon-checkmark:before {
  content: "\e903"; }

.icon-chevron-right:before {
  content: "\e904"; }

.icon-cart:before {
  content: "\e905"; }

.icon-chevron-left:before {
  content: "\e906"; }

.icon-minus:before {
  content: "\e907"; }

.icon-chevron-down:before {
  content: "\e908"; }

.icon-chevron-up:before {
  content: "\e909"; }

.icon-play-circle:before {
  content: "\e90a"; }

.icon-chevron-down1:before {
  content: "\e90b"; }

.icon-chevron-up1:before {
  content: "\e90c"; }

.icon-Search-Icon:before {
  content: "\e90e"; }

.icon-SignInRegister-Icon:before {
  content: "\e910"; }

.icon-facebook1:before {
  content: "\ea90"; }

.icon-twitter:before {
  content: "\ea96"; }

.icon-linkedin2:before {
  content: "\eaca"; }

.icon-pinterest:before {
  content: "\f0d2"; }

.icon-youtube:before {
  content: "\f167"; }

@media print, screen and (max-width: 39.99875em) {
  html {
    font-size: 87.5%; } }

@media screen and (min-width: 120.0625em) {
  html {
    font-size: 112.5%; } }

html, body {
  height: 100%;
  scroll-behavior: smooth; }

nav ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.page-wrapper {
  overflow: hidden; }

a {
  transition: color .25s ease-out; }

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  border: none; }

div.wpcf7-response-output {
  border: none;
  margin: 20px 0 0 0;
  padding: 0;
  text-align: center; }

iframe {
  max-width: 100%; }

@media print, screen and (min-width: 40em) {
  .row {
    max-width: 40rem; } }

@media print, screen and (min-width: 64em) {
  .row {
    max-width: 80rem; } }

@media screen and (min-width: 120.0625em) {
  .row {
    max-width: 98.75rem; } }

.action-link {
  display: inline-block;
  position: relative;
  padding-right: 1.25em; }
  .action-link:after {
    position: absolute;
    font-size: 1.25em;
    top: 50%;
    line-height: 1;
    right: 0;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    content: '\e904';
    font-family: 'icomoon'; }

.mobile-menu-toggle {
  float: left;
  width: 25px;
  height: 25px;
  position: relative; }
  .mobile-menu-toggle span {
    transition: opacity .25s ease-out;
    position: absolute;
    top: 11px;
    left: 0;
    width: 100%;
    border-top: 3px solid; }
    .mobile-menu-visible .mobile-menu-toggle span {
      opacity: 0; }
  .mobile-menu-toggle:after {
    transition: all .25s ease-out;
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 100%;
    border-bottom: 3px solid; }
    .mobile-menu-visible .mobile-menu-toggle:after {
      top: 11px;
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
  .mobile-menu-toggle:before {
    transition: all .25s ease-out;
    content: '';
    position: absolute;
    bottom: 4px;
    left: 0;
    width: 100%;
    border-top: 3px solid; }
    .mobile-menu-visible .mobile-menu-toggle:before {
      bottom: 11px;
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg); }
  @media print, screen and (min-width: 64em) {
    .mobile-menu-toggle {
      display: none; } }

.sample-link {
  color: #309FAB;
  font-weight: 500; }
  .sample-link:hover {
    color: #2F8C96; }

.back-nav {
  color: #707070;
  font-size: 0.875rem;
  padding: 3.5em 0 2.5em;
  text-align: center; }
  @media screen and (min-width: 120.0625em) {
    .back-nav {
      font-size: 1rem; } }
  .back-nav a {
    color: inherit;
    position: relative;
    padding-left: 20px;
    display: inline-block; }
    .back-nav a:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      width: 14px;
      height: 14px;
      background: url(../img/chevron-left-gray.svg) no-repeat center;
      background-size: 15px auto;
      margin-top: -8px; }

.popup-content {
  text-align: center;
  max-width: 800px;
  padding: 2em 1em 1em; }
  .popup-content .popup-title {
    margin-bottom: 0.5em; }
  .popup-content .button {
    margin-top: 1em; }

.regular-page-container {
  padding: 5em 0;
  text-align: center; }

.regular-content {
  margin-bottom: 2em; }

body.page-template-default main,
body.single-product-description main {
  padding: 3em 0; }

body.faq-help-extras-template-default main {
  padding-bottom: 2em; }

.page-title {
  text-align: center;
  margin-bottom: 1em; }

.card-item {
  transition: box-shadow .25s ease-out;
  padding: 10px;
  text-align: center;
  margin-bottom: 0.5em;
  border-radius: 8px; }
  @media print, screen and (min-width: 40em) {
    .card-item {
      margin-bottom: 1.5em;
      padding: 14px; } }
  @media print, screen and (min-width: 64em) {
    .card-item {
      padding: 1.25em; } }
  @media screen and (min-width: 120.0625em) {
    .card-item {
      padding: 1.5em; } }
  .card-item:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16); }
    .card-item:hover .card-item--image .image-placeholder,
    .card-item:hover .card-item--image img {
      box-shadow: 2px 3px 4px rgba(0, 0, 0, 0); }
  .card-item--image img {
    transition: box-shadow .2s ease-out;
    box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.25); }
  .card-item--meta {
    padding: 1em 0 .5em; }
    @media print, screen and (min-width: 64em) {
      .card-item--meta {
        padding: 1.5em 0 .5em; } }
  .card-item--title {
    font-size: 0.875rem;
    font-family: "Rubik", Arial, sans-serif;
    font-weight: 500;
    margin-bottom: 0.75em;
    text-align: center; }
    @media print, screen and (min-width: 64em) {
      .card-item--title {
        font-size: 1.125rem; } }
    @media screen and (min-width: 120.0625em) {
      .card-item--title {
        font-size: 1.25rem; } }
  .card-item--subtitle {
    color: #707070; }

h1.sans-serif, .h1.sans-serif,
h2.sans-serif, .h2.sans-serif,
h3.sans-serif, .h3.sans-serif,
h4.sans-serif, .h4.sans-serif,
h5.sans-serif, .h5.sans-serif,
h6.sans-serif, .h6.sans-serif {
  font-family: "Rubik", Arial, sans-serif;
  font-weight: 500; }

h1.green, .h1.green,
h2.green, .h2.green,
h3.green, .h3.green,
h4.green, .h4.green,
h5.green, .h5.green,
h6.green, .h6.green {
  color: #7CB134; }

h1.black, .h1.black,
h2.black, .h2.black,
h3.black, .h3.black,
h4.black, .h4.black,
h5.black, .h5.black,
h6.black, .h6.black {
  color: #333333; }

div.wpcf7 .wpcf7-form {
  position: relative;
  margin-bottom: 10px; }
  div.wpcf7 .wpcf7-form .ajax-loader {
    position: absolute;
    top: 50%;
    right: -20px;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%); }

div.wpcf7 p::before, div.wpcf7 p::after {
  display: table;
  content: ' ';
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-order: 1;
      order: 1; }

div.wpcf7 p::after {
  clear: both; }

.responsive-iframe {
  position: relative; }
  .responsive-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.coming-soon-label {
  background-color: #8DC63F;
  color: #fff;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.1875;
  border-radius: 4px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: inline-block;
  max-width: 115px;
  text-align: center;
  padding: .35em .5em .3em; }
  @media screen and (min-width: 120.0625em) {
    .coming-soon-label {
      font-size: 1rem; } }

.image-placeholder {
  transition: box-shadow .2s ease-out;
  background-color: #F4F1ED;
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.25); }
  .image-placeholder:after {
    content: '';
    padding-bottom: 100%;
    display: block; }

.button.blue {
  background-color: #0FB4C3;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  .button.blue:active, .button.blue:focus, .button.blue:hover {
    background-color: #309FAB;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }

.button.green {
  background-color: #8DC63F;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  .button.green:active, .button.green:focus, .button.green:hover {
    background-color: #7CB134;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }

.button.gray {
  background-color: #8a8a8a;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
  .button.gray:active, .button.gray:focus, .button.gray:hover {
    background-color: #858585;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }

.bold-list {
  list-style: none;
  color: #7CB134;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.45;
  margin: 0; }

.footer .social-links {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
  font-size: 17px; }
  @media print, screen and (min-width: 64em) {
    .footer .social-links {
      -ms-flex-pack: end;
          justify-content: flex-end;
      margin: 0; } }
  .footer .social-links li + li {
    margin-left: 10px; }
  .footer .social-links a {
    transition: opacity .25s ease-out;
    display: block;
    padding: 6px;
    width: 30px;
    height: 30px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background-color: #7CB134; }
    .footer .social-links a:hover {
      opacity: 0.8; }

.footer .bottom-bar {
  background-color: #E2DFE3;
  padding: 14px 0 15px;
  color: #333333; }
  @media print, screen and (min-width: 64em) {
    .footer .bottom-bar {
      padding: 7px 0 8px; } }
  .footer .bottom-bar .copyright {
    margin: 0 0 8px;
    text-align: center; }
    @media print, screen and (min-width: 64em) {
      .footer .bottom-bar .copyright {
        text-align: left;
        margin: 0; } }
  .footer .bottom-bar nav .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center; }
    @media print, screen and (min-width: 64em) {
      .footer .bottom-bar nav .menu {
        -ms-flex-pack: end;
            justify-content: flex-end; } }
    .footer .bottom-bar nav .menu li + li {
      margin-left: 35px; }
      @media (min-width: 1320px) {
        .footer .bottom-bar nav .menu li + li {
          margin-left: 45px; } }
    .footer .bottom-bar nav .menu a:hover {
      text-decoration: underline; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 0 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

.pagination {
  text-align: center;
  padding: 0 50px;
  position: relative;
  font-size: 0.875rem; }
  @media print, screen and (min-width: 40em) {
    .pagination {
      padding: 0 75px;
      font-size: 1rem; } }
  @media print, screen and (min-width: 64em) {
    .pagination {
      padding: 0 100px;
      font-size: 1.125rem; } }
  .pagination .prev {
    position: absolute;
    top: 0;
    left: 0; }
  .pagination .next {
    position: absolute;
    top: 0;
    right: 0; }
  .pagination a, .pagination span {
    color: #707070;
    min-width: 35px;
    padding: 5px;
    display: inline-block;
    margin: 0 10px;
    border: 1px solid transparent; }
    @media print, screen and (min-width: 40em) {
      .pagination a, .pagination span {
        min-width: 40px; } }
  .pagination .current {
    border-color: #707070;
    border-radius: 4px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  outline: none;
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots button {
  text-indent: -9999px; }

@font-face {
  font-family: 'Catalina Clemente';
  src: url("../fonts/catalina_clemente.woff2") format("woff2"), url("../fonts/catalina_clemente.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'LovelyBarthy';
  src: url("../fonts/lovelybarthy-regular.woff2") format("woff2"), url("../fonts/lovelybarthy-regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

body {
  background-color: #F4F2F5; }

.section-title {
  font-family: "Catalina Clemente";
  color: #8A5CAC;
  text-align: center;
  font-size: 52px;
  font-weight: normal;
  margin: 0 0 0.5em; }
  @media (min-width: 1024px) {
    .section-title {
      font-size: 55px; } }
  @media (min-width: 1320px) {
    .section-title {
      font-size: 65px; } }
  .section-title a {
    color: inherit; }

.blog-section {
  margin-bottom: 65px; }
  @media (min-width: 1024px) {
    .blog-section {
      margin-bottom: 80px; } }
  .blog-section.blog-search-results {
    padding-top: 60px; }
  @media (max-width: 1023px) {
    .blog-section.recent-posts .column:nth-child(3), .blog-section.recent-posts .columns:nth-child(3) {
      display: none; } }

h1, h2, h3, h4, h5, h6 {
  font-family: "Rubik", Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 1em; }

.slick-arrow {
  width: 42px;
  height: 42px;
  border: 3px solid #fff;
  border-radius: 50%;
  top: 50%;
  position: absolute;
  margin-top: -21px;
  background-color: rgba(0, 0, 0, 0.25); }
  .slick-arrow:before {
    font-family: icomoon;
    font-size: 30px;
    color: #fff; }
  .slick-arrow.slick-prev:before {
    content: '\e906'; }
  .slick-arrow.slick-next:before {
    content: '\e904'; }

.slick-dots {
  display: block;
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0; }

@media (min-width: 768px) {
  .row {
    max-width: 640px;
    margin: 0 auto; } }

@media (min-width: 1024px) {
  .row {
    max-width: 920px; } }

@media (min-width: 1320px) {
  .row {
    max-width: 1280px; } }

@media (max-width: 1023px) {
  .row.wide-row {
    max-width: 100%; }
    .row.wide-row.column, .row.wide-row.columns {
      padding: 0; } }

.column, .columns, body.no-flexbox .columns {
  padding: 0 20px; }

@media (max-width: 639px) {
  .recent-posts .slick-list .column, .recent-posts .slick-list .columns {
    padding: 0 10px; } }

.header {
  position: relative;
  z-index: 10;
  background-color: #fff; }
  .header .skip-links .skip-link {
    padding: 5px 10px;
    background-color: #F4F1ED;
    border: 1px solid #333333;
    border-radius: 5px;
    z-index: 999;
    position: absolute;
    top: 10px;
    left: 5%;
    -ms-transform: translateY(-200%);
        transform: translateY(-200%);
    transition: transform 0.3s ease-in-out; }
    .header .skip-links .skip-link:focus {
      -ms-transform: translateY(0);
          transform: translateY(0); }
  .header .top-bar {
    max-width: 1440px;
    margin: 0 auto;
    padding: 10px 0 10px;
    text-align: center; }
    @media (min-width: 640px) {
      .header .top-bar {
        padding: 20px 0 10px; } }
    @media (min-width: 1320px) {
      .header .top-bar {
        padding: 25px 0 15px; } }
    .header .top-bar .row {
      width: 100%; }
    .header .top-bar .main-logo img {
      width: 115px; }
      @media (min-width: 1024px) {
        .header .top-bar .main-logo img {
          width: 194px; } }
    .header .top-bar .blog-logo {
      display: inline-block;
      position: relative; }
      .header .top-bar .blog-logo span:first-child {
        color: #8A5CAC;
        font-size: 36px;
        font-family: "LovelyBarthy"; }
        @media (min-width: 768px) {
          .header .top-bar .blog-logo span:first-child {
            font-size: 52px; } }
        @media (min-width: 1024px) {
          .header .top-bar .blog-logo span:first-child {
            font-size: 80px; } }
        @media (min-width: 1320px) {
          .header .top-bar .blog-logo span:first-child {
            font-size: 100px; } }
      .header .top-bar .blog-logo span:last-child {
        position: absolute;
        text-transform: uppercase;
        font-size: 9px;
        bottom: 1em;
        right: 0;
        letter-spacing: 0.025em; }
        @media (min-width: 768px) {
          .header .top-bar .blog-logo span:last-child {
            font-size: 12px; } }
        @media (min-width: 1024px) {
          .header .top-bar .blog-logo span:last-child {
            font-size: 18px; } }
        @media (min-width: 1320px) {
          .header .top-bar .blog-logo span:last-child {
            font-size: 24px; } }
    .header .top-bar .mobile-toggle-items {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      .header .top-bar .mobile-toggle-items a {
        color: #747474; }
      @media (min-width: 1024px) {
        .header .top-bar .mobile-toggle-items {
          display: none; } }
    .header .top-bar .search-form {
      display: none; }
      @media (min-width: 1024px) {
        .header .top-bar .search-form {
          display: block; } }
  .header .blog-main-nav {
    font-size: 14px;
    display: none; }
    @media (min-width: 1024px) {
      .header .blog-main-nav {
        display: block; } }
    @media (min-width: 1320px) {
      .header .blog-main-nav {
        font-size: 16px; } }
    .header .blog-main-nav .menu {
      padding: 10px 0;
      font-weight: 400;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      text-transform: uppercase; }
      @media (min-width: 1320px) {
        .header .blog-main-nav .menu {
          padding: 15px 0; } }
      .header .blog-main-nav .menu li {
        padding: 0 28px; }
        @media (min-width: 1320px) {
          .header .blog-main-nav .menu li {
            padding: 0 32px; } }
        .header .blog-main-nav .menu li.current-menu-item a {
          color: #8A5CAC;
          font-weight: 500; }
      .header .blog-main-nav .menu a {
        color: #747474; }

.search-form {
  padding: 20px 0;
  position: relative; }
  .search-form input {
    margin: 0;
    padding-left: 45px; }
  .search-form:before {
    color: #8A5CAC;
    content: '\e90e';
    top: 50%;
    left: 10px;
    font-family: icomoon;
    font-size: 24px;
    position: absolute;
    -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    line-height: 1; }

.mobile-menu-container {
  transition: transform .25s ease-out;
  background-color: #F7F7F7;
  padding: 145px 20px 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  -ms-transform: translateY(-100%);
      transform: translateY(-100%);
  overflow: hidden; }
  .mobile-menu-visible .mobile-menu-container {
    -ms-transform: translateY(0);
        transform: translateY(0); }
  @media (min-width: 640px) {
    .mobile-menu-container {
      padding-top: 110px; } }
  @media (min-width: 1024px) {
    .mobile-menu-container {
      display: none; } }
  .mobile-menu-container .mobile-nav {
    font-size: 18px;
    text-align: center;
    text-transform: uppercase; }
    .mobile-menu-container .mobile-nav .menu {
      font-weight: 400;
      text-transform: uppercase; }
      .mobile-menu-container .mobile-nav .menu li {
        padding: 10px 0; }
        .mobile-menu-container .mobile-nav .menu li.current-menu-item a {
          color: #8A5CAC;
          font-weight: 500; }
      .mobile-menu-container .mobile-nav .menu a {
        color: #747474; }

.footer {
  color: #747474; }
  .footer a {
    color: inherit; }
  .footer .top-bar {
    background-color: #fff;
    padding: 30px 0; }
    @media (min-width: 640px) {
      .footer .top-bar {
        padding-top: 0; } }
    .footer .top-bar h4 {
      font-size: 24px;
      margin-bottom: 30px;
      letter-spacing: 0.02em;
      text-transform: uppercase;
      font-family: "Rubik", Arial, sans-serif;
      font-weight: normal;
      color: #309FAB; }
      @media (min-width: 1320px) {
        .footer .top-bar h4 {
          font-size: 32px; } }
    .footer .top-bar nav {
      font-size: 14px;
      line-height: 1.22;
      white-space: nowrap; }
      @media (min-width: 1320px) {
        .footer .top-bar nav {
          font-size: 18px; } }
      .footer .top-bar nav li {
        margin-bottom: .75em; }
    @media (min-width: 640px) {
      .footer .top-bar .top-bar-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    @media (min-width: 1024px) {
      .footer .top-bar .top-bar-container {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; } }
    .footer .top-bar .top-bar-column {
      padding: 20px 25px;
      border-top: 1px solid #B58BD5; }
      @media (min-width: 640px) {
        .footer .top-bar .top-bar-column {
          width: 33.33%;
          border-top: none;
          border-right: 1px solid #B58BD5; } }
      @media (min-width: 1024px) {
        .footer .top-bar .top-bar-column {
          width: auto; } }
      @media (min-width: 1320px) {
        .footer .top-bar .top-bar-column {
          padding: 20px 64px; } }
      .footer .top-bar .top-bar-column:first-child {
        padding-left: 16px;
        padding-right: 16px;
        width: 100%;
        border-top: none; }
        @media (max-width: 1023px) {
          .footer .top-bar .top-bar-column:first-child {
            border-right: none; } }
        @media (min-width: 1024px) {
          .footer .top-bar .top-bar-column:first-child {
            width: 35%; } }
        .footer .top-bar .top-bar-column:first-child .menu {
          column-count: 2; }
          @media (min-width: 640px) {
            .footer .top-bar .top-bar-column:first-child .menu {
              column-count: 3; } }
          @media (min-width: 1024px) {
            .footer .top-bar .top-bar-column:first-child .menu {
              column-count: 2; } }
      .footer .top-bar .top-bar-column:last-child {
        padding-right: 16px;
        border-right: none; }
  .footer .middle-bar {
    padding: 30px 0 35px;
    text-align: center; }
    @media print, screen and (min-width: 64em) {
      .footer .middle-bar {
        text-align: left;
        padding: 40px 0 45px; } }
    .footer .middle-bar .logo img {
      width: 228px; }
      @media (min-width: 1320px) {
        .footer .middle-bar .logo img {
          width: 342px; } }
  .footer .social-links a {
    background-color: #8A5CAC; }

.slider {
  margin: 0 auto 20px;
  max-width: 1280px; }
  .slider .slick-arrow {
    z-index: 1;
    margin-top: -68px; }
    @media (min-width: 1320px) {
      .slider .slick-arrow {
        margin-top: -88px; } }
  .slider .slick-prev {
    left: 40px; }
    @media (min-width: 1320px) {
      .slider .slick-prev {
        left: 70px; } }
  .slider .slick-next {
    right: 40px; }
    @media (min-width: 1320px) {
      .slider .slick-next {
        right: 70px; } }
  .slider .slide {
    position: relative;
    background-size: cover;
    background-position: center;
    margin-bottom: 40px; }
    @media (min-width: 640px) {
      .slider .slide {
        margin-bottom: 50px; } }
    .slider .slide:before {
      content: '';
      display: block;
      padding-bottom: 100%; }
      @media (min-width: 640px) {
        .slider .slide:before {
          padding-bottom: 56%; } }
      @media (min-width: 768px) {
        .slider .slide:before {
          padding-bottom: 45%; } }
      @media (min-width: 1024px) {
        .slider .slide:before {
          padding-bottom: 35%; } }
  .slider .text {
    position: absolute;
    bottom: -90px;
    width: 90%;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    background: #fff;
    padding: 25px;
    max-width: 508px;
    line-height: 1.63;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15); }
    @media (min-width: 640px) {
      .slider .text {
        bottom: -70px; } }
    @media (min-width: 1320px) {
      .slider .text {
        font-size: 22px;
        bottom: -115px; } }
    .slider .text h2 {
      color: inherit;
      margin-bottom: 10px; }
    .slider .text > div {
      padding: 15px 25px;
      border: 1px solid #333; }
      @media (min-width: 640px) {
        .slider .text > div {
          padding: 25px 35px; } }
      @media (min-width: 1320px) {
        .slider .text > div {
          padding: 33px 55px; } }
      .slider .text > div > *:last-child {
        margin-bottom: 0; }

.category-header {
  padding: 60px 0; }

.category-title {
  font-family: "Catalina Clemente";
  color: #8A5CAC;
  text-align: center;
  font-size: 48px;
  font-weight: normal;
  margin: 0 0 15px 0; }
  @media (min-width: 1024px) {
    .category-title {
      font-size: 52px;
      margin: 0; } }
  @media (min-width: 1320px) {
    .category-title {
      font-size: 65px; } }

.category-description {
  color: #747474;
  text-align: center;
  max-width: 370px;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .category-description {
      font-size: 18px;
      max-width: none; } }
  @media (min-width: 1320px) {
    .category-description {
      font-size: 22px;
      text-align: left; } }
  .category-description > *:last-child {
    margin-bottom: 0; }

.category-posts {
  margin-bottom: 50px; }
  .category-posts .post-item {
    margin-bottom: 30px; }
    @media (min-width: 640px) {
      .category-posts .post-item {
        margin-bottom: 50px; } }
    @media (min-width: 1024px) {
      .category-posts .post-item {
        margin-bottom: 70px; } }
    @media (min-width: 1320px) {
      .category-posts .post-item {
        margin-bottom: 100px; } }

.post-item .post-content {
  padding: 22px 23px;
  background-color: #fff;
  border-radius: 0 0 10px 10px; }
  @media (min-width: 1320px) {
    .post-item .post-content {
      padding: 20px 32px 30px; } }

.post-item .post-thumbnail {
  background-color: #A8A8A8; }
  .post-item .post-thumbnail img {
    width: 100%; }

.post-item .meta {
  color: #707070;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 20px;
  font-size: 13px; }
  @media (min-width: 1320px) {
    .post-item .meta {
      font-size: 16px; } }

.post-item h3 {
  margin-bottom: 10px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-family: "Rubik", Arial, sans-serif;
  font-weight: normal;
  color: #309FAB;
  font-size: 18px; }
  @media (min-width: 1320px) {
    .post-item h3 {
      font-size: 24px; } }

.post-item .excerpt {
  margin-bottom: 1em;
  font-size: 14px; }
  @media (min-width: 1320px) {
    .post-item .excerpt {
      font-size: 16px;
      margin-bottom: 20px; } }

.post-item a {
  color: #309FAB; }

.post-item .read-more {
  text-transform: uppercase;
  font-size: 14px; }
  @media (min-width: 1320px) {
    .post-item .read-more {
      font-size: 16px; } }

.recent-post-item {
  background-color: #fff;
  border-radius: 0px 10px 10px 0px; }
  @media (min-width: 640px) {
    .recent-post-item {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center; } }
  .recent-post-item .post-thumbnail {
    display: block;
    position: relative; }
    .recent-post-item .post-thumbnail img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: center; }
    @media (min-width: 640px) {
      .recent-post-item .post-thumbnail {
        width: 50%;
        height: 100%; } }
    .recent-post-item .post-thumbnail:before {
      content: '';
      display: block;
      padding-bottom: 100%; }
      @media (min-width: 1320px) {
        .recent-post-item .post-thumbnail:before {
          padding-bottom: 71%; } }
  .recent-post-item h3 {
    font-size: 22px; }
    @media (min-width: 1024px) {
      .recent-post-item h3 {
        font-size: 28px; } }
    @media (min-width: 1320px) {
      .recent-post-item h3 {
        font-size: 32px; } }
  .recent-post-item .read-more {
    font-size: 14px; }
    @media (min-width: 1024px) {
      .recent-post-item .read-more {
        font-size: 18px; } }
  .recent-post-item .post-content {
    padding: 15px 25px 15px 25px; }
    @media (min-width: 640px) {
      .recent-post-item .post-content {
        width: 50%; } }
    @media (min-width: 1024px) {
      .recent-post-item .post-content {
        padding: 25px 42px 25px 50px; } }

.single .post-hero {
  background-size: cover;
  background-position: center; }
  .single .post-hero:before {
    content: '';
    padding-bottom: 100%;
    display: block; }
    @media (min-width: 640px) {
      .single .post-hero:before {
        padding-bottom: 52%; } }
    @media (min-width: 1024px) {
      .single .post-hero:before {
        padding-bottom: 35%; } }

.single .post-container {
  background-color: #fff;
  padding: 30px 20px;
  margin-bottom: 35px; }
  @media (min-width: 640px) {
    .single .post-container {
      padding: 40px 50px; } }
  @media (min-width: 1024px) {
    .single .post-container {
      padding: 50px 80px; } }
  @media (min-width: 1320px) {
    .single .post-container {
      padding: 64px 130px;
      margin-bottom: 100px; } }
  .single .post-container .post-title {
    font-family: "Catalina Clemente";
    color: #8A5CAC;
    font-size: 52px;
    font-weight: normal;
    margin: 0 0 0.5em; }
    @media (min-width: 1320px) {
      .single .post-container .post-title {
        font-size: 65px; } }
  .single .post-container .post-meta {
    margin-bottom: 35px;
    font-size: 14px; }
    @media (min-width: 768px) {
      .single .post-container .post-meta {
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 1320px) {
      .single .post-container .post-meta {
        font-size: 18px; } }
    @media (min-width: 768px) {
      .single .post-container .post-meta div + div {
        margin-left: 50px; } }
    .single .post-container .post-meta span {
      color: #747474; }
  @media (min-width: 768px) {
    .single .post-container .post-content-container {
      padding: 0 40px; } }
  @media (min-width: 1320px) {
    .single .post-container .post-content-container {
      padding: 0 60px; } }
  .single .post-container .post-content {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .single .post-container .post-content {
        margin-bottom: 50px; } }
    @media (min-width: 1320px) {
      .single .post-container .post-content {
        font-size: 22px; } }
    .single .post-container .post-content h1, .single .post-container .post-content h2, .single .post-container .post-content h3, .single .post-container .post-content h4, .single .post-container .post-content h5, .single .post-container .post-content h6 {
      color: #8A5CAC; }
    .single .post-container .post-content > *:first-child {
      font-size: 18px; }
      @media (min-width: 768px) {
        .single .post-container .post-content > *:first-child {
          margin: 0 -40px 50px; } }
      @media (min-width: 1320px) {
        .single .post-container .post-content > *:first-child {
          font-size: 24px;
          margin: 0 -60px 70px; } }
  .single .post-container .post-attachments {
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .single .post-container .post-attachments {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
            justify-content: space-between;
        margin-bottom: 50px; } }
    @media (min-width: 1024px) {
      .single .post-container .post-attachments {
        margin-bottom: 75px; } }
    @media (min-width: 1320px) {
      .single .post-container .post-attachments {
        margin-bottom: 100px; } }
    .single .post-container .post-attachments .post-attachment {
      margin-bottom: 30px; }
      @media (min-width: 768px) {
        .single .post-container .post-attachments .post-attachment {
          width: 42%; } }
    .single .post-container .post-attachments h3 {
      font-size: 18px;
      margin-bottom: 15px; }
      @media (min-width: 1320px) {
        .single .post-container .post-attachments h3 {
          font-size: 24px; } }
    .single .post-container .post-attachments .description {
      font-size: 14px;
      margin-bottom: 15px; }
      @media (min-width: 1320px) {
        .single .post-container .post-attachments .description {
          font-size: 18px; } }
    .single .post-container .post-attachments .download-pdf {
      padding: 10px 0 10px 50px;
      position: relative;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0.04em;
      text-transform: uppercase;
      color: #309FAB;
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 1320px) {
        .single .post-container .post-attachments .download-pdf {
          font-size: 16px; } }
      .single .post-container .post-attachments .download-pdf:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        width: 36px;
        height: 45px;
        background: url("../img/pdf-icon.png") no-repeat center;
        background-size: contain;
        display: inline-block; }
  .single .post-container .post-navigation {
    display: -ms-flexbox;
    display: flex;
    font-size: 14px; }
    @media (min-width: 1320px) {
      .single .post-container .post-navigation {
        font-size: 16px; } }
    .single .post-container .post-navigation h3 {
      font-size: 16px;
      margin-bottom: 0.75em; }
      @media (min-width: 1320px) {
        .single .post-container .post-navigation h3 {
          font-size: 24px; } }
    .single .post-container .post-navigation a {
      color: #707070; }
    .single .post-container .post-navigation .prev {
      text-align: left; }
      .single .post-container .post-navigation .prev a {
        position: relative;
        padding-left: 22px; }
        .single .post-container .post-navigation .prev a:before {
          position: absolute;
          font-family: 'icomoon';
          content: "\e906";
          top: 50%;
          left: 0;
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .single .post-container .post-navigation .next {
      text-align: right; }
      .single .post-container .post-navigation .next a {
        position: relative;
        padding-right: 22px; }
        .single .post-container .post-navigation .next a:after {
          position: absolute;
          font-family: 'icomoon';
          content: "\e904";
          top: 50%;
          right: 0;
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .single .post-container .post-navigation > div {
      width: 50%; }

.comments-section {
  padding: 25px 20px;
  background-color: #fff;
  margin-bottom: 65px; }
  @media (min-width: 768px) {
    .comments-section {
      padding: 45px 80px; } }
  @media (min-width: 1320px) {
    .comments-section {
      padding: 80px 130px;
      margin-bottom: 100px; } }
  .comments-section textarea,
  .comments-section input[type="text"],
  .comments-section input[type="email"] {
    border: 1px solid #707070;
    border-radius: 10px; }
  .comments-section .comment-reply-title {
    font-family: 'LovelyBarthy';
    color: #8A5CAC;
    font-size: 48px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      .comments-section .comment-reply-title {
        font-size: 64px; } }
    @media (min-width: 1320px) {
      .comments-section .comment-reply-title {
        font-size: 85px; } }
  .comments-section .comments-list-title {
    text-align: center;
    font-size: 22px;
    color: #8A5CAC; }
    @media (min-width: 768px) {
      .comments-section .comments-list-title {
        text-align: initial; } }
    @media (min-width: 1320px) {
      .comments-section .comments-list-title {
        font-size: 32px; } }
  .comments-section .comments-list {
    list-style: none;
    padding: 0;
    margin: 0; }
    .comments-section .comments-list .comment-body {
      padding-left: 90px;
      overflow: hidden; }
      @media (min-width: 1320px) {
        .comments-section .comments-list .comment-body {
          padding-left: 150px; } }
      .comments-section .comments-list .comment-body .comment {
        clear: both;
        margin-left: -90px; }
        @media (min-width: 1320px) {
          .comments-section .comments-list .comment-body .comment {
            margin-left: -150px; } }
    .comments-section .comments-list .comment-author-thumb {
      margin-left: -90px;
      float: left;
      width: 70px;
      overflow: hidden;
      border-radius: 50%; }
      @media (min-width: 1320px) {
        .comments-section .comments-list .comment-author-thumb {
          width: 115px;
          margin-left: -150px; } }
    .comments-section .comments-list .comment-author {
      position: relative; }
      @media (min-width: 1320px) {
        .comments-section .comments-list .comment-author .name {
          font-size: 26px; } }
      .comments-section .comments-list .comment-author .comment-edit-link {
        position: absolute;
        top: 50%;
        right: 0;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        font-size: 14px; }
        @media (min-width: 1320px) {
          .comments-section .comments-list .comment-author .comment-edit-link {
            font-size: 16px; } }
    .comments-section .comments-list .comment {
      padding: 20px 0; }
      @media (min-width: 1320px) {
        .comments-section .comments-list .comment {
          padding: 30px 0; } }
    .comments-section .comments-list .comment + .comment {
      border-top: 1px solid #CBCBCB; }
    .comments-section .comments-list .comment-text {
      font-size: 14px; }
      @media (min-width: 1320px) {
        .comments-section .comments-list .comment-text {
          font-size: 18px; } }
    .comments-section .comments-list .children {
      list-style: none;
      margin: 30px 0 0 0;
      padding: 0 0 0 50px;
      border-top: 1px solid #CBCBCB; }
    .comments-section .comments-list .reply {
      text-align: right; }
      .comments-section .comments-list .reply a {
        color: #309FAB;
        padding-right: 45px;
        position: relative;
        line-height: 30px;
        display: inline-block; }
        .comments-section .comments-list .reply a:after {
          content: '\e900';
          font-family: 'icomoon';
          width: 30px;
          height: 30px;
          border-radius: 50%;
          background-color: #747474;
          color: #fff;
          position: absolute;
          text-align: center;
          line-height: 30px;
          font-size: 18px;
          top: 0;
          right: 0; }
  .comments-section .form-submit {
    text-align: center; }
    @media (min-width: 768px) {
      .comments-section .form-submit {
        text-align: right; } }
    .comments-section .form-submit .button {
      text-transform: uppercase;
      font-weight: 500;
      padding-left: 50px;
      padding-right: 50px; }
  .comments-section .nav-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    position: relative;
    padding: 0 100px; }
    .comments-section .nav-links .page-numbers {
      margin: 0 5px; }
      .comments-section .nav-links .page-numbers.current {
        color: #309FAB;
        font-weight: bold; }
      .comments-section .nav-links .page-numbers.prev {
        position: absolute;
        top: 0;
        left: 0;
        margin: 0; }
      .comments-section .nav-links .page-numbers.next {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0; }

.related-posts-section {
  margin-bottom: 100px; }
  .related-posts-section .related-posts {
    margin: 0 -20px; }
  .related-posts-section .related-post {
    padding: 0 10px; }
  .related-posts-section .slick-arrow {
    display: none !important; }
    @media (min-width: 1440px) {
      .related-posts-section .slick-arrow {
        display: block !important; } }
    .related-posts-section .slick-arrow.slick-prev {
      left: -50px; }
      @media (min-width: 1600px) {
        .related-posts-section .slick-arrow.slick-prev {
          left: -100px; } }
    .related-posts-section .slick-arrow.slick-next {
      right: -50px; }
      @media (min-width: 1600px) {
        .related-posts-section .slick-arrow.slick-next {
          right: -100px; } }
