@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,700;1,400&display=swap");
@import url("https://use.typekit.net/cdh5fvu.css");
@font-face {
  font-family: 'DIN-Light';
  src: url("../webfonts/DIN-Light_gdi.eot");
  src: url("../webfonts/DIN-Light_gdi.eot?#iefix") format("embedded-opentype"), url("../webfonts/DIN-Light_gdi.woff") format("woff"), url("../webfonts/DIN-Light_gdi.ttf") format("truetype"), url("../webfonts/DIN-Light_gdi.svg#DIN-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'DIN-Medium';
  src: url("../webfonts/DIN-Medium_gdi.eot");
  src: url("../webfonts/DIN-Medium_gdi.eot?#iefix") format("embedded-opentype"), url("../webfonts/DIN-Medium_gdi.woff") format("woff"), url("../webfonts/DIN-Medium_gdi.ttf") format("truetype"), url("../webfonts/DIN-Medium_gdi.svg#DIN-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'DIN-MediumAlternate';
  src: url("../webfonts/DIN-MediumAlternate_gdi.eot");
  src: url("../webfonts/DIN-MediumAlternate_gdi.eot?#iefix") format("embedded-opentype"), url("../webfonts/DIN-MediumAlternate_gdi.woff") format("woff"), url("../webfonts/DIN-MediumAlternate_gdi.ttf") format("truetype"), url("../webfonts/DIN-MediumAlternate_gdi.svg#DIN-MediumAlternate") format("svg");
  font-weight: 400;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'DIN-Bold';
  src: url("../webfonts/DIN-Bold_gdi.eot");
  src: url("../webfonts/DIN-Bold_gdi.eot?#iefix") format("embedded-opentype"), url("../webfonts/DIN-Bold_gdi.woff") format("woff"), url("../webfonts/DIN-Bold_gdi.ttf") format("truetype"), url("../webfonts/DIN-Bold_gdi.svg#DIN-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal; }

@font-face {
  font-family: 'nonesuchregular';
  src: url("../webfonts/nonesuch-regular-webfont.woff2") format("woff2"), url("../webfonts/nonesuch-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Change the default font family in all browsers (opinionated).
     * 2. Correct the line height in all browsers.
     * 3. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
       ========================================================================== */
/**
     * Remove the margin in all browsers (opinionated).
     */
body {
  margin: 0; }

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
     * Correct the font size and margin on `h1` elements within `section` and
     * `article` contexts in Chrome, Firefox, and Safari.
     */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block; }

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px; }

/**
     * 1. Add the correct box sizing in Firefox.
     * 2. Show the overflow in Edge and IE.
     */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
     * Add the correct display in IE.
     */
main {
  display: block; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
     * Remove the outline on focused links when they are also active or hovered
     * in all browsers (opinionated).
     */
a:active,
a:hover {
  outline-width: 0; }

/* Text-level semantics
       ========================================================================== */
/**
     * 1. Remove the bottom border in Firefox 39-.
     * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
     */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit; }

/**
     * Add the correct font weight in Chrome, Edge, and Safari.
     */
b,
strong {
  font-weight: bolder; }

/**
     * 1. Correct the inheritance and scaling of font size in all browsers.
     * 2. Correct the odd `em` font sizing in all browsers.
     */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
     * Add the correct font style in Android 4.3-.
     */
dfn {
  font-style: italic; }

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000; }

/**
     * Add the correct font size in all browsers.
     */
small {
  font-size: 80%; }

/**
     * Prevent `sub` and `sup` elements from affecting the line height in
     * all browsers.
     */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block; }

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
     * Remove the border on images inside links in IE 10-.
     */
img {
  border-style: none; }

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden; }

/* Forms
       ========================================================================== */
/**
     * 1. Change the font styles in all browsers (opinionated).
     * 2. Remove the margin in Firefox and Safari.
     */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
     * Show the overflow in IE.
     */
button {
  overflow: visible; }

/**
     * Remove the inheritance of text transform in Edge, Firefox, and IE.
     * 1. Remove the inheritance of text transform in Firefox.
     */
button,
select {
  /* 1 */
  text-transform: none; }

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */ }
  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; }

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible; }

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
     * Correct the cursor style of increment and decrement buttons in Chrome.
     */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
     * 1. Correct the odd appearance in Chrome and Safari.
     * 2. Correct the outline style in Safari.
     */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
  /**
       * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
       */ }
  [type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
     * 1. Correct the inability to style clickable types in iOS and Safari.
     * 2. Change font properties to `inherit` in Safari.
     */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/**
     * Change the border, margin, and padding in all browsers (opinionated).
     */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
     * 1. Correct the text wrapping in Edge and IE.
     * 2. Correct the color inheritance from `fieldset` elements in IE.
     * 3. Remove the padding so developers are not caught out when they zero out
     *    `fieldset` elements in all browsers.
     */
legend {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */ }

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
     * Remove the default vertical scrollbar in IE.
     */
textarea {
  overflow: auto; }

/* Interactive
       ========================================================================== */
/*
     * Add the correct display in Edge, IE, and Firefox.
     */
details {
  display: block; }

/*
     * Add the correct display in all browsers.
     */
summary {
  display: list-item; }

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block; }

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block; }

/**
     * Add the correct display in IE.
     */
template {
  display: none; }

/* Hidden
       ========================================================================== */
/**
     * Add the correct display in IE 10-.
     */
[hidden] {
  display: none; }

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  font-family: "Nunito Sans", "Arial", sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #00053e;
  -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: 0px; }

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

.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;
  appearance: none;
  border: 0;
  border-radius: 0px;
  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: 75rem;
  margin-right: auto;
  margin-left: auto; }
  .row::before, .row::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .row .row {
    margin-right: -0.625rem;
    margin-left: -0.625rem; }
    @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.3125rem;
        margin-left: -0.3125rem; } }
    .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.gutter-small > .column, .row.gutter-small > .columns {
    padding-right: 0.625rem;
    padding-left: 0.625rem; }
  .row.gutter-medium > .column, .row.gutter-medium > .columns {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem; }

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

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

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

.small-1 {
  width: 4.1666666667%; }

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

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

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

.small-2 {
  width: 8.3333333333%; }

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

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

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

.small-3 {
  width: 12.5%; }

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

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

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

.small-4 {
  width: 16.6666666667%; }

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

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

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

.small-5 {
  width: 20.8333333333%; }

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

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

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

.small-6 {
  width: 25%; }

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

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

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

.small-7 {
  width: 29.1666666667%; }

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

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

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

.small-8 {
  width: 33.3333333333%; }

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

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

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

.small-9 {
  width: 37.5%; }

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

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

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

.small-10 {
  width: 41.6666666667%; }

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

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

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

.small-11 {
  width: 45.8333333333%; }

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

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

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

.small-12 {
  width: 50%; }

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

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

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

.small-13 {
  width: 54.1666666667%; }

.small-push-13 {
  position: relative;
  left: 54.1666666667%; }

.small-pull-13 {
  position: relative;
  left: -54.1666666667%; }

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

.small-14 {
  width: 58.3333333333%; }

.small-push-14 {
  position: relative;
  left: 58.3333333333%; }

.small-pull-14 {
  position: relative;
  left: -58.3333333333%; }

.small-offset-13 {
  margin-left: 54.1666666667%; }

.small-15 {
  width: 62.5%; }

.small-push-15 {
  position: relative;
  left: 62.5%; }

.small-pull-15 {
  position: relative;
  left: -62.5%; }

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

.small-16 {
  width: 66.6666666667%; }

.small-push-16 {
  position: relative;
  left: 66.6666666667%; }

.small-pull-16 {
  position: relative;
  left: -66.6666666667%; }

.small-offset-15 {
  margin-left: 62.5%; }

.small-17 {
  width: 70.8333333333%; }

.small-push-17 {
  position: relative;
  left: 70.8333333333%; }

.small-pull-17 {
  position: relative;
  left: -70.8333333333%; }

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

.small-18 {
  width: 75%; }

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

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

.small-offset-17 {
  margin-left: 70.8333333333%; }

.small-19 {
  width: 79.1666666667%; }

.small-push-19 {
  position: relative;
  left: 79.1666666667%; }

.small-pull-19 {
  position: relative;
  left: -79.1666666667%; }

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

.small-20 {
  width: 83.3333333333%; }

.small-push-20 {
  position: relative;
  left: 83.3333333333%; }

.small-pull-20 {
  position: relative;
  left: -83.3333333333%; }

.small-offset-19 {
  margin-left: 79.1666666667%; }

.small-21 {
  width: 87.5%; }

.small-push-21 {
  position: relative;
  left: 87.5%; }

.small-pull-21 {
  position: relative;
  left: -87.5%; }

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

.small-22 {
  width: 91.6666666667%; }

.small-push-22 {
  position: relative;
  left: 91.6666666667%; }

.small-pull-22 {
  position: relative;
  left: -91.6666666667%; }

.small-offset-21 {
  margin-left: 87.5%; }

.small-23 {
  width: 95.8333333333%; }

.small-push-23 {
  position: relative;
  left: 95.8333333333%; }

.small-pull-23 {
  position: relative;
  left: -95.8333333333%; }

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

.small-24 {
  width: 100%; }

.small-offset-23 {
  margin-left: 95.8333333333%; }

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

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

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

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

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

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

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

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

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

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

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

.small-uncollapse > .column, .small-uncollapse > .columns {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }

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

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

@media print, screen and (min-width: 40em) {
  .medium-1 {
    width: 4.1666666667%; }
  .medium-push-1 {
    position: relative;
    left: 4.1666666667%; }
  .medium-pull-1 {
    position: relative;
    left: -4.1666666667%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 8.3333333333%; }
  .medium-push-2 {
    position: relative;
    left: 8.3333333333%; }
  .medium-pull-2 {
    position: relative;
    left: -8.3333333333%; }
  .medium-offset-1 {
    margin-left: 4.1666666667%; }
  .medium-3 {
    width: 12.5%; }
  .medium-push-3 {
    position: relative;
    left: 12.5%; }
  .medium-pull-3 {
    position: relative;
    left: -12.5%; }
  .medium-offset-2 {
    margin-left: 8.3333333333%; }
  .medium-4 {
    width: 16.6666666667%; }
  .medium-push-4 {
    position: relative;
    left: 16.6666666667%; }
  .medium-pull-4 {
    position: relative;
    left: -16.6666666667%; }
  .medium-offset-3 {
    margin-left: 12.5%; }
  .medium-5 {
    width: 20.8333333333%; }
  .medium-push-5 {
    position: relative;
    left: 20.8333333333%; }
  .medium-pull-5 {
    position: relative;
    left: -20.8333333333%; }
  .medium-offset-4 {
    margin-left: 16.6666666667%; }
  .medium-6 {
    width: 25%; }
  .medium-push-6 {
    position: relative;
    left: 25%; }
  .medium-pull-6 {
    position: relative;
    left: -25%; }
  .medium-offset-5 {
    margin-left: 20.8333333333%; }
  .medium-7 {
    width: 29.1666666667%; }
  .medium-push-7 {
    position: relative;
    left: 29.1666666667%; }
  .medium-pull-7 {
    position: relative;
    left: -29.1666666667%; }
  .medium-offset-6 {
    margin-left: 25%; }
  .medium-8 {
    width: 33.3333333333%; }
  .medium-push-8 {
    position: relative;
    left: 33.3333333333%; }
  .medium-pull-8 {
    position: relative;
    left: -33.3333333333%; }
  .medium-offset-7 {
    margin-left: 29.1666666667%; }
  .medium-9 {
    width: 37.5%; }
  .medium-push-9 {
    position: relative;
    left: 37.5%; }
  .medium-pull-9 {
    position: relative;
    left: -37.5%; }
  .medium-offset-8 {
    margin-left: 33.3333333333%; }
  .medium-10 {
    width: 41.6666666667%; }
  .medium-push-10 {
    position: relative;
    left: 41.6666666667%; }
  .medium-pull-10 {
    position: relative;
    left: -41.6666666667%; }
  .medium-offset-9 {
    margin-left: 37.5%; }
  .medium-11 {
    width: 45.8333333333%; }
  .medium-push-11 {
    position: relative;
    left: 45.8333333333%; }
  .medium-pull-11 {
    position: relative;
    left: -45.8333333333%; }
  .medium-offset-10 {
    margin-left: 41.6666666667%; }
  .medium-12 {
    width: 50%; }
  .medium-push-12 {
    position: relative;
    left: 50%; }
  .medium-pull-12 {
    position: relative;
    left: -50%; }
  .medium-offset-11 {
    margin-left: 45.8333333333%; }
  .medium-13 {
    width: 54.1666666667%; }
  .medium-push-13 {
    position: relative;
    left: 54.1666666667%; }
  .medium-pull-13 {
    position: relative;
    left: -54.1666666667%; }
  .medium-offset-12 {
    margin-left: 50%; }
  .medium-14 {
    width: 58.3333333333%; }
  .medium-push-14 {
    position: relative;
    left: 58.3333333333%; }
  .medium-pull-14 {
    position: relative;
    left: -58.3333333333%; }
  .medium-offset-13 {
    margin-left: 54.1666666667%; }
  .medium-15 {
    width: 62.5%; }
  .medium-push-15 {
    position: relative;
    left: 62.5%; }
  .medium-pull-15 {
    position: relative;
    left: -62.5%; }
  .medium-offset-14 {
    margin-left: 58.3333333333%; }
  .medium-16 {
    width: 66.6666666667%; }
  .medium-push-16 {
    position: relative;
    left: 66.6666666667%; }
  .medium-pull-16 {
    position: relative;
    left: -66.6666666667%; }
  .medium-offset-15 {
    margin-left: 62.5%; }
  .medium-17 {
    width: 70.8333333333%; }
  .medium-push-17 {
    position: relative;
    left: 70.8333333333%; }
  .medium-pull-17 {
    position: relative;
    left: -70.8333333333%; }
  .medium-offset-16 {
    margin-left: 66.6666666667%; }
  .medium-18 {
    width: 75%; }
  .medium-push-18 {
    position: relative;
    left: 75%; }
  .medium-pull-18 {
    position: relative;
    left: -75%; }
  .medium-offset-17 {
    margin-left: 70.8333333333%; }
  .medium-19 {
    width: 79.1666666667%; }
  .medium-push-19 {
    position: relative;
    left: 79.1666666667%; }
  .medium-pull-19 {
    position: relative;
    left: -79.1666666667%; }
  .medium-offset-18 {
    margin-left: 75%; }
  .medium-20 {
    width: 83.3333333333%; }
  .medium-push-20 {
    position: relative;
    left: 83.3333333333%; }
  .medium-pull-20 {
    position: relative;
    left: -83.3333333333%; }
  .medium-offset-19 {
    margin-left: 79.1666666667%; }
  .medium-21 {
    width: 87.5%; }
  .medium-push-21 {
    position: relative;
    left: 87.5%; }
  .medium-pull-21 {
    position: relative;
    left: -87.5%; }
  .medium-offset-20 {
    margin-left: 83.3333333333%; }
  .medium-22 {
    width: 91.6666666667%; }
  .medium-push-22 {
    position: relative;
    left: 91.6666666667%; }
  .medium-pull-22 {
    position: relative;
    left: -91.6666666667%; }
  .medium-offset-21 {
    margin-left: 87.5%; }
  .medium-23 {
    width: 95.8333333333%; }
  .medium-push-23 {
    position: relative;
    left: 95.8333333333%; }
  .medium-pull-23 {
    position: relative;
    left: -95.8333333333%; }
  .medium-offset-22 {
    margin-left: 91.6666666667%; }
  .medium-24 {
    width: 100%; }
  .medium-offset-23 {
    margin-left: 95.8333333333%; }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    float: left;
    width: 100%; }
    .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child {
      float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    float: left;
    width: 50%; }
    .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child {
      float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child {
      float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    float: left;
    width: 25%; }
    .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child {
      float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    float: left;
    width: 20%; }
    .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child {
      float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child {
      float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    float: left;
    width: 14.2857142857%; }
    .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child {
      float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child {
      float: left; }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .medium-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .medium-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem; }
  .medium-centered {
    margin-right: auto;
    margin-left: auto; }
    .medium-centered, .medium-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .medium-uncentered,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

@media print, screen and (min-width: 64em) {
  .large-1 {
    width: 4.1666666667%; }
  .large-push-1 {
    position: relative;
    left: 4.1666666667%; }
  .large-pull-1 {
    position: relative;
    left: -4.1666666667%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 8.3333333333%; }
  .large-push-2 {
    position: relative;
    left: 8.3333333333%; }
  .large-pull-2 {
    position: relative;
    left: -8.3333333333%; }
  .large-offset-1 {
    margin-left: 4.1666666667%; }
  .large-3 {
    width: 12.5%; }
  .large-push-3 {
    position: relative;
    left: 12.5%; }
  .large-pull-3 {
    position: relative;
    left: -12.5%; }
  .large-offset-2 {
    margin-left: 8.3333333333%; }
  .large-4 {
    width: 16.6666666667%; }
  .large-push-4 {
    position: relative;
    left: 16.6666666667%; }
  .large-pull-4 {
    position: relative;
    left: -16.6666666667%; }
  .large-offset-3 {
    margin-left: 12.5%; }
  .large-5 {
    width: 20.8333333333%; }
  .large-push-5 {
    position: relative;
    left: 20.8333333333%; }
  .large-pull-5 {
    position: relative;
    left: -20.8333333333%; }
  .large-offset-4 {
    margin-left: 16.6666666667%; }
  .large-6 {
    width: 25%; }
  .large-push-6 {
    position: relative;
    left: 25%; }
  .large-pull-6 {
    position: relative;
    left: -25%; }
  .large-offset-5 {
    margin-left: 20.8333333333%; }
  .large-7 {
    width: 29.1666666667%; }
  .large-push-7 {
    position: relative;
    left: 29.1666666667%; }
  .large-pull-7 {
    position: relative;
    left: -29.1666666667%; }
  .large-offset-6 {
    margin-left: 25%; }
  .large-8 {
    width: 33.3333333333%; }
  .large-push-8 {
    position: relative;
    left: 33.3333333333%; }
  .large-pull-8 {
    position: relative;
    left: -33.3333333333%; }
  .large-offset-7 {
    margin-left: 29.1666666667%; }
  .large-9 {
    width: 37.5%; }
  .large-push-9 {
    position: relative;
    left: 37.5%; }
  .large-pull-9 {
    position: relative;
    left: -37.5%; }
  .large-offset-8 {
    margin-left: 33.3333333333%; }
  .large-10 {
    width: 41.6666666667%; }
  .large-push-10 {
    position: relative;
    left: 41.6666666667%; }
  .large-pull-10 {
    position: relative;
    left: -41.6666666667%; }
  .large-offset-9 {
    margin-left: 37.5%; }
  .large-11 {
    width: 45.8333333333%; }
  .large-push-11 {
    position: relative;
    left: 45.8333333333%; }
  .large-pull-11 {
    position: relative;
    left: -45.8333333333%; }
  .large-offset-10 {
    margin-left: 41.6666666667%; }
  .large-12 {
    width: 50%; }
  .large-push-12 {
    position: relative;
    left: 50%; }
  .large-pull-12 {
    position: relative;
    left: -50%; }
  .large-offset-11 {
    margin-left: 45.8333333333%; }
  .large-13 {
    width: 54.1666666667%; }
  .large-push-13 {
    position: relative;
    left: 54.1666666667%; }
  .large-pull-13 {
    position: relative;
    left: -54.1666666667%; }
  .large-offset-12 {
    margin-left: 50%; }
  .large-14 {
    width: 58.3333333333%; }
  .large-push-14 {
    position: relative;
    left: 58.3333333333%; }
  .large-pull-14 {
    position: relative;
    left: -58.3333333333%; }
  .large-offset-13 {
    margin-left: 54.1666666667%; }
  .large-15 {
    width: 62.5%; }
  .large-push-15 {
    position: relative;
    left: 62.5%; }
  .large-pull-15 {
    position: relative;
    left: -62.5%; }
  .large-offset-14 {
    margin-left: 58.3333333333%; }
  .large-16 {
    width: 66.6666666667%; }
  .large-push-16 {
    position: relative;
    left: 66.6666666667%; }
  .large-pull-16 {
    position: relative;
    left: -66.6666666667%; }
  .large-offset-15 {
    margin-left: 62.5%; }
  .large-17 {
    width: 70.8333333333%; }
  .large-push-17 {
    position: relative;
    left: 70.8333333333%; }
  .large-pull-17 {
    position: relative;
    left: -70.8333333333%; }
  .large-offset-16 {
    margin-left: 66.6666666667%; }
  .large-18 {
    width: 75%; }
  .large-push-18 {
    position: relative;
    left: 75%; }
  .large-pull-18 {
    position: relative;
    left: -75%; }
  .large-offset-17 {
    margin-left: 70.8333333333%; }
  .large-19 {
    width: 79.1666666667%; }
  .large-push-19 {
    position: relative;
    left: 79.1666666667%; }
  .large-pull-19 {
    position: relative;
    left: -79.1666666667%; }
  .large-offset-18 {
    margin-left: 75%; }
  .large-20 {
    width: 83.3333333333%; }
  .large-push-20 {
    position: relative;
    left: 83.3333333333%; }
  .large-pull-20 {
    position: relative;
    left: -83.3333333333%; }
  .large-offset-19 {
    margin-left: 79.1666666667%; }
  .large-21 {
    width: 87.5%; }
  .large-push-21 {
    position: relative;
    left: 87.5%; }
  .large-pull-21 {
    position: relative;
    left: -87.5%; }
  .large-offset-20 {
    margin-left: 83.3333333333%; }
  .large-22 {
    width: 91.6666666667%; }
  .large-push-22 {
    position: relative;
    left: 91.6666666667%; }
  .large-pull-22 {
    position: relative;
    left: -91.6666666667%; }
  .large-offset-21 {
    margin-left: 87.5%; }
  .large-23 {
    width: 95.8333333333%; }
  .large-push-23 {
    position: relative;
    left: 95.8333333333%; }
  .large-pull-23 {
    position: relative;
    left: -95.8333333333%; }
  .large-offset-22 {
    margin-left: 91.6666666667%; }
  .large-24 {
    width: 100%; }
  .large-offset-23 {
    margin-left: 95.8333333333%; }
  .large-up-1 > .column, .large-up-1 > .columns {
    float: left;
    width: 100%; }
    .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child {
      float: left; }
  .large-up-2 > .column, .large-up-2 > .columns {
    float: left;
    width: 50%; }
    .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child {
      float: left; }
  .large-up-3 > .column, .large-up-3 > .columns {
    float: left;
    width: 33.3333333333%; }
    .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child {
      float: left; }
  .large-up-4 > .column, .large-up-4 > .columns {
    float: left;
    width: 25%; }
    .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child {
      float: left; }
  .large-up-5 > .column, .large-up-5 > .columns {
    float: left;
    width: 20%; }
    .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child {
      float: left; }
  .large-up-6 > .column, .large-up-6 > .columns {
    float: left;
    width: 16.6666666667%; }
    .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child {
      float: left; }
  .large-up-7 > .column, .large-up-7 > .columns {
    float: left;
    width: 14.2857142857%; }
    .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) {
      clear: both; }
    .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child {
      float: left; }
  .large-up-8 > .column, .large-up-8 > .columns {
    float: left;
    width: 12.5%; }
    .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) {
      clear: both; }
    .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child {
      float: left; }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0; }
  .large-collapse .row {
    margin-right: 0;
    margin-left: 0; }
  .expanded.row .large-collapse.row {
    margin-right: 0;
    margin-left: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem; }
  .large-centered {
    margin-right: auto;
    margin-left: auto; }
    .large-centered, .large-centered:last-child:not(:first-child) {
      float: none;
      clear: both; }
  .large-uncentered,
  .large-push-0,
  .large-pull-0 {
    position: static;
    float: left;
    margin-right: 0;
    margin-left: 0; } }

