@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 22.5em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    right: auto;
    left: auto;
    margin: 0 auto; } }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*! 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=22.5em&large=48em&xlarge=64em&xxlarge=80em&xxxlarge=90em&xxxxlarge=120em&xxxxxlarge=160em"; }

html {
  box-sizing: border-box;
  font-size: 100%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.6;
  color: #222;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 0; }

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  background: transparent;
  line-height: 1;
  cursor: auto; }
  [data-whatinput='mouse'] button {
    outline: 0; }

pre {
  overflow: auto; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; }

.is-visible {
  display: block !important; }

.is-hidden {
  display: none !important; }

.grid-container {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  max-width: 87.5rem;
  margin: 0 auto; }
  @media print, screen and (min-width: 22.5em) {
    .grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 48em) {
    .grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media screen and (min-width: 64em) {
    .grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media screen and (min-width: 80em) {
    .grid-container {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media screen and (min-width: 90em) {
    .grid-container {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  @media screen and (min-width: 120em) {
    .grid-container {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  .grid-container.fluid {
    padding-right: 0.3125rem;
    padding-left: 0.3125rem;
    max-width: 100%;
    margin: 0 auto; }
    @media print, screen and (min-width: 22.5em) {
      .grid-container.fluid {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 48em) {
      .grid-container.fluid {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media screen and (min-width: 64em) {
      .grid-container.fluid {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media screen and (min-width: 80em) {
      .grid-container.fluid {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media screen and (min-width: 90em) {
      .grid-container.fluid {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
    @media screen and (min-width: 120em) {
      .grid-container.fluid {
        padding-right: 1.25rem;
        padding-left: 1.25rem; } }
  .grid-container.full {
    padding-right: 0;
    padding-left: 0;
    max-width: 100%;
    margin: 0 auto; }

.grid-x {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

.cell {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-height: 0px;
  min-width: 0px;
  width: 100%; }
  .cell.auto {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; }
  .cell.shrink {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            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 {
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }

@media print, screen and (min-width: 22.5em) {
  .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 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }

@media print, screen and (min-width: 48em) {
  .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 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }

@media screen and (min-width: 64em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }

@media screen and (min-width: 80em) {
  .grid-x > .xxlarge-shrink, .grid-x > .xxlarge-full, .grid-x > .xxlarge-1, .grid-x > .xxlarge-2, .grid-x > .xxlarge-3, .grid-x > .xxlarge-4, .grid-x > .xxlarge-5, .grid-x > .xxlarge-6, .grid-x > .xxlarge-7, .grid-x > .xxlarge-8, .grid-x > .xxlarge-9, .grid-x > .xxlarge-10, .grid-x > .xxlarge-11, .grid-x > .xxlarge-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }

@media screen and (min-width: 90em) {
  .grid-x > .xxxlarge-shrink, .grid-x > .xxxlarge-full, .grid-x > .xxxlarge-1, .grid-x > .xxxlarge-2, .grid-x > .xxxlarge-3, .grid-x > .xxxlarge-4, .grid-x > .xxxlarge-5, .grid-x > .xxxlarge-6, .grid-x > .xxxlarge-7, .grid-x > .xxxlarge-8, .grid-x > .xxxlarge-9, .grid-x > .xxxlarge-10, .grid-x > .xxxlarge-11, .grid-x > .xxxlarge-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }

@media screen and (min-width: 120em) {
  .grid-x > .xxxxlarge-shrink, .grid-x > .xxxxlarge-full, .grid-x > .xxxxlarge-1, .grid-x > .xxxxlarge-2, .grid-x > .xxxxlarge-3, .grid-x > .xxxxlarge-4, .grid-x > .xxxxlarge-5, .grid-x > .xxxxlarge-6, .grid-x > .xxxxlarge-7, .grid-x > .xxxxlarge-8, .grid-x > .xxxxlarge-9, .grid-x > .xxxxlarge-10, .grid-x > .xxxxlarge-11, .grid-x > .xxxxlarge-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }

@media screen and (min-width: 160em) {
  .grid-x > .xxxxxlarge-shrink, .grid-x > .xxxxxlarge-full, .grid-x > .xxxxxlarge-1, .grid-x > .xxxxxlarge-2, .grid-x > .xxxxxlarge-3, .grid-x > .xxxxxlarge-4, .grid-x > .xxxxxlarge-5, .grid-x > .xxxxxlarge-6, .grid-x > .xxxxxlarge-7, .grid-x > .xxxxxlarge-8, .grid-x > .xxxxxlarge-9, .grid-x > .xxxxxlarge-10, .grid-x > .xxxxxlarge-11, .grid-x > .xxxxxlarge-12 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; } }

.grid-x > .small-1 {
  width: 8.33333%; }

.grid-x > .small-2 {
  width: 16.66667%; }

.grid-x > .small-3 {
  width: 25%; }

.grid-x > .small-4 {
  width: 33.33333%; }

.grid-x > .small-5 {
  width: 41.66667%; }

.grid-x > .small-6 {
  width: 50%; }

.grid-x > .small-7 {
  width: 58.33333%; }

.grid-x > .small-8 {
  width: 66.66667%; }

.grid-x > .small-9 {
  width: 75%; }

.grid-x > .small-10 {
  width: 83.33333%; }

.grid-x > .small-11 {
  width: 91.66667%; }

.grid-x > .small-12 {
  width: 100%; }

@media print, screen and (min-width: 22.5em) {
  .grid-x > .medium-auto {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .medium-shrink {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .grid-x > .medium-1 {
    width: 8.33333%; }
  .grid-x > .medium-2 {
    width: 16.66667%; }
  .grid-x > .medium-3 {
    width: 25%; }
  .grid-x > .medium-4 {
    width: 33.33333%; }
  .grid-x > .medium-5 {
    width: 41.66667%; }
  .grid-x > .medium-6 {
    width: 50%; }
  .grid-x > .medium-7 {
    width: 58.33333%; }
  .grid-x > .medium-8 {
    width: 66.66667%; }
  .grid-x > .medium-9 {
    width: 75%; }
  .grid-x > .medium-10 {
    width: 83.33333%; }
  .grid-x > .medium-11 {
    width: 91.66667%; }
  .grid-x > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 48em) {
  .grid-x > .large-auto {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .large-shrink {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .grid-x > .large-1 {
    width: 8.33333%; }
  .grid-x > .large-2 {
    width: 16.66667%; }
  .grid-x > .large-3 {
    width: 25%; }
  .grid-x > .large-4 {
    width: 33.33333%; }
  .grid-x > .large-5 {
    width: 41.66667%; }
  .grid-x > .large-6 {
    width: 50%; }
  .grid-x > .large-7 {
    width: 58.33333%; }
  .grid-x > .large-8 {
    width: 66.66667%; }
  .grid-x > .large-9 {
    width: 75%; }
  .grid-x > .large-10 {
    width: 83.33333%; }
  .grid-x > .large-11 {
    width: 91.66667%; }
  .grid-x > .large-12 {
    width: 100%; } }

@media screen and (min-width: 64em) {
  .grid-x > .xlarge-auto {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .xlarge-shrink {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .grid-x > .xlarge-1 {
    width: 8.33333%; }
  .grid-x > .xlarge-2 {
    width: 16.66667%; }
  .grid-x > .xlarge-3 {
    width: 25%; }
  .grid-x > .xlarge-4 {
    width: 33.33333%; }
  .grid-x > .xlarge-5 {
    width: 41.66667%; }
  .grid-x > .xlarge-6 {
    width: 50%; }
  .grid-x > .xlarge-7 {
    width: 58.33333%; }
  .grid-x > .xlarge-8 {
    width: 66.66667%; }
  .grid-x > .xlarge-9 {
    width: 75%; }
  .grid-x > .xlarge-10 {
    width: 83.33333%; }
  .grid-x > .xlarge-11 {
    width: 91.66667%; }
  .grid-x > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 80em) {
  .grid-x > .xxlarge-auto {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .xxlarge-shrink {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .grid-x > .xxlarge-1 {
    width: 8.33333%; }
  .grid-x > .xxlarge-2 {
    width: 16.66667%; }
  .grid-x > .xxlarge-3 {
    width: 25%; }
  .grid-x > .xxlarge-4 {
    width: 33.33333%; }
  .grid-x > .xxlarge-5 {
    width: 41.66667%; }
  .grid-x > .xxlarge-6 {
    width: 50%; }
  .grid-x > .xxlarge-7 {
    width: 58.33333%; }
  .grid-x > .xxlarge-8 {
    width: 66.66667%; }
  .grid-x > .xxlarge-9 {
    width: 75%; }
  .grid-x > .xxlarge-10 {
    width: 83.33333%; }
  .grid-x > .xxlarge-11 {
    width: 91.66667%; }
  .grid-x > .xxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .grid-x > .xxxlarge-auto {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .xxxlarge-shrink {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .grid-x > .xxxlarge-1 {
    width: 8.33333%; }
  .grid-x > .xxxlarge-2 {
    width: 16.66667%; }
  .grid-x > .xxxlarge-3 {
    width: 25%; }
  .grid-x > .xxxlarge-4 {
    width: 33.33333%; }
  .grid-x > .xxxlarge-5 {
    width: 41.66667%; }
  .grid-x > .xxxlarge-6 {
    width: 50%; }
  .grid-x > .xxxlarge-7 {
    width: 58.33333%; }
  .grid-x > .xxxlarge-8 {
    width: 66.66667%; }
  .grid-x > .xxxlarge-9 {
    width: 75%; }
  .grid-x > .xxxlarge-10 {
    width: 83.33333%; }
  .grid-x > .xxxlarge-11 {
    width: 91.66667%; }
  .grid-x > .xxxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 120em) {
  .grid-x > .xxxxlarge-auto {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .xxxxlarge-shrink {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .grid-x > .xxxxlarge-1 {
    width: 8.33333%; }
  .grid-x > .xxxxlarge-2 {
    width: 16.66667%; }
  .grid-x > .xxxxlarge-3 {
    width: 25%; }
  .grid-x > .xxxxlarge-4 {
    width: 33.33333%; }
  .grid-x > .xxxxlarge-5 {
    width: 41.66667%; }
  .grid-x > .xxxxlarge-6 {
    width: 50%; }
  .grid-x > .xxxxlarge-7 {
    width: 58.33333%; }
  .grid-x > .xxxxlarge-8 {
    width: 66.66667%; }
  .grid-x > .xxxxlarge-9 {
    width: 75%; }
  .grid-x > .xxxxlarge-10 {
    width: 83.33333%; }
  .grid-x > .xxxxlarge-11 {
    width: 91.66667%; }
  .grid-x > .xxxxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 160em) {
  .grid-x > .xxxxxlarge-auto {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px;
    width: auto; }
  .grid-x > .xxxxxlarge-shrink {
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto; }
  .grid-x > .xxxxxlarge-1 {
    width: 8.33333%; }
  .grid-x > .xxxxxlarge-2 {
    width: 16.66667%; }
  .grid-x > .xxxxxlarge-3 {
    width: 25%; }
  .grid-x > .xxxxxlarge-4 {
    width: 33.33333%; }
  .grid-x > .xxxxxlarge-5 {
    width: 41.66667%; }
  .grid-x > .xxxxxlarge-6 {
    width: 50%; }
  .grid-x > .xxxxxlarge-7 {
    width: 58.33333%; }
  .grid-x > .xxxxxlarge-8 {
    width: 66.66667%; }
  .grid-x > .xxxxxlarge-9 {
    width: 75%; }
  .grid-x > .xxxxxlarge-10 {
    width: 83.33333%; }
  .grid-x > .xxxxxlarge-11 {
    width: 91.66667%; }
  .grid-x > .xxxxxlarge-12 {
    width: 100%; } }

.grid-margin-x:not(.grid-x) > .cell {
  width: auto; }

.grid-margin-y:not(.grid-y) > .cell {
  height: auto; }

.grid-margin-x {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem; }
  @media print, screen and (min-width: 22.5em) {
    .grid-margin-x {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  @media print, screen and (min-width: 48em) {
    .grid-margin-x {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  @media screen and (min-width: 64em) {
    .grid-margin-x {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  @media screen and (min-width: 80em) {
    .grid-margin-x {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  @media screen and (min-width: 90em) {
    .grid-margin-x {
      margin-left: -1.25rem;
      margin-right: -1.25rem; } }
  @media screen and (min-width: 120em) {
    .grid-margin-x {
      margin-left: -1.25rem;
      margin-right: -1.25rem; } }
  .grid-margin-x > .cell {
    width: calc(100% - 0.625rem);
    margin-left: 0.3125rem;
    margin-right: 0.3125rem; }
  @media print, screen and (min-width: 22.5em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.875rem);
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }
  @media print, screen and (min-width: 48em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.875rem);
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }
  @media screen and (min-width: 64em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.875rem);
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }
  @media screen and (min-width: 80em) {
    .grid-margin-x > .cell {
      width: calc(100% - 1.875rem);
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }
  @media screen and (min-width: 90em) {
    .grid-margin-x > .cell {
      width: calc(100% - 2.5rem);
      margin-left: 1.25rem;
      margin-right: 1.25rem; } }
  @media screen and (min-width: 120em) {
    .grid-margin-x > .cell {
      width: calc(100% - 2.5rem);
      margin-left: 1.25rem;
      margin-right: 1.25rem; } }
  .grid-margin-x > .auto {
    width: auto; }
  .grid-margin-x > .shrink {
    width: auto; }
  .grid-margin-x > .small-1 {
    width: calc(8.33333% - 0.625rem); }
  .grid-margin-x > .small-2 {
    width: calc(16.66667% - 0.625rem); }
  .grid-margin-x > .small-3 {
    width: calc(25% - 0.625rem); }
  .grid-margin-x > .small-4 {
    width: calc(33.33333% - 0.625rem); }
  .grid-margin-x > .small-5 {
    width: calc(41.66667% - 0.625rem); }
  .grid-margin-x > .small-6 {
    width: calc(50% - 0.625rem); }
  .grid-margin-x > .small-7 {
    width: calc(58.33333% - 0.625rem); }
  .grid-margin-x > .small-8 {
    width: calc(66.66667% - 0.625rem); }
  .grid-margin-x > .small-9 {
    width: calc(75% - 0.625rem); }
  .grid-margin-x > .small-10 {
    width: calc(83.33333% - 0.625rem); }
  .grid-margin-x > .small-11 {
    width: calc(91.66667% - 0.625rem); }
  .grid-margin-x > .small-12 {
    width: calc(100% - 0.625rem); }
  @media print, screen and (min-width: 22.5em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .small-12 {
      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(8.33333% - 1.875rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 48em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .small-12 {
      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(8.33333% - 1.875rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.875rem); }
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1.875rem); } }
  @media screen and (min-width: 64em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .small-12 {
      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(8.33333% - 1.875rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.875rem); }
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1.875rem); }
    .grid-margin-x > .xlarge-auto {
      width: auto; }
    .grid-margin-x > .xlarge-shrink {
      width: auto; }
    .grid-margin-x > .xlarge-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .xlarge-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .xlarge-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .xlarge-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .xlarge-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .xlarge-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .xlarge-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .xlarge-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .xlarge-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .xlarge-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .xlarge-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .xlarge-12 {
      width: calc(100% - 1.875rem); } }
  @media screen and (min-width: 80em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .small-12 {
      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(8.33333% - 1.875rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 1.875rem); }
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 1.875rem); }
    .grid-margin-x > .xlarge-auto {
      width: auto; }
    .grid-margin-x > .xlarge-shrink {
      width: auto; }
    .grid-margin-x > .xlarge-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .xlarge-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .xlarge-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .xlarge-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .xlarge-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .xlarge-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .xlarge-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .xlarge-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .xlarge-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .xlarge-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .xlarge-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .xlarge-12 {
      width: calc(100% - 1.875rem); }
    .grid-margin-x > .xxlarge-auto {
      width: auto; }
    .grid-margin-x > .xxlarge-shrink {
      width: auto; }
    .grid-margin-x > .xxlarge-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x > .xxlarge-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x > .xxlarge-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x > .xxlarge-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x > .xxlarge-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x > .xxlarge-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x > .xxlarge-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x > .xxlarge-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x > .xxlarge-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x > .xxlarge-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x > .xxlarge-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x > .xxlarge-12 {
      width: calc(100% - 1.875rem); } }
  @media screen and (min-width: 90em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 2.5rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 2.5rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 2.5rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 2.5rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 2.5rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 2.5rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 2.5rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 2.5rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 2.5rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 2.5rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 2.5rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 2.5rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 2.5rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 2.5rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 2.5rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 2.5rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 2.5rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 2.5rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 2.5rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 2.5rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 2.5rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 2.5rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 2.5rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 2.5rem); }
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 2.5rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 2.5rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 2.5rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 2.5rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 2.5rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 2.5rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 2.5rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 2.5rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 2.5rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 2.5rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 2.5rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 2.5rem); }
    .grid-margin-x > .xlarge-auto {
      width: auto; }
    .grid-margin-x > .xlarge-shrink {
      width: auto; }
    .grid-margin-x > .xlarge-1 {
      width: calc(8.33333% - 2.5rem); }
    .grid-margin-x > .xlarge-2 {
      width: calc(16.66667% - 2.5rem); }
    .grid-margin-x > .xlarge-3 {
      width: calc(25% - 2.5rem); }
    .grid-margin-x > .xlarge-4 {
      width: calc(33.33333% - 2.5rem); }
    .grid-margin-x > .xlarge-5 {
      width: calc(41.66667% - 2.5rem); }
    .grid-margin-x > .xlarge-6 {
      width: calc(50% - 2.5rem); }
    .grid-margin-x > .xlarge-7 {
      width: calc(58.33333% - 2.5rem); }
    .grid-margin-x > .xlarge-8 {
      width: calc(66.66667% - 2.5rem); }
    .grid-margin-x > .xlarge-9 {
      width: calc(75% - 2.5rem); }
    .grid-margin-x > .xlarge-10 {
      width: calc(83.33333% - 2.5rem); }
    .grid-margin-x > .xlarge-11 {
      width: calc(91.66667% - 2.5rem); }
    .grid-margin-x > .xlarge-12 {
      width: calc(100% - 2.5rem); }
    .grid-margin-x > .xxlarge-auto {
      width: auto; }
    .grid-margin-x > .xxlarge-shrink {
      width: auto; }
    .grid-margin-x > .xxlarge-1 {
      width: calc(8.33333% - 2.5rem); }
    .grid-margin-x > .xxlarge-2 {
      width: calc(16.66667% - 2.5rem); }
    .grid-margin-x > .xxlarge-3 {
      width: calc(25% - 2.5rem); }
    .grid-margin-x > .xxlarge-4 {
      width: calc(33.33333% - 2.5rem); }
    .grid-margin-x > .xxlarge-5 {
      width: calc(41.66667% - 2.5rem); }
    .grid-margin-x > .xxlarge-6 {
      width: calc(50% - 2.5rem); }
    .grid-margin-x > .xxlarge-7 {
      width: calc(58.33333% - 2.5rem); }
    .grid-margin-x > .xxlarge-8 {
      width: calc(66.66667% - 2.5rem); }
    .grid-margin-x > .xxlarge-9 {
      width: calc(75% - 2.5rem); }
    .grid-margin-x > .xxlarge-10 {
      width: calc(83.33333% - 2.5rem); }
    .grid-margin-x > .xxlarge-11 {
      width: calc(91.66667% - 2.5rem); }
    .grid-margin-x > .xxlarge-12 {
      width: calc(100% - 2.5rem); }
    .grid-margin-x > .xxxlarge-auto {
      width: auto; }
    .grid-margin-x > .xxxlarge-shrink {
      width: auto; }
    .grid-margin-x > .xxxlarge-1 {
      width: calc(8.33333% - 2.5rem); }
    .grid-margin-x > .xxxlarge-2 {
      width: calc(16.66667% - 2.5rem); }
    .grid-margin-x > .xxxlarge-3 {
      width: calc(25% - 2.5rem); }
    .grid-margin-x > .xxxlarge-4 {
      width: calc(33.33333% - 2.5rem); }
    .grid-margin-x > .xxxlarge-5 {
      width: calc(41.66667% - 2.5rem); }
    .grid-margin-x > .xxxlarge-6 {
      width: calc(50% - 2.5rem); }
    .grid-margin-x > .xxxlarge-7 {
      width: calc(58.33333% - 2.5rem); }
    .grid-margin-x > .xxxlarge-8 {
      width: calc(66.66667% - 2.5rem); }
    .grid-margin-x > .xxxlarge-9 {
      width: calc(75% - 2.5rem); }
    .grid-margin-x > .xxxlarge-10 {
      width: calc(83.33333% - 2.5rem); }
    .grid-margin-x > .xxxlarge-11 {
      width: calc(91.66667% - 2.5rem); }
    .grid-margin-x > .xxxlarge-12 {
      width: calc(100% - 2.5rem); } }
  @media screen and (min-width: 120em) {
    .grid-margin-x > .auto {
      width: auto; }
    .grid-margin-x > .shrink {
      width: auto; }
    .grid-margin-x > .small-1 {
      width: calc(8.33333% - 2.5rem); }
    .grid-margin-x > .small-2 {
      width: calc(16.66667% - 2.5rem); }
    .grid-margin-x > .small-3 {
      width: calc(25% - 2.5rem); }
    .grid-margin-x > .small-4 {
      width: calc(33.33333% - 2.5rem); }
    .grid-margin-x > .small-5 {
      width: calc(41.66667% - 2.5rem); }
    .grid-margin-x > .small-6 {
      width: calc(50% - 2.5rem); }
    .grid-margin-x > .small-7 {
      width: calc(58.33333% - 2.5rem); }
    .grid-margin-x > .small-8 {
      width: calc(66.66667% - 2.5rem); }
    .grid-margin-x > .small-9 {
      width: calc(75% - 2.5rem); }
    .grid-margin-x > .small-10 {
      width: calc(83.33333% - 2.5rem); }
    .grid-margin-x > .small-11 {
      width: calc(91.66667% - 2.5rem); }
    .grid-margin-x > .small-12 {
      width: calc(100% - 2.5rem); }
    .grid-margin-x > .medium-auto {
      width: auto; }
    .grid-margin-x > .medium-shrink {
      width: auto; }
    .grid-margin-x > .medium-1 {
      width: calc(8.33333% - 2.5rem); }
    .grid-margin-x > .medium-2 {
      width: calc(16.66667% - 2.5rem); }
    .grid-margin-x > .medium-3 {
      width: calc(25% - 2.5rem); }
    .grid-margin-x > .medium-4 {
      width: calc(33.33333% - 2.5rem); }
    .grid-margin-x > .medium-5 {
      width: calc(41.66667% - 2.5rem); }
    .grid-margin-x > .medium-6 {
      width: calc(50% - 2.5rem); }
    .grid-margin-x > .medium-7 {
      width: calc(58.33333% - 2.5rem); }
    .grid-margin-x > .medium-8 {
      width: calc(66.66667% - 2.5rem); }
    .grid-margin-x > .medium-9 {
      width: calc(75% - 2.5rem); }
    .grid-margin-x > .medium-10 {
      width: calc(83.33333% - 2.5rem); }
    .grid-margin-x > .medium-11 {
      width: calc(91.66667% - 2.5rem); }
    .grid-margin-x > .medium-12 {
      width: calc(100% - 2.5rem); }
    .grid-margin-x > .large-auto {
      width: auto; }
    .grid-margin-x > .large-shrink {
      width: auto; }
    .grid-margin-x > .large-1 {
      width: calc(8.33333% - 2.5rem); }
    .grid-margin-x > .large-2 {
      width: calc(16.66667% - 2.5rem); }
    .grid-margin-x > .large-3 {
      width: calc(25% - 2.5rem); }
    .grid-margin-x > .large-4 {
      width: calc(33.33333% - 2.5rem); }
    .grid-margin-x > .large-5 {
      width: calc(41.66667% - 2.5rem); }
    .grid-margin-x > .large-6 {
      width: calc(50% - 2.5rem); }
    .grid-margin-x > .large-7 {
      width: calc(58.33333% - 2.5rem); }
    .grid-margin-x > .large-8 {
      width: calc(66.66667% - 2.5rem); }
    .grid-margin-x > .large-9 {
      width: calc(75% - 2.5rem); }
    .grid-margin-x > .large-10 {
      width: calc(83.33333% - 2.5rem); }
    .grid-margin-x > .large-11 {
      width: calc(91.66667% - 2.5rem); }
    .grid-margin-x > .large-12 {
      width: calc(100% - 2.5rem); }
    .grid-margin-x > .xlarge-auto {
      width: auto; }
    .grid-margin-x > .xlarge-shrink {
      width: auto; }
    .grid-margin-x > .xlarge-1 {
      width: calc(8.33333% - 2.5rem); }
    .grid-margin-x > .xlarge-2 {
      width: calc(16.66667% - 2.5rem); }
    .grid-margin-x > .xlarge-3 {
      width: calc(25% - 2.5rem); }
    .grid-margin-x > .xlarge-4 {
      width: calc(33.33333% - 2.5rem); }
    .grid-margin-x > .xlarge-5 {
      width: calc(41.66667% - 2.5rem); }
    .grid-margin-x > .xlarge-6 {
      width: calc(50% - 2.5rem); }
    .grid-margin-x > .xlarge-7 {
      width: calc(58.33333% - 2.5rem); }
    .grid-margin-x > .xlarge-8 {
      width: calc(66.66667% - 2.5rem); }
    .grid-margin-x > .xlarge-9 {
      width: calc(75% - 2.5rem); }
    .grid-margin-x > .xlarge-10 {
      width: calc(83.33333% - 2.5rem); }
    .grid-margin-x > .xlarge-11 {
      width: calc(91.66667% - 2.5rem); }
    .grid-margin-x > .xlarge-12 {
      width: calc(100% - 2.5rem); }
    .grid-margin-x > .xxlarge-auto {
      width: auto; }
    .grid-margin-x > .xxlarge-shrink {
      width: auto; }
    .grid-margin-x > .xxlarge-1 {
      width: calc(8.33333% - 2.5rem); }
    .grid-margin-x > .xxlarge-2 {
      width: calc(16.66667% - 2.5rem); }
    .grid-margin-x > .xxlarge-3 {
      width: calc(25% - 2.5rem); }
    .grid-margin-x > .xxlarge-4 {
      width: calc(33.33333% - 2.5rem); }
    .grid-margin-x > .xxlarge-5 {
      width: calc(41.66667% - 2.5rem); }
    .grid-margin-x > .xxlarge-6 {
      width: calc(50% - 2.5rem); }
    .grid-margin-x > .xxlarge-7 {
      width: calc(58.33333% - 2.5rem); }
    .grid-margin-x > .xxlarge-8 {
      width: calc(66.66667% - 2.5rem); }
    .grid-margin-x > .xxlarge-9 {
      width: calc(75% - 2.5rem); }
    .grid-margin-x > .xxlarge-10 {
      width: calc(83.33333% - 2.5rem); }
    .grid-margin-x > .xxlarge-11 {
      width: calc(91.66667% - 2.5rem); }
    .grid-margin-x > .xxlarge-12 {
      width: calc(100% - 2.5rem); }
    .grid-margin-x > .xxxlarge-auto {
      width: auto; }
    .grid-margin-x > .xxxlarge-shrink {
      width: auto; }
    .grid-margin-x > .xxxlarge-1 {
      width: calc(8.33333% - 2.5rem); }
    .grid-margin-x > .xxxlarge-2 {
      width: calc(16.66667% - 2.5rem); }
    .grid-margin-x > .xxxlarge-3 {
      width: calc(25% - 2.5rem); }
    .grid-margin-x > .xxxlarge-4 {
      width: calc(33.33333% - 2.5rem); }
    .grid-margin-x > .xxxlarge-5 {
      width: calc(41.66667% - 2.5rem); }
    .grid-margin-x > .xxxlarge-6 {
      width: calc(50% - 2.5rem); }
    .grid-margin-x > .xxxlarge-7 {
      width: calc(58.33333% - 2.5rem); }
    .grid-margin-x > .xxxlarge-8 {
      width: calc(66.66667% - 2.5rem); }
    .grid-margin-x > .xxxlarge-9 {
      width: calc(75% - 2.5rem); }
    .grid-margin-x > .xxxlarge-10 {
      width: calc(83.33333% - 2.5rem); }
    .grid-margin-x > .xxxlarge-11 {
      width: calc(91.66667% - 2.5rem); }
    .grid-margin-x > .xxxlarge-12 {
      width: calc(100% - 2.5rem); }
    .grid-margin-x > .xxxxlarge-auto {
      width: auto; }
    .grid-margin-x > .xxxxlarge-shrink {
      width: auto; }
    .grid-margin-x > .xxxxlarge-1 {
      width: calc(8.33333% - 2.5rem); }
    .grid-margin-x > .xxxxlarge-2 {
      width: calc(16.66667% - 2.5rem); }
    .grid-margin-x > .xxxxlarge-3 {
      width: calc(25% - 2.5rem); }
    .grid-margin-x > .xxxxlarge-4 {
      width: calc(33.33333% - 2.5rem); }
    .grid-margin-x > .xxxxlarge-5 {
      width: calc(41.66667% - 2.5rem); }
    .grid-margin-x > .xxxxlarge-6 {
      width: calc(50% - 2.5rem); }
    .grid-margin-x > .xxxxlarge-7 {
      width: calc(58.33333% - 2.5rem); }
    .grid-margin-x > .xxxxlarge-8 {
      width: calc(66.66667% - 2.5rem); }
    .grid-margin-x > .xxxxlarge-9 {
      width: calc(75% - 2.5rem); }
    .grid-margin-x > .xxxxlarge-10 {
      width: calc(83.33333% - 2.5rem); }
    .grid-margin-x > .xxxxlarge-11 {
      width: calc(91.66667% - 2.5rem); }
    .grid-margin-x > .xxxxlarge-12 {
      width: calc(100% - 2.5rem); } }
  @media screen and (min-width: 160em) {
    .grid-margin-x > .xxxxxlarge-auto {
      width: auto; }
    .grid-margin-x > .xxxxxlarge-shrink {
      width: auto; }
    .grid-margin-x > .xxxxxlarge-1 {
      width: calc(8.33333% - 2.5rem); }
    .grid-margin-x > .xxxxxlarge-2 {
      width: calc(16.66667% - 2.5rem); }
    .grid-margin-x > .xxxxxlarge-3 {
      width: calc(25% - 2.5rem); }
    .grid-margin-x > .xxxxxlarge-4 {
      width: calc(33.33333% - 2.5rem); }
    .grid-margin-x > .xxxxxlarge-5 {
      width: calc(41.66667% - 2.5rem); }
    .grid-margin-x > .xxxxxlarge-6 {
      width: calc(50% - 2.5rem); }
    .grid-margin-x > .xxxxxlarge-7 {
      width: calc(58.33333% - 2.5rem); }
    .grid-margin-x > .xxxxxlarge-8 {
      width: calc(66.66667% - 2.5rem); }
    .grid-margin-x > .xxxxxlarge-9 {
      width: calc(75% - 2.5rem); }
    .grid-margin-x > .xxxxxlarge-10 {
      width: calc(83.33333% - 2.5rem); }
    .grid-margin-x > .xxxxxlarge-11 {
      width: calc(91.66667% - 2.5rem); }
    .grid-margin-x > .xxxxxlarge-12 {
      width: calc(100% - 2.5rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.3125rem;
  margin-left: -0.3125rem; }
  @media print, screen and (min-width: 22.5em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }
  @media print, screen and (min-width: 48em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }
  @media screen and (min-width: 64em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }
  @media screen and (min-width: 80em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }
  @media screen and (min-width: 90em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 120em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }

.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.3125rem;
  margin-left: -0.3125rem; }
  @media print, screen and (min-width: 22.5em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }
  @media print, screen and (min-width: 48em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }
  @media screen and (min-width: 64em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }
  @media screen and (min-width: 80em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }
  @media screen and (min-width: 90em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }
  @media screen and (min-width: 120em) {
    .grid-container:not(.full) > .grid-padding-x {
      margin-right: -1.25rem;
      margin-left: -1.25rem; } }

.grid-padding-x > .cell {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem; }
  @media print, screen and (min-width: 22.5em) {
    .grid-padding-x > .cell {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media print, screen and (min-width: 48em) {
    .grid-padding-x > .cell {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media screen and (min-width: 64em) {
    .grid-padding-x > .cell {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media screen and (min-width: 80em) {
    .grid-padding-x > .cell {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }
  @media screen and (min-width: 90em) {
    .grid-padding-x > .cell {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }
  @media screen and (min-width: 120em) {
    .grid-padding-x > .cell {
      padding-right: 1.25rem;
      padding-left: 1.25rem; } }

.small-up-1 > .cell {
  width: 100%; }

.small-up-2 > .cell {
  width: 50%; }

.small-up-3 > .cell {
  width: 33.33333%; }

.small-up-4 > .cell {
  width: 25%; }

.small-up-5 > .cell {
  width: 20%; }

.small-up-6 > .cell {
  width: 16.66667%; }

.small-up-7 > .cell {
  width: 14.28571%; }

.small-up-8 > .cell {
  width: 12.5%; }

@media print, screen and (min-width: 22.5em) {
  .medium-up-1 > .cell {
    width: 100%; }
  .medium-up-2 > .cell {
    width: 50%; }
  .medium-up-3 > .cell {
    width: 33.33333%; }
  .medium-up-4 > .cell {
    width: 25%; }
  .medium-up-5 > .cell {
    width: 20%; }
  .medium-up-6 > .cell {
    width: 16.66667%; }
  .medium-up-7 > .cell {
    width: 14.28571%; }
  .medium-up-8 > .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 48em) {
  .large-up-1 > .cell {
    width: 100%; }
  .large-up-2 > .cell {
    width: 50%; }
  .large-up-3 > .cell {
    width: 33.33333%; }
  .large-up-4 > .cell {
    width: 25%; }
  .large-up-5 > .cell {
    width: 20%; }
  .large-up-6 > .cell {
    width: 16.66667%; }
  .large-up-7 > .cell {
    width: 14.28571%; }
  .large-up-8 > .cell {
    width: 12.5%; } }

@media screen and (min-width: 64em) {
  .xlarge-up-1 > .cell {
    width: 100%; }
  .xlarge-up-2 > .cell {
    width: 50%; }
  .xlarge-up-3 > .cell {
    width: 33.33333%; }
  .xlarge-up-4 > .cell {
    width: 25%; }
  .xlarge-up-5 > .cell {
    width: 20%; }
  .xlarge-up-6 > .cell {
    width: 16.66667%; }
  .xlarge-up-7 > .cell {
    width: 14.28571%; }
  .xlarge-up-8 > .cell {
    width: 12.5%; } }

@media screen and (min-width: 80em) {
  .xxlarge-up-1 > .cell {
    width: 100%; }
  .xxlarge-up-2 > .cell {
    width: 50%; }
  .xxlarge-up-3 > .cell {
    width: 33.33333%; }
  .xxlarge-up-4 > .cell {
    width: 25%; }
  .xxlarge-up-5 > .cell {
    width: 20%; }
  .xxlarge-up-6 > .cell {
    width: 16.66667%; }
  .xxlarge-up-7 > .cell {
    width: 14.28571%; }
  .xxlarge-up-8 > .cell {
    width: 12.5%; } }

@media screen and (min-width: 90em) {
  .xxxlarge-up-1 > .cell {
    width: 100%; }
  .xxxlarge-up-2 > .cell {
    width: 50%; }
  .xxxlarge-up-3 > .cell {
    width: 33.33333%; }
  .xxxlarge-up-4 > .cell {
    width: 25%; }
  .xxxlarge-up-5 > .cell {
    width: 20%; }
  .xxxlarge-up-6 > .cell {
    width: 16.66667%; }
  .xxxlarge-up-7 > .cell {
    width: 14.28571%; }
  .xxxlarge-up-8 > .cell {
    width: 12.5%; } }

@media screen and (min-width: 120em) {
  .xxxxlarge-up-1 > .cell {
    width: 100%; }
  .xxxxlarge-up-2 > .cell {
    width: 50%; }
  .xxxxlarge-up-3 > .cell {
    width: 33.33333%; }
  .xxxxlarge-up-4 > .cell {
    width: 25%; }
  .xxxxlarge-up-5 > .cell {
    width: 20%; }
  .xxxxlarge-up-6 > .cell {
    width: 16.66667%; }
  .xxxxlarge-up-7 > .cell {
    width: 14.28571%; }
  .xxxxlarge-up-8 > .cell {
    width: 12.5%; } }

@media screen and (min-width: 160em) {
  .xxxxxlarge-up-1 > .cell {
    width: 100%; }
  .xxxxxlarge-up-2 > .cell {
    width: 50%; }
  .xxxxxlarge-up-3 > .cell {
    width: 33.33333%; }
  .xxxxxlarge-up-4 > .cell {
    width: 25%; }
  .xxxxxlarge-up-5 > .cell {
    width: 20%; }
  .xxxxxlarge-up-6 > .cell {
    width: 16.66667%; }
  .xxxxxlarge-up-7 > .cell {
    width: 14.28571%; }
  .xxxxxlarge-up-8 > .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 0.625rem); }

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 0.625rem); }

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.33333% - 0.625rem); }

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 0.625rem); }

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 0.625rem); }

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.66667% - 0.625rem); }

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.28571% - 0.625rem); }

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 0.625rem); }

@media print, screen and (min-width: 22.5em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 0.625rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 0.625rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 0.625rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 0.625rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 0.625rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 0.625rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 0.625rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 0.625rem); }
  .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.33333% - 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.66667% - 1.875rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media print, screen and (min-width: 48em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 0.625rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 0.625rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 0.625rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 0.625rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 0.625rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 0.625rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 0.625rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 0.625rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); }
  .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.33333% - 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.66667% - 1.875rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media screen and (min-width: 64em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 0.625rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 0.625rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 0.625rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 0.625rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 0.625rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 0.625rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 0.625rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 0.625rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem); }
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media screen and (min-width: 80em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 0.625rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 0.625rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 0.625rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 0.625rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 0.625rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 0.625rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 0.625rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 0.625rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem); }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem); }
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem); } }

@media screen and (min-width: 90em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 0.625rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 0.625rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 0.625rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 0.625rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 0.625rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 0.625rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 0.625rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 0.625rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem); }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem); }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem); }
  .grid-margin-x.xxxlarge-up-1 > .cell {
    width: calc(100% - 2.5rem); }
  .grid-margin-x.xxxlarge-up-2 > .cell {
    width: calc(50% - 2.5rem); }
  .grid-margin-x.xxxlarge-up-3 > .cell {
    width: calc(33.33333% - 2.5rem); }
  .grid-margin-x.xxxlarge-up-4 > .cell {
    width: calc(25% - 2.5rem); }
  .grid-margin-x.xxxlarge-up-5 > .cell {
    width: calc(20% - 2.5rem); }
  .grid-margin-x.xxxlarge-up-6 > .cell {
    width: calc(16.66667% - 2.5rem); }
  .grid-margin-x.xxxlarge-up-7 > .cell {
    width: calc(14.28571% - 2.5rem); }
  .grid-margin-x.xxxlarge-up-8 > .cell {
    width: calc(12.5% - 2.5rem); } }

@media screen and (min-width: 120em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 0.625rem); }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.xxlarge-up-1 > .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.xxxlarge-up-1 > .cell {
    width: calc(100% - 2.5rem); }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 0.625rem); }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.xxlarge-up-2 > .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.xxxlarge-up-2 > .cell {
    width: calc(50% - 2.5rem); }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.33333% - 0.625rem); }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.xxlarge-up-3 > .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.xxxlarge-up-3 > .cell {
    width: calc(33.33333% - 2.5rem); }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 0.625rem); }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.xxlarge-up-4 > .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.xxxlarge-up-4 > .cell {
    width: calc(25% - 2.5rem); }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 0.625rem); }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.xxlarge-up-5 > .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.xxxlarge-up-5 > .cell {
    width: calc(20% - 2.5rem); }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.66667% - 0.625rem); }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.xxlarge-up-6 > .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.xxxlarge-up-6 > .cell {
    width: calc(16.66667% - 2.5rem); }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.28571% - 0.625rem); }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.xxlarge-up-7 > .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.xxxlarge-up-7 > .cell {
    width: calc(14.28571% - 2.5rem); }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 0.625rem); }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.875rem); }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.875rem); }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem); }
  .grid-margin-x.xxlarge-up-8 > .cell {
    width: calc(12.5% - 1.875rem); }
  .grid-margin-x.xxxlarge-up-8 > .cell {
    width: calc(12.5% - 2.5rem); }
  .grid-margin-x.xxxxlarge-up-1 > .cell {
    width: calc(100% - 2.5rem); }
  .grid-margin-x.xxxxlarge-up-2 > .cell {
    width: calc(50% - 2.5rem); }
  .grid-margin-x.xxxxlarge-up-3 > .cell {
    width: calc(33.33333% - 2.5rem); }
  .grid-margin-x.xxxxlarge-up-4 > .cell {
    width: calc(25% - 2.5rem); }
  .grid-margin-x.xxxxlarge-up-5 > .cell {
    width: calc(20% - 2.5rem); }
  .grid-margin-x.xxxxlarge-up-6 > .cell {
    width: calc(16.66667% - 2.5rem); }
  .grid-margin-x.xxxxlarge-up-7 > .cell {
    width: calc(14.28571% - 2.5rem); }
  .grid-margin-x.xxxxlarge-up-8 > .cell {
    width: calc(12.5% - 2.5rem); } }

