@charset "UTF-8";
/*#008095; JSTOR: #006179*/
/* #F7F6F6; */
/*
Social colors
 */
.bg-gray {
  background-color: #E7E7E7;
}

.bg-white {
  background-color: #ffffff;
}

.bg-brand {
  background-color: #AB0101;
}

.text-white {
  color: #ffffff !important;
}

.text-brand {
  color: #AB0101 !important;
}

/*#1291ae;*/
/*$grid-margin-gutters: (
        small: 20px,
        medium: 30px
);*/
/**
 * Foundation for Sites by ZURB
 * Version 6.4.3
 * foundation.zurb.com
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  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;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  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 {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

button,
[type=button],
[type=reset],
[type=submit] {
  /**
   * Remove the inner border and padding in Firefox.
   */
  /**
   * Restore the focus styles unset by the previous rule.
   */
}
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "freight-sans-pro", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  -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;
  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;
}

.row {
  max-width: 80rem;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  flex-flow: row wrap;
}
.row .row {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}
@media print, screen and (min-width: 40em) {
  .row .row {
    margin-right: -1.25rem;
    margin-left: -1.25rem;
  }
}
@media print, screen and (min-width: 55em) {
  .row .row {
    margin-right: -2.1875rem;
    margin-left: -2.1875rem;
  }
}
.row .row.collapse {
  margin-right: 0;
  margin-left: 0;
}
.row.expanded {
  max-width: none;
}
.row.expanded .row {
  margin-right: auto;
  margin-left: auto;
}
.row:not(.expanded) .row {
  max-width: none;
}
.row.collapse > .column, .row.collapse > .columns {
  padding-right: 0;
  padding-left: 0;
}
.row.is-collapse-child, .row.collapse > .column > .row, .row.collapse > .columns > .row {
  margin-right: 0;
  margin-left: 0;
}

.column, .columns {
  flex: 1 1 0px;
  padding-right: 0.75rem;
  padding-left: 0.75rem;
  min-width: 0;
}
@media print, screen and (min-width: 40em) {
  .column, .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media print, screen and (min-width: 55em) {
  .column, .columns {
    padding-right: 2.1875rem;
    padding-left: 2.1875rem;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .medium-offset-0 {
    margin-left: 0%;
  }
  .medium-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .medium-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .medium-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .medium-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .medium-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .medium-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .medium-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .medium-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .medium-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .medium-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .medium-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .medium-up-1 {
    flex-wrap: wrap;
  }
  .medium-up-1 > .column, .medium-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .medium-up-2 {
    flex-wrap: wrap;
  }
  .medium-up-2 > .column, .medium-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .medium-up-3 {
    flex-wrap: wrap;
  }
  .medium-up-3 > .column, .medium-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .medium-up-4 {
    flex-wrap: wrap;
  }
  .medium-up-4 > .column, .medium-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .medium-up-5 {
    flex-wrap: wrap;
  }
  .medium-up-5 > .column, .medium-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .medium-up-6 {
    flex-wrap: wrap;
  }
  .medium-up-6 > .column, .medium-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .medium-up-7 {
    flex-wrap: wrap;
  }
  .medium-up-7 > .column, .medium-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .medium-up-8 {
    flex-wrap: wrap;
  }
  .medium-up-8 > .column, .medium-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 40em) and (min-width: 40em) {
  .medium-expand {
    flex: 1 1 0px;
  }
}
.row.medium-unstack > .column, .row.medium-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 40em) {
  .row.medium-unstack > .column, .row.medium-unstack > .columns {
    flex: 1 1 0px;
  }
  .medium-collapse > .column, .medium-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .medium-uncollapse > .column, .medium-uncollapse > .columns {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

@media print, screen and (min-width: 55em) {
  .large-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .large-offset-0 {
    margin-left: 0%;
  }
  .large-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .large-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .large-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .large-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .large-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .large-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .large-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .large-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .large-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .large-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .large-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .large-up-1 {
    flex-wrap: wrap;
  }
  .large-up-1 > .column, .large-up-1 > .columns {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .large-up-2 {
    flex-wrap: wrap;
  }
  .large-up-2 > .column, .large-up-2 > .columns {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .large-up-3 {
    flex-wrap: wrap;
  }
  .large-up-3 > .column, .large-up-3 > .columns {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .large-up-4 {
    flex-wrap: wrap;
  }
  .large-up-4 > .column, .large-up-4 > .columns {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .large-up-5 {
    flex-wrap: wrap;
  }
  .large-up-5 > .column, .large-up-5 > .columns {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .large-up-6 {
    flex-wrap: wrap;
  }
  .large-up-6 > .column, .large-up-6 > .columns {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .large-up-7 {
    flex-wrap: wrap;
  }
  .large-up-7 > .column, .large-up-7 > .columns {
    flex: 0 0 14.2857142857%;
    max-width: 14.2857142857%;
  }
  .large-up-8 {
    flex-wrap: wrap;
  }
  .large-up-8 > .column, .large-up-8 > .columns {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}
@media print, screen and (min-width: 55em) and (min-width: 55em) {
  .large-expand {
    flex: 1 1 0px;
  }
}
.row.large-unstack > .column, .row.large-unstack > .columns {
  flex: 0 0 100%;
}
@media print, screen and (min-width: 55em) {
  .row.large-unstack > .column, .row.large-unstack > .columns {
    flex: 1 1 0px;
  }
  .large-collapse > .column, .large-collapse > .columns {
    padding-right: 0;
    padding-left: 0;
  }
  .large-uncollapse > .column, .large-uncollapse > .columns {
    padding-right: 2.1875rem;
    padding-left: 2.1875rem;
  }
}

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

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

.grid-container {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  max-width: 80rem;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media print, screen and (min-width: 55em) {
  .grid-container {
    padding-right: 4.375rem;
    padding-left: 4.375rem;
  }
}
.grid-container.fluid {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  max-width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .grid-container.fluid {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media print, screen and (min-width: 55em) {
  .grid-container.fluid {
    padding-right: 4.375rem;
    padding-left: 4.375rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto;
}

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 55em) {
  .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 {
    flex-basis: auto;
  }
}
.grid-x > .small-1 {
  width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-x > .medium-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .medium-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 55em) {
  .grid-x > .large-auto {
    flex: 1 1 0px;
    width: auto;
  }
  .grid-x > .large-shrink {
    flex: 0 0 auto;
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-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.75rem;
  margin-right: - 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x {
    margin-left: - 1.25rem;
    margin-right: - 1.25rem;
  }
}
@media print, screen and (min-width: 55em) {
  .grid-margin-x {
    margin-left: - 2.1875rem;
    margin-right: - 2.1875rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 1.5rem);
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .cell {
    width: calc(100% - 2.5rem);
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }
}
@media print, screen and (min-width: 55em) {
  .grid-margin-x > .cell {
    width: calc(100% - 4.375rem);
    margin-left: 2.1875rem;
    margin-right: 2.1875rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 1.5rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 1.5rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 1.5rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 1.5rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 1.5rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 1.5rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 1.5rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 1.5rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 1.5rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 1.5rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 1.5rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 1.5rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 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.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 2.5rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 2.5rem);
  }
}
@media print, screen and (min-width: 55em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 4.375rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 4.375rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 4.375rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 4.375rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 4.375rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 4.375rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 4.375rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 4.375rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 4.375rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 4.375rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 4.375rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 4.375rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 4.375rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 4.375rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 4.375rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 4.375rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 4.375rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 4.375rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 4.375rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 4.375rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 4.375rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 4.375rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 4.375rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 4.375rem);
  }
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 4.375rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 4.375rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 4.375rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 4.375rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 4.375rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 4.375rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 4.375rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 4.375rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 4.375rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 4.375rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 4.375rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 4.375rem);
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.5rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.5rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.5rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.5rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 2.5rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }
}
@media print, screen and (min-width: 55em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.5rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 2.5rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.5rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 2.5rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.5rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.5rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 2.5rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.5rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 2.5rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.5rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.5rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 2.5rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.5rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 2.5rem);
  }
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 4.375rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 4.375rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 4.375rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 4.375rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 4.375rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 4.375rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 4.375rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 4.375rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 40em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 55em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}

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

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

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

@media print, screen and (min-width: 55em) {
  .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: 55em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 55em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 55em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.25rem);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.25rem);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.25rem);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.25rem);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.25rem);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.25rem);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.25rem);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.25rem);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.25rem);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.25rem);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.25rem);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.25rem);
  }
}
@media print, screen and (min-width: 55em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 2.1875rem);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 2.1875rem);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 2.1875rem);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 2.1875rem);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 2.1875rem);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 2.1875rem);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 2.1875rem);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 2.1875rem);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 2.1875rem);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 2.1875rem);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 2.1875rem);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 2.1875rem);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  width: auto;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 55em) {
  .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 {
    flex-basis: auto;
  }
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 40em) {
  .grid-y > .medium-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 55em) {
  .grid-y > .large-auto {
    flex: 1 1 0px;
    height: auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}

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

.grid-margin-y {
  margin-top: - 0.75rem;
  margin-bottom: - 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: - 1.25rem;
    margin-bottom: - 1.25rem;
  }
}
@media print, screen and (min-width: 55em) {
  .grid-margin-y {
    margin-top: - 2.1875rem;
    margin-bottom: - 2.1875rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.5rem);
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.5rem);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 55em) {
  .grid-margin-y > .cell {
    height: calc(100% - 4.375rem);
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.5rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.5rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.5rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.5rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.5rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.5rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.5rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.5rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.5rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.5rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.5rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.5rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 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.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.5rem);
  }
}
@media print, screen and (min-width: 55em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 4.375rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 4.375rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 4.375rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 4.375rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 4.375rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 4.375rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 4.375rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 4.375rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 4.375rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 4.375rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 4.375rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 4.375rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 4.375rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 4.375rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 4.375rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 4.375rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 4.375rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 4.375rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 4.375rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 4.375rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 4.375rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 4.375rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 4.375rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 4.375rem);
  }
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 4.375rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 4.375rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 4.375rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 4.375rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 4.375rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 4.375rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 4.375rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 4.375rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 4.375rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 4.375rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 4.375rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 4.375rem);
  }
}

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

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

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

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

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

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

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

.grid-margin-y {
  margin-top: - 0.75rem;
  margin-bottom: - 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y {
    margin-top: - 1.25rem;
    margin-bottom: - 1.25rem;
  }
}
@media print, screen and (min-width: 55em) {
  .grid-margin-y {
    margin-top: - 2.1875rem;
    margin-bottom: - 2.1875rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 1.5rem);
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .cell {
    height: calc(100% - 2.5rem);
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media print, screen and (min-width: 55em) {
  .grid-margin-y > .cell {
    height: calc(100% - 4.375rem);
    margin-top: 2.1875rem;
    margin-bottom: 2.1875rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 1.5rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 1.5rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 1.5rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 1.5rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 1.5rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 1.5rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 1.5rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 1.5rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 1.5rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 1.5rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 1.5rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 1.5rem);
}
@media print, screen and (min-width: 40em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 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.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 2.5rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 2.5rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 2.5rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 2.5rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 2.5rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 2.5rem);
  }
}
@media print, screen and (min-width: 55em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 4.375rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 4.375rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 4.375rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 4.375rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 4.375rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 4.375rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 4.375rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 4.375rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 4.375rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 4.375rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 4.375rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 4.375rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 4.375rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 4.375rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 4.375rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 4.375rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 4.375rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 4.375rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 4.375rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 4.375rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 4.375rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 4.375rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 4.375rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 4.375rem);
  }
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 4.375rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 4.375rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 4.375rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 4.375rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 4.375rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 4.375rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 4.375rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 4.375rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 4.375rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 4.375rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 4.375rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 4.375rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 1.5rem);
}
@media print, screen and (min-width: 40em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 2.5rem);
  }
}
@media print, screen and (min-width: 55em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 4.375rem);
  }
}