.column-block {
  margin-bottom: 1.25rem; }
  .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; } }
.grid-container {
  padding-right: 0;
  padding-left: 0;
  max-width: 75rem;
  margin: 0 auto; }
  @media print, screen and (min-width: 40em) {
    .grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  .grid-container.fluid {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto; }
    @media print, screen and (min-width: 40em) {
      .grid-container.fluid {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto; }

.grid-x {
  display: flex;
  flex-flow: row wrap; }

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

.grid-x > .auto {
  width: auto; }

.grid-x > .shrink {
  width: auto; }

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12, .grid-x > .small-13, .grid-x > .small-14, .grid-x > .small-15, .grid-x > .small-16, .grid-x > .small-17, .grid-x > .small-18, .grid-x > .small-19, .grid-x > .small-20, .grid-x > .small-21, .grid-x > .small-22, .grid-x > .small-23, .grid-x > .small-24 {
  flex-basis: auto; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12, .grid-x > .medium-13, .grid-x > .medium-14, .grid-x > .medium-15, .grid-x > .medium-16, .grid-x > .medium-17, .grid-x > .medium-18, .grid-x > .medium-19, .grid-x > .medium-20, .grid-x > .medium-21, .grid-x > .medium-22, .grid-x > .medium-23, .grid-x > .medium-24 {
    flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12, .grid-x > .large-13, .grid-x > .large-14, .grid-x > .large-15, .grid-x > .large-16, .grid-x > .large-17, .grid-x > .large-18, .grid-x > .large-19, .grid-x > .large-20, .grid-x > .large-21, .grid-x > .large-22, .grid-x > .large-23, .grid-x > .large-24 {
    flex-basis: auto; } }

.grid-x > .small-1 {
  width: 4.1666666667%; }

.grid-x > .small-2 {
  width: 8.3333333333%; }

.grid-x > .small-3 {
  width: 12.5%; }

.grid-x > .small-4 {
  width: 16.6666666667%; }

.grid-x > .small-5 {
  width: 20.8333333333%; }

.grid-x > .small-6 {
  width: 25%; }

.grid-x > .small-7 {
  width: 29.1666666667%; }

.grid-x > .small-8 {
  width: 33.3333333333%; }

.grid-x > .small-9 {
  width: 37.5%; }

.grid-x > .small-10 {
  width: 41.6666666667%; }

.grid-x > .small-11 {
  width: 45.8333333333%; }

.grid-x > .small-12 {
  width: 50%; }

.grid-x > .small-13 {
  width: 54.1666666667%; }

.grid-x > .small-14 {
  width: 58.3333333333%; }

.grid-x > .small-15 {
  width: 62.5%; }

.grid-x > .small-16 {
  width: 66.6666666667%; }

.grid-x > .small-17 {
  width: 70.8333333333%; }

.grid-x > .small-18 {
  width: 75%; }

.grid-x > .small-19 {
  width: 79.1666666667%; }

.grid-x > .small-20 {
  width: 83.3333333333%; }

.grid-x > .small-21 {
  width: 87.5%; }

.grid-x > .small-22 {
  width: 91.6666666667%; }

.grid-x > .small-23 {
  width: 95.8333333333%; }

.grid-x > .small-24 {
  width: 100%; }

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink {
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .medium-1 {
    width: 4.1666666667%; }
  .grid-x > .medium-2 {
    width: 8.3333333333%; }
  .grid-x > .medium-3 {
    width: 12.5%; }
  .grid-x > .medium-4 {
    width: 16.6666666667%; }
  .grid-x > .medium-5 {
    width: 20.8333333333%; }
  .grid-x > .medium-6 {
    width: 25%; }
  .grid-x > .medium-7 {
    width: 29.1666666667%; }
  .grid-x > .medium-8 {
    width: 33.3333333333%; }
  .grid-x > .medium-9 {
    width: 37.5%; }
  .grid-x > .medium-10 {
    width: 41.6666666667%; }
  .grid-x > .medium-11 {
    width: 45.8333333333%; }
  .grid-x > .medium-12 {
    width: 50%; }
  .grid-x > .medium-13 {
    width: 54.1666666667%; }
  .grid-x > .medium-14 {
    width: 58.3333333333%; }
  .grid-x > .medium-15 {
    width: 62.5%; }
  .grid-x > .medium-16 {
    width: 66.6666666667%; }
  .grid-x > .medium-17 {
    width: 70.8333333333%; }
  .grid-x > .medium-18 {
    width: 75%; }
  .grid-x > .medium-19 {
    width: 79.1666666667%; }
  .grid-x > .medium-20 {
    width: 83.3333333333%; }
  .grid-x > .medium-21 {
    width: 87.5%; }
  .grid-x > .medium-22 {
    width: 91.6666666667%; }
  .grid-x > .medium-23 {
    width: 95.8333333333%; }
  .grid-x > .medium-24 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink {
    flex: 0 0 auto;
    width: auto; }
  .grid-x > .large-1 {
    width: 4.1666666667%; }
  .grid-x > .large-2 {
    width: 8.3333333333%; }
  .grid-x > .large-3 {
    width: 12.5%; }
  .grid-x > .large-4 {
    width: 16.6666666667%; }
  .grid-x > .large-5 {
    width: 20.8333333333%; }
  .grid-x > .large-6 {
    width: 25%; }
  .grid-x > .large-7 {
    width: 29.1666666667%; }
  .grid-x > .large-8 {
    width: 33.3333333333%; }
  .grid-x > .large-9 {
    width: 37.5%; }
  .grid-x > .large-10 {
    width: 41.6666666667%; }
  .grid-x > .large-11 {
    width: 45.8333333333%; }
  .grid-x > .large-12 {
    width: 50%; }
  .grid-x > .large-13 {
    width: 54.1666666667%; }
  .grid-x > .large-14 {
    width: 58.3333333333%; }
  .grid-x > .large-15 {
    width: 62.5%; }
  .grid-x > .large-16 {
    width: 66.6666666667%; }
  .grid-x > .large-17 {
    width: 70.8333333333%; }
  .grid-x > .large-18 {
    width: 75%; }
  .grid-x > .large-19 {
    width: 79.1666666667%; }
  .grid-x > .large-20 {
    width: 83.3333333333%; }
  .grid-x > .large-21 {
    width: 87.5%; }
  .grid-x > .large-22 {
    width: 91.6666666667%; }
  .grid-x > .large-23 {
    width: 95.8333333333%; }
  .grid-x > .large-24 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

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

.grid-margin-x {
  margin-left: -0;
  margin-right: -0; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  .grid-margin-x > .cell {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.875rem);
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: 4.1666666667%; }
  .grid-margin-x > .small-2 {
    width: 8.3333333333%; }
  .grid-margin-x > .small-3 {
    width: 12.5%; }
  .grid-margin-x > .small-4 {
    width: 16.6666666667%; }
  .grid-margin-x > .small-5 {
    width: 20.8333333333%; }
  .grid-margin-x > .small-6 {
    width: 25%; }
  .grid-margin-x > .small-7 {
    width: 29.1666666667%; }
  .grid-margin-x > .small-8 {
    width: 33.3333333333%; }
  .grid-margin-x > .small-9 {
    width: 37.5%; }
  .grid-margin-x > .small-10 {
    width: 41.6666666667%; }
  .grid-margin-x > .small-11 {
    width: 45.8333333333%; }
  .grid-margin-x > .small-12 {
    width: 50%; }
  .grid-margin-x > .small-13 {
    width: 54.1666666667%; }
  .grid-margin-x > .small-14 {
    width: 58.3333333333%; }
  .grid-margin-x > .small-15 {
    width: 62.5%; }
  .grid-margin-x > .small-16 {
    width: 66.6666666667%; }
  .grid-margin-x > .small-17 {
    width: 70.8333333333%; }
  .grid-margin-x > .small-18 {
    width: 75%; }
  .grid-margin-x > .small-19 {
    width: 79.1666666667%; }
  .grid-margin-x > .small-20 {
    width: 83.3333333333%; }
  .grid-margin-x > .small-21 {
    width: 87.5%; }
  .grid-margin-x > .small-22 {
    width: 91.6666666667%; }
  .grid-margin-x > .small-23 {
    width: 95.8333333333%; }
  .grid-margin-x > .small-24 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(4.1666666667% - 1.875rem); }
    .grid-margin-x > .small-2 {
      width: calc(8.3333333333% - 1.875rem); }
    .grid-margin-x > .small-3 {
      width: calc(12.5% - 1.875rem); }
    .grid-margin-x > .small-4 {
      width: calc(16.6666666667% - 1.875rem); }
    .grid-margin-x > .small-5 {
      width: calc(20.8333333333% - 1.875rem); }
    .grid-margin-x > .small-6 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .small-7 {
      width: calc(29.1666666667% - 1.875rem); }
    .grid-margin-x > .small-8 {
      width: calc(33.3333333333% - 1.875rem); }
    .grid-margin-x > .small-9 {
      width: calc(37.5% - 1.875rem); }
    .grid-margin-x > .small-10 {
      width: calc(41.6666666667% - 1.875rem); }
    .grid-margin-x > .small-11 {
      width: calc(45.8333333333% - 1.875rem); }
    .grid-margin-x > .small-12 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .small-13 {
      width: calc(54.1666666667% - 1.875rem); }
    .grid-margin-x > .small-14 {
      width: calc(58.3333333333% - 1.875rem); }
    .grid-margin-x > .small-15 {
      width: calc(62.5% - 1.875rem); }
    .grid-margin-x > .small-16 {
      width: calc(66.6666666667% - 1.875rem); }
    .grid-margin-x > .small-17 {
      width: calc(70.8333333333% - 1.875rem); }
    .grid-margin-x > .small-18 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .small-19 {
      width: calc(79.1666666667% - 1.875rem); }
    .grid-margin-x > .small-20 {
      width: calc(83.3333333333% - 1.875rem); }
    .grid-margin-x > .small-21 {
      width: calc(87.5% - 1.875rem); }
    .grid-margin-x > .small-22 {
      width: calc(91.6666666667% - 1.875rem); }
    .grid-margin-x > .small-23 {
      width: calc(95.8333333333% - 1.875rem); }
    .grid-margin-x > .small-24 {
      width: calc(100% - 1.875rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(4.1666666667% - 1.875rem); }
    .grid-margin-x > .medium-2 {
      width: calc(8.3333333333% - 1.875rem); }
    .grid-margin-x > .medium-3 {
      width: calc(12.5% - 1.875rem); }
    .grid-margin-x > .medium-4 {
      width: calc(16.6666666667% - 1.875rem); }
    .grid-margin-x > .medium-5 {
      width: calc(20.8333333333% - 1.875rem); }
    .grid-margin-x > .medium-6 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .medium-7 {
      width: calc(29.1666666667% - 1.875rem); }
    .grid-margin-x > .medium-8 {
      width: calc(33.3333333333% - 1.875rem); }
    .grid-margin-x > .medium-9 {
      width: calc(37.5% - 1.875rem); }
    .grid-margin-x > .medium-10 {
      width: calc(41.6666666667% - 1.875rem); }
    .grid-margin-x > .medium-11 {
      width: calc(45.8333333333% - 1.875rem); }
    .grid-margin-x > .medium-12 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .medium-13 {
      width: calc(54.1666666667% - 1.875rem); }
    .grid-margin-x > .medium-14 {
      width: calc(58.3333333333% - 1.875rem); }
    .grid-margin-x > .medium-15 {
      width: calc(62.5% - 1.875rem); }
    .grid-margin-x > .medium-16 {
      width: calc(66.6666666667% - 1.875rem); }
    .grid-margin-x > .medium-17 {
      width: calc(70.8333333333% - 1.875rem); }
    .grid-margin-x > .medium-18 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .medium-19 {
      width: calc(79.1666666667% - 1.875rem); }
    .grid-margin-x > .medium-20 {
      width: calc(83.3333333333% - 1.875rem); }
    .grid-margin-x > .medium-21 {
      width: calc(87.5% - 1.875rem); }
    .grid-margin-x > .medium-22 {
      width: calc(91.6666666667% - 1.875rem); }
    .grid-margin-x > .medium-23 {
      width: calc(95.8333333333% - 1.875rem); }
    .grid-margin-x > .medium-24 {
      width: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(4.1666666667% - 1.875rem); }
    .grid-margin-x > .large-2 {
      width: calc(8.3333333333% - 1.875rem); }
    .grid-margin-x > .large-3 {
      width: calc(12.5% - 1.875rem); }
    .grid-margin-x > .large-4 {
      width: calc(16.6666666667% - 1.875rem); }
    .grid-margin-x > .large-5 {
      width: calc(20.8333333333% - 1.875rem); }
    .grid-margin-x > .large-6 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .large-7 {
      width: calc(29.1666666667% - 1.875rem); }
    .grid-margin-x > .large-8 {
      width: calc(33.3333333333% - 1.875rem); }
    .grid-margin-x > .large-9 {
      width: calc(37.5% - 1.875rem); }
    .grid-margin-x > .large-10 {
      width: calc(41.6666666667% - 1.875rem); }
    .grid-margin-x > .large-11 {
      width: calc(45.8333333333% - 1.875rem); }
    .grid-margin-x > .large-12 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .large-13 {
      width: calc(54.1666666667% - 1.875rem); }
    .grid-margin-x > .large-14 {
      width: calc(58.3333333333% - 1.875rem); }
    .grid-margin-x > .large-15 {
      width: calc(62.5% - 1.875rem); }
    .grid-margin-x > .large-16 {
      width: calc(66.6666666667% - 1.875rem); }
    .grid-margin-x > .large-17 {
      width: calc(70.8333333333% - 1.875rem); }
    .grid-margin-x > .large-18 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .large-19 {
      width: calc(79.1666666667% - 1.875rem); }
    .grid-margin-x > .large-20 {
      width: calc(83.3333333333% - 1.875rem); }
    .grid-margin-x > .large-21 {
      width: calc(87.5% - 1.875rem); }
    .grid-margin-x > .large-22 {
      width: calc(91.6666666667% - 1.875rem); }
    .grid-margin-x > .large-23 {
      width: calc(95.8333333333% - 1.875rem); }
    .grid-margin-x > .large-24 {
      width: calc(100% - 1.875rem); } }
.grid-padding-x .grid-padding-x {
  margin-right: -0;
  margin-left: -0; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0;
  margin-left: -0; }
  @media print, screen and (min-width: 40em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }
.grid-padding-x > .cell {
  padding-right: 0;
  padding-left: 0; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x > .cell {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
.small-up-1 > .cell {
  width: 100%; }

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.3333333333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.6666666667%; }
  .medium-up-7 > .cell {
    width: 14.2857142857%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.3333333333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.6666666667%; }
  .large-up-7 > .cell {
    width: 14.2857142857%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: 100%; }
  .grid-margin-x.small-up-2 > .cell {
    width: 50%; }
  .grid-margin-x.small-up-3 > .cell {
    width: 33.3333333333%; }
  .grid-margin-x.small-up-4 > .cell {
    width: 25%; }
  .grid-margin-x.small-up-5 > .cell {
    width: 20%; }
  .grid-margin-x.small-up-6 > .cell {
    width: 16.6666666667%; }
  .grid-margin-x.small-up-7 > .cell {
    width: 14.2857142857%; }
  .grid-margin-x.small-up-8 > .cell {
    width: 12.5%; }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.875rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.875rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.875rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 4.1666666667%; }
  .small-margin-collapse > .small-2 {
    width: 8.3333333333%; }
  .small-margin-collapse > .small-3 {
    width: 12.5%; }
  .small-margin-collapse > .small-4 {
    width: 16.6666666667%; }
  .small-margin-collapse > .small-5 {
    width: 20.8333333333%; }
  .small-margin-collapse > .small-6 {
    width: 25%; }
  .small-margin-collapse > .small-7 {
    width: 29.1666666667%; }
  .small-margin-collapse > .small-8 {
    width: 33.3333333333%; }
  .small-margin-collapse > .small-9 {
    width: 37.5%; }
  .small-margin-collapse > .small-10 {
    width: 41.6666666667%; }
  .small-margin-collapse > .small-11 {
    width: 45.8333333333%; }
  .small-margin-collapse > .small-12 {
    width: 50%; }
  .small-margin-collapse > .small-13 {
    width: 54.1666666667%; }
  .small-margin-collapse > .small-14 {
    width: 58.3333333333%; }
  .small-margin-collapse > .small-15 {
    width: 62.5%; }
  .small-margin-collapse > .small-16 {
    width: 66.6666666667%; }
  .small-margin-collapse > .small-17 {
    width: 70.8333333333%; }
  .small-margin-collapse > .small-18 {
    width: 75%; }
  .small-margin-collapse > .small-19 {
    width: 79.1666666667%; }
  .small-margin-collapse > .small-20 {
    width: 83.3333333333%; }
  .small-margin-collapse > .small-21 {
    width: 87.5%; }
  .small-margin-collapse > .small-22 {
    width: 91.6666666667%; }
  .small-margin-collapse > .small-23 {
    width: 95.8333333333%; }
  .small-margin-collapse > .small-24 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .small-margin-collapse > .medium-1 {
      width: 4.1666666667%; }
    .small-margin-collapse > .medium-2 {
      width: 8.3333333333%; }
    .small-margin-collapse > .medium-3 {
      width: 12.5%; }
    .small-margin-collapse > .medium-4 {
      width: 16.6666666667%; }
    .small-margin-collapse > .medium-5 {
      width: 20.8333333333%; }
    .small-margin-collapse > .medium-6 {
      width: 25%; }
    .small-margin-collapse > .medium-7 {
      width: 29.1666666667%; }
    .small-margin-collapse > .medium-8 {
      width: 33.3333333333%; }
    .small-margin-collapse > .medium-9 {
      width: 37.5%; }
    .small-margin-collapse > .medium-10 {
      width: 41.6666666667%; }
    .small-margin-collapse > .medium-11 {
      width: 45.8333333333%; }
    .small-margin-collapse > .medium-12 {
      width: 50%; }
    .small-margin-collapse > .medium-13 {
      width: 54.1666666667%; }
    .small-margin-collapse > .medium-14 {
      width: 58.3333333333%; }
    .small-margin-collapse > .medium-15 {
      width: 62.5%; }
    .small-margin-collapse > .medium-16 {
      width: 66.6666666667%; }
    .small-margin-collapse > .medium-17 {
      width: 70.8333333333%; }
    .small-margin-collapse > .medium-18 {
      width: 75%; }
    .small-margin-collapse > .medium-19 {
      width: 79.1666666667%; }
    .small-margin-collapse > .medium-20 {
      width: 83.3333333333%; }
    .small-margin-collapse > .medium-21 {
      width: 87.5%; }
    .small-margin-collapse > .medium-22 {
      width: 91.6666666667%; }
    .small-margin-collapse > .medium-23 {
      width: 95.8333333333%; }
    .small-margin-collapse > .medium-24 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse > .large-1 {
      width: 4.1666666667%; }
    .small-margin-collapse > .large-2 {
      width: 8.3333333333%; }
    .small-margin-collapse > .large-3 {
      width: 12.5%; }
    .small-margin-collapse > .large-4 {
      width: 16.6666666667%; }
    .small-margin-collapse > .large-5 {
      width: 20.8333333333%; }
    .small-margin-collapse > .large-6 {
      width: 25%; }
    .small-margin-collapse > .large-7 {
      width: 29.1666666667%; }
    .small-margin-collapse > .large-8 {
      width: 33.3333333333%; }
    .small-margin-collapse > .large-9 {
      width: 37.5%; }
    .small-margin-collapse > .large-10 {
      width: 41.6666666667%; }
    .small-margin-collapse > .large-11 {
      width: 45.8333333333%; }
    .small-margin-collapse > .large-12 {
      width: 50%; }
    .small-margin-collapse > .large-13 {
      width: 54.1666666667%; }
    .small-margin-collapse > .large-14 {
      width: 58.3333333333%; }
    .small-margin-collapse > .large-15 {
      width: 62.5%; }
    .small-margin-collapse > .large-16 {
      width: 66.6666666667%; }
    .small-margin-collapse > .large-17 {
      width: 70.8333333333%; }
    .small-margin-collapse > .large-18 {
      width: 75%; }
    .small-margin-collapse > .large-19 {
      width: 79.1666666667%; }
    .small-margin-collapse > .large-20 {
      width: 83.3333333333%; }
    .small-margin-collapse > .large-21 {
      width: 87.5%; }
    .small-margin-collapse > .large-22 {
      width: 91.6666666667%; }
    .small-margin-collapse > .large-23 {
      width: 95.8333333333%; }
    .small-margin-collapse > .large-24 {
      width: 100%; } }
.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

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

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .small-1 {
    width: 4.1666666667%; }
  .medium-margin-collapse > .small-2 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .small-3 {
    width: 12.5%; }
  .medium-margin-collapse > .small-4 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .small-5 {
    width: 20.8333333333%; }
  .medium-margin-collapse > .small-6 {
    width: 25%; }
  .medium-margin-collapse > .small-7 {
    width: 29.1666666667%; }
  .medium-margin-collapse > .small-8 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .small-9 {
    width: 37.5%; }
  .medium-margin-collapse > .small-10 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .small-11 {
    width: 45.8333333333%; }
  .medium-margin-collapse > .small-12 {
    width: 50%; }
  .medium-margin-collapse > .small-13 {
    width: 54.1666666667%; }
  .medium-margin-collapse > .small-14 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .small-15 {
    width: 62.5%; }
  .medium-margin-collapse > .small-16 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .small-17 {
    width: 70.8333333333%; }
  .medium-margin-collapse > .small-18 {
    width: 75%; }
  .medium-margin-collapse > .small-19 {
    width: 79.1666666667%; }
  .medium-margin-collapse > .small-20 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .small-21 {
    width: 87.5%; }
  .medium-margin-collapse > .small-22 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .small-23 {
    width: 95.8333333333%; }
  .medium-margin-collapse > .small-24 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse > .medium-1 {
    width: 4.1666666667%; }
  .medium-margin-collapse > .medium-2 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .medium-3 {
    width: 12.5%; }
  .medium-margin-collapse > .medium-4 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .medium-5 {
    width: 20.8333333333%; }
  .medium-margin-collapse > .medium-6 {
    width: 25%; }
  .medium-margin-collapse > .medium-7 {
    width: 29.1666666667%; }
  .medium-margin-collapse > .medium-8 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .medium-9 {
    width: 37.5%; }
  .medium-margin-collapse > .medium-10 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .medium-11 {
    width: 45.8333333333%; }
  .medium-margin-collapse > .medium-12 {
    width: 50%; }
  .medium-margin-collapse > .medium-13 {
    width: 54.1666666667%; }
  .medium-margin-collapse > .medium-14 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .medium-15 {
    width: 62.5%; }
  .medium-margin-collapse > .medium-16 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .medium-17 {
    width: 70.8333333333%; }
  .medium-margin-collapse > .medium-18 {
    width: 75%; }
  .medium-margin-collapse > .medium-19 {
    width: 79.1666666667%; }
  .medium-margin-collapse > .medium-20 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .medium-21 {
    width: 87.5%; }
  .medium-margin-collapse > .medium-22 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .medium-23 {
    width: 95.8333333333%; }
  .medium-margin-collapse > .medium-24 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 4.1666666667%; }
  .medium-margin-collapse > .large-2 {
    width: 8.3333333333%; }
  .medium-margin-collapse > .large-3 {
    width: 12.5%; }
  .medium-margin-collapse > .large-4 {
    width: 16.6666666667%; }
  .medium-margin-collapse > .large-5 {
    width: 20.8333333333%; }
  .medium-margin-collapse > .large-6 {
    width: 25%; }
  .medium-margin-collapse > .large-7 {
    width: 29.1666666667%; }
  .medium-margin-collapse > .large-8 {
    width: 33.3333333333%; }
  .medium-margin-collapse > .large-9 {
    width: 37.5%; }
  .medium-margin-collapse > .large-10 {
    width: 41.6666666667%; }
  .medium-margin-collapse > .large-11 {
    width: 45.8333333333%; }
  .medium-margin-collapse > .large-12 {
    width: 50%; }
  .medium-margin-collapse > .large-13 {
    width: 54.1666666667%; }
  .medium-margin-collapse > .large-14 {
    width: 58.3333333333%; }
  .medium-margin-collapse > .large-15 {
    width: 62.5%; }
  .medium-margin-collapse > .large-16 {
    width: 66.6666666667%; }
  .medium-margin-collapse > .large-17 {
    width: 70.8333333333%; }
  .medium-margin-collapse > .large-18 {
    width: 75%; }
  .medium-margin-collapse > .large-19 {
    width: 79.1666666667%; }
  .medium-margin-collapse > .large-20 {
    width: 83.3333333333%; }
  .medium-margin-collapse > .large-21 {
    width: 87.5%; }
  .medium-margin-collapse > .large-22 {
    width: 91.6666666667%; }
  .medium-margin-collapse > .large-23 {
    width: 95.8333333333%; }
  .medium-margin-collapse > .large-24 {
    width: 100%; } }

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

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

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 4.1666666667%; }
  .large-margin-collapse > .small-2 {
    width: 8.3333333333%; }
  .large-margin-collapse > .small-3 {
    width: 12.5%; }
  .large-margin-collapse > .small-4 {
    width: 16.6666666667%; }
  .large-margin-collapse > .small-5 {
    width: 20.8333333333%; }
  .large-margin-collapse > .small-6 {
    width: 25%; }
  .large-margin-collapse > .small-7 {
    width: 29.1666666667%; }
  .large-margin-collapse > .small-8 {
    width: 33.3333333333%; }
  .large-margin-collapse > .small-9 {
    width: 37.5%; }
  .large-margin-collapse > .small-10 {
    width: 41.6666666667%; }
  .large-margin-collapse > .small-11 {
    width: 45.8333333333%; }
  .large-margin-collapse > .small-12 {
    width: 50%; }
  .large-margin-collapse > .small-13 {
    width: 54.1666666667%; }
  .large-margin-collapse > .small-14 {
    width: 58.3333333333%; }
  .large-margin-collapse > .small-15 {
    width: 62.5%; }
  .large-margin-collapse > .small-16 {
    width: 66.6666666667%; }
  .large-margin-collapse > .small-17 {
    width: 70.8333333333%; }
  .large-margin-collapse > .small-18 {
    width: 75%; }
  .large-margin-collapse > .small-19 {
    width: 79.1666666667%; }
  .large-margin-collapse > .small-20 {
    width: 83.3333333333%; }
  .large-margin-collapse > .small-21 {
    width: 87.5%; }
  .large-margin-collapse > .small-22 {
    width: 91.6666666667%; }
  .large-margin-collapse > .small-23 {
    width: 95.8333333333%; }
  .large-margin-collapse > .small-24 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 4.1666666667%; }
  .large-margin-collapse > .medium-2 {
    width: 8.3333333333%; }
  .large-margin-collapse > .medium-3 {
    width: 12.5%; }
  .large-margin-collapse > .medium-4 {
    width: 16.6666666667%; }
  .large-margin-collapse > .medium-5 {
    width: 20.8333333333%; }
  .large-margin-collapse > .medium-6 {
    width: 25%; }
  .large-margin-collapse > .medium-7 {
    width: 29.1666666667%; }
  .large-margin-collapse > .medium-8 {
    width: 33.3333333333%; }
  .large-margin-collapse > .medium-9 {
    width: 37.5%; }
  .large-margin-collapse > .medium-10 {
    width: 41.6666666667%; }
  .large-margin-collapse > .medium-11 {
    width: 45.8333333333%; }
  .large-margin-collapse > .medium-12 {
    width: 50%; }
  .large-margin-collapse > .medium-13 {
    width: 54.1666666667%; }
  .large-margin-collapse > .medium-14 {
    width: 58.3333333333%; }
  .large-margin-collapse > .medium-15 {
    width: 62.5%; }
  .large-margin-collapse > .medium-16 {
    width: 66.6666666667%; }
  .large-margin-collapse > .medium-17 {
    width: 70.8333333333%; }
  .large-margin-collapse > .medium-18 {
    width: 75%; }
  .large-margin-collapse > .medium-19 {
    width: 79.1666666667%; }
  .large-margin-collapse > .medium-20 {
    width: 83.3333333333%; }
  .large-margin-collapse > .medium-21 {
    width: 87.5%; }
  .large-margin-collapse > .medium-22 {
    width: 91.6666666667%; }
  .large-margin-collapse > .medium-23 {
    width: 95.8333333333%; }
  .large-margin-collapse > .medium-24 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 4.1666666667%; }
  .large-margin-collapse > .large-2 {
    width: 8.3333333333%; }
  .large-margin-collapse > .large-3 {
    width: 12.5%; }
  .large-margin-collapse > .large-4 {
    width: 16.6666666667%; }
  .large-margin-collapse > .large-5 {
    width: 20.8333333333%; }
  .large-margin-collapse > .large-6 {
    width: 25%; }
  .large-margin-collapse > .large-7 {
    width: 29.1666666667%; }
  .large-margin-collapse > .large-8 {
    width: 33.3333333333%; }
  .large-margin-collapse > .large-9 {
    width: 37.5%; }
  .large-margin-collapse > .large-10 {
    width: 41.6666666667%; }
  .large-margin-collapse > .large-11 {
    width: 45.8333333333%; }
  .large-margin-collapse > .large-12 {
    width: 50%; }
  .large-margin-collapse > .large-13 {
    width: 54.1666666667%; }
  .large-margin-collapse > .large-14 {
    width: 58.3333333333%; }
  .large-margin-collapse > .large-15 {
    width: 62.5%; }
  .large-margin-collapse > .large-16 {
    width: 66.6666666667%; }
  .large-margin-collapse > .large-17 {
    width: 70.8333333333%; }
  .large-margin-collapse > .large-18 {
    width: 75%; }
  .large-margin-collapse > .large-19 {
    width: 79.1666666667%; }
  .large-margin-collapse > .large-20 {
    width: 83.3333333333%; }
  .large-margin-collapse > .large-21 {
    width: 87.5%; }
  .large-margin-collapse > .large-22 {
    width: 91.6666666667%; }
  .large-margin-collapse > .large-23 {
    width: 95.8333333333%; }
  .large-margin-collapse > .large-24 {
    width: 100%; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.small-offset-13 {
  margin-left: 54.1666666667%; }

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

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

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

.small-offset-15 {
  margin-left: 62.5%; }

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

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

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

.small-offset-17 {
  margin-left: 70.8333333333%; }

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

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

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

.small-offset-19 {
  margin-left: 79.1666666667%; }

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

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

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

.small-offset-21 {
  margin-left: 87.5%; }

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

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

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

.small-offset-23 {
  margin-left: 95.8333333333%; }

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

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .medium-offset-1 {
    margin-left: 4.1666666667%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(4.1666666667% + 0.9375rem); }
  .medium-offset-2 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(8.3333333333% + 0.9375rem); }
  .medium-offset-3 {
    margin-left: 12.5%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(12.5% + 0.9375rem); }
  .medium-offset-4 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(16.6666666667% + 0.9375rem); }
  .medium-offset-5 {
    margin-left: 20.8333333333%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(20.8333333333% + 0.9375rem); }
  .medium-offset-6 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(25% + 0.9375rem); }
  .medium-offset-7 {
    margin-left: 29.1666666667%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(29.1666666667% + 0.9375rem); }
  .medium-offset-8 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(33.3333333333% + 0.9375rem); }
  .medium-offset-9 {
    margin-left: 37.5%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(37.5% + 0.9375rem); }
  .medium-offset-10 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(41.6666666667% + 0.9375rem); }
  .medium-offset-11 {
    margin-left: 45.8333333333%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(45.8333333333% + 0.9375rem); }
  .medium-offset-12 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-12 {
    margin-left: calc(50% + 0.9375rem); }
  .medium-offset-13 {
    margin-left: 54.1666666667%; }
  .grid-margin-x > .medium-offset-13 {
    margin-left: calc(54.1666666667% + 0.9375rem); }
  .medium-offset-14 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .medium-offset-14 {
    margin-left: calc(58.3333333333% + 0.9375rem); }
  .medium-offset-15 {
    margin-left: 62.5%; }
  .grid-margin-x > .medium-offset-15 {
    margin-left: calc(62.5% + 0.9375rem); }
  .medium-offset-16 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .medium-offset-16 {
    margin-left: calc(66.6666666667% + 0.9375rem); }
  .medium-offset-17 {
    margin-left: 70.8333333333%; }
  .grid-margin-x > .medium-offset-17 {
    margin-left: calc(70.8333333333% + 0.9375rem); }
  .medium-offset-18 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-18 {
    margin-left: calc(75% + 0.9375rem); }
  .medium-offset-19 {
    margin-left: 79.1666666667%; }
  .grid-margin-x > .medium-offset-19 {
    margin-left: calc(79.1666666667% + 0.9375rem); }
  .medium-offset-20 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .medium-offset-20 {
    margin-left: calc(83.3333333333% + 0.9375rem); }
  .medium-offset-21 {
    margin-left: 87.5%; }
  .grid-margin-x > .medium-offset-21 {
    margin-left: calc(87.5% + 0.9375rem); }
  .medium-offset-22 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .medium-offset-22 {
    margin-left: calc(91.6666666667% + 0.9375rem); }
  .medium-offset-23 {
    margin-left: 95.8333333333%; }
  .grid-margin-x > .medium-offset-23 {
    margin-left: calc(95.8333333333% + 0.9375rem); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .large-offset-1 {
    margin-left: 4.1666666667%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(4.1666666667% + 0.9375rem); }
  .large-offset-2 {
    margin-left: 8.3333333333%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(8.3333333333% + 0.9375rem); }
  .large-offset-3 {
    margin-left: 12.5%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(12.5% + 0.9375rem); }
  .large-offset-4 {
    margin-left: 16.6666666667%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(16.6666666667% + 0.9375rem); }
  .large-offset-5 {
    margin-left: 20.8333333333%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(20.8333333333% + 0.9375rem); }
  .large-offset-6 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(25% + 0.9375rem); }
  .large-offset-7 {
    margin-left: 29.1666666667%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(29.1666666667% + 0.9375rem); }
  .large-offset-8 {
    margin-left: 33.3333333333%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(33.3333333333% + 0.9375rem); }
  .large-offset-9 {
    margin-left: 37.5%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(37.5% + 0.9375rem); }
  .large-offset-10 {
    margin-left: 41.6666666667%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(41.6666666667% + 0.9375rem); }
  .large-offset-11 {
    margin-left: 45.8333333333%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(45.8333333333% + 0.9375rem); }
  .large-offset-12 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-12 {
    margin-left: calc(50% + 0.9375rem); }
  .large-offset-13 {
    margin-left: 54.1666666667%; }
  .grid-margin-x > .large-offset-13 {
    margin-left: calc(54.1666666667% + 0.9375rem); }
  .large-offset-14 {
    margin-left: 58.3333333333%; }
  .grid-margin-x > .large-offset-14 {
    margin-left: calc(58.3333333333% + 0.9375rem); }
  .large-offset-15 {
    margin-left: 62.5%; }
  .grid-margin-x > .large-offset-15 {
    margin-left: calc(62.5% + 0.9375rem); }
  .large-offset-16 {
    margin-left: 66.6666666667%; }
  .grid-margin-x > .large-offset-16 {
    margin-left: calc(66.6666666667% + 0.9375rem); }
  .large-offset-17 {
    margin-left: 70.8333333333%; }
  .grid-margin-x > .large-offset-17 {
    margin-left: calc(70.8333333333% + 0.9375rem); }
  .large-offset-18 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-18 {
    margin-left: calc(75% + 0.9375rem); }
  .large-offset-19 {
    margin-left: 79.1666666667%; }
  .grid-margin-x > .large-offset-19 {
    margin-left: calc(79.1666666667% + 0.9375rem); }
  .large-offset-20 {
    margin-left: 83.3333333333%; }
  .grid-margin-x > .large-offset-20 {
    margin-left: calc(83.3333333333% + 0.9375rem); }
  .large-offset-21 {
    margin-left: 87.5%; }
  .grid-margin-x > .large-offset-21 {
    margin-left: calc(87.5% + 0.9375rem); }
  .large-offset-22 {
    margin-left: 91.6666666667%; }
  .grid-margin-x > .large-offset-22 {
    margin-left: calc(91.6666666667% + 0.9375rem); }
  .large-offset-23 {
    margin-left: 95.8333333333%; }
  .grid-margin-x > .large-offset-23 {
    margin-left: calc(95.8333333333% + 0.9375rem); } }