@media screen and (min-width: 160em) {
  .grid-margin-x.xxxxxlarge-up-1 > .cell {
    width: calc(100% - 2.5rem); }
  .grid-margin-x.xxxxxlarge-up-2 > .cell {
    width: calc(50% - 2.5rem); }
  .grid-margin-x.xxxxxlarge-up-3 > .cell {
    width: calc(33.33333% - 2.5rem); }
  .grid-margin-x.xxxxxlarge-up-4 > .cell {
    width: calc(25% - 2.5rem); }
  .grid-margin-x.xxxxxlarge-up-5 > .cell {
    width: calc(20% - 2.5rem); }
  .grid-margin-x.xxxxxlarge-up-6 > .cell {
    width: calc(16.66667% - 2.5rem); }
  .grid-margin-x.xxxxxlarge-up-7 > .cell {
    width: calc(14.28571% - 2.5rem); }
  .grid-margin-x.xxxxxlarge-up-8 > .cell {
    width: calc(12.5% - 2.5rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse > .small-1 {
    width: 8.33333%; }
  .small-margin-collapse > .small-2 {
    width: 16.66667%; }
  .small-margin-collapse > .small-3 {
    width: 25%; }
  .small-margin-collapse > .small-4 {
    width: 33.33333%; }
  .small-margin-collapse > .small-5 {
    width: 41.66667%; }
  .small-margin-collapse > .small-6 {
    width: 50%; }
  .small-margin-collapse > .small-7 {
    width: 58.33333%; }
  .small-margin-collapse > .small-8 {
    width: 66.66667%; }
  .small-margin-collapse > .small-9 {
    width: 75%; }
  .small-margin-collapse > .small-10 {
    width: 83.33333%; }
  .small-margin-collapse > .small-11 {
    width: 91.66667%; }
  .small-margin-collapse > .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 22.5em) {
    .small-margin-collapse > .medium-1 {
      width: 8.33333%; }
    .small-margin-collapse > .medium-2 {
      width: 16.66667%; }
    .small-margin-collapse > .medium-3 {
      width: 25%; }
    .small-margin-collapse > .medium-4 {
      width: 33.33333%; }
    .small-margin-collapse > .medium-5 {
      width: 41.66667%; }
    .small-margin-collapse > .medium-6 {
      width: 50%; }
    .small-margin-collapse > .medium-7 {
      width: 58.33333%; }
    .small-margin-collapse > .medium-8 {
      width: 66.66667%; }
    .small-margin-collapse > .medium-9 {
      width: 75%; }
    .small-margin-collapse > .medium-10 {
      width: 83.33333%; }
    .small-margin-collapse > .medium-11 {
      width: 91.66667%; }
    .small-margin-collapse > .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 48em) {
    .small-margin-collapse > .large-1 {
      width: 8.33333%; }
    .small-margin-collapse > .large-2 {
      width: 16.66667%; }
    .small-margin-collapse > .large-3 {
      width: 25%; }
    .small-margin-collapse > .large-4 {
      width: 33.33333%; }
    .small-margin-collapse > .large-5 {
      width: 41.66667%; }
    .small-margin-collapse > .large-6 {
      width: 50%; }
    .small-margin-collapse > .large-7 {
      width: 58.33333%; }
    .small-margin-collapse > .large-8 {
      width: 66.66667%; }
    .small-margin-collapse > .large-9 {
      width: 75%; }
    .small-margin-collapse > .large-10 {
      width: 83.33333%; }
    .small-margin-collapse > .large-11 {
      width: 91.66667%; }
    .small-margin-collapse > .large-12 {
      width: 100%; } }
  @media screen and (min-width: 64em) {
    .small-margin-collapse > .xlarge-1 {
      width: 8.33333%; }
    .small-margin-collapse > .xlarge-2 {
      width: 16.66667%; }
    .small-margin-collapse > .xlarge-3 {
      width: 25%; }
    .small-margin-collapse > .xlarge-4 {
      width: 33.33333%; }
    .small-margin-collapse > .xlarge-5 {
      width: 41.66667%; }
    .small-margin-collapse > .xlarge-6 {
      width: 50%; }
    .small-margin-collapse > .xlarge-7 {
      width: 58.33333%; }
    .small-margin-collapse > .xlarge-8 {
      width: 66.66667%; }
    .small-margin-collapse > .xlarge-9 {
      width: 75%; }
    .small-margin-collapse > .xlarge-10 {
      width: 83.33333%; }
    .small-margin-collapse > .xlarge-11 {
      width: 91.66667%; }
    .small-margin-collapse > .xlarge-12 {
      width: 100%; } }
  @media screen and (min-width: 80em) {
    .small-margin-collapse > .xxlarge-1 {
      width: 8.33333%; }
    .small-margin-collapse > .xxlarge-2 {
      width: 16.66667%; }
    .small-margin-collapse > .xxlarge-3 {
      width: 25%; }
    .small-margin-collapse > .xxlarge-4 {
      width: 33.33333%; }
    .small-margin-collapse > .xxlarge-5 {
      width: 41.66667%; }
    .small-margin-collapse > .xxlarge-6 {
      width: 50%; }
    .small-margin-collapse > .xxlarge-7 {
      width: 58.33333%; }
    .small-margin-collapse > .xxlarge-8 {
      width: 66.66667%; }
    .small-margin-collapse > .xxlarge-9 {
      width: 75%; }
    .small-margin-collapse > .xxlarge-10 {
      width: 83.33333%; }
    .small-margin-collapse > .xxlarge-11 {
      width: 91.66667%; }
    .small-margin-collapse > .xxlarge-12 {
      width: 100%; } }
  @media screen and (min-width: 90em) {
    .small-margin-collapse > .xxxlarge-1 {
      width: 8.33333%; }
    .small-margin-collapse > .xxxlarge-2 {
      width: 16.66667%; }
    .small-margin-collapse > .xxxlarge-3 {
      width: 25%; }
    .small-margin-collapse > .xxxlarge-4 {
      width: 33.33333%; }
    .small-margin-collapse > .xxxlarge-5 {
      width: 41.66667%; }
    .small-margin-collapse > .xxxlarge-6 {
      width: 50%; }
    .small-margin-collapse > .xxxlarge-7 {
      width: 58.33333%; }
    .small-margin-collapse > .xxxlarge-8 {
      width: 66.66667%; }
    .small-margin-collapse > .xxxlarge-9 {
      width: 75%; }
    .small-margin-collapse > .xxxlarge-10 {
      width: 83.33333%; }
    .small-margin-collapse > .xxxlarge-11 {
      width: 91.66667%; }
    .small-margin-collapse > .xxxlarge-12 {
      width: 100%; } }
  @media screen and (min-width: 120em) {
    .small-margin-collapse > .xxxxlarge-1 {
      width: 8.33333%; }
    .small-margin-collapse > .xxxxlarge-2 {
      width: 16.66667%; }
    .small-margin-collapse > .xxxxlarge-3 {
      width: 25%; }
    .small-margin-collapse > .xxxxlarge-4 {
      width: 33.33333%; }
    .small-margin-collapse > .xxxxlarge-5 {
      width: 41.66667%; }
    .small-margin-collapse > .xxxxlarge-6 {
      width: 50%; }
    .small-margin-collapse > .xxxxlarge-7 {
      width: 58.33333%; }
    .small-margin-collapse > .xxxxlarge-8 {
      width: 66.66667%; }
    .small-margin-collapse > .xxxxlarge-9 {
      width: 75%; }
    .small-margin-collapse > .xxxxlarge-10 {
      width: 83.33333%; }
    .small-margin-collapse > .xxxxlarge-11 {
      width: 91.66667%; }
    .small-margin-collapse > .xxxxlarge-12 {
      width: 100%; } }
  @media screen and (min-width: 160em) {
    .small-margin-collapse > .xxxxxlarge-1 {
      width: 8.33333%; }
    .small-margin-collapse > .xxxxxlarge-2 {
      width: 16.66667%; }
    .small-margin-collapse > .xxxxxlarge-3 {
      width: 25%; }
    .small-margin-collapse > .xxxxxlarge-4 {
      width: 33.33333%; }
    .small-margin-collapse > .xxxxxlarge-5 {
      width: 41.66667%; }
    .small-margin-collapse > .xxxxxlarge-6 {
      width: 50%; }
    .small-margin-collapse > .xxxxxlarge-7 {
      width: 58.33333%; }
    .small-margin-collapse > .xxxxxlarge-8 {
      width: 66.66667%; }
    .small-margin-collapse > .xxxxxlarge-9 {
      width: 75%; }
    .small-margin-collapse > .xxxxxlarge-10 {
      width: 83.33333%; }
    .small-margin-collapse > .xxxxxlarge-11 {
      width: 91.66667%; }
    .small-margin-collapse > .xxxxxlarge-12 {
      width: 100%; } }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0; }

@media print, screen and (min-width: 22.5em) {
  .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: 22.5em) {
  .medium-margin-collapse > .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .small-3 {
    width: 25%; }
  .medium-margin-collapse > .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .small-6 {
    width: 50%; }
  .medium-margin-collapse > .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .small-9 {
    width: 75%; }
  .medium-margin-collapse > .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 22.5em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .medium-3 {
    width: 25%; }
  .medium-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .medium-6 {
    width: 50%; }
  .medium-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .medium-9 {
    width: 75%; }
  .medium-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 48em) {
  .medium-margin-collapse > .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .large-3 {
    width: 25%; }
  .medium-margin-collapse > .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .large-6 {
    width: 50%; }
  .medium-margin-collapse > .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .large-9 {
    width: 75%; }
  .medium-margin-collapse > .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 64em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%; }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%; }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%; }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 80em) {
  .medium-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .medium-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .medium-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .medium-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .medium-margin-collapse > .xxxlarge-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .xxxlarge-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .xxxlarge-3 {
    width: 25%; }
  .medium-margin-collapse > .xxxlarge-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .xxxlarge-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .xxxlarge-6 {
    width: 50%; }
  .medium-margin-collapse > .xxxlarge-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .xxxlarge-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .xxxlarge-9 {
    width: 75%; }
  .medium-margin-collapse > .xxxlarge-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .xxxlarge-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .xxxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 120em) {
  .medium-margin-collapse > .xxxxlarge-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .xxxxlarge-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .xxxxlarge-3 {
    width: 25%; }
  .medium-margin-collapse > .xxxxlarge-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .xxxxlarge-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .xxxxlarge-6 {
    width: 50%; }
  .medium-margin-collapse > .xxxxlarge-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .xxxxlarge-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .xxxxlarge-9 {
    width: 75%; }
  .medium-margin-collapse > .xxxxlarge-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .xxxxlarge-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .xxxxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 160em) {
  .medium-margin-collapse > .xxxxxlarge-1 {
    width: 8.33333%; }
  .medium-margin-collapse > .xxxxxlarge-2 {
    width: 16.66667%; }
  .medium-margin-collapse > .xxxxxlarge-3 {
    width: 25%; }
  .medium-margin-collapse > .xxxxxlarge-4 {
    width: 33.33333%; }
  .medium-margin-collapse > .xxxxxlarge-5 {
    width: 41.66667%; }
  .medium-margin-collapse > .xxxxxlarge-6 {
    width: 50%; }
  .medium-margin-collapse > .xxxxxlarge-7 {
    width: 58.33333%; }
  .medium-margin-collapse > .xxxxxlarge-8 {
    width: 66.66667%; }
  .medium-margin-collapse > .xxxxxlarge-9 {
    width: 75%; }
  .medium-margin-collapse > .xxxxxlarge-10 {
    width: 83.33333%; }
  .medium-margin-collapse > .xxxxxlarge-11 {
    width: 91.66667%; }
  .medium-margin-collapse > .xxxxxlarge-12 {
    width: 100%; } }

@media print, screen and (min-width: 22.5em) {
  .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: 48em) {
  .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: 48em) {
  .large-margin-collapse > .small-1 {
    width: 8.33333%; }
  .large-margin-collapse > .small-2 {
    width: 16.66667%; }
  .large-margin-collapse > .small-3 {
    width: 25%; }
  .large-margin-collapse > .small-4 {
    width: 33.33333%; }
  .large-margin-collapse > .small-5 {
    width: 41.66667%; }
  .large-margin-collapse > .small-6 {
    width: 50%; }
  .large-margin-collapse > .small-7 {
    width: 58.33333%; }
  .large-margin-collapse > .small-8 {
    width: 66.66667%; }
  .large-margin-collapse > .small-9 {
    width: 75%; }
  .large-margin-collapse > .small-10 {
    width: 83.33333%; }
  .large-margin-collapse > .small-11 {
    width: 91.66667%; }
  .large-margin-collapse > .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 48em) {
  .large-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse > .medium-3 {
    width: 25%; }
  .large-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse > .medium-6 {
    width: 50%; }
  .large-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse > .medium-9 {
    width: 75%; }
  .large-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse > .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 48em) {
  .large-margin-collapse > .large-1 {
    width: 8.33333%; }
  .large-margin-collapse > .large-2 {
    width: 16.66667%; }
  .large-margin-collapse > .large-3 {
    width: 25%; }
  .large-margin-collapse > .large-4 {
    width: 33.33333%; }
  .large-margin-collapse > .large-5 {
    width: 41.66667%; }
  .large-margin-collapse > .large-6 {
    width: 50%; }
  .large-margin-collapse > .large-7 {
    width: 58.33333%; }
  .large-margin-collapse > .large-8 {
    width: 66.66667%; }
  .large-margin-collapse > .large-9 {
    width: 75%; }
  .large-margin-collapse > .large-10 {
    width: 83.33333%; }
  .large-margin-collapse > .large-11 {
    width: 91.66667%; }
  .large-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 64em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .large-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .large-margin-collapse > .xlarge-3 {
    width: 25%; }
  .large-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .large-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .large-margin-collapse > .xlarge-6 {
    width: 50%; }
  .large-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .large-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .large-margin-collapse > .xlarge-9 {
    width: 75%; }
  .large-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .large-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .large-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 80em) {
  .large-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .large-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .large-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .large-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .large-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .large-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .large-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .large-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .large-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .large-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .large-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .large-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .large-margin-collapse > .xxxlarge-1 {
    width: 8.33333%; }
  .large-margin-collapse > .xxxlarge-2 {
    width: 16.66667%; }
  .large-margin-collapse > .xxxlarge-3 {
    width: 25%; }
  .large-margin-collapse > .xxxlarge-4 {
    width: 33.33333%; }
  .large-margin-collapse > .xxxlarge-5 {
    width: 41.66667%; }
  .large-margin-collapse > .xxxlarge-6 {
    width: 50%; }
  .large-margin-collapse > .xxxlarge-7 {
    width: 58.33333%; }
  .large-margin-collapse > .xxxlarge-8 {
    width: 66.66667%; }
  .large-margin-collapse > .xxxlarge-9 {
    width: 75%; }
  .large-margin-collapse > .xxxlarge-10 {
    width: 83.33333%; }
  .large-margin-collapse > .xxxlarge-11 {
    width: 91.66667%; }
  .large-margin-collapse > .xxxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 120em) {
  .large-margin-collapse > .xxxxlarge-1 {
    width: 8.33333%; }
  .large-margin-collapse > .xxxxlarge-2 {
    width: 16.66667%; }
  .large-margin-collapse > .xxxxlarge-3 {
    width: 25%; }
  .large-margin-collapse > .xxxxlarge-4 {
    width: 33.33333%; }
  .large-margin-collapse > .xxxxlarge-5 {
    width: 41.66667%; }
  .large-margin-collapse > .xxxxlarge-6 {
    width: 50%; }
  .large-margin-collapse > .xxxxlarge-7 {
    width: 58.33333%; }
  .large-margin-collapse > .xxxxlarge-8 {
    width: 66.66667%; }
  .large-margin-collapse > .xxxxlarge-9 {
    width: 75%; }
  .large-margin-collapse > .xxxxlarge-10 {
    width: 83.33333%; }
  .large-margin-collapse > .xxxxlarge-11 {
    width: 91.66667%; }
  .large-margin-collapse > .xxxxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 160em) {
  .large-margin-collapse > .xxxxxlarge-1 {
    width: 8.33333%; }
  .large-margin-collapse > .xxxxxlarge-2 {
    width: 16.66667%; }
  .large-margin-collapse > .xxxxxlarge-3 {
    width: 25%; }
  .large-margin-collapse > .xxxxxlarge-4 {
    width: 33.33333%; }
  .large-margin-collapse > .xxxxxlarge-5 {
    width: 41.66667%; }
  .large-margin-collapse > .xxxxxlarge-6 {
    width: 50%; }
  .large-margin-collapse > .xxxxxlarge-7 {
    width: 58.33333%; }
  .large-margin-collapse > .xxxxxlarge-8 {
    width: 66.66667%; }
  .large-margin-collapse > .xxxxxlarge-9 {
    width: 75%; }
  .large-margin-collapse > .xxxxxlarge-10 {
    width: 83.33333%; }
  .large-margin-collapse > .xxxxxlarge-11 {
    width: 91.66667%; }
  .large-margin-collapse > .xxxxxlarge-12 {
    width: 100%; } }

@media print, screen and (min-width: 48em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .large-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media screen and (min-width: 64em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xlarge-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media screen and (min-width: 64em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .small-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .small-3 {
    width: 25%; }
  .xlarge-margin-collapse > .small-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .small-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .small-6 {
    width: 50%; }
  .xlarge-margin-collapse > .small-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .small-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .small-9 {
    width: 75%; }
  .xlarge-margin-collapse > .small-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .small-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .small-12 {
    width: 100%; } }

@media screen and (min-width: 64em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%; }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%; }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%; }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%; } }