@media print, screen and (min-width: 40em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 2.5rem);
  }
}
@media print, screen and (min-width: 55em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 4.375rem);
  }
}
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: 2rem;
  font-size: inherit;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
}

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

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

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

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "adobe-caslon-pro", "Times New Roman", Georgia, serif;
  font-style: normal;
  font-weight: 600;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #cacaca;
}

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  h1, .h1 {
    font-size: 3.75rem;
  }
  h2, .h2 {
    font-size: 2.5rem;
  }
  h3, .h3 {
    font-size: 1.625rem;
  }
  h4, .h4 {
    font-size: 1.375rem;
  }
  h5, .h5 {
    font-size: 1.125rem;
  }
  h6, .h6 {
    font-size: 1rem;
  }
}
a {
  line-height: inherit;
  color: #AB0101;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(147.06, 0.86, 0.86);
  text-decoration: underline;
}
a img {
  border: 0;
}

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

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

li {
  font-size: inherit;
}

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

ol {
  margin-left: 1.25rem;
}

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

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

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

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

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

figure {
  margin: 0;
}

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

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

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

.lead {
  font-size: 125%;
  line-height: 1.6;
}

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 55em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: black !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #8a8a8a;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  font-family: inherit;
  padding: 0.85em 1em;
  -webkit-appearance: none;
  border: 1px solid transparent;
  border-radius: 0;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-size: 0.9rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #AB0101;
  color: #fefefe;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button:hover, .button:focus {
  background-color: rgb(145.35, 0.85, 0.85);
  color: #fefefe;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button.primary {
  background-color: #AB0101;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: rgb(136.8, 0.8, 0.8);
  color: #fefefe;
}
.button.secondary {
  background-color: #767676;
  color: #000000;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: rgb(94.4, 94.4, 94.4);
  color: #000000;
}
.button.success {
  background-color: #3adb76;
  color: #000000;
}
.button.success:hover, .button.success:focus {
  background-color: rgb(34.2386266094, 187.3613733906, 91.3030042918);
  color: #000000;
}
.button.warning {
  background-color: #ffae00;
  color: #000000;
}
.button.warning:hover, .button.warning:focus {
  background-color: rgb(204, 139.2, 0);
  color: #000000;
}
.button.alert {
  background-color: #cc4b37;
  color: #000000;
}
.button.alert:hover, .button.alert:focus {
  background-color: rgb(165.0996015936, 58.6103585657, 42.1003984064);
  color: #000000;
}
.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: #AB0101;
  color: #fefefe;
}
.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: #AB0101;
  color: #fefefe;
}
.button.disabled.secondary, .button[disabled].secondary {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.disabled.secondary, .button.disabled.secondary:hover, .button.disabled.secondary:focus, .button[disabled].secondary, .button[disabled].secondary:hover, .button[disabled].secondary:focus {
  background-color: #767676;
  color: #000000;
}
.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: #3adb76;
  color: #000000;
}
.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: #ffae00;
  color: #000000;
}
.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: #cc4b37;
  color: #000000;
}
.button.hollow {
  border: 1px solid #AB0101;
  color: #AB0101;
}
.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: rgb(85.5, 0.5, 0.5);
  color: rgb(85.5, 0.5, 0.5);
}
.button.hollow:hover.disabled, .button.hollow:hover[disabled], .button.hollow:focus.disabled, .button.hollow:focus[disabled] {
  border: 1px solid #AB0101;
  color: #AB0101;
}
.button.hollow.primary {
  border: 1px solid #AB0101;
  color: #AB0101;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: rgb(85.5, 0.5, 0.5);
  color: rgb(85.5, 0.5, 0.5);
}
.button.hollow.primary:hover.disabled, .button.hollow.primary:hover[disabled], .button.hollow.primary:focus.disabled, .button.hollow.primary:focus[disabled] {
  border: 1px solid #AB0101;
  color: #AB0101;
}
.button.hollow.secondary {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.hollow.secondary:hover.disabled, .button.hollow.secondary:hover[disabled], .button.hollow.secondary:focus.disabled, .button.hollow.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}
.button.hollow.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.hollow.success:hover.disabled, .button.hollow.success:hover[disabled], .button.hollow.success:focus.disabled, .button.hollow.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.hollow.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.hollow.warning:hover.disabled, .button.hollow.warning:hover[disabled], .button.hollow.warning:focus.disabled, .button.hollow.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.hollow.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.hollow.alert:hover.disabled, .button.hollow.alert:hover[disabled], .button.hollow.alert:focus.disabled, .button.hollow.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear {
  border: 1px solid #AB0101;
  color: #AB0101;
}
.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: rgb(85.5, 0.5, 0.5);
  color: rgb(85.5, 0.5, 0.5);
}
.button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border: 1px solid #AB0101;
  color: #AB0101;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear:hover, .button.clear:hover.disabled, .button.clear:hover[disabled], .button.clear:focus, .button.clear:focus.disabled, .button.clear:focus[disabled] {
  border-color: transparent;
}
.button.clear.primary {
  border: 1px solid #AB0101;
  color: #AB0101;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  border-color: rgb(85.5, 0.5, 0.5);
  color: rgb(85.5, 0.5, 0.5);
}
.button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border: 1px solid #AB0101;
  color: #AB0101;
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary:hover, .button.clear.primary:hover.disabled, .button.clear.primary:hover[disabled], .button.clear.primary:focus, .button.clear.primary:focus.disabled, .button.clear.primary:focus[disabled] {
  border-color: transparent;
}
.button.clear.secondary {
  border: 1px solid #767676;
  color: #767676;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  border-color: #3b3b3b;
  color: #3b3b3b;
}
.button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border: 1px solid #767676;
  color: #767676;
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary:hover, .button.clear.secondary:hover.disabled, .button.clear.secondary:hover[disabled], .button.clear.secondary:focus, .button.clear.secondary:focus.disabled, .button.clear.secondary:focus[disabled] {
  border-color: transparent;
}
.button.clear.success {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.clear.success:hover, .button.clear.success:focus {
  border-color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
  color: rgb(21.3991416309, 117.1008583691, 57.0643776824);
}
.button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border: 1px solid #3adb76;
  color: #3adb76;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success:hover, .button.clear.success:hover.disabled, .button.clear.success:hover[disabled], .button.clear.success:focus, .button.clear.success:focus.disabled, .button.clear.success:focus[disabled] {
  border-color: transparent;
}
.button.clear.warning {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  border-color: rgb(127.5, 87, 0);
  color: rgb(127.5, 87, 0);
}
.button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border: 1px solid #ffae00;
  color: #ffae00;
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning:hover, .button.clear.warning:hover.disabled, .button.clear.warning:hover[disabled], .button.clear.warning:focus, .button.clear.warning:focus.disabled, .button.clear.warning:focus[disabled] {
  border-color: transparent;
}
.button.clear.alert {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  border-color: rgb(103.187250996, 36.6314741036, 26.312749004);
  color: rgb(103.187250996, 36.6314741036, 26.312749004);
}
.button.clear.alert:hover.disabled, .button.clear.alert:hover[disabled], .button.clear.alert:focus.disabled, .button.clear.alert:focus[disabled] {
  border: 1px solid #cc4b37;
  color: #cc4b37;
}
.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: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after {
  border-top-color: #AB0101;
}
.button.dropdown.hollow.primary::after {
  border-top-color: #AB0101;
}
.button.dropdown.hollow.secondary::after {
  border-top-color: #767676;
}
.button.dropdown.hollow.success::after {
  border-top-color: #3adb76;
}
.button.dropdown.hollow.warning::after {
  border-top-color: #ffae00;
}
.button.dropdown.hollow.alert::after {
  border-top-color: #cc4b37;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

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

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #000000;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #8a8a8a;
  background-color: #fefefe;
  box-shadow: 0 0 5px #cacaca;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.is-invalid-input:not(:focus) {
  border-color: #cc4b37;
  background-color: rgb(249, 236.1, 234.1);
}
.is-invalid-input:not(:focus)::placeholder {
  color: #cc4b37;
}

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

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

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
  background-color: rgb(254.85, 254.85, 254.85);
  color: #000000;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: rgb(254.7052325581, 204.5947674419, 204.5947674419);
  color: #000000;
}
.callout.secondary {
  background-color: rgb(234.45, 234.45, 234.45);
  color: #000000;
}
.callout.success {
  background-color: rgb(225.45, 249.6, 234.45);
  color: #000000;
}
.callout.warning {
  background-color: rgb(255, 242.85, 216.75);
  color: #000000;
}
.callout.alert {
  background-color: rgb(247.35, 228, 225);
  color: #000000;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

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

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

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

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

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

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

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

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

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

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

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

.drilldown a {
  padding: 0.7rem 1rem;
  background: #fefefe;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #fefefe;
  transition: transform 0.15s linear;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.7rem 1rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #AB0101;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  left: auto;
  right: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-right-width: 0;
  border-left-style: solid;
  border-color: transparent transparent transparent #AB0101;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  right: auto;
  left: 1rem;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: "";
  border-left-width: 0;
  border-right-style: solid;
  border-color: transparent #AB0101 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 #AB0101 transparent transparent;
  border-left-width: 0;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
  border-left-width: 0;
}

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

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

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

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

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

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

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

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

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

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 0;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #AB0101;
  color: #fefefe;
}
.label.primary {
  background: #AB0101;
  color: #fefefe;
}
.label.secondary {
  background: #767676;
  color: #000000;
}
.label.success {
  background: #3adb76;
  color: #000000;
}
.label.warning {
  background: #ffae00;
  color: #000000;
}
.label.alert {
  background: #cc4b37;
  color: #000000;
}

.media-object {
  display: flex;
  margin-bottom: 1rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 39.9375em) {
  .media-object.stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 1rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .media-object.stack-for-small .media-object-section img {
    width: 100%;
  }
}