.grid-y {
  display: flex;
  flex-flow: column nowrap; }
  .grid-y > .cell {
    width: auto; }
  .grid-y > .auto {
    height: auto; }
  .grid-y > .shrink {
    height: auto; }
  .grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12, .grid-y > .small-13, .grid-y > .small-14, .grid-y > .small-15, .grid-y > .small-16, .grid-y > .small-17, .grid-y > .small-18, .grid-y > .small-19, .grid-y > .small-20, .grid-y > .small-21, .grid-y > .small-22, .grid-y > .small-23, .grid-y > .small-24 {
    flex-basis: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12, .grid-y > .medium-13, .grid-y > .medium-14, .grid-y > .medium-15, .grid-y > .medium-16, .grid-y > .medium-17, .grid-y > .medium-18, .grid-y > .medium-19, .grid-y > .medium-20, .grid-y > .medium-21, .grid-y > .medium-22, .grid-y > .medium-23, .grid-y > .medium-24 {
      flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12, .grid-y > .large-13, .grid-y > .large-14, .grid-y > .large-15, .grid-y > .large-16, .grid-y > .large-17, .grid-y > .large-18, .grid-y > .large-19, .grid-y > .large-20, .grid-y > .large-21, .grid-y > .large-22, .grid-y > .large-23, .grid-y > .large-24 {
      flex-basis: auto; } }
  .grid-y > .small-1 {
    height: 4.1666666667%; }
  .grid-y > .small-2 {
    height: 8.3333333333%; }
  .grid-y > .small-3 {
    height: 12.5%; }
  .grid-y > .small-4 {
    height: 16.6666666667%; }
  .grid-y > .small-5 {
    height: 20.8333333333%; }
  .grid-y > .small-6 {
    height: 25%; }
  .grid-y > .small-7 {
    height: 29.1666666667%; }
  .grid-y > .small-8 {
    height: 33.3333333333%; }
  .grid-y > .small-9 {
    height: 37.5%; }
  .grid-y > .small-10 {
    height: 41.6666666667%; }
  .grid-y > .small-11 {
    height: 45.8333333333%; }
  .grid-y > .small-12 {
    height: 50%; }
  .grid-y > .small-13 {
    height: 54.1666666667%; }
  .grid-y > .small-14 {
    height: 58.3333333333%; }
  .grid-y > .small-15 {
    height: 62.5%; }
  .grid-y > .small-16 {
    height: 66.6666666667%; }
  .grid-y > .small-17 {
    height: 70.8333333333%; }
  .grid-y > .small-18 {
    height: 75%; }
  .grid-y > .small-19 {
    height: 79.1666666667%; }
  .grid-y > .small-20 {
    height: 83.3333333333%; }
  .grid-y > .small-21 {
    height: 87.5%; }
  .grid-y > .small-22 {
    height: 91.6666666667%; }
  .grid-y > .small-23 {
    height: 95.8333333333%; }
  .grid-y > .small-24 {
    height: 100%; }
  @media print, screen and (min-width: 40em) {
    .grid-y > .medium-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 4.1666666667%; }
    .grid-y > .medium-2 {
      height: 8.3333333333%; }
    .grid-y > .medium-3 {
      height: 12.5%; }
    .grid-y > .medium-4 {
      height: 16.6666666667%; }
    .grid-y > .medium-5 {
      height: 20.8333333333%; }
    .grid-y > .medium-6 {
      height: 25%; }
    .grid-y > .medium-7 {
      height: 29.1666666667%; }
    .grid-y > .medium-8 {
      height: 33.3333333333%; }
    .grid-y > .medium-9 {
      height: 37.5%; }
    .grid-y > .medium-10 {
      height: 41.6666666667%; }
    .grid-y > .medium-11 {
      height: 45.8333333333%; }
    .grid-y > .medium-12 {
      height: 50%; }
    .grid-y > .medium-13 {
      height: 54.1666666667%; }
    .grid-y > .medium-14 {
      height: 58.3333333333%; }
    .grid-y > .medium-15 {
      height: 62.5%; }
    .grid-y > .medium-16 {
      height: 66.6666666667%; }
    .grid-y > .medium-17 {
      height: 70.8333333333%; }
    .grid-y > .medium-18 {
      height: 75%; }
    .grid-y > .medium-19 {
      height: 79.1666666667%; }
    .grid-y > .medium-20 {
      height: 83.3333333333%; }
    .grid-y > .medium-21 {
      height: 87.5%; }
    .grid-y > .medium-22 {
      height: 91.6666666667%; }
    .grid-y > .medium-23 {
      height: 95.8333333333%; }
    .grid-y > .medium-24 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y > .large-auto {
      flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 4.1666666667%; }
    .grid-y > .large-2 {
      height: 8.3333333333%; }
    .grid-y > .large-3 {
      height: 12.5%; }
    .grid-y > .large-4 {
      height: 16.6666666667%; }
    .grid-y > .large-5 {
      height: 20.8333333333%; }
    .grid-y > .large-6 {
      height: 25%; }
    .grid-y > .large-7 {
      height: 29.1666666667%; }
    .grid-y > .large-8 {
      height: 33.3333333333%; }
    .grid-y > .large-9 {
      height: 37.5%; }
    .grid-y > .large-10 {
      height: 41.6666666667%; }
    .grid-y > .large-11 {
      height: 45.8333333333%; }
    .grid-y > .large-12 {
      height: 50%; }
    .grid-y > .large-13 {
      height: 54.1666666667%; }
    .grid-y > .large-14 {
      height: 58.3333333333%; }
    .grid-y > .large-15 {
      height: 62.5%; }
    .grid-y > .large-16 {
      height: 66.6666666667%; }
    .grid-y > .large-17 {
      height: 70.8333333333%; }
    .grid-y > .large-18 {
      height: 75%; }
    .grid-y > .large-19 {
      height: 79.1666666667%; }
    .grid-y > .large-20 {
      height: 83.3333333333%; }
    .grid-y > .large-21 {
      height: 87.5%; }
    .grid-y > .large-22 {
      height: 91.6666666667%; }
    .grid-y > .large-23 {
      height: 95.8333333333%; }
    .grid-y > .large-24 {
      height: 100%; } }
