<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/**
 * Spacing classes
 *
 * Used to override styles on components without need for
 * additional modifier classes
 *
 * Usage:
 *  &lt;div class="u-mbZ"&gt; // margin-bottom: 0
 *  &lt;div class="u-mt20"&gt; // margin-top: 20px
 */
/**
 * Vertical
 */
.u-m-1 {
  margin: 1em !important; }

.u-mt-1 {
  margin-top: 1em !important; }

.u-mr-1 {
  margin-right: 1em !important; }

.u-mb-1 {
  margin-bottom: 1em !important; }

.u-ml-1 {
  margin-left: 1em !important; }

.u-p-1 {
  padding: 1em !important; }

.u-pt-1 {
  padding-top: 1em !important; }

.u-pr-1 {
  padding-right: 1em !important; }

.u-pb-1 {
  padding-bottom: 1em !important; }

.u-pl-1 {
  padding-left: 1em !important; }

.u-m-2 {
  margin: 2em !important; }

.u-mt-2 {
  margin-top: 2em !important; }

.u-mr-2 {
  margin-right: 2em !important; }

.u-mb-2 {
  margin-bottom: 2em !important; }

.u-ml-2 {
  margin-left: 2em !important; }

.u-p-2 {
  padding: 2em !important; }

.u-pt-2 {
  padding-top: 2em !important; }

.u-pr-2 {
  padding-right: 2em !important; }

.u-pb-2 {
  padding-bottom: 2em !important; }

.u-pl-2 {
  padding-left: 2em !important; }

.u-m-3 {
  margin: 3em !important; }

.u-mt-3 {
  margin-top: 3em !important; }

.u-mr-3 {
  margin-right: 3em !important; }

.u-mb-3 {
  margin-bottom: 3em !important; }

.u-ml-3 {
  margin-left: 3em !important; }

.u-p-3 {
  padding: 3em !important; }

.u-pt-3 {
  padding-top: 3em !important; }

.u-pr-3 {
  padding-right: 3em !important; }

.u-pb-3 {
  padding-bottom: 3em !important; }

.u-pl-3 {
  padding-left: 3em !important; }

.u-m-4 {
  margin: 4em !important; }

.u-mt-4 {
  margin-top: 4em !important; }

.u-mr-4 {
  margin-right: 4em !important; }

.u-mb-4 {
  margin-bottom: 4em !important; }

.u-ml-4 {
  margin-left: 4em !important; }

.u-p-4 {
  padding: 4em !important; }

.u-pt-4 {
  padding-top: 4em !important; }

.u-pr-4 {
  padding-right: 4em !important; }

.u-pb-4 {
  padding-bottom: 4em !important; }

.u-pl-4 {
  padding-left: 4em !important; }

.u-m-5 {
  margin: 5em !important; }

.u-mt-5 {
  margin-top: 5em !important; }

.u-mr-5 {
  margin-right: 5em !important; }

.u-mb-5 {
  margin-bottom: 5em !important; }

.u-ml-5 {
  margin-left: 5em !important; }

.u-p-5 {
  padding: 5em !important; }

.u-pt-5 {
  padding-top: 5em !important; }

.u-pr-5 {
  padding-right: 5em !important; }

.u-pb-5 {
  padding-bottom: 5em !important; }

.u-pl-5 {
  padding-left: 5em !important; }

.u-m-6 {
  margin: 6em !important; }

.u-mt-6 {
  margin-top: 6em !important; }

.u-mr-6 {
  margin-right: 6em !important; }

.u-mb-6 {
  margin-bottom: 6em !important; }

.u-ml-6 {
  margin-left: 6em !important; }

.u-p-6 {
  padding: 6em !important; }

.u-pt-6 {
  padding-top: 6em !important; }

.u-pr-6 {
  padding-right: 6em !important; }

.u-pb-6 {
  padding-bottom: 6em !important; }

.u-pl-6 {
  padding-left: 6em !important; }

/**
 * Zero
 */
.u-mZ {
  margin: 0 !important; }

.u-mtZ {
  margin-top: 0 !important; }

.u-mrZ {
  margin-right: 0 !important; }

.u-mbZ {
  margin-bottom: 0 !important; }

.u-mlZ {
  margin-left: 0 !important; }

.u-pZ {
  padding: 0 !important; }

.u-ptZ {
  padding-top: 0 !important; }

.u-prZ {
  padding-right: 0 !important; }

.u-pbZ {
  padding-bottom: 0 !important; }

.u-plZ {
  padding-left: 0 !important; }

@font-face {
  font-family: 'penncap-icons';
  src: url("../fonts/penncap-icons.ttf?chcp64") format("truetype"), url("../fonts/penncap-icons.woff?chcp64") format("woff"), url("../fonts/penncap-icons.svg?chcp64#penncap-icons") format("svg");
  font-weight: normal;
  font-style: normal; }

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

.icon-search:before {
  content: ""; }