.media-object-section {
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 1rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 1rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 55em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 250px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 250px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 250px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 250px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 250px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 250px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 250px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 250px;
  }
}
@media print, screen and (min-width: 40em) {
  .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;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 55em) {
  .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;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
.pagination {
  margin-left: 0;
  margin-bottom: 1rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0625rem;
  border-radius: 0;
  font-size: 0.875rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 40em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1875rem 0.625rem;
  border-radius: 0;
  color: #000000;
}
.pagination a:hover,
.pagination button:hover {
  background: #e6e6e6;
}
.pagination .current {
  padding: 0.1875rem 0.625rem;
  background: #AB0101;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1875rem 0.625rem;
  color: #cacaca;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1875rem 0.625rem;
  content: "…";
  color: #000000;
}

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

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

.progress {
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0;
  background-color: #cacaca;
}
.progress.primary .progress-meter {
  background-color: #AB0101;
}
.progress.secondary .progress-meter {
  background-color: #767676;
}
.progress.success .progress-meter {
  background-color: #3adb76;
}
.progress.warning .progress-meter {
  background-color: #ffae00;
}
.progress.alert .progress-meter {
  background-color: #cc4b37;
}

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

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

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

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

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

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

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

.sticky-container {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  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 rgb(241.3, 241.3, 241.3);
  background-color: #fefefe;
}

caption {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 600;
}

thead {
  background: rgb(247.65, 247.65, 247.65);
  color: #000000;
}

tfoot {
  background: rgb(241.3, 241.3, 241.3);
  color: #000000;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 600;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.5rem 0.625rem 0.625rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: rgb(241.3, 241.3, 241.3);
}

table.unstriped tbody {
  background-color: #fefefe;
}
table.unstriped tbody tr {
  border-bottom: 0;
  border-bottom: 1px solid rgb(241.3, 241.3, 241.3);
  background-color: #fefefe;
}

@media screen and (max-width: 54.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: rgb(242.55, 242.55, 242.55);
}
table.hover tfoot tr:hover {
  background-color: rgb(236.2, 236.2, 236.2);
}
table.hover tbody tr:hover {
  background-color: rgb(248.9, 248.9, 248.9);
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: rgb(236.15, 236.15, 236.15);
}

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

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

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

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

.tabs.primary {
  background: #AB0101;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: rgb(187.801744186, 1.098255814, 1.098255814);
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.75rem;
  line-height: 1;
  color: #AB0101;
}
.tabs-title > a:hover {
  background: #fefefe;
  color: rgb(147.06, 0.86, 0.86);
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #e6e6e6;
  color: #AB0101;
}

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

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

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

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1rem;
  border: solid 4px #fefefe;
  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(171, 1, 1, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

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

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

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

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

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

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 0;
  background-color: #000000;
  font-size: 80%;
  color: #fefefe;
}
.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 #000000;
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 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: #000000 transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 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 #000000;
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 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 #000000 transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 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: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #000000;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 40em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 54.9375em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 74.9375em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

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

.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media print, screen and (min-width: 40em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 55em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  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;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  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 {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

.infinite {
  animation-iteration-count: infinite;
}

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

/*
  My custom styles:
  Add your scss files below to structure your project styles
*/
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.site-skip-link {
  z-index: 100;
  position: fixed;
  top: -50px;
  left: 0;
  opacity: 0;
  width: 100%;
  padding: 10px 40px;
  background: #fff;
  color: #AB0101;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-align: center;
  display: block;
  -webkit-transition: top 0.3s ease-out;
  -o-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

/*#008095; JSTOR: #006179*/
/* #F7F6F6; */
/*
Social colors
 */
.bg-gray {
  background-color: #E7E7E7;
}

.bg-white {
  background-color: #ffffff;
}

.bg-brand {
  background-color: #AB0101;
}

.text-white {
  color: #ffffff !important;
}

.text-brand {
  color: #AB0101 !important;
}

#wpadminbar {
  position: fixed !important;
}

body.admin-bar.f-topbar-sticky .sticky.is-stuck {
  margin-top: 2rem !important;
}
body.admin-bar.offcanvas .off-canvas.is-open {
  top: 2.875rem;
}
@media screen and (min-width: 48.9375em) {
  body.admin-bar.offcanvas .off-canvas.is-open {
    top: 2rem;
  }
}

.wp-caption > figcaption {
  max-width: 100%;
  font-size: 0.8rem;
  color: #999;
  padding: 0.25rem 0;
}

p.wp-caption-text {
  font-size: 90%;
  color: #666;
  padding: 0.625rem 0;
}

.alignleft {
  float: left;
  padding-right: 1rem;
  margin: 0;
}

.alignright {
  float: right;
  padding-left: 1rem;
  margin: 0;
}

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

/*
/// Calculates the width of gutter and applies it to specified property.
///
/// @param {List} $property - CSS Property to apply gutter size to
https://foundation.zurb.com/forum/posts/38748-how-do-i-get-a-value-from-the-grid-column-responsive-gutter-variable
 */
.width-wrap {
  max-width: 80rem;
  margin: 0 auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .width-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media print, screen and (min-width: 55em) {
  .width-wrap {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
  }
}

.section {
  margin: 35px 0;
}
.section.bg {
  padding: 35px 0;
}
@media screen and (max-width: 39.9375em) {
  .section {
    margin: 25px 0;
  }
  .section.bg {
    padding: 26px 0 8px;
  }
}
.section.main-feature {
  margin-bottom: 0;
}
.section.home-trending {
  margin-top: 0;
}

/*
 Brother 1816: medium 500; bold 700; regular 400; light 300;
 */
h1, .h1 {
  font-weight: 600;
  line-height: 1em;
  letter-spacing: -1px;
  margin-bottom: 0;
}

h2, .h2 {
  font-family: "freight-sans-pro", Arial, sans-serif;
  font-weight: 600;
}

h3, .h3 {
  margin: 0.75rem 0 0.5rem;
  color: #2E303C;
  line-height: 1.1em;
}

h4, .section-header {
  font-family: "freight-sans-pro", Arial, sans-serif;
  letter-spacing: -0.4px;
  color: #000000;
  font-weight: 600;
  line-height: 1.1em;
  margin-bottom: 10px;
}
h4.color-brand, .color-brand h4, .section-header.color-brand, .color-brand .section-header {
  color: #AB0101;
}
h4.color-brand a, h4.color-brand a:hover, .color-brand h4 a, .color-brand h4 a:hover, .section-header.color-brand a, .section-header.color-brand a:hover, .color-brand .section-header a, .color-brand .section-header a:hover {
  color: #AB0101;
}

h4.large {
  font-size: 36px;
}

a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

b, strong {
  font-weight: 600;
}

.text-tight {
  line-height: 1.3em !important;
}

.text-white {
  color: white !important;
}
.text-white a {
  color: white !important;
}

li {
  margin-bottom: 12px;
}

.subtitle {
  font-family: "freight-sans-pro", Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  margin: 10px 0 20px;
}
.subtitle p {
  line-height: 1.4em;
}
.article-media-title .subtitle {
  font-size: 22px;
  margin: 0px 0 20px;
  color: #2E303C;
}
@media screen and (max-width: 39.9375em) {
  .article-media-title .subtitle {
    font-size: 18px;
    margin: 10px 0;
  }
}
.article-media-title .subtitle p {
  line-height: 1em;
  margin-bottom: 0;
}

.pagination {
  margin-top: 45px;
  clear: both;
  width: 100%;
}
.pagination a, .pagination span {
  padding: 0;
  margin: 0.1875rem 0.625rem;
}
.pagination li {
  font-size: 1rem;
}
.pagination a {
  border-bottom: 1px solid transparent;
}
.pagination a:hover {
  background: none;
  border-color: black;
  text-decoration: none;
}
.pagination .current {
  border-bottom: 1px solid black;
  padding: 0;
  background: none;
  color: black;
  font-weight: bold;
}
@media screen and (max-width: 39.9375em) {
  .pagination {
    margin: 5px 0 25px;
  }
}

.slug {
  font-family: "freight-sans-pro", Arial, sans-serif;
  font-weight: 600;
  color: #000000;
  font-size: 14px;
  margin: 20px 0;
  text-transform: uppercase;
  letter-spacing: -0.025em;
}
.slug a {
  color: #AB0101;
}

h3 a, h4 a {
  color: #000000;
}
h3 a:hover, h4 a:hover {
  color: #000000;
}

.bar:before {
  content: " ";
  width: 10px;
  height: 10px;
  position: relative;
  margin-right: 4px;
  display: inline-block;
  background: url("../images/j_daily_triangle.png") no-repeat;
  background-size: cover;
}

.color-brand .bar:before, .color-brand.bar:before,
.column_series_list_container.daily_series .bar:before {
  background-image: url("../images/j_daily_triangle_red.png");
}

.column_series_list_container.daily_column .bar:before {
  background-image: url("../images/j_daily_triangle_white_21x21.png");
}

.article-share {
  font-size: 14px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: row;
}
.article-share a.article-share__link {
  display: inline-block;
  margin: 0 4px 0 0;
  color: white;
  padding: 8px 13px;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  border: 1px solid transparent;
}
.article-top .article-share a.article-share__link {
  flex: 1 1 auto;
}
.article-share a.article-share__link:hover {
  background-color: transparent;
  text-decoration: none;
}
.article-share a.article-share__link:hover span i.daily-svg {
  background-image: url("../images/j_email_hover_16x11.svg");
}
.article-share a.article-share__link:hover span i.daily-svg.print {
  background-image: url("../images/j_print_hover_12x11.svg");
}
.article-share a.article-share__link:last-child {
  margin-right: 0;
}
.article-share a.article-share__link span {
  font-size: 12px;
  display: inline-block;
  min-width: 10px;
  margin-right: 2px;
}
.article-share a.article-share__link span i.daily-svg {
  display: block;
  background: url("../images/j_email_16x11.svg") no-repeat;
  background-size: cover;
  width: 14px;
  height: 10px;
}
.article-share a.article-share__link span i.daily-svg.print {
  background-image: url("../images/j_print_12x11.svg");
  width: 12px;
  height: 11px;
}
.article-share a.article-share__link span .svg-inline--fa.fa-facebook-f {
  vertical-align: -0.01em;
}
.article-share a.article-share__link--facebook {
  background-color: #3B5998;
}
.article-share a.article-share__link--facebook:hover {
  border-color: #3B5998;
  color: #3B5998;
  background-color: transparent;
  text-decoration: none;
}
.article-share a.article-share__link--twitter {
  background-color: #00aced;
}
.article-share a.article-share__link--twitter:hover {
  border-color: #00aced;
  color: #00aced;
}
.article-share a.article-share__link--email {
  background-color: #AB0101;
}
.article-share a.article-share__link--email:hover {
  border-color: #AB0101;
  color: #AB0101;
}
.article-share a.article-share__link--print {
  background-color: black;
}
.article-share a.article-share__link--print:hover {
  border-color: black;
  color: black;
}
@media screen and (min-width: 40em) and (max-width: 54.9375em) {
  .article-share-container.article-top .article-share {
    justify-content: space-between;
  }
  .article-share-container.article-top .article-share a.article-share__link {
    margin-right: 0;
    flex: 1 1 auto;
    padding-left: 1px;
    padding-right: 1px;
  }
}

.page-template .sidebar {
  margin-top: 40px;
}

.tweetable a {
  color: #000000;
  position: relative;
  text-decoration: underline;
  display: inline-block;
}
.tweetable a:hover, .tweetable a:focus {
  text-decoration: none;
}
.tweetable a:hover .icon, .tweetable a:focus .icon {
  color: black;
}
.tweetable a .icon {
  padding-left: 10px;
  font-size: 24px;
  color: #00aced;
  position: absolute;
  left: -100px;
  top: 10px;
}
.tweetable a .icon:hover {
  color: black;
}
.entry-content .tweetable a {
  margin-left: -60px;
  padding-right: 60px;
}
.entry-content .tweetable a .icon {
  left: auto;
  right: 10px;
  top: 0;
}
@media screen and (max-width: 39.9375em) {
  .tweetable a .icon {
    left: -10px;
    top: -60px;
  }
  .entry-content .tweetable a {
    margin-left: 0px;
  }
}
@media screen and (min-width: 40em) and (max-width: 54.9375em) {
  .entry-content .tweetable a {
    margin-left: -20px;
  }
}

.site-skip-link {
  z-index: 10;
  position: fixed;
  top: -50px;
  left: 0;
  opacity: 0;
  width: 100%;
  padding: 10px;
  background: white;
  font-family: "adobe-caslon-pro", "Times New Roman", Georgia, serif;
  color: #AB0101;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  text-align: center;
  display: block;
  transition: top 0.2s ease-out;
  text-transform: uppercase;
  letter-spacing: -0.025em;
}
.admin-bar .site-skip-link {
  top: -4px;
}
@media screen and (min-width: 783px) {
  .admin-bar .site-skip-link {
    top: -18px;
  }
}
.site-skip-link:focus {
  outline: 0;
  top: 0;
  opacity: 1;
}
.admin-bar .site-skip-link:focus {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar .site-skip-link:focus {
    top: 32px;
  }
}

.button {
  margin: 0;
  text-transform: uppercase;
  background: none;
  color: #000000;
  border: 1px solid #2E303C;
  font-family: "freight-sans-pro", Arial, sans-serif;
  font-size: 24px;
  padding: 6px 10px;
  vertical-align: inherit;
}
.button:hover {
  color: #AB0101;
  background-color: #E7E7E7;
}

form [type=submit].button {
  text-transform: none;
  color: white;
  background-color: #AB0101;
  font-weight: bold;
  border-color: #AB0101;
  font-size: 15px;
  padding: 10px 35px;
}
form [type=submit].button:hover {
  color: #AB0101;
  background-color: white;
}
form .label {
  background-color: transparent;
  color: black;
  padding: 0;
  font-size: 16px;
}
form .form-item {
  margin-bottom: 30px;
}
form span.wpcf7-list-item {
  margin: 0 1rem 0 0;
}

.entry-content .slick-slider-wrapper .slick-slider .slick-slide .slide__inner {
  position: relative;
  background-color: #E7E7E7;
}
.entry-content .slick-slider-wrapper .slick-slider .slick-slide .slide__inner img {
  width: auto;
  margin: 0 auto;
}
.entry-content .slick-slider-wrapper .slick-slider .slick-slide .slide__inner .slide__caption {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  color: #000000;
  font-size: 14px;
  padding: 5px 20px;
  width: 100%;
  font-family: "freight-sans-pro", Arial, sans-serif;
  line-height: 1.3em;
}
.entry-content .slick-slider-wrapper .slick-slider .slick-slide .slide__inner .slide__caption:hover {
  background-color: rgba(255, 255, 255, 0.85);
}
.entry-content .slick-slider-wrapper .slick-slider .slick-arrow.slick-next, .entry-content .slick-slider-wrapper .slick-slider .slick-arrow.slick-prev {
  width: 36px;
  height: 36px;
}
.entry-content .slick-slider-wrapper .slick-slider .slick-arrow.slick-next:before, .entry-content .slick-slider-wrapper .slick-slider .slick-arrow.slick-prev:before {
  font-size: 36px;
  color: #949494;
}

.widget {
  margin: 0 0 35px 0;
}
.widget ul {
  margin: 0;
  list-style: none;
}

.grid-container {
  clear: left;
}

form {
  margin: 2rem 0;
}
form p {
  margin-bottom: 0;
}
form label {
  color: #2E303C;
}

.gform_fields {
  list-style: none;
  margin-left: 0;
}
.gform_fields .gform_validation_container {
  display: none;
}
.gform_fields label {
  font-size: 16px;
  color: #000000;
  font-weight: 500;
}

#gform_wrapper_2 .gform_heading .gform_title {
  display: none;
}

#searchform input[type=text] {
  background: transparent;
  border: 0;
  box-shadow: none;
  border-bottom: 1px solid black;
  font-family: "freight-sans-pro", Arial, sans-serif;
  color: #4A4A4A;
  font-size: 16px;
  font-weight: 600;
  padding: 4px 0;
}
#searchform input[type=text]::placeholder {
  color: #a0a0a2;
}
#searchform .btn.searchsubmit {
  font-size: 20px;
  margin-left: -20px;
}