.grid-padding-y .grid-padding-y {
  margin-top: -0;
  margin-bottom: -0; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
.grid-padding-y > .cell {
  padding-top: 0;
  padding-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y > .cell {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }
.grid-margin-y {
  margin-top: -0;
  margin-bottom: -0; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: 4.1666666667%; }
  .grid-margin-y > .small-2 {
    height: 8.3333333333%; }
  .grid-margin-y > .small-3 {
    height: 12.5%; }
  .grid-margin-y > .small-4 {
    height: 16.6666666667%; }
  .grid-margin-y > .small-5 {
    height: 20.8333333333%; }
  .grid-margin-y > .small-6 {
    height: 25%; }
  .grid-margin-y > .small-7 {
    height: 29.1666666667%; }
  .grid-margin-y > .small-8 {
    height: 33.3333333333%; }
  .grid-margin-y > .small-9 {
    height: 37.5%; }
  .grid-margin-y > .small-10 {
    height: 41.6666666667%; }
  .grid-margin-y > .small-11 {
    height: 45.8333333333%; }
  .grid-margin-y > .small-12 {
    height: 50%; }
  .grid-margin-y > .small-13 {
    height: 54.1666666667%; }
  .grid-margin-y > .small-14 {
    height: 58.3333333333%; }
  .grid-margin-y > .small-15 {
    height: 62.5%; }
  .grid-margin-y > .small-16 {
    height: 66.6666666667%; }
  .grid-margin-y > .small-17 {
    height: 70.8333333333%; }
  .grid-margin-y > .small-18 {
    height: 75%; }
  .grid-margin-y > .small-19 {
    height: 79.1666666667%; }
  .grid-margin-y > .small-20 {
    height: 83.3333333333%; }
  .grid-margin-y > .small-21 {
    height: 87.5%; }
  .grid-margin-y > .small-22 {
    height: 91.6666666667%; }
  .grid-margin-y > .small-23 {
    height: 95.8333333333%; }
  .grid-margin-y > .small-24 {
    height: 100%; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(4.1666666667% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(12.5% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(20.8333333333% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(29.1666666667% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(37.5% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(45.8333333333% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-13 {
      height: calc(54.1666666667% - 1.875rem); }
    .grid-margin-y > .small-14 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .small-15 {
      height: calc(62.5% - 1.875rem); }
    .grid-margin-y > .small-16 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .small-17 {
      height: calc(70.8333333333% - 1.875rem); }
    .grid-margin-y > .small-18 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-19 {
      height: calc(79.1666666667% - 1.875rem); }
    .grid-margin-y > .small-20 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .small-21 {
      height: calc(87.5% - 1.875rem); }
    .grid-margin-y > .small-22 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .small-23 {
      height: calc(95.8333333333% - 1.875rem); }
    .grid-margin-y > .small-24 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(4.1666666667% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(12.5% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(20.8333333333% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(29.1666666667% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(37.5% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(45.8333333333% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-13 {
      height: calc(54.1666666667% - 1.875rem); }
    .grid-margin-y > .medium-14 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-15 {
      height: calc(62.5% - 1.875rem); }
    .grid-margin-y > .medium-16 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-17 {
      height: calc(70.8333333333% - 1.875rem); }
    .grid-margin-y > .medium-18 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-19 {
      height: calc(79.1666666667% - 1.875rem); }
    .grid-margin-y > .medium-20 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-21 {
      height: calc(87.5% - 1.875rem); }
    .grid-margin-y > .medium-22 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-23 {
      height: calc(95.8333333333% - 1.875rem); }
    .grid-margin-y > .medium-24 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(4.1666666667% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(12.5% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(20.8333333333% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(29.1666666667% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(37.5% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(45.8333333333% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-13 {
      height: calc(54.1666666667% - 1.875rem); }
    .grid-margin-y > .large-14 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .large-15 {
      height: calc(62.5% - 1.875rem); }
    .grid-margin-y > .large-16 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .large-17 {
      height: calc(70.8333333333% - 1.875rem); }
    .grid-margin-y > .large-18 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-19 {
      height: calc(79.1666666667% - 1.875rem); }
    .grid-margin-y > .large-20 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .large-21 {
      height: calc(87.5% - 1.875rem); }
    .grid-margin-y > .large-22 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .large-23 {
      height: calc(95.8333333333% - 1.875rem); }
    .grid-margin-y > .large-24 {
      height: calc(100% - 1.875rem); } }
.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw; }

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

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

@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -0;
  margin-bottom: -0; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y > .cell {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: 4.1666666667%; }
  .grid-margin-y > .small-2 {
    height: 8.3333333333%; }
  .grid-margin-y > .small-3 {
    height: 12.5%; }
  .grid-margin-y > .small-4 {
    height: 16.6666666667%; }
  .grid-margin-y > .small-5 {
    height: 20.8333333333%; }
  .grid-margin-y > .small-6 {
    height: 25%; }
  .grid-margin-y > .small-7 {
    height: 29.1666666667%; }
  .grid-margin-y > .small-8 {
    height: 33.3333333333%; }
  .grid-margin-y > .small-9 {
    height: 37.5%; }
  .grid-margin-y > .small-10 {
    height: 41.6666666667%; }
  .grid-margin-y > .small-11 {
    height: 45.8333333333%; }
  .grid-margin-y > .small-12 {
    height: 50%; }
  .grid-margin-y > .small-13 {
    height: 54.1666666667%; }
  .grid-margin-y > .small-14 {
    height: 58.3333333333%; }
  .grid-margin-y > .small-15 {
    height: 62.5%; }
  .grid-margin-y > .small-16 {
    height: 66.6666666667%; }
  .grid-margin-y > .small-17 {
    height: 70.8333333333%; }
  .grid-margin-y > .small-18 {
    height: 75%; }
  .grid-margin-y > .small-19 {
    height: 79.1666666667%; }
  .grid-margin-y > .small-20 {
    height: 83.3333333333%; }
  .grid-margin-y > .small-21 {
    height: 87.5%; }
  .grid-margin-y > .small-22 {
    height: 91.6666666667%; }
  .grid-margin-y > .small-23 {
    height: 95.8333333333%; }
  .grid-margin-y > .small-24 {
    height: 100%; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(4.1666666667% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(12.5% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(20.8333333333% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(29.1666666667% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(37.5% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(45.8333333333% - 1.875rem); }
    .grid-margin-y > .small-12 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-13 {
      height: calc(54.1666666667% - 1.875rem); }
    .grid-margin-y > .small-14 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .small-15 {
      height: calc(62.5% - 1.875rem); }
    .grid-margin-y > .small-16 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .small-17 {
      height: calc(70.8333333333% - 1.875rem); }
    .grid-margin-y > .small-18 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-19 {
      height: calc(79.1666666667% - 1.875rem); }
    .grid-margin-y > .small-20 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .small-21 {
      height: calc(87.5% - 1.875rem); }
    .grid-margin-y > .small-22 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .small-23 {
      height: calc(95.8333333333% - 1.875rem); }
    .grid-margin-y > .small-24 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(4.1666666667% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(12.5% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(20.8333333333% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(29.1666666667% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(37.5% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(45.8333333333% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-13 {
      height: calc(54.1666666667% - 1.875rem); }
    .grid-margin-y > .medium-14 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-15 {
      height: calc(62.5% - 1.875rem); }
    .grid-margin-y > .medium-16 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-17 {
      height: calc(70.8333333333% - 1.875rem); }
    .grid-margin-y > .medium-18 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-19 {
      height: calc(79.1666666667% - 1.875rem); }
    .grid-margin-y > .medium-20 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .medium-21 {
      height: calc(87.5% - 1.875rem); }
    .grid-margin-y > .medium-22 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .medium-23 {
      height: calc(95.8333333333% - 1.875rem); }
    .grid-margin-y > .medium-24 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(4.1666666667% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(8.3333333333% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(12.5% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(16.6666666667% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(20.8333333333% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(29.1666666667% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(33.3333333333% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(37.5% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(41.6666666667% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(45.8333333333% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-13 {
      height: calc(54.1666666667% - 1.875rem); }
    .grid-margin-y > .large-14 {
      height: calc(58.3333333333% - 1.875rem); }
    .grid-margin-y > .large-15 {
      height: calc(62.5% - 1.875rem); }
    .grid-margin-y > .large-16 {
      height: calc(66.6666666667% - 1.875rem); }
    .grid-margin-y > .large-17 {
      height: calc(70.8333333333% - 1.875rem); }
    .grid-margin-y > .large-18 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-19 {
      height: calc(79.1666666667% - 1.875rem); }
    .grid-margin-y > .large-20 {
      height: calc(83.3333333333% - 1.875rem); }
    .grid-margin-y > .large-21 {
      height: calc(87.5% - 1.875rem); }
    .grid-margin-y > .large-22 {
      height: calc(91.6666666667% - 1.875rem); }
    .grid-margin-y > .large-23 {
      height: calc(95.8333333333% - 1.875rem); }
    .grid-margin-y > .large-24 {
      height: calc(100% - 1.875rem); } }
.grid-frame.grid-margin-y {
  height: calc(100vh + 0); }
  @media print, screen and (min-width: 40em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }
@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem); } }

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3.75rem; }
  h2, .h2 {
    font-size: 3rem; }
  h3, .h3 {
    font-size: 2.375rem; }
  h4, .h4 {
    font-size: 2rem; }
  h5, .h5 {
    font-size: 1.625rem; }
  h6, .h6 {
    font-size: 1.25rem; } }

a {
  line-height: inherit;
  color: #022E59;
  text-decoration: none;
  cursor: pointer; }
  a:hover, a:focus {
    color: #02284d; }
  a img {
    border: 0; }

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

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

li {
  font-size: inherit; }

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

ol {
  margin-left: 1.25rem; }

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

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

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #949494; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #363636; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #363636; }
  cite:before {
    content: "— "; }

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

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #949494;
  background-color: #e6e6e6;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000000; }

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

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

.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; }

.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; } }

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

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #363636;
    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;
  font-family: inherit;
  padding: 0.6em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 10px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 1.25rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #00A8E4;
  color: #022E59; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #008fc2;
    color: #022E59; }
  .button.tiny {
    font-size: 0.75rem; }
  .button.small {
    font-size: 1rem; }
  .button.large {
    font-size: 2rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #022E59;
    color: #00A8E4; }
    .button.primary:hover, .button.primary:focus {
      background-color: #022547;
      color: #00A8E4; }
  .button.secondary {
    background-color: #00A8E4;
    color: #022E59; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #0086b6;
      color: #022E59; }
  .button.success {
    background-color: #14A8CC;
    color: #022E59; }
    .button.success:hover, .button.success:focus {
      background-color: #1086a3;
      color: #022E59; }
  .button.warning {
    background-color: #4560A2;
    color: #022E59; }
    .button.warning:hover, .button.warning:focus {
      background-color: #374d82;
      color: #022E59; }
  .button.alert {
    background-color: #707070;
    color: #022E59; }
    .button.alert:hover, .button.alert:focus {
      background-color: #5a5a5a;
      color: #022E59; }
  .button.disabled, .button[disabled] {
    opacity: 0.25;
    cursor: not-allowed; }
    .button.disabled, .button.disabled:hover, .button.disabled:focus, .button[disabled], .button[disabled]:hover, .button[disabled]:focus {
      background-color: #00A8E4;
      color: #022E59; }
    .button.disabled.primary, .button[disabled].primary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.primary, .button.disabled.primary:hover, .button.disabled.primary:focus, .button[disabled].primary, .button[disabled].primary:hover, .button[disabled].primary:focus {
        background-color: #022E59;
        color: #00A8E4; }
    .button.disabled.secondary, .button[disabled].secondary {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
        background-color: #00A8E4;
        color: #022E59; }
    .button.disabled.success, .button[disabled].success {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.success, .button.disabled.success:hover, .button.disabled.success:focus, .button[disabled].success, .button[disabled].success:hover, .button[disabled].success:focus {
        background-color: #14A8CC;
        color: #022E59; }
    .button.disabled.warning, .button[disabled].warning {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.warning, .button.disabled.warning:hover, .button.disabled.warning:focus, .button[disabled].warning, .button[disabled].warning:hover, .button[disabled].warning:focus {
        background-color: #4560A2;
        color: #022E59; }
    .button.disabled.alert, .button[disabled].alert {
      opacity: 0.25;
      cursor: not-allowed; }
      .button.disabled.alert, .button.disabled.alert:hover, .button.disabled.alert:focus, .button[disabled].alert, .button[disabled].alert:hover, .button[disabled].alert:focus {
        background-color: #707070;
        color: #022E59; }
  .button.hollow {
    border: 1px solid #00A8E4;
    color: #00A8E4; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background-color: transparent; }
    .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
      background-color: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #005472;
      color: #005472; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 1px solid #00A8E4;
        color: #00A8E4; }
    .button.hollow.primary {
      border: 1px solid #022E59;
      color: #022E59; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #01172d;
        color: #01172d; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 1px solid #022E59;
          color: #022E59; }
    .button.hollow.secondary {
      border: 1px solid #00A8E4;
      color: #00A8E4; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #005472;
        color: #005472; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 1px solid #00A8E4;
          color: #00A8E4; }
    .button.hollow.success {
      border: 1px solid #14A8CC;
      color: #14A8CC; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #0a5466;
        color: #0a5466; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 1px solid #14A8CC;
          color: #14A8CC; }
    .button.hollow.warning {
      border: 1px solid #4560A2;
      color: #4560A2; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #233051;
        color: #233051; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 1px solid #4560A2;
          color: #4560A2; }
    .button.hollow.alert {
      border: 1px solid #707070;
      color: #707070; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #383838;
        color: #383838; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 1px solid #707070;
          color: #707070; }
  .button.clear {
    border: 1px solid #00A8E4;
    color: #00A8E4; }
    .button.clear, .button.clear:hover, .button.clear:focus {
      background-color: transparent; }
    .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
      background-color: transparent; }
    .button.clear:hover, .button.clear:focus {
      border-color: #005472;
      color: #005472; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 1px solid #00A8E4;
        color: #00A8E4; }
    .button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
      border-color: transparent; }
    .button.clear.primary {
      border: 1px solid #022E59;
      color: #022E59; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #01172d;
        color: #01172d; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 1px solid #022E59;
          color: #022E59; }
      .button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
        border-color: transparent; }
    .button.clear.secondary {
      border: 1px solid #00A8E4;
      color: #00A8E4; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #005472;
        color: #005472; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 1px solid #00A8E4;
          color: #00A8E4; }
      .button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
        border-color: transparent; }
    .button.clear.success {
      border: 1px solid #14A8CC;
      color: #14A8CC; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #0a5466;
        color: #0a5466; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 1px solid #14A8CC;
          color: #14A8CC; }
      .button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
        border-color: transparent; }
    .button.clear.warning {
      border: 1px solid #4560A2;
      color: #4560A2; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #233051;
        color: #233051; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 1px solid #4560A2;
          color: #4560A2; }
      .button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
        border-color: transparent; }
    .button.clear.alert {
      border: 1px solid #707070;
      color: #707070; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #383838;
        color: #383838; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 1px solid #707070;
          color: #707070; }
      .button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert:hover, .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus, .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
        border-color: transparent; }
  .button.dropdown::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #ffffff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 1em; }
  .button.dropdown.hollow::after {
    border-top-color: #00A8E4; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #022E59; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #00A8E4; }
  .button.dropdown.hollow.success::after {
    border-top-color: #14A8CC; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #4560A2; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #707070; }
  .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.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1.5px solid #ffffff;
  border-radius: 5px;
  background-color: transparent;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  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: 1.5px solid #00A8E4;
    background-color: transparent;
    box-shadow: 0 0 5px #949494;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

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

input::placeholder,
textarea::placeholder {
  color: #363636; }

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

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

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

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

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

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

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

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

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

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch; }
  .input-group > :first-child {
    border-radius: 5px 0 0 5px; }
  .input-group > :last-child > * {
    border-radius: 0 5px 5px 0; }

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

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #949494;
  background: #e6e6e6;
  color: #000000;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  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;
  flex: 1 1 0px;
  height: auto;
  min-width: 0; }

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

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

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

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

select {
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  appearance: none;
  border: 1.5px solid #ffffff;
  border-radius: 45px;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  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%28255, 255, 255%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -1rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.5rem;
  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/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMBJREFUeNrEllsOhCAMRVszC9IlzU7KCmVHTJsoMWYMUtpyv9BgbuXQB5ZSdgBYYY4ycgBivk8KYFsQMfMiTTBP4o3nUzCKzOabLJbLy2/g31evGkAginR4/ZegKH5qX3bJCscA3t0x3kgO5tQFyhhFf50xRqFLbyMUNJQzgyjGS/wgCpvKqkRBpuWrE4V9d+1E4dPUXqIg107SQOE/2DRQxMwTDygIInVDET9T3lCoj/6j/VCmGjZOl2lKpZ8AAwDQP7zIimDGFQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1.5px solid #00A8E4;
    background-color: transparent;
    box-shadow: 0 0 5px #949494;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #022E59;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #707070;
  background-color: #f1f1f1; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #707070; }

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

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bolder;
  color: #707070; }
  .form-error.is-visible {
    display: block; }

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

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

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

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

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

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.7rem 1rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.7rem 1rem; }

.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1rem; }

.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1rem;
  margin-left: 0; }

.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #022E59 transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 1rem; }

.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 1rem; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem; }

.accordion-menu .is-accordion-submenu-parent[aria-expanded='true'] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%; }

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

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

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

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

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

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #022E59;
  color: #ffffff; }
  .badge.primary {
    background: #022E59;
    color: #ffffff; }
  .badge.secondary {
    background: #00A8E4;
    color: #000000; }
  .badge.success {
    background: #14A8CC;
    color: #000000; }
  .badge.warning {
    background: #4560A2;
    color: #ffffff; }
  .badge.alert {
    background: #707070;
    color: #ffffff; }

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 1.25rem;
    flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.75rem; }
  .button-group.small .button {
    font-size: 1rem; }
  .button-group.large .button {
    font-size: 2rem; }
  .button-group.expanded .button {
    flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #022E59;
    color: #00A8E4; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #022547;
      color: #00A8E4; }
  .button-group.secondary .button {
    background-color: #00A8E4;
    color: #022E59; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #0086b6;
      color: #022E59; }
  .button-group.success .button {
    background-color: #14A8CC;
    color: #022E59; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #1086a3;
      color: #022E59; }
  .button-group.warning .button {
    background-color: #4560A2;
    color: #022E59; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #374d82;
      color: #022E59; }
  .button-group.alert .button {
    background-color: #707070;
    color: #022E59; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #5a5a5a;
      color: #022E59; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      flex: 0 0 100%; }
      .button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
        margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .button-group.stacked-for-small .button {
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 64em) {
    .button-group.stacked-for-medium .button {
      flex: 1 1 0px;
      margin-bottom: 0; } }
  @media screen and (max-width: 39.9375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }
.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #e6e6e6;
  border-radius: 0px;
  background: #ffffff;
  box-shadow: none;
  overflow: hidden;
  color: #00053e; }
  .card > :last-child {
    margin-bottom: 0; }

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

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

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

.close-button {
  position: absolute;
  color: #898989;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #adadad; }
  .close-button.small {
    right: 1rem;
    top: 0.75rem;
    font-size: 1.5em;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1.5rem;
    top: 1rem;
    font-size: 2em;
    line-height: 1; }

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

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

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

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

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

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

.drilldown a {
  padding: 0.7rem 1rem;
  background: #ffffff; }

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #ffffff;
  transition: transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.7rem 1rem; }

.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0; }

.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%; }

.drilldown .is-drilldown-submenu-parent > a {
  position: relative; }
  .drilldown .is-drilldown-submenu-parent > a::after {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #022E59; }

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #022E59; }

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #022E59 transparent transparent; }

.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #022E59 transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0; }

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

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

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

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

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto; }

.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0; }

.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem; }

.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #022E59 transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px; }

.dropdown.menu a {
  padding: 0.7rem 1rem; }
  [data-whatinput='mouse'] .dropdown.menu a {
    outline: 0; }

.dropdown.menu .is-active > a {
  background: transparent;
  color: #022E59; }

.no-js .dropdown.menu ul {
  display: none; }

.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0; }

.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
  top: 0; }

.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%; }

.dropdown.menu.vertical > li > a::after {
  right: 14px; }

.dropdown.menu.vertical > li.opens-left > a::after {
  right: auto;
  left: 5px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #022E59 transparent transparent; }

.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #022E59; }

@media print, screen and (min-width: 40em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #022E59 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #022E59 transparent transparent; }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #022E59; } }

@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem; }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #022E59 transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px; }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px; }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    right: auto;
    left: 5px;
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #022E59 transparent transparent; }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #022E59; } }

.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto; }

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

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

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

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

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 45px;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #022E59;
  color: #ffffff; }
  .label.primary {
    background: #022E59;
    color: #ffffff; }
  .label.secondary {
    background: #00A8E4;
    color: #000000; }
  .label.success {
    background: #14A8CC;
    color: #000000; }
  .label.warning {
    background: #4560A2;
    color: #ffffff; }
  .label.alert {
    background: #707070;
    color: #ffffff; }

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

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0.0625rem;
    border-radius: 45px;
    font-size: 0.875rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 40em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 45px;
    color: #000000; }
    .pagination a:hover,
    .pagination button:hover {
      background: #e6e6e6; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #022E59;
    color: #ffffff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #949494;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.1875rem 0.625rem;
    content: '\2026';
    color: #000000; }

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

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

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0px;
  background-color: #949494; }
  .progress.primary .progress-meter {
    background-color: #022E59; }
  .progress.secondary .progress-meter {
    background-color: #00A8E4; }
  .progress.success .progress-meter {
    background-color: #14A8CC; }
  .progress.warning .progress-meter {
    background-color: #4560A2; }
  .progress.alert .progress-meter {
    background-color: #707070; }

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

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

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

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

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

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

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

.sticky-container {
  position: relative; }

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

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

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

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  user-select: none; }

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

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

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0px; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f2f2f2;
    background-color: #ffffff; }
  caption {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bolder; }
  thead {
    background: #f9f9f9;
    color: #00053e; }
  tfoot {
    background: #f2f2f2;
    color: #00053e; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.5rem 0.625rem 0.625rem;
    font-weight: bolder;
    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: #ffffff; }
    table.unstriped tbody tr {
      border-bottom: 0;
      border-bottom: 1px solid #f2f2f2;
      background-color: #ffffff; }

@media screen and (max-width: 63.9375em) {
  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; }
  .table-scroll table {
    width: auto; }

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

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

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

.tabs.primary {
  background: #022E59; }
  .tabs.primary > li > a {
    color: #ffffff; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #02396d; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    color: #ffffff; }
    .tabs-title > a:hover {
      background: none;
      color: #dbdbdb; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: none;
      color: #ffffff; }

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

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

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

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

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

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

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

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

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold; }

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: #ffffff; }
  .top-bar input {
    max-width: 200px;
    margin-right: 1rem; }
  .top-bar .input-group-field {
    width: 100%;
    margin-right: 0; }
  .top-bar input.button {
    width: auto; }
  .top-bar .top-bar-left,
  .top-bar .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 64em) {
    .top-bar {
      flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        flex: 0 1 auto;
        margin-left: auto; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-medium {
      flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 74.9375em) {
    .top-bar.stacked-for-large {
      flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        flex: 0 0 100%;
        max-width: 100%; } }
.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 39.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 40em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 40em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 39.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 39.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0; }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  clip-path: none; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }
.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }
.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.clearfix::before, .clearfix::after {
  display: table;
  content: ' ';
  flex-basis: 0;
  order: 1; }

.clearfix::after {
  clear: both; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-container {
  display: flex; }

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

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

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

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

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

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

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

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

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

.text-hide {
  font: 0/0 a !important;
  color: transparent !important;
  text-shadow: none !important;
  background-color: transparent !important;
  border: 0 !important; }

.text-truncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-wrap {
  word-wrap: break-word !important; }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.text-overline {
  text-decoration: overline !important; }

.text-underline {
  text-decoration: underline !important; }

.text-line-through {
  text-decoration: line-through !important; }

.font-wide {
  letter-spacing: 0.25rem; }

.font-normal {
  font-weight: normal; }

.font-bold {
  font-weight: bolder; }

.font-italic {
  font-style: italic !important; }

ul.list-disc {
  list-style-type: disc !important; }

ul.list-circle {
  list-style-type: circle !important; }

ul.list-square {
  list-style-type: square !important; }

ol.list-decimal {
  list-style-type: decimal !important; }

ol.list-lower-alpha {
  list-style-type: lower-alpha !important; }

ol.list-lower-latin {
  list-style-type: lower-latin !important; }

ol.list-lower-roman {
  list-style-type: lower-roman !important; }

ol.list-upper-alpha {
  list-style-type: upper-alpha !important; }

ol.list-upper-latin {
  list-style-type: upper-latin !important; }

ol.list-upper-roman {
  list-style-type: upper-roman !important; }

.rounded {
  border-radius: 5000px !important; }

.radius {
  border-radius: 0.1875rem; }

.bordered {
  border: 0.0625rem solid #949494; }

.shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12); }

.arrow-down {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: '';
  border-bottom-width: 0;
  border-top-style: solid;
  border-color: #000000 transparent transparent; }

.arrow-up {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: '';
  border-top-width: 0;
  border-bottom-style: solid;
  border-color: transparent transparent #000000; }

.arrow-right {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #000000; }

.arrow-left {
  display: block;
  width: 0;
  height: 0;
  border: inset 0.4375rem;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #000000 transparent transparent; }

.separator-center {
  text-align: center !important; }
  .separator-center::before, .separator-center::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .separator-center::after {
    clear: both; }
  .separator-center::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #022E59;
    margin: 1rem auto 0; }

.separator-left {
  text-align: left !important; }
  .separator-left::before, .separator-left::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .separator-left::after {
    clear: both; }
  .separator-left::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #022E59;
    margin: 1rem auto 0;
    margin-left: 0 !important; }

.separator-right {
  text-align: right !important; }
  .separator-right::before, .separator-right::after {
    display: table;
    content: ' ';
    flex-basis: 0;
    order: 1; }
  .separator-right::after {
    clear: both; }
  .separator-right::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.125rem solid #022E59;
    margin: 1rem auto 0;
    margin-right: 0 !important; }

.overflow-visible {
  overflow: visible !important; }

.overflow-x-visible {
  overflow-x: visible !important; }

.overflow-y-visible {
  overflow-y: visible !important; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-x-hidden {
  overflow-x: hidden !important; }

.overflow-y-hidden {
  overflow-y: hidden !important; }

.overflow-scroll {
  overflow: scroll !important; }

.overflow-x-scroll {
  overflow-x: scroll !important; }

.overflow-y-scroll {
  overflow-y: scroll !important; }

.display-inline {
  display: inline !important; }

.display-inline-block {
  display: inline-block !important; }

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

.display-table {
  display: table !important; }

.display-table-cell {
  display: table-cell !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-fixed-top {
  position: fixed !important;
  top: 0rem !important;
  right: 0rem !important;
  left: 0rem !important;
  z-index: 975; }

.position-fixed-bottom {
  position: fixed !important;
  right: 0rem !important;
  bottom: 0rem !important;
  left: 0rem !important;
  z-index: 975; }

.border-box {
  box-sizing: border-box !important; }

.border-none {
  border: none !important; }

.width-25 {
  width: 25% !important; }

.width-50 {
  width: 50% !important; }

.width-75 {
  width: 75% !important; }

.width-100 {
  width: 100% !important; }

.height-25 {
  height: 25% !important; }

.height-50 {
  height: 50% !important; }

.height-75 {
  height: 75% !important; }

.height-100 {
  height: 100% !important; }

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

.max-height-100 {
  max-height: 100% !important; }

.margin-0 {
  margin-top: 0rem !important;
  margin-right: 0rem !important;
  margin-bottom: 0rem !important;
  margin-left: 0rem !important; }

.padding-0 {
  padding-top: 0rem !important;
  padding-right: 0rem !important;
  padding-bottom: 0rem !important;
  padding-left: 0rem !important; }

.margin-top-0 {
  margin-top: 0rem !important; }

.padding-top-0 {
  padding-top: 0rem !important; }

.margin-right-0 {
  margin-right: 0rem !important; }

.padding-right-0 {
  padding-right: 0rem !important; }

.margin-bottom-0 {
  margin-bottom: 0rem !important; }

.padding-bottom-0 {
  padding-bottom: 0rem !important; }

.margin-left-0 {
  margin-left: 0rem !important; }

.padding-left-0 {
  padding-left: 0rem !important; }

.margin-horizontal-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important; }

.padding-horizontal-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important; }

.margin-vertical-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important; }

.padding-vertical-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important; }

.margin-1 {
  margin-top: 1rem !important;
  margin-right: 1rem !important;
  margin-bottom: 1rem !important;
  margin-left: 1rem !important; }

.padding-1 {
  padding-top: 1rem !important;
  padding-right: 1rem !important;
  padding-bottom: 1rem !important;
  padding-left: 1rem !important; }

.margin-top-1 {
  margin-top: 1rem !important; }

.padding-top-1 {
  padding-top: 1rem !important; }

.margin-right-1 {
  margin-right: 1rem !important; }

.padding-right-1 {
  padding-right: 1rem !important; }

.margin-bottom-1 {
  margin-bottom: 1rem !important; }

.padding-bottom-1 {
  padding-bottom: 1rem !important; }

.margin-left-1 {
  margin-left: 1rem !important; }

.padding-left-1 {
  padding-left: 1rem !important; }

.margin-horizontal-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

.padding-horizontal-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important; }

.margin-vertical-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important; }

.padding-vertical-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important; }

.margin-2 {
  margin-top: 2rem !important;
  margin-right: 2rem !important;
  margin-bottom: 2rem !important;
  margin-left: 2rem !important; }

.padding-2 {
  padding-top: 2rem !important;
  padding-right: 2rem !important;
  padding-bottom: 2rem !important;
  padding-left: 2rem !important; }

.margin-top-2 {
  margin-top: 2rem !important; }

.padding-top-2 {
  padding-top: 2rem !important; }

.margin-right-2 {
  margin-right: 2rem !important; }

.padding-right-2 {
  padding-right: 2rem !important; }

.margin-bottom-2 {
  margin-bottom: 2rem !important; }

.padding-bottom-2 {
  padding-bottom: 2rem !important; }

.margin-left-2 {
  margin-left: 2rem !important; }

.padding-left-2 {
  padding-left: 2rem !important; }

.margin-horizontal-2 {
  margin-right: 2rem !important;
  margin-left: 2rem !important; }

.padding-horizontal-2 {
  padding-right: 2rem !important;
  padding-left: 2rem !important; }

.margin-vertical-2 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important; }

.padding-vertical-2 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.margin-3 {
  margin-top: 3rem !important;
  margin-right: 3rem !important;
  margin-bottom: 3rem !important;
  margin-left: 3rem !important; }

.padding-3 {
  padding-top: 3rem !important;
  padding-right: 3rem !important;
  padding-bottom: 3rem !important;
  padding-left: 3rem !important; }

.margin-top-3 {
  margin-top: 3rem !important; }

.padding-top-3 {
  padding-top: 3rem !important; }

.margin-right-3 {
  margin-right: 3rem !important; }

.padding-right-3 {
  padding-right: 3rem !important; }

.margin-bottom-3 {
  margin-bottom: 3rem !important; }

.padding-bottom-3 {
  padding-bottom: 3rem !important; }

.margin-left-3 {
  margin-left: 3rem !important; }

.padding-left-3 {
  padding-left: 3rem !important; }

.margin-horizontal-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important; }

.padding-horizontal-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important; }

.margin-vertical-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important; }

.padding-vertical-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important; }

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

p a, li a {
  text-decoration: underline; }

li.accordion-item a {
  text-decoration: none; }

input::-moz-focus-inner {
  border: 0; }

video {
  max-width: 100%; }

.background-video {
  background-color: #022E59;
  position: relative; }

.inline {
  display: inline; }

.inline-block {
  display: inline-block; }

.height-100-percent {
  height: 100%; }

.hero-img-container {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  .hero-img-container #customized-section-text h2, .hero-img-container #healthy-habits-text h2 {
    line-height: 1;
    margin-bottom: 20px; }
  .hero-img-container #customized-section-text p, .hero-img-container #healthy-habits-text p {
    margin: 20px 0 0; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Nunito Sans", "Arial", sans-serif;
  text-transform: uppercase;
  line-height: normal;
  font-weight: 700; }

.uppercase {
  text-transform: uppercase; }

p {
  font-family: "Nunito Sans", "Arial", sans-serif;
  line-height: normal; }

.teal-text {
  color: #00A8E4; }

a.teal-text:hover {
  color: #00A8E4;
  text-decoration: underline; }

.dark-blue-text {
  color: #022E59; }

a.dark-blue-text:hover {
  color: #022E59;
  text-decoration: underline; }

.white-text {
  color: #ffffff; }

.gray-text {
  color: #707070; }

.white-background {
  background-color: #ffffff;
  color: #022E59; }

.dark-blue-background {
  background-color: #022E59;
  color: #ffffff; }
  .dark-blue-background a {
    color: #ffffff; }
  .dark-blue-background a:hover, .dark-blue-background a:visited, .dark-blue-background a:active {
    color: lightgray; }
  .dark-blue-background .button {
    color: #022E59; }
    .dark-blue-background .button:hover, .dark-blue-background .button:visited, .dark-blue-background .button:active {
      color: #022E59; }
  .dark-blue-background ::placeholder {
    color: #ffffff; }
  .dark-blue-background #radiusSelect {
    color: #ffffff; }
    .dark-blue-background #radiusSelect option:not(:checked) {
      color: black; }

.blue-background {
  color: #ffffff;
  background-color: #0054A6; }

.teal-background {
  background-color: #00A8E4;
  color: #022E59; }

.teal-gradient {
  background: #00A8E4;
  background: linear-gradient(180deg, #00a8e4 0%, #9ce6f7 70%, #e7f6fd 100%); }

.light-blue-gradient {
  background: linear-gradient(180deg, #9ce6f7 0%, #e7f6fd 70%, white 100%); }

.dark-bottom-gradient {
  background: #00053E;
  background: linear-gradient(0deg, #00053e 0%, rgba(0, 5, 62, 0) 30%, rgba(0, 5, 62, 0) 100%); }

.dark-gradient {
  background: linear-gradient(0deg, black 0%, rgba(0, 0, 0, 0) 100%);
  padding: 180px 0; }

.deliveryblue-gradient {
  background: linear-gradient(180deg, #0054a6 0%, #00a8e4 70%, #00d6f9 100%); }

.dark-blue-gradient {
  background: #022E59;
  background: linear-gradient(180deg, #022e59 0%, #0054a6 70%, #00abe4 100%); }

.teal-to-blue {
  background: linear-gradient(90deg, #022e59 0%, #0054a6 70%, #00abe4 100%);
  color: #ffffff; }

.ocean {
  background: linear-gradient(180deg, #00d6f9 0%, #9ce6f7 70%, #e7f6fd 100%); }

.teal-to-blue-vertical {
  background: linear-gradient(180deg, #022e59 0%, #0054a6 70%, #00abe4 100%);
  color: #ffffff; }

.white-overlay {
  background: linear-gradient(120deg, white 0%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
  padding: 150px 20px; }

.dark-blue-overlay {
  background: linear-gradient(45deg, #022e59 0%, rgba(2, 46, 89, 0) 100%);
  padding: 150px 20px; }

.light-blue-background {
  background-color: #9CE6F7; }

.gray-background {
  background-color: #efefef; }

.dark-blue-divider {
  background: #022E59;
  width: 100%;
  height: 2px; }

.white-divider {
  background: #ffffff;
  width: 100%;
  height: 2px; }

.teal-divider {
  background: #00A8E4;
  width: 100%;
  height: 2px; }

.dark-blue-border {
  border: 3px solid #022E59; }

.teal-border {
  border: 3px solid #00A8E4;
  box-shadow: 1px 1px 4px 1px gray; }

hr {
  border-bottom: 1px solid #e3e3e3; }

.button {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  border-radius: 50px; }

.button-white-navy {
  background-color: #ffffff;
  color: #022E59; }

.button-white-deliveryblue {
  background-color: #ffffff;
  color: #0054A6; }

.button-white-navy:hover,
.button-white-deliveryblue:hover {
  background-color: rgba(255, 255, 255, 0.6); }

.button-navy-white {
  background-color: #022E59;
  color: #ffffff; }

.button-navy-white:hover {
  background-color: rgba(22, 53, 94, 0.6);
  color: #ffffff; }

.margin-0 {
  margin: 0; }

.margin-bottom-0 {
  margin-bottomf: 0; }

.margin-bottom-1 {
  margin-bottom: 1rem; }

.margin-top-1 {
  margin-top: 1rem; }

.margin-bottom-2 {
  margin-bottom: 2rem; }

.margin-top-2 {
  margin-top: 2rem; }

.margin-bottom-3 {
  margin-bottom: 3rem; }

.padding-1 {
  padding: 1rem; }

.padding-2 {
  padding: 2rem; }

.padding-bottom-1 {
  padding-bottom: 1rem; }

.padding-top-1 {
  padding-top: 1rem; }

.padding-bottom-2 {
  padding-bottom: 2rem; }

.padding-top-2 {
  padding-top: 2rem; }

.padding-top-3 {
  padding-top: 3rem; }

.padding-top-4 {
  padding-top: 4rem; }

.padding-vertical-2 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.padding-vertical-3 {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.padding-vertical-4 {
  padding-top: 4rem;
  padding-bottom: 4rem; }

.header-logo {
  max-width: 100px; }

#hamburger {
  font-size: 32px;
  color: #022E59; }

.fa-shopping-cart {
  font-size: larger; }

.dropdown.menu a {
  background-color: rgba(255, 255, 255, 0.3);
  transition: background-color 2s;
  text-align: center;
  font-size: 17px; }

.dropdown.menu a:hover {
  background-color: rgba(22, 53, 94, 0.3);
  cursor: pointer; }

.dropdown.menu.vertical > li .is-dropdown-submenu {
  width: 100%; }

.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  left: auto;
  right: 0rem; }

.site-footer {
  padding: 2rem;
  color: #707070; }
  .site-footer .menu a {
    padding-right: 0; }
  .site-footer a:link {
    color: #707070; }
  .site-footer a:active {
    color: #707070; }
  .site-footer a:visited {
    color: #707070; }
  .site-footer a:hover {
    color: #022E59; }
  .site-footer li {
    font-size: 16px; }
  .site-footer small {
    font-size: 50%; }

#social-icons i {
  font-size: 2em;
  margin-left: 10px; }

#social-icons p {
  font-family: 'nonesuchregular', 'DIN-Medium', Arial, sans-serif;
  margin-bottom: 4px;
  text-transform: uppercase; }

#footer-logo {
  max-width: 150px; }

.sign-up-box {
  width: 300px;
  max-width: 100%;
  display: inline-block; }
  .sign-up-box label {
    display: none; }

.water-we-up-to {
  display: inline-block;
  padding-right: 1rem;
  margin-bottom: 0; }

.be-ix-link-block .be-related-link-container .be-list .be-list-item a {
  color: #707070 !important; }

.hs-button {
  border: none;
  border-radius: 0 5px 5px 0;
  background-color: #00A8E4;
  padding: .5rem 2rem;
  font-size: 20px;
  color: #022E59; }

.hs-button:hover {
  cursor: pointer;
  background-color: #69e8ee; }

#email-e23833fb-606a-4065-803c-f5111c9be47d {
  color: #022E59;
  background-color: #ffffff;
  border: 2px solid #00A8E4;
  margin: 0; }

.hbspt-form {
  position: relative; }
  .hbspt-form label {
    display: none; }

.hs-submit {
  position: absolute;
  top: 0rem;
  right: 0rem; }

.hs-error-msgs {
  list-style: none;
  margin: 0; }
  .hs-error-msgs li label {
    color: #00A8E4; }

#homepage-video video {
  display: block; }

#video-overlay {
  position: absolute;
  bottom: 30%;
  width: 100%; }
  #video-overlay h1 {
    color: #ffffff;
    line-height: 1;
    margin-bottom: 15px;
    display: none; }

.play-button-mobile {
  width: 55px; }

.left-cell {
  padding: 0; }
  .left-cell h3 {
    line-height: 1;
    margin: 0; }

.right-cell {
  border-left: none;
  padding: 0; }
  .right-cell h3 {
    line-height: 1;
    margin: 0; }

#pick-your-primo {
  color: #ffffff;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  top: 1rem;
  line-height: 1; }

#or-centered {
  color: #ffffff;
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translate(-50%, -50%); }

#exchange-refill-section {
  position: relative;
  background: #022E59; }

.category-slide {
  background-color: #f1f1f1;
  background: linear-gradient(45deg, #c8c8c8 0%, white 100%);
  color: #022E59; }
  .category-slide .category-slide-content {
    padding: 3rem 20px 0; }
  .category-slide a {
    color: #707070;
    font-size: 125%; }

.why-primo-text {
  font-size: 30px;
  line-height: 1.4;
  position: absolute;
  bottom: 10%;
  margin-left: 20%;
  margin-right: 20%;
  color: white; }

.gradient-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%; }

#why-primo-video video {
  margin-bottom: -6px; }

#why-primo-overlay {
  position: absolute;
  top: 15%;
  left: 0;
  width: 100%; }

.mobile-why-primo-img {
  width: 100%; }

.row-fullwidth {
  max-width: 100%; }

.why-primo-text-mobile {
  font-size: 30px;
  line-height: 1.4;
  padding: 2rem; }

#safer-water-text {
  padding: 3rem; }

#graph-water-quality {
  padding: 4%; }

#reduce-waste-text {
  padding: 3rem; }

#single-serve-bottles {
  text-align: center;
  margin-bottom: 1rem; }

#single-bottle-icon {
  max-height: 200px;
  padding: 1rem; }

#healthy-habits-text {
  color: #ffffff; }
  #healthy-habits-text a {
    color: #ffffff; }

.primomapcontainer {
  height: 200px; }

.map-container-stack {
  color: #022E59; }

#exchange-tab, #refill-tab {
  text-align: center; }

.tab-icon {
  max-width: 80px;
  margin: 1rem auto; }

.sources {
  margin-top: 1rem;
  font-size: 80%;
  color: #022E59; }
  .sources a {
    text-decoration: underline;
    color: #022E59; }

.contaminants-slider p {
  padding: 1rem;
  background-color: #ffffff;
  color: #022E59; }

.contaminants-slider .white-box {
  width: 100%;
  padding: 1.5rem 0; }

.contaminants-slider h4 {
  color: #ffffff;
  font-size: 2.7em;
  line-height: 1; }

#exchange-panel h2, #refill-panel h2 {
  padding-top: 1rem; }

.waterfacts-text {
  font-size: 150%; }

.exchange-page .location_search [type='submit'] {
  background-color: #022E59 !important; }

[type='submit']:focus {
  border: none; }

.our-water-top-section img {
  max-height: 180px;
  float: none; }

.how-it-works p {
  padding-left: 3rem;
  padding-right: 3rem; }

#water-under img {
  max-height: 100px;
  margin: 1rem; }

#water-under h3 {
  display: block;
  clear: both;
  text-align: center;
  vertical-align: middle; }

#water-under p {
  margin-top: 0px;
  text-align: center;
  display: block;
  font-size: 80%; }

.gallon-average img {
  max-height: 100px;
  margin: 1rem; }

.gallon-average h3 {
  display: inline;
  vertical-align: middle; }

.gallon-average p {
  margin-top: -2rem;
  text-align: right;
  font-size: 80%; }

.flip-card {
  perspective: 1000px;
  display: inline-block;
  background-color: transparent; }

.flip-card-inner {
  max-width: 100px; }
  .flip-card-inner img {
    padding: 1rem;
    max-height: 550px;
    margin-top: 10px; }

.customer-service i {
  font-size: 35px; }

.customer-service tbody {
  background-color: transparent;
  border: none; }

.customer-service tbody tr:nth-child(even) {
  border-top: 1px solid #022E59 !important;
  background-color: transparent; }

.customer-service td {
  font-size: 18px; }

#faq-tabs a:hover {
  background-color: #f9fafc; }

#faq-tabs img:hover {
  opacity: .7; }

.tabs-title > a {
  color: #022E59; }

.tabs-title > a:hover {
  color: #022E59; }

.tabs-title > a:focus, .tabs-title > a[aria-selected="true"] {
  color: #022E59; }

.tabs-content {
  color: #022E59; }

.accordion-content p a, .accordion-content ol a {
  text-decoration: underline; }

.accordion-content p a:hover, .accordion-content ol a:hover {
  opacity: .7; }

.small-icon {
  padding: 1.5rem;
  width: 100%;
  max-width: 180px; }

.rack-description {
  margin: 0 1rem;
  text-align: left;
  padding-bottom: 0rem; }

.rack-img {
  max-height: 450px; }

.promo-banner {
  background-color: #00A8E4;
  color: #022E59;
  padding-top: 20px;
  padding-bottom: 20px; }

.product-callout {
  background-color: #022E59;
  color: #ffffff;
  padding-top: 2rem;
  padding-bottom: 2rem; }

.retina-image img {
  max-width: 50%; }

#liveagent_button_online_573P0000000CaVY, #liveagent_button_offline_573P0000000CaVY {
  position: relative;
  z-index: 9999; }

.no-so-cal {
  display: block;
  width: 100%;
  font-size: 1.4em;
  padding: 10px 20px;
  background-color: #ffffffa3; }
  .no-so-cal a {
    text-decoration: underline; }

.geo-header {
  margin: 30px auto; }

select {
  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%282, 46, 89%29'></polygon></svg>"); }

.map-alert {
  height: calc(100vh - 400px);
  height: -webkit-calc(100vh - 400px);
  height: -moz-calc(100vh - 400px); }
  .map-alert .grid-x {
    height: 100%; }

#primoscroller::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #F5F5F5;
  border-radius: 0px; }

#primoscroller::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5; }

#primoscroller::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, #5bc6cc), color-stop(0.86, #56deff)); }

.listhighlight {
  background-color: #9CE6F7;
  transition: background-color 0.5s ease; }

.locationarea {
  background-image: url(../imgs/water-splash-hero.jpg);
  background-position: center;
  background-size: cover;
  border: 1px solid #022E59;
  min-height: 500px; }

#mapid {
  min-height: 500px; }

.map-side-cont-top {
  background-color: #022E59; }

.locationlist {
  background-color: #ffffff; }

.location-container {
  height: 500px;
  width: 100%;
  overflow: hidden;
  overflow-y: scroll; }
  .location-container .location-block {
    border-bottom: 1px solid #707070; }
  .location-container a {
    display: block; }

.location-container-stack {
  background-color: #ffffff;
  height: 350px;
  width: 100%;
  overflow: hidden;
  overflow-y: scroll; }
  .location-container-stack .location-block {
    padding: 0px;
    border-bottom: 1px solid #707070; }

.map-container-stack #map {
  height: 410px;
  margin-top: 30px;
  width: 100%; }

.map-container #map {
  height: 500px;
  width: 100%; }

.location-result {
  color: #efefef; }

.findwater-headline {
  color: #ffffff;
  font-style: normal;
  margin: 10px; }

.map-filter-inputs button.small.button {
  border-radius: 10px 10px 0 0;
  margin: 0 5px; }

#addressInput {
  padding: 10px 0px 10px 20px;
  height: 52px;
  font-size: 1rem;
  border: 2px solid #022E59;
  border-radius: 5px 0 0 5px;
  margin-bottom: 0; }

.location_search {
  font-size: 1.2em; }
  .location_search [type='submit'] {
    padding: 15px 15px 13px 15px;
    transition: background-color 0.25s ease-out,color 0.25s ease-out;
    border: 1px solid transparent;
    background-color: #022E59;
    color: #ffffff;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 1em; }
  .location_search [type='submit']:hover {
    background-color: #0054A6; }

#filter {
  margin-left: 20px; }

.map-filter-inputs .input-group {
  margin-bottom: 20px; }

.clsprimo_find_field {
  margin-right: 20px; }

.miles-dropdown {
  background-color: transparent;
  border-radius: 5px !important;
  border: 2px solid #022E59;
  height: 52px;
  min-width: 68px; }

.wtb-section-exchange #addressInput {
  border: 2px solid #022E59; }

.wtb-section-exchange .location_search [type='submit'] {
  background-color: #022E59; }

.wtb-section-exchange .location_search [type='submit']:hover {
  background-color: rgba(0, 5, 62, 0.85); }

.wtb-section-exchange .clsprimo_find_field {
  margin-bottom: 10px; }

.wtb-section-refill .clsprimo_find_field {
  margin-bottom: 10px; }

.clsmobile_tab {
  display: none; }

label > [type='checkbox'] {
  margin-right: 0; }

[type='checkbox'] {
  margin: 0; }

#location h6 {
  line-height: 1.2; }

#results_ui {
  list-style: none;
  margin-left: 0; }

.clsstore_details, .loc-products {
  color: #022E59;
  font-size: 1.2em;
  line-height: 1.2;
  list-style: none;
  margin-left: 0; }
  .clsstore_details img, .loc-products img {
    max-width: 72px; }
  .clsstore_details p, .loc-products p {
    margin-bottom: 0; }

.dir-btn {
  font-size: 1.2em;
  font-weight: 700; }

.loc-products ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0; }
  .loc-products ul li p {
    display: none; }
  .loc-products ul li {
    display: inline;
    margin-right: 5px; }

#simplemap-updating {
  background: #fff;
  top: 0;
  position: absolute;
  display: none;
  color: #000;
  vertical-align: middle;
  text-align: center; }

#simplemap-updating img {
  vertical-align: middle;
  text-align: center; }

div#results {
  padding: 1rem;
  height: 500px;
  overflow: scroll;
  margin-bottom: 0;
  color: gray;
  padding-bottom: 20px; }

div.result {
  margin: 0;
  font-size: 0.9em;
  line-height: 1.2em;
  padding: 1rem; }

div.result small {
  font-size: 0.7em;
  color: #999; }

div.result:hover {
  background: #ececec; }

div.result address {
  font-style: normal; }

div.result h3 {
  margin: 0 0 5px;
  font-size: 1.5em;
  text-transform: none; }

div.result img {
  border: none; }

div.result .search-term {
  background: #ff6;
  color: #000; }

div.result div.result_name {
  width: 100%; }

div.result div.result_address {
  float: left;
  width: 40%; }

div.result div.result_phone {
  float: left;
  width: 40%;
  min-height: 3em; }

div.result div.result_links {
  float: left;
  display: table-cell;
  width: 20%;
  text-align: right;
  vertical-align: bottom; }

div.result div.result_links div {
  clear: right;
  margin-bottom: 3px; }

div.result div.special {
  float: right;
  height: 20px;
  margin: 0;
  padding-left: 20px;
  line-height: 20px;
  text-align: left;
  font-style: italic;
  background: url(../images/star.png) no-repeat left center; }

#simplemap {
  color: #000;
  height: 500px; }

.markertext .bubble_category {
  font-size: 0.6em;
  font-style: italic; }

.markertext a {
  color: #00c;
  text-decoration: underline; }

.markertext h3 {
  font-size: 26px;
  margin-top: 0 !important;
  margin-bottom: 1em !important;
  text-align: left !important;
  line-height: 1.2em !important; }

.markertext p {
  margin-bottom: 1em !important; }

.markertext .search-term {
  background: #ff6; }

.get-directions h5 {
  line-height: 1.3;
  color: #022E59; }

.closed {
  display: none; }

#simplemap img {
  background: none !important;
  padding: none !important;
  max-width: none !important;
  max-height: none !important;
  border: none !important; }

#simplemap a {
  text-decoration: none; }

#simplemap a:hover {
  background: none; }

#searchForm {
  text-align: left; }

#searchForm input#addressInput {
  width: 250px; }

#searchForm input#addressSubmit {
  width: auto; }

#searchForm select {
  width: auto; }

#searchForm p {
  margin: 10px auto; }

#map_search label {
  float: left; }

#map_search .float_text_left {
  float: left;
  padding-right: 5px; }

.location_search_title, .location_search_distance_cell, .location_search_taxonomy_cell {
  font-weight: bold;
  vertical-align: top; }

.no-linebreak {
  white-space: nowrap; }

.sm-single-location-default-template {
  padding: 3px; }

.sm-single-map {
  position: relative;
  padding-bottom: 90%;
  height: 0;
  overflow: hidden; }

.sm-single-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.sm-single-location-data {
  margin-top: 30px; }

.sm-single-location-data-ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0; }

.infoBox {
  background-color: #fff;
  padding: 1rem;
  color: gray;
  width: 300px; }

.infoBox:after {
  position: relative;
  top: 20px;
  left: 60px;
  border-top: 0px;
  border-left: 0px;
  padding: 0px;
  content: '';
  overflow: hidden;
  display: block;
  width: 0;
  height: 0;
  border-left: 20px solid rgba(0, 0, 0, 0);
  border-right: 20px solid rgba(0, 0, 0, 0);
  border-top: 20px solid #FFF; }

.infoBox .markertext ul,
.infoBox .markertext ol {
  margin-left: 15px; }

div.result div.result_phone span.result_phone,
div.result div.result_phone span.result_email,
div.result div.result_phone span.result_fax {
  display: block; }

@media print, screen and (min-width: 64em) {
  .padding-bottom-2-large {
    padding-bottom: 2rem; }
  #results h3, #results .h3 {
    font-size: 4.625rem; }
  .map-filter-inputs .input-group {
    margin-bottom: 0px; }
  .map-filter-inputs {
    padding-bottom: 10px; } }

@media screen and (max-width: 800px) {
  table.location_search th,
  table.location_search td {
    width: 100%;
    display: inline-block;
    padding: 0; }
  div.result div.result_address {
    width: 100%;
    float: none; }
  div.result div.result_phone {
    width: 70%;
    min-height: 0.1em; }
  div.result div.result_links {
    width: 30%; }
  div.result div.result_name {
    margin-bottom: 10px; }
  div.result div.result_phone span.result_phone,
  div.result div.result_phone span.result_email,
  div.result div.result_phone span.result_fax,
  div.result div.result_links div.result_website,
  div.result div.result_links div.result_directions {
    display: block;
    margin: 5px 0; }
  div.result div.sm_category_list,
  div.result div.sm_tag_list,
  div.result div.sm_day_list,
  div.result div.sm_time_list {
    margin: 5px 0; } }

@media screen and (max-width: 600px) {
  .location-container {
    height: auto;
    overflow: visible;
    overflow-y: visible; }
  #filter label {
    font-size: 16px; } }

@media screen and (max-width: 480px) {
  table.location_search td#location_search_sm-category_fields label,
  table.location_search td#location_search_sm-tag_fields label,
  table.location_search td#location_search_sm-day_fields label,
  table.location_search td#location_search_sm-time_fields label {
    display: block;
    float: none; }
  div.result div.result_phone,
  div.result div.result_links {
    width: 100%;
    min-height: 0;
    float: none;
    text-align: left; }
  .findwater-headline {
    font-size: 26px;
    line-height: 1;
    padding: 15px; } }

/* Small only */
@media screen and (max-width: 39.9375em) {
  .xl-text {
    font-size: 4rem;
    line-height: 1; }
  .grid-x > .small-24 {
    padding-left: 20px;
    padding-right: 20px; }
  .header-logo {
    max-width: 60px; }
  .small-icon {
    width: 150px;
    padding: 1rem;
    max-width: 100%; }
  .large-icon {
    width: 200px;
    max-width: 100%; }
  .smaller-text-mobile {
    font-size: 14px; }
  .sign-up-box {
    font-size: 14px; }
  #video-overlay h1 {
    font-size: 1.75rem;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); }
  #pick-refill .button, #pick-exchange .button {
    font-size: 1rem; }
  #the-exchange-way {
    max-width: 100%;
    margin: 3rem 1rem 3rem 1rem; }
  #the-refill-way {
    max-width: 100%;
    margin: 3rem 1rem 3rem 1rem; }
  .deliver-icon {
    padding: 20px; }
  #faq-tabs .tabs-title > a {
    padding: .25rem .25rem; }
    #faq-tabs .tabs-title > a h3 {
      font-size: 22px; }
    #faq-tabs .tabs-title > a p {
      font-size: 16px; } }

/* Medium and up */
@media screen and (min-width: 40em) {
  .xl-text {
    font-size: 4.8rem;
    line-height: 1; }
  #water-under img {
    max-height: 100px;
    margin: 1rem; }
  #water-under h3 {
    display: inline;
    vertical-align: middle; }
  #water-under p {
    margin-top: -2rem;
    text-align: right;
    font-size: 80%; }
  p, li {
    font-size: 18px; }
  .site-header {
    border-bottom: 2px solid #efefef; }
  .header-logo {
    max-width: 120px; }
  .button.large {
    padding: 10px;
    width: 180px;
    font-size: 2rem; }
  .right-cell {
    border-left: 2px solid #022E59;
    padding-left: 2rem;
    text-align: left; }
    .right-cell h5 {
      margin-left: 5px; }
  .left-cell {
    padding-right: 2rem;
    padding-left: 1rem;
    text-align: right; }
  .button.large {
    width: 180px; }
  .tab-icon {
    max-width: 120px;
    margin-right: 1rem; }
  #exchange-tab, #refill-tab {
    text-align: left; }
  .find-water-box {
    position: absolute;
    bottom: 0rem;
    width: 100%; }
  .flip-card-inner {
    position: relative;
    max-width: 200px;
    width: 220px;
    height: 460px;
    transition: transform 0.8s;
    transform-style: preserve-3d; }
  .flip-card {
    margin-left: .4rem;
    margin-right: .4rem; }
  .flip-card:hover .flip-card-inner {
    transform: rotateY(180deg); }
  .flip-card-front {
    z-index: 2;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
  .flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    top: 0;
    left: 0;
    background-color: #ffffff;
    border: 0.5px solid #707070; }
  .flip-card-back {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    padding: 1rem; }
    .flip-card-back h5 {
      line-height: 1;
      margin-top: 5%;
      margin-bottom: 5%;
      text-align: left; }
    .flip-card-back li {
      line-height: 1.2;
      font-size: 85%;
      margin-top: 1rem;
      text-align: left; }
    .flip-card-back h6 {
      margin-top: 3rem; }
  #single-serve-bottles {
    text-align: left;
    margin-left: 1rem; }
  #single-bottle-icon {
    padding: 2rem 0rem; }
  #pick-your-primo {
    top: 2.5rem; }
  #results {
    padding: 2rem;
    height: 350px;
    border: none; }
  .rack-description {
    padding-bottom: 2rem; }
  #the-exchange-way {
    max-width: 450px;
    margin: 6rem 3rem 3rem auto; }
  #the-refill-way {
    max-width: 450px;
    margin: 6rem auto 3rem 3rem; }
  #two-great-ways {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0%); } }

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {
  .how-it-works p {
    padding-left: 1rem;
    padding-right: 1rem; }
  .gallon-average {
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .gallon-average img {
      max-height: 70px;
      margin: .4rem; }
  #video-overlay {
    bottom: 15%; }
    #video-overlay h1 {
      font-size: 3em; } }

/* Large and up */
@media screen and (min-width: 64em) {
  .xl-text {
    font-size: 5.625rem;
    line-height: 1; }
  #homepage-video {
    max-width: 100%;
    position: relative; }
  #video-overlay {
    bottom: 30%; }
    #video-overlay h1 {
      font-size: 4em; }
  #or-centered {
    top: 40%; }
  #why-primo-video {
    position: relative;
    z-index: -10; }
  .margin-right-4-large {
    margin-right: 4rem; }
  .margin-left-4-large {
    margin-left: 4rem; }
  .large-icon {
    max-width: 300px; }
  .our-water-top-section img {
    float: right;
    margin-right: 2rem; }
  .flip-card-inner {
    max-width: 260px;
    width: 260px;
    height: 580px; }
  .flip-card-back {
    padding: 2rem; }
  .flip-card {
    margin-left: 1rem;
    margin-right: 1rem; } }

/* X-Large only */
@media screen and (min-width: 1450px) {
  .inline-block-xl {
    display: inline-block; } }

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.bx-wrapper img {
  max-width: 100%;
  display: block; }

.bxslider {
  margin: 0;
  padding: 0;
  /*fix flickering when used background-image instead of <img> (on Chrome)*/
  -webkit-perspective: 1000; }

ul.bxslider {
  list-style: none; }

.bx-viewport {
  /* fix other elements on the page moving (in Chrome) */
  -webkit-transform: translateZ(0); }

/** THEME
===================================*/
.bx-wrapper {
  background: none; }

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 540px;
  background: url("../imgs/bx_loader.gif") center center no-repeat #ffffff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #fff; }

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #000; }

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline; }

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0; }

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 25px;
  background-image: url("../imgs/left-arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1; }

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  opacity: .7; }

.bx-wrapper .bx-next {
  right: 25px;
  background-image: url("../imgs/right-arrow.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 1; }

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  opacity: .7; }

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  outline: 0;
  width: 30px;
  height: 60px;
  text-indent: -9999px;
  z-index: 9999;
  color: #fff; }

.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }

@media screen and (max-width: 39.9375em) {
  .bx-wrapper .bx-controls-direction a {
    width: 20px;
    height: 30px;
    margin-top: -15px; } }

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: right; }

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: 0;
  padding-left: 35px;
  padding-top: 8px;
  width: 40px;
  height: 40px;
  outline: 0;
  background: url("../imgs/play-circle-duotone.svg") center no-repeat;
  opacity: 0.4; }

/*
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}
*/
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: 0;
  padding-left: 35px;
  padding-top: 8px;
  width: 40px;
  height: 40px;
  outline: 0;
  background: url("../imgs/pause-circle-duotone.svg") center no-repeat;
  opacity: 0.4; }

.bx-wrapper .bx-controls-auto .bx-stop:hover, .bx-wrapper .bx-controls-auto .bx-start:hover, .bx-wrapper .bx-controls-auto .bx-stop:focus, .bx-wrapper .bx-controls-auto .bx-start:focus {
  opacity: .8; }

/*
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}
*/
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em; }

.home-decor-top {
  -webkit-box-shadow: 0px 0px 15px -3px #000000;
  box-shadow: 0px 0px 15px -3px #000000;
  border-bottom: 0px solid #efefef;
  position: relative; }

.home-decor-page .product-block p {
  margin-bottom: 0px; }

.home-decor-page .below-header {
  padding: 80px 0px; }
  .home-decor-page .below-header h5 {
    text-transform: uppercase;
    font-size: 28px; }
  .home-decor-page .below-header h2 {
    color: #009CDE;
    font-size: 54px;
    font-weight: 700;
    line-height: 1em; }

.home-decor-page .header-copy {
  float: right;
  margin-right: 200px;
  max-width: 480px;
  font-family: source-sans-pro, sans-serif;
  font-size: 20px;
  color: #000; }

@media screen and (max-width: 63.9375em) {
  .home-decor-page .header-copy {
    margin-right: 0px;
    padding: 20px;
    max-width: 100%; }
  .home-decor-page .header-circle {
    display: flex;
    float: left;
    width: auto;
    margin-left: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
    width: 100%; } }

.home-decor-footer {
  color: #000;
  padding: 40px 0px; }
  .home-decor-footer .cell {
    padding-bottom: 30px; }
  .home-decor-footer a {
    display: block;
    width: 100%;
    color: #3297db;
    font-weight: 700;
    font-size: .9375rem; }
  .home-decor-footer .social-links a {
    display: inline-block;
    width: 50px; }
    .home-decor-footer .social-links a img {
      width: 30px; }
  .home-decor-footer .small-copy {
    font-size: .7em;
    color: #000; }
    .home-decor-footer .small-copy a {
      display: inline;
      font-size: .7em;
      color: #000; }

.blogpage {
  margin-top: 300px; }

.blog-post {
  margin-top: 50px;
  padding: 0px 20px; }
  .blog-post .entry-title {
    font-size: 3rem; }
  .blog-post h2 {
    font-size: 2rem;
    display: block;
    padding-top: 20px; }
    .blog-post h2 p {
      font-family: 'nonesuchregular', 'DIN-Medium', Arial, sans-serif;
      font-size: 2rem; }
  .blog-post h3 {
    font-size: 1.5rem;
    font-family: 'nonesuchregular', 'DIN-Medium', Arial, sans-serif; }
  .blog-post .blogimage {
    margin-bottom: 20px; }
  .blog-post img {
    margin-bottom: 20px; }
  @media screen and (max-width: 39.9375em) {
    .blog-post img {
      float: none !important;
      display: block;
      margin: 10px auto 10px auto !important;
      width: 100% !important; } }
.rt-grid-item .rt-holder {
  border: solid 1px #ccc;
  margin: 10px;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2); }

.tpg-iso-filter button:hover {
  cursor: pointer; }

.rt-iso-btn-insider,
.rt-iso-btn-life-at-primo,
.rt-iso-btn-recipes,
.rt-iso-btn-toploading,
.rt-iso-btn-sustainability {
  display: none; }

.rt-container-fluid {
  width: 100%; }

.nav-links {
  display: flex;
  justify-content: space-between;
  margin: 50px 30px; }
  .nav-links .nav-previous a {
    padding: 20px;
    background-color: #00A8E4;
    color: #ffffff; }
    .nav-links .nav-previous a:before {
      content: '< '; }
    .nav-links .nav-previous a:hover {
      background-color: #022E59;
      color: #ffffff; }
    @media screen and (max-width: 39.9375em) {
      .nav-links .nav-previous a {
        background-color: #5bc6cc;
        line-height: 1rem;
        font-size: .8em;
        margin: 10px;
        padding: 10px;
        display: block;
        color: #fff; } }
  .nav-links .nav-next a {
    padding: 20px;
    background-color: #00A8E4;
    color: #ffffff; }
    .nav-links .nav-next a:after {
      content: ' >'; }
    .nav-links .nav-next a:hover {
      background-color: #022E59;
      color: #ffffff; }
    @media screen and (max-width: 39.9375em) {
      .nav-links .nav-next a {
        background-color: #5bc6cc;
        line-height: 1rem;
        font-size: .8em;
        margin: 10px;
        padding: 10px;
        display: block;
        color: #fff; } }
article, aside, footer, header, nav, section {
  display: block;
  width: 100%; }

.social-sharing-icons-collection {
  text-align: center; }

.social-sharing-icons-collection .fa {
  padding: 6px;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  margin: 4px 2px;
  border-radius: 3px;
  border: 0; }

.post-social-sharing a {
  margin: 0 2px !important; }

.social-sharing-icons-collection .fa-facebook {
  background: #3B5998;
  color: white; }

.social-sharing-icons-collection .fa-twitter {
  background: #55ACEE;
  color: white; }

.social-sharing-icons-collection .fa-google {
  background: #dd4b39;
  color: white; }

.social-sharing-icons-collection .fa-linkedin {
  background: #007bb5;
  color: white; }

.social-sharing-icons-collection .fa-pinterest {
  background: #cb2027;
  color: white; }

.social-sharing-icons-collection .fa-envelope {
  background: #777;
  color: white; }

p {
  line-height: 1.6; }

.landing-header {
  background-position: center;
  background-size: cover; }
  .landing-header .grid-x {
    min-height: 600px; }

.blog-card {
  border: 1px solid #ccc;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  background-color: #ffffff; }
  .blog-card .blog-card-image {
    display: block;
    width: 100%;
    height: 200px;
    background-position: center center;
    background-size: cover; }
  .blog-card .blog-title {
    font-family: 'nonesuchregular', 'DIN-Medium', Arial, sans-serif;
    font-weight: 700;
    font-size: 1.3;
    font-size: 1.3em;
    line-height: 1.2;
    padding: 10px 0px; }
  .blog-card .blog-excerpt {
    padding: 10px 0px; }
  .blog-card a {
    padding: 10px 20px;
    display: inline-block; }

.how-to-pick .htp-image {
  align-items: flex-end;
  display: flex;
  height: 200px;
  margin-bottom: 20px;
  justify-content: center; }
  .how-to-pick .htp-image img {
    height: 100%; }

.delivery-page h2 {
  margin-bottom: 0px; }

.zip-form {
  display: block;
  margin: auto;
  width: 250px; }
  .zip-form #zipInput {
    border-radius: 5px 0 0 5px;
    border: 1.5px solid #ffffff;
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 1rem;
    height: 52px;
    margin-bottom: 0;
    padding: 10px 0px 10px 20px; }
  .zip-form [type='submit'] {
    background-color: #ffffff;
    border: 1px solid transparent;
    color: #darkblue;
    cursor: pointer;
    font-family: "nonesuchregular";
    font-size: 1.3em;
    padding: 14px 15px 13px 15px;
    text-transform: uppercase;
    transition: background-color 0.25s ease-out,color 0.25s ease-out; }
    .zip-form [type='submit']:hover {
      background-color: #00A8E4; }

.free-delivery {
  background-color: #022E59;
  color: #ffffff; }

.circle-cta a {
  color: #ffffff; }
  .circle-cta a:hover {
    color: #00A8E4; }
  .circle-cta a:active {
    color: #ffffff; }

.delivery-button-white:hover {
  background-color: #00A8E4;
  color: #ffffff; }

.delivery-button-white:visited {
  color: #022E59; }

.delivery-button-white:active {
  color: #022E59; }

.delivery-button-white {
  -webkit-appearance: none;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid transparent;
  color: #022E59;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 1.25rem;
  line-height: 1;
  margin: 0 0 1rem 0;
  outline: none;
  padding: 0.6em 1em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.25s ease-out,color 0.25s ease-out;
  vertical-align: middle; }
  .delivery-button-white:hover {
    background-color: #00A8E4;
    color: #ffffff; }
  .delivery-button-white:visited {
    color: #022E59; }
  .delivery-button-white:active {
    color: #022E59; }

.distibutor-txt p {
  font-size: .9em; }

.distibutor-txt h4 {
  margin: 0px; }

.distibutor-txt span {
  text-transform: uppercase;
  display: block;
  font-size: 1.2em; }

.distibutor img {
  width: 100%;
  display: block;
  margin: auto; }

.circle-cta {
  background-color: #357CA0;
  background-color: #0054A6;
  border-radius: 100%;
  font-size: 1.35em;
  height: 230px;
  margin: auto;
  padding: 25px 0px 0px;
  padding: 20px 0px;
  width: 230px; }
  .circle-cta h3 {
    font-size: 1.4em;
    margin-bottom: 0px; }
    .circle-cta h3 span {
      color: #022E59;
      display: block;
      font-size: 2.4em;
      font-weight: 700;
      line-height: 1em; }
  .circle-cta a {
    font-size: .3em;
    font-size: .7em;
    text-decoration: underline; }

.delivery-blue {
  background-color: #0054A6; }

.delivery-ajax-header h2 {
  margin-bottom: 0px; }

.eneter-zip {
  font-size: 1.2em; }

.deliver-icon {
  display: block;
  margin: auto;
  max-width: 200px; }

.water-steps .cell span {
  display: block;
  margin: 0px auto 30px;
  max-width: 170px; }

.distibutor-txt {
  padding-top: 75px; }

@media screen and (max-width: 39.9375em) {
  .distibutor-txt {
    padding-top: 5px; }
  .distibutor img {
    width: auto;
    display: block;
    max-height: 260px;
    margin: auto; }
  .delivery-page .cell {
    padding: 10px 10px; } }

.summer-landing {
  font-family: source-sans-pro,sans-serif;
  font-size: 1.125rem; }
  .summer-landing h1 {
    font-family: source-sans-pro,sans-serif;
    font-size: 3em;
    font-weight: 300;
    line-height: 1em; }
    @media screen and (max-width: 39.9375em) {
      .summer-landing h1 {
        font-size: 1.5em; } }
    .summer-landing h1 span {
      font-weight: 700; }
  .summer-landing h2 {
    font-family: source-sans-pro,sans-serif;
    font-size: 3em;
    font-weight: 300;
    line-height: 1em; }
    @media screen and (max-width: 39.9375em) {
      .summer-landing h2 {
        font-size: 1.5em; } }
    .summer-landing h2 span {
      font-weight: 700; }
  .summer-landing .summer-landing-header {
    background-image: url(../imgs/summer/plunge-image-no-copy.jpg);
    height: calc(100vh);
    height: -webkit-calc(100vh);
    height: -moz-calc(100vh);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    @media screen and (max-width: 39.9375em) {
      .summer-landing .summer-landing-header {
        height: calc(100vh - 100px);
        height: -webkit-calc(100vh - 100px);
        height: -moz-calc(100vh - 100px); } }
    .summer-landing .summer-landing-header .summer-logo img {
      height: 140px; }
      @media screen and (max-width: 39.9375em) {
        .summer-landing .summer-landing-header .summer-logo img {
          height: 100px; } }
    .summer-landing .summer-landing-header .height-100 {
      height: 100%; }
    .summer-landing .summer-landing-header .big-plunge {
      background-repeat: no-repeat;
      background-image: url(../imgs/summer/big-plunge.png);
      background-size: contain;
      background-position: center center;
      max-width: 740px;
      margin: auto;
      min-height: 200px;
      text-align: center;
      display: flex;
      align-content: center;
      flex-wrap: wrap;
      justify-content: center; }
      @media screen and (max-width: 39.9375em) {
        .summer-landing .summer-landing-header .big-plunge {
          margin-top: -50px; } }
  .summer-landing .header-content {
    position: relative; }
    .summer-landing .header-content .heaader-dispenser {
      position: relative; }
      .summer-landing .header-content .heaader-dispenser img {
        height: 390px;
        position: absolute;
        top: -130px;
        left: 40px; }
    .summer-landing .header-content .jump-in img {
      max-width: 85px;
      margin-top: -90px;
      margin-bottom: 20px; }
      @media screen and (max-width: 39.9375em) {
        .summer-landing .header-content .jump-in img {
          max-width: 65px; } }
  .summer-landing .above-screen {
    position: relative;
    z-index: 1; }
  .summer-landing .bluescreen {
    background-color: rgba(153, 230, 247, 0.7); }
  .summer-landing .dark-blue {
    background-color: #1e55a0; }
  .summer-landing .light-blue {
    background-color: #5fd4f5;
    color: #022e59; }
  .summer-landing .mid-blue {
    background-color: #48a6de; }
  .summer-landing .dive-into-water {
    margin: 90px auto 50px auto; }
  .summer-landing .number-blocks > div:nth-child(2) {
    border-left: 10px solid #ffffff;
    border-right: 10px solid #ffffff; }
    @media screen and (max-width: 39.9375em) {
      .summer-landing .number-blocks > div:nth-child(2) {
        border-left: 0px solid #ffffff;
        border-right: 0px solid #ffffff; } }
  .summer-landing .number-blocks {
    color: #ffffff; }
    .summer-landing .number-blocks .number-block {
      max-width: 320px;
      margin: auto;
      padding: 0px 0px 20px 0px;
      text-align: center;
      position: relative; }
      .summer-landing .number-blocks .number-block .number {
        width: 50px;
        margin: -35px auto 30px; }
      .summer-landing .number-blocks .number-block .icon {
        width: 80px;
        height: 100px;
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        margin: 20px auto 20px; }
      .summer-landing .number-blocks .number-block .option-copy {
        text-align: left;
        margin-top: 20px; }
      .summer-landing .number-blocks .number-block .number-flare {
        background-image: url(../imgs/summer/water-sun.png);
        height: 140px;
        width: 140px;
        position: absolute;
        z-index: -1;
        top: -20px;
        left: 90px;
        background-size: contain;
        opacity: 0;
        -webkit-transition: all .15s ease-in-out;
        -moz-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out; }
        .summer-landing .number-blocks .number-block .number-flare.highlight {
          opacity: 1;
          -webkit-transition: all .15s ease-in-out;
          -moz-transition: all .15s ease-in-out;
          -o-transition: all .15s ease-in-out;
          transition: all .15s ease-in-out;
          top: -35px; }
  .summer-landing .summer-btn {
    background-color: #ffffff;
    border-radius: 30px;
    padding: 10px 30px;
    display: inline-block;
    text-align: center;
    font-weight: 700; }
  .summer-landing .quote {
    background-color: #e7f6fd;
    border: solid 1px #ccc;
    padding: 45px 20px 20px 20px;
    background-image: url(../imgs/summer/quote.png);
    background-position: 20px 12px;
    background-repeat: no-repeat;
    background-size: 30px;
    margin: 20px 0px; }
    .summer-landing .quote .credit {
      font-weight: 700;
      margin-top: 10px; }

#footer-logo-summer {
  width: 80px; }

.make-it-primo-landing .prev-next {
  margin-top: 60px; }
  @media screen and (max-width: 39.9375em) {
    .make-it-primo-landing .prev-next {
      margin-top: 40px; } }
.make-it-primo-landing .mip-landing-header {
  background-image: url(../imgs/make-it-primo/mip-header.jpg);
  color: #ffffff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }
  .make-it-primo-landing .mip-landing-header h1 {
    font-weight: 700;
    color: #9CE6F7;
    text-transform: capitalize; }
  .make-it-primo-landing .mip-landing-header .mip-header-copy {
    padding: 40px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center; }
  .make-it-primo-landing .mip-landing-header .grid-container, .make-it-primo-landing .mip-landing-header .grid-x {
    height: 100%; }
  @media screen and (max-width: 63.9375em) {
    .make-it-primo-landing .mip-landing-header {
      font-size: 1.3rem; }
      .make-it-primo-landing .mip-landing-header .mip-header-copy {
        padding: 20px;
        align-items: center;
        flex-wrap: wrap;
        align-content: flex-start; } }
  .make-it-primo-landing .mip-landing-header .height-100 {
    height: 100%; }

.make-it-primo-landing .header-content {
  position: relative; }
  .make-it-primo-landing .header-content .heaader-dispenser {
    position: relative; }
    .make-it-primo-landing .header-content .heaader-dispenser img {
      height: 390px;
      position: absolute;
      top: -130px;
      left: 40px; }
  .make-it-primo-landing .header-content .jump-in img {
    max-width: 85px;
    margin-top: -90px;
    margin-bottom: 20px; }
    @media screen and (max-width: 39.9375em) {
      .make-it-primo-landing .header-content .jump-in img {
        max-width: 65px; } }
.make-it-primo-landing .above-screen {
  position: relative;
  z-index: 1; }

.make-it-primo-landing .bluescreen {
  background-color: rgba(153, 230, 247, 0.7); }

.make-it-primo-landing .dark-blue {
  background-color: #1e55a0; }

.make-it-primo-landing .light-blue {
  background-color: #5fd4f5;
  color: #022e59; }

.make-it-primo-landing .mid-blue {
  background-color: #48a6de; }

.make-it-primo-landing .dive-into-water {
  margin: 90px auto 50px auto; }

.make-it-primo-landing .number-blocks > div:nth-child(2) {
  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff; }
  @media screen and (max-width: 39.9375em) {
    .make-it-primo-landing .number-blocks > div:nth-child(2) {
      border-left: 0px solid #ffffff;
      border-right: 0px solid #ffffff; } }
.make-it-primo-landing .number-blocks {
  color: #ffffff; }
  .make-it-primo-landing .number-blocks .number-block {
    max-width: 320px;
    margin: auto;
    padding: 0px 0px 20px 0px;
    text-align: center;
    position: relative; }
    .make-it-primo-landing .number-blocks .number-block .number {
      width: 50px;
      margin: -35px auto 30px; }
    .make-it-primo-landing .number-blocks .number-block .icon {
      width: 80px;
      height: 100px;
      background-position: center center;
      background-size: contain;
      background-repeat: no-repeat;
      margin: 20px auto 20px; }
    .make-it-primo-landing .number-blocks .number-block .option-copy {
      text-align: left;
      margin-top: 20px; }
    .make-it-primo-landing .number-blocks .number-block .number-flare {
      background-image: url(../imgs/summer/water-sun.png);
      height: 140px;
      width: 140px;
      position: absolute;
      z-index: -1;
      top: -20px;
      left: 90px;
      background-size: contain;
      opacity: 0;
      -webkit-transition: all .15s ease-in-out;
      -moz-transition: all .15s ease-in-out;
      -o-transition: all .15s ease-in-out;
      transition: all .15s ease-in-out; }
      .make-it-primo-landing .number-blocks .number-block .number-flare.highlight {
        opacity: 1;
        -webkit-transition: all .15s ease-in-out;
        -moz-transition: all .15s ease-in-out;
        -o-transition: all .15s ease-in-out;
        transition: all .15s ease-in-out;
        top: -35px; }

.make-it-primo-landing .summer-btn {
  background-color: #ffffff;
  border-radius: 30px;
  padding: 10px 30px;
  display: inline-block;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase; }

.make-it-primo-landing .quote {
  background-color: #e7f6fd;
  border: solid 1px #ccc;
  padding: 45px 20px 20px 20px;
  background-image: url(../imgs/summer/quote.png);
  background-position: 20px 12px;
  background-repeat: no-repeat;
  background-size: 30px;
  margin: 20px 0px; }
  .make-it-primo-landing .quote .credit {
    font-weight: 700;
    margin-top: 10px; }

.make-it-primo-landing .blog .blog-card {
  color: #022E59; }

.make-it-primo-landing .progress {
  height: .5rem;
  max-width: 640px;
  margin: auto;
  border-radius: 0px;
  background-color: #9CE6F7; }
  .make-it-primo-landing .progress .progress-meter {
    background-color: #00A8E4; }

.make-it-primo-landing .three-cols img {
  width: 160px;
  margin: 10px auto;
  display: block; }

.make-it-primo-landing .happy-healthy-photo {
  background-image: url(../imgs/make-it-primo/happy-healthy.png);
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover; }

/* Style the form */
#mip-form {
  background-color: #efefef;
  padding: 40px 0;
  border-radius: 50px;
  /* Style the input fields */
  /* Mark input boxes that gets an error on validation: */
  /* Hide all steps by default: */
  /* Make circles that indicate the steps of the form: */
  /* Mark the active step: */
  /* Mark the steps that are finished and valid: */ }
  #mip-form .chekbox, #mip-form .radio {
    position: absolute;
    visibility: hidden;
    opacity: 0; }
  #mip-form input[type=checkbox] + label, #mip-form input[type=radio] + label {
    background-color: #9CE6F7;
    color: #000;
    width: 100%;
    padding: 10px 20px;
    border-radius: 50px;
    font-weight: 700;
    line-height: 1em;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-wrap: wrap; }
    #mip-form input[type=checkbox] + label sup, #mip-form input[type=radio] + label sup {
      top: -.2em; }
  #mip-form input[type=checkbox]:checked + label, #mip-form input[type=radio]:checked + label {
    color: #ffffff;
    background-color: #022E59;
    font-weight: 700; }
  #mip-form input {
    padding: 10px;
    width: 20px;
    font-size: 17px;
    border: 1px solid #aaaaaa;
    margin: auto; }
  #mip-form #regForm {
    margin: auto;
    max-width: 900px;
    display: block; }
    #mip-form #regForm .cell {
      justify-content: center;
      padding: 10px 20px; }
  #mip-form input.invalid {
    background-color: #ffdddd; }
  #mip-form .tab-title {
    width: 100%;
    color: #022E59;
    border-bottom: 1px solid;
    font-size: 1.7em;
    font-weight: 700;
    line-height: 1em;
    padding: 20px;
    margin-bottom: 30px; }
  #mip-form [type='checkbox'] + label, #mip-form [type='radio'] + label {
    display: inline-block;
    vertical-align: baseline;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0; }
  #mip-form [type='checkbox'], #mip-form [type='radio'] {
    padding: 10px;
    height: 20px;
    font-size: 17px;
    border: 1px solid #aaaaaa;
    margin: auto;
    display: block; }
  #mip-form .tab {
    display: none;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
  #mip-form label {
    font-size: 1.3em;
    font-weight: 500; }
  #mip-form [type='checkbox']:hover, #mip-form [type='radio']:hover {
    cursor: pointer; }
  #mip-form .step {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5; }
  #mip-form .step.active {
    opacity: 1; }
  #mip-form .step.finish {
    background-color: #04AA6D; }
  #mip-form button {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;
    font-family: inherit;
    padding: 0.6em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 50px;
    transition: background-color 0.25s ease-out,color 0.25s ease-out;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    background-color: #00A8E4;
    color: #022E59;
    text-transform: uppercase;
    margin: 0px 10px; }
    #mip-form button:hover {
      color: #ffffff;
      background-color: #022E59; }

/*# sourceMappingURL=app.css.map */