/**
 * Foundation for Sites
 * Version 6.6.3
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 40em) {
  .reveal, .reveal.tiny, .reveal.small, .reveal.large {
    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;
  -webkit-backface-visibility: hidden;
  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;
  -webkit-backface-visibility: hidden;
  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;
  -webkit-backface-visibility: hidden;
  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;
  -webkit-backface-visibility: hidden;
  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;
  -webkit-backface-visibility: hidden;
  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;
  -webkit-backface-visibility: hidden;
  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;
  -webkit-backface-visibility: hidden;
  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;
  -webkit-backface-visibility: hidden;
  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.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

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

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

a {
  background-color: transparent; }

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

b,
strong {
  font-weight: bolder; }

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

small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

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

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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

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

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

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

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

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

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

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

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

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

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

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

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

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

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

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

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

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

pre {
  overflow: auto; }

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

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

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

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

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

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

.grid-x &gt; .auto {
  width: auto; }

.grid-x &gt; .shrink {
  width: auto; }

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

@media print, screen and (min-width: 40em) {
  .grid-x &gt; .medium-shrink, .grid-x &gt; .medium-full, .grid-x &gt; .medium-1, .grid-x &gt; .medium-2, .grid-x &gt; .medium-3, .grid-x &gt; .medium-4, .grid-x &gt; .medium-5, .grid-x &gt; .medium-6, .grid-x &gt; .medium-7, .grid-x &gt; .medium-8, .grid-x &gt; .medium-9, .grid-x &gt; .medium-10, .grid-x &gt; .medium-11, .grid-x &gt; .medium-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }

@media print, screen and (min-width: 64em) {
  .grid-x &gt; .large-shrink, .grid-x &gt; .large-full, .grid-x &gt; .large-1, .grid-x &gt; .large-2, .grid-x &gt; .large-3, .grid-x &gt; .large-4, .grid-x &gt; .large-5, .grid-x &gt; .large-6, .grid-x &gt; .large-7, .grid-x &gt; .large-8, .grid-x &gt; .large-9, .grid-x &gt; .large-10, .grid-x &gt; .large-11, .grid-x &gt; .large-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }

@media screen and (min-width: 90em) {
  .grid-x &gt; .xxlarge-shrink, .grid-x &gt; .xxlarge-full, .grid-x &gt; .xxlarge-1, .grid-x &gt; .xxlarge-2, .grid-x &gt; .xxlarge-3, .grid-x &gt; .xxlarge-4, .grid-x &gt; .xxlarge-5, .grid-x &gt; .xxlarge-6, .grid-x &gt; .xxlarge-7, .grid-x &gt; .xxlarge-8, .grid-x &gt; .xxlarge-9, .grid-x &gt; .xxlarge-10, .grid-x &gt; .xxlarge-11, .grid-x &gt; .xxlarge-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto; } }

.grid-x &gt; .small-1, .grid-x &gt; .small-2, .grid-x &gt; .small-3, .grid-x &gt; .small-4, .grid-x &gt; .small-5, .grid-x &gt; .small-6, .grid-x &gt; .small-7, .grid-x &gt; .small-8, .grid-x &gt; .small-9, .grid-x &gt; .small-10, .grid-x &gt; .small-11, .grid-x &gt; .small-12 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.grid-x &gt; .small-1 {
  width: 8.33333%; }

.grid-x &gt; .small-2 {
  width: 16.66667%; }

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

.grid-x &gt; .small-4 {
  width: 33.33333%; }

.grid-x &gt; .small-5 {
  width: 41.66667%; }

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

.grid-x &gt; .small-7 {
  width: 58.33333%; }

.grid-x &gt; .small-8 {
  width: 66.66667%; }

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

.grid-x &gt; .small-10 {
  width: 83.33333%; }

.grid-x &gt; .small-11 {
  width: 91.66667%; }

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

@media print, screen and (min-width: 40em) {
  .grid-x &gt; .medium-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto; }
  .grid-x &gt; .medium-shrink, .grid-x &gt; .medium-1, .grid-x &gt; .medium-2, .grid-x &gt; .medium-3, .grid-x &gt; .medium-4, .grid-x &gt; .medium-5, .grid-x &gt; .medium-6, .grid-x &gt; .medium-7, .grid-x &gt; .medium-8, .grid-x &gt; .medium-9, .grid-x &gt; .medium-10, .grid-x &gt; .medium-11, .grid-x &gt; .medium-12 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .grid-x &gt; .medium-shrink {
    width: auto; }
  .grid-x &gt; .medium-1 {
    width: 8.33333%; }
  .grid-x &gt; .medium-2 {
    width: 16.66667%; }
  .grid-x &gt; .medium-3 {
    width: 25%; }
  .grid-x &gt; .medium-4 {
    width: 33.33333%; }
  .grid-x &gt; .medium-5 {
    width: 41.66667%; }
  .grid-x &gt; .medium-6 {
    width: 50%; }
  .grid-x &gt; .medium-7 {
    width: 58.33333%; }
  .grid-x &gt; .medium-8 {
    width: 66.66667%; }
  .grid-x &gt; .medium-9 {
    width: 75%; }
  .grid-x &gt; .medium-10 {
    width: 83.33333%; }
  .grid-x &gt; .medium-11 {
    width: 91.66667%; }
  .grid-x &gt; .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .grid-x &gt; .large-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto; }
  .grid-x &gt; .large-shrink, .grid-x &gt; .large-1, .grid-x &gt; .large-2, .grid-x &gt; .large-3, .grid-x &gt; .large-4, .grid-x &gt; .large-5, .grid-x &gt; .large-6, .grid-x &gt; .large-7, .grid-x &gt; .large-8, .grid-x &gt; .large-9, .grid-x &gt; .large-10, .grid-x &gt; .large-11, .grid-x &gt; .large-12 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .grid-x &gt; .large-shrink {
    width: auto; }
  .grid-x &gt; .large-1 {
    width: 8.33333%; }
  .grid-x &gt; .large-2 {
    width: 16.66667%; }
  .grid-x &gt; .large-3 {
    width: 25%; }
  .grid-x &gt; .large-4 {
    width: 33.33333%; }
  .grid-x &gt; .large-5 {
    width: 41.66667%; }
  .grid-x &gt; .large-6 {
    width: 50%; }
  .grid-x &gt; .large-7 {
    width: 58.33333%; }
  .grid-x &gt; .large-8 {
    width: 66.66667%; }
  .grid-x &gt; .large-9 {
    width: 75%; }
  .grid-x &gt; .large-10 {
    width: 83.33333%; }
  .grid-x &gt; .large-11 {
    width: 91.66667%; }
  .grid-x &gt; .large-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .grid-x &gt; .xxlarge-auto {
    -ms-flex: 1 1 0px;
    flex: 1 1 0px;
    width: auto; }
  .grid-x &gt; .xxlarge-shrink, .grid-x &gt; .xxlarge-1, .grid-x &gt; .xxlarge-2, .grid-x &gt; .xxlarge-3, .grid-x &gt; .xxlarge-4, .grid-x &gt; .xxlarge-5, .grid-x &gt; .xxlarge-6, .grid-x &gt; .xxlarge-7, .grid-x &gt; .xxlarge-8, .grid-x &gt; .xxlarge-9, .grid-x &gt; .xxlarge-10, .grid-x &gt; .xxlarge-11, .grid-x &gt; .xxlarge-12 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .grid-x &gt; .xxlarge-shrink {
    width: auto; }
  .grid-x &gt; .xxlarge-1 {
    width: 8.33333%; }
  .grid-x &gt; .xxlarge-2 {
    width: 16.66667%; }
  .grid-x &gt; .xxlarge-3 {
    width: 25%; }
  .grid-x &gt; .xxlarge-4 {
    width: 33.33333%; }
  .grid-x &gt; .xxlarge-5 {
    width: 41.66667%; }
  .grid-x &gt; .xxlarge-6 {
    width: 50%; }
  .grid-x &gt; .xxlarge-7 {
    width: 58.33333%; }
  .grid-x &gt; .xxlarge-8 {
    width: 66.66667%; }
  .grid-x &gt; .xxlarge-9 {
    width: 75%; }
  .grid-x &gt; .xxlarge-10 {
    width: 83.33333%; }
  .grid-x &gt; .xxlarge-11 {
    width: 91.66667%; }
  .grid-x &gt; .xxlarge-12 {
    width: 100%; } }

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

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

.grid-margin-x {
  margin-left: -0.625rem;
  margin-right: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x {
      margin-left: -0.9375rem;
      margin-right: -0.9375rem; } }
  .grid-margin-x &gt; .cell {
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x &gt; .cell {
      width: calc(100% - 1.875rem);
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }
  .grid-margin-x &gt; .auto {
    width: auto; }
  .grid-margin-x &gt; .shrink {
    width: auto; }
  .grid-margin-x &gt; .small-1 {
    width: calc(8.33333% - 1.25rem); }
  .grid-margin-x &gt; .small-2 {
    width: calc(16.66667% - 1.25rem); }
  .grid-margin-x &gt; .small-3 {
    width: calc(25% - 1.25rem); }
  .grid-margin-x &gt; .small-4 {
    width: calc(33.33333% - 1.25rem); }
  .grid-margin-x &gt; .small-5 {
    width: calc(41.66667% - 1.25rem); }
  .grid-margin-x &gt; .small-6 {
    width: calc(50% - 1.25rem); }
  .grid-margin-x &gt; .small-7 {
    width: calc(58.33333% - 1.25rem); }
  .grid-margin-x &gt; .small-8 {
    width: calc(66.66667% - 1.25rem); }
  .grid-margin-x &gt; .small-9 {
    width: calc(75% - 1.25rem); }
  .grid-margin-x &gt; .small-10 {
    width: calc(83.33333% - 1.25rem); }
  .grid-margin-x &gt; .small-11 {
    width: calc(91.66667% - 1.25rem); }
  .grid-margin-x &gt; .small-12 {
    width: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-x &gt; .auto {
      width: auto; }
    .grid-margin-x &gt; .shrink {
      width: auto; }
    .grid-margin-x &gt; .small-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x &gt; .small-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x &gt; .small-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x &gt; .small-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x &gt; .small-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x &gt; .small-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x &gt; .small-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x &gt; .small-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x &gt; .small-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x &gt; .small-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x &gt; .small-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x &gt; .small-12 {
      width: calc(100% - 1.875rem); }
    .grid-margin-x &gt; .medium-auto {
      width: auto; }
    .grid-margin-x &gt; .medium-shrink {
      width: auto; }
    .grid-margin-x &gt; .medium-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x &gt; .medium-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x &gt; .medium-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x &gt; .medium-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x &gt; .medium-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x &gt; .medium-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x &gt; .medium-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x &gt; .medium-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x &gt; .medium-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x &gt; .medium-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x &gt; .medium-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x &gt; .medium-12 {
      width: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-x &gt; .large-auto {
      width: auto; }
    .grid-margin-x &gt; .large-shrink {
      width: auto; }
    .grid-margin-x &gt; .large-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x &gt; .large-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x &gt; .large-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x &gt; .large-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x &gt; .large-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x &gt; .large-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x &gt; .large-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x &gt; .large-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x &gt; .large-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x &gt; .large-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x &gt; .large-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x &gt; .large-12 {
      width: calc(100% - 1.875rem); } }
  @media screen and (min-width: 90em) {
    .grid-margin-x &gt; .xxlarge-auto {
      width: auto; }
    .grid-margin-x &gt; .xxlarge-shrink {
      width: auto; }
    .grid-margin-x &gt; .xxlarge-1 {
      width: calc(8.33333% - 1.875rem); }
    .grid-margin-x &gt; .xxlarge-2 {
      width: calc(16.66667% - 1.875rem); }
    .grid-margin-x &gt; .xxlarge-3 {
      width: calc(25% - 1.875rem); }
    .grid-margin-x &gt; .xxlarge-4 {
      width: calc(33.33333% - 1.875rem); }
    .grid-margin-x &gt; .xxlarge-5 {
      width: calc(41.66667% - 1.875rem); }
    .grid-margin-x &gt; .xxlarge-6 {
      width: calc(50% - 1.875rem); }
    .grid-margin-x &gt; .xxlarge-7 {
      width: calc(58.33333% - 1.875rem); }
    .grid-margin-x &gt; .xxlarge-8 {
      width: calc(66.66667% - 1.875rem); }
    .grid-margin-x &gt; .xxlarge-9 {
      width: calc(75% - 1.875rem); }
    .grid-margin-x &gt; .xxlarge-10 {
      width: calc(83.33333% - 1.875rem); }
    .grid-margin-x &gt; .xxlarge-11 {
      width: calc(91.66667% - 1.875rem); }
    .grid-margin-x &gt; .xxlarge-12 {
      width: calc(100% - 1.875rem); } }

.grid-padding-x .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }

.grid-container:not(.full) &gt; .grid-padding-x {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-container:not(.full) &gt; .grid-padding-x {
      margin-right: -0.9375rem;
      margin-left: -0.9375rem; } }

.grid-padding-x &gt; .cell {
  padding-right: 0.625rem;
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-x &gt; .cell {
      padding-right: 0.9375rem;
      padding-left: 0.9375rem; } }

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

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

.small-up-3 &gt; .cell {
  width: 33.33333%; }

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

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

.small-up-6 &gt; .cell {
  width: 16.66667%; }

.small-up-7 &gt; .cell {
  width: 14.28571%; }

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

@media print, screen and (min-width: 40em) {
  .medium-up-1 &gt; .cell {
    width: 100%; }
  .medium-up-2 &gt; .cell {
    width: 50%; }
  .medium-up-3 &gt; .cell {
    width: 33.33333%; }
  .medium-up-4 &gt; .cell {
    width: 25%; }
  .medium-up-5 &gt; .cell {
    width: 20%; }
  .medium-up-6 &gt; .cell {
    width: 16.66667%; }
  .medium-up-7 &gt; .cell {
    width: 14.28571%; }
  .medium-up-8 &gt; .cell {
    width: 12.5%; } }

@media print, screen and (min-width: 64em) {
  .large-up-1 &gt; .cell {
    width: 100%; }
  .large-up-2 &gt; .cell {
    width: 50%; }
  .large-up-3 &gt; .cell {
    width: 33.33333%; }
  .large-up-4 &gt; .cell {
    width: 25%; }
  .large-up-5 &gt; .cell {
    width: 20%; }
  .large-up-6 &gt; .cell {
    width: 16.66667%; }
  .large-up-7 &gt; .cell {
    width: 14.28571%; }
  .large-up-8 &gt; .cell {
    width: 12.5%; } }

@media screen and (min-width: 90em) {
  .xxlarge-up-1 &gt; .cell {
    width: 100%; }
  .xxlarge-up-2 &gt; .cell {
    width: 50%; }
  .xxlarge-up-3 &gt; .cell {
    width: 33.33333%; }
  .xxlarge-up-4 &gt; .cell {
    width: 25%; }
  .xxlarge-up-5 &gt; .cell {
    width: 20%; }
  .xxlarge-up-6 &gt; .cell {
    width: 16.66667%; }
  .xxlarge-up-7 &gt; .cell {
    width: 14.28571%; }
  .xxlarge-up-8 &gt; .cell {
    width: 12.5%; } }

.grid-margin-x.small-up-1 &gt; .cell {
  width: calc(100% - 1.25rem); }

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

.grid-margin-x.small-up-3 &gt; .cell {
  width: calc(33.33333% - 1.25rem); }

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

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

.grid-margin-x.small-up-6 &gt; .cell {
  width: calc(16.66667% - 1.25rem); }

.grid-margin-x.small-up-7 &gt; .cell {
  width: calc(14.28571% - 1.25rem); }

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

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

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

@media screen and (min-width: 90em) {
  .grid-margin-x.xxlarge-up-1 &gt; .cell {
    width: calc(100% - 1.875rem); }
  .grid-margin-x.xxlarge-up-2 &gt; .cell {
    width: calc(50% - 1.875rem); }
  .grid-margin-x.xxlarge-up-3 &gt; .cell {
    width: calc(33.33333% - 1.875rem); }
  .grid-margin-x.xxlarge-up-4 &gt; .cell {
    width: calc(25% - 1.875rem); }
  .grid-margin-x.xxlarge-up-5 &gt; .cell {
    width: calc(20% - 1.875rem); }
  .grid-margin-x.xxlarge-up-6 &gt; .cell {
    width: calc(16.66667% - 1.875rem); }
  .grid-margin-x.xxlarge-up-7 &gt; .cell {
    width: calc(14.28571% - 1.875rem); }
  .grid-margin-x.xxlarge-up-8 &gt; .cell {
    width: calc(12.5% - 1.875rem); } }

.small-margin-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-margin-collapse &gt; .cell {
    margin-right: 0;
    margin-left: 0; }
  .small-margin-collapse &gt; .small-1 {
    width: 8.33333%; }
  .small-margin-collapse &gt; .small-2 {
    width: 16.66667%; }
  .small-margin-collapse &gt; .small-3 {
    width: 25%; }
  .small-margin-collapse &gt; .small-4 {
    width: 33.33333%; }
  .small-margin-collapse &gt; .small-5 {
    width: 41.66667%; }
  .small-margin-collapse &gt; .small-6 {
    width: 50%; }
  .small-margin-collapse &gt; .small-7 {
    width: 58.33333%; }
  .small-margin-collapse &gt; .small-8 {
    width: 66.66667%; }
  .small-margin-collapse &gt; .small-9 {
    width: 75%; }
  .small-margin-collapse &gt; .small-10 {
    width: 83.33333%; }
  .small-margin-collapse &gt; .small-11 {
    width: 91.66667%; }
  .small-margin-collapse &gt; .small-12 {
    width: 100%; }
  @media print, screen and (min-width: 40em) {
    .small-margin-collapse &gt; .medium-1 {
      width: 8.33333%; }
    .small-margin-collapse &gt; .medium-2 {
      width: 16.66667%; }
    .small-margin-collapse &gt; .medium-3 {
      width: 25%; }
    .small-margin-collapse &gt; .medium-4 {
      width: 33.33333%; }
    .small-margin-collapse &gt; .medium-5 {
      width: 41.66667%; }
    .small-margin-collapse &gt; .medium-6 {
      width: 50%; }
    .small-margin-collapse &gt; .medium-7 {
      width: 58.33333%; }
    .small-margin-collapse &gt; .medium-8 {
      width: 66.66667%; }
    .small-margin-collapse &gt; .medium-9 {
      width: 75%; }
    .small-margin-collapse &gt; .medium-10 {
      width: 83.33333%; }
    .small-margin-collapse &gt; .medium-11 {
      width: 91.66667%; }
    .small-margin-collapse &gt; .medium-12 {
      width: 100%; } }
  @media print, screen and (min-width: 64em) {
    .small-margin-collapse &gt; .large-1 {
      width: 8.33333%; }
    .small-margin-collapse &gt; .large-2 {
      width: 16.66667%; }
    .small-margin-collapse &gt; .large-3 {
      width: 25%; }
    .small-margin-collapse &gt; .large-4 {
      width: 33.33333%; }
    .small-margin-collapse &gt; .large-5 {
      width: 41.66667%; }
    .small-margin-collapse &gt; .large-6 {
      width: 50%; }
    .small-margin-collapse &gt; .large-7 {
      width: 58.33333%; }
    .small-margin-collapse &gt; .large-8 {
      width: 66.66667%; }
    .small-margin-collapse &gt; .large-9 {
      width: 75%; }
    .small-margin-collapse &gt; .large-10 {
      width: 83.33333%; }
    .small-margin-collapse &gt; .large-11 {
      width: 91.66667%; }
    .small-margin-collapse &gt; .large-12 {
      width: 100%; } }
  @media screen and (min-width: 90em) {
    .small-margin-collapse &gt; .xxlarge-1 {
      width: 8.33333%; }
    .small-margin-collapse &gt; .xxlarge-2 {
      width: 16.66667%; }
    .small-margin-collapse &gt; .xxlarge-3 {
      width: 25%; }
    .small-margin-collapse &gt; .xxlarge-4 {
      width: 33.33333%; }
    .small-margin-collapse &gt; .xxlarge-5 {
      width: 41.66667%; }
    .small-margin-collapse &gt; .xxlarge-6 {
      width: 50%; }
    .small-margin-collapse &gt; .xxlarge-7 {
      width: 58.33333%; }
    .small-margin-collapse &gt; .xxlarge-8 {
      width: 66.66667%; }
    .small-margin-collapse &gt; .xxlarge-9 {
      width: 75%; }
    .small-margin-collapse &gt; .xxlarge-10 {
      width: 83.33333%; }
    .small-margin-collapse &gt; .xxlarge-11 {
      width: 91.66667%; }
    .small-margin-collapse &gt; .xxlarge-12 {
      width: 100%; } }

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0; }
  .small-padding-collapse &gt; .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 &gt; .cell {
      margin-right: 0;
      margin-left: 0; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse &gt; .small-1 {
    width: 8.33333%; }
  .medium-margin-collapse &gt; .small-2 {
    width: 16.66667%; }
  .medium-margin-collapse &gt; .small-3 {
    width: 25%; }
  .medium-margin-collapse &gt; .small-4 {
    width: 33.33333%; }
  .medium-margin-collapse &gt; .small-5 {
    width: 41.66667%; }
  .medium-margin-collapse &gt; .small-6 {
    width: 50%; }
  .medium-margin-collapse &gt; .small-7 {
    width: 58.33333%; }
  .medium-margin-collapse &gt; .small-8 {
    width: 66.66667%; }
  .medium-margin-collapse &gt; .small-9 {
    width: 75%; }
  .medium-margin-collapse &gt; .small-10 {
    width: 83.33333%; }
  .medium-margin-collapse &gt; .small-11 {
    width: 91.66667%; }
  .medium-margin-collapse &gt; .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 40em) {
  .medium-margin-collapse &gt; .medium-1 {
    width: 8.33333%; }
  .medium-margin-collapse &gt; .medium-2 {
    width: 16.66667%; }
  .medium-margin-collapse &gt; .medium-3 {
    width: 25%; }
  .medium-margin-collapse &gt; .medium-4 {
    width: 33.33333%; }
  .medium-margin-collapse &gt; .medium-5 {
    width: 41.66667%; }
  .medium-margin-collapse &gt; .medium-6 {
    width: 50%; }
  .medium-margin-collapse &gt; .medium-7 {
    width: 58.33333%; }
  .medium-margin-collapse &gt; .medium-8 {
    width: 66.66667%; }
  .medium-margin-collapse &gt; .medium-9 {
    width: 75%; }
  .medium-margin-collapse &gt; .medium-10 {
    width: 83.33333%; }
  .medium-margin-collapse &gt; .medium-11 {
    width: 91.66667%; }
  .medium-margin-collapse &gt; .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .medium-margin-collapse &gt; .large-1 {
    width: 8.33333%; }
  .medium-margin-collapse &gt; .large-2 {
    width: 16.66667%; }
  .medium-margin-collapse &gt; .large-3 {
    width: 25%; }
  .medium-margin-collapse &gt; .large-4 {
    width: 33.33333%; }
  .medium-margin-collapse &gt; .large-5 {
    width: 41.66667%; }
  .medium-margin-collapse &gt; .large-6 {
    width: 50%; }
  .medium-margin-collapse &gt; .large-7 {
    width: 58.33333%; }
  .medium-margin-collapse &gt; .large-8 {
    width: 66.66667%; }
  .medium-margin-collapse &gt; .large-9 {
    width: 75%; }
  .medium-margin-collapse &gt; .large-10 {
    width: 83.33333%; }
  .medium-margin-collapse &gt; .large-11 {
    width: 91.66667%; }
  .medium-margin-collapse &gt; .large-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .medium-margin-collapse &gt; .xxlarge-1 {
    width: 8.33333%; }
  .medium-margin-collapse &gt; .xxlarge-2 {
    width: 16.66667%; }
  .medium-margin-collapse &gt; .xxlarge-3 {
    width: 25%; }
  .medium-margin-collapse &gt; .xxlarge-4 {
    width: 33.33333%; }
  .medium-margin-collapse &gt; .xxlarge-5 {
    width: 41.66667%; }
  .medium-margin-collapse &gt; .xxlarge-6 {
    width: 50%; }
  .medium-margin-collapse &gt; .xxlarge-7 {
    width: 58.33333%; }
  .medium-margin-collapse &gt; .xxlarge-8 {
    width: 66.66667%; }
  .medium-margin-collapse &gt; .xxlarge-9 {
    width: 75%; }
  .medium-margin-collapse &gt; .xxlarge-10 {
    width: 83.33333%; }
  .medium-margin-collapse &gt; .xxlarge-11 {
    width: 91.66667%; }
  .medium-margin-collapse &gt; .xxlarge-12 {
    width: 100%; } }

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

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

@media print, screen and (min-width: 64em) {
  .large-margin-collapse &gt; .small-1 {
    width: 8.33333%; }
  .large-margin-collapse &gt; .small-2 {
    width: 16.66667%; }
  .large-margin-collapse &gt; .small-3 {
    width: 25%; }
  .large-margin-collapse &gt; .small-4 {
    width: 33.33333%; }
  .large-margin-collapse &gt; .small-5 {
    width: 41.66667%; }
  .large-margin-collapse &gt; .small-6 {
    width: 50%; }
  .large-margin-collapse &gt; .small-7 {
    width: 58.33333%; }
  .large-margin-collapse &gt; .small-8 {
    width: 66.66667%; }
  .large-margin-collapse &gt; .small-9 {
    width: 75%; }
  .large-margin-collapse &gt; .small-10 {
    width: 83.33333%; }
  .large-margin-collapse &gt; .small-11 {
    width: 91.66667%; }
  .large-margin-collapse &gt; .small-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse &gt; .medium-1 {
    width: 8.33333%; }
  .large-margin-collapse &gt; .medium-2 {
    width: 16.66667%; }
  .large-margin-collapse &gt; .medium-3 {
    width: 25%; }
  .large-margin-collapse &gt; .medium-4 {
    width: 33.33333%; }
  .large-margin-collapse &gt; .medium-5 {
    width: 41.66667%; }
  .large-margin-collapse &gt; .medium-6 {
    width: 50%; }
  .large-margin-collapse &gt; .medium-7 {
    width: 58.33333%; }
  .large-margin-collapse &gt; .medium-8 {
    width: 66.66667%; }
  .large-margin-collapse &gt; .medium-9 {
    width: 75%; }
  .large-margin-collapse &gt; .medium-10 {
    width: 83.33333%; }
  .large-margin-collapse &gt; .medium-11 {
    width: 91.66667%; }
  .large-margin-collapse &gt; .medium-12 {
    width: 100%; } }

@media print, screen and (min-width: 64em) {
  .large-margin-collapse &gt; .large-1 {
    width: 8.33333%; }
  .large-margin-collapse &gt; .large-2 {
    width: 16.66667%; }
  .large-margin-collapse &gt; .large-3 {
    width: 25%; }
  .large-margin-collapse &gt; .large-4 {
    width: 33.33333%; }
  .large-margin-collapse &gt; .large-5 {
    width: 41.66667%; }
  .large-margin-collapse &gt; .large-6 {
    width: 50%; }
  .large-margin-collapse &gt; .large-7 {
    width: 58.33333%; }
  .large-margin-collapse &gt; .large-8 {
    width: 66.66667%; }
  .large-margin-collapse &gt; .large-9 {
    width: 75%; }
  .large-margin-collapse &gt; .large-10 {
    width: 83.33333%; }
  .large-margin-collapse &gt; .large-11 {
    width: 91.66667%; }
  .large-margin-collapse &gt; .large-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .large-margin-collapse &gt; .xxlarge-1 {
    width: 8.33333%; }
  .large-margin-collapse &gt; .xxlarge-2 {
    width: 16.66667%; }
  .large-margin-collapse &gt; .xxlarge-3 {
    width: 25%; }
  .large-margin-collapse &gt; .xxlarge-4 {
    width: 33.33333%; }
  .large-margin-collapse &gt; .xxlarge-5 {
    width: 41.66667%; }
  .large-margin-collapse &gt; .xxlarge-6 {
    width: 50%; }
  .large-margin-collapse &gt; .xxlarge-7 {
    width: 58.33333%; }
  .large-margin-collapse &gt; .xxlarge-8 {
    width: 66.66667%; }
  .large-margin-collapse &gt; .xxlarge-9 {
    width: 75%; }
  .large-margin-collapse &gt; .xxlarge-10 {
    width: 83.33333%; }
  .large-margin-collapse &gt; .xxlarge-11 {
    width: 91.66667%; }
  .large-margin-collapse &gt; .xxlarge-12 {
    width: 100%; } }

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

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

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse &gt; .small-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse &gt; .small-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse &gt; .small-3 {
    width: 25%; }
  .xxlarge-margin-collapse &gt; .small-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse &gt; .small-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse &gt; .small-6 {
    width: 50%; }
  .xxlarge-margin-collapse &gt; .small-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse &gt; .small-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse &gt; .small-9 {
    width: 75%; }
  .xxlarge-margin-collapse &gt; .small-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse &gt; .small-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse &gt; .small-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse &gt; .medium-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse &gt; .medium-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse &gt; .medium-3 {
    width: 25%; }
  .xxlarge-margin-collapse &gt; .medium-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse &gt; .medium-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse &gt; .medium-6 {
    width: 50%; }
  .xxlarge-margin-collapse &gt; .medium-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse &gt; .medium-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse &gt; .medium-9 {
    width: 75%; }
  .xxlarge-margin-collapse &gt; .medium-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse &gt; .medium-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse &gt; .medium-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse &gt; .large-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse &gt; .large-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse &gt; .large-3 {
    width: 25%; }
  .xxlarge-margin-collapse &gt; .large-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse &gt; .large-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse &gt; .large-6 {
    width: 50%; }
  .xxlarge-margin-collapse &gt; .large-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse &gt; .large-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse &gt; .large-9 {
    width: 75%; }
  .xxlarge-margin-collapse &gt; .large-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse &gt; .large-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse &gt; .large-12 {
    width: 100%; } }

@media screen and (min-width: 90em) {
  .xxlarge-margin-collapse &gt; .xxlarge-1 {
    width: 8.33333%; }
  .xxlarge-margin-collapse &gt; .xxlarge-2 {
    width: 16.66667%; }
  .xxlarge-margin-collapse &gt; .xxlarge-3 {
    width: 25%; }
  .xxlarge-margin-collapse &gt; .xxlarge-4 {
    width: 33.33333%; }
  .xxlarge-margin-collapse &gt; .xxlarge-5 {
    width: 41.66667%; }
  .xxlarge-margin-collapse &gt; .xxlarge-6 {
    width: 50%; }
  .xxlarge-margin-collapse &gt; .xxlarge-7 {
    width: 58.33333%; }
  .xxlarge-margin-collapse &gt; .xxlarge-8 {
    width: 66.66667%; }
  .xxlarge-margin-collapse &gt; .xxlarge-9 {
    width: 75%; }
  .xxlarge-margin-collapse &gt; .xxlarge-10 {
    width: 83.33333%; }
  .xxlarge-margin-collapse &gt; .xxlarge-11 {
    width: 91.66667%; }
  .xxlarge-margin-collapse &gt; .xxlarge-12 {
    width: 100%; } }

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

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

.grid-margin-x &gt; .small-offset-0 {
  margin-left: calc(0% + 0.625rem); }

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

.grid-margin-x &gt; .small-offset-1 {
  margin-left: calc(8.33333% + 0.625rem); }

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

.grid-margin-x &gt; .small-offset-2 {
  margin-left: calc(16.66667% + 0.625rem); }

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

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

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

.grid-margin-x &gt; .small-offset-4 {
  margin-left: calc(33.33333% + 0.625rem); }

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

.grid-margin-x &gt; .small-offset-5 {
  margin-left: calc(41.66667% + 0.625rem); }

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

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

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

.grid-margin-x &gt; .small-offset-7 {
  margin-left: calc(58.33333% + 0.625rem); }

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

.grid-margin-x &gt; .small-offset-8 {
  margin-left: calc(66.66667% + 0.625rem); }

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

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

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

.grid-margin-x &gt; .small-offset-10 {
  margin-left: calc(83.33333% + 0.625rem); }

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

.grid-margin-x &gt; .small-offset-11 {
  margin-left: calc(91.66667% + 0.625rem); }

@media print, screen and (min-width: 40em) {
  .medium-offset-0 {
    margin-left: 0%; }
  .grid-margin-x &gt; .medium-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x &gt; .medium-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x &gt; .medium-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .medium-offset-3 {
    margin-left: 25%; }
  .grid-margin-x &gt; .medium-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x &gt; .medium-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x &gt; .medium-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .medium-offset-6 {
    margin-left: 50%; }
  .grid-margin-x &gt; .medium-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x &gt; .medium-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x &gt; .medium-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .medium-offset-9 {
    margin-left: 75%; }
  .grid-margin-x &gt; .medium-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x &gt; .medium-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x &gt; .medium-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%; }
  .grid-margin-x &gt; .large-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x &gt; .large-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x &gt; .large-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .large-offset-3 {
    margin-left: 25%; }
  .grid-margin-x &gt; .large-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x &gt; .large-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x &gt; .large-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .large-offset-6 {
    margin-left: 50%; }
  .grid-margin-x &gt; .large-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x &gt; .large-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x &gt; .large-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .large-offset-9 {
    margin-left: 75%; }
  .grid-margin-x &gt; .large-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x &gt; .large-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x &gt; .large-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

@media screen and (min-width: 90em) {
  .xxlarge-offset-0 {
    margin-left: 0%; }
  .grid-margin-x &gt; .xxlarge-offset-0 {
    margin-left: calc(0% + 0.9375rem); }
  .xxlarge-offset-1 {
    margin-left: 8.33333%; }
  .grid-margin-x &gt; .xxlarge-offset-1 {
    margin-left: calc(8.33333% + 0.9375rem); }
  .xxlarge-offset-2 {
    margin-left: 16.66667%; }
  .grid-margin-x &gt; .xxlarge-offset-2 {
    margin-left: calc(16.66667% + 0.9375rem); }
  .xxlarge-offset-3 {
    margin-left: 25%; }
  .grid-margin-x &gt; .xxlarge-offset-3 {
    margin-left: calc(25% + 0.9375rem); }
  .xxlarge-offset-4 {
    margin-left: 33.33333%; }
  .grid-margin-x &gt; .xxlarge-offset-4 {
    margin-left: calc(33.33333% + 0.9375rem); }
  .xxlarge-offset-5 {
    margin-left: 41.66667%; }
  .grid-margin-x &gt; .xxlarge-offset-5 {
    margin-left: calc(41.66667% + 0.9375rem); }
  .xxlarge-offset-6 {
    margin-left: 50%; }
  .grid-margin-x &gt; .xxlarge-offset-6 {
    margin-left: calc(50% + 0.9375rem); }
  .xxlarge-offset-7 {
    margin-left: 58.33333%; }
  .grid-margin-x &gt; .xxlarge-offset-7 {
    margin-left: calc(58.33333% + 0.9375rem); }
  .xxlarge-offset-8 {
    margin-left: 66.66667%; }
  .grid-margin-x &gt; .xxlarge-offset-8 {
    margin-left: calc(66.66667% + 0.9375rem); }
  .xxlarge-offset-9 {
    margin-left: 75%; }
  .grid-margin-x &gt; .xxlarge-offset-9 {
    margin-left: calc(75% + 0.9375rem); }
  .xxlarge-offset-10 {
    margin-left: 83.33333%; }
  .grid-margin-x &gt; .xxlarge-offset-10 {
    margin-left: calc(83.33333% + 0.9375rem); }
  .xxlarge-offset-11 {
    margin-left: 91.66667%; }
  .grid-margin-x &gt; .xxlarge-offset-11 {
    margin-left: calc(91.66667% + 0.9375rem); } }

.grid-y {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }
  .grid-y &gt; .cell {
    height: auto;
    max-height: none; }
  .grid-y &gt; .auto {
    height: auto; }
  .grid-y &gt; .shrink {
    height: auto; }
  .grid-y &gt; .small-shrink, .grid-y &gt; .small-full, .grid-y &gt; .small-1, .grid-y &gt; .small-2, .grid-y &gt; .small-3, .grid-y &gt; .small-4, .grid-y &gt; .small-5, .grid-y &gt; .small-6, .grid-y &gt; .small-7, .grid-y &gt; .small-8, .grid-y &gt; .small-9, .grid-y &gt; .small-10, .grid-y &gt; .small-11, .grid-y &gt; .small-12 {
    -ms-flex-preferred-size: auto;
    flex-basis: auto; }
  @media print, screen and (min-width: 40em) {
    .grid-y &gt; .medium-shrink, .grid-y &gt; .medium-full, .grid-y &gt; .medium-1, .grid-y &gt; .medium-2, .grid-y &gt; .medium-3, .grid-y &gt; .medium-4, .grid-y &gt; .medium-5, .grid-y &gt; .medium-6, .grid-y &gt; .medium-7, .grid-y &gt; .medium-8, .grid-y &gt; .medium-9, .grid-y &gt; .medium-10, .grid-y &gt; .medium-11, .grid-y &gt; .medium-12 {
      -ms-flex-preferred-size: auto;
      flex-basis: auto; } }
  @media print, screen and (min-width: 64em) {
    .grid-y &gt; .large-shrink, .grid-y &gt; .large-full, .grid-y &gt; .large-1, .grid-y &gt; .large-2, .grid-y &gt; .large-3, .grid-y &gt; .large-4, .grid-y &gt; .large-5, .grid-y &gt; .large-6, .grid-y &gt; .large-7, .grid-y &gt; .large-8, .grid-y &gt; .large-9, .grid-y &gt; .large-10, .grid-y &gt; .large-11, .grid-y &gt; .large-12 {
      -ms-flex-preferred-size: auto;
      flex-basis: auto; } }
  @media screen and (min-width: 90em) {
    .grid-y &gt; .xxlarge-shrink, .grid-y &gt; .xxlarge-full, .grid-y &gt; .xxlarge-1, .grid-y &gt; .xxlarge-2, .grid-y &gt; .xxlarge-3, .grid-y &gt; .xxlarge-4, .grid-y &gt; .xxlarge-5, .grid-y &gt; .xxlarge-6, .grid-y &gt; .xxlarge-7, .grid-y &gt; .xxlarge-8, .grid-y &gt; .xxlarge-9, .grid-y &gt; .xxlarge-10, .grid-y &gt; .xxlarge-11, .grid-y &gt; .xxlarge-12 {
      -ms-flex-preferred-size: auto;
      flex-basis: auto; } }
  .grid-y &gt; .small-1, .grid-y &gt; .small-2, .grid-y &gt; .small-3, .grid-y &gt; .small-4, .grid-y &gt; .small-5, .grid-y &gt; .small-6, .grid-y &gt; .small-7, .grid-y &gt; .small-8, .grid-y &gt; .small-9, .grid-y &gt; .small-10, .grid-y &gt; .small-11, .grid-y &gt; .small-12 {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; }
  .grid-y &gt; .small-1 {
    height: 8.33333%; }
  .grid-y &gt; .small-2 {
    height: 16.66667%; }
  .grid-y &gt; .small-3 {
    height: 25%; }
  .grid-y &gt; .small-4 {
    height: 33.33333%; }
  .grid-y &gt; .small-5 {
    height: 41.66667%; }
  .grid-y &gt; .small-6 {
    height: 50%; }
  .grid-y &gt; .small-7 {
    height: 58.33333%; }
  .grid-y &gt; .small-8 {
    height: 66.66667%; }
  .grid-y &gt; .small-9 {
    height: 75%; }
  .grid-y &gt; .small-10 {
    height: 83.33333%; }
  .grid-y &gt; .small-11 {
    height: 91.66667%; }
  .grid-y &gt; .small-12 {
    height: 100%; }
  @media print, screen and (min-width: 40em) {
    .grid-y &gt; .medium-auto {
      -ms-flex: 1 1 0px;
      flex: 1 1 0px;
      height: auto; }
    .grid-y &gt; .medium-shrink, .grid-y &gt; .medium-1, .grid-y &gt; .medium-2, .grid-y &gt; .medium-3, .grid-y &gt; .medium-4, .grid-y &gt; .medium-5, .grid-y &gt; .medium-6, .grid-y &gt; .medium-7, .grid-y &gt; .medium-8, .grid-y &gt; .medium-9, .grid-y &gt; .medium-10, .grid-y &gt; .medium-11, .grid-y &gt; .medium-12 {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
    .grid-y &gt; .medium-shrink {
      height: auto; }
    .grid-y &gt; .medium-1 {
      height: 8.33333%; }
    .grid-y &gt; .medium-2 {
      height: 16.66667%; }
    .grid-y &gt; .medium-3 {
      height: 25%; }
    .grid-y &gt; .medium-4 {
      height: 33.33333%; }
    .grid-y &gt; .medium-5 {
      height: 41.66667%; }
    .grid-y &gt; .medium-6 {
      height: 50%; }
    .grid-y &gt; .medium-7 {
      height: 58.33333%; }
    .grid-y &gt; .medium-8 {
      height: 66.66667%; }
    .grid-y &gt; .medium-9 {
      height: 75%; }
    .grid-y &gt; .medium-10 {
      height: 83.33333%; }
    .grid-y &gt; .medium-11 {
      height: 91.66667%; }
    .grid-y &gt; .medium-12 {
      height: 100%; } }
  @media print, screen and (min-width: 64em) {
    .grid-y &gt; .large-auto {
      -ms-flex: 1 1 0px;
      flex: 1 1 0px;
      height: auto; }
    .grid-y &gt; .large-shrink, .grid-y &gt; .large-1, .grid-y &gt; .large-2, .grid-y &gt; .large-3, .grid-y &gt; .large-4, .grid-y &gt; .large-5, .grid-y &gt; .large-6, .grid-y &gt; .large-7, .grid-y &gt; .large-8, .grid-y &gt; .large-9, .grid-y &gt; .large-10, .grid-y &gt; .large-11, .grid-y &gt; .large-12 {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
    .grid-y &gt; .large-shrink {
      height: auto; }
    .grid-y &gt; .large-1 {
      height: 8.33333%; }
    .grid-y &gt; .large-2 {
      height: 16.66667%; }
    .grid-y &gt; .large-3 {
      height: 25%; }
    .grid-y &gt; .large-4 {
      height: 33.33333%; }
    .grid-y &gt; .large-5 {
      height: 41.66667%; }
    .grid-y &gt; .large-6 {
      height: 50%; }
    .grid-y &gt; .large-7 {
      height: 58.33333%; }
    .grid-y &gt; .large-8 {
      height: 66.66667%; }
    .grid-y &gt; .large-9 {
      height: 75%; }
    .grid-y &gt; .large-10 {
      height: 83.33333%; }
    .grid-y &gt; .large-11 {
      height: 91.66667%; }
    .grid-y &gt; .large-12 {
      height: 100%; } }
  @media screen and (min-width: 90em) {
    .grid-y &gt; .xxlarge-auto {
      -ms-flex: 1 1 0px;
      flex: 1 1 0px;
      height: auto; }
    .grid-y &gt; .xxlarge-shrink, .grid-y &gt; .xxlarge-1, .grid-y &gt; .xxlarge-2, .grid-y &gt; .xxlarge-3, .grid-y &gt; .xxlarge-4, .grid-y &gt; .xxlarge-5, .grid-y &gt; .xxlarge-6, .grid-y &gt; .xxlarge-7, .grid-y &gt; .xxlarge-8, .grid-y &gt; .xxlarge-9, .grid-y &gt; .xxlarge-10, .grid-y &gt; .xxlarge-11, .grid-y &gt; .xxlarge-12 {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto; }
    .grid-y &gt; .xxlarge-shrink {
      height: auto; }
    .grid-y &gt; .xxlarge-1 {
      height: 8.33333%; }
    .grid-y &gt; .xxlarge-2 {
      height: 16.66667%; }
    .grid-y &gt; .xxlarge-3 {
      height: 25%; }
    .grid-y &gt; .xxlarge-4 {
      height: 33.33333%; }
    .grid-y &gt; .xxlarge-5 {
      height: 41.66667%; }
    .grid-y &gt; .xxlarge-6 {
      height: 50%; }
    .grid-y &gt; .xxlarge-7 {
      height: 58.33333%; }
    .grid-y &gt; .xxlarge-8 {
      height: 66.66667%; }
    .grid-y &gt; .xxlarge-9 {
      height: 75%; }
    .grid-y &gt; .xxlarge-10 {
      height: 83.33333%; }
    .grid-y &gt; .xxlarge-11 {
      height: 91.66667%; }
    .grid-y &gt; .xxlarge-12 {
      height: 100%; } }

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

.grid-padding-y &gt; .cell {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-padding-y &gt; .cell {
      padding-top: 0.9375rem;
      padding-bottom: 0.9375rem; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y &gt; .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y &gt; .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y &gt; .auto {
    height: auto; }
  .grid-margin-y &gt; .shrink {
    height: auto; }
  .grid-margin-y &gt; .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y &gt; .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y &gt; .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y &gt; .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y &gt; .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y &gt; .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y &gt; .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y &gt; .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y &gt; .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y &gt; .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y &gt; .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y &gt; .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y &gt; .auto {
      height: auto; }
    .grid-margin-y &gt; .shrink {
      height: auto; }
    .grid-margin-y &gt; .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y &gt; .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y &gt; .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y &gt; .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y &gt; .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y &gt; .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y &gt; .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y &gt; .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y &gt; .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y &gt; .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y &gt; .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y &gt; .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y &gt; .medium-auto {
      height: auto; }
    .grid-margin-y &gt; .medium-shrink {
      height: auto; }
    .grid-margin-y &gt; .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y &gt; .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y &gt; .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y &gt; .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y &gt; .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y &gt; .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y &gt; .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y &gt; .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y &gt; .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y &gt; .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y &gt; .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y &gt; .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y &gt; .large-auto {
      height: auto; }
    .grid-margin-y &gt; .large-shrink {
      height: auto; }
    .grid-margin-y &gt; .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y &gt; .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y &gt; .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y &gt; .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y &gt; .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y &gt; .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y &gt; .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y &gt; .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y &gt; .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y &gt; .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y &gt; .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y &gt; .large-12 {
      height: calc(100% - 1.875rem); } }
  @media screen and (min-width: 90em) {
    .grid-margin-y &gt; .xxlarge-auto {
      height: auto; }
    .grid-margin-y &gt; .xxlarge-shrink {
      height: auto; }
    .grid-margin-y &gt; .xxlarge-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y &gt; .xxlarge-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y &gt; .xxlarge-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y &gt; .xxlarge-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y &gt; .xxlarge-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y &gt; .xxlarge-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y &gt; .xxlarge-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y &gt; .xxlarge-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y &gt; .xxlarge-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y &gt; .xxlarge-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y &gt; .xxlarge-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y &gt; .xxlarge-12 {
      height: calc(100% - 1.875rem); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 90em) {
  .cell .grid-y.xxlarge-grid-frame {
    height: 100%; } }

.grid-margin-y {
  margin-top: -0.625rem;
  margin-bottom: -0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y {
      margin-top: -0.9375rem;
      margin-bottom: -0.9375rem; } }
  .grid-margin-y &gt; .cell {
    height: calc(100% - 1.25rem);
    margin-top: 0.625rem;
    margin-bottom: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y &gt; .cell {
      height: calc(100% - 1.875rem);
      margin-top: 0.9375rem;
      margin-bottom: 0.9375rem; } }
  .grid-margin-y &gt; .auto {
    height: auto; }
  .grid-margin-y &gt; .shrink {
    height: auto; }
  .grid-margin-y &gt; .small-1 {
    height: calc(8.33333% - 1.25rem); }
  .grid-margin-y &gt; .small-2 {
    height: calc(16.66667% - 1.25rem); }
  .grid-margin-y &gt; .small-3 {
    height: calc(25% - 1.25rem); }
  .grid-margin-y &gt; .small-4 {
    height: calc(33.33333% - 1.25rem); }
  .grid-margin-y &gt; .small-5 {
    height: calc(41.66667% - 1.25rem); }
  .grid-margin-y &gt; .small-6 {
    height: calc(50% - 1.25rem); }
  .grid-margin-y &gt; .small-7 {
    height: calc(58.33333% - 1.25rem); }
  .grid-margin-y &gt; .small-8 {
    height: calc(66.66667% - 1.25rem); }
  .grid-margin-y &gt; .small-9 {
    height: calc(75% - 1.25rem); }
  .grid-margin-y &gt; .small-10 {
    height: calc(83.33333% - 1.25rem); }
  .grid-margin-y &gt; .small-11 {
    height: calc(91.66667% - 1.25rem); }
  .grid-margin-y &gt; .small-12 {
    height: calc(100% - 1.25rem); }
  @media print, screen and (min-width: 40em) {
    .grid-margin-y &gt; .auto {
      height: auto; }
    .grid-margin-y &gt; .shrink {
      height: auto; }
    .grid-margin-y &gt; .small-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y &gt; .small-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y &gt; .small-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y &gt; .small-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y &gt; .small-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y &gt; .small-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y &gt; .small-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y &gt; .small-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y &gt; .small-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y &gt; .small-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y &gt; .small-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y &gt; .small-12 {
      height: calc(100% - 1.875rem); }
    .grid-margin-y &gt; .medium-auto {
      height: auto; }
    .grid-margin-y &gt; .medium-shrink {
      height: auto; }
    .grid-margin-y &gt; .medium-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y &gt; .medium-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y &gt; .medium-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y &gt; .medium-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y &gt; .medium-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y &gt; .medium-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y &gt; .medium-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y &gt; .medium-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y &gt; .medium-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y &gt; .medium-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y &gt; .medium-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y &gt; .medium-12 {
      height: calc(100% - 1.875rem); } }
  @media print, screen and (min-width: 64em) {
    .grid-margin-y &gt; .large-auto {
      height: auto; }
    .grid-margin-y &gt; .large-shrink {
      height: auto; }
    .grid-margin-y &gt; .large-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y &gt; .large-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y &gt; .large-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y &gt; .large-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y &gt; .large-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y &gt; .large-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y &gt; .large-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y &gt; .large-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y &gt; .large-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y &gt; .large-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y &gt; .large-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y &gt; .large-12 {
      height: calc(100% - 1.875rem); } }
  @media screen and (min-width: 90em) {
    .grid-margin-y &gt; .xxlarge-auto {
      height: auto; }
    .grid-margin-y &gt; .xxlarge-shrink {
      height: auto; }
    .grid-margin-y &gt; .xxlarge-1 {
      height: calc(8.33333% - 1.875rem); }
    .grid-margin-y &gt; .xxlarge-2 {
      height: calc(16.66667% - 1.875rem); }
    .grid-margin-y &gt; .xxlarge-3 {
      height: calc(25% - 1.875rem); }
    .grid-margin-y &gt; .xxlarge-4 {
      height: calc(33.33333% - 1.875rem); }
    .grid-margin-y &gt; .xxlarge-5 {
      height: calc(41.66667% - 1.875rem); }
    .grid-margin-y &gt; .xxlarge-6 {
      height: calc(50% - 1.875rem); }
    .grid-margin-y &gt; .xxlarge-7 {
      height: calc(58.33333% - 1.875rem); }
    .grid-margin-y &gt; .xxlarge-8 {
      height: calc(66.66667% - 1.875rem); }
    .grid-margin-y &gt; .xxlarge-9 {
      height: calc(75% - 1.875rem); }
    .grid-margin-y &gt; .xxlarge-10 {
      height: calc(83.33333% - 1.875rem); }
    .grid-margin-y &gt; .xxlarge-11 {
      height: calc(91.66667% - 1.875rem); }
    .grid-margin-y &gt; .xxlarge-12 {
      height: calc(100% - 1.875rem); } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.accordion-item:first-child &gt; :first-child {
  border-radius: 0 0 0 0; }

.accordion-item:last-child &gt; :last-child {
  border-radius: 0 0 0 0; }

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  font-size: 0.75rem;
  line-height: 1;
  color: #1779ba; }
  :last-child:not(.is-active) &gt; .accordion-title {
    border-bottom: 1px solid #e6e6e6;
    border-radius: 0 0 0 0; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.menu-centered &gt; .menu {
  -ms-flex-pack: center;
  justify-content: center; }
  .menu-centered &gt; .menu li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; }
    .menu-centered &gt; .menu li .submenu li {
      -ms-flex-pack: start;
      justify-content: flex-start; }

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

.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;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [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(10, 10, 10, 0.7); }
  .off-canvas.is-open {
    transform: translate(0, 0); }

.off-canvas-absolute {
  position: absolute;
  z-index: 12;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #e6e6e6; }
  [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(10, 10, 10, 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(10, 10, 10, 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(10, 10, 10, 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(10, 10, 10, 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(10, 10, 10, 0.25); }

.off-canvas-content {
  transform: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
    transition: transform 0.5s ease; }
  .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: 64em) {
  .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 screen and (min-width: 90em) {
  .position-left.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-left.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-left.reveal-for-xxlarge {
      transform: none; }
    .off-canvas-content.has-reveal-left {
      margin-left: 250px; }
    .position-left.reveal-for-xxlarge ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-right.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-right.reveal-for-xxlarge {
      transform: none; }
    .off-canvas-content.has-reveal-right {
      margin-right: 250px; }
    .position-right.reveal-for-xxlarge ~ .off-canvas-content {
      margin-right: 250px; }
  .position-top.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-top.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-top.reveal-for-xxlarge {
      transform: none; }
    .off-canvas-content.has-reveal-top {
      margin-top: 250px; }
    .position-top.reveal-for-xxlarge ~ .off-canvas-content {
      margin-top: 250px; }
  .position-bottom.reveal-for-xxlarge {
    transform: none;
    z-index: 12;
    transition: none;
    visibility: visible; }
    .position-bottom.reveal-for-xxlarge .close-button {
      display: none; }
    .off-canvas-content .position-bottom.reveal-for-xxlarge {
      transform: none; }
    .off-canvas-content.has-reveal-bottom {
      margin-bottom: 250px; }
    .position-bottom.reveal-for-xxlarge ~ .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: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-medium .close-button {
      display: none; } }

@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-large .close-button {
      display: none; } }

@media screen and (min-width: 90em) {
  .off-canvas.in-canvas-for-xxlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none; }
    .off-canvas.in-canvas-for-xxlarge.position-left, .off-canvas.in-canvas-for-xxlarge.position-right, .off-canvas.in-canvas-for-xxlarge.position-top, .off-canvas.in-canvas-for-xxlarge.position-bottom {
      box-shadow: none;
      transform: none; }
    .off-canvas.in-canvas-for-xxlarge .close-button {
      display: none; } }

html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden; }
  html.is-reveal-open.zf-has-scroll {
    overflow-y: scroll; }
  html.is-reveal-open body {
    overflow-y: hidden; }

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

.reveal {
  z-index: 1006;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  padding: 1rem;
  border: 1px solid #cacaca;
  border-radius: 0;
  background-color: #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 {
    min-width: 0; }
  .reveal &gt; :last-child {
    margin-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media print, screen and (min-width: 40em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media print, screen and (min-width: 40em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0; }
  @media print, screen and (max-width: 39.99875em) {
    .reveal {
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      width: 100%;
      max-width: none;
      height: 100%;
      min-height: 100%;
      margin-left: 0;
      border: 0;
      border-radius: 0; } }
  .reveal.without-overlay {
    position: fixed; }

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

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

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

.tabs.primary {
  background: #1779ba; }
  .tabs.primary &gt; li &gt; a {
    color: #fefefe; }
    .tabs.primary &gt; li &gt; a:hover, .tabs.primary &gt; li &gt; a:focus {
      background: #1673b1; }

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

.tabs-content {
  border: 1px solid #e6e6e6;
  border-top: 0;
  background: #fefefe;
  color: #0a0a0a;
  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; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 90em) {
  .hide-for-xxlarge {
    display: none !important; } }

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

@media screen and (min-width: 90em) {
  .hide-for-xxlarge-only {
    display: none !important; } }

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

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

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

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

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

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

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

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

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

.clearfix::after {
  clear: both; }

body {
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Lato", "Helvetica", "Verdana", sans-serif;
  font-weight: 300; }
  body.is-open-offcanvas {
    overflow: hidden; }

main {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-height: 1px;
  padding-bottom: 1.5em; }
  @media print, screen and (min-width: 64em) {
    main {
      padding-bottom: 11em; } }

.page-node-3 main {
  padding-bottom: 0; }
  @media print, screen and (min-width: 64em) {
    .page-node-3 main {
      padding-bottom: 11em; } }

*:focus {
  outline: none; }

h1 {
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: .5em;
  color: #333; }
  @media print, screen and (min-width: 40em) {
    h1 {
      font-size: 3.75rem;
      margin-bottom: .5em; } }

h2 {
  font-family: "Roboto", "Helvetica", "Verdana", sans-serif;
  font-weight: 400;
  font-size: 1.375rem;
  line-height: 1.1;
  margin-bottom: .5em;
  color: #7F4132;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-top: .25em; }
  @media print, screen and (min-width: 40em) {
    h2 {
      margin-top: 1em; } }

h3 {
  font-family: "Roboto", "Helvetica", "Verdana", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.125rem;
  margin-top: 1.5em;
  margin-bottom: .5em; }

p {
  font-size: 1.125rem;
  line-height: 1.6;
  margin-top: 0; }

a {
  color: #00698f;
  text-decoration: none; }

img {
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.c-btn {
  font-size: 0.625rem;
  font-weight: 400;
  color: inherit;
  text-transform: uppercase;
  background-color: rgba(254, 254, 254, 0.2);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-radius: 18px;
  display: inline-block;
  width: 90%;
  margin-bottom: 1em;
  text-align: center; }
  @media print, screen and (min-width: 64em) {
    .c-btn {
      margin-bottom: 0;
      width: auto; } }
  .c-btn.c-btn--white {
    background-color: #fefefe;
    color: #7F4132; }
  .c-btn.c-btn--close {
    background-color: #853435;
    color: #fefefe;
    margin-right: .75em;
    cursor: pointer; }
  .c-btn.c-btn--continue {
    background-color: #666;
    color: #fefefe;
    cursor: pointer; }

.c-editor__highlight {
  font-size: 1.5rem;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding-top: 12px;
  padding-bottom: 15px;
  margin-bottom: 1em;
  margin-top: 0;
  color: #993333;
  line-height: 1.25; }
  @media print, screen and (min-width: 40em) {
    .c-editor__highlight {
      font-size: 1.75rem; } }

.c-editor__highlight-blk {
  font-size: 1.5rem;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding-top: 12px;
  padding-bottom: 15px;
  margin-bottom: 1em;
  margin-top: 0;
  color: #0a0a0a;
  line-height: 1.25; }
  @media print, screen and (min-width: 40em) {
    .c-editor__highlight-blk {
      font-size: 1.75rem; } }

.c-editor__lede {
  font-size: 1.5rem;
  margin-top: 0;
  line-height: 1.2; }

.c-editor__home-intro-highlight {
  font-size: 1.875rem;
  color: #853435;
  line-height: 1.3; }
  @media print, screen and (min-width: 40em) {
    .c-editor__home-intro-highlight {
      font-size: 2.1875rem; } }

.c-editor__home-intro {
  font-size: 1.25rem; }
  @media print, screen and (min-width: 40em) {
    .c-editor__home-intro {
      font-size: 1.375rem; } }

.embedded-entity.align-left {
  padding-right: 6%; }

.embedded-entity img {
  margin-top: 1em;
  margin-bottom: 1em; }
  @media print, screen and (min-width: 64em) {
    .embedded-entity img {
      margin-top: .5em; } }

.c-footer__info {
  background-color: #333;
  color: #fefefe;
  padding-top: 2rem;
  padding-bottom: 6.25rem; }
  @media print, screen and (min-width: 40em) {
    .c-footer__info {
      padding-top: 5.3125rem; } }
  .c-footer__info p {
    font-weight: 400;
    font-size: 0.9375rem; }
  .c-footer__info h2 {
    color: #999999;
    text-transform: uppercase;
    font-family: "Lato", "Helvetica", "Verdana", sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    margin-top: 0; }

.l-footer__links--grid {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }
  .l-footer__links--grid &gt; .c-footer__links {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(50% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .l-footer__links--grid &gt; .c-footer__links {
      -ms-flex: 0 0 auto;
      flex: 0 0 auto;
      width: calc(16.66667% - 1.875rem);
      margin-left: 0.9375rem;
      margin-right: 0.9375rem; } }

.c-footer {
  padding-top: 2.5rem; }
  @media print, screen and (min-width: 40em) {
    .c-footer {
      padding-top: 4.6875rem; } }

.c-footer__links {
  font-size: 0.8125rem; }
  .c-footer__links a {
    color: inherit;
    text-decoration: none; }
  .c-footer__links h2 {
    font-family: "Lato", "Helvetica", "Verdana", sans-serif;
    font-weight: 700;
    font-size: 0.8125rem;
    text-transform: uppercase;
    color: #0a0a0a;
    margin-top: 0;
    letter-spacing: 0; }
  .c-footer__links ul {
    padding: 0;
    list-style: none;
    margin-bottom: 2em; }
    .c-footer__links ul li {
      margin-bottom: 0.75rem; }

.c-footer__copyright {
  padding-bottom: 1.25rem; }
  @media print, screen and (min-width: 40em) {
    .c-footer__copyright {
      padding-top: 1.875rem; } }
  .c-footer__copyright p {
    font-size: 0.8125rem;
    line-height: 1.8;
    margin-bottom: 1.5em; }

.c-form__contact label {
  display: none; }

.c-form__contact .webform-button--submit {
  background-color: #993333;
  color: #fefefe;
  text-transform: uppercase;
  font-size: 0.75rem;
  cursor: pointer; }

.c-form__contact input {
  width: 100%;
  background-color: #e8e8e8;
  border: none;
  height: 34px;
  margin-bottom: 3px;
  padding-left: 12px;
  color: #999999; }

.c-form__contact input[type='text'],
.c-form__contact input[type='tel'],
.c-form__contact input[type='email'] {
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #999999; }

.c-form__contact select.form-select {
  width: 100%;
  background-color: #e8e8e8;
  border: none;
  height: 34px;
  margin-bottom: 3px;
  padding-left: 12px;
  -webkit-appearance: none;
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #999999;
  position: relative;
  background-position: right 10px center;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='8'%3E%3Cpath d='M14.6 1.2L8 7.8c-.2.2-.7.2-.9 0L.5 1.2C.3 1 .3.5.5.3c.3-.3.7-.3.9 0l6.1 6.1L13.6.3c.3-.3.7-.3.9 0 .3.2.3.7.1.9z' fill='%23999'/%3E%3C/svg%3E");
  background-repeat: no-repeat; }

.c-form__contact textarea {
  font-size: 0.75rem;
  line-height: 0.75rem;
  padding-top: 1em;
  padding-left: 12px;
  color: #999999;
  width: 100%;
  background-color: #e8e8e8;
  border: none; }

.c-form__contact :-ms-input-placeholder {
  color: #999999;
  font-size: 0.75rem;
  line-height: 1; }

.c-form__contact ::placeholder {
  color: #999999;
  font-size: 0.75rem;
  line-height: 1; }

.c-form__contact--footer {
  margin-top: 1.5em; }
  @media print, screen and (min-width: 40em) {
    .c-form__contact--footer {
      margin-top: 0; } }
  .c-form__contact--footer label {
    display: none; }
  .c-form__contact--footer .webform-button--submit {
    background-color: #666666;
    color: #fefefe;
    text-transform: uppercase;
    font-size: 0.75rem;
    cursor: pointer; }
  .c-form__contact--footer input {
    width: 100%;
    background-color: #4d4d4d;
    border: none;
    height: 34px;
    margin-bottom: 3px;
    padding-left: 12px;
    color: darkgray; }
  .c-form__contact--footer select.form-select {
    width: 100%;
    background-color: #4d4d4d;
    border: none;
    height: 34px;
    margin-bottom: 3px;
    padding-left: 12px;
    -webkit-appearance: none;
    font-size: 0.75rem;
    line-height: 0.75rem;
    color: #999999;
    position: relative;
    background-position: right 10px center;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='8'%3E%3Cpath d='M14.6 1.2L8 7.8c-.2.2-.7.2-.9 0L.5 1.2C.3 1 .3.5.5.3c.3-.3.7-.3.9 0l6.1 6.1L13.6.3c.3-.3.7-.3.9 0 .3.2.3.7.1.9z' fill='%23999'/%3E%3C/svg%3E");
    background-repeat: no-repeat; }
  .c-form__contact--footer input[type='text'],
  .c-form__contact--footer input[type='tel'],
  .c-form__contact--footer input[type='email'] {
    font-size: 0.75rem;
    color: #999999; }
  .c-form__contact--footer textarea {
    font-size: 0.75rem;
    padding-top: 1em;
    padding-left: 12px;
    color: #999999;
    width: 100%;
    background-color: #4d4d4d;
    border: none; }
  .c-form__contact--footer :-ms-input-placeholder {
    color: #999999;
    font-size: 0.75rem;
    line-height: 1; }
  .c-form__contact--footer ::placeholder {
    color: #999999;
    font-size: 0.75rem;
    line-height: 1; }

#header {
  z-index: 100;
  width: 100vw;
  min-height: 62px;
  background-color: #f6f6f6;
  border-bottom: 1px solid #eff0ef; }
  @media print, screen and (min-width: 40em) {
    #header {
      background-color: #fefefe;
      border-bottom: none; } }

.c-header__top {
  height: 45px; }

.c-header__top-first,
.c-header__top-second {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

.c-header__top-second {
  -ms-flex-pack: end;
  justify-content: flex-end;
  display: -ms-flexbox;
  display: flex; }

.c-header__bottom {
  display: none;
  background-color: #f6f6f6;
  border-top: 1px solid #eff0ef;
  border-bottom: 1px solid #eff0ef; }
  @media print, screen and (min-width: 64em) {
    .c-header__bottom {
      display: -ms-flexbox;
      display: flex;
      height: 65px; } }

.c-header__bottom-first,
.c-header__bottom-second {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center; }

@media print, screen and (min-width: 40em) {
  .c-header__bottom-second {
    padding-right: 10px; } }

.c-header__logo {
  padding-left: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .c-header__logo {
      padding-left: 2.5rem; } }

.c-header__contact-links {
  display: none; }

@media print, screen and (min-width: 64em) {
  .l-header__contact-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .l-header__contact-links &gt; div {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: stretch;
      align-items: stretch; }
  .c-header__contact-links ul:not(.contextual-links) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0; }
    .c-header__contact-links ul:not(.contextual-links) li:nth-child(2) {
      background-image: url("../../imgs/login-bkg-blue.png");
      background-repeat: no-repeat;
      background-position: left 2px top 2px; }
    .c-header__contact-links ul:not(.contextual-links) li:nth-child(3) {
      background-image: url("../../imgs/login-bkg-mustard.png");
      background-repeat: no-repeat;
      background-position: left 2px top 2px; }
    .c-header__contact-links ul:not(.contextual-links) li:nth-child(4) {
      background-image: url("../../imgs/login-bkg-brown.png");
      background-repeat: no-repeat;
      background-position: left 2px top 2px; }
    .c-header__contact-links ul:not(.contextual-links) li {
      display: block;
      border-left: 1px solid #ebebeb; }
    .c-header__contact-links ul:not(.contextual-links) a {
      padding-left: 2.1875rem;
      padding-right: 2.1875rem;
      font-family: "Lato", "Helvetica", "Verdana", sans-serif;
      font-weight: 400;
      font-size: 0.8125rem;
      line-height: 1;
      text-transform: uppercase;
      color: #666;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center; }
  .c-header__contact-links span {
    display: block;
    font-size: 0.625rem;
    padding-bottom: .25em; } }

.c-header__contact-links--mobile {
  display: table;
  width: 100%; }
  .c-header__contact-links--mobile ul:not(.contextual-links) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none; }
    .c-header__contact-links--mobile ul:not(.contextual-links) li:nth-child(2) {
      background-image: url("../../imgs/login-bkg-brown.png");
      background-repeat: no-repeat;
      background-position: left 2px top 2px;
      margin-bottom: 0.5em; }
    .c-header__contact-links--mobile ul:not(.contextual-links) li:nth-child(3) {
      background-image: url("../../imgs/login-bkg-mustard.png");
      background-repeat: no-repeat;
      background-position: left 2px top 2px;
      margin-bottom: 0.5em; }
    .c-header__contact-links--mobile ul:not(.contextual-links) li:nth-child(4) {
      background-image: url("../../imgs/login-bkg-brown.png");
      background-repeat: no-repeat;
      background-position: left 2px top 2px;
      margin-bottom: 0.5em; }
    .c-header__contact-links--mobile ul:not(.contextual-links) li {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: stretch;
      align-items: stretch;
      -ms-flex-line-pack: center;
      align-content: center;
      -ms-grid-column-align: center;
      justify-items: center;
      border-left: 1px solid #ebebeb; }
    .c-header__contact-links--mobile ul:not(.contextual-links) a {
      padding-left: 2.1875rem;
      padding-right: 2.1875rem;
      font-family: "Lato", "Helvetica", "Verdana", sans-serif;
      font-weight: 400;
      font-size: 0.8125rem;
      line-height: 1;
      text-transform: uppercase;
      color: #666;
      display: -ms-flexbox;
      display: flex;
      height: 100%;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-pack: center;
      justify-content: center; }
  .c-header__contact-links--mobile span {
    display: block;
    font-size: 0.625rem;
    padding-bottom: .25em; }
  @media print, screen and (min-width: 64em) {
    .c-header__contact-links--mobile {
      display: none; } }

.path-insights-and-news .c-content {
  width: 100%; }

.path-insights-and-news .views-element-container header {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  padding-bottom: 0.25rem;
  border-bottom: 3px solid #E8E8E8; }
  .path-insights-and-news .views-element-container header h3 {
    margin: auto auto 0 0;
    font: normal 20px 'Lato';
    text-transform: uppercase;
    letter-spacing: 2px; }
  .path-insights-and-news .views-element-container header a {
    margin: auto 0 auto 0;
    font: normal 14px 'Lato';
    text-transform: uppercase; }

.path-insights-and-news .views-element-container .views-element-container .views-row {
  background-color: #F6F6F6;
  margin-bottom: 5rem;
  padding-bottom: 1px;
  box-shadow: 0 3px 8px #E8E8E8;
  border: 0; }
  .path-insights-and-news .views-element-container .views-element-container .views-row .insight-date {
    margin: 0 auto 0 20px;
    padding-top: 0.5rem;
    font: normal 13px 'Lato';
    color: #333333;
    text-transform: uppercase; }
  .path-insights-and-news .views-element-container .views-element-container .views-row .insight-content {
    display: -ms-flexbox;
    display: flex;
    margin: 0.5rem 3px 3px 3px;
    padding: 25px 0 25px 50px;
    background-color: #ffffff; }
    .path-insights-and-news .views-element-container .views-element-container .views-row .insight-content .author-info &gt; article {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      .path-insights-and-news .views-element-container .views-element-container .views-row .insight-content .author-info &gt; article div:first-child {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        height: 140px;
        width: 140px;
        border-radius: 50%;
        overflow: hidden; }
        .path-insights-and-news .views-element-container .views-element-container .views-row .insight-content .author-info &gt; article div:first-child img {
          height: 100%;
          width: auto;
          max-width: none;
          -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; }
      .path-insights-and-news .views-element-container .views-element-container .views-row .insight-content .author-info &gt; article div {
        margin: 1rem auto 0 auto;
        font: bold 16px 'Lato'; }
      .path-insights-and-news .views-element-container .views-element-container .views-row .insight-content .author-info &gt; article div:last-child {
        margin: 0 auto 0 auto;
        font: normal 16px 'Lato'; }
    .path-insights-and-news .views-element-container .views-element-container .views-row .insight-content .insight-text {
      margin: 0 2rem auto 65px; }
      .path-insights-and-news .views-element-container .views-element-container .views-row .insight-content .insight-text h2, .path-insights-and-news .views-element-container .views-element-container .views-row .insight-content .insight-text h2 &gt; a &gt; span {
        margin-top: 0;
        font: normal 22px 'Lato';
        text-transform: capitalize;
        letter-spacing: 0; }
      .path-insights-and-news .views-element-container .views-element-container .views-row .insight-content .insight-text p {
        font: normal 16px 'Lato';
        line-height: 1.5; }
      .path-insights-and-news .views-element-container .views-element-container .views-row .insight-content .insight-text a {
        font: normal 16px 'Lato';
        text-transform: uppercase; }

.path-node.page-node-type-blog .c-content {
  margin-top: 65px;
  border: 0; }

.path-node.page-node-type-blog .insight-back {
  height: 35px;
  margin-bottom: 1rem;
  border-bottom: 1px solid #E8E8E8; }
  .path-node.page-node-type-blog .insight-back a {
    font: normal 15px 'Lato';
    text-transform: uppercase; }
  .path-node.page-node-type-blog .insight-back a:before {
    content: '&lt;';
    margin-right: 2px;
    font: normal 15px 'Lato'; }

.path-node.page-node-type-blog .insight-date {
  font: normal 18px 'Lato'; }

.path-node.page-node-type-blog .insight-content h2 {
  margin-top: 0;
  font: lighter 60px 'Lato';
  text-transform: none; }
  .path-node.page-node-type-blog .insight-content h2 span {
    font: lighter 60px 'Lato';
    color: #333333; }

.path-node.page-node-type-blog .insight-content .insight-text div, .path-node.page-node-type-blog .insight-content .insight-text p {
  font: normal 18px 'Lato';
  line-height: 1.5; }

.path-node.page-node-type-blog .author-info &gt; article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 90px;
  margin: 0 0 2rem 90px;
  position: relative; }
  .path-node.page-node-type-blog .author-info &gt; article div:first-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: -90px;
    height: 90px;
    width: 90px;
    margin: 0;
    border-radius: 50%;
    overflow: hidden; }
    .path-node.page-node-type-blog .author-info &gt; article div:first-child img {
      height: 100%;
      width: auto;
      max-width: none;
      -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }
  .path-node.page-node-type-blog .author-info &gt; article div {
    margin: auto auto 0 20px;
    font: bold 16px 'Lato'; }
  .path-node.page-node-type-blog .author-info &gt; article div:last-child {
    margin: 0 auto auto 20px;
    font: normal 16px 'Lato'; }

.path-insights .views-element-container .views-row {
  background-color: #F6F6F6;
  margin-bottom: 5rem;
  padding-bottom: 1px;
  box-shadow: 0 3px 8px #E8E8E8;
  border: 0; }
  .path-insights .views-element-container .views-row .insight-date {
    margin: 0 auto 0 20px;
    padding-top: 0.5rem;
    font: normal 13px 'Lato';
    color: #333333;
    text-transform: uppercase; }
  .path-insights .views-element-container .views-row .insight-content {
    display: -ms-flexbox;
    display: flex;
    margin: 0.5rem 3px 3px 3px;
    padding: 25px 0 25px 50px;
    background-color: #ffffff; }
    .path-insights .views-element-container .views-row .insight-content .author-info &gt; article {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; }
      .path-insights .views-element-container .views-row .insight-content .author-info &gt; article div:first-child {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        height: 140px;
        width: 140px;
        border-radius: 50%;
        overflow: hidden; }
        .path-insights .views-element-container .views-row .insight-content .author-info &gt; article div:first-child img {
          height: 100%;
          width: auto;
          max-width: none;
          -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center; }
      .path-insights .views-element-container .views-row .insight-content .author-info &gt; article div {
        margin: 1rem auto 0 auto;
        font: bold 16px 'Lato'; }
      .path-insights .views-element-container .views-row .insight-content .author-info &gt; article div:last-child {
        margin: 0 auto 0 auto;
        font: normal 16px 'Lato'; }
    .path-insights .views-element-container .views-row .insight-content .insight-text {
      margin: 0 2rem auto 65px; }
      .path-insights .views-element-container .views-row .insight-content .insight-text h2, .path-insights .views-element-container .views-row .insight-content .insight-text h2 &gt; a &gt; span {
        margin-top: 0;
        font: normal 22px 'Lato';
        text-transform: capitalize;
        letter-spacing: 0; }
      .path-insights .views-element-container .views-row .insight-content .insight-text p {
        font: normal 16px 'Lato';
        line-height: 1.5; }
      .path-insights .views-element-container .views-row .insight-content .insight-text a {
        font: normal 16px 'Lato';
        text-transform: uppercase; }

.path-insights .views-view-grid .views-row {
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  margin-bottom: 2rem;
  padding: 0;
  box-shadow: none; }
  .path-insights .views-view-grid .views-row .views-col {
    display: -ms-flexbox;
    display: flex;
    width: calc(50% - 1rem) !important;
    background-color: #F6F6F6;
    box-shadow: 0 3px 8px #E8E8E8; }
    .path-insights .views-view-grid .views-row .views-col article {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex: 1;
      flex: 1; }
    .path-insights .views-view-grid .views-row .views-col .insight-content {
      -ms-flex: 1;
      flex: 1;
      -ms-flex-preferred-size: auto;
      flex-basis: auto;
      padding-left: 0; }
      .path-insights .views-view-grid .views-row .views-col .insight-content .insight-text {
        margin: 0 2rem; }
        .path-insights .views-view-grid .views-row .views-col .insight-content .insight-text h2, .path-insights .views-view-grid .views-row .views-col .insight-content .insight-text h2 &gt; a &gt; span {
          margin-top: 0;
          font: normal 22px 'Lato';
          text-transform: capitalize;
          letter-spacing: 0; }
        .path-insights .views-view-grid .views-row .views-col .insight-content .insight-text p {
          font: normal 16px 'Lato';
          line-height: 1.5; }
        .path-insights .views-view-grid .views-row .views-col .insight-content .insight-text a {
          font: normal 16px 'Lato';
          text-transform: uppercase; }
        .path-insights .views-view-grid .views-row .views-col .insight-content .insight-text .author-info &gt; article {
          height: 75px;
          margin: 1rem 0 0 75px;
          position: relative; }
          .path-insights .views-view-grid .views-row .views-col .insight-content .insight-text .author-info &gt; article div:first-child {
            display: -ms-flexbox;
            display: flex;
            -ms-flex-direction: column;
            flex-direction: column;
            -ms-flex-pack: center;
            justify-content: center;
            position: absolute;
            left: -75px;
            height: 75px;
            width: 75px;
            margin: 0; }
          .path-insights .views-view-grid .views-row .views-col .insight-content .insight-text .author-info &gt; article div {
            margin: auto auto 0 20px; }
          .path-insights .views-view-grid .views-row .views-col .insight-content .insight-text .author-info &gt; article div:last-child {
            margin: 0 auto auto 20px; }
  .path-insights .views-view-grid .views-row .col-1 {
    margin-right: 1rem; }
  .path-insights .views-view-grid .views-row .col-2 {
    margin-left: 1rem; }

.path-insights .insights-publications {
  margin-top: 0 !important; }

.path-node.page-node-type-blog .insights-publications, .path-insights .insights-publications {
  margin-top: 65px; }
  .path-node.page-node-type-blog .insights-publications h2, .path-insights .insights-publications h2 {
    height: 35px;
    margin: 0;
    font: normal 20px 'Lato';
    color: #333333;
    text-transform: uppercase;
    border-bottom: 3px solid #935441; }
  .path-node.page-node-type-blog .insights-publications .paragraph, .path-insights .insights-publications .paragraph {
    padding: 1.25rem 0;
    border-bottom: 1px solid #E8E8E8; }
    .path-node.page-node-type-blog .insights-publications .paragraph div, .path-insights .insights-publications .paragraph div {
      font: normal 14px 'Lato'; }
    .path-node.page-node-type-blog .insights-publications .paragraph a, .path-insights .insights-publications .paragraph a {
      font: normal 16px 'Lato'; }

.c-insights__teaser {
  border-bottom: 2px solid #ebebeb;
  padding-top: 2em;
  padding-bottom: 2em; }
  .c-insights__teaser .c-insights__date {
    font-weight: 400;
    font-size: 0.875rem; }
    @media print, screen and (min-width: 40em) {
      .c-insights__teaser .c-insights__date {
        font-size: 1rem; } }
  .c-insights__teaser .c-insights__title {
    font-family: "Lato", "Helvetica", "Verdana", sans-serif;
    font-weight: 400;
    font-size: 1.25rem;
    color: #333;
    text-transform: none;
    letter-spacing: normal;
    margin-top: 0; }
    @media print, screen and (min-width: 40em) {
      .c-insights__teaser .c-insights__title {
        font-size: 1.5rem; } }
  .c-insights__teaser .c-insights__tags {
    list-style: none;
    padding: 0;
    margin: 0; }
    .c-insights__teaser .c-insights__tags li:not(:last-of-type) {
      padding-right: 0.3125rem; }
  .c-insights__teaser .c-insights__tag {
    font-size: 0.75rem;
    line-height: 1;
    background-color: #ebebeb;
    border-radius: 11px;
    display: inline-block; }
    .c-insights__teaser .c-insights__tag a {
      text-decoration: none;
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      padding-top: 0.625rem;
      padding-bottom: 0.5rem;
      display: block;
      color: inherit; }
  .c-insights__teaser .c-insights__body {
    margin-top: 1em; }
    .c-insights__teaser .c-insights__body p {
      font-size: 1rem;
      line-height: 1.5; }
  .c-insights__teaser .c-insights__link {
    font-weight: 400;
    font-size: 0.8125rem;
    text-transform: uppercase; }
  .c-insights__teaser .c-insights__type {
    font-size: 0.9375rem;
    text-transform: uppercase;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    text-align: center; }
    .c-insights__teaser .c-insights__type img {
      margin-bottom: 1em; }
  .c-insights__teaser.c-insights__teaser--hp .c-insights__title {
    margin-bottom: .1em; }
  .c-insights__teaser.c-insights__teaser--hp .c-insights__body {
    margin-top: .25em; }
  .c-insights__teaser.c-insights__teaser--hp .c-insights__teaser-left {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center; }

.c-insights__teaser-left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1em; }
  @media print, screen and (min-width: 40em) {
    .c-insights__teaser-left {
      margin-bottom: 0; } }

#edit-field-insight-type-target-id--wrapper {
  margin-top: 1em; }
  @media print, screen and (min-width: 40em) {
    #edit-field-insight-type-target-id--wrapper {
      margin-top: 0; } }

#edit-field-insight-filters-target-id--wrapper {
  display: none; }
  @media print, screen and (min-width: 40em) {
    #edit-field-insight-filters-target-id--wrapper {
      display: inherit; } }

.c-insights__filters {
  font-weight: 400;
  text-transform: uppercase; }
  .c-insights__filters .fieldset-wrapper {
    margin-bottom: 2em; }
  .c-insights__filters legend {
    margin-bottom: 0; }
    @media print, screen and (min-width: 40em) {
      .c-insights__filters legend {
        margin-bottom: 1em; } }
  .c-insights__filters .fieldset-legend {
    font-size: 1rem;
    letter-spacing: 3px; }
  .c-insights__filters label {
    font-size: 0.75rem;
    letter-spacing: 1px;
    padding-left: 1em; }
  .c-insights__filters .js-form-type-checkbox {
    margin-bottom: .5em; }
  .c-insights__filters .form-actions {
    visibility: hidden; }
  .c-insights__filters input[type=checkbox].form-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  .c-insights__filters input[type=checkbox].form-checkbox + label {
    padding-left: 2rem;
    height: 19px;
    display: inline-block;
    line-height: 19px;
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer; }
  .c-insights__filters input[type=checkbox].form-checkbox:checked + label {
    background-position: 0 -19px; }
  .c-insights__filters label {
    background-image: url("../../imgs/penncap-checkbox-sprite.png");
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none; }

#block-mapandaddress {
  margin-top: 2em; }

.context-contact .c-map__address,
.context-contact .c-map__phone {
  font-weight: 400;
  font-size: 0.9375rem; }

.context-contact .c-map__address {
  background-image: url("../../imgs/icon-map-pin-red.png");
  position: relative; }
  .context-contact .c-map__address strong {
    color: inherit;
    font-weight: 400;
    text-transform: uppercase; }
  .context-contact .c-map__address::before {
    color: #993333; }
  .context-contact .c-map__address::after {
    background: #e5e5e5; }

.c-map__address {
  background-image: url("../../imgs/icon-map-pin.png");
  background-repeat: no-repeat;
  padding-left: 90px;
  background-position: top 5px left 10px;
  margin-bottom: 0;
  display: inline-block;
  position: relative; }
  .c-map__address strong {
    color: #999999;
    font-weight: 400; }
  .c-map__address a {
    padding-left: 90px;
    margin-left: -90px;
    display: block;
    color: inherit; }
  .c-map__address::before {
    content: "Map";
    text-transform: uppercase;
    position: absolute;
    bottom: -5px;
    left: 10px;
    font-size: 0.8125rem; }
  .c-map__address::after {
    height: 90px;
    display: block;
    width: 2px;
    background: #4d4d4d;
    border-left: 1px white;
    position: absolute;
    bottom: -22px;
    left: 60px;
    content: ''; }

.c-map__phone {
  padding-left: 90px; }
  .c-map__phone a {
    color: inherit; }

.c-mobile-nav .menu {
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase; }
  .c-mobile-nav .menu li {
    display: block;
    width: 100%; }
  .c-mobile-nav .menu a {
    color: #999999;
    position: relative; }
    .c-mobile-nav .menu a:visited {
      color: #999999; }
    .c-mobile-nav .menu a:hover, .c-mobile-nav .menu a:active {
      color: #333; }

.c-menu__local {
  box-shadow: 0 4px 2px -2px #dedede;
  z-index: 90;
  background-color: #fefefe;
  display: none; }
  .c-menu__local a {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem; }
    .c-menu__local a.is-active {
      color: #333; }
      .c-menu__local a.is-active span {
        border-bottom: 3px solid #853435;
        display: block;
        padding-bottom: .25em; }
    .c-menu__local a:hover, .c-menu__local a:active {
      color: #333; }

.c-menu__main,
.c-menu__local {
  font-weight: 400;
  font-size: 1rem;
  text-transform: uppercase;
  padding-top: calc(.25em + 3px); }
  @media print, screen and (min-width: 40em) {
    .c-menu__main,
    .c-menu__local {
      padding-left: 2.5rem; } }
  .c-menu__main span,
  .c-menu__local span {
    border-bottom: 3px solid transparent;
    display: block;
    padding-bottom: .25em; }
  .c-menu__main a,
  .c-menu__local a {
    color: #999999;
    position: relative; }
    .c-menu__main a:visited,
    .c-menu__local a:visited {
      color: #999999; }
    .c-menu__main a:hover, .c-menu__main a:active,
    .c-menu__local a:hover,
    .c-menu__local a:active {
      color: #333; }

.c-menu__local {
  box-shadow: 0 4px 2px -2px #dedede;
  z-index: 90;
  background-color: #fefefe;
  display: none; }
  @media print, screen and (min-width: 64em) {
    .c-menu__local {
      display: block; } }
  .c-menu__local a {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
    .c-menu__local a.is-active {
      color: #333; }
      .c-menu__local a.is-active span {
        border-bottom: 3px solid #853435;
        display: block;
        padding-bottom: .25em; }
    .c-menu__local a:hover, .c-menu__local a:active {
      color: #333; }

.c-mobile-nav__head {
  background-color: #333; }
  .c-mobile-nav__head p {
    margin-bottom: 0; }

#superfish-main-accordion &gt; li:first-of-type,
#superfish-main--2-accordion &gt; li:first-of-type {
  display: none; }

.c-header__nav--mobile {
  background-color: #f6f6f6;
  display: none;
  text-align: center;
  z-index: 55;
  width: 100%;
  height: 100vh;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 20px; }
  .c-header__nav--mobile.is-open {
    display: block; }
  .c-header__nav--mobile .c-mobile-nav__head {
    height: 3.4375rem; }
    .c-header__nav--mobile .c-mobile-nav__head ul:not(.contextual-links) {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding-top: 15px;
      padding-left: 16px;
      padding-right: 16px; }
      .c-header__nav--mobile .c-mobile-nav__head ul:not(.contextual-links) li {
        background-color: transparent;
        border: none; }
      .c-header__nav--mobile .c-mobile-nav__head ul:not(.contextual-links) li:nth-child(1) {
        background-image: url("../../imgs/icon_home.svg");
        background-repeat: no-repeat;
        font-size: 0;
        width: 32px;
        height: 44px; }
      .c-header__nav--mobile .c-mobile-nav__head ul:not(.contextual-links) li:nth-child(2) {
        background-image: url("../../imgs/icon_search.svg");
        background-repeat: no-repeat;
        font-size: 0;
        width: 25px;
        height: 26px;
        margin-right: 42px; }
  .c-header__nav--mobile .c-header__contact-links--mobile {
    padding-bottom: 6em; }
    .c-header__nav--mobile .c-header__contact-links--mobile ul:not(.contextual-links) {
      margin-top: 2em;
      width: 300px;
      padding-left: 1em; }
      .c-header__nav--mobile .c-header__contact-links--mobile ul:not(.contextual-links) li:first-of-type {
        display: none; }
      .c-header__nav--mobile .c-header__contact-links--mobile ul:not(.contextual-links) li:nth-child(2) {
        background-image: url("../../imgs/login-bkg-blue.png");
        background-repeat: no-repeat;
        background-position: left 2px top 2px;
        margin-bottom: .5em; }
      .c-header__nav--mobile .c-header__contact-links--mobile ul:not(.contextual-links) li:nth-child(3) {
        background-image: url("../../imgs/login-bkg-mustard.png");
        background-repeat: no-repeat;
        background-position: left 2px top 2px; }
      .c-header__nav--mobile .c-header__contact-links--mobile ul:not(.contextual-links) li {
        border: 1px solid #ebebeb;
        background-color: #fefefe; }
      .c-header__nav--mobile .c-header__contact-links--mobile ul:not(.contextual-links) a {
        padding-left: 2.1875rem;
        padding-right: 2.1875rem;
        padding-bottom: 0.375rem;
        padding-top: 0.375rem;
        font-family: "Lato", "Helvetica", "Verdana", sans-serif;
        font-weight: 400;
        font-size: 0.8125rem;
        line-height: 1;
        text-transform: uppercase;
        color: #666;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center; }
    .c-header__nav--mobile .c-header__contact-links--mobile span {
      display: block;
      font-size: 0.625rem;
      padding-bottom: .25em; }
  .c-header__nav--mobile nav {
    padding-top: 2em; }
  .c-header__nav--mobile .sf-menu a {
    color: #444444;
    font-weight: 400;
    padding-left: 16px; }
  .c-header__nav--mobile .sf-menu .sf-depth-1.sf-expanded {
    background-color: #521b1b;
    border-bottom: 1px solid #743636; }
    .c-header__nav--mobile .sf-menu .sf-depth-1.sf-expanded a {
      color: #fefefe; }
  .c-header__nav--mobile .sf-menu .sf-depth-1 .sf-clone-parent {
    background-color: #682021;
    border-bottom: 1px solid #743636;
    border-top: 1px solid #743636; }
    .c-header__nav--mobile .sf-menu .sf-depth-1 .sf-clone-parent a {
      color: #fefefe;
      text-transform: uppercase;
      font-size: 0.75rem;
      position: relative;
      padding-left: 3em; }
      .c-header__nav--mobile .sf-menu .sf-depth-1 .sf-clone-parent a::before {
        content: '';
        position: absolute;
        left: 2em;
        top: 15px;
        border-radius: 0.3em;
        height: 0.3em;
        width: 0.3em;
        background-color: #fefefe; }
  .c-header__nav--mobile .sf-menu .sf-depth-2 {
    background-color: #682021;
    border-bottom: 1px solid #743636; }
    .c-header__nav--mobile .sf-menu .sf-depth-2 a {
      color: #fefefe;
      text-transform: uppercase;
      font-size: 0.75rem; }
    .c-header__nav--mobile .sf-menu .sf-depth-2.sf-expanded {
      background-color: #b48527;
      border-bottom: 1px solid #d4a03b; }
      .c-header__nav--mobile .sf-menu .sf-depth-2.sf-expanded a {
        color: #fefefe; }
    .c-header__nav--mobile .sf-menu .sf-depth-2 .sf-clone-parent {
      background-color: #c9942c;
      border-bottom: 1px solid #d4a03b;
      border-top: 1px solid #d4a03b; }
      .c-header__nav--mobile .sf-menu .sf-depth-2 .sf-clone-parent a {
        color: #fefefe;
        text-transform: uppercase;
        font-size: 0.75rem;
        background-color: #c9942c;
        position: relative;
        padding-left: 3em; }
        .c-header__nav--mobile .sf-menu .sf-depth-2 .sf-clone-parent a::before {
          content: '';
          position: absolute;
          left: 2em;
          top: 15px;
          border-radius: 0.3em;
          height: 0.3em;
          width: 0.3em;
          background-color: #fefefe; }
  .c-header__nav--mobile .sf-menu a.sf-depth-2 {
    position: relative;
    padding-left: 3em; }
    .c-header__nav--mobile .sf-menu a.sf-depth-2::before {
      content: '';
      position: absolute;
      left: 2em;
      top: 15px;
      border-radius: 0.3em;
      height: 0.3em;
      width: 0.3em;
      background-color: #fefefe; }
  .c-header__nav--mobile .sf-menu .sf-depth-3 {
    background-color: #c9942c;
    border-bottom: 1px solid #d4a03b; }
    .c-header__nav--mobile .sf-menu .sf-depth-3 a {
      color: #fefefe;
      text-transform: uppercase;
      font-size: 0.75rem; }
  .c-header__nav--mobile .sf-menu a.sf-depth-3 {
    position: relative;
    padding-left: 3em; }
    .c-header__nav--mobile .sf-menu a.sf-depth-3::before {
      content: '';
      position: absolute;
      left: 2em;
      top: 15px;
      border-radius: 0.3em;
      height: 0.3em;
      width: 0.3em;
      background-color: #fefefe; }

.c-main-menu--mobile {
  display: block;
  text-align: center; }
  .c-main-menu--mobile li {
    font-size: 24px; }
  .c-main-menu--mobile a {
    color: #fefefe;
    position: relative; }

.sidenav .closebtn {
  position: absolute;
  top: 35px;
  right: 10px;
  font-size: 36px;
  margin-left: 50px; }

.main-menu {
  padding-top: 65px; }

.openbtn {
  float: right;
  font-size: em(30);
  cursor: pointer; }

.menutoggle__wrapper {
  height: 30px;
  display: inline-block;
  z-index: 9999999999; }

.menutoggle {
  position: relative;
  cursor: pointer;
  height: 35px;
  width: 35px;
  margin-right: 0.625rem; }
  .menutoggle .icon {
    position: absolute;
    right: 35px;
    top: 12px;
    z-index: 999999; }

.menutoggle .icon span, .menutoggle .icon span:before,
.menutoggle .icon span:after {
  height: 3px;
  width: 35px;
  background: #0a0a0a;
  position: absolute;
  display: block;
  content: '';
  transition: all 250ms ease-in-out; }

.menutoggle .icon span:before {
  top: -10px; }

.menutoggle .icon span:after {
  bottom: -10px; }

.menutoggle .icon.is-open-menu span {
  background: transparent; }

.menutoggle .icon.is-open-menu span:before, .menutoggle .icon.is-open-menu span:after {
  top: 6px; }

.menutoggle .icon.is-open-menu span:before {
  transform: rotate(45deg);
  background: #fefefe; }

.menutoggle .icon.is-open-menu span:after {
  transform: rotate(-45deg);
  background: #fefefe; }

.c-header__nav--mobile .accordion-menu {
  background-color: #f6f6f6;
  text-align: left;
  margin: 0;
  padding: 0; }
  .c-header__nav--mobile .accordion-menu .nested.is-accordion-submenu {
    margin: 0;
    padding: 0; }
  .c-header__nav--mobile .accordion-menu .menu-item--expanded .is-accordion-submenu-parent {
    background-color: #fefefe; }
  .c-header__nav--mobile .accordion-menu li {
    border-bottom: 1px solid #ebebeb; }
  .c-header__nav--mobile .accordion-menu ul {
    background-color: #fefefe; }
    .c-header__nav--mobile .accordion-menu ul .menu-item--expanded .is-accordion-submenu-parent {
      background-color: #0a0a0a; }
    .c-header__nav--mobile .accordion-menu ul ul {
      background-color: #0a0a0a; }
      .c-header__nav--mobile .accordion-menu ul ul a {
        color: #fefefe; }

.c-header__nav--mobile ul {
  text-align: left; }
  .c-header__nav--mobile ul li {
    border-bottom: 1px solid #ebebeb;
    background-color: #f6f6f6; }

.sf-depth-1.sf-expanded .sf-clone-parent {
  background-color: #fefefe;
  border-top: 1px solid #ebebeb; }

.sf-depth-2 {
  background-color: #fefefe; }
  .sf-depth-2 .sf-clone-parent {
    background-color: #0a0a0a;
    border-top: 1px solid #ebebeb; }
    .sf-depth-2 .sf-clone-parent a {
      color: #fefefe; }
  .sf-depth-2 .sf-depth-3 {
    background-color: #0a0a0a; }
    .sf-depth-2 .sf-depth-3 a {
      color: #fefefe; }

.sf-accordion-toggle {
  display: none; }

.sf-main.sf-accordion.sf-hidden {
  height: auto !important;
  overflow: inherit !important;
  width: 100% !important;
  display: block !important; }

.sf-menu.sf-accordion {
  display: block !important;
  position: relative !important;
  width: 70% !important; }

.toolbar-fixed.toolbar-vertical .c-off-canvas.position-right,
.toolbar-fixed.toolbar-horizontal .c-off-canvas.position-right {
  top: 78px; }

.toolbar-tray-open.toolbar-horizontal .c-off-canvas.position-right {
  top: 160px; }

.off-canvas.is-transition-overlap {
  z-index: 200 !important; }

.is-open-offcanvas.toolbar-vertical.toolbar-fixed .c-header__nav--mobile {
  top: 39px;
  padding-bottom: 39px; }

.c-menu__main--secondary {
  font-weight: 400;
  font-size: 0.75rem;
  display: none; }
  @media print, screen and (min-width: 64em) {
    .c-menu__main--secondary {
      display: inherit; } }
  .c-menu__main--secondary h2 {
    margin-top: 0;
    color: #333;
    padding-bottom: .5em;
    margin-bottom: .25em; }
  .c-menu__main--secondary li {
    background-position: left 15px center;
    background-repeat: no-repeat; }
    .c-menu__main--secondary li.menu-item--active-trail {
      background-color: #f6f6f6; }
    .c-menu__main--secondary li:hover {
      background-color: #f6f6f6; }
    .c-menu__main--secondary li:not(:last-of-type) {
      border-bottom: 1px solid #ebebeb; }
  .c-menu__main--secondary a {
    color: inherit;
    text-transform: uppercase;
    padding-left: 1.5625rem; }

.c-menu__main--credit {
  margin-bottom: 4em; }
  .c-menu__main--credit h2 {
    border-bottom: 4px solid #7F4132; }
  .c-menu__main--credit li {
    background-image: url("../../imgs/bullet-secondary-menu-credit.png"); }

.c-menu__main--equity h2 {
  border-bottom: 4px solid #c9942c; }

.c-menu__main--equity li {
  background-image: url("../../imgs/bullet-secondary-menu-equity.png"); }

/*
 * Sample SCSS for adding Superfish CSS to themes.
 *
 * Instructions:
 *
 * 1. Change the #YOUR-BLOCK-ID (below) to the ID of your Superfish block.
 *
 * 2. Add the SCSS to your theme.
 *
 * 3. Note that by removing the .sf-style-none, the style will be applied to the menu regardless of
 *    the "Style" selected in the Superfish block configuration.
 *
 */