.indented-text {
  text-indent: 45px;
}

@media print {
  header.site-header,
  .aritcle-titles-container .slug,
  .sidebar,
  .article-share,
  .entry-tags,
  .article-footer,
  .entry-content .daily_email_signup,
  .article-bottom-email-signup,
  ul.pagination,
  #menu-footer-menu {
    display: none;
  }
  .main-grid .main-content {
    max-width: none;
    width: 86%;
  }
  figure.wp-caption > figcaption {
    position: static !important;
    width: auto !important;
  }
  .article-tease .article-tease__featured-image a[href]:after, .article-tease .byline a[href]:after {
    display: none;
  }
  .footer.grid-container {
    border-top: 1px solid #949494;
    padding-top: 30px;
  }
  .footer.grid-container .cell {
    width: 90%;
    max-width: 90%;
  }
  .footer.grid-container img.logo {
    display: none;
  }
  .entry-content .pull-quote {
    font-size: 32px;
  }
  .entry-content .tweetable a {
    margin-left: 0;
    padding-right: 0;
  }
  .entry-content .tweetable a span.icon {
    display: none;
  }
}
a.anchor {
  display: block;
  position: relative;
  top: -90px;
  visibility: hidden;
}

.site-nav {
  opacity: 0;
  height: 0;
  pointer-events: none;
  -webkit-transform: scale(1) translateX(-40px);
  -ms-transform: scale(1) translateX(-40px);
  transform: scale(1) translateX(-40px);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  position: fixed;
}
.site-nav.expanded {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateX(0);
  -ms-transform: scale(1) translateX(0);
  transform: scale(1) translateX(0);
  height: auto;
  z-index: 10;
  background-color: white;
}
.site-nav.expanded > .inner {
  padding: 0 25px;
  width: 405px;
  max-width: 100%;
  position: relative;
  height: 100vh;
  overflow-y: scroll;
}
.site-nav .menu {
  margin: 40px 0px 80px;
  padding-left: 0;
  font-size: 24px;
  font-weight: 600;
}
.site-nav .menu li {
  margin-bottom: 23px;
}
.site-nav .menu a {
  padding: 0;
  color: black;
  display: inline;
}
.site-nav .menu a:hover {
  text-decoration: underline;
}
.site-nav .menu .is-active > a {
  background-color: inherit;
}
.site-nav .menu .menu.nested {
  margin: 5px 0 0;
  font-size: 16px;
}
.site-nav .menu .menu.nested li {
  margin-bottom: 8px;
}

.hamburger {
  position: absolute;
  top: 30px;
  left: -30px;
}
@media only screen and (max-width: 1299px) {
  .hamburger {
    left: -10px;
  }
}
@media screen and (max-width: 39.9375em) {
  .hamburger {
    left: 12px;
  }
}
.hamburger .line {
  width: 20px;
  height: 2px;
  background-color: white;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger:hover .line {
  color: #E7E7E7;
}
.hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
.hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

#menu-overlay {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#menu-overlay.shown {
  background: rgba(0, 0, 0, 0.4);
  z-index: 8;
  width: 100%;
  height: 100vh;
  position: fixed;
}

.site-nav__email-signup .daily_email_signup {
  border: 0;
  padding: 0;
  margin: 75px 0;
}
.site-nav__email-signup .daily_email_signup h4 {
  color: #AB0101;
  font-family: "adobe-caslon-pro", "Times New Roman", Georgia, serif;
}

.top-bar-container {
  background-color: #000000;
  width: 100%;
  z-index: 3;
}
.top-bar-container img.logo {
  margin-right: 15px;
}
.top-bar-container img.tagline {
  padding: 8px 0;
}
.top-bar-container .top-bar .top-bar-right {
  flex: 0 0 calc(36% - 4.375rem);
  margin: 0 auto;
  align-self: flex-end;
}
@media all and (max-width: 1150px) {
  .top-bar-container .top-bar .top-bar-right {
    flex: 0 0 340px;
  }
}
.top-bar-container.is-stuck {
  border-bottom: 1px solid #cccccc;
}

.top-bar {
  position: relative;
}
.top-bar .top-bar-title {
  margin: 11px 0;
  display: flex;
}
.top-bar .top-bar-title .tagline {
  align-self: flex-end;
  color: white;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: -5px;
}
.top-bar .top-bar-title .tagline:hover {
  text-decoration: none;
}
@media all and (max-width: 1150px) {
  .top-bar .top-bar-title .tagline {
    display: none;
  }
}
@media screen and (max-width: 39.9375em) {
  .top-bar .top-bar-title {
    flex-direction: column;
    margin: 15px 0;
  }
  .top-bar .top-bar-title .tagline {
    align-self: center;
    display: block;
    padding: 0 !important;
  }
}
.top-bar .menu {
  justify-content: space-between;
  padding-right: 25px;
  margin-bottom: 11px;
}
.top-bar .menu li {
  margin-bottom: 0;
  align-self: flex-end;
}
.top-bar .menu li:not(:last-child) {
  border-right: 0;
}
.top-bar .menu li:first-child {
  flex: 1 1 40%;
}
.top-bar .menu a {
  color: white;
  font-family: "freight-sans-pro", Arial, sans-serif;
  padding-top: 0;
  padding-bottom: 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 1;
}
.top-bar .menu a:hover {
  color: #cacaca;
}
.top-bar .menu .active > a {
  background-color: #ccc;
}
.top-bar .menu > li.newsletter > a {
  background: #AB0101;
  display: inline-block;
  padding: 5px 20px 7px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid transparent;
}
.top-bar .menu > li.newsletter > a:hover {
  color: white;
  border-color: #AB0101;
  background-color: transparent;
}
.top-bar .menu > li.icon > a {
  font-size: 17px;
  padding: 10px 17px 0;
}
.top-bar .menu > li.icon.facebook > a:hover {
  color: #3B5998;
}
.top-bar .menu > li.icon.twitter {
  margin-bottom: -2px;
}
.top-bar .menu > li.icon.twitter > a:hover {
  color: #00aced;
}
.top-bar .menu > li.icon.instagram {
  margin-bottom: -2px;
  margin-left: -2px;
}
.top-bar .menu > li.icon.instagram > a {
  font-size: 20px;
}
.top-bar .menu > li.icon.instagram > a:hover {
  color: #FD1D1D;
}

@media screen and (max-width: 39.9375em) {
  .site-navigation {
    padding: 0;
  }
  .site-navigation.top-bar .top-bar-left {
    flex-basis: auto;
    text-align: center;
  }
  .site-navigation.top-bar .top-bar-left .tagline {
    padding: 10px 0 0;
  }
  .site-navigation.top-bar .menu-icon {
    left: 12px;
  }
  .site-navigation.top-bar .top-bar-title {
    justify-content: center;
  }
  .site-navigation.top-bar .top-bar-right {
    flex: 0 0 auto;
    height: 0;
  }
  .site-navigation.top-bar .top-bar-right .menu > li.newsletter {
    position: absolute;
    right: 0px;
    top: -82px;
  }
  .site-navigation.top-bar .top-bar-right .menu > li.newsletter > a {
    padding: 3px 5px 5px;
    font-size: 12px;
  }
}

.post-navigation::before, .post-navigation::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.post-navigation::after {
  clear: both;
}

.topper {
  margin-top: 35px;
}
@media screen and (max-width: 39.9375em) {
  .topper {
    margin-top: 20px;
  }
}