@media screen and (min-width: 64em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .large-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .large-3 {
    width: 25%; }
  .xlarge-margin-collapse > .large-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .large-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .large-6 {
    width: 50%; }
  .xlarge-margin-collapse > .large-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .large-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .large-9 {
    width: 75%; }
  .xlarge-margin-collapse > .large-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .large-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 64em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%; }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%; }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%; }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 80em) {
  .xlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .xlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .xlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .xlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .xlarge-margin-collapse > .xxxlarge-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .xxxlarge-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .xxxlarge-3 {
    width: 25%; }
  .xlarge-margin-collapse > .xxxlarge-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .xxxlarge-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .xxxlarge-6 {
    width: 50%; }
  .xlarge-margin-collapse > .xxxlarge-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .xxxlarge-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .xxxlarge-9 {
    width: 75%; }
  .xlarge-margin-collapse > .xxxlarge-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .xxxlarge-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .xxxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 120em) {
  .xlarge-margin-collapse > .xxxxlarge-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .xxxxlarge-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .xxxxlarge-3 {
    width: 25%; }
  .xlarge-margin-collapse > .xxxxlarge-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .xxxxlarge-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .xxxxlarge-6 {
    width: 50%; }
  .xlarge-margin-collapse > .xxxxlarge-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .xxxxlarge-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .xxxxlarge-9 {
    width: 75%; }
  .xlarge-margin-collapse > .xxxxlarge-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .xxxxlarge-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .xxxxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 160em) {
  .xlarge-margin-collapse > .xxxxxlarge-1 {
    width: 8.33333%; }
  .xlarge-margin-collapse > .xxxxxlarge-2 {
    width: 16.66667%; }
  .xlarge-margin-collapse > .xxxxxlarge-3 {
    width: 25%; }
  .xlarge-margin-collapse > .xxxxxlarge-4 {
    width: 33.33333%; }
  .xlarge-margin-collapse > .xxxxxlarge-5 {
    width: 41.66667%; }
  .xlarge-margin-collapse > .xxxxxlarge-6 {
    width: 50%; }
  .xlarge-margin-collapse > .xxxxxlarge-7 {
    width: 58.33333%; }
  .xlarge-margin-collapse > .xxxxxlarge-8 {
    width: 66.66667%; }
  .xlarge-margin-collapse > .xxxxxlarge-9 {
    width: 75%; }
  .xlarge-margin-collapse > .xxxxxlarge-10 {
    width: 83.33333%; }
  .xlarge-margin-collapse > .xxxxxlarge-11 {
    width: 91.66667%; }
  .xlarge-margin-collapse > .xxxxxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 64em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xlarge-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media screen and (min-width: 80em) {
  .xxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xxlarge-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media screen and (min-width: 80em) {
  .xxlarge-margin-collapse > .small-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .small-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .small-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .small-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .small-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .small-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .small-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .small-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .small-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .small-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .small-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .small-12 {
    width: 100%; } }

@media screen and (min-width: 80em) {
  .xxlarge-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .medium-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .medium-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .medium-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .medium-12 {
    width: 100%; } }

@media screen and (min-width: 80em) {
  .xxlarge-margin-collapse > .large-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .large-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .large-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .large-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .large-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .large-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .large-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .large-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .large-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .large-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .large-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 80em) {
  .xxlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .xlarge-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .xlarge-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .xlarge-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 80em) {
  .xxlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse > .xxxlarge-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .xxxlarge-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .xxxlarge-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .xxxlarge-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .xxxlarge-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .xxxlarge-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .xxxlarge-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .xxxlarge-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .xxxlarge-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .xxxlarge-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .xxxlarge-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .xxxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 120em) {
  .xxlarge-margin-collapse > .xxxxlarge-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .xxxxlarge-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .xxxxlarge-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .xxxxlarge-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .xxxxlarge-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .xxxxlarge-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .xxxxlarge-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .xxxxlarge-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .xxxxlarge-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .xxxxlarge-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .xxxxlarge-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .xxxxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 160em) {
  .xxlarge-margin-collapse > .xxxxxlarge-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse > .xxxxxlarge-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse > .xxxxxlarge-3 {
    width: 25%; }
  .xxlarge-margin-collapse > .xxxxxlarge-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse > .xxxxxlarge-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse > .xxxxxlarge-6 {
    width: 50%; }
  .xxlarge-margin-collapse > .xxxxxlarge-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse > .xxxxxlarge-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse > .xxxxxlarge-9 {
    width: 75%; }
  .xxlarge-margin-collapse > .xxxxxlarge-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse > .xxxxxlarge-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse > .xxxxxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 80em) {
  .xxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xxlarge-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media screen and (min-width: 90em) {
  .xxxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xxxlarge-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media screen and (min-width: 90em) {
  .xxxlarge-margin-collapse > .small-1 {
    width: 8.33333%; }
  .xxxlarge-margin-collapse > .small-2 {
    width: 16.66667%; }
  .xxxlarge-margin-collapse > .small-3 {
    width: 25%; }
  .xxxlarge-margin-collapse > .small-4 {
    width: 33.33333%; }
  .xxxlarge-margin-collapse > .small-5 {
    width: 41.66667%; }
  .xxxlarge-margin-collapse > .small-6 {
    width: 50%; }
  .xxxlarge-margin-collapse > .small-7 {
    width: 58.33333%; }
  .xxxlarge-margin-collapse > .small-8 {
    width: 66.66667%; }
  .xxxlarge-margin-collapse > .small-9 {
    width: 75%; }
  .xxxlarge-margin-collapse > .small-10 {
    width: 83.33333%; }
  .xxxlarge-margin-collapse > .small-11 {
    width: 91.66667%; }
  .xxxlarge-margin-collapse > .small-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .xxxlarge-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .xxxlarge-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .xxxlarge-margin-collapse > .medium-3 {
    width: 25%; }
  .xxxlarge-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .xxxlarge-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .xxxlarge-margin-collapse > .medium-6 {
    width: 50%; }
  .xxxlarge-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .xxxlarge-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .xxxlarge-margin-collapse > .medium-9 {
    width: 75%; }
  .xxxlarge-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .xxxlarge-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .xxxlarge-margin-collapse > .medium-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .xxxlarge-margin-collapse > .large-1 {
    width: 8.33333%; }
  .xxxlarge-margin-collapse > .large-2 {
    width: 16.66667%; }
  .xxxlarge-margin-collapse > .large-3 {
    width: 25%; }
  .xxxlarge-margin-collapse > .large-4 {
    width: 33.33333%; }
  .xxxlarge-margin-collapse > .large-5 {
    width: 41.66667%; }
  .xxxlarge-margin-collapse > .large-6 {
    width: 50%; }
  .xxxlarge-margin-collapse > .large-7 {
    width: 58.33333%; }
  .xxxlarge-margin-collapse > .large-8 {
    width: 66.66667%; }
  .xxxlarge-margin-collapse > .large-9 {
    width: 75%; }
  .xxxlarge-margin-collapse > .large-10 {
    width: 83.33333%; }
  .xxxlarge-margin-collapse > .large-11 {
    width: 91.66667%; }
  .xxxlarge-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .xxxlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .xxxlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .xxxlarge-margin-collapse > .xlarge-3 {
    width: 25%; }
  .xxxlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .xxxlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .xxxlarge-margin-collapse > .xlarge-6 {
    width: 50%; }
  .xxxlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .xxxlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .xxxlarge-margin-collapse > .xlarge-9 {
    width: 75%; }
  .xxxlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .xxxlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .xxxlarge-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .xxxlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .xxxlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .xxxlarge-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .xxxlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .xxxlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .xxxlarge-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .xxxlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .xxxlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .xxxlarge-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .xxxlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .xxxlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .xxxlarge-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .xxxlarge-margin-collapse > .xxxlarge-1 {
    width: 8.33333%; }
  .xxxlarge-margin-collapse > .xxxlarge-2 {
    width: 16.66667%; }
  .xxxlarge-margin-collapse > .xxxlarge-3 {
    width: 25%; }
  .xxxlarge-margin-collapse > .xxxlarge-4 {
    width: 33.33333%; }
  .xxxlarge-margin-collapse > .xxxlarge-5 {
    width: 41.66667%; }
  .xxxlarge-margin-collapse > .xxxlarge-6 {
    width: 50%; }
  .xxxlarge-margin-collapse > .xxxlarge-7 {
    width: 58.33333%; }
  .xxxlarge-margin-collapse > .xxxlarge-8 {
    width: 66.66667%; }
  .xxxlarge-margin-collapse > .xxxlarge-9 {
    width: 75%; }
  .xxxlarge-margin-collapse > .xxxlarge-10 {
    width: 83.33333%; }
  .xxxlarge-margin-collapse > .xxxlarge-11 {
    width: 91.66667%; }
  .xxxlarge-margin-collapse > .xxxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 120em) {
  .xxxlarge-margin-collapse > .xxxxlarge-1 {
    width: 8.33333%; }
  .xxxlarge-margin-collapse > .xxxxlarge-2 {
    width: 16.66667%; }
  .xxxlarge-margin-collapse > .xxxxlarge-3 {
    width: 25%; }
  .xxxlarge-margin-collapse > .xxxxlarge-4 {
    width: 33.33333%; }
  .xxxlarge-margin-collapse > .xxxxlarge-5 {
    width: 41.66667%; }
  .xxxlarge-margin-collapse > .xxxxlarge-6 {
    width: 50%; }
  .xxxlarge-margin-collapse > .xxxxlarge-7 {
    width: 58.33333%; }
  .xxxlarge-margin-collapse > .xxxxlarge-8 {
    width: 66.66667%; }
  .xxxlarge-margin-collapse > .xxxxlarge-9 {
    width: 75%; }
  .xxxlarge-margin-collapse > .xxxxlarge-10 {
    width: 83.33333%; }
  .xxxlarge-margin-collapse > .xxxxlarge-11 {
    width: 91.66667%; }
  .xxxlarge-margin-collapse > .xxxxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 160em) {
  .xxxlarge-margin-collapse > .xxxxxlarge-1 {
    width: 8.33333%; }
  .xxxlarge-margin-collapse > .xxxxxlarge-2 {
    width: 16.66667%; }
  .xxxlarge-margin-collapse > .xxxxxlarge-3 {
    width: 25%; }
  .xxxlarge-margin-collapse > .xxxxxlarge-4 {
    width: 33.33333%; }
  .xxxlarge-margin-collapse > .xxxxxlarge-5 {
    width: 41.66667%; }
  .xxxlarge-margin-collapse > .xxxxxlarge-6 {
    width: 50%; }
  .xxxlarge-margin-collapse > .xxxxxlarge-7 {
    width: 58.33333%; }
  .xxxlarge-margin-collapse > .xxxxxlarge-8 {
    width: 66.66667%; }
  .xxxlarge-margin-collapse > .xxxxxlarge-9 {
    width: 75%; }
  .xxxlarge-margin-collapse > .xxxxxlarge-10 {
    width: 83.33333%; }
  .xxxlarge-margin-collapse > .xxxxxlarge-11 {
    width: 91.66667%; }
  .xxxlarge-margin-collapse > .xxxxxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .xxxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xxxlarge-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media screen and (min-width: 120em) {
  .xxxxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xxxxlarge-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media screen and (min-width: 120em) {
  .xxxxlarge-margin-collapse > .small-1 {
    width: 8.33333%; }
  .xxxxlarge-margin-collapse > .small-2 {
    width: 16.66667%; }
  .xxxxlarge-margin-collapse > .small-3 {
    width: 25%; }
  .xxxxlarge-margin-collapse > .small-4 {
    width: 33.33333%; }
  .xxxxlarge-margin-collapse > .small-5 {
    width: 41.66667%; }
  .xxxxlarge-margin-collapse > .small-6 {
    width: 50%; }
  .xxxxlarge-margin-collapse > .small-7 {
    width: 58.33333%; }
  .xxxxlarge-margin-collapse > .small-8 {
    width: 66.66667%; }
  .xxxxlarge-margin-collapse > .small-9 {
    width: 75%; }
  .xxxxlarge-margin-collapse > .small-10 {
    width: 83.33333%; }
  .xxxxlarge-margin-collapse > .small-11 {
    width: 91.66667%; }
  .xxxxlarge-margin-collapse > .small-12 {
    width: 100%; } }

@media screen and (min-width: 120em) {
  .xxxxlarge-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .xxxxlarge-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .xxxxlarge-margin-collapse > .medium-3 {
    width: 25%; }
  .xxxxlarge-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .xxxxlarge-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .xxxxlarge-margin-collapse > .medium-6 {
    width: 50%; }
  .xxxxlarge-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .xxxxlarge-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .xxxxlarge-margin-collapse > .medium-9 {
    width: 75%; }
  .xxxxlarge-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .xxxxlarge-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .xxxxlarge-margin-collapse > .medium-12 {
    width: 100%; } }

@media screen and (min-width: 120em) {
  .xxxxlarge-margin-collapse > .large-1 {
    width: 8.33333%; }
  .xxxxlarge-margin-collapse > .large-2 {
    width: 16.66667%; }
  .xxxxlarge-margin-collapse > .large-3 {
    width: 25%; }
  .xxxxlarge-margin-collapse > .large-4 {
    width: 33.33333%; }
  .xxxxlarge-margin-collapse > .large-5 {
    width: 41.66667%; }
  .xxxxlarge-margin-collapse > .large-6 {
    width: 50%; }
  .xxxxlarge-margin-collapse > .large-7 {
    width: 58.33333%; }
  .xxxxlarge-margin-collapse > .large-8 {
    width: 66.66667%; }
  .xxxxlarge-margin-collapse > .large-9 {
    width: 75%; }
  .xxxxlarge-margin-collapse > .large-10 {
    width: 83.33333%; }
  .xxxxlarge-margin-collapse > .large-11 {
    width: 91.66667%; }
  .xxxxlarge-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 120em) {
  .xxxxlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .xxxxlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .xxxxlarge-margin-collapse > .xlarge-3 {
    width: 25%; }
  .xxxxlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .xxxxlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .xxxxlarge-margin-collapse > .xlarge-6 {
    width: 50%; }
  .xxxxlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .xxxxlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .xxxxlarge-margin-collapse > .xlarge-9 {
    width: 75%; }
  .xxxxlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .xxxxlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .xxxxlarge-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 120em) {
  .xxxxlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .xxxxlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .xxxxlarge-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .xxxxlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .xxxxlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .xxxxlarge-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .xxxxlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .xxxxlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .xxxxlarge-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .xxxxlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .xxxxlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .xxxxlarge-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 120em) {
  .xxxxlarge-margin-collapse > .xxxlarge-1 {
    width: 8.33333%; }
  .xxxxlarge-margin-collapse > .xxxlarge-2 {
    width: 16.66667%; }
  .xxxxlarge-margin-collapse > .xxxlarge-3 {
    width: 25%; }
  .xxxxlarge-margin-collapse > .xxxlarge-4 {
    width: 33.33333%; }
  .xxxxlarge-margin-collapse > .xxxlarge-5 {
    width: 41.66667%; }
  .xxxxlarge-margin-collapse > .xxxlarge-6 {
    width: 50%; }
  .xxxxlarge-margin-collapse > .xxxlarge-7 {
    width: 58.33333%; }
  .xxxxlarge-margin-collapse > .xxxlarge-8 {
    width: 66.66667%; }
  .xxxxlarge-margin-collapse > .xxxlarge-9 {
    width: 75%; }
  .xxxxlarge-margin-collapse > .xxxlarge-10 {
    width: 83.33333%; }
  .xxxxlarge-margin-collapse > .xxxlarge-11 {
    width: 91.66667%; }
  .xxxxlarge-margin-collapse > .xxxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 120em) {
  .xxxxlarge-margin-collapse > .xxxxlarge-1 {
    width: 8.33333%; }
  .xxxxlarge-margin-collapse > .xxxxlarge-2 {
    width: 16.66667%; }
  .xxxxlarge-margin-collapse > .xxxxlarge-3 {
    width: 25%; }
  .xxxxlarge-margin-collapse > .xxxxlarge-4 {
    width: 33.33333%; }
  .xxxxlarge-margin-collapse > .xxxxlarge-5 {
    width: 41.66667%; }
  .xxxxlarge-margin-collapse > .xxxxlarge-6 {
    width: 50%; }
  .xxxxlarge-margin-collapse > .xxxxlarge-7 {
    width: 58.33333%; }
  .xxxxlarge-margin-collapse > .xxxxlarge-8 {
    width: 66.66667%; }
  .xxxxlarge-margin-collapse > .xxxxlarge-9 {
    width: 75%; }
  .xxxxlarge-margin-collapse > .xxxxlarge-10 {
    width: 83.33333%; }
  .xxxxlarge-margin-collapse > .xxxxlarge-11 {
    width: 91.66667%; }
  .xxxxlarge-margin-collapse > .xxxxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 160em) {
  .xxxxlarge-margin-collapse > .xxxxxlarge-1 {
    width: 8.33333%; }
  .xxxxlarge-margin-collapse > .xxxxxlarge-2 {
    width: 16.66667%; }
  .xxxxlarge-margin-collapse > .xxxxxlarge-3 {
    width: 25%; }
  .xxxxlarge-margin-collapse > .xxxxxlarge-4 {
    width: 33.33333%; }
  .xxxxlarge-margin-collapse > .xxxxxlarge-5 {
    width: 41.66667%; }
  .xxxxlarge-margin-collapse > .xxxxxlarge-6 {
    width: 50%; }
  .xxxxlarge-margin-collapse > .xxxxxlarge-7 {
    width: 58.33333%; }
  .xxxxlarge-margin-collapse > .xxxxxlarge-8 {
    width: 66.66667%; }
  .xxxxlarge-margin-collapse > .xxxxxlarge-9 {
    width: 75%; }
  .xxxxlarge-margin-collapse > .xxxxxlarge-10 {
    width: 83.33333%; }
  .xxxxlarge-margin-collapse > .xxxxxlarge-11 {
    width: 91.66667%; }
  .xxxxlarge-margin-collapse > .xxxxxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 120em) {
  .xxxxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xxxxlarge-padding-collapse > .cell {
      padding-right: 0;
      padding-left: 0; } }

@media screen and (min-width: 160em) {
  .xxxxxlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xxxxxlarge-margin-collapse > .cell {
      margin-right: 0;
      margin-left: 0; } }

@media screen and (min-width: 160em) {
  .xxxxxlarge-margin-collapse > .small-1 {
    width: 8.33333%; }
  .xxxxxlarge-margin-collapse > .small-2 {
    width: 16.66667%; }
  .xxxxxlarge-margin-collapse > .small-3 {
    width: 25%; }
  .xxxxxlarge-margin-collapse > .small-4 {
    width: 33.33333%; }
  .xxxxxlarge-margin-collapse > .small-5 {
    width: 41.66667%; }
  .xxxxxlarge-margin-collapse > .small-6 {
    width: 50%; }
  .xxxxxlarge-margin-collapse > .small-7 {
    width: 58.33333%; }
  .xxxxxlarge-margin-collapse > .small-8 {
    width: 66.66667%; }
  .xxxxxlarge-margin-collapse > .small-9 {
    width: 75%; }
  .xxxxxlarge-margin-collapse > .small-10 {
    width: 83.33333%; }
  .xxxxxlarge-margin-collapse > .small-11 {
    width: 91.66667%; }
  .xxxxxlarge-margin-collapse > .small-12 {
    width: 100%; } }

@media screen and (min-width: 160em) {
  .xxxxxlarge-margin-collapse > .medium-1 {
    width: 8.33333%; }
  .xxxxxlarge-margin-collapse > .medium-2 {
    width: 16.66667%; }
  .xxxxxlarge-margin-collapse > .medium-3 {
    width: 25%; }
  .xxxxxlarge-margin-collapse > .medium-4 {
    width: 33.33333%; }
  .xxxxxlarge-margin-collapse > .medium-5 {
    width: 41.66667%; }
  .xxxxxlarge-margin-collapse > .medium-6 {
    width: 50%; }
  .xxxxxlarge-margin-collapse > .medium-7 {
    width: 58.33333%; }
  .xxxxxlarge-margin-collapse > .medium-8 {
    width: 66.66667%; }
  .xxxxxlarge-margin-collapse > .medium-9 {
    width: 75%; }
  .xxxxxlarge-margin-collapse > .medium-10 {
    width: 83.33333%; }
  .xxxxxlarge-margin-collapse > .medium-11 {
    width: 91.66667%; }
  .xxxxxlarge-margin-collapse > .medium-12 {
    width: 100%; } }

@media screen and (min-width: 160em) {
  .xxxxxlarge-margin-collapse > .large-1 {
    width: 8.33333%; }
  .xxxxxlarge-margin-collapse > .large-2 {
    width: 16.66667%; }
  .xxxxxlarge-margin-collapse > .large-3 {
    width: 25%; }
  .xxxxxlarge-margin-collapse > .large-4 {
    width: 33.33333%; }
  .xxxxxlarge-margin-collapse > .large-5 {
    width: 41.66667%; }
  .xxxxxlarge-margin-collapse > .large-6 {
    width: 50%; }
  .xxxxxlarge-margin-collapse > .large-7 {
    width: 58.33333%; }
  .xxxxxlarge-margin-collapse > .large-8 {
    width: 66.66667%; }
  .xxxxxlarge-margin-collapse > .large-9 {
    width: 75%; }
  .xxxxxlarge-margin-collapse > .large-10 {
    width: 83.33333%; }
  .xxxxxlarge-margin-collapse > .large-11 {
    width: 91.66667%; }
  .xxxxxlarge-margin-collapse > .large-12 {
    width: 100%; } }

@media screen and (min-width: 160em) {
  .xxxxxlarge-margin-collapse > .xlarge-1 {
    width: 8.33333%; }
  .xxxxxlarge-margin-collapse > .xlarge-2 {
    width: 16.66667%; }
  .xxxxxlarge-margin-collapse > .xlarge-3 {
    width: 25%; }
  .xxxxxlarge-margin-collapse > .xlarge-4 {
    width: 33.33333%; }
  .xxxxxlarge-margin-collapse > .xlarge-5 {
    width: 41.66667%; }
  .xxxxxlarge-margin-collapse > .xlarge-6 {
    width: 50%; }
  .xxxxxlarge-margin-collapse > .xlarge-7 {
    width: 58.33333%; }
  .xxxxxlarge-margin-collapse > .xlarge-8 {
    width: 66.66667%; }
  .xxxxxlarge-margin-collapse > .xlarge-9 {
    width: 75%; }
  .xxxxxlarge-margin-collapse > .xlarge-10 {
    width: 83.33333%; }
  .xxxxxlarge-margin-collapse > .xlarge-11 {
    width: 91.66667%; }
  .xxxxxlarge-margin-collapse > .xlarge-12 {
    width: 100%; } }

@media screen and (min-width: 160em) {
  .xxxxxlarge-margin-collapse > .xxlarge-1 {
    width: 8.33333%; }
  .xxxxxlarge-margin-collapse > .xxlarge-2 {
    width: 16.66667%; }
  .xxxxxlarge-margin-collapse > .xxlarge-3 {
    width: 25%; }
  .xxxxxlarge-margin-collapse > .xxlarge-4 {
    width: 33.33333%; }
  .xxxxxlarge-margin-collapse > .xxlarge-5 {
    width: 41.66667%; }
  .xxxxxlarge-margin-collapse > .xxlarge-6 {
    width: 50%; }
  .xxxxxlarge-margin-collapse > .xxlarge-7 {
    width: 58.33333%; }
  .xxxxxlarge-margin-collapse > .xxlarge-8 {
    width: 66.66667%; }
  .xxxxxlarge-margin-collapse > .xxlarge-9 {
    width: 75%; }
  .xxxxxlarge-margin-collapse > .xxlarge-10 {
    width: 83.33333%; }
  .xxxxxlarge-margin-collapse > .xxlarge-11 {
    width: 91.66667%; }
  .xxxxxlarge-margin-collapse > .xxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 160em) {
  .xxxxxlarge-margin-collapse > .xxxlarge-1 {
    width: 8.33333%; }
  .xxxxxlarge-margin-collapse > .xxxlarge-2 {
    width: 16.66667%; }
  .xxxxxlarge-margin-collapse > .xxxlarge-3 {
    width: 25%; }
  .xxxxxlarge-margin-collapse > .xxxlarge-4 {
    width: 33.33333%; }
  .xxxxxlarge-margin-collapse > .xxxlarge-5 {
    width: 41.66667%; }
  .xxxxxlarge-margin-collapse > .xxxlarge-6 {
    width: 50%; }
  .xxxxxlarge-margin-collapse > .xxxlarge-7 {
    width: 58.33333%; }
  .xxxxxlarge-margin-collapse > .xxxlarge-8 {
    width: 66.66667%; }
  .xxxxxlarge-margin-collapse > .xxxlarge-9 {
    width: 75%; }
  .xxxxxlarge-margin-collapse > .xxxlarge-10 {
    width: 83.33333%; }
  .xxxxxlarge-margin-collapse > .xxxlarge-11 {
    width: 91.66667%; }
  .xxxxxlarge-margin-collapse > .xxxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 160em) {
  .xxxxxlarge-margin-collapse > .xxxxlarge-1 {
    width: 8.33333%; }
  .xxxxxlarge-margin-collapse > .xxxxlarge-2 {
    width: 16.66667%; }
  .xxxxxlarge-margin-collapse > .xxxxlarge-3 {
    width: 25%; }
  .xxxxxlarge-margin-collapse > .xxxxlarge-4 {
    width: 33.33333%; }
  .xxxxxlarge-margin-collapse > .xxxxlarge-5 {
    width: 41.66667%; }
  .xxxxxlarge-margin-collapse > .xxxxlarge-6 {
    width: 50%; }
  .xxxxxlarge-margin-collapse > .xxxxlarge-7 {
    width: 58.33333%; }
  .xxxxxlarge-margin-collapse > .xxxxlarge-8 {
    width: 66.66667%; }
  .xxxxxlarge-margin-collapse > .xxxxlarge-9 {
    width: 75%; }
  .xxxxxlarge-margin-collapse > .xxxxlarge-10 {
    width: 83.33333%; }
  .xxxxxlarge-margin-collapse > .xxxxlarge-11 {
    width: 91.66667%; }
  .xxxxxlarge-margin-collapse > .xxxxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 160em) {
  .xxxxxlarge-margin-collapse > .xxxxxlarge-1 {
    width: 8.33333%; }
  .xxxxxlarge-margin-collapse > .xxxxxlarge-2 {
    width: 16.66667%; }
  .xxxxxlarge-margin-collapse > .xxxxxlarge-3 {
    width: 25%; }
  .xxxxxlarge-margin-collapse > .xxxxxlarge-4 {
    width: 33.33333%; }
  .xxxxxlarge-margin-collapse > .xxxxxlarge-5 {
    width: 41.66667%; }
  .xxxxxlarge-margin-collapse > .xxxxxlarge-6 {
    width: 50%; }
  .xxxxxlarge-margin-collapse > .xxxxxlarge-7 {
    width: 58.33333%; }
  .xxxxxlarge-margin-collapse > .xxxxxlarge-8 {
    width: 66.66667%; }
  .xxxxxlarge-margin-collapse > .xxxxxlarge-9 {
    width: 75%; }
  .xxxxxlarge-margin-collapse > .xxxxxlarge-10 {
    width: 83.33333%; }
  .xxxxxlarge-margin-collapse > .xxxxxlarge-11 {
    width: 91.66667%; }
  .xxxxxlarge-margin-collapse > .xxxxxlarge-12 {
    width: 100%; } }

@media screen and (min-width: 160em) {
  .xxxxxlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0; }
    .xxxxxlarge-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.3125rem); }

.small-offset-1 {
  margin-left: 8.33333%; }

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.33333% + 0.3125rem); }

.small-offset-2 {
  margin-left: 16.66667%; }

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.66667% + 0.3125rem); }

.small-offset-3 {
  margin-left: 25%; }

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.3125rem); }

.small-offset-4 {
  margin-left: 33.33333%; }

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.33333% + 0.3125rem); }

.small-offset-5 {
  margin-left: 41.66667%; }

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.66667% + 0.3125rem); }

.small-offset-6 {
  margin-left: 50%; }

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.3125rem); }

.small-offset-7 {
  margin-left: 58.33333%; }

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.33333% + 0.3125rem); }

.small-offset-8 {
  margin-left: 66.66667%; }

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.66667% + 0.3125rem); }

.small-offset-9 {
  margin-left: 75%; }

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.3125rem); }

.small-offset-10 {
  margin-left: 83.33333%; }

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.33333% + 0.3125rem); }

.small-offset-11 {
  margin-left: 91.66667%; }

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.66667% + 0.3125rem); }