.c-menu__main .sf-main &gt; li:first-child a {
  padding-left: 0; }

.c-menu__main ul.sf-menu a,
.c-menu__main ul.sf-menu span.nolink {
  padding: 1em; }
  @media screen and (min-width: 75em) {
    .c-menu__main ul.sf-menu a,
    .c-menu__main ul.sf-menu span.nolink {
      padding: 1em 1.5em; } }

.c-menu__main ul li {
  border-bottom: 1px solid #fefefe; }
  @media print, screen and (min-width: 40em) {
    .c-menu__main ul li {
      border-bottom: none; } }

.c-menu__main ul ul {
  font-weight: 400;
  font-size: 0.8125rem;
  top: 66% !important;
  left: 24px !important; }
  @media print, screen and (min-width: 40em) {
    .c-menu__main ul ul {
      border-top: 3px solid #853435; } }
  .c-menu__main ul ul ul {
    border-top: none;
    top: 0 !important;
    left: 100% !important;
    font-size: 0.75rem; }

.c-menu__main li.sf-depth-1 {
  background-color: transparent; }
  .c-menu__main li.sf-depth-1.active-trail &gt; a {
    color: #333; }
    .c-menu__main li.sf-depth-1.active-trail &gt; a span {
      display: block; }
      @media print, screen and (min-width: 40em) {
        .c-menu__main li.sf-depth-1.active-trail &gt; a span {
          border-bottom: 3px solid #853435;
          padding-bottom: .25em; } }

.c-menu__main li.sf-depth-1.sf-clone-parent {
  background-color: #fefefe; }
  .c-menu__main li.sf-depth-1.sf-clone-parent a {
    color: #333;
    line-height: 1.3; }
    .c-menu__main li.sf-depth-1.sf-clone-parent a:hover,
    .c-menu__main li.sf-depth-1.sf-clone-parent a .is-active {
      color: #fefefe;
      background-color: #333; }
  .c-menu__main li.sf-depth-1.sf-clone-parent.active-trail span {
    border-bottom: none; }

.c-menu__main li.sf-depth-2 {
  background-color: #fefefe; }
  .c-menu__main li.sf-depth-2.active-trail {
    background-color: #333; }
    .c-menu__main li.sf-depth-2.active-trail &gt; a {
      color: #fefefe;
      background-color: #333; }
    .c-menu__main li.sf-depth-2.active-trail a {
      color: #fefefe; }
      .c-menu__main li.sf-depth-2.active-trail a.is-active {
        color: #fefefe;
        background-color: #333; }
  .c-menu__main li.sf-depth-2 a {
    color: #333;
    line-height: 1.3; }
    .c-menu__main li.sf-depth-2 a:hover,
    .c-menu__main li.sf-depth-2 a .is-active {
      color: #fefefe;
      background-color: #333; }

.c-menu__main li.sf-depth-3 {
  background-color: #333;
  background-image: url("../../imgs/bullet-tertiary-menu.png");
  background-position: left 15px center;
  background-repeat: no-repeat; }
  .c-menu__main li.sf-depth-3.active-trail {
    background-color: #333;
    background-image: url("../../imgs/bullet-tertiary-menu.png"); }
    .c-menu__main li.sf-depth-3.active-trail &gt; a {
      color: #fefefe;
      padding-left: 1.5625rem; }
      .c-menu__main li.sf-depth-3.active-trail &gt; a:hover, .c-menu__main li.sf-depth-3.active-trail &gt; a.is-active {
        background-color: #d49f37;
        background-image: url("../../imgs/bullet-tertiary-menu-hover.png");
        background-position: left 15px center;
        background-repeat: no-repeat; }
  .c-menu__main li.sf-depth-3 a {
    color: #fefefe;
    padding-left: 1.5625rem; }
    .c-menu__main li.sf-depth-3 a:hover,
    .c-menu__main li.sf-depth-3 a .is-active {
      background-color: #d49f37;
      background-image: url("../../imgs/bullet-tertiary-menu-hover.png");
      background-position: left 15px center;
      background-repeat: no-repeat; }

@media print, screen and (min-width: 40em) {
  .reveal {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 10px; } }

.modal-header .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  cursor: pointer; }

.modal-header .modal-title {
  color: #7F4132;
  font-size: 1.125rem;
  margin-top: 0;
  margin-bottom: .75em; }

.modal-body {
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin-left: -1em;
  margin-right: -1em;
  padding: 1em;
  padding-bottom: 0; }
  .modal-body p {
    font-size: 0.875rem; }

.modal-footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 1em; }

.path-node.context-mutual-funds .large-8 {
  width: 100%;
  border: 0; }

.context-contact .c-footer__info {
  display: none; }

.context-contact .c-footer {
  background-color: #f2f1f0; }

@media print, screen and (min-width: 64em) {
  .c-hp-insights__inner {
    padding-right: 3.75rem;
    padding-top: 15px; } }

.c-insights__teaser--hp {
  padding-top: 0;
  padding-bottom: 3em; }
  @media print, screen and (min-width: 40em) {
    .c-insights__teaser--hp {
      padding-bottom: 4em; } }

.c-hp-section--insights {
  display: none;
  background-color: #ebebeb;
  border-top: 11px solid #fefefe;
  padding-bottom: 2em; }
  @media print, screen and (min-width: 40em) {
    .c-hp-section--insights {
      padding-bottom: 6em; } }

.c-hp-insights__head {
  font-family: "Lato", "Helvetica", "Verdana", sans-serif;
  font-weight: 400;
  font-size: 2.8125rem;
  color: #fefefe;
  text-transform: uppercase;
  line-height: 1;
  margin-top: -8px;
  margin-bottom: 1em;
  letter-spacing: 10px;
  text-align: center;
  padding-left: 10px; }
  @media print, screen and (min-width: 40em) {
    .c-hp-insights__head {
      margin-top: -18px;
      font-size: 6.25rem;
      letter-spacing: 17px;
      margin-bottom: .75em;
      text-align: left;
      padding-left: 0; } }
  @media print, screen and (min-width: 64em) {
    .c-hp-insights__head {
      margin-top: -28px;
      font-size: 9.375rem; } }

.c-tabs--hp-insights .c-tabs {
  border: none;
  padding: 0; }
  .c-tabs--hp-insights .c-tabs li {
    width: 50%;
    text-align: center; }

.c-tabs--hp-insights .tabs-panel {
  padding: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .c-tabs--hp-insights .tabs-panel {
      padding: 1rem; } }

.c-tabs--hp-insights .c-tabs__content {
  border: none; }

.c-tabs--hp-insights .tabs-title &gt; a:focus,
.c-tabs--hp-insights .tabs-title &gt; a[aria-selected="true"] {
  background: #fefefe; }

.c-tabs--hp-insights .tabs-title {
  background: #dedede;
  border: 3px solid #f6f6f6; }
  .c-tabs--hp-insights .tabs-title a {
    font-family: "Lato", "Helvetica", "Verdana", sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #999999;
    padding: 1.25em 1em; }
    @media print, screen and (min-width: 64em) {
      .c-tabs--hp-insights .tabs-title a {
        font-size: 1rem;
        letter-spacing: 4px;
        padding: 1.25em 1.5em; } }
  .c-tabs--hp-insights .tabs-title.is-active {
    border: 3px solid #fefefe; }
    .c-tabs--hp-insights .tabs-title.is-active a {
      font-size: 1rem;
      color: #7F4132; }
      @media print, screen and (min-width: 64em) {
        .c-tabs--hp-insights .tabs-title.is-active a {
          font-size: 1.125rem; } }

.c-home__slider-slide .c-home__slider-primarytxt, .c-home__slider-slide .c-home__slider-secondarytxt {
  color: #fefefe;
  padding-left: 4.6875rem;
  padding-right: 4.6875rem;
  display: inline-block;
  line-height: 1; }

.c-home__slider-slide {
  border-bottom: 3px solid #00698f; }
  .c-home__slider-slide a {
    text-decoration: none;
    color: inherit; }
  .c-home__slider-slide img {
    width: 100%; }
  .c-home__slider-slide .c-home__slider-text {
    display: none; }
    @media print, screen and (min-width: 40em) {
      .c-home__slider-slide .c-home__slider-text {
        position: absolute;
        bottom: 70px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .c-home__slider-slide .c-home__slider-primarytxt {
    font-size: 1.875rem;
    padding-top: 0.9375rem;
    padding-bottom: 0.9375rem;
    background-color: rgba(201, 148, 44, 0.85); }
    @media print, screen and (min-width: 64em) {
      .c-home__slider-slide .c-home__slider-primarytxt {
        font-size: 3.75rem;
        padding-top: 1.875rem;
        padding-bottom: 1.875rem; } }
  .c-home__slider-slide .c-home__slider-secondarytxt {
    font-size: 0.75rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    background-color: rgba(89, 14, 14, 0.85);
    text-transform: uppercase;
    letter-spacing: 3px; }
    @media print, screen and (min-width: 64em) {
      .c-home__slider-slide .c-home__slider-secondarytxt {
        font-size: 1.5rem;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem; } }

/* progress bar */
.slider-progress {
  width: 100%;
  height: 3px;
  background: #fefefe; }

.slider-progress .progress {
  width: 0%;
  height: 3px;
  background: #00698f; }

.path-frontpage main {
  padding-bottom: 0; }

.c-home__slider {
  visibility: hidden; }

.c-home__slider:not(:first-child) {
  visibility: hidden; }

.slick-initialized.c-home__slider {
  visibility: visible; }

.c-home__intro-text {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media print, screen and (min-width: 40em) {
    .c-home__intro-text {
      padding-top: 5rem;
      padding-bottom: 6.25rem; } }

@media print, screen and (min-width: 64em) {
  .c-home__ctas-wrapper {
    padding-bottom: 8.75rem; } }

.c-home__cta {
  margin-bottom: 3em; }
  @media print, screen and (min-width: 64em) {
    .c-home__cta {
      margin-bottom: 0; } }
  .c-home__cta .c-home__ctas-inner {
    height: 100%; }
  .c-home__cta .c-home__cta-header h3 {
    font-weight: 300;
    font-size: 1.875rem;
    color: #7F4132;
    text-align: center;
    line-height: 1.2;
    margin-top: 0; }
  .c-home__cta .c-home__cta-body {
    font-size: 1rem;
    border-top: 4px solid #dedede;
    padding-top: 1.75em; }
  .c-home__cta .c-home__cta-link {
    text-align: center; }
    @media print, screen and (min-width: 64em) {
      .c-home__cta .c-home__cta-link {
        text-align: left; } }
    .c-home__cta .c-home__cta-link a {
      font-weight: 400;
      font-size: 0.75rem;
      text-transform: uppercase;
      text-decoration: none;
      color: #00698f; }

.strategy__credit, .strategy__equity, .strategy__total-return {
  color: #fefefe; }
  .strategy__credit .c-home__strategy-title, .strategy__equity .c-home__strategy-title, .strategy__total-return .c-home__strategy-title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .strategy__credit .c-home__strategy-title h3, .strategy__equity .c-home__strategy-title h3, .strategy__total-return .c-home__strategy-title h3 {
      font-weight: 400;
      font-size: 2.1875rem;
      text-transform: uppercase;
      margin: 0;
      margin-bottom: .5em;
      line-height: 1; }
      @media print, screen and (min-width: 40em) {
        .strategy__credit .c-home__strategy-title h3, .strategy__equity .c-home__strategy-title h3, .strategy__total-return .c-home__strategy-title h3 {
          padding-right: 1.875rem;
          padding-left: 1.875rem;
          margin-bottom: 0; } }
      .strategy__credit .c-home__strategy-title h3 span, .strategy__equity .c-home__strategy-title h3 span, .strategy__total-return .c-home__strategy-title h3 span {
        font-size: 1.25rem;
        display: block;
        padding-top: .15em; }
  .strategy__credit .c-home__strategy-content, .strategy__equity .c-home__strategy-content, .strategy__total-return .c-home__strategy-content {
    font-size: 1.125rem;
    font-weight: 400; }
    .strategy__credit .c-home__strategy-content p, .strategy__equity .c-home__strategy-content p, .strategy__total-return .c-home__strategy-content p {
      margin-bottom: .5em; }
    .strategy__credit .c-home__strategy-content a, .strategy__equity .c-home__strategy-content a, .strategy__total-return .c-home__strategy-content a {
      font-size: 0.75rem;
      text-transform: uppercase;
      color: inherit;
      line-height: 1;
      text-decoration: underline; }

.c-home__strategy-link {
  text-align: center;
  display: block; }
  @media print, screen and (min-width: 40em) {
    .c-home__strategy-link {
      text-align: inherit;
      display: inline; } }

.paragraph--type--home-page-strategy {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem; }

.strategy__credit {
  background-color: #7d2729; }
  .strategy__credit .l-home__strategy-title {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .strategy__credit .l-home__strategy-title {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(25% - 1.875rem);
        margin-left: 0.9375rem;
        margin-right: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .strategy__credit .l-home__strategy-title {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(16.66667% - 1.875rem);
        margin-left: 0.9375rem;
        margin-right: 0.9375rem; } }
  .strategy__credit .l-home__strategy-content {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .strategy__credit .l-home__strategy-content {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(75% - 1.875rem);
        margin-left: 0.9375rem;
        margin-right: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .strategy__credit .l-home__strategy-content {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(83.33333% - 1.875rem);
        margin-left: 0.9375rem;
        margin-right: 0.9375rem; } }

.strategy__equity {
  background-color: #c3a63f; }
  .strategy__equity .l-home__strategy-title {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .strategy__equity .l-home__strategy-title {
        -ms-flex-order: 2;
        order: 2;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(25% - 1.875rem);
        margin-left: 0.9375rem;
        margin-right: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .strategy__equity .l-home__strategy-title {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(16.66667% - 1.875rem);
        margin-left: 0.9375rem;
        margin-right: 0.9375rem; } }
  .strategy__equity .l-home__strategy-content {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .strategy__equity .l-home__strategy-content {
        text-align: right;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(75% - 1.875rem);
        margin-left: 0.9375rem;
        margin-right: 0.9375rem; } }
    @media print, screen and (min-width: 64em) {
      .strategy__equity .l-home__strategy-content {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(83.33333% - 1.875rem);
        margin-left: 0.9375rem;
        margin-right: 0.9375rem; } }

.strategy__total-return {
  background-color: #00698f; }
  .strategy__total-return .l-home__strategy-title {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .strategy__total-return .l-home__strategy-title {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(33.33333% - 1.875rem);
        margin-left: 0.9375rem;
        margin-right: 0.9375rem; } }
  .strategy__total-return .l-home__strategy-content {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: calc(100% - 1.25rem);
    margin-left: 0.625rem;
    margin-right: 0.625rem; }
    @media print, screen and (min-width: 40em) {
      .strategy__total-return .l-home__strategy-content {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: calc(66.66667% - 1.875rem);
        margin-left: 0.9375rem;
        margin-right: 0.9375rem; } }

.page-node-type-mutual-fund main {
  padding-bottom: 0; }

.c-mutual-fund h2 {
  font-family: "Lato", "Helvetica", "Verdana", sans-serif;
  font-weight: 300;
  font-size: 2.5rem;
  text-transform: none;
  color: #0a0a0a;
  letter-spacing: normal;
  text-align: center;
  margin-bottom: 1em;
  margin-top: 0; }

.c-mf__section {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  @media print, screen and (min-width: 64em) {
    .c-mf__section {
      padding-top: 3rem;
      padding-bottom: 5.625rem; } }

.c-mf__section--fees,
.c-mf__section--performance,
.c-mf__section--key-docs {
  background-color: #f7f7f7; }

.c-mf__account {
  background-color: #00698f;
  color: #fefefe;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  line-height: 1; }
  .c-mf__account &gt; div:not(.contextual) {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    max-width: 75rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%; }
    @media print, screen and (min-width: 40em) {
      .c-mf__account &gt; div:not(.contextual) {
        padding-right: 0.9375rem;
        padding-left: 0.9375rem; } }
    @media print, screen and (min-width: 40em) {
      .c-mf__account &gt; div:not(.contextual) {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-align: center;
        align-items: center; } }
    .c-mf__account &gt; div:not(.contextual) p {
      margin: 0;
      font-size: 0.8125rem; }
    .c-mf__account &gt; div:not(.contextual) a {
      font-size: 0.625rem;
      color: inherit;
      font-weight: 400;
      text-transform: uppercase;
      background-color: rgba(254, 254, 254, 0.2);
      padding-left: 1.25rem;
      padding-right: 1.25rem;
      padding-top: 0.625rem;
      padding-bottom: 0.625rem;
      border-radius: 18px;
      display: inline-block;
      margin-bottom: 1em;
      margin-top: 1em;
      white-space: nowrap; }
      @media print, screen and (min-width: 40em) {
        .c-mf__account &gt; div:not(.contextual) a {
          margin-bottom: 0;
          margin-top: 0; } }
    .c-mf__account &gt; div:not(.contextual) strong a {
      font-size: 0.8125rem;
      padding: 0;
      background-color: transparent;
      margin-bottom: 0;
      margin-top: 0;
      border-radius: 0; }

.c-mf__section--general {
  background-color: #333;
  color: #fefefe; }
  .c-mf__section--general.c-mf__section {
    padding-top: 2.8125rem;
    padding-bottom: 2.8125rem; }

.c-mf__general-meta div {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400; }

.c-mf__general-meta span {
  text-transform: uppercase;
  color: #dedede; }

.c-mf__general h1 {
  font-weight: 300;
  font-size: 2.5rem;
  color: #fefefe;
  border-bottom: 4px solid #4a4a4a;
  padding-bottom: 1.5625rem;
  margin-top: 0; }

.c-mf__general-right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1em; }
  @media print, screen and (min-width: 64em) {
    .c-mf__general-right {
      margin-top: 0;
      -ms-flex-align: end;
      align-items: flex-end;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .c-mf__general-right a:not(:last-of-type) {
    margin-right: 6px; }

.c-mf__stat--positive {
  color: #66cc00; }

.c-mf__stat--negative {
  color: red; }

.c-mf__section--overview {
  padding-bottom: 0; }
  @media print, screen and (min-width: 64em) {
    .c-mf__section--overview {
      padding-bottom: 5.625rem; } }
  .c-mf__section--overview h3 {
    font-family: "Lato", "Helvetica", "Verdana", sans-serif;
    font-weight: 300;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: .25em;
    margin-top: 1.5em;
    line-height: 1; }
    @media print, screen and (min-width: 64em) {
      .c-mf__section--overview h3 {
        margin-top: 0; } }
  .c-mf__section--overview h4 {
    font-family: "Lato", "Helvetica", "Verdana", sans-serif;
    font-weight: 400;
    font-size: 0.875rem;
    text-transform: uppercase;
    margin-bottom: .5em;
    margin-top: 0;
    line-height: 1; }
  .c-mf__section--overview p {
    margin-top: 0; }
  @media print, screen and (min-width: 64em) {
    .c-mf__section--overview .c-mf__overview-top {
      padding-bottom: 2.5em; } }
  .c-mf__section--overview .c-mf__overview-top h2 {
    text-align: center; }
  .c-mf__section--overview .c-mf__overview-top p {
    font-size: 1.375rem;
    line-height: 1.5; }
    @media print, screen and (min-width: 64em) {
      .c-mf__section--overview .c-mf__overview-top p {
        font-size: 1.5rem; } }
  .c-mf__section--overview .c-mf__overview-left {
    border-right: 1px solid #ebebeb; }
    @media print, screen and (min-width: 64em) {
      .c-mf__section--overview .c-mf__overview-left .c-mf__overview-left-inner {
        padding-right: 4.375rem; } }
  .c-mf__section--overview .c-mf__overview-right .c-mf__overview-right-inner {
    margin-top: 1em; }
    @media print, screen and (min-width: 64em) {
      .c-mf__section--overview .c-mf__overview-right .c-mf__overview-right-inner {
        padding-left: 0.625rem;
        margin-top: 0; } }
  .c-mf__section--overview .c-mf__overview-right p {
    font-size: 0.875rem;
    margin-bottom: 2em;
    line-height: 1.4; }

.c-mf__section--process {
  padding-bottom: 0; }
  @media print, screen and (min-width: 40em) {
    .c-mf__section--process {
      padding-bottom: 5.625rem; } }

.c-mf__process-step {
  background-color: #edf4f7;
  border-bottom: 2px solid #fefefe;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  -ms-flex-align: center;
  align-items: center; }
  .c-mf__process-step p {
    margin-bottom: 0; }

.c-mf__process-step-title h3 {
  font-weight: 400;
  font-family: "Lato", "Helvetica", "Verdana", sans-serif;
  font-size: 1.25rem;
  margin: 0; }

.c-mf__process-step-title span {
  display: block;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 1; }

.c-mf__process-step-description {
  font-size: 1.125rem;
  line-height: 1.4; }

.c-mf__section--managers article:last-of-type {
  margin-bottom: 0; }

.c-managers__info {
  margin-bottom: 2em; }
  .c-managers__info .c-team__bus-title {
    margin-bottom: 1em; }
  .c-managers__info .c-team__photo-inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 0; }
    @media print, screen and (min-width: 40em) {
      .c-managers__info .c-team__photo-inner {
        padding-right: 40px;
        -ms-flex-pack: start;
        justify-content: flex-start; } }

.c-mf__section--key-docs ul {
  list-style: none;
  padding: 0; }
  @media print, screen and (min-width: 40em) {
    .c-mf__section--key-docs ul {
      column-count: 2;
      column-gap: 2.8125rem; } }

.c-mf__section--key-docs li {
  background-color: #fefefe;
  background-image: url("../../imgs/icon-key-doc-pdf.png");
  background-repeat: no-repeat;
  background-position: left 4px center;
  border: 1px solid #ebebeb;
  height: 44px;
  padding-left: 3.4375rem;
  margin-bottom: 0.3125rem;
  font-size: 1rem;
  line-height: 1.1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  break-inside: avoid; }
  @media print, screen and (min-width: 40em) {
    .c-mf__section--key-docs li {
      font-size: 1.125rem; } }
  .c-mf__section--key-docs li a {
    color: inherit;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }

.c-mf__section--legal p {
  font-size: 0.8125rem; }

.pager {
  text-align: center;
  border-top: 2px solid #ebebeb; }

.pager__items {
  list-style: none;
  overflow: auto;
  background-color: #f6f6f6;
  display: inline-block;
  margin: 0;
  padding: 0;
  border-radius: 10px;
  margin-top: 2em; }
  @media print, screen and (min-width: 40em) {
    .pager__items {
      margin-top: 3em; } }
  .pager__items li {
    float: left; }
    .pager__items li a {
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 4px;
      padding-bottom: 4px;
      display: inline-block;
      font-size: 0.875rem;
      color: #999999; }
    .pager__items li.is-active a {
      font-weight: 400;
      color: #0a0a0a; }

.pager__item--previous span,
.pager__item--next span {
  font-size: 1.125rem;
  line-height: 1; }

.c-photo--circle {
  background: #fefefe;
  border-radius: 50%;
  display: inline-block; }
  .c-photo--circle img {
    position: relative;
    width: 100%;
    background: #fefefe;
    border-radius: 50%;
    box-sizing: border-box;
    border: 10px solid transparent;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    background-clip: padding-box;
    opacity: 1; }
    @media print, screen and (min-width: 40em) {
      .c-photo--circle img {
        border: 10px solid transparent; } }
    .c-photo--circle img::after {
      position: absolute;
      top: -10px;
      bottom: -10px;
      left: -10px;
      right: -10px;
      background: #fefefe;
      border-radius: 50%; }

.c-photo--circle--light {
  background: #ebebeb; }

@media print, screen and (min-width: 64em) {
  .c-content {
    border-right: 1px solid #ebebeb; } }

@media print, screen and (min-width: 40em) {
  .c-content__region-wrapper {
    padding-right: 4.375rem; } }

.c-content__region-wrapper p:first-of-type {
  margin-top: 0; }

.path-frontpage .c-content__region-wrapper {
  border-right: none;
  padding-right: 0;
  margin-right: 0; }

.path-insights .c-content,
.page-node-type-mutual-fund .c-content {
  border-right: none; }

.path-insights .c-content__region-wrapper,
.path-insights .c-sidebar__region-wrapper,
.page-node-type-mutual-fund .c-content__region-wrapper,
.page-node-type-mutual-fund .c-sidebar__region-wrapper {
  padding-left: 0;
  padding-right: 0; }

@media print, screen and (min-width: 40em) {
  .path-insights .c-content__region-wrapper {
    padding-right: 40px; } }

.c-search {
  position: relative; }

.c-search__button {
  font-family: 'penncap-icons';
  display: inline;
  color: #333;
  font-size: 18px;
  position: absolute;
  right: 10px;
  top: 7px;
  border: none;
  background-color: transparent; }

.form-search {
  width: 250px;
  background-color: #ebebeb;
  border: none;
  font-size: 13px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 12px;
  border-radius: 12px; }
  @media screen and (min-width: 75em) {
    .form-search {
      width: 350px; } }

@media print, screen and (min-width: 64em) {
  .path-search .c-content {
    border: none; } }

.form-search {
  width: 200px; }
  @media print, screen and (min-width: 40em) {
    .form-search {
      width: 250px; } }
  @media (max-width: 1055px) {
    .form-search {
      width: 200px; } }

.search-form .form-submit {
  font-size: 0.625rem;
  font-weight: 400;
  color: inherit;
  text-transform: uppercase;
  background-color: rgba(254, 254, 254, 0.2);
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  border-radius: 18px;
  display: inline-block;
  margin-bottom: 1em;
  text-align: center;
  border: 1px solid #ebebeb;
  cursor: pointer;
  margin-left: 1em; }

.search-form label {
  display: none; }

.search-advanced,
.search-help-link {
  display: none; }

.c-strategy__date {
  margin-bottom: 1em; }
  .c-strategy__date div {
    display: inline-block; }

.l-strategy__block {
  margin-top: 2em; }

.c-strategy__block-type__head {
  font-family: "Roboto", "Helvetica", "Verdana", sans-serif;
  font-weight: 400;
  font-size: 2.5rem;
  text-transform: uppercase; }
  .c-strategy__block-type__head span {
    font-size: 0.9375rem;
    color: #666;
    margin-bottom: -1em;
    display: block; }

.c-strategy--equity .c-strategy__block-type__head {
  color: #c9942c; }

.c-strategy--credit .c-strategy__block-type__head {
  color: #7F4132; }

.c-strategy--return .c-strategy__block-type__head {
  font-size: 1.375rem;
  color: #00698f;
  line-height: 1; }
  .c-strategy--return .c-strategy__block-type__head span {
    margin-bottom: 0; }

.c-table__performance-wrapper {
  background-color: #fefefe;
  padding: 20px;
  display: none; }
  @media print, screen and (min-width: 64em) {
    .c-table__performance-wrapper {
      display: inherit; } }

.c-table-col--large {
  width: 30%; }

.c-table-col--medium {
  width: 10%;
  text-align: left;
  padding-left: 20px; }

.c-table-col--small {
  width: 10%; }

.c-table__performance {
  border-collapse: collapse; }
  .c-table__performance th {
    text-transform: uppercase;
    border-bottom: 2px solid #cdcdcd;
    vertical-align: bottom;
    padding-bottom: 0.625rem; }
    .c-table__performance th span {
      font-weight: 400;
      display: block;
      text-transform: none; }
    .c-table__performance th:first-of-type {
      text-align: left;
      font-size: 1rem; }
      .c-table__performance th:first-of-type span {
        display: inline-block;
        text-transform: uppercase;
        color: #999999; }
  .c-table__performance td,
  .c-table__performance tr {
    font-family: "Lato", "Helvetica", "Verdana", sans-serif;
    font-weight: 400;
    font-size: 0.875rem; }
  .c-table__performance tr:first-of-type td {
    background-color: #edf4f7; }
  .c-table__performance td {
    border-bottom: 1px solid #f2f1f0;
    border-right: 1px solid #e3e3e3;
    padding-top: 0.5rem;
    padding-bottom: 0.625rem;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px; }
    .c-table__performance td:first-of-type {
      text-align: left; }
    .c-table__performance td:last-of-type {
      border-right: none; }

.c-table__performance-wrapper--mobile {
  background-color: #fefefe;
  padding: 20px; }
  @media print, screen and (min-width: 64em) {
    .c-table__performance-wrapper--mobile {
      display: none; } }
  .c-table__performance-wrapper--mobile .c-table__performance {
    border-collapse: collapse;
    width: 100%; }
    .c-table__performance-wrapper--mobile .c-table__performance .c-table__performance-head {
      padding-bottom: 1.5em !important;
      font-size: 1rem !important; }
      .c-table__performance-wrapper--mobile .c-table__performance .c-table__performance-head span {
        display: inline-block !important; }
    .c-table__performance-wrapper--mobile .c-table__performance .c-table__performance-sectionhead {
      text-align: center  !important;
      font-size: 1rem !important;
      background-color: #edf4f7; }
    .c-table__performance-wrapper--mobile .c-table__performance th {
      text-transform: uppercase;
      border-bottom: 1px solid #f2f1f0;
      vertical-align: bottom;
      padding-bottom: 0.625rem;
      padding-top: 0.625rem; }
      .c-table__performance-wrapper--mobile .c-table__performance th span {
        font-weight: 400;
        display: block;
        text-transform: none; }
      .c-table__performance-wrapper--mobile .c-table__performance th:first-of-type {
        text-align: left;
        font-size: 0.875rem; }
        .c-table__performance-wrapper--mobile .c-table__performance th:first-of-type span {
          display: block;
          text-transform: uppercase;
          color: #999999; }
    .c-table__performance-wrapper--mobile .c-table__performance td,
    .c-table__performance-wrapper--mobile .c-table__performance tr {
      font-family: "Lato", "Helvetica", "Verdana", sans-serif;
      font-weight: 400;
      font-size: 0.875rem; }
    .c-table__performance-wrapper--mobile .c-table__performance tr:first-of-type td {
      background-color: #edf4f7; }
    .c-table__performance-wrapper--mobile .c-table__performance td {
      border-bottom: 1px solid #f2f1f0;
      border-right: 1px solid #e3e3e3;
      padding-top: 0.625rem;
      padding-bottom: 0.625rem;
      text-align: center; }
      .c-table__performance-wrapper--mobile .c-table__performance td:first-of-type {
        text-align: left;
        padding: 10px; }
      .c-table__performance-wrapper--mobile .c-table__performance td:last-of-type {
        border-right: none;
        text-align: right; }

.c-table--hp-strategies table {
  width: 100%;
  font-family: "Lato", "Helvetica", "Verdana", sans-serif;
  font-weight: 400;
  border-collapse: collapse; }
  .c-table--hp-strategies table th {
    text-align: left;
    font-size: 0.75rem;
    text-transform: uppercase;
    padding: 10px; }
  .c-table--hp-strategies table th:first-of-type {
    padding-left: 25px; }
  .c-table--hp-strategies table th:last-of-type {
    padding-right: 15px;
    text-align: right; }
  .c-table--hp-strategies table tbody tr:nth-child(odd) {
    background-color: #f2f1f0; }
  .c-table--hp-strategies table tbody td {
    font-size: 0.875rem;
    padding: 10px; }
  .c-table--hp-strategies table tbody td:first-of-type {
    padding-left: 15px; }
  .c-table--hp-strategies table tbody td:last-of-type {
    padding-right: 15px;
    text-align: right; }

.c-table__mf-general-info {
  width: 100%; }
  .c-table__mf-general-info thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
    @media print, screen and (min-width: 64em) {
      .c-table__mf-general-info thead {
        border: none;
        clip: inherit;
        height: inherit;
        margin: 0;
        overflow: inherit;
        padding: 0;
        position: relative;
        width: inherit; } }
  .c-table__mf-general-info th {
    font-family: "Lato", "Helvetica", "Verdana", sans-serif;
    font-weight: 300;
    font-size: 0.8125rem;
    color: #dedede;
    text-transform: uppercase;
    text-align: left; }
  .c-table__mf-general-info tr {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: .625em; }
    @media print, screen and (min-width: 64em) {
      .c-table__mf-general-info tr {
        display: table-row; } }
  .c-table__mf-general-info td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
    padding: 10px;
    font-family: "Lato", "Helvetica", "Verdana", sans-serif;
    font-weight: 400; }
    @media print, screen and (min-width: 64em) {
      .c-table__mf-general-info td {
        display: table-cell;
        font-size: 1.125rem;
        line-height: 1;
        text-align: left;
        padding: 0;
        border: none; } }
  .c-table__mf-general-info td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase; }
    @media print, screen and (min-width: 64em) {
      .c-table__mf-general-info td:before {
        content: ""; } }
  .c-table__mf-general-info td:last-child {
    border-bottom: 0; }

.c-table__hp-mutual-funds {
  border: 0;
  width: 100%; }
  .c-table__hp-mutual-funds .c-table__hp-mutual-funds-title {
    font-size: 1rem;
    text-align: left;
    padding: 10px;
    font-weight: 400;
    line-height: 1.4; }
    @media print, screen and (min-width: 40em) {
      .c-table__hp-mutual-funds .c-table__hp-mutual-funds-title {
        font-size: 0.875rem; } }
  .c-table__hp-mutual-funds thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }
  .c-table__hp-mutual-funds tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em; }
  .c-table__hp-mutual-funds tbody tr:nth-child(odd) {
    background-color: #f2f1f0; }
  .c-table__hp-mutual-funds td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
    padding: 10px; }
  .c-table__hp-mutual-funds td:before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase; }
  .c-table__hp-mutual-funds td:last-child {
    border-bottom: 0; }

@media print, screen and (min-width: 64em) {
  .c-table__hp-mutual-funds {
    width: 100%;
    font-family: "Lato", "Helvetica", "Verdana", sans-serif;
    font-weight: 400;
    border-collapse: collapse; }
    .c-table__hp-mutual-funds .c-table__hp-inception-date {
      width: 130px; }
    .c-table__hp-mutual-funds thead {
      border: none;
      clip: inherit;
      height: inherit;
      margin: 0;
      overflow: inherit;
      padding: 0;
      position: relative;
      width: inherit; }
    .c-table__hp-mutual-funds tr {
      border: none;
      display: table-row; }
    .c-table__hp-mutual-funds th {
      text-align: left;
      font-size: 0.75rem;
      text-transform: uppercase;
      padding: 10px; }
    .c-table__hp-mutual-funds th:first-of-type {
      padding-left: 15px; }
    .c-table__hp-mutual-funds th:last-of-type {
      padding-right: 15px;
      text-align: right; }
    .c-table__hp-mutual-funds tbody tr {
      border: none; }
    .c-table__hp-mutual-funds tbody tr:nth-child(odd) {
      background-color: #f2f1f0; }
    .c-table__hp-mutual-funds tbody td {
      font-size: 0.875rem;
      padding: 10px;
      display: table-cell;
      border: none;
      text-align: left; }
      .c-table__hp-mutual-funds tbody td::before {
        content: ""; }
    .c-table__hp-mutual-funds tbody td:first-of-type {
      padding-left: 15px; }
    .c-table__hp-mutual-funds tbody td:last-of-type {
      padding-right: 15px;
      text-align: right; } }

.c-table__mutual-funds--list__wrapper {
  margin-top: 5em; }

.c-table__mutual-funds--list-head {
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Lato", "Helvetica", "Verdana", sans-serif;
  letter-spacing: 3px; }

.c-table__mutual-funds--list {
  width: 100%;
  border-spacing: 0; }
  @media (max-width: 800px) {
    .c-table__mutual-funds--list {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (max-width: 800px) {
    .c-table__mutual-funds--list tr {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 1rem;
      border-bottom: 3px solid #ddd; } }
  .c-table__mutual-funds--list tr:nth-child(odd) {
    background-color: #f2f1f0; }
  .c-table__mutual-funds--list td {
    padding: 2rem 0.5rem; }
    @media (max-width: 800px) {
      .c-table__mutual-funds--list td {
        border-bottom: 1px solid #ddd; } }
    .c-table__mutual-funds--list td a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      font: 300 14px/1.2 "Lato", "Helvetica", "Verdana", sans-serif; }
      @media (max-width: 800px) {
        .c-table__mutual-funds--list td a {
          -ms-flex-pack: start;
          justify-content: flex-start; } }
    .c-table__mutual-funds--list td.c-table__mutual-funds-title {
      width: 250px;
      padding-left: 1rem; }
      @media (max-width: 1080px) {
        .c-table__mutual-funds--list td.c-table__mutual-funds-title {
          width: 175px; } }
      @media (max-width: 800px) {
        .c-table__mutual-funds--list td.c-table__mutual-funds-title {
          width: auto;
          padding-left: 0.5rem; } }
      .c-table__mutual-funds--list td.c-table__mutual-funds-title a {
        -ms-flex-pack: start;
        justify-content: flex-start;
        font: 400 12px/1.2 "Lato", "Helvetica", "Verdana", sans-serif;
        text-transform: uppercase; }

.l-content__bottom {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin: 0 auto; }
  @media print, screen and (min-width: 64em) {
    .l-content__bottom {
      padding-right: 0.625rem;
      padding-left: 0.625rem;
      max-width: 75rem;
      margin: 0 auto; } }

.c-tabs--team-members {
  margin-top: 2em;
  margin-bottom: 3em; }
  @media print, screen and (min-width: 64em) {
    .c-tabs--team-members {
      margin-bottom: 0; } }
  .c-tabs--team-members .tabs-title &gt; a:focus,
  .c-tabs--team-members .tabs-title &gt; a[aria-selected='true'] {
    background-color: transparent;
    color: inherit; }
  .c-tabs--team-members .tabs-title {
    display: inline-block;
    width: 100%; }
    @media print, screen and (min-width: 40em) {
      .c-tabs--team-members .tabs-title {
        display: list-item;
        width: auto; } }
    .c-tabs--team-members .tabs-title.is-active {
      background-color: #00698f;
      color: #fefefe; }
    .c-tabs--team-members .tabs-title a {
      color: inherit;
      font-weight: 400;
      font-size: 0.75rem;
      text-transform: uppercase;
      text-decoration: none;
      padding: 1rem 1.25rem; }
  .c-tabs--team-members .c-tabs {
    border: none;
    padding: 0;
    margin-left: -0.625rem;
    margin-right: -0.625rem; }
    @media print, screen and (min-width: 40em) {
      .c-tabs--team-members .c-tabs {
        margin-right: 0;
        margin-left: 0; } }

.accordion-item .accordion-title {
  padding-top: 1em;
  padding-bottom: 1em;
  display: block;
  padding-left: 1em;
  font-weight: 400;
  font-size: 1rem; }
  .accordion-item .accordion-title:hover, .accordion-item .accordion-title:focus {
    background-color: transparent; }
  @media print, screen and (min-width: 64em) {
    .accordion-item .accordion-title {
      padding-left: 0;
      font-weight: 300; } }

.c-tabs--team-members .tabs-panel {
  padding: 0; }

.c-tabs--team-members .tabs-content,
.c-tabs--team-members .accordion-content {
  background-color: #edf4f7;
  border: none; }
  @media print, screen and (min-width: 40em) {
    .c-tabs--team-members .tabs-content,
    .c-tabs--team-members .accordion-content {
      margin-right: 0;
      margin-left: 0; } }

.c-tabs--team-members .accordion-content {
  padding: 0; }

.c-team__member {
  border-top: 3px solid #fefefe;
  padding-top: 2.5em;
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .c-team__member {
      padding: 3.125rem; } }

.c-team__photo {
  margin-bottom: 1em;
  text-align: center; }
  @media print, screen and (min-width: 40em) {
    .c-team__photo {
      padding: 0;
      text-align: left; } }

.c-team__info {
  padding-left: 0.625rem;
  padding-right: 0.625rem; }
  @media print, screen and (min-width: 40em) {
    .c-team__info {
      padding: 0; } }
  .c-team__info h3 {
    font-family: "Lato", "Helvetica", "Verdana", sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    margin-top: 0;
    margin-bottom: .25em;
    color: #7F4132;
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center; }
    @media print, screen and (min-width: 40em) {
      .c-team__info h3 {
        text-align: left; } }
  .c-team__info .c-team__bus-title {
    font-weight: 400;
    font-size: 1rem;
    margin-top: 0;
    text-align: center; }
    @media print, screen and (min-width: 40em) {
      .c-team__info .c-team__bus-title {
        text-align: left; } }
  .c-team__info .c-team__bio p {
    font-size: 1rem; }

.u-hide-for-mobile {
  display: none; }
  @media print, screen and (min-width: 64em) {
    .u-hide-for-mobile {
      display: block; } }

.u-hide-for-desktop {
  display: block; }
  @media print, screen and (min-width: 64em) {
    .u-hide-for-desktop {
      display: none; } }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.75; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 1; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "Lato", "Helvetica", "Verdana", sans-serif;
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dots {
  position: absolute;
  bottom: 8px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  @media print, screen and (min-width: 40em) {
    .slick-dots {
      bottom: 18px; } }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer; }
    @media print, screen and (min-width: 64em) {
      .slick-dots li {
        margin: 0 5px; } }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.75; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "Lato", "Helvetica", "Verdana", sans-serif;
        font-size: 2.1875rem;
        line-height: 20px;
        text-align: center;
        color: #fefefe;
        opacity: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
        @media print, screen and (min-width: 64em) {
          .slick-dots li button:before {
            font-size: 60px; } }
    .slick-dots li.slick-active button:before {
      color: #590e0e;
      opacity: 1; }

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

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

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

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

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

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

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

.sf-menu li {
  position: relative; }

.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99; }

.sf-menu &gt; li {
  float: left; }

.sf-menu li:hover &gt; ul,
.sf-menu li.sfHover &gt; ul {
  display: block; }

.sf-menu a {
  display: block;
  position: relative; }

.sf-menu ul ul {
  top: 0;
  left: 100%; }

/*** DEMO SKIN ***/

/*# sourceMappingURL=maps/styles.css.map */
</pre></body></html>