.topper-titles-container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 80rem;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .topper-titles-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print, screen and (min-width: 55em) {
  .topper-titles-container {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}

.featured-hero {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 0;
  padding-bottom: 67%;
}
@media print, screen and (min-width: 40em) {
  .featured-hero {
    padding-bottom: 50%;
  }
}
@media screen and (min-width: 75em) {
  .featured-hero {
    padding-bottom: 550px;
  }
}

.article-media-title.full-width-title-overlay .aritcle-titles-container, .article-media-title.full-width-title-above .aritcle-titles-container, .article-media-title.default .aritcle-titles-container, .article-media-title.vertical .aritcle-titles-container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 80rem;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .article-media-title.full-width-title-overlay .aritcle-titles-container, .article-media-title.full-width-title-above .aritcle-titles-container, .article-media-title.default .aritcle-titles-container, .article-media-title.vertical .aritcle-titles-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print, screen and (min-width: 55em) {
  .article-media-title.full-width-title-overlay .aritcle-titles-container, .article-media-title.full-width-title-above .aritcle-titles-container, .article-media-title.default .aritcle-titles-container, .article-media-title.vertical .aritcle-titles-container {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}
.article-media-title.full-width-title-overlay {
  margin-top: -30px;
}
.article-media-title.full-width-title-overlay .aritcle-titles-container {
  position: relative;
}
.article-media-title.full-width-title-overlay .aritcle-titles-container > .inner {
  position: absolute;
  top: 30px;
}
@media screen and (max-width: 39.9375em) {
  .article-media-title.full-width-title-overlay .aritcle-titles-container > .inner {
    position: static;
    top: 0;
  }
  .article-media-title.full-width-title-overlay.text-white {
    color: inherit !important;
  }
  .article-media-title.full-width-title-overlay.text-white a {
    color: inherit !important;
  }
}
.article-media-title.full-width-title-overlay .featured-img-container > .inner {
  max-height: 760px;
  overflow: hidden;
}
.article-media-title.full-width-title-overlay .featured-img-container > .inner img {
  width: 100%;
  height: auto;
}
.article-media-title.vertical .featured-img-container, .article-media-title.default .featured-img-container {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  max-width: 80rem;
  margin: 0 auto;
}
@media print, screen and (min-width: 40em) {
  .article-media-title.vertical .featured-img-container, .article-media-title.default .featured-img-container {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media print, screen and (min-width: 55em) {
  .article-media-title.vertical .featured-img-container, .article-media-title.default .featured-img-container {
    padding-left: 4.375rem;
    padding-right: 4.375rem;
  }
}
.article-media-title.vertical .featured-img-container > .inner, .article-media-title.default .featured-img-container > .inner {
  text-align: center;
  width: 910px;
  max-width: 100%;
}
.article-media-title.vertical .entry-title, .article-media-title.vertical .subtitle, .article-media-title.default .entry-title, .article-media-title.default .subtitle {
  max-width: 910px;
}
.article-media-title.vertical .author-name, .article-media-title.vertical .author-bio, .article-media-title.default .author-name, .article-media-title.default .author-bio {
  max-width: 736px;
}
.article-media-title.vertical .featured-img-container > .inner img {
  width: 49.38%;
}
.article-media-title.vertical.blue .featured-img-container .inner {
  background-color: #008095;
}
.article-media-title.vertical.navy .featured-img-container .inner {
  background-color: #001732;
}
.article-media-title.vertical.fire .featured-img-container .inner {
  background-color: #ea5034;
}
.article-media-title.vertical.carrot .featured-img-container .inner {
  background-color: ed6939;
}
.article-media-title.vertical.grape .featured-img-container .inner {
  background-color: #4d3245;
}
.article-media-title.vertical.olive .featured-img-container .inner {
  background-color: #92b771;
}
.article-media-title.vertical.sapphire .featured-img-container .inner {
  background-color: #5b97be;
}
.article-media-title.vertical.latte .featured-img-container .inner {
  background-color: #cdbaa6;
}
.article-media-title.vertical.pistachio .featured-img-container .inner {
  background-color: #aac216;
}
.article-media-title.vertical.corn .featured-img-container .inner {
  background-color: #e4da0b;
}
.article-media-title.full-width-vertical-right, .article-media-title.full-width-vertical-left {
  margin-top: -30px;
}
.article-media-title.full-width-vertical-right > .inner, .article-media-title.full-width-vertical-left > .inner {
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  color: white;
}
.article-media-title.full-width-vertical-right > .inner a, .article-media-title.full-width-vertical-left > .inner a {
  color: white;
}
.article-media-title.full-width-vertical-right > .inner a:hover, .article-media-title.full-width-vertical-left > .inner a:hover {
  color: #a0a0a2;
}
.article-media-title.full-width-vertical-right .aritcle-titles-container, .article-media-title.full-width-vertical-left .aritcle-titles-container {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
}
.article-media-title.full-width-vertical-right .featured-hero, .article-media-title.full-width-vertical-left .featured-hero {
  flex: 1 1 50%;
  padding-bottom: 67%;
}
@media print, screen and (min-width: 40em) {
  .article-media-title.full-width-vertical-right .featured-hero, .article-media-title.full-width-vertical-left .featured-hero {
    padding-bottom: 67%;
  }
}
@media screen and (min-width: 75em) {
  .article-media-title.full-width-vertical-right .featured-hero, .article-media-title.full-width-vertical-left .featured-hero {
    padding-bottom: 760px;
  }
}
.article-media-title.full-width-vertical-right.blue, .article-media-title.full-width-vertical-left.blue {
  background-color: #008095;
}
.article-media-title.full-width-vertical-right.navy, .article-media-title.full-width-vertical-left.navy {
  background-color: #001732;
}
.article-media-title.full-width-vertical-right.fire, .article-media-title.full-width-vertical-left.fire {
  background-color: #ea5034;
}
.article-media-title.full-width-vertical-right.carrot, .article-media-title.full-width-vertical-left.carrot {
  background-color: ed6939;
}
.article-media-title.full-width-vertical-right.grape, .article-media-title.full-width-vertical-left.grape {
  background-color: #4d3245;
}
.article-media-title.full-width-vertical-right.olive, .article-media-title.full-width-vertical-left.olive {
  background-color: #92b771;
}
.article-media-title.full-width-vertical-right.sapphire, .article-media-title.full-width-vertical-left.sapphire {
  background-color: #5b97be;
}
.article-media-title.full-width-vertical-right.latte, .article-media-title.full-width-vertical-left.latte {
  background-color: #cdbaa6;
}
.article-media-title.full-width-vertical-right.pistachio, .article-media-title.full-width-vertical-left.pistachio {
  background-color: #aac216;
}
.article-media-title.full-width-vertical-right.corn, .article-media-title.full-width-vertical-left.corn {
  background-color: #e4da0b;
}
.article-media-title.full-width-vertical-left > .inner {
  flex-direction: row-reverse;
}
.article-media-title.full-width-vertical-left > .inner .aritcle-titles-container > .inner {
  margin: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .article-media-title.full-width-vertical-left > .inner .aritcle-titles-container > .inner {
    margin: 1.25rem;
  }
}
@media print, screen and (min-width: 55em) {
  .article-media-title.full-width-vertical-left > .inner .aritcle-titles-container > .inner {
    margin: 2.1875rem;
  }
}
.article-media-title.full-width-vertical-right > .inner .aritcle-titles-container > .inner {
  margin: 0.75rem;
  padding-left: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .article-media-title.full-width-vertical-right > .inner .aritcle-titles-container > .inner {
    margin: 1.25rem;
    padding-left: 1.25rem;
  }
}
@media print, screen and (min-width: 55em) {
  .article-media-title.full-width-vertical-right > .inner .aritcle-titles-container > .inner {
    margin: 2.1875rem;
    padding-left: 2.1875rem;
  }
}

.article-meta-container .feature-img-attribution {
  margin-top: 2px;
  margin-bottom: 10px;
  color: #2E303C;
  font-size: 12px;
}
.article-meta-container .feature-img-attribution div {
  display: inline-block;
  margin-right: 3px;
}

.topper.no-slug {
  margin-top: 50px;
}

.author-img-container {
  display: inline-block;
  float: right;
  margin: 0px 0px 10px 40px;
  max-width: 120px;
}

.main-grid .main-content .author-bio p {
  line-height: 1.2em;
  font-size: 20px;
  margin-bottom: 0;
}

.author-social {
  margin: 10px 0 30px;
}
.author-social span {
  display: inline-block;
  margin-right: 10px;
}
.author-social span.author-social__facebook a {
  color: #3B5998;
}
.author-social span.author-social__twitter a {
  color: #00aced;
}
.author-social a {
  color: #000000;
}

.archive-header .slug {
  margin-top: 0;
}

@media screen and (max-width: 39.9375em) {
  .main-grid.sidebar-left .main-content {
    order: 1;
  }
  .main-grid.sidebar-left .sidebar {
    order: 2;
  }
}
@media print, screen and (min-width: 40em) {
  .main-grid.sidebar-left .main-content {
    order: 2;
  }
  .main-grid.sidebar-left .sidebar {
    order: 1;
  }
}
.main-grid .main-content {
  font-size: 20px;
  line-height: 1.8em;
  font-weight: 500;
}
.main-grid .main-content p {
  line-height: 1.8em;
}
@media screen and (max-width: 39.9375em) {
  .main-grid .main-content p {
    line-height: 1.6em;
  }
}
.main-grid .main-content .entry-content a {
  font-weight: 600;
}
.main-grid .main-content .entry-content .pull-quote a {
  font-weight: 700;
}
.main-grid .main-content .entry-content h3, .main-grid .main-content .entry-content .h3 {
  font-family: "freight-sans-pro", Arial, sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: black;
}
.main-grid .main-content .entry-content .daily-explore h3, .main-grid .main-content .entry-content .daily-explore .h3 {
  font-family: "adobe-caslon-pro", "Times New Roman", Georgia, serif;
  font-size: 1.625rem;
}
.main-grid .main-content .entry-content h2, .main-grid .main-content .entry-content .h2 {
  font-size: 26px;
  line-height: 1.1em;
}
.main-grid .main-content blockquote {
  clear: both;
  padding: 0 1rem;
  margin: 0 1.5rem;
  border-left: 2px solid #4A4A4A;
  color: inherit;
}
.main-grid .main-content blockquote p {
  color: inherit;
  line-height: inherit;
}
.main-grid .main-content hr {
  width: 12px;
  border-bottom: 12px solid #000000;
  margin: 45px auto;
}
.main-grid .main-content p.lead {
  font-size: 20px;
  line-height: 1.8em;
  min-height: 6em;
}
.main-grid .main-content p.lead::first-letter {
  float: left;
  font-size: 5.8em;
  font-family: "adobe-caslon-pro", "Times New Roman", Georgia, serif;
  margin-right: 10px;
  margin-top: 22px;
  margin-bottom: -10px;
  line-height: 1em;
}
.main-grid .main-content p.add-drop-cap {
  min-height: 6em;
}
.main-grid .main-content p.add-drop-cap::first-letter {
  float: left;
  font-size: 5.8em;
  font-family: "adobe-caslon-pro", "Times New Roman", Georgia, serif;
  margin-right: 10px;
  margin-top: 22px;
  margin-bottom: -10px;
  line-height: 1em;
}
.article-meta {
  margin: 45px 0 25px 0;
}
@media screen and (max-width: 39.9375em) {
  .article-meta {
    margin: 15px 0 25px 0;
  }
}

.article-authors {
  font-weight: 600;
  display: inline-block;
  font-family: "adobe-caslon-pro", "Times New Roman", Georgia, serif;
  line-height: 1em;
}
.article-meta .article-authors {
  margin-right: 10px;
}
.article-meta .article-authors:after {
  content: "|";
  display: inline-block;
  margin-left: 10px;
}
.article-authors a {
  color: #AB0101;
}

.article-date {
  display: inline-block;
  margin-right: 15px;
  font-family: "adobe-caslon-pro", "Times New Roman", Georgia, serif;
}
.article-date .timestamp--updated {
  display: none;
}

.article-reading-time {
  display: inline-block;
  color: #4A4A4A;
  margin-right: 10px;
  font-weight: 600;
}
.article-reading-time .fa-clock {
  color: #4A4A4A;
  margin-right: 3px;
}

.article-partner-meta {
  display: inline-block;
  padding-left: 10px;
  border-left: 1px solid #2E303C;
  font-style: italic;
}

.article-share-container {
  margin-top: 40px;
}
@media print, screen and (min-width: 40em) {
  .article-share-container.article-top {
    width: 400px;
  }
}

.pull-quote {
  font-family: "adobe-caslon-pro", "Times New Roman", Georgia, serif;
  font-size: 45px;
  line-height: 1.1em;
  margin: 30px 0;
  font-weight: 700;
  color: #000000;
}
@media screen and (min-width: 75em) {
  .pull-quote.alignleft {
    width: 45%;
    float: left;
    margin-right: 15px;
  }
  .pull-quote.alignright {
    width: 45%;
    float: right;
    margin-left: 15px;
  }
}
@media screen and (max-width: 39.9375em) {
  .pull-quote {
    font-size: 32px;
    margin-top: 20px;
  }
}

.pull-quote__attribution {
  font-size: 0.67em;
  margin-top: 10px;
}
.pull-quote__attribution:before {
  content: "— ";
}

figure.wp-caption {
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
  max-width: 100%;
  /*
  @include breakpoint(large) {
    >figcaption { position: absolute; width: 275px; right: -300px; }
  }
  &.alignleft, &.alignright, &.aligncenter {
    >figcaption { position: static; width: auto; max-width: 90%; right: auto; }

    @include breakpoint(small only) {
      float: none;
      padding-left: 0;
      padding-right: 0;
    }
  }*/
}
figure.wp-caption > figcaption {
  bottom: 0;
  line-height: 1.4em;
  font-size: 12px;
  color: #4A4A4A;
}
figure.wp-caption.alignleft, figure.wp-caption.alignright {
  margin: 1rem 0;
}

.entry-tags {
  margin: 2rem 0;
  line-height: 1.65em;
}
.entry-tags a {
  display: inline-block;
  color: #000000;
  padding: 5px 10px 6px;
  background: #D8D8D8;
  margin-right: 3px;
  font-size: 14px;
  line-height: 1;
}
.entry-tags a:hover {
  opacity: 0.85;
}
.entry-tags .pub_tag a {
  background: #696969;
  color: white;
}

.article-authors.article-bottom .article-authors__author {
  margin-bottom: 10px;
  line-height: 1.2em;
  font-weight: 400;
}
.article-authors.article-bottom .article-authors__author a {
  font-weight: 600;
}
.article-authors.article-bottom .article-authors__author a.more {
  font-weight: 400;
  font-style: italic;
  padding-left: 5px;
}

.feedback-solicitation {
  margin: 2rem 0;
  font-size: 16px;
  line-height: 1em;
}
.feedback-solicitation a {
  font-weight: 600;
}

.article-citations-container {
  display: flex;
  margin: 40px 0 0;
  padding: 20px 0 0;
  clear: both;
  line-height: 1.4em;
  flex-direction: column;
}
.article-citations-container .jstor-logo {
  margin-right: 25px;
  padding-top: 10px;
  width: 55px;
  margin-bottom: 20px;
}
.article-citations-container .article-citations {
  flex: 1 1 0;
}
.article-citations-container .article-citations h2 {
  font-size: 24px;
  margin-bottom: 0;
}

.citation {
  margin-bottom: 2rem;
}
.citation .citation__title {
  font-weight: 600;
  position: relative;
}
.citation .citation__title.bar:before {
  background: #AB0101;
  width: 55px;
  height: 3px;
  position: absolute;
  top: -12px;
}
.citation:last-child {
  margin-bottom: 0;
}

a.jcitation:after {
  content: " ";
  width: 15px;
  height: 13px;
  display: inline-block;
  margin: 0 1px 0 2px;
  background: url("../images/j_cite_30x26.png") no-repeat;
  background-size: cover;
}

.article-partner-container {
  display: flex;
  margin: 40px 0 0;
  border-top: 1px solid #2E303C;
  padding: 20px 0 0;
}
.article-partner-container .article-partner-logo {
  margin-right: 25px;
  padding-top: 10px;
  flex: 0 1 65px;
}
.article-partner-container .article-partner-info {
  flex: 1 1 0;
}

@media print, screen and (min-width: 40em) {
  .article-footer {
    margin: 4rem 0;
  }
  .article-footer .more-stories {
    padding: 20px 0;
  }
}
.article-bottom-email-signup {
  margin-top: 40px;
}

.trending-stories h4, .recent-stories h4 {
  line-height: 1;
  margin-bottom: 16px;
}
.trending-stories ol, .recent-stories ol {
  margin-left: 0px;
  list-style: none;
}
.trending-stories li, .recent-stories li {
  line-height: 1.1em;
  margin-bottom: 14px;
}
.trending-stories a, .recent-stories a {
  font-weight: 600;
}
@media print, screen and (min-width: 40em) {
  .trending-stories, .recent-stories {
    margin-top: 20px;
    margin-bottom: 45px;
  }
  .sidebar .trending-stories, .sidebar .recent-stories {
    margin-top: 285px;
  }
}

.recent-stories ol {
  list-style: none;
  margin-left: 0;
}

@media print, screen and (min-width: 40em) {
  .next-story-container {
    margin: 110px 0 85px;
  }
}
.column_series_list_container {
  margin-bottom: 30px;
  color: white;
  background: black;
  font-weight: 500;
  font-size: 18px;
}
.column_series_list_container .inner {
  padding: 25px 25px 30px;
}
@media print, screen and (min-width: 40em) {
  .column_series_list_container {
    margin-bottom: 70px;
  }
}
.column_series_list_container h4 a {
  color: white;
}
.column_series_list_container .article-tease {
  border-top: 1px solid #949494;
  margin-bottom: 0;
}
.column_series_list_container .term_description {
  margin-top: 10px;
}
.column_series_list_container.daily_series {
  background: none;
  border: 1px solid #D6D6D6;
  color: inherit;
}
.column_series_list_container.daily_series h4 a {
  color: #AB0101;
}

.page-header {
  margin: 30px 0;
}

.daily-explore {
  margin: 2rem 0;
}
.daily-explore .article-tease .byline {
  display: inline-block;
}
.daily-explore .article-tease .article-date {
  margin-left: 10px;
  font-size: 18px;
}
.daily-explore .article-tease .article-date:before {
  content: "|";
  display: inline-block;
  margin-right: 10px;
}
.daily-explore.bg {
  background-color: #E7E7E7;
  padding: 10px 25px 8px;
}
.daily-explore.bg .article-tease {
  margin-bottom: 0;
}

.home .column_series_sidebar_feature {
  display: none;
}

@media screen and (max-width: 39.9375em) {
  .home .column_series_sub_feature {
    display: none;
  }
  .home .column_series_sidebar_feature {
    display: block;
  }
}
#comments {
  border-top: 1px solid #2E303C;
  margin-top: 10px;
  padding-top: 6px;
  font-size: 16px;
}
#comments p {
  margin-bottom: 1em;
}
#comments .comment-list {
  list-style: none;
  margin-left: 0;
}
#comments .comment-list .author-meta {
  font-style: italic;
}
#comments .comment-list .author-meta time {
  font-size: 0.8125rem;
  color: #4A4A4A;
  font-style: normal;
}