@media print, screen and (min-width: 22.5em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

@media print, screen and (min-width: 48em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

@media screen and (min-width: 64em) {
  .xlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .xlarge-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .xlarge-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .xlarge-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .xlarge-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .xlarge-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .xlarge-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .xlarge-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .xlarge-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .xlarge-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .xlarge-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .xlarge-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

@media screen and (min-width: 80em) {
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .xxlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .xxlarge-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .xxlarge-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .xxlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .xxlarge-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .xxlarge-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .xxlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .xxlarge-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .xxlarge-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .xxlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .xxlarge-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .xxlarge-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

@media screen and (min-width: 90em) {
  .xxxlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .xxxlarge-offset-0 {
    margin-left: calc(0% + 1.25rem); }
  .xxxlarge-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .xxxlarge-offset-1 {
    margin-left: calc(8.33333% + 1.25rem); }
  .xxxlarge-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .xxxlarge-offset-2 {
    margin-left: calc(16.66667% + 1.25rem); }
  .xxxlarge-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .xxxlarge-offset-3 {
    margin-left: calc(25% + 1.25rem); }
  .xxxlarge-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .xxxlarge-offset-4 {
    margin-left: calc(33.33333% + 1.25rem); }
  .xxxlarge-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .xxxlarge-offset-5 {
    margin-left: calc(41.66667% + 1.25rem); }
  .xxxlarge-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .xxxlarge-offset-6 {
    margin-left: calc(50% + 1.25rem); }
  .xxxlarge-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .xxxlarge-offset-7 {
    margin-left: calc(58.33333% + 1.25rem); }
  .xxxlarge-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .xxxlarge-offset-8 {
    margin-left: calc(66.66667% + 1.25rem); }
  .xxxlarge-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .xxxlarge-offset-9 {
    margin-left: calc(75% + 1.25rem); }
  .xxxlarge-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .xxxlarge-offset-10 {
    margin-left: calc(83.33333% + 1.25rem); }
  .xxxlarge-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .xxxlarge-offset-11 {
    margin-left: calc(91.66667% + 1.25rem); } }

@media screen and (min-width: 120em) {
  .xxxxlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .xxxxlarge-offset-0 {
    margin-left: calc(0% + 1.25rem); }
  .xxxxlarge-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .xxxxlarge-offset-1 {
    margin-left: calc(8.33333% + 1.25rem); }
  .xxxxlarge-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .xxxxlarge-offset-2 {
    margin-left: calc(16.66667% + 1.25rem); }
  .xxxxlarge-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .xxxxlarge-offset-3 {
    margin-left: calc(25% + 1.25rem); }
  .xxxxlarge-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .xxxxlarge-offset-4 {
    margin-left: calc(33.33333% + 1.25rem); }
  .xxxxlarge-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .xxxxlarge-offset-5 {
    margin-left: calc(41.66667% + 1.25rem); }
  .xxxxlarge-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .xxxxlarge-offset-6 {
    margin-left: calc(50% + 1.25rem); }
  .xxxxlarge-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .xxxxlarge-offset-7 {
    margin-left: calc(58.33333% + 1.25rem); }
  .xxxxlarge-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .xxxxlarge-offset-8 {
    margin-left: calc(66.66667% + 1.25rem); }
  .xxxxlarge-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .xxxxlarge-offset-9 {
    margin-left: calc(75% + 1.25rem); }
  .xxxxlarge-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .xxxxlarge-offset-10 {
    margin-left: calc(83.33333% + 1.25rem); }
  .xxxxlarge-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .xxxxlarge-offset-11 {
    margin-left: calc(91.66667% + 1.25rem); } }

@media screen and (min-width: 160em) {
  .xxxxxlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x > .xxxxxlarge-offset-0 {
    margin-left: calc(0% + 1.25rem); }
  .xxxxxlarge-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x > .xxxxxlarge-offset-1 {
    margin-left: calc(8.33333% + 1.25rem); }
  .xxxxxlarge-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x > .xxxxxlarge-offset-2 {
    margin-left: calc(16.66667% + 1.25rem); }
  .xxxxxlarge-offset-3 {
    margin-left: 25%; }
  .grid-margin-x > .xxxxxlarge-offset-3 {
    margin-left: calc(25% + 1.25rem); }
  .xxxxxlarge-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x > .xxxxxlarge-offset-4 {
    margin-left: calc(33.33333% + 1.25rem); }
  .xxxxxlarge-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x > .xxxxxlarge-offset-5 {
    margin-left: calc(41.66667% + 1.25rem); }
  .xxxxxlarge-offset-6 {
    margin-left: 50%; }
  .grid-margin-x > .xxxxxlarge-offset-6 {
    margin-left: calc(50% + 1.25rem); }
  .xxxxxlarge-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x > .xxxxxlarge-offset-7 {
    margin-left: calc(58.33333% + 1.25rem); }
  .xxxxxlarge-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x > .xxxxxlarge-offset-8 {
    margin-left: calc(66.66667% + 1.25rem); }
  .xxxxxlarge-offset-9 {
    margin-left: 75%; }
  .grid-margin-x > .xxxxxlarge-offset-9 {
    margin-left: calc(75% + 1.25rem); }
  .xxxxxlarge-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x > .xxxxxlarge-offset-10 {
    margin-left: calc(83.33333% + 1.25rem); }
  .xxxxxlarge-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x > .xxxxxlarge-offset-11 {
    margin-left: calc(91.66667% + 1.25rem); } }

.grid-y {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column nowrap;
      -ms-flex-flow: column nowrap;
          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 {
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
  @media print, screen and (min-width: 22.5em) {
    .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 {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
  @media print, screen and (min-width: 48em) {
    .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 {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
  @media screen and (min-width: 64em) {
    .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
  @media screen and (min-width: 80em) {
    .grid-y > .xxlarge-shrink, .grid-y > .xxlarge-full, .grid-y > .xxlarge-1, .grid-y > .xxlarge-2, .grid-y > .xxlarge-3, .grid-y > .xxlarge-4, .grid-y > .xxlarge-5, .grid-y > .xxlarge-6, .grid-y > .xxlarge-7, .grid-y > .xxlarge-8, .grid-y > .xxlarge-9, .grid-y > .xxlarge-10, .grid-y > .xxlarge-11, .grid-y > .xxlarge-12 {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
  @media screen and (min-width: 90em) {
    .grid-y > .xxxlarge-shrink, .grid-y > .xxxlarge-full, .grid-y > .xxxlarge-1, .grid-y > .xxxlarge-2, .grid-y > .xxxlarge-3, .grid-y > .xxxlarge-4, .grid-y > .xxxlarge-5, .grid-y > .xxxlarge-6, .grid-y > .xxxlarge-7, .grid-y > .xxxlarge-8, .grid-y > .xxxlarge-9, .grid-y > .xxxlarge-10, .grid-y > .xxxlarge-11, .grid-y > .xxxlarge-12 {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
  @media screen and (min-width: 120em) {
    .grid-y > .xxxxlarge-shrink, .grid-y > .xxxxlarge-full, .grid-y > .xxxxlarge-1, .grid-y > .xxxxlarge-2, .grid-y > .xxxxlarge-3, .grid-y > .xxxxlarge-4, .grid-y > .xxxxlarge-5, .grid-y > .xxxxlarge-6, .grid-y > .xxxxlarge-7, .grid-y > .xxxxlarge-8, .grid-y > .xxxxlarge-9, .grid-y > .xxxxlarge-10, .grid-y > .xxxxlarge-11, .grid-y > .xxxxlarge-12 {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
  @media screen and (min-width: 160em) {
    .grid-y > .xxxxxlarge-shrink, .grid-y > .xxxxxlarge-full, .grid-y > .xxxxxlarge-1, .grid-y > .xxxxxlarge-2, .grid-y > .xxxxxlarge-3, .grid-y > .xxxxxlarge-4, .grid-y > .xxxxxlarge-5, .grid-y > .xxxxxlarge-6, .grid-y > .xxxxxlarge-7, .grid-y > .xxxxxlarge-8, .grid-y > .xxxxxlarge-9, .grid-y > .xxxxxlarge-10, .grid-y > .xxxxxlarge-11, .grid-y > .xxxxxlarge-12 {
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; } }
  .grid-y > .small-1 {
    height: 8.33333%; }
  .grid-y > .small-2 {
    height: 16.66667%; }
  .grid-y > .small-3 {
    height: 25%; }
  .grid-y > .small-4 {
    height: 33.33333%; }
  .grid-y > .small-5 {
    height: 41.66667%; }
  .grid-y > .small-6 {
    height: 50%; }
  .grid-y > .small-7 {
    height: 58.33333%; }
  .grid-y > .small-8 {
    height: 66.66667%; }
  .grid-y > .small-9 {
    height: 75%; }
  .grid-y > .small-10 {
    height: 83.33333%; }
  .grid-y > .small-11 {
    height: 91.66667%; }
  .grid-y > .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 22.5em) {
    .grid-y > .medium-auto {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .medium-shrink {
      height: auto; }
    .grid-y > .medium-1 {
      height: 8.33333%; }
    .grid-y > .medium-2 {
      height: 16.66667%; }
    .grid-y > .medium-3 {
      height: 25%; }
    .grid-y > .medium-4 {
      height: 33.33333%; }
    .grid-y > .medium-5 {
      height: 41.66667%; }
    .grid-y > .medium-6 {
      height: 50%; }
    .grid-y > .medium-7 {
      height: 58.33333%; }
    .grid-y > .medium-8 {
      height: 66.66667%; }
    .grid-y > .medium-9 {
      height: 75%; }
    .grid-y > .medium-10 {
      height: 83.33333%; }
    .grid-y > .medium-11 {
      height: 91.66667%; }
    .grid-y > .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 48em) {
    .grid-y > .large-auto {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .large-shrink {
      height: auto; }
    .grid-y > .large-1 {
      height: 8.33333%; }
    .grid-y > .large-2 {
      height: 16.66667%; }
    .grid-y > .large-3 {
      height: 25%; }
    .grid-y > .large-4 {
      height: 33.33333%; }
    .grid-y > .large-5 {
      height: 41.66667%; }
    .grid-y > .large-6 {
      height: 50%; }
    .grid-y > .large-7 {
      height: 58.33333%; }
    .grid-y > .large-8 {
      height: 66.66667%; }
    .grid-y > .large-9 {
      height: 75%; }
    .grid-y > .large-10 {
      height: 83.33333%; }
    .grid-y > .large-11 {
      height: 91.66667%; }
    .grid-y > .large-12 {
      height: 100%; } }
  @media screen and (min-width: 64em) {
    .grid-y > .xlarge-auto {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .xlarge-shrink {
      height: auto; }
    .grid-y > .xlarge-1 {
      height: 8.33333%; }
    .grid-y > .xlarge-2 {
      height: 16.66667%; }
    .grid-y > .xlarge-3 {
      height: 25%; }
    .grid-y > .xlarge-4 {
      height: 33.33333%; }
    .grid-y > .xlarge-5 {
      height: 41.66667%; }
    .grid-y > .xlarge-6 {
      height: 50%; }
    .grid-y > .xlarge-7 {
      height: 58.33333%; }
    .grid-y > .xlarge-8 {
      height: 66.66667%; }
    .grid-y > .xlarge-9 {
      height: 75%; }
    .grid-y > .xlarge-10 {
      height: 83.33333%; }
    .grid-y > .xlarge-11 {
      height: 91.66667%; }
    .grid-y > .xlarge-12 {
      height: 100%; } }
  @media screen and (min-width: 80em) {
    .grid-y > .xxlarge-auto {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .xxlarge-shrink {
      height: auto; }
    .grid-y > .xxlarge-1 {
      height: 8.33333%; }
    .grid-y > .xxlarge-2 {
      height: 16.66667%; }
    .grid-y > .xxlarge-3 {
      height: 25%; }
    .grid-y > .xxlarge-4 {
      height: 33.33333%; }
    .grid-y > .xxlarge-5 {
      height: 41.66667%; }
    .grid-y > .xxlarge-6 {
      height: 50%; }
    .grid-y > .xxlarge-7 {
      height: 58.33333%; }
    .grid-y > .xxlarge-8 {
      height: 66.66667%; }
    .grid-y > .xxlarge-9 {
      height: 75%; }
    .grid-y > .xxlarge-10 {
      height: 83.33333%; }
    .grid-y > .xxlarge-11 {
      height: 91.66667%; }
    .grid-y > .xxlarge-12 {
      height: 100%; } }
  @media screen and (min-width: 90em) {
    .grid-y > .xxxlarge-auto {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .xxxlarge-shrink {
      height: auto; }
    .grid-y > .xxxlarge-1 {
      height: 8.33333%; }
    .grid-y > .xxxlarge-2 {
      height: 16.66667%; }
    .grid-y > .xxxlarge-3 {
      height: 25%; }
    .grid-y > .xxxlarge-4 {
      height: 33.33333%; }
    .grid-y > .xxxlarge-5 {
      height: 41.66667%; }
    .grid-y > .xxxlarge-6 {
      height: 50%; }
    .grid-y > .xxxlarge-7 {
      height: 58.33333%; }
    .grid-y > .xxxlarge-8 {
      height: 66.66667%; }
    .grid-y > .xxxlarge-9 {
      height: 75%; }
    .grid-y > .xxxlarge-10 {
      height: 83.33333%; }
    .grid-y > .xxxlarge-11 {
      height: 91.66667%; }
    .grid-y > .xxxlarge-12 {
      height: 100%; } }
  @media screen and (min-width: 120em) {
    .grid-y > .xxxxlarge-auto {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .xxxxlarge-shrink {
      height: auto; }
    .grid-y > .xxxxlarge-1 {
      height: 8.33333%; }
    .grid-y > .xxxxlarge-2 {
      height: 16.66667%; }
    .grid-y > .xxxxlarge-3 {
      height: 25%; }
    .grid-y > .xxxxlarge-4 {
      height: 33.33333%; }
    .grid-y > .xxxxlarge-5 {
      height: 41.66667%; }
    .grid-y > .xxxxlarge-6 {
      height: 50%; }
    .grid-y > .xxxxlarge-7 {
      height: 58.33333%; }
    .grid-y > .xxxxlarge-8 {
      height: 66.66667%; }
    .grid-y > .xxxxlarge-9 {
      height: 75%; }
    .grid-y > .xxxxlarge-10 {
      height: 83.33333%; }
    .grid-y > .xxxxlarge-11 {
      height: 91.66667%; }
    .grid-y > .xxxxlarge-12 {
      height: 100%; } }
  @media screen and (min-width: 160em) {
    .grid-y > .xxxxxlarge-auto {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      height: auto; }
    .grid-y > .xxxxxlarge-shrink {
      height: auto; }
    .grid-y > .xxxxxlarge-1 {
      height: 8.33333%; }
    .grid-y > .xxxxxlarge-2 {
      height: 16.66667%; }
    .grid-y > .xxxxxlarge-3 {
      height: 25%; }
    .grid-y > .xxxxxlarge-4 {
      height: 33.33333%; }
    .grid-y > .xxxxxlarge-5 {
      height: 41.66667%; }
    .grid-y > .xxxxxlarge-6 {
      height: 50%; }
    .grid-y > .xxxxxlarge-7 {
      height: 58.33333%; }
    .grid-y > .xxxxxlarge-8 {
      height: 66.66667%; }
    .grid-y > .xxxxxlarge-9 {
      height: 75%; }
    .grid-y > .xxxxxlarge-10 {
      height: 83.33333%; }
    .grid-y > .xxxxxlarge-11 {
      height: 91.66667%; }
    .grid-y > .xxxxxlarge-12 {
      height: 100%; } }

.grid-padding-y .grid-padding-y {
  margin-top: -0.3125rem;
  margin-bottom: -0.3125rem; }
  @media print, screen and (min-width: 22.5em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  @media print, screen and (min-width: 48em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  @media screen and (min-width: 64em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  @media screen and (min-width: 80em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  @media screen and (min-width: 90em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -1.25rem;
      margin-bottom: -1.25rem; } }
  @media screen and (min-width: 120em) {
    .grid-padding-y .grid-padding-y {
      margin-top: -1.25rem;
      margin-bottom: -1.25rem; } }

.grid-padding-y > .cell {
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem; }
  @media print, screen and (min-width: 22.5em) {
    .grid-padding-y > .cell {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }
  @media print, screen and (min-width: 48em) {
    .grid-padding-y > .cell {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }
  @media screen and (min-width: 64em) {
    .grid-padding-y > .cell {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }
  @media screen and (min-width: 80em) {
    .grid-padding-y > .cell {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }
  @media screen and (min-width: 90em) {
    .grid-padding-y > .cell {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; } }
  @media screen and (min-width: 120em) {
    .grid-padding-y > .cell {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem; } }

.grid-margin-y {
  margin-top: -0.3125rem;
  margin-bottom: -0.3125rem; }
  @media print, screen and (min-width: 22.5em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  @media screen and (min-width: 64em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  @media screen and (min-width: 80em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  @media screen and (min-width: 90em) {
    .grid-margin-y {
      margin-top: -1.25rem;
      margin-bottom: -1.25rem; } }
  @media screen and (min-width: 120em) {
    .grid-margin-y {
      margin-top: -1.25rem;
      margin-bottom: -1.25rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 0.625rem);
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem; }
  @media print, screen and (min-width: 22.5em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  @media screen and (min-width: 64em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  @media screen and (min-width: 80em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  @media screen and (min-width: 90em) {
    .grid-margin-y > .cell {
      height: calc(100% - 2.5rem);
      margin-top: 1.25rem;
      margin-bottom: 1.25rem; } }
  @media screen and (min-width: 120em) {
    .grid-margin-y > .cell {
      height: calc(100% - 2.5rem);
      margin-top: 1.25rem;
      margin-bottom: 1.25rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 0.625rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 0.625rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 0.625rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 0.625rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 0.625rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 0.625rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 0.625rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 0.625rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 0.625rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 0.625rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 0.625rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 0.625rem); }
  @media print, screen and (min-width: 22.5em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      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(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      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(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }
  @media screen and (min-width: 64em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      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(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 1.875rem); } }
  @media screen and (min-width: 80em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      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(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .xxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxlarge-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .xxlarge-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .xxlarge-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .xxlarge-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .xxlarge-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .xxlarge-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .xxlarge-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .xxlarge-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .xxlarge-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .xxlarge-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .xxlarge-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .xxlarge-12 {
      height: calc(100% - 1.875rem); } }
  @media screen and (min-width: 90em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 2.5rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 2.5rem); }
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 2.5rem); }
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 2.5rem); }
    .grid-margin-y > .xxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxlarge-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .xxlarge-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .xxlarge-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .xxlarge-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .xxlarge-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .xxlarge-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .xxlarge-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .xxlarge-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .xxlarge-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .xxlarge-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .xxlarge-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .xxlarge-12 {
      height: calc(100% - 2.5rem); }
    .grid-margin-y > .xxxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxxlarge-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .xxxlarge-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .xxxlarge-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .xxxlarge-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .xxxlarge-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .xxxlarge-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .xxxlarge-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .xxxlarge-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .xxxlarge-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .xxxlarge-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .xxxlarge-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .xxxlarge-12 {
      height: calc(100% - 2.5rem); } }
  @media screen and (min-width: 120em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 2.5rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 2.5rem); }
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 2.5rem); }
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 2.5rem); }
    .grid-margin-y > .xxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxlarge-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .xxlarge-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .xxlarge-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .xxlarge-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .xxlarge-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .xxlarge-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .xxlarge-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .xxlarge-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .xxlarge-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .xxlarge-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .xxlarge-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .xxlarge-12 {
      height: calc(100% - 2.5rem); }
    .grid-margin-y > .xxxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxxlarge-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .xxxlarge-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .xxxlarge-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .xxxlarge-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .xxxlarge-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .xxxlarge-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .xxxlarge-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .xxxlarge-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .xxxlarge-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .xxxlarge-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .xxxlarge-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .xxxlarge-12 {
      height: calc(100% - 2.5rem); }
    .grid-margin-y > .xxxxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxxxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxxxlarge-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .xxxxlarge-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .xxxxlarge-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .xxxxlarge-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .xxxxlarge-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .xxxxlarge-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .xxxxlarge-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .xxxxlarge-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .xxxxlarge-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .xxxxlarge-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .xxxxlarge-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .xxxxlarge-12 {
      height: calc(100% - 2.5rem); } }
  @media screen and (min-width: 160em) {
    .grid-margin-y > .xxxxxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxxxxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxxxxlarge-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .xxxxxlarge-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .xxxxxlarge-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .xxxxxlarge-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .xxxxxlarge-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .xxxxxlarge-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .xxxxxlarge-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .xxxxxlarge-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .xxxxxlarge-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .xxxxxlarge-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .xxxxxlarge-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .xxxxxlarge-12 {
      height: calc(100% - 2.5rem); } }

.grid-frame {
  overflow: hidden;
  position: relative;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          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: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: 100%; }
  .cell-block-container > .grid-x {
    max-height: 100%;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }

@media print, screen and (min-width: 22.5em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .medium-cell-block-container > .grid-x {
      max-height: 100%;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              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: 48em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .large-cell-block-container > .grid-x {
      max-height: 100%;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media screen and (min-width: 64em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw; }
  .cell .xlarge-grid-frame {
    width: 100%; }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .xlarge-cell-block-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .xlarge-cell-block-container > .grid-x {
      max-height: 100%;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media screen and (min-width: 80em) {
  .xxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw; }
  .cell .xxlarge-grid-frame {
    width: 100%; }
  .xxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .xxlarge-cell-block-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .xxlarge-cell-block-container > .grid-x {
      max-height: 100%;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
  .xxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media screen and (min-width: 90em) {
  .xxxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw; }
  .cell .xxxlarge-grid-frame {
    width: 100%; }
  .xxxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .xxxlarge-cell-block-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .xxxlarge-cell-block-container > .grid-x {
      max-height: 100%;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
  .xxxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media screen and (min-width: 120em) {
  .xxxxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw; }
  .cell .xxxxlarge-grid-frame {
    width: 100%; }
  .xxxxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .xxxxlarge-cell-block-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .xxxxlarge-cell-block-container > .grid-x {
      max-height: 100%;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
  .xxxxlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; } }

@media screen and (min-width: 160em) {
  .xxxxxlarge-grid-frame {
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 100vw; }
  .cell .xxxxxlarge-grid-frame {
    width: 100%; }
  .xxxxxlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-stype: -ms-autohiding-scrollbar; }
  .xxxxxlarge-cell-block-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100%; }
    .xxxxxlarge-cell-block-container > .grid-x {
      max-height: 100%;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
  .xxxxxlarge-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;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100vh; }

@media print, screen and (min-width: 22.5em) {
  .grid-y.medium-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }

@media print, screen and (min-width: 48em) {
  .grid-y.large-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }

@media screen and (min-width: 64em) {
  .grid-y.xlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }

@media screen and (min-width: 80em) {
  .grid-y.xxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }

@media screen and (min-width: 90em) {
  .grid-y.xxxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }

@media screen and (min-width: 120em) {
  .grid-y.xxxxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }

@media screen and (min-width: 160em) {
  .grid-y.xxxxxlarge-grid-frame {
    width: auto;
    overflow: hidden;
    position: relative;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100vh; } }

.cell .grid-y.grid-frame {
  height: 100%; }

@media print, screen and (min-width: 22.5em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%; } }

@media print, screen and (min-width: 48em) {
  .cell .grid-y.large-grid-frame {
    height: 100%; } }

@media screen and (min-width: 64em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%; } }

@media screen and (min-width: 80em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%; } }

@media screen and (min-width: 90em) {
  .cell .grid-y.xxxlarge-grid-frame {
    height: 100%; } }

@media screen and (min-width: 120em) {
  .cell .grid-y.xxxxlarge-grid-frame {
    height: 100%; } }

@media screen and (min-width: 160em) {
  .cell .grid-y.xxxxxlarge-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -0.3125rem;
  margin-bottom: -0.3125rem; }
  @media print, screen and (min-width: 22.5em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  @media screen and (min-width: 64em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  @media screen and (min-width: 80em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  @media screen and (min-width: 90em) {
    .grid-margin-y {
      margin-top: -1.25rem;
      margin-bottom: -1.25rem; } }
  @media screen and (min-width: 120em) {
    .grid-margin-y {
      margin-top: -1.25rem;
      margin-bottom: -1.25rem; } }
  .grid-margin-y > .cell {
    height: calc(100% - 0.625rem);
    margin-top: 0.3125rem;
    margin-bottom: 0.3125rem; }
  @media print, screen and (min-width: 22.5em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  @media screen and (min-width: 64em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  @media screen and (min-width: 80em) {
    .grid-margin-y > .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  @media screen and (min-width: 90em) {
    .grid-margin-y > .cell {
      height: calc(100% - 2.5rem);
      margin-top: 1.25rem;
      margin-bottom: 1.25rem; } }
  @media screen and (min-width: 120em) {
    .grid-margin-y > .cell {
      height: calc(100% - 2.5rem);
      margin-top: 1.25rem;
      margin-bottom: 1.25rem; } }
  .grid-margin-y > .auto {
    height: auto; }
  .grid-margin-y > .shrink {
    height: auto; }
  .grid-margin-y > .small-1 {
    height: calc(8.33333% - 0.625rem); }
  .grid-margin-y > .small-2 {
    height: calc(16.66667% - 0.625rem); }
  .grid-margin-y > .small-3 {
    height: calc(25% - 0.625rem); }
  .grid-margin-y > .small-4 {
    height: calc(33.33333% - 0.625rem); }
  .grid-margin-y > .small-5 {
    height: calc(41.66667% - 0.625rem); }
  .grid-margin-y > .small-6 {
    height: calc(50% - 0.625rem); }
  .grid-margin-y > .small-7 {
    height: calc(58.33333% - 0.625rem); }
  .grid-margin-y > .small-8 {
    height: calc(66.66667% - 0.625rem); }
  .grid-margin-y > .small-9 {
    height: calc(75% - 0.625rem); }
  .grid-margin-y > .small-10 {
    height: calc(83.33333% - 0.625rem); }
  .grid-margin-y > .small-11 {
    height: calc(91.66667% - 0.625rem); }
  .grid-margin-y > .small-12 {
    height: calc(100% - 0.625rem); }
  @media print, screen and (min-width: 22.5em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      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(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 48em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      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(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); } }
  @media screen and (min-width: 64em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      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(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 1.875rem); } }
  @media screen and (min-width: 80em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .small-12 {
      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(8.33333% - 1.875rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y > .xxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxlarge-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y > .xxlarge-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y > .xxlarge-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y > .xxlarge-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y > .xxlarge-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y > .xxlarge-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y > .xxlarge-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y > .xxlarge-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y > .xxlarge-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y > .xxlarge-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y > .xxlarge-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y > .xxlarge-12 {
      height: calc(100% - 1.875rem); } }
  @media screen and (min-width: 90em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 2.5rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 2.5rem); }
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 2.5rem); }
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 2.5rem); }
    .grid-margin-y > .xxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxlarge-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .xxlarge-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .xxlarge-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .xxlarge-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .xxlarge-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .xxlarge-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .xxlarge-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .xxlarge-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .xxlarge-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .xxlarge-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .xxlarge-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .xxlarge-12 {
      height: calc(100% - 2.5rem); }
    .grid-margin-y > .xxxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxxlarge-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .xxxlarge-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .xxxlarge-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .xxxlarge-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .xxxlarge-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .xxxlarge-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .xxxlarge-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .xxxlarge-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .xxxlarge-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .xxxlarge-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .xxxlarge-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .xxxlarge-12 {
      height: calc(100% - 2.5rem); } }
  @media screen and (min-width: 120em) {
    .grid-margin-y > .auto {
      height: auto; }
    .grid-margin-y > .shrink {
      height: auto; }
    .grid-margin-y > .small-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .small-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .small-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .small-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .small-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .small-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .small-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .small-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .small-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .small-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .small-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .small-12 {
      height: calc(100% - 2.5rem); }
    .grid-margin-y > .medium-auto {
      height: auto; }
    .grid-margin-y > .medium-shrink {
      height: auto; }
    .grid-margin-y > .medium-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .medium-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .medium-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .medium-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .medium-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .medium-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .medium-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .medium-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .medium-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .medium-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .medium-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .medium-12 {
      height: calc(100% - 2.5rem); }
    .grid-margin-y > .large-auto {
      height: auto; }
    .grid-margin-y > .large-shrink {
      height: auto; }
    .grid-margin-y > .large-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .large-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .large-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .large-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .large-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .large-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .large-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .large-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .large-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .large-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .large-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .large-12 {
      height: calc(100% - 2.5rem); }
    .grid-margin-y > .xlarge-auto {
      height: auto; }
    .grid-margin-y > .xlarge-shrink {
      height: auto; }
    .grid-margin-y > .xlarge-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .xlarge-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .xlarge-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .xlarge-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .xlarge-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .xlarge-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .xlarge-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .xlarge-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .xlarge-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .xlarge-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .xlarge-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .xlarge-12 {
      height: calc(100% - 2.5rem); }
    .grid-margin-y > .xxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxlarge-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .xxlarge-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .xxlarge-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .xxlarge-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .xxlarge-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .xxlarge-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .xxlarge-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .xxlarge-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .xxlarge-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .xxlarge-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .xxlarge-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .xxlarge-12 {
      height: calc(100% - 2.5rem); }
    .grid-margin-y > .xxxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxxlarge-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .xxxlarge-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .xxxlarge-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .xxxlarge-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .xxxlarge-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .xxxlarge-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .xxxlarge-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .xxxlarge-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .xxxlarge-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .xxxlarge-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .xxxlarge-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .xxxlarge-12 {
      height: calc(100% - 2.5rem); }
    .grid-margin-y > .xxxxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxxxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxxxlarge-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .xxxxlarge-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .xxxxlarge-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .xxxxlarge-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .xxxxlarge-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .xxxxlarge-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .xxxxlarge-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .xxxxlarge-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .xxxxlarge-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .xxxxlarge-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .xxxxlarge-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .xxxxlarge-12 {
      height: calc(100% - 2.5rem); } }
  @media screen and (min-width: 160em) {
    .grid-margin-y > .xxxxxlarge-auto {
      height: auto; }
    .grid-margin-y > .xxxxxlarge-shrink {
      height: auto; }
    .grid-margin-y > .xxxxxlarge-1 {
      height: calc(8.33333% - 2.5rem); }
    .grid-margin-y > .xxxxxlarge-2 {
      height: calc(16.66667% - 2.5rem); }
    .grid-margin-y > .xxxxxlarge-3 {
      height: calc(25% - 2.5rem); }
    .grid-margin-y > .xxxxxlarge-4 {
      height: calc(33.33333% - 2.5rem); }
    .grid-margin-y > .xxxxxlarge-5 {
      height: calc(41.66667% - 2.5rem); }
    .grid-margin-y > .xxxxxlarge-6 {
      height: calc(50% - 2.5rem); }
    .grid-margin-y > .xxxxxlarge-7 {
      height: calc(58.33333% - 2.5rem); }
    .grid-margin-y > .xxxxxlarge-8 {
      height: calc(66.66667% - 2.5rem); }
    .grid-margin-y > .xxxxxlarge-9 {
      height: calc(75% - 2.5rem); }
    .grid-margin-y > .xxxxxlarge-10 {
      height: calc(83.33333% - 2.5rem); }
    .grid-margin-y > .xxxxxlarge-11 {
      height: calc(91.66667% - 2.5rem); }
    .grid-margin-y > .xxxxxlarge-12 {
      height: calc(100% - 2.5rem); } }

.grid-frame.grid-margin-y {
  height: calc(100vh + 0.625rem); }
  @media print, screen and (min-width: 22.5em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }
  @media print, screen and (min-width: 48em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }
  @media screen and (min-width: 64em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }
  @media screen and (min-width: 80em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 1.875rem); } }
  @media screen and (min-width: 90em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 2.5rem); } }
  @media screen and (min-width: 120em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 2.5rem); } }
  @media screen and (min-width: 160em) {
    .grid-frame.grid-margin-y {
      height: calc(100vh + 2.5rem); } }

@media print, screen and (min-width: 22.5em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.875rem); } }

@media print, screen and (min-width: 48em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.875rem); } }

@media screen and (min-width: 64em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.875rem); } }

@media screen and (min-width: 80em) {
  .grid-margin-y.xxlarge-grid-frame {
    height: calc(100vh + 1.875rem); } }

@media screen and (min-width: 90em) {
  .grid-margin-y.xxxlarge-grid-frame {
    height: calc(100vh + 2.5rem); } }

@media screen and (min-width: 120em) {
  .grid-margin-y.xxxxlarge-grid-frame {
    height: calc(100vh + 2.5rem); } }

@media screen and (min-width: 160em) {
  .grid-margin-y.xxxxxlarge-grid-frame {
    height: calc(100vh + 2.5rem); } }

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: 700;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 700;
  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: #555; }

h1, .h1 {
  font-size: 2.25rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h2, .h2 {
  font-size: 1.5rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h3, .h3 {
  font-size: 1.25rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h4, .h4 {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h5, .h5 {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem; }

h6, .h6 {
  font-size: 1.125rem;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 0.5rem; }

@media screen and (min-width: 64em) {
  h1, .h1 {
    font-size: 4.225rem; }
  h2, .h2 {
    font-size: 1.875rem; }
  h3, .h3 {
    font-size: 1.625rem; }
  h4, .h4 {
    font-size: 1.375rem; }
  h5, .h5 {
    font-size: 1.125rem; }
  h6, .h6 {
    font-size: 1.125rem; } }

@media screen and (min-width: 120em) {
  h1, .h1 {
    font-size: 4.55rem; }
  h2, .h2 {
    font-size: 1.875rem; }
  h3, .h3 {
    font-size: 1.625rem; }
  h4, .h4 {
    font-size: 1.375rem; }
  h5, .h5 {
    font-size: 1.125rem; }
  h6, .h6 {
    font-size: 1.125rem; } }

a {
  line-height: inherit;
  color: #377290;
  text-decoration: underline;
  cursor: pointer; }
  a:hover, a:focus {
    color: #3b7b9b;
    text-decoration: none; }
  a img {
    border: 0; }

hr {
  clear: both;
  max-width: none;
  height: 0;
  margin: 2.5rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #52679d;
  border-left: 0; }

ul,
ol,
dl {
  margin-bottom: 1.5rem;
  list-style-position: outside;
  line-height: 1.4; }

li {
  font-size: inherit; }

ul {
  margin-left: 2.25rem;
  list-style-type: disc; }

ol {
  margin-left: 2.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 2.25rem;
  margin-bottom: 0; }

dl {
  margin-bottom: 3rem; }
  dl dt {
    margin-bottom: 0rem;
    font-weight: 700; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #555; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #222; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #222; }
  cite:before {
    content: "— "; }

abbr, abbr[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
  text-decoration: none; }

figure {
  margin: 0; }

code {
  padding: 0.125rem 0.3125rem 0.0625rem;
  border: 1px solid #555;
  background-color: #f0f0f0;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #000; }

kbd {
  margin: 0;
  padding: 0.125rem 0.25rem 0;
  background-color: #f0f0f0;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #000; }

.subheader {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-weight: normal;
  line-height: 1.4;
  color: #222; }

.lead {
  font-size: 120%;
  line-height: 1.5; }

.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: 22.5em) {
  .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: 48em) {
  .large-text-left {
    text-align: left; }
  .large-text-right {
    text-align: right; }
  .large-text-center {
    text-align: center; }
  .large-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .xlarge-text-left {
    text-align: left; }
  .xlarge-text-right {
    text-align: right; }
  .xlarge-text-center {
    text-align: center; }
  .xlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 80em) {
  .xxlarge-text-left {
    text-align: left; }
  .xxlarge-text-right {
    text-align: right; }
  .xxlarge-text-center {
    text-align: center; }
  .xxlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 90em) {
  .xxxlarge-text-left {
    text-align: left; }
  .xxxlarge-text-right {
    text-align: right; }
  .xxxlarge-text-center {
    text-align: center; }
  .xxxlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 120em) {
  .xxxxlarge-text-left {
    text-align: left; }
  .xxxxlarge-text-right {
    text-align: right; }
  .xxxxlarge-text-center {
    text-align: center; }
  .xxxxlarge-text-justify {
    text-align: justify; } }

@media screen and (min-width: 160em) {
  .xxxxxlarge-text-left {
    text-align: left; }
  .xxxxxlarge-text-right {
    text-align: right; }
  .xxxxxlarge-text-center {
    text-align: center; }
  .xxxxxlarge-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 #222;
    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: "Roboto", Helvetica, Arial, sans-serif;
  padding: 1em 2em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 2rem;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.95rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #3b7b9b;
  color: #fff; }
  [data-whatinput='mouse'] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background-color: #29566d;
    color: #fff; }
  .button.tiny {
    font-size: 0.7rem; }
  .button.small {
    font-size: 0.8rem; }
  .button.large {
    font-size: 1.2rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-left: 0; }
  .button.primary {
    background-color: #3b7b9b;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background-color: #29566d;
      color: #fff; }
  .button.secondary {
    background-color: #142d3f;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background-color: #0e202c;
      color: #fff; }
  .button.success {
    background-color: #e3e3e3;
    color: #000; }
    .button.success:hover, .button.success:focus {
      background-color: #9f9f9f;
      color: #000; }
  .button.warning {
    background-color: #3a3c8e;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background-color: #292a63;
      color: #fff; }
  .button.alert {
    background-color: #c8113d;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background-color: #8c0c2b;
      color: #fff; }
  .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: #3b7b9b;
      color: #fff; }
    .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: #3b7b9b;
        color: #fff; }
    .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: #142d3f;
        color: #fff; }
    .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: #e3e3e3;
        color: #000; }
    .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: #3a3c8e;
        color: #fff; }
    .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: #c8113d;
        color: #fff; }
  .button.hollow {
    border: 3px solid #3b7b9b;
    color: #3b7b9b; }
    .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: #29566d;
      color: #29566d; }
      .button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
        border: 3px solid #3b7b9b;
        color: #3b7b9b; }
    .button.hollow.primary {
      border: 3px solid #3b7b9b;
      color: #3b7b9b; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #29566d;
        color: #29566d; }
        .button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
          border: 3px solid #3b7b9b;
          color: #3b7b9b; }
    .button.hollow.secondary {
      border: 3px solid #142d3f;
      color: #142d3f; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #0e202c;
        color: #0e202c; }
        .button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
          border: 3px solid #142d3f;
          color: #142d3f; }
    .button.hollow.success {
      border: 3px solid #e3e3e3;
      color: #e3e3e3; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #9f9f9f;
        color: #9f9f9f; }
        .button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
          border: 3px solid #e3e3e3;
          color: #e3e3e3; }
    .button.hollow.warning {
      border: 3px solid #3a3c8e;
      color: #3a3c8e; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #292a63;
        color: #292a63; }
        .button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
          border: 3px solid #3a3c8e;
          color: #3a3c8e; }
    .button.hollow.alert {
      border: 3px solid #c8113d;
      color: #c8113d; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #8c0c2b;
        color: #8c0c2b; }
        .button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
          border: 3px solid #c8113d;
          color: #c8113d; }
  .button.clear {
    border: 3px solid #3b7b9b;
    color: #3b7b9b; }
    .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: #29566d;
      color: #29566d; }
      .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
        border: 3px solid #3b7b9b;
        color: #3b7b9b; }
    .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: 3px solid #3b7b9b;
      color: #3b7b9b; }
      .button.clear.primary:hover, .button.clear.primary:focus {
        border-color: #29566d;
        color: #29566d; }
        .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
          border: 3px solid #3b7b9b;
          color: #3b7b9b; }
      .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: 3px solid #142d3f;
      color: #142d3f; }
      .button.clear.secondary:hover, .button.clear.secondary:focus {
        border-color: #0e202c;
        color: #0e202c; }
        .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
          border: 3px solid #142d3f;
          color: #142d3f; }
      .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: 3px solid #e3e3e3;
      color: #e3e3e3; }
      .button.clear.success:hover, .button.clear.success:focus {
        border-color: #9f9f9f;
        color: #9f9f9f; }
        .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
          border: 3px solid #e3e3e3;
          color: #e3e3e3; }
      .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: 3px solid #3a3c8e;
      color: #3a3c8e; }
      .button.clear.warning:hover, .button.clear.warning:focus {
        border-color: #292a63;
        color: #292a63; }
        .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
          border: 3px solid #3a3c8e;
          color: #3a3c8e; }
      .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: 3px solid #c8113d;
      color: #c8113d; }
      .button.clear.alert:hover, .button.clear.alert:focus {
        border-color: #8c0c2b;
        color: #8c0c2b; }
        .button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
          border: 3px solid #c8113d;
          color: #c8113d; }
      .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: #fff transparent transparent;
    position: relative;
    top: 0.4em;
    display: inline-block;
    float: right;
    margin-left: 2em; }
  .button.dropdown.hollow::after {
    border-top-color: #3b7b9b; }
  .button.dropdown.hollow.primary::after {
    border-top-color: #3b7b9b; }
  .button.dropdown.hollow.secondary::after {
    border-top-color: #142d3f; }
  .button.dropdown.hollow.success::after {
    border-top-color: #e3e3e3; }
  .button.dropdown.hollow.warning::after {
    border-top-color: #3a3c8e; }
  .button.dropdown.hollow.alert::after {
    border-top-color: #c8113d; }
  .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.70417rem;
  margin: 0 0 0.875rem;
  padding: 0.58333rem 0.875rem;
  border: 1px solid #f0f0f0;
  border-radius: 0;
  background-color: #fff;
  box-shadow: none;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  color: #222;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  [type='text']:focus, [type='password']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='week']:focus, [type='email']:focus, [type='number']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='url']:focus, [type='color']:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #222;
    background-color: #f0f0f0;
    box-shadow: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #222; }

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #222; }

input::placeholder,
textarea::placeholder {
  color: #222; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f0f0f0;
  cursor: not-allowed; }

[type='submit'],
[type='button'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0; }

input[type='search'] {
  box-sizing: border-box; }

[type='file'],
[type='checkbox'],
[type='radio'] {
  margin: 0 0 0.875rem; }

[type='checkbox'] + label,
[type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.4375rem;
  margin-right: 0.875rem;
  margin-bottom: 0; }
  [type='checkbox'] + label[for],
  [type='radio'] + label[for] {
    cursor: pointer; }

label > [type='checkbox'],
label > [type='radio'] {
  margin-right: 0.4375rem; }

[type='file'] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  color: #222; }
  label.middle {
    margin: 0 0 0.875rem;
    padding: 0.5rem 0; }

.help-text {
  margin-top: -0.4375rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #000; }

.input-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 0.875rem;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .input-group > :first-child {
    border-radius: 0 0 0 0; }
  .input-group > :last-child > * {
    border-radius: 0 0 0 0; }

.input-group-label, .input-group-field, .input-group-button, .input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  margin: 0;
  white-space: nowrap; }

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #555;
  background: #f0f0f0;
  color: #000;
  text-align: center;
  white-space: nowrap;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-field {
  border-radius: 0;
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px;
  height: auto;
  min-width: 0; }

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  .input-group-button a,
  .input-group-button input,
  .input-group-button button,
  .input-group-button label {
    height: auto;
    -webkit-align-self: stretch;
        -ms-flex-item-align: stretch;
                -ms-grid-row-align: stretch;
            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.4375rem; }

.fieldset {
  margin: 1.125rem 0;
  padding: 1.25rem;
  border: 1px solid #f0f0f0; }
  .fieldset legend {
    margin: 0;
    margin-left: -0.1875rem;
    padding: 0 0.1875rem; }

select {
  height: 2.70417rem;
  margin: 0 0 0.875rem;
  padding: 0.58333rem 0.875rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #f0f0f0;
  border-radius: 0;
  background-color: #fff;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
  color: #222;
  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%2834, 34, 34%29'></polygon></svg>");
  background-origin: content-box;
  background-position: right -0.875rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.3125rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:focus {
    outline: none;
    border: 1px solid #222;
    background-color: #f0f0f0;
    box-shadow: none;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }
  select:disabled {
    background-color: #f0f0f0;
    cursor: not-allowed; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto;
    background-image: none; }

.is-invalid-input:not(:focus) {
  border-color: #c8113d;
  background-color: #fae7ec; }
  .is-invalid-input:not(:focus)::-webkit-input-placeholder {
    color: #c8113d; }
  .is-invalid-input:not(:focus):-ms-input-placeholder {
    color: #c8113d; }
  .is-invalid-input:not(:focus)::placeholder {
    color: #c8113d; }

.is-invalid-label {
  color: #c8113d; }

.form-error {
  display: none;
  margin-top: -0.4375rem;
  margin-bottom: 0.875rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #c8113d; }
  .form-error.is-visible {
    display: block; }

.accordion {
  margin-left: 0;
  background: #fff;
  list-style-type: none; }
  .accordion[disabled] .accordion-title {
    cursor: not-allowed; }

.accordion-item:first-child > :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child > :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1rem 1.25rem;
  border: 1px solid #f0f0f0;
  border-bottom: 0;
  font-size: 1.25rem;
  line-height: 1;
  color: #222; }
  :last-child:not(.is-active) > .accordion-title {
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #fff; }
  .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 1.25rem;
  border: 1px solid #f0f0f0;
  border-bottom: 0;
  background-color: #eef4f7;
  color: #222; }
  :last-child > .accordion-content:last-child {
    border-bottom: 1px solid #f0f0f0; }

.accordion-menu li {
  width: 100%; }

.accordion-menu a {
  padding: 0.6rem 0.75rem; }

.accordion-menu .is-accordion-submenu a {
  padding: 0.5rem 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; }

.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: #222 transparent transparent;
    top: 0;
    bottom: 0;
    margin: auto; }

.submenu-toggle[aria-expanded='true']::after {
  -webkit-transform: scaleY(-1);
      -ms-transform: scaleY(-1);
          transform: scaleY(-1);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%; }

.submenu-toggle-text {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
          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: #3b7b9b;
  color: #fff; }
  .badge.primary {
    background: #3b7b9b;
    color: #fff; }
  .badge.secondary {
    background: #142d3f;
    color: #fff; }
  .badge.success {
    background: #679f35;
    color: #000; }
  .badge.warning {
    background: #3a3c8e;
    color: #fff; }
  .badge.alert {
    background: #c8113d;
    color: #fff; }

.breadcrumbs {
  margin: 1rem 0 1rem 0;
  list-style: none; }
  .breadcrumbs::before, .breadcrumbs::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    font-size: 0.9375rem;
    color: #3b7b9b;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      position: relative;
      margin: 0 0.5rem;
      opacity: 1;
      content: "";
      color: #555; }
  .breadcrumbs a {
    color: #555; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #555;
    cursor: not-allowed; }

.button-group {
  margin-bottom: 1rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .button-group::before, .button-group::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    margin: 0;
    margin-right: 1px;
    margin-bottom: 1px;
    font-size: 0.95rem;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto; }
    .button-group .button:last-child {
      margin-right: 0; }
  .button-group.tiny .button {
    font-size: 0.7rem; }
  .button-group.small .button {
    font-size: 0.8rem; }
  .button-group.large .button {
    font-size: 1.2rem; }
  .button-group.expanded .button {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; }
  .button-group.primary .button {
    background-color: #3b7b9b;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background-color: #29566d;
      color: #fff; }
  .button-group.secondary .button {
    background-color: #142d3f;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background-color: #0e202c;
      color: #fff; }
  .button-group.success .button {
    background-color: #679f35;
    color: #000; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background-color: #486f25;
      color: #000; }
  .button-group.warning .button {
    background-color: #3a3c8e;
    color: #fff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background-color: #292a63;
      color: #fff; }
  .button-group.alert .button {
    background-color: #c8113d;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background-color: #8c0c2b;
      color: #fff; }
  .button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              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: 22.5em) {
    .button-group.stacked-for-small .button {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      margin-bottom: 0; } }
  @media print, screen and (min-width: 48em) {
    .button-group.stacked-for-medium .button {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px;
      margin-bottom: 0; } }
  @media screen and (max-width: 22.4375em) {
    .button-group.stacked-for-small.expanded {
      display: block; }
      .button-group.stacked-for-small.expanded .button {
        display: block;
        margin-right: 0; } }

.callout {
  position: relative;
  margin: 1.5rem 0;
  padding: 1.5rem 3rem 1.5rem 1.5rem;
  border: 0;
  border-radius: 0;
  background-color: #eef4f7;
  color: #000; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #3b7b9b;
    color: #fff; }
  .callout.secondary {
    background-color: #142d3f;
    color: #fff; }
  .callout.success {
    background-color: #679f35;
    color: #000; }
  .callout.warning {
    background-color: #3a3c8e;
    color: #fff; }
  .callout.alert {
    background-color: #c8113d;
    color: #fff; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-bottom: 1rem;
  border: 1px solid #f0f0f0;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  color: #222; }
  .card > :last-child {
    margin-bottom: 0; }

.card-divider {
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem;
  background: #f0f0f0; }
  .card-divider > :last-child {
    margin-bottom: 0; }

.card-section {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 1rem; }
  .card-section > :last-child {
    margin-bottom: 0; }

.card-image {
  min-height: 1px; }

.close-button {
  position: absolute;
  color: #fff;
  cursor: pointer; }
  [data-whatinput='mouse'] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #3b7b9b; }
  .close-button.small {
    right: 1.5rem;
    top: 1.5rem;
    font-size: 2rem;
    line-height: 1; }
  .close-button, .close-button.medium {
    right: 1.5rem;
    top: 1.5rem;
    font-size: 2rem;
    line-height: 1; }

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  [data-whatinput='mouse'] .menu li {
    outline: 0; }
  .menu a,
  .menu .button {
    line-height: 1;
    text-decoration: none;
    display: block;
    padding: 0.6rem 0.75rem; }
  .menu input,
  .menu select,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu input {
    display: inline-block; }
  .menu, .menu.horizontal {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .menu.vertical {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .menu.expanded li {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; }
  .menu.simple {
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .menu.simple li + li {
      margin-left: 1rem; }
    .menu.simple a {
      padding: 0; }
  @media print, screen and (min-width: 22.5em) {
    .menu.medium-horizontal {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
    .menu.medium-vertical {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .menu.medium-expanded li {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; }
    .menu.medium-simple li {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }
  @media print, screen and (min-width: 48em) {
    .menu.large-horizontal {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
    .menu.large-vertical {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .menu.large-expanded li {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; }
    .menu.large-simple li {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }
  @media screen and (min-width: 64em) {
    .menu.xlarge-horizontal {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
    .menu.xlarge-vertical {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .menu.xlarge-expanded li {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; }
    .menu.xlarge-simple li {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }
  @media screen and (min-width: 80em) {
    .menu.xxlarge-horizontal {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
    .menu.xxlarge-vertical {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .menu.xxlarge-expanded li {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; }
    .menu.xxlarge-simple li {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }
  @media screen and (min-width: 90em) {
    .menu.xxxlarge-horizontal {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
    .menu.xxxlarge-vertical {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .menu.xxxlarge-expanded li {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; }
    .menu.xxxlarge-simple li {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }
  @media screen and (min-width: 120em) {
    .menu.xxxxlarge-horizontal {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
    .menu.xxxxlarge-vertical {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .menu.xxxxlarge-expanded li {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; }
    .menu.xxxxlarge-simple li {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }
  @media screen and (min-width: 160em) {
    .menu.xxxxxlarge-horizontal {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
    .menu.xxxxxlarge-vertical {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
    .menu.xxxxxlarge-expanded li {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; }
    .menu.xxxxxlarge-simple li {
      -webkit-flex: 1 1 0px;
          -ms-flex: 1 1 0px;
              flex: 1 1 0px; } }
  .menu.nested {
    margin-right: 0;
    margin-left: 1rem; }
  .menu.icons a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .menu.icon-left li a {
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            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 {
    -webkit-flex-flow: row nowrap;
        -ms-flex-flow: row nowrap;
            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 {
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
    .menu.icon-top li a img,
    .menu.icon-top li a i,
    .menu.icon-top li a svg {
      -webkit-align-self: stretch;
          -ms-flex-item-align: stretch;
                  -ms-grid-row-align: stretch;
              align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu.icon-bottom li a {
    -webkit-flex-flow: column nowrap;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap; }
    .menu.icon-bottom li a img,
    .menu.icon-bottom li a i,
    .menu.icon-bottom li a svg {
      -webkit-align-self: stretch;
          -ms-flex-item-align: stretch;
                  -ms-grid-row-align: stretch;
              align-self: stretch;
      margin-bottom: 0.25rem;
      text-align: center; }
  .menu .is-active > a {
    background: #3b7b9b;
    color: #fff; }
  .menu .active > a {
    background: #3b7b9b;
    color: #fff; }
  .menu.align-left {
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .menu.align-right li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .menu.align-right li .submenu li {
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              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: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .menu.align-center li .submenu li {
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
  .menu .menu-text {
    padding: 0.6rem 0.75rem;
    font-weight: bold;
    line-height: 1;
    color: inherit; }

.menu-centered > .menu {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .menu-centered > .menu li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .menu-centered > .menu li .submenu li {
      -webkit-justify-content: flex-start;
          -ms-flex-pack: start;
              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: #f0f0f0;
    box-shadow: 0 7px 0 #f0f0f0, 0 14px 0 #f0f0f0;
    content: ''; }
  .menu-icon:hover::after {
    background: #555;
    box-shadow: 0 7px 0 #555, 0 14px 0 #555; }

.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: #000;
    box-shadow: 0 7px 0 #000, 0 14px 0 #000;
    content: ''; }
  .menu-icon.dark:hover::after {
    background: #222;
    box-shadow: 0 7px 0 #222, 0 14px 0 #222; }

.is-drilldown {
  position: relative;
  overflow: hidden; }
  .is-drilldown li {
    display: block; }
  .is-drilldown.animate-height {
    transition: height 0.5s; }

.drilldown a {
  padding: 0.6rem 0.75rem;
  background: #fff; }

.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fff;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear;
  transition: transform 0.15s linear, -webkit-transform 0.15s linear; }
  .drilldown .is-drilldown-submenu.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%); }
  .drilldown .is-drilldown-submenu.is-closing {
    -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
            transform: translateX(100%); }
  .drilldown .is-drilldown-submenu a {
    padding: 0.6rem 0.75rem; }

.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 #3b7b9b; }

.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 0;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent transparent; }

.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 0;
  content: '';
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent transparent 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 #3b7b9b 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 0 1rem 0;
  visibility: hidden;
  display: none;
  border: none;
  border-radius: 0;
  background-color: #f0f0f0;
  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: 800px; }

.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 a {
  padding: 0.4rem 1.25rem; }
  [data-whatinput='mouse'] .dropdown.menu a {
    outline: 0; }

.dropdown.menu .is-active > a {
  background: transparent;
  color: #3a3c8e; }

.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%; }

@media print, screen and (min-width: 22.5em) {
  .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-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%; } }

@media print, screen and (min-width: 48em) {
  .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-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%; } }

@media screen and (min-width: 64em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media screen and (min-width: 80em) {
  .dropdown.menu.xxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xxlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.xxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media screen and (min-width: 90em) {
  .dropdown.menu.xxxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xxxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xxxlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xxxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.xxxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media screen and (min-width: 120em) {
  .dropdown.menu.xxxxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xxxxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xxxxlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xxxxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.xxxxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

@media screen and (min-width: 160em) {
  .dropdown.menu.xxxxxlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto; }
  .dropdown.menu.xxxxxlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0; }
  .dropdown.menu.xxxxxlarge-vertical > li .is-dropdown-submenu {
    top: 0; }
  .dropdown.menu.xxxxxlarge-vertical > li.opens-left > .is-dropdown-submenu {
    right: 100%;
    left: auto;
    top: 0; }
  .dropdown.menu.xxxxxlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%; } }

.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: 0; }
  .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: 300px;
  border: none;
  background: #f0f0f0; }
  .dropdown .is-dropdown-submenu a {
    padding: 0.4em 1.5em; }
  .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.25rem 0.5rem;
  border-radius: 0;
  font-size: 1rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #eef4f7;
  color: #142d3f; }
  .label.primary {
    background: #3b7b9b;
    color: #fff; }
  .label.secondary {
    background: #142d3f;
    color: #fff; }
  .label.success {
    background: #679f35;
    color: #142d3f; }
  .label.warning {
    background: #3a3c8e;
    color: #fff; }
  .label.alert {
    background: #c8113d;
    color: #fff; }

.media-object {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
  .media-object img {
    max-width: none; }
  @media screen and (max-width: 22.4375em) {
    .media-object.stack-for-small {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  @media screen and (max-width: 22.4375em) {
    .media-object.stack-for-small .media-object-section {
      padding: 0;
      padding-bottom: 1rem;
      -webkit-flex-basis: 100%;
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
      max-width: 100%; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          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 {
    -webkit-flex: 1 1 0px;
        -ms-flex: 1 1 0px;
            flex: 1 1 0px; }

.is-off-canvas-open {
  overflow: hidden; }

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  transition: opacity 0.5s ease, visibility 0.5s ease;
  background: rgba(0, 0, 0, 0.9);
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .js-off-canvas-overlay.is-visible {
    opacity: 1;
    visibility: visible; }
  .js-off-canvas-overlay.is-closable {
    cursor: pointer; }
  .js-off-canvas-overlay.is-overlay-absolute {
    position: absolute; }
  .js-off-canvas-overlay.is-overlay-fixed {
    position: fixed; }

.off-canvas-wrapper {
  position: relative;
  overflow: hidden; }

.off-canvas {
  position: fixed;
  z-index: 102;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #142d3f; }
  [data-whatinput='mouse'] .off-canvas {
    outline: 0; }
  .off-canvas.is-transition-push {
    z-index: 102; }
  .off-canvas.is-closed {
    visibility: hidden; }
  .off-canvas.is-transition-overlap {
    z-index: 103; }
    .off-canvas.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 102;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  background: #142d3f; }
  [data-whatinput='mouse'] .off-canvas-absolute {
    outline: 0; }
  .off-canvas-absolute.is-transition-push {
    z-index: 102; }
  .off-canvas-absolute.is-closed {
    visibility: hidden; }
  .off-canvas-absolute.is-transition-overlap {
    z-index: 103; }
    .off-canvas-absolute.is-transition-overlap.is-open {
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.7); }
  .off-canvas-absolute.is-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  width: 300px;
  -webkit-transform: translateX(-300px);
      -ms-transform: translateX(-300px);
          transform: translateX(-300px); }
  @media print, screen and (min-width: 48em) {
    .position-left {
      width: 500px;
      -webkit-transform: translateX(-500px);
          -ms-transform: translateX(-500px);
              transform: translateX(-500px); } }
  @media screen and (min-width: 64em) {
    .position-left {
      width: 700px;
      -webkit-transform: translateX(-700px);
          -ms-transform: translateX(-700px);
              transform: translateX(-700px); } }
  .off-canvas-content .off-canvas.position-left {
    -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
            transform: translateX(-300px); }
    @media print, screen and (min-width: 48em) {
      .off-canvas-content .off-canvas.position-left {
        -webkit-transform: translateX(-500px);
            -ms-transform: translateX(-500px);
                transform: translateX(-500px); } }
    @media screen and (min-width: 64em) {
      .off-canvas-content .off-canvas.position-left {
        -webkit-transform: translateX(-700px);
            -ms-transform: translateX(-700px);
                transform: translateX(-700px); } }
    .off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  .off-canvas-content.is-open-left.has-transition-push {
    -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
            transform: translateX(300px); }
    @media print, screen and (min-width: 48em) {
      .off-canvas-content.is-open-left.has-transition-push {
        -webkit-transform: translateX(500px);
            -ms-transform: translateX(500px);
                transform: translateX(500px); } }
    @media screen and (min-width: 64em) {
      .off-canvas-content.is-open-left.has-transition-push {
        -webkit-transform: translateX(700px);
            -ms-transform: translateX(700px);
                transform: translateX(700px); } }
  .position-left.is-transition-push {
    box-shadow: inset 0 0 0 0 transparent; }

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  width: 300px;
  -webkit-transform: translateX(300px);
      -ms-transform: translateX(300px);
          transform: translateX(300px); }
  @media print, screen and (min-width: 48em) {
    .position-right {
      width: 500px;
      -webkit-transform: translateX(500px);
          -ms-transform: translateX(500px);
              transform: translateX(500px); } }
  @media screen and (min-width: 64em) {
    .position-right {
      width: 700px;
      -webkit-transform: translateX(700px);
          -ms-transform: translateX(700px);
              transform: translateX(700px); } }
  .off-canvas-content .off-canvas.position-right {
    -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
            transform: translateX(300px); }
    @media print, screen and (min-width: 48em) {
      .off-canvas-content .off-canvas.position-right {
        -webkit-transform: translateX(500px);
            -ms-transform: translateX(500px);
                transform: translateX(500px); } }
    @media screen and (min-width: 64em) {
      .off-canvas-content .off-canvas.position-right {
        -webkit-transform: translateX(700px);
            -ms-transform: translateX(700px);
                transform: translateX(700px); } }
    .off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  .off-canvas-content.is-open-right.has-transition-push {
    -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
            transform: translateX(-300px); }
    @media print, screen and (min-width: 48em) {
      .off-canvas-content.is-open-right.has-transition-push {
        -webkit-transform: translateX(-500px);
            -ms-transform: translateX(-500px);
                transform: translateX(-500px); } }
    @media screen and (min-width: 64em) {
      .off-canvas-content.is-open-right.has-transition-push {
        -webkit-transform: translateX(-700px);
            -ms-transform: translateX(-700px);
                transform: translateX(-700px); } }
  .position-right.is-transition-push {
    box-shadow: inset 0 0 0 0 transparent; }

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 200px;
  -webkit-transform: translateY(-200px);
      -ms-transform: translateY(-200px);
          transform: translateY(-200px); }
  @media screen and (min-width: 64em) {
    .position-top {
      height: 200px;
      -webkit-transform: translateY(-200px);
          -ms-transform: translateY(-200px);
              transform: translateY(-200px); } }
  .off-canvas-content .off-canvas.position-top {
    -webkit-transform: translateY(-200px);
        -ms-transform: translateY(-200px);
            transform: translateY(-200px); }
    @media screen and (min-width: 64em) {
      .off-canvas-content .off-canvas.position-top {
        -webkit-transform: translateY(-200px);
            -ms-transform: translateY(-200px);
                transform: translateY(-200px); } }
    .off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  .off-canvas-content.is-open-top.has-transition-push {
    -webkit-transform: translateY(200px);
        -ms-transform: translateY(200px);
            transform: translateY(200px); }
    @media screen and (min-width: 64em) {
      .off-canvas-content.is-open-top.has-transition-push {
        -webkit-transform: translateY(200px);
            -ms-transform: translateY(200px);
                transform: translateY(200px); } }
  .position-top.is-transition-push {
    box-shadow: inset 0 0 0 0 transparent; }

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  height: 200px;
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px); }
  @media screen and (min-width: 64em) {
    .position-bottom {
      height: 200px;
      -webkit-transform: translateY(200px);
          -ms-transform: translateY(200px);
              transform: translateY(200px); } }
  .off-canvas-content .off-canvas.position-bottom {
    -webkit-transform: translateY(200px);
        -ms-transform: translateY(200px);
            transform: translateY(200px); }
    @media screen and (min-width: 64em) {
      .off-canvas-content .off-canvas.position-bottom {
        -webkit-transform: translateY(200px);
            -ms-transform: translateY(200px);
                transform: translateY(200px); } }
    .off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
      -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
              transform: translate(0, 0); }
  .off-canvas-content.is-open-bottom.has-transition-push {
    -webkit-transform: translateY(-200px);
        -ms-transform: translateY(-200px);
            transform: translateY(-200px); }
    @media screen and (min-width: 64em) {
      .off-canvas-content.is-open-bottom.has-transition-push {
        -webkit-transform: translateY(-200px);
            -ms-transform: translateY(-200px);
                transform: translateY(-200px); } }
  .position-bottom.is-transition-push {
    box-shadow: inset 0 0 0 0 transparent; }

.off-canvas-content {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .off-canvas-content.has-transition-push {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  .off-canvas-content .off-canvas.is-open {
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }

@media print, screen and (min-width: 22.5em) {
  .position-left.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 102;
    transition: none;
    visibility: visible;
    position: absolute; }
    .position-left.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-medium {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 300px; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 300px; }
  .position-right.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 102;
    transition: none;
    visibility: visible;
    position: absolute; }
    .position-right.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-medium {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 300px; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 300px; }
  .position-top.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 102;
    transition: none;
    visibility: visible;
    position: absolute; }
    .position-top.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-medium {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 300px; }
    .position-top.reveal-for-medium ~ .off-canvas-content {
      margin-top: 300px; }
  .position-bottom.reveal-for-medium {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 102;
    transition: none;
    visibility: visible;
    position: absolute; }
    .position-bottom.reveal-for-medium .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-medium {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 300px; }
    .position-bottom.reveal-for-medium ~ .off-canvas-content {
      margin-bottom: 300px; } }

@media print, screen and (min-width: 48em) {
  .position-left.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 102;
    transition: none;
    visibility: visible;
    position: absolute; }
    .position-left.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-large {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 500px; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 500px; }
  .position-right.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 102;
    transition: none;
    visibility: visible;
    position: absolute; }
    .position-right.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-large {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 500px; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 500px; }
  .position-top.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 102;
    transition: none;
    visibility: visible;
    position: absolute; }
    .position-top.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-large {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 500px; }
    .position-top.reveal-for-large ~ .off-canvas-content {
      margin-top: 500px; }
  .position-bottom.reveal-for-large {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 102;
    transition: none;
    visibility: visible;
    position: absolute; }
    .position-bottom.reveal-for-large .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-large {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 500px; }
    .position-bottom.reveal-for-large ~ .off-canvas-content {
      margin-bottom: 500px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-xlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 102;
    transition: none;
    visibility: visible;
    position: absolute; }
    .position-left.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-xlarge {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 700px; }
    .position-left.reveal-for-xlarge ~ .off-canvas-content {
      margin-left: 700px; }
  .position-right.reveal-for-xlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 102;
    transition: none;
    visibility: visible;
    position: absolute; }
    .position-right.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-xlarge {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 700px; }
    .position-right.reveal-for-xlarge ~ .off-canvas-content {
      margin-right: 700px; }
  .position-top.reveal-for-xlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 102;
    transition: none;
    visibility: visible;
    position: absolute; }
    .position-top.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-xlarge {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 700px; }
    .position-top.reveal-for-xlarge ~ .off-canvas-content {
      margin-top: 700px; }
  .position-bottom.reveal-for-xlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 102;
    transition: none;
    visibility: visible;
    position: absolute; }
    .position-bottom.reveal-for-xlarge .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-xlarge {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 700px; }
    .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
      margin-bottom: 700px; } }

@media screen and (min-width: 80em) {
  .position-left.reveal-for-xxlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 102;
    transition: none;
    visibility: visible;
    position: absolute; }
    .position-left.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-xxlarge {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 700px; }
    .position-left.reveal-for-xxlarge ~ .off-canvas-content {
      margin-left: 700px; }
  .position-right.reveal-for-xxlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 102;
    transition: none;
    visibility: visible;
    position: absolute; }
    .position-right.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-xxlarge {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 700px; }
    .position-right.reveal-for-xxlarge ~ .off-canvas-content {
      margin-right: 700px; }
  .position-top.reveal-for-xxlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 102;
    transition: none;
    visibility: visible;
    position: absolute; }
    .position-top.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-xxlarge {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 700px; }
    .position-top.reveal-for-xxlarge ~ .off-canvas-content {
      margin-top: 700px; }
  .position-bottom.reveal-for-xxlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 102;
    transition: none;
    visibility: visible;
    position: absolute; }
    .position-bottom.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-xxlarge {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 700px; }
    .position-bottom.reveal-for-xxlarge ~ .off-canvas-content {
      margin-bottom: 700px; } }

@media screen and (min-width: 90em) {
  .position-left.reveal-for-xxxlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 102;
    transition: none;
    visibility: visible;
    position: absolute; }
    .position-left.reveal-for-xxxlarge .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-xxxlarge {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 700px; }
    .position-left.reveal-for-xxxlarge ~ .off-canvas-content {
      margin-left: 700px; }
  .position-right.reveal-for-xxxlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 102;
    transition: none;
    visibility: visible;
    position: absolute; }
    .position-right.reveal-for-xxxlarge .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-xxxlarge {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 700px; }
    .position-right.reveal-for-xxxlarge ~ .off-canvas-content {
      margin-right: 700px; }
  .position-top.reveal-for-xxxlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 102;
    transition: none;
    visibility: visible;
    position: absolute; }
    .position-top.reveal-for-xxxlarge .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-xxxlarge {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 700px; }
    .position-top.reveal-for-xxxlarge ~ .off-canvas-content {
      margin-top: 700px; }
  .position-bottom.reveal-for-xxxlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 102;
    transition: none;
    visibility: visible;
    position: absolute; }
    .position-bottom.reveal-for-xxxlarge .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-xxxlarge {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 700px; }
    .position-bottom.reveal-for-xxxlarge ~ .off-canvas-content {
      margin-bottom: 700px; } }

@media screen and (min-width: 120em) {
  .position-left.reveal-for-xxxxlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 102;
    transition: none;
    visibility: visible;
    position: absolute; }
    .position-left.reveal-for-xxxxlarge .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-xxxxlarge {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 700px; }
    .position-left.reveal-for-xxxxlarge ~ .off-canvas-content {
      margin-left: 700px; }
  .position-right.reveal-for-xxxxlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 102;
    transition: none;
    visibility: visible;
    position: absolute; }
    .position-right.reveal-for-xxxxlarge .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-xxxxlarge {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 700px; }
    .position-right.reveal-for-xxxxlarge ~ .off-canvas-content {
      margin-right: 700px; }
  .position-top.reveal-for-xxxxlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 102;
    transition: none;
    visibility: visible;
    position: absolute; }
    .position-top.reveal-for-xxxxlarge .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-xxxxlarge {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 700px; }
    .position-top.reveal-for-xxxxlarge ~ .off-canvas-content {
      margin-top: 700px; }
  .position-bottom.reveal-for-xxxxlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 102;
    transition: none;
    visibility: visible;
    position: absolute; }
    .position-bottom.reveal-for-xxxxlarge .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-xxxxlarge {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 700px; }
    .position-bottom.reveal-for-xxxxlarge ~ .off-canvas-content {
      margin-bottom: 700px; } }

@media screen and (min-width: 160em) {
  .position-left.reveal-for-xxxxxlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 102;
    transition: none;
    visibility: visible;
    position: absolute; }
    .position-left.reveal-for-xxxxxlarge .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-xxxxxlarge {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 700px; }
    .position-left.reveal-for-xxxxxlarge ~ .off-canvas-content {
      margin-left: 700px; }
  .position-right.reveal-for-xxxxxlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 102;
    transition: none;
    visibility: visible;
    position: absolute; }
    .position-right.reveal-for-xxxxxlarge .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-xxxxxlarge {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 700px; }
    .position-right.reveal-for-xxxxxlarge ~ .off-canvas-content {
      margin-right: 700px; }
  .position-top.reveal-for-xxxxxlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 102;
    transition: none;
    visibility: visible;
    position: absolute; }
    .position-top.reveal-for-xxxxxlarge .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-xxxxxlarge {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 700px; }
    .position-top.reveal-for-xxxxxlarge ~ .off-canvas-content {
      margin-top: 700px; }
  .position-bottom.reveal-for-xxxxxlarge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    z-index: 102;
    transition: none;
    visibility: visible;
    position: absolute; }
    .position-bottom.reveal-for-xxxxxlarge .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-xxxxxlarge {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 700px; }
    .position-bottom.reveal-for-xxxxxlarge ~ .off-canvas-content {
      margin-bottom: 700px; } }

@media print, screen and (min-width: 22.5em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      box-shadow: none;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }

@media print, screen and (min-width: 48em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      box-shadow: none;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }

@media screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
      box-shadow: none;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas.in-canvas-for-xlarge .close-button {
      display: none; } }

@media screen and (min-width: 80em) {
  .off-canvas.in-canvas-for-xxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom {
      box-shadow: none;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas.in-canvas-for-xxlarge .close-button {
      display: none; } }

@media screen and (min-width: 90em) {
  .off-canvas.in-canvas-for-xxxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-xxxlarge.position-left, .off-canvas.in-canvas-for-xxxlarge.position-right, .off-canvas.in-canvas-for-xxxlarge.position-top, .off-canvas.in-canvas-for-xxxlarge.position-bottom {
      box-shadow: none;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas.in-canvas-for-xxxlarge .close-button {
      display: none; } }

@media screen and (min-width: 120em) {
  .off-canvas.in-canvas-for-xxxxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-xxxxlarge.position-left, .off-canvas.in-canvas-for-xxxxlarge.position-right, .off-canvas.in-canvas-for-xxxxlarge.position-top, .off-canvas.in-canvas-for-xxxxlarge.position-bottom {
      box-shadow: none;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas.in-canvas-for-xxxxlarge .close-button {
      display: none; } }

@media screen and (min-width: 160em) {
  .off-canvas.in-canvas-for-xxxxxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: inherit;
    width: inherit;
    overflow: inherit;
    transition: inherit; }
    .off-canvas.in-canvas-for-xxxxxlarge.position-left, .off-canvas.in-canvas-for-xxxxxlarge.position-right, .off-canvas.in-canvas-for-xxxxxlarge.position-top, .off-canvas.in-canvas-for-xxxxxlarge.position-bottom {
      box-shadow: none;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .off-canvas.in-canvas-for-xxxxxlarge .close-button {
      display: none; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden; }

.orbit-slide {
  width: 100%; }
  .orbit-slide.no-motionui.is-active {
    top: 0;
    left: 0; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff; }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fff; }
  [data-whatinput='mouse'] .orbit-previous, [data-whatinput='mouse'] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(0, 0, 0, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput='mouse'] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    border-radius: 50%;
    background-color: #555; }
    .orbit-bullets button:hover {
      background-color: #222; }
    .orbit-bullets button.is-active {
      background-color: #222; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .pagination::after {
    clear: both; }
  .pagination li {
    margin-right: 0;
    border-radius: 0;
    font-size: 1rem;
    display: none; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media print, screen and (min-width: 22.5em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    display: block;
    padding: 0.625rem 0.9375rem;
    border-radius: 0;
    color: #555; }
    .pagination a:hover,
    .pagination button:hover {
      background: transparent; }
  .pagination .current {
    padding: 0.625rem 0.9375rem;
    background: #52679d;
    color: #fff;
    cursor: default; }
  .pagination .disabled {
    padding: 0.625rem 0.9375rem;
    color: #eef4f7;
    cursor: not-allowed; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    padding: 0.625rem 0.9375rem;
    content: '\2026';
    color: #555; }

.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: 0;
  background-color: #555; }
  .progress.primary .progress-meter {
    background-color: #3b7b9b; }
  .progress.secondary .progress-meter {
    background-color: #142d3f; }
  .progress.success .progress-meter {
    background-color: #679f35; }
  .progress.warning .progress-meter {
    background-color: #3a3c8e; }
  .progress.alert .progress-meter {
    background-color: #c8113d; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #3b7b9b; }

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap; }

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #f0f0f0;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: none;
      touch-action: none; }

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #555;
  transition: all 0.2s ease-in-out; }
  .slider-fill.is-dragging {
    transition: all 0s linear; }

.slider-handle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  z-index: 1;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 0;
  background-color: #3b7b9b;
  transition: all 0.2s ease-in-out;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
  [data-whatinput='mouse'] .slider-handle {
    outline: 0; }
  .slider-handle:hover {
    background-color: #326984; }
  .slider-handle.is-dragging {
    transition: all 0s linear; }

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed; }

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  -webkit-transform: scale(1, -1);
      -ms-transform: scale(1, -1);
          transform: scale(1, -1); }
  .slider.vertical .slider-fill {
    top: 0;
    width: 0.5rem;
    max-height: 100%; }
  .slider.vertical .slider-handle {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1.4rem;
    height: 1.4rem;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }

.sticky-container {
  position: relative; }

.sticky {
  position: relative;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

body.is-reveal-open {
  overflow: hidden; }

html.is-reveal-open,
html.is-reveal-open body {
  min-height: 100%;
  overflow: hidden;
  position: fixed;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          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.9);
  overflow-y: scroll; }

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #555;
  border-radius: 0;
  background-color: #fff;
  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: 22.5em) {
    .reveal {
      min-height: 0; } }
  .reveal .column {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 22.5em) {
    .reveal {
      width: 600px;
      max-width: 87.5rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 22.5em) {
    .reveal.tiny {
      width: 30%;
      max-width: 87.5rem; } }
  @media print, screen and (min-width: 22.5em) {
    .reveal.small {
      width: 50%;
      max-width: 87.5rem; } }
  @media print, screen and (min-width: 22.5em) {
    .reveal.large {
      width: 90%;
      max-width: 87.5rem; } }
  .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: 22.4375em) {
    .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; }

.switch {
  height: 2rem;
  position: relative;
  margin-bottom: 1rem;
  outline: 0;
  font-size: 0.875rem;
  font-weight: bold;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0; }

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 0;
  background: #555;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    position: absolute;
    top: 0.25rem;
    left: 0.25rem;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    border-radius: 0;
    background: #fff;
    transition: all 0.25s ease-out;
    content: ''; }
  input:checked ~ .switch-paddle {
    background: #3b7b9b; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput='mouse'] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny {
  height: 1.5rem; }
  .switch.tiny .switch-paddle {
    width: 3rem;
    height: 1.5rem;
    font-size: 0.625rem; }
  .switch.tiny .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1rem;
    height: 1rem; }
  .switch.tiny input:checked ~ .switch-paddle::after {
    left: 1.75rem; }

.switch.small {
  height: 1.75rem; }
  .switch.small .switch-paddle {
    width: 3.5rem;
    height: 1.75rem;
    font-size: 0.75rem; }
  .switch.small .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 1.25rem;
    height: 1.25rem; }
  .switch.small input:checked ~ .switch-paddle::after {
    left: 2rem; }

.switch.large {
  height: 2.5rem; }
  .switch.large .switch-paddle {
    width: 5rem;
    height: 2.5rem;
    font-size: 1rem; }
  .switch.large .switch-paddle::after {
    top: 0.25rem;
    left: 0.25rem;
    width: 2rem;
    height: 2rem; }
  .switch.large input:checked ~ .switch-paddle::after {
    left: 2.75rem; }

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f0f0f0;
    background-color: #fff; }
  caption {
    padding: 0.75rem 1.25rem 0.75rem 1.25rem;
    font-weight: 700; }
  thead {
    background: #52679d;
    color: #fff; }
  tfoot {
    background: #f0f0f0;
    color: #142d3f; }
  thead tr,
  tfoot tr {
    background: transparent; }
  thead th,
  thead td,
  tfoot th,
  tfoot td {
    padding: 0.75rem 1.25rem 0.75rem 1.25rem;
    font-weight: 700;
    text-align: left; }
  tbody th,
  tbody td {
    padding: 0.75rem 1.25rem 0.75rem 1.25rem; }
  tbody tr {
    border-bottom: 0;
    border-bottom: 1px solid #f0f0f0;
    background-color: #fff; }
  table.striped tbody tr:nth-child(even) {
    border-bottom: 0;
    background-color: #eef4f7; }

@media screen and (max-width: 47.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: #4f6396; }

table.hover tfoot tr:hover {
  background-color: #ebebeb; }

table.hover tbody tr:hover {
  background-color: #fafafa; }

table.hover.striped tr:nth-of-type(even):hover {
  background-color: whitesmoke; }

.table-scroll {
  overflow-x: auto; }
  .table-scroll table {
    width: auto; }

.tabs {
  margin: 0;
  border: 1px solid #f0f0f0;
  background: transparent;
  list-style-type: none; }
  .tabs::before, .tabs::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-order: 1;
        -ms-flex-order: 1;
            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: #3b7b9b; }
  .tabs.primary > li > a {
    color: #fff; }
    .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
      background: #387593; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 2rem;
    font-size: 1rem;
    line-height: 1;
    color: #222; }
    .tabs-title > a:hover {
      background: #d7d7d7;
      color: #1d1d1d; }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background: transparent;
      color: #142d3f; }

.tabs-content {
  border: 1px solid #f0f0f0;
  border-top: 0;
  background: #fff;
  color: #222;
  transition: all 0.5s ease; }

.tabs-content.vertical {
  border: 1px solid #f0f0f0;
  border-left: 0; }

.tabs-panel {
  display: none;
  padding: 3rem 3rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fff;
  border-radius: 0;
  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(59, 123, 155, 0.5); }
  a.thumbnail image {
    box-shadow: none; }

.title-bar {
  padding: 0.5rem;
  background: #fff;
  color: #142d3f;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem; }

.title-bar-left,
.title-bar-right {
  -webkit-flex: 1 1 0px;
      -ms-flex: 1 1 0px;
          flex: 1 1 0px; }

.title-bar-right {
  text-align: right; }

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: 700; }

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: dotted 1px #222;
  font-weight: 700;
  cursor: help; }

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #142d3f;
  font-size: 80%;
  color: #fff; }
  .tooltip::before {
    position: absolute; }
  .tooltip.bottom::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-top-width: 0;
    border-bottom-style: solid;
    border-color: transparent transparent #142d3f;
    bottom: 100%; }
  .tooltip.bottom.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.top::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    border-color: #142d3f transparent transparent;
    top: 100%;
    bottom: auto; }
  .tooltip.top.align-center::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tooltip.left::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-right-width: 0;
    border-left-style: solid;
    border-color: transparent transparent transparent #142d3f;
    left: 100%; }
  .tooltip.left.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.right::before {
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    content: '';
    border-left-width: 0;
    border-right-style: solid;
    border-color: transparent #142d3f transparent transparent;
    right: 100%;
    left: auto; }
  .tooltip.right.align-center::before {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .tooltip.align-top::before {
    bottom: auto;
    top: 10%; }
  .tooltip.align-bottom::before {
    bottom: 10%;
    top: auto; }
  .tooltip.align-left::before {
    left: 10%;
    right: auto; }
  .tooltip.align-right::before {
    left: auto;
    right: 10%; }

.top-bar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5rem;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .top-bar,
  .top-bar ul {
    background-color: #f0f0f0; }
  .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 {
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  @media print, screen and (min-width: 22.5em) {
    .top-bar {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap; }
      .top-bar .top-bar-left {
        -webkit-flex: 1 1 auto;
            -ms-flex: 1 1 auto;
                flex: 1 1 auto;
        margin-right: auto; }
      .top-bar .top-bar-right {
        -webkit-flex: 0 1 auto;
            -ms-flex: 0 1 auto;
                flex: 0 1 auto;
        margin-left: auto; } }
  @media screen and (max-width: 47.9375em) {
    .top-bar.stacked-for-medium {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .top-bar.stacked-for-medium .top-bar-left,
      .top-bar.stacked-for-medium .top-bar-right {
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 63.9375em) {
    .top-bar.stacked-for-large {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .top-bar.stacked-for-large .top-bar-left,
      .top-bar.stacked-for-large .top-bar-right {
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 79.9375em) {
    .top-bar.stacked-for-xlarge {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .top-bar.stacked-for-xlarge .top-bar-left,
      .top-bar.stacked-for-xlarge .top-bar-right {
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 89.9375em) {
    .top-bar.stacked-for-xxlarge {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .top-bar.stacked-for-xxlarge .top-bar-left,
      .top-bar.stacked-for-xxlarge .top-bar-right {
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 119.9375em) {
    .top-bar.stacked-for-xxxlarge {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .top-bar.stacked-for-xxxlarge .top-bar-left,
      .top-bar.stacked-for-xxxlarge .top-bar-right {
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
  @media screen and (max-width: 159.9375em) {
    .top-bar.stacked-for-xxxxlarge {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
      .top-bar.stacked-for-xxxxlarge .top-bar-left,
      .top-bar.stacked-for-xxxxlarge .top-bar-right {
        -webkit-flex: 0 0 100%;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%; } }
  .top-bar.stacked-for-xxxxxlarge {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .top-bar.stacked-for-xxxxxlarge .top-bar-left,
    .top-bar.stacked-for-xxxxxlarge .top-bar-right {
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%; }

.top-bar-title {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0; }

.top-bar-left,
.top-bar-right {
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (max-width: 22.4375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 22.5em) {
  .show-for-small-only {
    display: none !important; } }

@media print, screen and (min-width: 22.5em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 22.4375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 22.5em) and (max-width: 47.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 22.4375em), screen and (min-width: 48em) {
  .show-for-medium-only {
    display: none !important; } }

@media print, screen and (min-width: 48em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 47.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 48em) and (max-width: 63.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 47.9375em), screen and (min-width: 64em) {
  .show-for-large-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-xlarge {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-xlarge {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 79.9375em) {
  .hide-for-xlarge-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 80em) {
  .show-for-xlarge-only {
    display: none !important; } }

@media screen and (min-width: 80em) {
  .hide-for-xxlarge {
    display: none !important; } }

@media screen and (max-width: 79.9375em) {
  .show-for-xxlarge {
    display: none !important; } }

@media screen and (min-width: 80em) and (max-width: 89.9375em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

@media screen and (max-width: 79.9375em), screen and (min-width: 90em) {
  .show-for-xxlarge-only {
    display: none !important; } }

@media screen and (min-width: 90em) {
  .hide-for-xxxlarge {
    display: none !important; } }

@media screen and (max-width: 89.9375em) {
  .show-for-xxxlarge {
    display: none !important; } }

@media screen and (min-width: 90em) and (max-width: 119.9375em) {
  .hide-for-xxxlarge-only {
    display: none !important; } }

@media screen and (max-width: 89.9375em), screen and (min-width: 120em) {
  .show-for-xxxlarge-only {
    display: none !important; } }

@media screen and (min-width: 120em) {
  .hide-for-xxxxlarge {
    display: none !important; } }

@media screen and (max-width: 119.9375em) {
  .show-for-xxxxlarge {
    display: none !important; } }

@media screen and (min-width: 120em) and (max-width: 159.9375em) {
  .hide-for-xxxxlarge-only {
    display: none !important; } }

@media screen and (max-width: 119.9375em), screen and (min-width: 160em) {
  .show-for-xxxxlarge-only {
    display: none !important; } }

@media screen and (min-width: 160em) {
  .hide-for-xxxxxlarge {
    display: none !important; } }

@media screen and (max-width: 159.9375em) {
  .show-for-xxxxxlarge {
    display: none !important; } }

@media screen and (min-width: 160em) {
  .hide-for-xxxxxlarge-only {
    display: none !important; } }

@media screen and (max-width: 159.9375em) {
  .show-for-xxxxxlarge-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;
  -webkit-clip-path: inset(50%);
          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;
  -webkit-clip-path: none;
          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; } }

.align-right {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.align-center {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-justify {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.align-spaced {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }

.align-right.vertical.menu > li > a {
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.align-center.vertical.menu > li > a {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.align-top {
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.align-self-top {
  -webkit-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start; }

.align-bottom {
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.align-self-bottom {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

.align-middle {
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.align-self-middle {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
              -ms-grid-row-align: center;
          align-self: center; }

.align-stretch {
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }

.align-self-stretch {
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch; }

.align-center-middle {
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center; }

.small-order-1 {
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.small-order-2 {
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2; }

.small-order-3 {
  -webkit-order: 3;
      -ms-flex-order: 3;
          order: 3; }

.small-order-4 {
  -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4; }

.small-order-5 {
  -webkit-order: 5;
      -ms-flex-order: 5;
          order: 5; }

.small-order-6 {
  -webkit-order: 6;
      -ms-flex-order: 6;
          order: 6; }

@media print, screen and (min-width: 22.5em) {
  .medium-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .medium-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .medium-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .medium-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .medium-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .medium-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

@media print, screen and (min-width: 48em) {
  .large-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .large-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .large-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .large-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .large-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .large-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (min-width: 64em) {
  .xlarge-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .xlarge-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .xlarge-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .xlarge-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .xlarge-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .xlarge-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (min-width: 80em) {
  .xxlarge-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .xxlarge-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .xxlarge-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .xxlarge-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .xxlarge-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .xxlarge-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (min-width: 90em) {
  .xxxlarge-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .xxxlarge-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .xxxlarge-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .xxxlarge-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .xxxlarge-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .xxxlarge-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (min-width: 120em) {
  .xxxxlarge-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .xxxxlarge-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .xxxxlarge-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .xxxxlarge-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .xxxxlarge-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .xxxxlarge-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

@media screen and (min-width: 160em) {
  .xxxxxlarge-order-1 {
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .xxxxxlarge-order-2 {
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2; }
  .xxxxxlarge-order-3 {
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3; }
  .xxxxxlarge-order-4 {
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4; }
  .xxxxxlarge-order-5 {
    -webkit-order: 5;
        -ms-flex-order: 5;
            order: 5; }
  .xxxxxlarge-order-6 {
    -webkit-order: 6;
        -ms-flex-order: 6;
            order: 6; } }

.flex-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.flex-child-auto {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto; }

.flex-child-grow {
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

.flex-child-shrink {
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }

.flex-dir-row {
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row; }

.flex-dir-row-reverse {
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.flex-dir-column {
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.flex-dir-column-reverse {
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

@media print, screen and (min-width: 22.5em) {
  .medium-flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .medium-flex-child-auto {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .medium-flex-child-grow {
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .medium-flex-child-shrink {
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .medium-flex-dir-row {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .medium-flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .medium-flex-dir-column {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .medium-flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media print, screen and (min-width: 48em) {
  .large-flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .large-flex-child-auto {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .large-flex-child-grow {
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .large-flex-child-shrink {
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .large-flex-dir-row {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .large-flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .large-flex-dir-column {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .large-flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media screen and (min-width: 64em) {
  .xlarge-flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .xlarge-flex-child-auto {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .xlarge-flex-child-grow {
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .xlarge-flex-child-shrink {
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .xlarge-flex-dir-row {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .xlarge-flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .xlarge-flex-dir-column {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .xlarge-flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media screen and (min-width: 80em) {
  .xxlarge-flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .xxlarge-flex-child-auto {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .xxlarge-flex-child-grow {
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .xxlarge-flex-child-shrink {
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .xxlarge-flex-dir-row {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .xxlarge-flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .xxlarge-flex-dir-column {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .xxlarge-flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media screen and (min-width: 90em) {
  .xxxlarge-flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .xxxlarge-flex-child-auto {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .xxxlarge-flex-child-grow {
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .xxxlarge-flex-child-shrink {
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .xxxlarge-flex-dir-row {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .xxxlarge-flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .xxxlarge-flex-dir-column {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .xxxlarge-flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media screen and (min-width: 120em) {
  .xxxxlarge-flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .xxxxlarge-flex-child-auto {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .xxxxlarge-flex-child-grow {
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .xxxxlarge-flex-child-shrink {
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .xxxxlarge-flex-dir-row {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .xxxxlarge-flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .xxxxlarge-flex-dir-column {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .xxxxlarge-flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

@media screen and (min-width: 160em) {
  .xxxxxlarge-flex-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .xxxxxlarge-flex-child-auto {
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .xxxxxlarge-flex-child-grow {
    -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto; }
  .xxxxxlarge-flex-child-shrink {
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto; }
  .xxxxxlarge-flex-dir-row {
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
  .xxxxxlarge-flex-dir-row-reverse {
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .xxxxxlarge-flex-dir-column {
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .xxxxxlarge-flex-dir-column-reverse {
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; } }

.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0); }

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%); }

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%); }

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%); }

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%); }

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
          transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
          transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
          transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: perspective(2000px) rotate(0deg);
          transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
          transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
          transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0.75turn);
      -ms-transform: rotate(0.75turn);
          transform: rotate(0.75turn);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
      -ms-transform: rotate(-0.75turn);
          transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  -webkit-animation-name: shake-7;
          animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
            transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
            transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
            transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
          animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
          animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
            transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
            transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  -webkit-animation-duration: 500ms;
          animation-duration: 500ms; }

.infinite {
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 750ms !important;
          animation-duration: 750ms !important; }

.fast {
  -webkit-animation-duration: 250ms !important;
          animation-duration: 250ms !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
          animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
          animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
          animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
          animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
          animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
          animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
          animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 300ms !important;
          animation-delay: 300ms !important; }

.long-delay {
  -webkit-animation-delay: 700ms !important;
          animation-delay: 700ms !important; }

.h1,
h1 {
  margin: 0 0 1rem 0;
  font-weight: 900;
  line-height: 1.1;
  color: #142d3f; }

.h2,
h2 {
  margin: 3rem 0 1rem;
  text-transform: uppercase;
  font-weight: 900; }
  .h2.alt,
  h2.alt {
    overflow: hidden; }
    .h2.alt:after,
    h2.alt:after {
      content: '';
      display: inline-block;
      width: 100%;
      height: 1px;
      vertical-align: middle;
      margin-right: -100%;
      margin-left: 20px;
      border-bottom: 1px solid #e3e3e3; }

.h3,
h3 {
  margin: 2rem 0 .75rem;
  font-weight: 900; }

.h4,
h4 {
  margin: 2rem 0 .75rem;
  font-weight: 700; }

.h5,
h5 {
  margin: 2rem 0 0.5rem;
  text-transform: uppercase;
  font-weight: 700; }

.h6,
h6 {
  margin: 2rem 0 0.5rem; }

p {
  font-size: 1rem; }
  @media screen and (min-width: 64em) {
    p {
      font-size: 1.1rem; } }

ul, ol {
  margin-top: 1.5rem; }

li {
  font-size: .9rem;
  margin-bottom: .75rem; }
  @media screen and (min-width: 64em) {
    li {
      font-size: 1rem; } }

ol > li > ol {
  list-style: lower-alpha; }

ul > li > ul {
  list-style: circle; }

ul > li > ul > li > ul {
  list-style: square; }

blockquote {
  position: relative;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  border: none;
  color: #222;
  text-align: center;
  margin: 3rem 0;
  padding: 4.5rem 1rem 0; }
  blockquote:before {
    display: inline-block;
    font-size: 1.5rem;
    width: 50px;
    height: 50px;
    line-height: 47px;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    content: '\f10e';
    color: #52679d;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -28px;
    border-radius: 50%;
    border: 4px solid #3a3c8e; }
  blockquote em {
    display: block;
    margin-top: 1rem;
    font-size: 1.1rem;
    font-weight: 500;
    font-style: normal;
    color: #555; }

.button {
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none; }

.button.tiny {
  padding: .6rem 1.8rem; }

.button.small {
  padding: .75rem 2.25rem; }

.button.large {
  padding: 1rem 3rem; }

.button.secondary:hover, .button.secondary:focus {
  background-color: #000; }

.callout {
  position: relative; }
  .callout.small {
    padding: 1rem 1.5rem; }
  .callout > *:last-child {
    margin-bottom: 0; }
  .callout p {
    font-size: .9rem; }
    @media screen and (min-width: 64em) {
      .callout p {
        font-size: 1rem; } }
  .callout a {
    color: inherit; }
  .callout:before {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 50%;
    margin-top: -.9rem;
    left: 1.5rem;
    width: 3rem;
    text-align: center;
    font-size: 2rem;
    text-align: center;
    line-height: 1; }
  .callout.alert, .callout.primary, .callout.secondary, .callout.success, .callout.warning {
    padding-left: 6rem;
    border: none; }
  .callout.primary {
    background-color: #eef4f7;
    color: #000; }
    .callout.primary:before {
      content: "\f129";
      color: #3b7b9b;
      font-weight: 500; }
  .callout.secondary {
    color: #fff; }
    .callout.secondary:before {
      content: "\f129";
      color: #fff;
      font-weight: 500; }
  .callout.success:before {
    content: "\f058";
    color: #fff;
    font-weight: 500; }
  .callout.warning:before {
    content: "\f8fa";
    color: #fff;
    font-weight: 500; }
  .callout.alert:before {
    content: '\f071';
    color: #fff;
    font-weight: 500; }

.small,
small {
  font-size: 1rem;
  line-height: 1.4; }

.section-title {
  margin: 0; }

.teaser {
  font-size: 1rem;
  line-height: 1.4; }

.eyebrow {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 1.4rem;
  font-style: italic;
  color: #555;
  margin-bottom: 0; }
  @media screen and (min-width: 64em) {
    .eyebrow {
      font-size: 1.3rem; } }
  .eyebrow + .h1,
  .eyebrow + .h2,
  .eyebrow + .h3,
  .eyebrow + h1,
  .eyebrow + h2,
  .eyebrow + h3 {
    margin-top: 0; }

.subheader {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  letter-spacing: 0.025em;
  margin-top: 0;
  margin-bottom: 1rem; }
  @media screen and (min-width: 64em) {
    .subheader {
      font-size: 1.75rem; } }
  @media screen and (min-width: 90em) {
    .subheader {
      font-size: 2rem; } }

h1 + .subheader,
h2 + .subheader {
  margin-top: -.5rem; }

.lead {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 1.3rem;
  font-style: italic;
  color: #555;
  margin-bottom: 1.5rem; }
  @media screen and (min-width: 80em) {
    .lead {
      font-size: 1.6rem; } }

.title {
  margin-top: 0; }

.meta {
  border-top: 1px solid #eef4f7;
  border-bottom: 1px solid #eef4f7;
  margin: 1rem 0 2rem 0;
  padding: .5rem .75rem;
  font-size: 1rem; }
  .meta strong {
    margin-right: .25rem; }

.label {
  font-weight: 500; }

.list-checked {
  list-style: none;
  margin: 1rem 0; }
  .list-checked li {
    padding-left: 1.75rem;
    position: relative;
    font-weight: 700; }
    .list-checked li:before {
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "Font Awesome 5 Pro";
      content: "\f00c";
      font-weight: 500;
      color: #679f35;
      font-size: 1rem;
      position: absolute;
      left: 0;
      top: 0; }

.list-stacked {
  margin: 0; }
  .list-stacked::before, .list-stacked::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .list-stacked::after {
    clear: both; }
  .list-stacked li {
    list-style: none;
    font-size: 0.9rem;
    font-weight: bold; }
    .list-stacked li a {
      padding: 0.75rem 1rem 0.75rem 2.75rem;
      display: block;
      text-decoration: none;
      position: relative;
      color: #222;
      border-top: 1px solid #3a3c8e; }
      .list-stacked li a:after {
        position: absolute;
        right: 0.5rem;
        top: 50%;
        font-size: 1rem;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: "Font Awesome 5 Pro";
        width: 30px;
        height: 20px;
        line-height: 20px;
        margin-top: -11px;
        text-align: center;
        content: "\f061";
        font-weight: 500;
        color: #555; }
      .list-stacked li a[target$="_blank"]:after {
        content: "\f08e";
        content: "\f0c1";
        font-weight: 700; }
    @media screen and (min-width: 64em) {
      .list-stacked li {
        float: left;
        width: 48%;
        margin-right: 2%; } }

.list-split::before, .list-split::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.list-split::after {
  clear: both; }

.list-split li a {
  background-color: #f0f0f0;
  padding: 0.75rem 1rem 0.75rem 2.75rem;
  display: block;
  text-decoration: none;
  position: relative; }
  .list-split li a:after {
    position: absolute;
    left: 0.5rem;
    top: 50%;
    font-size: 1rem;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    width: 30px;
    height: 20px;
    line-height: 20px;
    margin-top: -11px;
    text-align: center;
    content: "\f061";
    font-weight: 500;
    color: #555; }
  .list-split li a[target$="_blank"]:after {
    content: "\f08e";
    content: "\f0c1";
    font-weight: 700; }

@media print, screen and (min-width: 48em) {
  .list-split li {
    float: left;
    width: 30%;
    margin-right: 2%; } }

.list-linked {
  list-style: none;
  margin: 0 0 1.5rem; }
  .list-linked li {
    margin-bottom: 1rem; }
    .list-linked li a {
      display: inline-block;
      text-decoration: none;
      font-weight: 700;
      font-size: 0.9rem;
      padding: 0 0 0 2.25rem;
      position: relative;
      color: #222;
      text-transform: uppercase; }
      .list-linked li a:focus, .list-linked li a:hover {
        text-decoration: underline; }
      .list-linked li a .file-size {
        font-size: 0.8rem;
        color: #555; }

.list-linked li a {
  position: relative; }
  .list-linked li a:after {
    position: absolute;
    left: 0;
    top: 50%;
    font-size: 1.5rem;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    width: 30px;
    line-height: 1;
    margin-top: -12px;
    text-align: center;
    content: "\f0c1";
    font-weight: 500;
    color: #679f35; }
  .list-linked li a[target$="_blank"]:after {
    content: "\f14c";
    font-weight: 500;
    color: #3a3c8e; }
  .list-linked li a[href$=".pdf"]:after {
    content: "\f1c1";
    font-weight: 500;
    color: #52679d; }
  .list-linked li a[href$=".doc"]:after,
  .list-linked li a [href$=".docx"]:after {
    content: "\f1c2";
    font-weight: 500;
    color: #3b7b9b; }
  .list-linked li a[href$=".xls"]:after,
  .list-linked li a [href$=".xlsx"]:after,
  .list-linked li a [href$=".csv"]:after {
    content: "\f1c3";
    font-weight: 500;
    color: #ce8518; }
  .list-linked li a[href$=".ppt"]:after,
  .list-linked li a [href$=".pptxx"]:after {
    content: "\f1c4";
    font-weight: 500;
    color: #c8113d; }

.table-scroll {
  margin: 1.5rem 0;
  position: relative;
  overflow-x: visible; }
  @media screen and (max-width: 79.9375em) {
    .table-scroll {
      overflow-x: auto; }
      .table-scroll:before {
        display: block;
        content: "Swipe Left/Right";
        text-transform: uppercase;
        line-height: 1;
        font-size: 0.75rem;
        font-weight: 700;
        padding-left: 1rem;
        margin-bottom: 0.75rem; }
      .table-scroll:after {
        display: inline-block;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 1;
        font-size: 0.75rem;
        color: #3b7b9b;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: "Font Awesome 5 Pro";
        content: "\f07e";
        font-weight: 700; } }
  .table-scroll table {
    width: 100%;
    margin: 0; }

.stack tr td:before {
  display: none; }

@media screen and (max-width: 47.9375em) {
  .stack tr {
    padding-top: 1rem;
    padding-bottom: 1rem; }
    .stack tr td {
      padding-top: 0.35rem;
      padding-bottom: 0.35rem; }
      .stack tr td:before {
        font-weight: 700;
        margin-right: 0.25rem;
        display: inline-block; } }

table {
  font-size: 1rem;
  margin: 1.5rem 0;
  line-height: 1.4; }
  table li,
  table p {
    font-size: 1rem; }

tbody,
tfoot,
thead {
  border-left: 0;
  border-right: 0; }

thead td,
thead th {
  text-transform: uppercase;
  font-size: 0.9rem; }

th {
  position: -webkit-sticky;
  position: sticky;
  top: -1px;
  z-index: 2;
  background-color: #52679d; }
  th a {
    color: #fff; }
  th .order {
    text-decoration: none; }
    th .order i {
      margin-left: 0.25rem; }
    th .order:focus, th .order:hover {
      text-decoration: underline;
      color: #fff; }

td .button {
  margin: 0.25rem 0; }

.table-expand-row-content {
  display: none;
  background-color: #eef4f7; }

.table-expand-row-content.is-active {
  display: table-row;
  -webkit-animation: fadeIn ease-in 1;
          animation: fadeIn ease-in 1;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s; }

.table-expand-row-nested {
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .table-expand-row-nested > *:last-child {
    margin-bottom: 0; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.row-toggle {
  position: relative;
  text-decoration: none;
  width: 35px;
  height: 35px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  border-radius: 50%; }
  .row-toggle:after {
    display: inline-block;
    font-size: 1rem;
    color: #3b7b9b;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    font-weight: 700; }
  .row-toggle:focus, .row-toggle:hover {
    background-color: #f0f0f0; }
  .row-toggle.is-active {
    background-color: #3b7b9b; }
    .row-toggle.is-active:after {
      content: "\f077";
      color: #fff; }

h1 + .accordion,
h2 + .accordion,
h3 + .accordion,
h4 + .accordion,
h5 + .accordion,
h6 + .accordion {
  margin-top: 1rem; }

.accordion-title {
  padding-right: 3.5rem;
  text-decoration: none;
  border-left: none;
  border-right: none;
  font-weight: 700;
  line-height: 1.3; }
  .accordion-title:before {
    width: 35px;
    height: 35px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    transition: 0.5s;
    top: 50%;
    right: 1rem;
    font-size: 0.95rem;
    margin-top: -15px;
    color: #3b7b9b;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    font-weight: 700; }
  .accordion-title .accordion-meta {
    margin-top: .6rem;
    color: #555;
    font-size: 0.9rem;
    font-weight: 500; }
  .accordion-title .date, .accordion-title .documents {
    display: inline-block; }
  .accordion-title .documents {
    border-left: 1px solid #555;
    margin-left: .5rem;
    padding-left: .5rem; }
  .accordion-title:focus, .accordion-title:hover {
    color: #222; }
    .accordion-title:focus:before, .accordion-title:hover:before {
      background-color: #f0f0f0; }

.accordion-content {
  border-left: none;
  border-right: none; }
  .accordion-content p {
    font-size: 1rem; }
  .accordion-content > *:first-child {
    margin-top: 0; }
  .accordion-content > *:last-child {
    margin-bottom: 0; }

.accordion-item {
  margin-bottom: 0; }
  .accordion-item.is-active .accordion-title {
    background-color: #3a3c8e;
    color: #fff; }
    .accordion-item.is-active .accordion-title .accordion-meta {
      color: #fff; }
      .accordion-item.is-active .accordion-title .accordion-meta .documents {
        border-color: #fff; }
    .accordion-item.is-active .accordion-title:before {
      content: "\f077";
      color: #fff;
      background-color: #3b7b9b; }

.accordion .callout {
  background-color: #fff; }

@media screen and (max-width: 63.9375em) {
  .page-intro + .section-tabs {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem; } }

.tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
  border-top: 1px solid #f0f0f0;
  border-left: 1px solid #f0f0f0;
  border-right: 1px solid #f0f0f0; }

.tabs {
  position: relative;
  z-index: 2;
  border: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  list-style: none;
  -ms-box-orient: horizontal;
  -ms-box-pack: center;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .tabs li {
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    margin-bottom: 0; }
  .tabs a {
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: color 0.3s; }
    .tabs a:after {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1;
      width: 100%;
      height: 100%;
      content: "";
      transition: background-color .5s; }

.tabs .tabs-title {
  border-right: 3px solid transparent; }
  .tabs .tabs-title:last-child {
    border-right: none; }

.tabs-panel > *:first-child {
  margin-top: 0; }

.tabs-title > a {
  text-transform: uppercase;
  font-weight: 700;
  background-color: #e3e3e3;
  border-bottom: none;
  text-decoration: none; }
  .tabs-title > a span {
    position: relative;
    z-index: 2; }

.tabs-title > a:focus:after,
.tabs-title > a[aria-selected='true']:after {
  background-color: #fff; }

.tabs-content {
  position: relative;
  z-index: 2;
  border-top: 1px solid #f0f0f0;
  position: relative;
  z-index: 1;
  margin-top: -1px; }
  .tabs-content .tabs-panel > *:first-child {
    margin-top: 0; }

.off-canvas-content {
  position: relative; }
  .off-canvas-content:before {
    position: absolute;
    left: -135vw;
    top: -90vw;
    width: 200vw;
    height: 100vw;
    background-color: #fafafa;
    content: "";
    -webkit-transform: rotate(65deg);
        -ms-transform: rotate(65deg);
            transform: rotate(65deg);
    z-index: -1; }

.page-content {
  margin: 1rem 0; }
  @media screen and (min-width: 64em) {
    .page-content {
      margin: 2rem 0; } }

.columns {
  position: relative; }
  .columns .column-main {
    margin-bottom: 2rem; }
    .columns .column-main > *:first-child {
      margin-top: 0; }
    .columns .column-main > *:last-child {
      margin-bottom: 0; }
  .columns .column-support {
    margin-bottom: 2rem; }
    .columns .column-support > *:first-child {
      margin-top: 0; }
    .columns .column-support > *:last-child {
      margin-bottom: 0; }

@media screen and (min-width: 64em) {
  .columns.two.sidebar-left .column-support {
    padding-right: 2rem; } }

@media screen and (min-width: 80em) {
  .columns.two.sidebar-left .column-support {
    padding-right: 3rem; } }

@media screen and (min-width: 120em) {
  .columns.two.sidebar-left .column-support {
    padding-right: 5rem; } }

@media screen and (min-width: 64em) {
  .columns.two.sidebar-right .column-support {
    margin-top: 1rem;
    padding-left: 2rem; } }

@media screen and (min-width: 80em) {
  .columns.two.sidebar-right .column-support {
    padding-left: 3rem; } }

@media screen and (min-width: 120em) {
  .columns.two.sidebar-right .column-support {
    padding-left: 5rem; } }

@media screen and (max-width: 63.9375em) {
  .w-sidebar-nav .columns {
    padding-top: 5rem; } }

.grid-container {
  padding-left: 1.25rem;
  padding-right: 1.25rem; }
  @media screen and (min-width: 64em) {
    .grid-container {
      padding-left: 2.5rem;
      padding-right: 2.5rem; } }
  @media screen and (min-width: 90em) {
    .grid-container {
      padding-left: 5rem;
      padding-right: 5rem; } }

.grid-container.xsmall {
  max-width: 50em; }

.grid-container.small {
  max-width: 65em; }

.grid-container.medium {
  max-width: 75em; }

.grid-container.large {
  max-width: 90em; }

.grid-container.xlarge {
  max-width: 105em; }

.header-takeover .callout {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 6rem; }

.header-takeover.secondary {
  background-color: #142d3f; }

.header-takeover.warning {
  background-color: #3a3c8e; }

.header-takeover.alert {
  background-color: #c8113d; }

.header-takeover {
  display: none; }

.w-header-takeover .header-takeover {
  display: block; }

.service-notice-list .service-notice-item {
  position: relative;
  background-color: #eef4f7;
  padding: 1.25rem 3rem; }
  .service-notice-list .service-notice-item + .service-notice-item {
    margin-top: 1.5rem; }
  .service-notice-list .service-notice-item p {
    font-size: 1rem; }
  .service-notice-list .service-notice-item > *:first-child {
    margin-top: 0; }
  .service-notice-list .service-notice-item > *:last-child {
    margin-bottom: 0; }
  .service-notice-list .service-notice-item:before {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 1.6rem;
    left: 1.25rem;
    font-size: 0.75rem;
    content: "\f111";
    color: #3b7b9b;
    line-height: 1;
    font-weight: 700; }

.service-notice-item:nth-of-type(10n+1):before {
  color: #3a3c8e; }

.service-notice-item:nth-of-type(10n+2):before {
  color: #52679d; }

.service-notice-item:nth-of-type(10n+3):before {
  color: #3b7b9b; }

.service-notice-item:nth-of-type(10n+4):before {
  color: #142d3f; }

.service-notice-item:nth-of-type(10n+5):before {
  color: #ce8518; }

.service-notice-item:nth-of-type(10n+6):before {
  color: #7d7fca; }

.service-notice-item:nth-of-type(10n+7):before {
  color: #a1adce; }

.service-notice-item:nth-of-type(10n+8):before {
  color: #85b7d1; }

.service-notice-item:nth-of-type(10n+9):before {
  color: #3372a0; }

.service-notice-item:nth-of-type(10n+10):before {
  color: #efbf76; }

.upcoming-events {
  margin: 3rem 0; }

.past-events {
  margin: 3rem 0; }

.featured-events {
  margin: 4rem 0 5rem 0; }
  .featured-events.w-bg-img {
    margin: 20rem 0 0 0;
    padding-bottom: 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat; }
    .featured-events.w-bg-img .section-content {
      top: -14rem;
      position: relative; }
      .featured-events.w-bg-img .section-content .grid-container {
        position: relative; }
  @media screen and (min-width: 64em) {
    .featured-events .more-events {
      position: absolute;
      top: 0.55rem;
      right: 4rem; } }
  @media screen and (min-width: 90em) {
    .featured-events .more-events {
      right: 6rem; } }
  .featured-events .section-intro {
    background-color: #3b7b9b;
    color: #fff;
    padding: 0.75rem 2rem; }
    .featured-events .section-intro .section-title {
      margin-bottom: 0; }

.event-grid {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  padding: 2rem 2rem 1rem; }
  .event-grid .event-item {
    margin-bottom: 1rem;
    background-color: #fff; }
    .event-grid .event-item .event-item-media {
      margin-bottom: 1rem; }
      .event-grid .event-item .event-item-media img {
        width: 100%; }
    .event-grid .event-item .short-date {
      color: #222;
      text-align: center;
      float: left;
      width: 65px;
      height: 65px;
      margin-top: 1px; }
      .event-grid .event-item .short-date .day {
        font-size: 2rem;
        font-weight: 900;
        line-height: 1;
        display: block;
        color: #ce8518;
        margin-bottom: 3px; }
      .event-grid .event-item .short-date .month {
        color: #222;
        text-transform: uppercase;
        font-size: 0.9rem;
        font-weight: 500;
        line-height: 1;
        display: block; }
      .event-grid .event-item .short-date + .event-item-content {
        padding-left: 75px; }
    .event-grid .event-item .event-item-content .event-name {
      margin-top: 0;
      margin-bottom: 0.25rem; }
      .event-grid .event-item .event-item-content .event-name a {
        text-decoration: none;
        color: #000; }
    .event-grid .event-item .event-item-content .event-date {
      font-size: 0.95rem;
      color: #555; }

.upcoming-events .grid-container {
  position: relative; }

.upcoming-events .section-intro {
  background-color: #3b7b9b;
  color: #fff;
  padding: 0.75rem 2rem; }
  .upcoming-events .section-intro .section-title {
    margin-bottom: 0; }

.event-series-feed {
  background-color: #f0f0f0; }

.highlighted-event-categories {
  padding: 4rem 0;
  background-color: #f0f0f0; }
  @media screen and (min-width: 64em) {
    .highlighted-event-categories {
      padding: 6rem 0; } }
  .highlighted-event-categories .highlighted-event-category {
    margin-bottom: 3rem; }
    .highlighted-event-categories .highlighted-event-category .highlighted-event-category-title {
      margin-top: 0;
      margin-bottom: 3rem; }

.events-feed {
  padding: 3rem 0; }
  @media screen and (min-width: 64em) {
    .events-feed {
      padding: 5rem 0; } }
  .events-feed .section-intro {
    margin-bottom: 2rem;
    text-align: center; }
  .events-feed .more {
    text-align: center; }

.event-card {
  position: relative;
  margin-top: 20px; }
  .event-card .short-date {
    background-color: #fff;
    padding: 10px;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 15px;
    top: -25px;
    color: #fff;
    text-align: center; }
    .event-card .short-date .month {
      font-size: 1.1rem;
      display: block;
      line-height: 1;
      letter-spacing: 0.05em; }
    .event-card .short-date .day {
      font-size: 1.6rem;
      display: block;
      line-height: 1; }
  .event-card .event-card-img {
    margin-bottom: 0.75rem; }
    .event-card .event-card-img img {
      min-width: 100%; }
    .event-card .event-card-img a {
      display: block;
      height: 100%;
      border: none;
      padding: 0; }
    .event-card .event-card-img.no-img a {
      background-color: #1f1f1f;
      text-align: center;
      color: #fff; }
      .event-card .event-card-img.no-img a:focus, .event-card .event-card-img.no-img a:hover {
        background: #555; }
      .event-card .event-card-img.no-img a .first-letter {
        font-size: 8rem; }
  .event-card .title {
    margin-top: 0; }
    .event-card .title a {
      border: none;
      padding: 0; }
      .event-card .title a:focus, .event-card .title a:hover {
        background-color: transparent;
        text-decoration: underline; }
  .event-card .date,
  .event-card .time {
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase; }

.event-card-grid .event-card {
  margin-bottom: 3rem; }

.featured-event {
  position: relative;
  background-color: #222; }
  .featured-event .featured-event-info {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 1rem; }
    @media screen and (min-width: 64em) {
      .featured-event .featured-event-info {
        margin-bottom: 5rem; } }
    .featured-event .featured-event-info .location {
      font-family: "Roboto", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      font-weight: 700;
      color: #fff;
      font-size: 1rem;
      display: inline-block;
      vertical-align: middle;
      margin-right: 1rem; }
      .featured-event .featured-event-info .location:before {
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: "Font Awesome 5 Pro";
        content: "\f3c5";
        font-weight: 700;
        color: #222;
        margin-right: 0.5rem;
        line-height: 1;
        font-size: 1em;
        margin-top: -2px;
        vertical-align: middle;
        display: inline-block; }
    .featured-event .featured-event-info .date {
      font-family: "Roboto", Helvetica, Arial, sans-serif;
      text-transform: uppercase;
      font-weight: 700;
      color: #fff;
      font-size: 1rem;
      display: inline-block;
      vertical-align: middle;
      margin-right: 2rem; }
      .featured-event .featured-event-info .date:before {
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: "Font Awesome 5 Pro";
        content: "\f133";
        font-weight: 700;
        color: #222;
        margin-right: 0.5rem;
        line-height: 1;
        margin-top: -2px;
        font-size: 1em;
        vertical-align: middle;
        display: inline-block; }
    .featured-event .featured-event-info .time {
      border-left: 1px solid rgba(255, 255, 255, 0.1);
      margin-left: .4rem;
      padding-left: .5rem; }
  .featured-event .featured-event-media {
    background-color: black;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    height: 200px;
    z-index: 1; }
    @media print, screen and (min-width: 22.5em) {
      .featured-event .featured-event-media {
        height: 300px; } }
    @media print, screen and (min-width: 48em) {
      .featured-event .featured-event-media {
        height: 500px; } }
    @media screen and (min-width: 64em) {
      .featured-event .featured-event-media {
        position: absolute;
        top: 0;
        left: 40%;
        width: 60%;
        height: 100%; } }
  .featured-event .featured-event-content {
    z-index: 2;
    position: relative; }
    .featured-event .featured-event-content .grid-container {
      background: linear-gradient(to right, #222222 40%, rgba(34, 34, 34, 0) 100%);
      padding-top: 3rem;
      padding-bottom: 10rem;
      position: relative;
      z-index: 2; }
      @media screen and (min-width: 64em) {
        .featured-event .featured-event-content .grid-container {
          padding-top: 5rem;
          padding-bottom: 10vh; } }
      @media screen and (min-width: 90em) {
        .featured-event .featured-event-content .grid-container {
          padding-top: 7rem;
          padding-bottom: 20vh; } }
    .featured-event .featured-event-content .featured-event-intro {
      margin-bottom: 4rem; }
      @media screen and (min-width: 64em) {
        .featured-event .featured-event-content .featured-event-intro {
          padding-right: 40%;
          margin-bottom: 10vh; } }
      @media screen and (min-width: 90em) {
        .featured-event .featured-event-content .featured-event-intro {
          margin-bottom: 15vh; } }
    .featured-event .featured-event-content .title {
      font-size: 2rem;
      color: #fff; }
      @media screen and (min-width: 64em) {
        .featured-event .featured-event-content .title {
          font-size: 2.5rem; } }
      @media screen and (min-width: 90em) {
        .featured-event .featured-event-content .title {
          font-size: 3rem; } }
      .featured-event .featured-event-content .title a:focus, .featured-event .featured-event-content .title a:hover {
        color: #fff; }
    .featured-event .featured-event-content .teaser {
      color: #fff; }
  .featured-event .mountain-overlay {
    position: absolute;
    -webkit-transform: skewY(4deg);
    -ms-transform: skewY(4deg);
    transform: skewY(4deg);
    -webkit-backface-visibility: hidden;
    right: 0;
    width: 100%;
    height: 20%;
    bottom: -10%;
    z-index: 3;
    overflow: hidden;
    background: #fff; }
    .featured-event .mountain-overlay:before {
      background: #222;
      content: '';
      position: absolute;
      -webkit-transform: skewY(-12deg);
      -ms-transform: skewY(-12deg);
      transform: skewY(-12deg);
      width: 100%;
      height: 100%;
      bottom: 90%;
      right: 0;
      z-index: 2; }
      @media screen and (min-width: 64em) {
        .featured-event .mountain-overlay:before {
          -webkit-transform: skewY(-8deg);
          -ms-transform: skewY(-8deg);
          transform: skewY(-8deg);
          bottom: 110%; } }

.document-results .document-name {
  font-size: 1.2rem;
  font-weight: 700;
  min-width: 300px; }

.document-list-intro {
  padding-top: 3rem;
  margin-bottom: 3rem; }

.news-item-content .title {
  margin-bottom: 0.5rem;
  font-size: 1.3rem;
  font-weight: 700; }
  .news-item-content .title a {
    color: #000;
    text-decoration: none; }
    .news-item-content .title a:focus, .news-item-content .title a:hover {
      text-decoration: underline; }

.news-item-content p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.4; }

.news-item-content .date {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.4; }

.news-list .news-item {
  margin-bottom: 1rem; }
  .news-list .news-item::before, .news-list .news-item::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .news-list .news-item::after {
    clear: both; }
  .news-list .news-item .news-item-media {
    margin-bottom: 1rem; }
    .news-list .news-item .news-item-media img {
      width: 100%; }
    @media print, screen and (min-width: 48em) {
      .news-list .news-item .news-item-media {
        float: left;
        width: 250px; } }
  @media print, screen and (min-width: 48em) {
    .news-list .news-item .news-item-media + .news-item-content {
      padding-left: 280px; } }

.news-list.downplayed .news-item {
  margin-bottom: 0.5rem; }
  .news-list.downplayed .news-item .news-item-media {
    float: left;
    width: 100px; }
  .news-list.downplayed .news-item .news-item-media + .news-item-content {
    padding-left: 115px; }
  .news-list.downplayed .news-item .title {
    font-size: 1rem;
    font-weight: 500; }

.news-grid .news-item {
  margin-bottom: 1rem; }
  .news-grid .news-item .news-item-media {
    margin-bottom: 1rem; }
    .news-grid .news-item .news-item-media img {
      width: 100%; }

.filtered.news-list .news-item {
  border-bottom: 1px solid #f0f0f0;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .filtered.news-list .news-item .title {
    font-size: 1.8rem; }
  .filtered.news-list .news-item p {
    font-size: 1.1rem; }

.featured-news {
  margin-top: 3rem;
  margin-bottom: 3rem; }
  .featured-news .section-intro {
    margin-bottom: 1.5rem; }
  @media screen and (min-width: 80em) {
    .featured-news .featured-news-item .news-item .news-item-media {
      float: none;
      width: auto;
      margin-bottom: 1rem; }
    .featured-news .featured-news-item .news-item .news-item-content {
      padding-left: 0; }
      .featured-news .featured-news-item .news-item .news-item-content .title {
        font-size: 2.25rem;
        font-weight: 900; }
      .featured-news .featured-news-item .news-item .news-item-content p {
        font-size: 1.1rem; } }

.announcements {
  margin-top: 4rem;
  margin-bottom: 4rem; }
  .announcements .section-intro {
    margin-bottom: 1.5rem; }

.police-news {
  margin-top: 4rem;
  margin-bottom: 4rem; }
  .police-news .section-intro {
    margin-bottom: 1.5rem; }

.recent-news {
  margin-bottom: 3rem; }

.strategic-plan-card {
  background-color: #f0f0f0;
  padding: 1.5rem;
  margin-bottom: 2rem;
  text-align: center; }
  .strategic-plan-card .card-content {
    text-align: center; }
    .strategic-plan-card .card-content p {
      font-size: 1rem; }
    .strategic-plan-card .card-content > *:first-child {
      margin-top: 0; }
    .strategic-plan-card .card-content > *:last-child {
      margin-bottom: 0; }

.related-bmc {
  margin-bottom: 3rem; }

.bylaws,
.enabling-legislation,
.mailing-address,
.membership,
.workplan {
  margin-bottom: 3rem; }

.mailing-address {
  background-color: #eef4f7;
  padding: 1.5rem; }
  .mailing-address > *:last-child {
    margin-bottom: 0; }
  .mailing-address p {
    font-size: 1rem; }

.team > .title {
  border-bottom: 5px solid #52679d;
  padding-bottom: 0.5rem; }

.team .org-chart {
  margin-top: 1rem; }

.team-member::before, .team-member::after {
  display: table;
  content: ' ';
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1; }

.team-member::after {
  clear: both; }

.team-member + .team-member {
  margin-top: 1rem; }

.team-member .team-member-img {
  float: left;
  width: 75px;
  margin-bottom: 0.75rem;
  margin-top: 3px; }

.team-member .team-member-img + .team-member-content {
  padding-left: 90px; }

.team-member .team-member-content .title {
  margin-bottom: 0; }

.team-member .team-member-content p {
  font-size: 0.9rem;
  margin-bottom: 0; }
  .team-member .team-member-content p em {
    color: #555; }

.team-member .team-member-content > *:first-child {
  margin-top: 0; }

.team-member .team-member-content > *:last-child {
  margin-bottom: 0; }

.related-contact {
  margin-bottom: 2rem; }

.team {
  margin-bottom: 3rem; }

.contact-card {
  margin-bottom: 3rem;
  border: 1px solid #f0f0f0; }
  .contact-card:before {
    height: 5px;
    margin-left: -1px;
    margin-right: -1px;
    display: block;
    background-color: #3a3c8e;
    content: ""; }
  .contact-card .profile-img {
    width: 150px;
    border-radius: 50%;
    margin: 1.5rem auto 0;
    overflow: hidden; }
  .contact-card .contact-content {
    padding: 1rem 1.5rem; }
  .contact-card .contact-actions {
    padding: 0 1.5rem 2rem; }
    .contact-card .contact-actions .button {
      margin-bottom: 0; }
  .contact-card .contact-item {
    position: relative;
    margin-bottom: 0.75rem;
    font-size: 1rem; }
    .contact-card .contact-item:before {
      font-weight: 700; }
    .contact-card .contact-item.address:before {
      content: "Address: "; }
    .contact-card .contact-item.email:before {
      content: "Email: "; }
    .contact-card .contact-item.phone:before {
      content: "Phone: "; }
    .contact-card .contact-item.fax:before {
      content: "Fax: "; }
    .contact-card .contact-item.website:before {
      content: "Website: "; }
    .contact-card .contact-item.size:before {
      content: "Size: "; }
    .contact-card .contact-item.hours:before {
      content: "Hours: "; }
    .contact-card .contact-item.date:before {
      content: "Date: "; }

.related-documents {
  margin: 3rem 0; }

.featured-sections {
  margin: 2rem 0; }

.featured-section {
  padding: 1rem 3rem 1rem 1rem;
  margin-bottom: 1.5rem;
  border-top: 4px solid #f0f0f0 !important;
  position: relative; }
  .featured-section:after {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    content: "\f061";
    color: #679f35;
    position: absolute;
    right: 1rem;
    top: 1rem;
    font-size: .9rem;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    display: inline-block; }
  .featured-section:nth-child(1):after {
    color: #679f35;
    border-color: #679f35; }
  .featured-section:nth-child(2):after {
    color: #3a3c8e;
    border-color: #3a3c8e; }
  .featured-section:nth-child(3):after {
    color: #52679d;
    border-color: #52679d; }
  .featured-section:nth-child(4):after {
    color: #ce8518;
    border-color: #ce8518; }
  .featured-section:nth-child(1) {
    border-color: #679f35 !important; }
  .featured-section:nth-child(2) {
    border-color: #3a3c8e !important; }
  .featured-section:nth-child(3) {
    border-color: #52679d !important; }
  .featured-section:nth-child(4) {
    border-color: #ce8518 !important; }
  .featured-section:focus, .featured-section:hover {
    text-decoration: none;
    background-color: #222;
    color: #fff; }
    .featured-section:focus:after, .featured-section:hover:after {
      color: #fff; }
    .featured-section:focus .title a, .featured-section:focus p, .featured-section:hover .title a, .featured-section:hover p {
      color: #fff !important; }
    .featured-section:focus:nth-child(1), .featured-section:hover:nth-child(1) {
      background-color: #679f35; }
    .featured-section:focus:nth-child(2), .featured-section:hover:nth-child(2) {
      background-color: #3a3c8e; }
    .featured-section:focus:nth-child(3), .featured-section:hover:nth-child(3) {
      background-color: #52679d; }
    .featured-section:focus:nth-child(4), .featured-section:hover:nth-child(4) {
      background-color: #ce8518; }
  .featured-section .featured-section-img {
    margin-bottom: 1rem;
    float: left;
    width: 75px; }
  .featured-section .featured-section-img + .featured-section-content {
    padding-left: 95px; }
  .featured-section .featured-section-content .title {
    margin-bottom: .25rem; }
    .featured-section .featured-section-content .title a {
      text-decoration: none;
      color: #222; }
  .featured-section .featured-section-content p {
    font-size: .9rem;
    color: #555;
    line-height: 1.4;
    margin-bottom: 0; }

.featured-links {
  margin: 2.5rem 0 0 0; }

.featured-link {
  margin-bottom: 2rem;
  border-top: 4px solid #f0f0f0 !important;
  position: relative;
  text-decoration: none;
  color: #222; }
  .featured-link:last-child {
    margin-bottom: 0; }
  .featured-link:after {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    content: "\f061";
    color: #679f35;
    position: absolute;
    right: .75rem;
    top: .5rem;
    font-size: .9rem;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    display: inline-block; }
  .featured-link:nth-child(1):after {
    color: #679f35;
    border-color: #679f35; }
  .featured-link:nth-child(2):after {
    color: #3a3c8e;
    border-color: #3a3c8e; }
  .featured-link:nth-child(3):after {
    color: #52679d;
    border-color: #52679d; }
  .featured-link:nth-child(4):after {
    color: #ce8518;
    border-color: #ce8518; }
  .featured-link:nth-child(1) {
    border-color: #679f35 !important; }
  .featured-link:nth-child(2) {
    border-color: #3a3c8e !important; }
  .featured-link:nth-child(3) {
    border-color: #52679d !important; }
  .featured-link:nth-child(4) {
    border-color: #ce8518 !important; }
  .featured-link:focus, .featured-link:hover {
    text-decoration: none; }
    .featured-link:focus .title, .featured-link:hover .title {
      color: #222;
      text-decoration: underline; }
  .featured-link .featured-link-img {
    position: relative;
    z-index: 2; }
    .featured-link .featured-link-img img {
      width: 100%; }
  .featured-link .featured-link-content {
    padding: .75rem 1.5rem 0 0; }
    .featured-link .featured-link-content .title {
      margin-bottom: .25rem; }
    .featured-link .featured-link-content p {
      font-size: .9rem;
      color: #555;
      line-height: 1.4;
      margin-bottom: 0; }
  .featured-link .featured-section-img + .featured-section-content {
    padding-left: 95px; }
  .featured-link .featured-section-content .title {
    margin-bottom: .25rem; }
    .featured-link .featured-section-content .title a {
      text-decoration: none;
      color: #222; }
  .featured-link .featured-section-content p {
    font-size: .9rem;
    color: #555;
    line-height: 1.4;
    margin-bottom: 0; }

.featured-services {
  padding: 1rem 0 6rem;
  background-color: #f0f0f0; }
  .featured-services .section-intro {
    margin-bottom: 1rem; }

.service-list .service-list-item {
  position: relative;
  text-decoration: none;
  color: #fff;
  transition: 0.5s;
  background-color: #000;
  background-size: auto 100%;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  padding: 3rem 2rem; }
  .service-list .service-list-item:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 1;
    transition: 0.5s; }
  .service-list .service-list-item:nth-child(1):before {
    background-color: #3b7b9b; }
  .service-list .service-list-item:nth-child(2):before {
    background-color: #142d3f; }
  .service-list .service-list-item:nth-child(3):before {
    background-color: #c8113d; }
  @media screen and (min-width: 64em) {
    .service-list .service-list-item:focus, .service-list .service-list-item:hover {
      background-size: auto 105%; }
      .service-list .service-list-item:focus:before, .service-list .service-list-item:hover:before {
        opacity: 0.85; } }
  .service-list .service-list-item p {
    font-size: 1rem; }
  .service-list .service-list-item .inner {
    position: relative; }
  @media print, screen and (min-width: 22.5em) {
    .service-list .service-list-item {
      padding: 5rem 3rem; } }
  @media screen and (min-width: 64em) {
    .service-list .service-list-item {
      width: 33.33333%;
      margin-right: 0;
      margin-left: 0;
      padding: 6rem 3rem; }
      .service-list .service-list-item p {
        font-size: 1.1rem; } }
  @media screen and (min-width: 120em) {
    .service-list .service-list-item {
      width: 33.33333%;
      margin-right: 0;
      margin-left: 0;
      padding: 8rem 4rem; } }

.upcoming-meetings {
  padding: 6rem 0 6rem 0;
  background-color: #f0f0f0; }
  .upcoming-meetings .section-intro {
    margin-bottom: 1rem; }

.meeting-card-list {
  margin: 1rem 0 0 0; }
  .meeting-card-list .meeting-card {
    display: block;
    padding: 1.5rem 1.5rem;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    text-decoration: none;
    margin-bottom: 2rem; }
    .meeting-card-list .meeting-card::before, .meeting-card-list .meeting-card::after {
      display: table;
      content: ' ';
      -webkit-flex-basis: 0;
          -ms-flex-preferred-size: 0;
              flex-basis: 0;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .meeting-card-list .meeting-card::after {
      clear: both; }
    .meeting-card-list .meeting-card .short-date {
      color: #222;
      text-align: center;
      float: left;
      margin-top: 1px; }
      .meeting-card-list .meeting-card .short-date .day {
        font-size: 2rem;
        font-weight: 900;
        line-height: 1;
        display: block;
        color: #ce8518;
        margin-bottom: 3px; }
      .meeting-card-list .meeting-card .short-date .month {
        color: #222;
        text-transform: uppercase;
        font-size: 0.9rem;
        font-weight: 500;
        line-height: 1;
        display: block; }
      .meeting-card-list .meeting-card .short-date + .meeting-content {
        padding-left: 60px; }
    .meeting-card-list .meeting-card .meeting-name {
      margin-top: 0;
      margin-bottom: .25rem;
      color: #000; }
    .meeting-card-list .meeting-card .meeting-date {
      font-size: .95rem;
      color: #555; }
    .meeting-card-list .meeting-card:focus, .meeting-card-list .meeting-card:hover {
      background-color: #f0f0f0; }

.button-list {
  margin: 1rem 0 3rem; }
  .button-list .grid-button {
    font-weight: 700;
    background-color: #eef4f7;
    border: 1px solid #eef4f7;
    font-size: 1.2rem;
    padding: 1rem 6rem 1rem 1.25rem;
    line-height: 1.3;
    position: relative;
    margin-bottom: 1rem;
    text-decoration: none;
    color: #222; }
    .button-list .grid-button:after {
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "Font Awesome 5 Pro";
      font-weight: 500;
      content: "\f061";
      color: #679f35;
      position: absolute;
      right: 1.5rem;
      top: 1.1rem;
      font-size: 1rem;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      display: inline-block; }
    .button-list .grid-button:focus, .button-list .grid-button:hover {
      background-color: #3b7b9b;
      color: #fff; }
      .button-list .grid-button:focus:after, .button-list .grid-button:hover:after {
        color: #fff; }

.button-list-section {
  margin: 4rem 0; }
  .button-list-section .section-intro {
    margin-bottom: 1rem; }

.image-gallery {
  margin: 0; }
  @media screen and (min-width: 64em) {
    .image-gallery {
      margin: 0; } }

.owl-item .media a {
  position: relative;
  display: block; }
  .owl-item .media a:after {
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    position: absolute;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    content: "\f00e";
    font-size: 1rem;
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #fff;
    font-size: 3rem;
    display: none; }
  .owl-item .media a:hover:after, .owl-item .media a:focus:after {
    display: inline-block; }

.owl-carousel .owl-item img {
  width: auto;
  margin: 0 auto; }

.image-gallery {
  margin-bottom: 5rem; }
  .image-gallery .owl-dots {
    position: absolute;
    left: 0;
    top: calc(100% + 0rem);
    width: 100%;
    text-align: center; }
    .image-gallery .owl-dots button.owl-dot {
      width: 15px;
      height: 15px;
      margin: 1rem .5rem;
      background-color: #f0f0f0;
      display: inline-block; }
      .image-gallery .owl-dots button.owl-dot.active {
        background-color: #3b7b9b; }
  .image-gallery .owl-carousel .owl-nav {
    top: 0;
    bottom: 0;
    width: 100%; }
    .image-gallery .owl-carousel .owl-nav button.owl-next,
    .image-gallery .owl-carousel .owl-nav button.owl-prev {
      font-size: 0.95rem;
      width: 36px;
      height: 36px;
      top: 50%;
      margin-top: -18px;
      line-height: 38px;
      text-align: center;
      border-radius: 50%;
      display: inline-block;
      position: absolute; }
      .image-gallery .owl-carousel .owl-nav button.owl-next:focus, .image-gallery .owl-carousel .owl-nav button.owl-next:hover,
      .image-gallery .owl-carousel .owl-nav button.owl-prev:focus,
      .image-gallery .owl-carousel .owl-nav button.owl-prev:hover {
        background-color: #f0f0f0;
        color: #3b7b9b; }
    .image-gallery .owl-carousel .owl-nav button.owl-next {
      right: 10px; }
    .image-gallery .owl-carousel .owl-nav button.owl-prev {
      left: 10px; }
  .image-gallery .owl-carousel:hover button.owl-next,
  .image-gallery .owl-carousel:hover button.owl-prev, .image-gallery .owl-carousel:focus button.owl-next,
  .image-gallery .owl-carousel:focus button.owl-prev {
    background-color: #f0f0f0;
    color: #3b7b9b; }
  .image-gallery .item-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: .5rem;
    background: rgba(0, 0, 0, 0.9); }
  .image-gallery .item-caption {
    text-align: center;
    color: #fff; }
    .image-gallery .item-caption p {
      font-size: 0.95rem;
      line-height: 1.4; }
    .image-gallery .item-caption > *:last-child {
      margin-bottom: 0; }

.quicklinks {
  margin-top: -4.5rem;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2; }
  .quicklinks .quicklink {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    color: #222;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 2rem;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    line-height: 1; }
    .quicklinks .quicklink span {
      vertical-align: middle;
      display: inline-block; }
    .quicklinks .quicklink i {
      font-size: 1.5rem;
      transition: 0.3s;
      vertical-align: middle;
      margin-right: .75rem; }
      @media screen and (min-width: 64em) {
        .quicklinks .quicklink i {
          display: block;
          font-size: 2.5rem;
          margin-right: 0;
          margin-bottom: .75rem; } }
    .quicklinks .quicklink:hover, .quicklinks .quicklink:focus {
      color: #fff;
      background-color: #222;
      border-color: #222; }
      .quicklinks .quicklink:hover i, .quicklinks .quicklink:focus i {
        color: #fff !important; }
    .quicklinks .quicklink:nth-child(1n) i {
      color: #679f35;
      font-weight: 500; }
    .quicklinks .quicklink:nth-child(1n):hover, .quicklinks .quicklink:nth-child(1n):focus {
      background-color: #679f35;
      border-color: #679f35; }
    .quicklinks .quicklink:nth-child(2n) i {
      color: #3a3c8e;
      font-weight: 500; }
    .quicklinks .quicklink:nth-child(2n):hover, .quicklinks .quicklink:nth-child(2n):focus {
      background-color: #3a3c8e;
      border-color: #3a3c8e; }
    .quicklinks .quicklink:nth-child(3n) i {
      color: #52679d;
      font-weight: 500; }
    .quicklinks .quicklink:nth-child(3n):hover, .quicklinks .quicklink:nth-child(3n):focus {
      background-color: #52679d;
      border-color: #52679d; }
    .quicklinks .quicklink:nth-child(4n) i {
      color: #3b7b9b;
      font-weight: 500; }
    .quicklinks .quicklink:nth-child(4n):hover, .quicklinks .quicklink:nth-child(4n):focus {
      background-color: #3b7b9b;
      border-color: #3b7b9b; }
    .quicklinks .quicklink:nth-child(5n) i {
      color: #ce8518;
      font-weight: 500; }
    .quicklinks .quicklink:nth-child(5n):hover, .quicklinks .quicklink:nth-child(5n):focus {
      background-color: #ce8518;
      border-color: #ce8518; }
    @media print, screen and (min-width: 48em) {
      .quicklinks .quicklink {
        margin: 0 -1px; } }
    @media screen and (min-width: 64em) {
      .quicklinks .quicklink {
        margin: 0 -1px; } }

.page-feature {
  position: relative;
  background-color: #000; }
  .page-feature.small {
    height: 200px; }
    @media print, screen and (min-width: 22.5em) {
      .page-feature.small {
        height: 300px; } }
    @media print, screen and (min-width: 48em) {
      .page-feature.small {
        height: 450px; } }
    @media screen and (min-width: 64em) {
      .page-feature.small {
        height: 600px; } }
    @media screen and (min-width: 80em) {
      .page-feature.small {
        height: 65vh;
        min-height: 700px; } }
  .page-feature.large {
    height: 75vh;
    min-height: 500px; }
    @media screen and (min-width: 64em) {
      .page-feature.large {
        height: 50vh;
        min-height: 600px; } }
    @media screen and (min-width: 80em) {
      .page-feature.large {
        height: 90vh;
        min-height: 800px; } }
  .page-feature .page-feature-media {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }
    .page-feature .page-feature-media:after {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.1);
      content: "";
      z-index: 1; }
  .page-feature .page-feature-content {
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 50%;
    -webkit-transform: translateY(-40%);
        -ms-transform: translateY(-40%);
            transform: translateY(-40%); }
    @media screen and (min-width: 80em) {
      .page-feature .page-feature-content {
        -webkit-transform: translateY(-40%);
            -ms-transform: translateY(-40%);
                transform: translateY(-40%); } }
  .page-feature .page-feature-headline {
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.25); }

@media screen and (min-width: 64em) {
  .w-feature .page-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(20, 45, 63, 0.78); }
    .w-feature .page-header .main-header .site-menu > li > a {
      color: #fff; } }

.page-header.open, .page-header:hover {
  background-color: #fff;
  border-color: #f0f0f0; }
  .page-header.open .main-header .site-menu > li > a, .page-header:hover .main-header .site-menu > li > a {
    color: #222; }
    .page-header.open .main-header .site-menu > li > a:focus, .page-header.open .main-header .site-menu > li > a:hover, .page-header:hover .main-header .site-menu > li > a:focus, .page-header:hover .main-header .site-menu > li > a:hover {
      color: #222; }

.page-intro {
  margin: 2rem 0; }
  @media print, screen and (min-width: 48em) {
    .page-intro .title {
      width: 80%;
      padding-right: 0; } }
  @media screen and (min-width: 64em) {
    .page-intro .content {
      width: 80%; } }
  .page-intro .grid-container {
    position: relative; }
  @media print, screen and (min-width: 48em) {
    .page-intro .utility-button {
      margin-top: 0;
      position: absolute;
      top: 0.75rem;
      right: 1.25rem; } }
  @media screen and (min-width: 64em) {
    .page-intro .utility-button {
      right: 2.5rem; } }
  @media screen and (min-width: 90em) {
    .page-intro .utility-button {
      right: 5rem; } }

.pagination {
  margin: 2rem 0; }
  .pagination li {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1; }
    .pagination li.current:hover {
      cursor: auto; }

.breadcrumbs {
  font-weight: 500;
  width: 70%; }
  .breadcrumbs li {
    margin-bottom: 0;
    text-transform: none; }
    @media screen and (max-width: 47.9375em) {
      .breadcrumbs li {
        display: none; }
        .breadcrumbs li:after {
          display: none; }
        .breadcrumbs li:nth-last-child(2) {
          display: block; }
          .breadcrumbs li:nth-last-child(2) a:before {
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            font-family: "Font Awesome 5 Pro";
            font-weight: 300;
            font-size: .75rem;
            vertical-align: middle;
            content: "\f053";
            margin-right: .5rem; }
          .breadcrumbs li:nth-last-child(2) a:hover, .breadcrumbs li:nth-last-child(2) a:focus {
            text-decoration: none; } }
    .breadcrumbs li:first-child a {
      color: #52679d; }
  .breadcrumbs a {
    text-decoration: none; }
    .breadcrumbs a:focus, .breadcrumbs a:hover {
      text-decoration: underline;
      border: none; }

.breadcrumbs li:not(:last-child):after {
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  font-size: .6rem;
  vertical-align: middle; }

.accordion-menu .is-accordion-submenu-parent > a {
  position: relative; }
  .accordion-menu .is-accordion-submenu-parent > a:after {
    top: 0.4rem;
    right: 1rem;
    position: absolute;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    content: "\f078";
    font-size: 1rem;
    width: 35px;
    height: 35px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    color: #3b7b9b; }
  .accordion-menu .is-accordion-submenu-parent > a:focus:after, .accordion-menu .is-accordion-submenu-parent > a:hover:after {
    background-color: #f0f0f0; }

.is-accordion-submenu-item {
  margin-bottom: 0; }

.is-accordion-submenu {
  background-color: #eef4f7; }

.accordion-menu .is-accordion-submenu-parent {
  margin-bottom: 0; }
  .accordion-menu .is-accordion-submenu-parent[aria-expanded="true"] > a {
    background-color: #3a3c8e;
    color: #fff !important; }
    .accordion-menu .is-accordion-submenu-parent[aria-expanded="true"] > a:after {
      content: "\f077";
      background-color: #3b7b9b;
      color: #fff; }

.accordion-menu .is-accordion-submenu {
  margin-bottom: 0; }

.accordion-menu .is-accordion-submenu a {
  font-size: 1rem;
  padding-left: 0; }
  .accordion-menu .is-accordion-submenu a:focus, .accordion-menu .is-accordion-submenu a:hover {
    background-color: transparent;
    text-decoration: underline; }

.accordion-menu .nested.is-accordion-submenu {
  margin-bottom: 1rem;
  margin-left: 0.75rem; }

.nav-sidebar {
  margin-bottom: 2rem; }
  @media screen and (max-width: 63.9375em) {
    .nav-sidebar {
      position: absolute;
      top: 0;
      z-index: 2;
      left: 1.25rem;
      right: 1.25rem; } }
  .nav-sidebar.expanded .page-menu-toggle a {
    background-color: #3a3c8e;
    color: #fff; }
    .nav-sidebar.expanded .page-menu-toggle a:after {
      color: #fff;
      background-color: #3b7b9b; }
  .nav-sidebar.expanded #page-menu {
    display: block; }

.page-menu-toggle a {
  background-color: #f0f0f0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  color: #222;
  text-decoration: none;
  padding: 0.75rem 2.5rem 0.75rem 1.5rem;
  display: block;
  position: relative;
  font-weight: 700;
  font-size: .9rem;
  text-transform: uppercase; }
  .page-menu-toggle a:after {
    top: .3rem;
    right: 1rem;
    position: absolute;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    content: "\f078";
    font-size: 1rem;
    width: 35px;
    height: 35px;
    line-height: 38px;
    text-align: center;
    border-radius: 50%;
    color: #3b7b9b; }

@media screen and (min-width: 64em) {
  .page-menu-toggle {
    display: none; } }

#page-menu {
  display: none;
  background: #eef4f7;
  border: 1px solid #f0f0f0;
  padding: 1.5rem 1.5rem;
  position: relative;
  margin-bottom: 3rem; }
  @media screen and (min-width: 64em) {
    #page-menu {
      display: block; } }
  #page-menu:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    content: "";
    opacity: 0.5;
    z-index: 1; }
  #page-menu ul {
    position: relative;
    z-index: 2; }
    #page-menu ul li {
      margin-bottom: 0; }
  #page-menu a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: none;
    font-size: 1rem;
    padding-left: .75rem; }
    #page-menu a:focus, #page-menu a:hover {
      background-color: transparent;
      text-decoration: underline; }
  #page-menu .page-ancestor > a {
    font-weight: 700;
    font-size: 1.3rem;
    border-bottom: 1px solid #f0f0f0;
    color: #222;
    padding: 0; }
  #page-menu .current-page > a {
    font-weight: 700;
    color: #222; }
  #page-menu .children {
    list-style: none;
    margin-left: 0;
    margin-top: 1rem; }
  #page-menu .has-children .nested {
    display: none;
    margin-bottom: 0.5rem; }
    #page-menu .has-children .nested a {
      font-size: .9rem;
      padding-top: 0.5rem;
      padding-bottom: 0.5rem; }
  #page-menu .has-children > a {
    position: relative; }
    #page-menu .has-children > a:before {
      position: absolute;
      top: 12px;
      left: -5px;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "Font Awesome 5 Pro";
      font-weight: 700;
      color: #c8113d;
      font-size: .5rem; }
  #page-menu .has-children.current-page .nested {
    display: block; }
  #page-menu .has-children.current-page > a {
    border-bottom: none; }
    #page-menu .has-children.current-page > a:focus, #page-menu .has-children.current-page > a:hover {
      text-decoration: none;
      cursor: default; }
    #page-menu .has-children.current-page > a:before {
      content: "\f219"; }

.is-dropdown-submenu {
  padding: .75rem 0 1rem 0; }

.dropdown > .is-dropdown-submenu-parent > a:after {
  margin-left: .5rem;
  position: static; }

.dropdown .is-dropdown-submenu a {
  border-bottom: none;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
  color: #222;
  line-height: 1.2; }
  .dropdown .is-dropdown-submenu a:hover, .dropdown .is-dropdown-submenu a:focus {
    text-decoration: underline;
    background-color: transparent; }

.dropdown > .is-dropdown-submenu-parent > a {
  position: relative; }
  .dropdown > .is-dropdown-submenu-parent > a:after {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 500;
    content: "\f061";
    color: #679f35;
    position: absolute;
    right: 16px;
    bottom: -9px;
    font-size: .9rem;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    display: inline-block;
    display: none; }

.filter-toggle {
  position: relative;
  font-weight: 700;
  font-size: .9rem;
  text-transform: uppercase;
  display: none; }
  @media screen and (max-width: 63.9375em) {
    .filter-toggle {
      display: block;
      background-color: #f0f0f0;
      padding: 0.75rem 2rem 0.75rem 1rem; }
      .filter-toggle:after {
        top: .3rem;
        right: 1rem;
        position: absolute;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        font-family: "Font Awesome 5 Pro";
        content: "\f078";
        font-size: 1rem;
        width: 35px;
        height: 35px;
        line-height: 38px;
        text-align: center;
        border-radius: 50%;
        color: #3b7b9b; } }

@media screen and (max-width: 63.9375em) {
  .filter-content {
    padding: 1rem;
    background: #eef4f7;
    display: none; } }

.filters {
  margin: 2rem 0; }
  .filters.expanded .filter-toggle {
    background-color: #3a3c8e;
    color: #fff; }
    .filters.expanded .filter-toggle:after {
      content: "\f077";
      background-color: #3b7b9b;
      color: #fff; }
  .filters.expanded .filter-content {
    display: block; }

.page-header {
  z-index: 100;
  position: relative;
  transition: 0.3s; }
  .page-header::before, .page-header::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .page-header::after {
    clear: both; }
  .page-header:focus, .page-header:hover {
    background-color: #fff;
    border-color: #f0f0f0; }
  .page-header .page-header-lockup {
    float: left; }
    .page-header .page-header-lockup::before, .page-header .page-header-lockup::after {
      display: table;
      content: ' ';
      -webkit-flex-basis: 0;
          -ms-flex-preferred-size: 0;
              flex-basis: 0;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .page-header .page-header-lockup::after {
      clear: both; }
    .page-header .page-header-lockup .page-header-lockup-icon {
      width: 30px;
      display: inline-block;
      margin-right: 0.25rem; }
      @media screen and (min-width: 64em) {
        .page-header .page-header-lockup .page-header-lockup-icon {
          display: none; } }
    .page-header .page-header-lockup .page-header-lockup-name {
      display: inline-block;
      vertical-align: middle; }
    .page-header .page-header-lockup a {
      color: #fff;
      text-decoration: none;
      text-transform: uppercase;
      display: block;
      font-size: 1.25rem;
      font-weight: 900;
      line-height: 1;
      letter-spacing: 0.05rem; }
      @media screen and (min-width: 64em) {
        .page-header .page-header-lockup a {
          font-size: 1.5rem; } }
      .page-header .page-header-lockup a:focus, .page-header .page-header-lockup a:hover {
        background-color: transparent; }
  .page-header .page-header-collapse {
    background-color: #3b7b9b;
    padding: 0.75rem 0; }
    .page-header .page-header-collapse::before, .page-header .page-header-collapse::after {
      display: table;
      content: ' ';
      -webkit-flex-basis: 0;
          -ms-flex-preferred-size: 0;
              flex-basis: 0;
      -webkit-order: 1;
          -ms-flex-order: 1;
              order: 1; }
    .page-header .page-header-collapse::after {
      clear: both; }
    @media screen and (min-width: 64em) {
      .page-header .page-header-collapse {
        padding: 0.75rem 0; } }
  .page-header .main-menu-toggle {
    float: right;
    margin-left: 1rem;
    margin-top: 4px; }
    .page-header .main-menu-toggle a {
      color: #fff;
      text-decoration: none;
      font-size: 1.4rem;
      line-height: 1; }
      .page-header .main-menu-toggle a i {
        font-weight: 500; }
  .page-header .search-toggle {
    float: right;
    margin-left: 1.25rem;
    margin-top: 4px; }
    .page-header .search-toggle a {
      color: #fff;
      text-decoration: none;
      font-size: 1.2rem;
      line-height: 1; }
      .page-header .search-toggle a i {
        font-weight: 500; }
  .page-header .main-header::before, .page-header .main-header::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .page-header .main-header::after {
    clear: both; }
  @media screen and (max-width: 63.9375em) {
    .page-header .main-header {
      float: none;
      padding: 1rem 0; } }
  .page-header .main-header .page-header-icon {
    display: none;
    position: relative;
    z-index: 2; }
    .page-header .main-header .page-header-icon a {
      display: block;
      text-decoration: none; }
    @media screen and (min-width: 64em) {
      .page-header .main-header .page-header-icon {
        display: block;
        float: left;
        width: 90px;
        margin-top: 10px;
        margin-bottom: 10px; } }
  @media screen and (min-width: 80em) {
    .page-header .main-header .site-menu-wrap {
      padding-left: 200px; } }
  .page-header .main-header .site-menu {
    position: static;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    justify-content: flex-start; }
    @media screen and (min-width: 64em) {
      .page-header .main-header .site-menu {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; } }
    .page-header .main-header .site-menu > li {
      margin-bottom: 0; }
      .page-header .main-header .site-menu > li > a {
        font-family: "Roboto", Helvetica, Arial, sans-serif;
        font-weight: 700;
        font-size: 1rem;
        line-height: 1.4;
        padding: 0.75rem 0;
        color: #222;
        border-bottom: 4px solid transparent; }
        .page-header .main-header .site-menu > li > a br {
          display: none; }
        @media screen and (min-width: 64em) {
          .page-header .main-header .site-menu > li > a {
            padding: 2.25rem 1.75rem 2rem 1.5rem;
            margin-left: .5rem; }
            .page-header .main-header .site-menu > li > a br {
              display: block; }
            .page-header .main-header .site-menu > li > a:focus, .page-header .main-header .site-menu > li > a:hover {
              background-color: transparent;
              border-bottom: 4px solid #679f35; } }
        @media screen and (min-width: 80em) {
          .page-header .main-header .site-menu > li > a {
            padding: 2.25rem 1.75rem 2rem 1.5rem;
            margin-left: 1rem;
            font-size: 1.1rem; } }
        @media screen and (min-width: 90em) {
          .page-header .main-header .site-menu > li > a {
            padding: 1.9rem 0.5rem 1.75rem;
            margin-left: 2.75rem;
            font-size: 1.2rem; } }
    @media screen and (max-width: 63.9375em) {
      .page-header .main-header .site-menu > li {
        border-top: 1px solid #f0f0f0;
        margin-bottom: -1px; }
        .page-header .main-header .site-menu > li > a {
          padding-left: 1rem; } }

.utilities {
  float: right;
  margin-top: 0.5rem; }
  @media screen and (min-width: 64em) {
    .utilities .menu {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .utilities .menu li {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .utilities .menu li .submenu li {
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start; }
      .utilities .menu.vertical li {
        display: block;
        text-align: right; }
        .utilities .menu.vertical li .submenu li {
          text-align: right; } }
  .utilities .menu li {
    margin: 0; }
    .utilities .menu li:after {
      color: rgba(0, 0, 0, 0.25);
      content: "|";
      line-height: 1;
      margin-top: -2px; }
    .utilities .menu li:last-child:after {
      display: none; }
  .utilities .menu a {
    font-size: 0.9rem;
    padding: 0 0.6rem;
    color: #fff;
    font-weight: 500; }
    .utilities .menu a:focus, .utilities .menu a:hover {
      text-decoration: underline; }

.utilities-alt {
  margin-top: 1rem; }
  .utilities-alt .menu li {
    width: 100%;
    text-align: center;
    margin: 0; }
  .utilities-alt .menu a {
    background-color: #eef4f7;
    margin-bottom: .5rem;
    font-size: 0.9rem;
    color: #000;
    text-transform: uppercase;
    font-weight: 700;
    padding: 1rem 1.5rem; }
    .utilities-alt .menu a:focus, .utilities-alt .menu a:hover {
      text-decoration: underline; }

.page-utilities {
  margin: 2rem 0; }
  @media screen and (min-width: 64em) {
    .page-utilities {
      margin: 2rem 0; } }
  @media screen and (min-width: 120em) {
    .page-utilities {
      margin: 2.5rem 0; } }
  .page-utilities .grid-container {
    position: relative; }
  .page-utilities .utility-button {
    position: absolute;
    top: -.75rem;
    right: 1.25rem; }
    @media screen and (min-width: 64em) {
      .page-utilities .utility-button {
        right: 2.5rem; } }
    @media screen and (min-width: 90em) {
      .page-utilities .utility-button {
        right: 5rem; } }

.utility-button {
  border-radius: 2rem;
  display: inline-block;
  padding: .45rem .5rem;
  background-color: #f0f0f0; }
  .utility-button a {
    font-weight: 700;
    color: #222;
    font-size: .9rem;
    text-decoration: none;
    padding: .1rem .5rem;
    vertical-align: middle; }
    .utility-button a:hover, .utility-button a:focus {
      text-decoration: underline; }
    @media screen and (max-width: 63.9375em) {
      .utility-button a span {
        display: none; } }
  .utility-button .share i {
    color: #52679d;
    font-size: 1rem;
    margin-left: .35rem;
    vertical-align: middle; }
  .utility-button .print {
    border-left: 1px solid #d5d5d5; }
    .utility-button .print i {
      color: #ce8518;
      font-size: 1rem;
      margin-left: .35rem;
      vertical-align: middle; }

.is-dropdown-submenu-parent.mega-menu {
  position: static; }

.mega-menu .is-dropdown-submenu {
  left: 0 !important;
  right: 0 !important;
  top: auto !important;
  position: absolute !important;
  background-color: #fff;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.025);
  border-top: 1px solid #f0f0f0; }
  .mega-menu .is-dropdown-submenu .inner {
    max-width: 90rem;
    margin: 0 auto;
    padding: 2rem 1.25rem 0; }
    @media screen and (min-width: 64em) {
      .mega-menu .is-dropdown-submenu .inner {
        padding-left: 2.5rem;
        padding-right: 2.5rem; } }
    @media screen and (min-width: 90em) {
      .mega-menu .is-dropdown-submenu .inner {
        padding-left: 5rem;
        padding-right: 5rem; } }

.mega-menu .inner {
  padding: 1rem; }

.mega-overview {
  padding-right: 3rem; }
  .mega-overview .button {
    padding: 1rem 1.5rem !important;
    display: inline-block !important;
    width: auto !important;
    color: #fff !important;
    font-size: 0.9rem !important;
    font-weight: 700 !important;
    margin-top: 1rem; }
    .mega-overview .button:focus, .mega-overview .button:hover {
      background-color: #2d5e76 !important;
      text-decoration: none !important; }
  .mega-overview .description p {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 1.4;
    margin-bottom: 0; }
  @media screen and (max-width: 63.9375em) {
    .mega-overview .description {
      display: none; } }
  .mega-overview .btn-text {
    display: inline-block;
    font-size: 1rem !important;
    padding: 4px 30px 4px 10px !important;
    margin-left: -10px; }
    .mega-overview .btn-text:after {
      right: 10px;
      top: 6px; }
    .mega-overview .btn-text:focus, .mega-overview .btn-text:hover {
      text-decoration: none !important; }

.mega-link-list > ul > li {
  margin-bottom: 0.5rem; }
  .mega-link-list > ul > li > a {
    font-weight: 700;
    color: #222;
    padding: 0; }

.direct-link-list {
  margin-top: 4rem; }
  @media screen and (max-width: 63.9375em) {
    .direct-link-list {
      margin-top: 2rem; } }
  .direct-link-list .direct-link {
    display: block;
    padding: 1rem 1rem 1.15rem 1rem !important;
    margin-bottom: 1rem;
    text-decoration: none;
    border-top: 4px solid #f0f0f0 !important;
    background-color: #fff;
    text-transform: uppercase;
    position: relative;
    transition: 0.3s;
    color: #222; }
    .direct-link-list .direct-link:after {
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "Font Awesome 5 Pro";
      font-weight: 500;
      content: "\f061";
      color: #679f35;
      position: absolute;
      right: 1rem;
      top: 1rem;
      font-size: 0.9rem;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      display: inline-block; }
    .direct-link-list .direct-link:nth-child(1):after {
      color: #679f35;
      border-color: #679f35; }
    .direct-link-list .direct-link:nth-child(2):after {
      color: #3a3c8e;
      border-color: #3a3c8e; }
    .direct-link-list .direct-link:nth-child(3):after {
      color: #52679d;
      border-color: #52679d; }
    .direct-link-list .direct-link:nth-child(1) {
      border-color: #679f35 !important; }
    .direct-link-list .direct-link:nth-child(2) {
      border-color: #3a3c8e !important; }
    .direct-link-list .direct-link:nth-child(3) {
      border-color: #52679d !important; }
    .direct-link-list .direct-link:focus, .direct-link-list .direct-link:hover {
      text-decoration: none;
      background-color: #222;
      color: #fff; }
      .direct-link-list .direct-link:focus:after, .direct-link-list .direct-link:hover:after {
        color: #fff; }
      .direct-link-list .direct-link:focus:nth-child(1), .direct-link-list .direct-link:hover:nth-child(1) {
        background-color: #679f35; }
      .direct-link-list .direct-link:focus:nth-child(2), .direct-link-list .direct-link:hover:nth-child(2) {
        background-color: #3a3c8e; }
      .direct-link-list .direct-link:focus:nth-child(3), .direct-link-list .direct-link:hover:nth-child(3) {
        background-color: #52679d; }
    .direct-link-list .direct-link .direct-link-text {
      display: inline-block;
      vertical-align: middle;
      font-size: 1rem;
      font-weight: 700; }
    .direct-link-list .direct-link .direct-link-img {
      width: 75px;
      display: inline-block;
      margin-right: 15px; }

.global-search {
  padding-top: 70px; }

.search-form {
  margin-bottom: 2rem; }
  .search-form .input-group {
    position: relative; }
  .search-form input[type="search"] {
    font-size: 1rem;
    padding: 0.5rem 0.755rem;
    font-style: italic;
    font-weight: normal; }
  .search-form a {
    font-size: 1.25rem;
    position: absolute;
    top: .5rem;
    right: 1rem; }
  @media screen and (min-width: 64em) {
    .search-form input[type="search"] {
      font-size: 1.5rem;
      padding: 0.5rem 1.25rem; }
    .search-form a {
      font-size: 2rem;
      top: .5rem;
      right: 1rem; } }

.no-search .search-toggle {
  display: none; }

.page-footer {
  background-color: #0f2230; }

.footer-cta {
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
  padding: 3rem 0; }
  @media screen and (min-width: 64em) {
    .footer-cta {
      padding: 4rem 0; } }
  .footer-cta .footer-cta-intro {
    margin-bottom: 1rem; }
    .footer-cta .footer-cta-intro > *:first-child {
      margin-top: 0; }
    .footer-cta .footer-cta-intro > *:last-child {
      margin-bottom: 0; }
    .footer-cta .footer-cta-intro .title {
      text-transform: uppercase; }
    .footer-cta .footer-cta-intro .lead {
      font-size: 1.2rem; }
    @media print, screen and (min-width: 48em) {
      .footer-cta .footer-cta-intro {
        text-align: center; } }
    @media screen and (min-width: 64em) {
      .footer-cta .footer-cta-intro {
        text-align: left;
        margin-bottom: 0; } }
  .footer-cta .footer-cta-item {
    text-decoration: none;
    background-color: #eef4f7;
    margin-bottom: 5px;
    padding: .5rem 1.25rem; }
    .footer-cta .footer-cta-item:focus, .footer-cta .footer-cta-item:hover {
      text-decoration: underline; }
    .footer-cta .footer-cta-item:nth-child(1) .footer-cta-item-icon {
      color: #679f35; }
    .footer-cta .footer-cta-item:nth-child(2) .footer-cta-item-icon {
      color: #3a3c8e; }
    .footer-cta .footer-cta-item:nth-child(3) .footer-cta-item-icon {
      color: #52679d; }
    .footer-cta .footer-cta-item .footer-cta-item-icon {
      display: inline-block;
      vertical-align: middle;
      font-size: 1.5rem; }
    .footer-cta .footer-cta-item .footer-cta-item-text {
      display: inline-block;
      vertical-align: middle;
      text-transform: uppercase;
      font-weight: 700;
      color: #222;
      margin-left: .75rem; }
  @media print, screen and (min-width: 48em) {
    .footer-cta .footer-cta-item {
      text-align: center;
      padding: 0;
      margin: 0;
      background-color: transparent; }
      .footer-cta .footer-cta-item .footer-cta-item-icon {
        float: none;
        width: auto;
        font-size: 2.5rem;
        display: block; }
      .footer-cta .footer-cta-item .footer-cta-item-text {
        display: block; } }

.main-footer .inner {
  padding: 3rem 0;
  position: relative;
  overflow: hidden;
  text-align: center; }
  .main-footer .inner:before {
    position: absolute;
    left: -100px;
    top: -200px;
    width: 600px;
    height: 600px;
    background-color: #0d1c28;
    content: "";
    -webkit-transform: rotate(65deg);
        -ms-transform: rotate(65deg);
            transform: rotate(65deg); }
  .main-footer .inner .grid-container {
    position: relative; }
  @media screen and (min-width: 64em) {
    .main-footer .inner {
      padding: 5rem 0 7rem;
      text-align: left; } }

.menu-footer {
  margin-bottom: .75rem; }
  .menu-footer ul {
    list-style: none;
    margin: 0; }
  .menu-footer li {
    font-size: 1rem;
    display: inline-block;
    margin-bottom: 0.5rem;
    margin-right: 1rem;
    font-weight: 700; }
    @media screen and (min-width: 64em) {
      .menu-footer li {
        font-size: 1.2rem; } }
    .menu-footer li a {
      text-decoration: none; }
      .menu-footer li a:focus, .menu-footer li a:hover {
        text-decoration: underline; }

.signups {
  text-align: center;
  margin-bottom: 2rem; }
  @media screen and (min-width: 64em) {
    .signups {
      position: absolute;
      top: 0;
      right: 5rem; } }
  .signups .signup-alerts a {
    color: #eef4f7; }
  .signups .signup-alerts i {
    color: #c8113d;
    margin-right: 0.25rem; }

.secondary-menu-footer {
  margin-bottom: .75rem; }
  .secondary-menu-footer ul {
    list-style: none;
    margin: 0; }
  .secondary-menu-footer li {
    display: inline-block;
    margin-bottom: 0.5rem; }
    .secondary-menu-footer li a {
      color: #eef4f7;
      font-size: 0.9rem;
      text-decoration: underline;
      padding: 0;
      margin-right: .75rem; }
      .secondary-menu-footer li a:focus, .secondary-menu-footer li a:hover {
        text-decoration: none; }

.copyright {
  color: #eef4f7;
  font-size: 0.9rem; }

.city-card {
  text-align: center;
  font-size: 1.1rem;
  margin-bottom: 2rem; }
  @media print, screen and (min-width: 48em) {
    .city-card {
      margin-bottom: 1rem; } }
  .city-card .city-name {
    display: inline-block;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
    vertical-align: middle; }
    @media print, screen and (min-width: 48em) {
      .city-card .city-name {
        margin-right: 1rem; } }
  .city-card .city-address {
    color: #fff;
    font-weight: 700; }
  .city-card .social-menu {
    margin-top: .5rem;
    display: block; }
  @media print, screen and (min-width: 48em) {
    .city-card .social-menu {
      margin-top: 0;
      margin-left: .5rem;
      vertical-align: middle;
      display: inline-block; }
    .city-card .city-address {
      display: inline-block;
      vertical-align: middle;
      margin-right: 1rem; } }
  @media screen and (min-width: 64em) {
    .city-card {
      text-align: left; } }

.social-menu {
  display: inline-block;
  vertical-align: middle; }
  .social-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 1; }
  .social-menu li {
    display: inline-block;
    font-size: 1.7rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    margin-bottom: 0; }
  .social-menu a {
    width: 35px;
    height: 35px;
    background-color: black;
    text-align: center;
    line-height: 37px;
    border-radius: 50%;
    color: #fff;
    font-size: 1.3rem;
    display: block; }
    .social-menu a.facebook {
      background-color: #3b5998; }
    .social-menu a.twitter {
      background-color: #2085dd; }
    .social-menu a.instagram {
      background-color: #f56040; }
    .social-menu a.nextdoor {
      background-color: #00b246; }

.adopted-plan-results .adopted-plan-name {
  font-size: 1.2rem;
  font-weight: 700;
  min-width: 250px; }

.adopted-plan-results .adopted-plan-date {
  min-width: 150px; }
  .adopted-plan-results .adopted-plan-date:before {
    content: "Adopted:"; }

.adopted-plan-results .adopted-plan-summary {
  min-width: 300px; }

.plan-files {
  margin-top: 3rem; }
  .plan-files > *:first-child {
    margin-top: 0; }
  .plan-files > *:last-child {
    margin-botto: 0; }

.adopted-plans-section {
  margin: 4rem 0; }
  .adopted-plans-section .section-intro {
    margin-bottom: 1rem; }

.news-article .article-img {
  margin: 2rem 0; }
  .news-article .article-img img {
    width: 100%; }

.event-time-period {
  margin-bottom: 4rem; }
  .event-time-period .event-period-measurement {
    background-color: #3b7b9b;
    color: #fff;
    padding: 0.5rem 1.25rem;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 1.4rem; }
  .event-time-period .event-time-period-results .accordion {
    margin-top: 0; }

.featured-event-list .featured-event-item {
  margin-bottom: 2rem;
  border: 1px solid #f0f0f0;
  background-color: #fff;
  position: relative; }
  .featured-event-list .featured-event-item::before, .featured-event-list .featured-event-item::after {
    display: table;
    content: ' ';
    -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
            flex-basis: 0;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .featured-event-list .featured-event-item::after {
    clear: both; }
  .featured-event-list .featured-event-item .short-date {
    color: #222;
    text-align: center;
    float: left;
    width: 65px;
    height: 65px;
    position: absolute;
    left: 1rem;
    top: -1px;
    background-color: #fff; }
    .featured-event-list .featured-event-item .short-date .day {
      font-size: 2rem;
      font-weight: 900;
      line-height: 1;
      display: block;
      color: #ce8518;
      margin-bottom: 3px;
      margin-top: 7px; }
    .featured-event-list .featured-event-item .short-date .month {
      color: #222;
      text-transform: uppercase;
      font-size: 0.9rem;
      font-weight: 500;
      line-height: 1;
      display: block; }
    .featured-event-list .featured-event-item .short-date + .event-item-content {
      padding-left: 75px; }
  @media print, screen and (min-width: 48em) {
    .featured-event-list .featured-event-item .featured-event-media {
      float: left;
      padding-right: 1.5rem;
      width: 45%; } }
  .featured-event-list .featured-event-item .featured-event-media img {
    width: 100%; }
  .featured-event-list .featured-event-item .featured-event-content {
    padding: 2rem 1.5rem; }
    @media print, screen and (min-width: 48em) {
      .featured-event-list .featured-event-item .featured-event-content {
        padding-left: 45%; } }
    .featured-event-list .featured-event-item .featured-event-content .title {
      margin-top: 5px;
      font-size: 1.75rem; }
      .featured-event-list .featured-event-item .featured-event-content .title a {
        color: #222;
        text-decoration: none; }
        .featured-event-list .featured-event-item .featured-event-content .title a:focus, .featured-event-list .featured-event-item .featured-event-content .title a:hover {
          text-decoration: underline; }
    .featured-event-list .featured-event-item .featured-event-content .event-date {
      font-size: 0.95rem;
      color: #555;
      font-weight: 500; }

.filter-group {
  margin-bottom: 2rem; }
  .filter-group .filter-group-name {
    font-size: 1.4rem;
    font-weight: 900;
    margin-bottom: 0.5rem;
    text-transform: uppercase; }

.event-post .documents {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.park-results .park-name {
  font-size: 1.2rem;
  font-weight: 700;
  min-width: 200px; }

.park-results .park-location {
  min-width: 200px;
  font-weight: 600; }

.park-features, .park-facilities {
  margin: 2rem 0; }

.facility-results .facility-name {
  font-size: 1.2rem;
  font-weight: 700;
  min-width: 300px; }

.facility-results .facility-location {
  min-width: 175px; }

.facility-results .facility-phone {
  min-width: 175px; }

.zoning-project-results .zoning-project-location {
  font-size: 1.2rem;
  font-weight: 700;
  min-width: 275px; }

.zoning-project-results .zoning-project-date {
  min-width: 175px; }
  .zoning-project-results .zoning-project-date:before {
    content: "Last Updated:"; }

.zoning-project-permits .project-permit-type {
  min-width: 200px;
  width: 20%; }

.zoning-project-permits .project-permit-number {
  min-width: 200px;
  width: 20%; }

.zoning-project-permits .project-date {
  min-width: 200px;
  width: 20%; }

.zoning-project-permits .project-status {
  min-width: 200px;
  width: 20%; }
  .zoning-project-permits .project-status span {
    display: inline-block;
    position: relative;
    padding-left: 1rem; }
    .zoning-project-permits .project-status span:before {
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      font-family: "Font Awesome 5 Pro";
      position: absolute;
      top: .35rem;
      left: 0rem;
      font-size: .5rem;
      content: "\f111";
      color: #3b7b9b;
      line-height: 1;
      font-weight: 700;
      vertical-align: middle;
      display: inline-block; }
    .zoning-project-permits .project-status span.filed:before {
      color: #679f35; }
    .zoning-project-permits .project-status span.design:before {
      color: #ce8518; }

.due-date {
  margin-right: 0.5rem; }

.btn-due-date {
  border-bottom: none;
  font-size: 0.65rem;
  text-transform: uppercase;
  background-color: #e3e3e3;
  padding: 0.25rem 0.75rem;
  vertical-align: middle;
  display: inline-block; }
  .btn-due-date:focus, .btn-due-date:hover {
    background-color: #3b7b9b;
    color: #fff; }

.contracting-opportunity-results td:before {
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 0.5rem; }
  @media print, screen and (min-width: 48em) {
    .contracting-opportunity-results td:before {
      display: none; } }

.contracting-opportunity-results .co-name {
  font-size: 1.1rem;
  font-weight: 700;
  min-width: 300px; }

.contracting-opportunity-results .co-spec-number {
  min-width: 150px; }
  .contracting-opportunity-results .co-spec-number:before {
    content: "Spec #:"; }

.contracting-opportunity-results .co-type {
  min-width: 150px; }
  .contracting-opportunity-results .co-type:before {
    content: "Type:"; }

.contracting-opportunity-results .co-date {
  min-width: 150px; }
  .contracting-opportunity-results .co-date:before {
    content: "Posted On:"; }

.contracting-opportunity-results .co-post-date {
  min-width: 150px; }
  .contracting-opportunity-results .co-post-date:before {
    content: "Posted:"; }

.contracting-opportunity-results .co-due-date {
  min-width: 120px; }
  .contracting-opportunity-results .co-due-date:before {
    content: "Due:"; }

.project-status span {
  line-height: 1.3;
  display: inline-block;
  position: relative;
  padding-left: 0.9rem; }
  .project-status span:before {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 0.4rem;
    left: 0;
    font-size: 0.5rem;
    content: "\f111";
    color: #3b7b9b;
    line-height: 1;
    font-weight: 700;
    vertical-align: middle;
    display: inline-block; }
  .project-status span.planning:before {
    color: #142d3f; }
  .project-status span.design:before {
    color: #52679d; }
  .project-status span.construction:before {
    color: #ce8518; }
  .project-status span.completed:before {
    color: #3b7b9b; }

.capital-project-results .project-name {
  font-size: 1.2rem;
  font-weight: 700;
  min-width: 300px; }

.capital-project-results .project-type {
  min-width: 150px; }
  .capital-project-results .project-type:before {
    content: "Type:"; }

.capital-project-results .project-status {
  min-width: 200px; }
  .capital-project-results .project-status:before {
    content: "Status:"; }

.project-funding {
  margin-bottom: 3rem; }

.divisions-list {
  margin-top: 1.5rem; }

.committee-assignments {
  margin-top: 2rem; }

.council-meeting-measurement {
  margin-top: 0; }

.council-meeting-time-span {
  margin-bottom: 4rem; }

.council-meeting-results .council-meeting-name {
  font-size: 1.2rem;
  font-weight: 700;
  min-width: 250px; }

.council-meeting-results .council-meeting-date {
  min-width: 200px; }

.council-meeting-details table {
  margin-top: 0; }

.council-meeting-details .council-meeting-agenda {
  min-width: 140px; }
  .council-meeting-details .council-meeting-agenda:before {
    content: "Agenda:"; }

.council-meeting-details .council-meeting-minutes {
  min-width: 140px; }
  .council-meeting-details .council-meeting-minutes:before {
    content: "Minutes:"; }

.council-meeting-details .council-meeting-annotated {
  min-width: 140px; }
  .council-meeting-details .council-meeting-annotated:before {
    content: "Annotated Agenda:"; }

.council-meeting-details .council-meeting-video {
  min-width: 140px; }
  .council-meeting-details .council-meeting-video:before {
    content: "Video:"; }

.council-meeting-details .council-meeting-audio {
  min-width: 140px; }
  .council-meeting-details .council-meeting-audio:before {
    content: "Download:"; }

.home .page-content {
  margin-bottom: 0; }

.traffic-advisory-results .traffic-advisory-location .traffic-advisory-location-item {
  display: block;
  font-weight: 700;
  margin-top: .5rem;
  margin-bottom: .5rem;
  position: relative;
  padding-left: 1.25rem;
  min-width: 350px; }
  .traffic-advisory-results .traffic-advisory-location .traffic-advisory-location-item:before {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 0.1rem;
    left: 0;
    font-size: 1rem;
    content: "\f3c5";
    color: #3b7b9b;
    line-height: 1;
    font-weight: 700; }

.traffic-advisory-results tr:nth-of-type(10n+1) .traffic-advisory-location .traffic-advisory-location-item:before {
  color: #3a3c8e; }

.traffic-advisory-results tr:nth-of-type(10n+2) .traffic-advisory-location .traffic-advisory-location-item:before {
  color: #52679d; }

.traffic-advisory-results tr:nth-of-type(10n+3) .traffic-advisory-location .traffic-advisory-location-item:before {
  color: #3b7b9b; }

.traffic-advisory-results tr:nth-of-type(10n+4) .traffic-advisory-location .traffic-advisory-location-item:before {
  color: #142d3f; }

.traffic-advisory-results tr:nth-of-type(10n+5) .traffic-advisory-location .traffic-advisory-location-item:before {
  color: #ce8518; }

.traffic-advisory-results tr:nth-of-type(10n+6) .traffic-advisory-location .traffic-advisory-location-item:before {
  color: #7d7fca; }

.traffic-advisory-results tr:nth-of-type(10n+7) .traffic-advisory-location .traffic-advisory-location-item:before {
  color: #a1adce; }

.traffic-advisory-results tr:nth-of-type(10n+8) .traffic-advisory-location .traffic-advisory-location-item:before {
  color: #85b7d1; }

.traffic-advisory-results tr:nth-of-type(10n+9) .traffic-advisory-location .traffic-advisory-location-item:before {
  color: #3372a0; }

.traffic-advisory-results tr:nth-of-type(10n+10) .traffic-advisory-location .traffic-advisory-location-item:before {
  color: #efbf76; }

.traffic-advisory-results .traffic-advisory-dates {
  min-width: 200px; }

.traffic-advisory-results .traffic-advisory-notice {
  min-width: 200px; }
  .traffic-advisory-results .traffic-advisory-notice *:last-child {
    margin-bottom: 0; }

.related-traffic-advisories .related-traffic-advisory {
  background-color: #eef4f7;
  position: relative;
  padding: 1.25rem 3.5rem;
  margin-top: 1.5rem; }
  .related-traffic-advisories .related-traffic-advisory:before {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: 1.6rem;
    left: 1.5rem;
    font-size: 1rem;
    content: "\f071";
    color: #3a3c8e;
    line-height: 1;
    font-weight: 700; }

.district-locator {
  background: #f0f0f0;
  padding: 2rem 1.75rem; }
  .district-locator .input-group {
    position: relative;
    margin: 1rem 0; }
    .district-locator .input-group input {
      margin: 0;
      font-style: italic;
      color: #555; }
  .district-locator button {
    background-color: transparent;
    position: absolute;
    right: .5rem;
    top: .5rem;
    font-size: 1.5rem;
    color: #3b7b9b; }

.get-it-done {
  margin: 2rem 0 5rem; }
  @media screen and (min-width: 64em) {
    .get-it-done {
      margin: 3rem 0 4rem; } }
  .get-it-done .grid-container {
    position: relative; }
  .get-it-done .form-title {
    background-color: white;
    position: absolute;
    top: -10px;
    margin: 0 1.9rem;
    padding: 0 .5rem;
    line-height: 1; }
    @media screen and (min-width: 64em) {
      .get-it-done .form-title {
        margin: 0 2.75rem;
        padding: 0 1rem; } }
  .get-it-done form {
    border: 10px solid #3a3c8e;
    padding: 2rem 1rem; }
    @media screen and (min-width: 64em) {
      .get-it-done form {
        padding: 3rem 2rem; } }
    .get-it-done form .form-item label {
      font-size: 1.2rem;
      margin-bottom: 0.25rem; }
    .get-it-done form .form-item .form-select {
      background-color: #eef4f7;
      border-color: #eef4f7;
      padding-right: 1.75rem; }
    .get-it-done form .gsdt-wr-col-rgt {
      padding: 1rem 0; }
      @media screen and (min-width: 64em) {
        .get-it-done form .gsdt-wr-col-rgt {
          border-left: 1px solid #f0f0f0;
          padding-left: 2rem; } }
      .get-it-done form .gsdt-wr-col-rgt .gsdt-txt {
        margin-bottom: 0.5rem;
        font-size: 1.2rem;
        color: #555;
        font-style: italic; }
      .get-it-done form .gsdt-wr-col-rgt .gsdt-btn .button {
        margin-bottom: 0; }

.component-wrapper {
  padding: 3rem 1rem; }

.p-req {
  font-size: 11px !important;
  letter-spacing: normal !important;
  line-height: 1.4 !important;
  background-color: white !important;
  color: black !important;
  border: 1px dashed #ccc !important;
  padding: 4px 8px !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  font-family: sans-serif !important;
  display: none !important;
  vertical-align: middle !important;
  text-align: center !important;
  margin-bottom: 2rem; }
  .p-req:before {
    content: "\2191" !important;
    display: inline-block !important;
    margin-right: 5px !important; }

.p-note {
  background-color: #f1f1f1 !important;
  border: 1px dashed #bbb !important;
  color: #222 !important;
  font-size: .9rem;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  display: none !important;
  margin-bottom: 2rem; }
  .p-note * {
    color: #222;
    font-size: .9rem; }
  .p-note:before {
    content: "Notes";
    display: block;
    font-weight: bold;
    font-size: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem; }

.p-question {
  background-color: #333 !important;
  border: 1px dashed #bbb !important;
  color: #fff !important;
  font-size: .9rem;
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  display: none !important;
  margin-bottom: 2rem; }
  .p-question * {
    color: #fff;
    font-size: .9rem; }
  .p-question:before {
    content: "Questions";
    display: block;
    font-weight: bold;
    font-size: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: .75rem; }

.p-group {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important; }

.show-notes .p-req, .show-notes .p-note, .show-notes .p-question {
  display: block !important; }

.show-notes .p-group {
  border: 1px dashed #555 !important;
  padding: 2rem !important;
  margin: 2rem 0 !important; }