#respond {
  font-size: 16px;
}
#respond p {
  margin-bottom: 1em;
}
#respond .small {
  font-size: 14px;
}
#respond #allowed_tags {
  display: none;
}

.archive-header {
  margin-bottom: 2rem;
  font-weight: 600;
}
.archive-header p {
  font-size: 18px;
}

.editors-picks .article-tease:last-child {
  padding-bottom: 0;
}

.big-quote {
  padding-bottom: 26px;
}
.big-quote h2 {
  font-family: "adobe-caslon-pro", "Times New Roman", Georgia, serif;
  color: #000000;
  margin-bottom: 25px;
  margin-top: 45px;
  margin-left: 15px;
  line-height: 1.2em;
  font-weight: 700;
  font-size: 45px;
  text-decoration: underline;
}
.big-quote h3 a {
  color: #AB0101;
  font-family: "freight-sans-pro", Arial, sans-serif;
  font-size: 18px;
  margin-left: 15px;
  font-weight: 600;
}
@media screen and (max-width: 39.9375em) {
  .big-quote {
    margin-bottom: 0px;
  }
  .big-quote h2 {
    margin-bottom: 15px;
    margin-left: 0;
    font-size: 32px;
  }
  .big-quote h3 a {
    margin-left: 0;
  }
}

.article-tease {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.article-tease .article-tease__featured-image {
  position: relative;
}
.article-tease .article-tease__featured-image a::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: #AB0101;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.article-tease .article-tease__featured-image a:hover::before {
  opacity: 0.4;
}
.article-tease.vertical .article-tease__featured-image, .article-tease.full-width-vertical-right .article-tease__featured-image, .article-tease.full-width-vertical-left .article-tease__featured-image {
  text-align: center;
}
.article-tease.vertical .article-tease__featured-image img, .article-tease.full-width-vertical-right .article-tease__featured-image img, .article-tease.full-width-vertical-left .article-tease__featured-image img {
  width: 49.38%;
}
.article-tease.vertical.blue .article-tease__featured-image, .article-tease.full-width-vertical-right.blue .article-tease__featured-image, .article-tease.full-width-vertical-left.blue .article-tease__featured-image {
  background-color: #008095;
}
.article-tease.vertical.navy .article-tease__featured-image, .article-tease.full-width-vertical-right.navy .article-tease__featured-image, .article-tease.full-width-vertical-left.navy .article-tease__featured-image {
  background-color: #001732;
}
.article-tease.vertical.fire .article-tease__featured-image, .article-tease.full-width-vertical-right.fire .article-tease__featured-image, .article-tease.full-width-vertical-left.fire .article-tease__featured-image {
  background-color: #ea5034;
}
.article-tease.vertical.carrot .article-tease__featured-image, .article-tease.full-width-vertical-right.carrot .article-tease__featured-image, .article-tease.full-width-vertical-left.carrot .article-tease__featured-image {
  background-color: ed6939;
}
.article-tease.vertical.grape .article-tease__featured-image, .article-tease.full-width-vertical-right.grape .article-tease__featured-image, .article-tease.full-width-vertical-left.grape .article-tease__featured-image {
  background-color: #4d3245;
}
.article-tease.vertical.olive .article-tease__featured-image, .article-tease.full-width-vertical-right.olive .article-tease__featured-image, .article-tease.full-width-vertical-left.olive .article-tease__featured-image {
  background-color: #92b771;
}
.article-tease.vertical.sapphire .article-tease__featured-image, .article-tease.full-width-vertical-right.sapphire .article-tease__featured-image, .article-tease.full-width-vertical-left.sapphire .article-tease__featured-image {
  background-color: #5b97be;
}
.article-tease.vertical.latte .article-tease__featured-image, .article-tease.full-width-vertical-right.latte .article-tease__featured-image, .article-tease.full-width-vertical-left.latte .article-tease__featured-image {
  background-color: #cdbaa6;
}
.article-tease.vertical.pistachio .article-tease__featured-image, .article-tease.full-width-vertical-right.pistachio .article-tease__featured-image, .article-tease.full-width-vertical-left.pistachio .article-tease__featured-image {
  background-color: #aac216;
}
.article-tease.vertical.corn .article-tease__featured-image, .article-tease.full-width-vertical-right.corn .article-tease__featured-image, .article-tease.full-width-vertical-left.corn .article-tease__featured-image {
  background-color: #e4da0b;
}
.article-tease .slug {
  margin: 15px 0 10px;
  line-height: 1;
}
.article-tease .subtitle {
  line-height: 1.2em;
  font-size: 17px;
  margin: 0;
}
.article-tease h3 {
  margin: 0.5rem 0 0.25rem;
  font-weight: 600;
}
.article-tease h3 a {
  color: #000000;
}
.article-tease .article-tease__featured-image + h3 {
  margin-top: 1rem;
}
.article-tease.image-left {
  padding-bottom: 10px;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 30px;
}
.article-tease.image-left .article-tease__featured-image {
  flex: 0 1 240px;
  height: 160px;
}
.article-tease.image-left .article-tease__text {
  flex: 1 1 0;
  padding-left: 20px;
}
.article-tease.image-left .article-tease__text h3 {
  margin-top: 0;
  line-height: 1.1em;
}
.article-tease.image-left .article-tease__text .subtitle {
  font-size: inherit;
  margin: 0;
}
.article-tease.image-left .article-tease__text .byline {
  color: #4A4A4A;
}
.article-tease.image-left .article-tease__text .byline a {
  color: #000000;
}
@media screen and (max-width: 39.9375em) {
  .article-tease.image-left {
    flex-flow: column wrap;
  }
  .article-tease.image-left .article-tease__featured-image {
    flex: 1 1 auto;
    height: auto;
    margin: 0 0 20px 0;
  }
  .article-tease.image-left .article-tease__text {
    padding-left: 0;
  }
}
.article-tease.author {
  padding-bottom: 10px;
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 45px;
}
.article-tease.author .article-tease__featured-image {
  flex: 0 1 150px;
  height: 150px;
  margin-top: 5px;
  overflow: hidden;
}
.article-tease.author .author__info {
  flex: 1 1 0;
  padding-left: 20px;
}
.article-tease.author .author__info h3 {
  margin-top: -5px;
  line-height: 1.1em;
}
.article-tease.author .author__info .subtitle {
  font-size: inherit;
  margin: 0;
}
.article-tease.author .author__info .slug {
  margin-top: 0;
}
.homepage-main-feature .article-tease h3 {
  font-size: 55px;
  line-height: 1em;
  letter-spacing: -1px;
}
.homepage-main-feature .article-tease .subtitle {
  font-size: 21px;
  line-height: 1.2em;
  color: #2E303C;
}
.homepage-main-feature .article-tease .slug {
  margin: 20px 0 15px;
}
@media screen and (max-width: 39.9375em) {
  .homepage-main-feature .article-tease h3 {
    font-size: 36px;
  }
  .homepage-main-feature .article-tease .subtitle {
    line-height: 1.2em;
    font-size: 18px;
  }
}
.homepage-main-feature .article-tease .article-tease__featured-image a:hover::before {
  opacity: 0;
}
.home-latest-teases .article-tease {
  margin-bottom: 10px;
}
@media print, screen and (min-width: 55em) {
  .home-latest-teases .article-tease .article-tease__featured-image {
    text-align: center;
    display: none;
  }
  .home-latest-teases .article-tease:first-of-type .article-tease__featured-image {
    display: block;
  }
}
@media print, screen and (min-width: 40em) {
  .section.one-row .article-tease {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.home-latest-teases h4.section-header {
  margin-top: -6px;
}

.sidebar h4 {
  margin-top: -6px;
}

.home-latest-teases__archive a {
  font-weight: 600;
  color: #AB0101;
  font-size: 18px;
  letter-spacing: -0.4px;
}

/*
@include breakpoint(small only) {
  p.home-latest-teases__archive { margin-bottom: 0; }
}*/
.daily_email_signup {
  margin: 32px auto;
  padding: 30px 30px 15px;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #d6d6d6;
}
.daily_email_signup h4 {
  margin-bottom: 15px;
  font-family: "adobe-caslon-pro", "Times New Roman", Georgia, serif;
  font-size: 40px;
  line-height: 42px;
  letter-spacing: -0.025em;
}
@media screen and (max-width: 39.9375em) {
  .daily_email_signup h4 {
    font-size: 32px;
    line-height: 1.1em;
  }
}
.daily_email_signup p {
  margin-bottom: 0px;
  font-size: 15px;
  line-height: 18px !important;
}
.daily_email_signup form {
  margin: 0;
}
.daily_email_signup .flex-wrapper {
  display: flex;
}
.daily_email_signup .flex-wrapper .wpcf7-form-control-wrap.your-email {
  flex: 1 1 auto;
  line-height: 1em;
}
.daily_email_signup input[type=email], .daily_email_signup input[type=text] {
  font-family: Arial;
  background: white;
  border: 1px solid #aaaaaa;
  font-weight: 500;
  font-size: 15px;
  box-shadow: none;
  margin: 15px 0;
  height: 39px;
}
.daily_email_signup input[type=email]::placeholder {
  color: #bbbbbb;
  font-size: 14px;
}
.daily_email_signup input[type=email], .daily_email_signup input[type=text], .daily_email_signup input[type=submit] {
  margin: 15px 0;
}
.daily_email_signup input[type=email].wpcf7-not-valid, .daily_email_signup input[type=text].wpcf7-not-valid, .daily_email_signup input[type=submit].wpcf7-not-valid {
  margin-bottom: 0;
}
.daily_email_signup input[type=submit] {
  background: #AB0101;
  color: white;
  text-transform: capitalize;
  border-color: #ab0101;
  line-height: 1;
  vertical-align: top;
  padding: 7px 30px;
  height: 39px;
  font-weight: 600;
  font-size: 16px;
}
@media screen and (max-width: 39.9375em) {
  .daily_email_signup input[type=submit] {
    padding: 7px 18px;
  }
}
.daily_email_signup form .email-additional {
  font-size: 12px;
  line-height: 1.2em;
  margin: 15px 0;
  font-weight: 500;
}
.daily_email_signup form .email-additional a {
  font-weight: 600;
}
.daily_email_signup form .email-additional p, .daily_email_signup form .email-additional div {
  display: block;
  margin-bottom: 0;
}
.daily_email_signup div.wpcf7 .ajax-loader {
  display: none;
}
.homepage-side-email-signup .daily_email_signup {
  margin: 40px 0;
}
.homepage-side-email-signup .daily_email_signup .flex-wrapper, .page-side-email-signup .daily_email_signup .flex-wrapper {
  flex-direction: column;
}
.homepage-side-email-signup .daily_email_signup .button, .page-side-email-signup .daily_email_signup .button {
  width: 112px;
  margin: 2px 0;
}
.homepage-side-email-signup .daily_email_signup input[type=submit], .page-side-email-signup .daily_email_signup input[type=submit] {
  padding: 7px 15px;
}
@media screen and (max-width: 39.9375em) {
  .homepage-side-email-signup .daily_email_signup, .page-side-email-signup .daily_email_signup {
    margin: 40px auto 32px;
  }
}
.daily_email_signup.brand {
  background-color: #AB0101;
  border-color: #AB0101;
  color: #ffffff;
}
.daily_email_signup.brand a, .daily_email_signup.brand h4 {
  color: #ffffff;
}
.daily_email_signup.brand input[type=submit] {
  border-color: #DEDBDB;
}
.homepage-bottom-email-signup .daily_email_signup {
  margin: 40px auto;
  max-width: 900px;
  padding-top: 72px;
  padding-bottom: 52px;
}
.homepage-bottom-email-signup .daily_email_signup input[type=email], .homepage-bottom-email-signup .daily_email_signup input[type=text] {
  border: 0;
}
.homepage-bottom-email-signup .daily_email_signup h4 {
  font-size: 60px;
}
.homepage-bottom-email-signup .daily_email_signup .email-additional {
  margin-top: 30px;
}
@media screen and (max-width: 39.9375em) {
  .homepage-bottom-email-signup .daily_email_signup {
    margin: -20px 0 26px;
    padding-top: 32px;
    padding-bottom: 12px;
  }
  .homepage-bottom-email-signup .daily_email_signup h4 {
    font-size: 36px;
  }
}
.entry-content .daily_email_signup {
  padding: 45px 35px 20px;
  margin: 45px 0;
  clear: both;
}
.entry-content .daily_email_signup h4 {
  font-size: 48px;
}
.entry-content .daily_email_signup.no-border {
  border: 0;
  padding: 0;
}
.entry-content .daily_email_signup.no-border p {
  margin-bottom: 8px;
  font-size: inherit;
  line-height: inherit;
}
.entry-content .daily_email_signup.no-border .label {
  font-size: 18px;
}
.entry-content .daily_email_signup.no-border .form-item {
  margin-bottom: 18px;
}
.entry-content .daily_email_signup.no-border .form-item.checkbox-options {
  line-height: 1.5em;
}
.entry-content .daily_email_signup.no-border input[type=email], .entry-content .daily_email_signup.no-border input[type=submit] {
  margin: 0;
}
.entry-content .daily_email_signup.no-border [type=checkbox], .entry-content .daily_email_signup.no-border [type=file], .entry-content .daily_email_signup.no-border [type=radio] {
  margin: 0;
}
.popmake-content .daily_email_signup {
  border: 0;
  padding: 10px;
}

input[type=email].wpcf7-not-valid, input[type=text].wpcf7-not-valid, input[type=submit].wpcf7-not-valid {
  margin-bottom: 0;
}

span.wpcf7-not-valid-tip, div.wpcf7-response-output, .gfield .validation_message, .gform_wrapper .validation_error {
  color: #000000;
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  background: #ffcf2d;
  padding: 7px 6px;
  line-height: 1em;
}

div.wpcf7-response-output {
  margin: 8px 0 0;
  border: 0;
}
div.wpcf7-response-output.wpcf7-validation-errors, div.wpcf7-response-output.wpcf7-acceptance-missing {
  display: inline-block !important;
}
div.wpcf7-response-output.wpcf7-display-none {
  display: none;
}

.checkbox-options.unsubscribe-options {
  margin-bottom: 15px;
}
.checkbox-options.unsubscribe-options span.wpcf7-list-item {
  display: block;
  margin: 0;
  font-size: 16px;
}

@media only screen and (max-width: 449px) {
  .entry-content .daily_email_signup {
    padding: 22px 20px 3px;
    margin: -10px 0 15px 0;
    clear: both;
  }
  .entry-content .daily_email_signup h4 {
    font-size: 32px;
    margin-bottom: 5px;
  }
  .entry-content .daily_email_signup .flex-wrapper {
    flex-direction: column;
  }
  .entry-content .daily_email_signup input[type=email] {
    margin: 20px 0;
  }
  .entry-content .daily_email_signup input[type=submit] {
    width: 112px;
    margin: 0;
  }
}
@media only screen and (max-width: 349px) {
  .daily_email_signup {
    padding: 30px 15px 15px;
  }
  .daily_email_signup input[type=submit] {
    padding: 7px 8px;
  }
}
.entry-content .blend-in .daily_email_signup {
  padding: 0;
  border: 0;
  margin-top: 0;
}
.entry-content .blend-in .daily_email_signup p.info-text {
  font-size: inherit;
}
.entry-content .blend-in .daily_email_signup h4 {
  font-size: 32px;
  line-height: 1.2em;
  margin-bottom: 0;
}
.entry-content .blend-in .daily_email_signup .email-additional {
  margin: 0;
}
.entry-content .blend-in .daily_email_signup input[type=submit] {
  margin: 0;
}

.footer-container {
  margin: 0 auto;
  background-color: #E7E7E7;
  padding: 60px 0 35px;
}

.footer {
  font-size: 18px;
}
.footer p {
  font-weight: 500;
}
.footer a {
  font-weight: 600;
  color: #AB0101;
}
.footer h2 {
  font-size: 18px;
  margin-bottom: 2px;
}
.footer ul {
  list-style-type: none;
  margin: 30px 0 10px;
  padding: 0;
}
.footer ul#menu-footer-menu li {
  display: inline-block;
  width: 48%;
  margin-bottom: 5px;
  vertical-align: top;
}
.footer ul#menu-copyright-menu li {
  display: inline-block;
  font-size: 14px;
  margin-right: 22px;
}
.footer .description-wrapper {
  padding-right: 70px;
}
.footer .copyright-wrapper {
  position: relative;
}
.footer .copyright-wrapper img.logo {
  position: absolute;
  left: -99px;
  top: 2px;
  width: 65px;
}
.footer .copyright p {
  font-size: 12px;
}

@media screen and (max-width: 39.9375em) {
  .footer-container {
    padding: 40px 0 5px;
  }
  .footer .description-wrapper {
    padding-right: 0px;
  }
  .footer ul#menu-footer-menu li {
    width: 100%;
  }
  .footer .copyright-wrapper {
    padding-left: 70px;
  }
  .footer .copyright-wrapper img.logo {
    left: 0;
    width: 55px;
  }
}
.footer-widget {
  background: black;
  color: white;
  padding-top: 22px;
  padding-bottom: 22px;
}

.become-member h1 {
  line-height: 1.2em;
  font-size: 3rem;
  max-width: 300px;
}
@media screen and (max-width: 54.9375em) {
  .become-member h1 {
    font-size: 2.5rem;
    max-width: none;
  }
}
.become-member .cell {
  align-self: center;
}
@media screen and (max-width: 39.9375em) {
  .become-member .cell {
    align-self: auto;
  }
}
@media screen and (min-width: 75em) {
  .become-member .cell.medium-8 {
    margin-left: -42px;
  }
}
.become-member .description {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  margin-bottom: 12px;
}
.become-member .btn {
  background: #ab0101;
  color: white;
  display: inline-block;
  padding: 5px 20px 7px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid transparent;
}
@media screen and (max-width: 39.9375em) {
  .become-member .btn {
    padding: 5px 10px 7px;
  }
}
.become-member .btn:hover {
  color: #fff;
  border-color: #ab0101;
  background-color: transparent;
  text-decoration: none;
}

body#tinymce {
  height: auto;
  max-width: 80rem;
  padding: 1.25rem !important;
}

.sites-button {
  background: #AB0101;
  font-size: 1.25rem;
  font-weight: bold;
  box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.2) inset;
  border-radius: 3px;
  border: none;
}

.cards-container {
  display: flex;
  flex-flow: row wrap;
}
.cards-container .card {
  width: calc(100% - 1.5rem);
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
.cards-container .card .card-content {
  padding: 1rem;
}
@media print, screen and (min-width: 40em) {
  .cards-container .card {
    width: calc(33.3333333333% - 0.7rem);
    margin-right: 0.35rem;
    margin-left: 0.35rem;
  }
}

.dotted, .section-divider hr {
  border-style: dashed;
  margin: 2rem 0;
}

[data-whatinput=mouse] a:focus, button:focus [data-whatinput=touch] a:focus,
button:focus {
  outline: none;
}

.front-hero {
  background: url("../images/demo/hero-bg-foundation-6-small.svg") bottom center;
  background-size: cover;
  background-position: bottom;
  padding: 4.0625rem 0;
  margin: 0 0 2rem;
  height: auto;
  position: relative;
  text-align: left;
}
.front-hero .marketing {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  max-width: 55rem;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
}
@media print, screen and (min-width: 40em) {
  .front-hero .marketing {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media print, screen and (min-width: 55em) {
  .front-hero .marketing {
    padding-right: 4.375rem;
    padding-left: 4.375rem;
  }
}
@media print, screen and (min-width: 40em) {
  .front-hero {
    background: url("../images/demo/hero-bg-foundation-6-large.svg") bottom center;
    background-size: cover;
    background-position: center;
    height: 42.8125rem;
    margin: 0 0 4.5rem;
  }
}
.front-hero .watch {
  width: calc(58.3333333333% - 1.5rem);
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .front-hero .watch {
    width: calc(100% - 2.5rem);
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
}
.front-hero .watch a {
  color: #B4C9D1;
  cursor: pointer;
  font-weight: 400;
  margin-right: 1.25rem;
}
.front-hero .watch a:hover {
  color: #fff;
}
.front-hero .watch #stargazers :before {
  content: "\f09b";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #B4C9D1;
  margin-right: 0.5rem;
}
.front-hero .watch #twitter :before {
  content: "\f099";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #B4C9D1;
  margin-right: 0.5rem;
}
.front-hero .tagline {
  width: calc(66.6666666667% - 1.5rem);
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .front-hero .tagline {
    width: calc(41.6666666667% - 2.5rem);
    margin-right: 1.25rem;
    margin-left: 1.25rem;
    padding-top: 6rem;
  }
}
.front-hero h1 {
  color: #fff;
  font-weight: 500;
  font-size: 2.2rem;
}
@media print, screen and (min-width: 40em) {
  .front-hero h1 {
    font-size: 2.875rem;
  }
}
.front-hero h4 {
  color: #fefefe;
  font-weight: 300;
  font-size: 1.3125rem;
}
.front-hero .download {
  margin-top: 1.25rem;
}

.intro {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
}
@media print, screen and (min-width: 40em) {
  .intro {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media print, screen and (min-width: 55em) {
  .intro {
    padding-right: 4.375rem;
    padding-left: 4.375rem;
  }
}
.intro .fp-intro {
  width: calc(100% - 1.5rem);
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .intro .fp-intro {
    width: calc(83.3333333333% - 2.5rem);
    margin-right: 1.25rem;
    margin-left: 1.25rem;
    margin-left: calc(8.3333333333% + 0.75rem);
  }
  .intro .fp-intro h2 {
    font-weight: 300;
    margin-bottom: 1.5rem;
  }
  .intro .fp-intro h4 {
    font-size: 1.125rem;
    line-height: 1.6;
    color: #777;
    margin-bottom: 2rem;
  }
}

.section-divider {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
}
@media print, screen and (min-width: 40em) {
  .section-divider {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media print, screen and (min-width: 55em) {
  .section-divider {
    padding-right: 4.375rem;
    padding-left: 4.375rem;
  }
}
.section-divider hr {
  width: calc(100% - 4.375rem);
  margin-right: 2.1875rem;
  margin-left: 2.1875rem;
  box-sizing: border-box;
}

.benefits {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  max-width: 80rem;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
  text-align: center;
}
@media print, screen and (min-width: 40em) {
  .benefits {
    padding-right: 2.5rem;
    padding-left: 2.5rem;
  }
}
@media print, screen and (min-width: 55em) {
  .benefits {
    padding-right: 4.375rem;
    padding-left: 4.375rem;
  }
}
.benefits header {
  width: calc(100% - 4.375rem);
  margin-right: 2.1875rem;
  margin-left: 2.1875rem;
}
.benefits header h2 {
  font-weight: 300;
}
.benefits header h4 {
  font-size: 1.125rem;
  line-height: 1.6;
  color: #777;
}
.benefits .semantic,
.benefits .responsive,
.benefits .customizable,
.benefits .professional {
  width: calc(100% - 1.5rem);
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
@media print, screen and (min-width: 40em) {
  .benefits .semantic,
  .benefits .responsive,
  .benefits .customizable,
  .benefits .professional {
    width: calc(25% - 2.5rem);
    margin-right: 1.25rem;
    margin-left: 1.25rem;
  }
}
.benefits .semantic img,
.benefits .responsive img,
.benefits .customizable img,
.benefits .professional img {
  padding: 1.25rem;
  margin: 1rem auto 0 auto;
}
.benefits .semantic h3,
.benefits .responsive h3,
.benefits .customizable h3,
.benefits .professional h3 {
  color: #0a0a0a;
  font-weight: 300;
  font-size: 1.75rem;
}
.benefits .semantic p,
.benefits .responsive p,
.benefits .customizable p,
.benefits .professional p {
  font-size: 0.9375rem;
}
.benefits .why-foundation {
  width: calc(100% - 4.375rem);
  margin-right: 2.1875rem;
  margin-left: 2.1875rem;
  margin-top: 4rem;
}

.kitchen-sink-header {
  width: calc(100% - 4.375rem);
  margin-right: 2.1875rem;
  margin-left: 2.1875rem;
}

.kitchen-sink-components {
  width: calc(100% - 1.5rem);
  margin-right: 0.75rem;
  margin-left: 0.75rem;
}
.kitchen-sink-components hr {
  margin: 3rem 0;
}
@media print, screen and (min-width: 55em) {
  .kitchen-sink-components {
    width: calc(75% - 4.375rem);
    margin-right: 2.1875rem;
    margin-left: 2.1875rem;
  }
}

.kitchen-sink-nav {
  display: none;
}
@media print, screen and (min-width: 55em) {
  .kitchen-sink-nav {
    width: calc(25% - 4.375rem);
    margin-right: 2.1875rem;
    margin-left: 2.1875rem;
    display: block;
    float: right;
  }
  .kitchen-sink-nav .docs-sub-menu {
    font-size: 0.85rem;
    margin-top: 1rem;
  }
  .kitchen-sink-nav .docs-menu-title {
    text-transform: uppercase;
    font-size: 0.75rem;
    color: #2E303C;
    font-weight: bold;
    line-height: 1;
    padding-left: 0.9rem;
    margin-bottom: 0.5rem;
    border-top: 1px solid #949494;
    margin-top: 1rem;
    padding-top: 1.5rem;
  }
  .kitchen-sink-nav .docs-toc {
    width: 100%;
    padding-left: 4rem;
    padding-right: 1rem;
  }
  .kitchen-sink-nav .docs-toc .active {
    background: #2199e8;
    color: white;
  }
  .kitchen-sink-nav .docs-toc .docs-sub-menu:first-child .docs-menu-title {
    margin-top: 0;
    border-top: 0;
    padding-top: 0;
  }
}

.kitchen-sink-grid .grid-x {
  background: #d6ecfa;
  font-size: 12px;
  line-height: 2rem;
  margin-bottom: 1.5rem;
}
.kitchen-sink-grid .grid-x .cell, .kitchen-sink-grid .grid-x :nth-child(odd) {
  background: #7bc1ef;
  color: #0a0a0a;
}
.kitchen-sink-grid .grid-x .cell:nth-child(even) {
  background: #1779ba;
  color: #fefefe;
}
