@charset "UTF-8";
@font-face {
  font-family: "Fidelity Sans";
  src: url("https://assets.fidelity.com/fonts/FidelitySans-Bold.woff2") format("woff2"), url("https://assets.fidelity.com/fonts/FidelitySans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Fidelity Sans";
  src: url("https://assets.fidelity.com/fonts/FidelitySans-ExtraBold.woff2") format("woff2"), url("https://assets.fidelity.com/fonts/FidelitySans-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Fidelity Sans";
  src: url("https://assets.fidelity.com/fonts/FidelitySans-Light.woff2") format("woff2"), url("https://assets.fidelity.com/fonts/FidelitySans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Fidelity Sans";
  src: url("https://assets.fidelity.com/fonts/FidelitySans-Regular.woff2") format("woff2"), url("https://assets.fidelity.com/fonts/FidelitySans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Fidelity Sans";
  src: url("https://assets.fidelity.com/fonts/FidelitySans-UltraLight.woff2") format("woff2"), url("https://assets.fidelity.com/fonts/FidelitySans-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "FidelitySans-CondensedMedium";
  src: url("https://assets.fidelity.com/fonts/FidelitySans-CondensedMedium.woff2") format("woff2"), url("https://assets.fidelity.com/fonts/FidelitySans-CondensedMedium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
*,
*:after,
*:before {
  box-sizing: border-box;
}

html {
  display: flex;
  flex-direction: column;
}

body {
  background-color: #ffffff;
  font-family: "Fidelity Sans", Arial, sans-serif;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}
body.layer-modal-open {
  overflow: hidden;
}
@media (min-width: 32em) {
  body {
    -ms-grid-rows: auto 92px;
  }
}

sup, sub {
  line-height: 0;
}

.container-divider {
  border-bottom: solid 1px #cccccc;
}

pvd-footer {
  margin: auto auto 0 auto;
}

.pvd-container-fluid,
.pvd-container {
  padding: 1em;
}
@media (min-width: 32em) {
  .pvd-container-fluid,
.pvd-container {
    padding: 2em;
  }
}
@media (min-width: 60em) {
  .pvd-container-fluid,
.pvd-container {
    padding: 2em 4em;
  }
}

.pvd-container-fluid {
  width: 100%;
}

.pvd-container {
  max-width: 70em;
  width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

pvd-modal .form-btn-row {
  margin-top: 0;
}

div[slot=modal-body] .pvd-container {
  max-width: 100%;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0;
}

div[slot=modal-body] .pvd-container > p:nth-child(1) {
  margin-top: 0;
}

::-webkit-input-placeholder {
  color: #767676;
  opacity: 1;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #767676;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #767676;
  opacity: 1;
}

.screen-reader-only {
  position: absolute;
  clip: rect(1px 1px 1px 1px);
  white-space: nowrap;
  padding: 0;
  border: 0;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

pvd-system-message ~ pvd-system-message {
  margin-top: 0.5em;
}

@media screen and (min-width: 32em) {
  pvd-header header .header-title {
    grid-row: 1;
    -ms-grid-row: 1;
    grid-column: 2;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    border-left: 1px solid #FFFFFF;
    margin-left: 0.5em;
    padding-left: 1em;
  }
  pvd-header header .header-title:empty {
    border: none;
  }
  pvd-header header .header-title p {
    padding-top: 0;
  }
}
a {
  font-family: "Fidelity Sans", Arial, sans-serif;
  color: #0E67A9;
  text-decoration: none;
}
a:not(:disabled):hover {
  text-decoration: underline;
}
a:not(:disabled):focus, a:not(:disabled):active {
  outline: dotted 1px #000000;
  border: none;
  box-shadow: none;
}
a:visited {
  color: #5c0198;
}
a > pvd-icon {
  transform: translateY(0.125em);
}
a.pvd-truncate-action {
  font-size: 1em;
}

a.pvd-anchor {
  font-family: "Fidelity Sans", Arial, sans-serif;
  color: #0E67A9;
  text-decoration: none;
}
a.pvd-anchor:not(:disabled):hover {
  text-decoration: underline;
}
a.pvd-anchor:not(:disabled):focus, a.pvd-anchor:not(:disabled):active {
  outline: dotted 1px #000000;
  border: none;
  box-shadow: none;
}
a.pvd-anchor:visited {
  color: #5c0198;
}
a.pvd-anchor > pvd-icon {
  transform: translateY(0.125em);
}
a.pvd-anchor.pvd-truncate-action {
  font-size: 1em;
}

.pvd-card {
  background-color: #FFFFFF;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  border-radius: 0.1875em;
  margin: 2.5em 0;
  padding: 1em;
}
.pvd-card.card-with-border {
  border: solid 1px #e5e5e5;
}

@media (min-width: 32em) {
  .pvd-card {
    padding: 2em;
  }
}
[class^=pvd-heading-] {
  margin: 0;
}

.edit-content {
  font-size: 1rem;
  display: inline-block;
  font-weight: 400;
}

.pvd-heading-XXL {
  font-size: 2.1875em;
  font-weight: 300;
  line-height: 1.25em;
}
@media screen and (min-width: 32em) {
  .pvd-heading-XXL {
    font-size: 2.5em;
  }
}
@media screen and (min-width: 60em) {
  .pvd-heading-XXL {
    font-size: 2.8125em;
  }
}

.pvd-heading-XL {
  font-size: 1.75em;
  font-weight: 300;
  line-height: 1.375em;
}
@media screen and (min-width: 32em) {
  .pvd-heading-XL {
    font-size: 2em;
  }
}
@media screen and (min-width: 60em) {
  .pvd-heading-XL {
    font-size: 2.25em;
  }
}

.pvd-heading-L {
  font-size: 1.5625em;
  font-weight: 400;
  line-height: 1.375em;
}
@media screen and (min-width: 32em) {
  .pvd-heading-L {
    font-size: 1.75em;
  }
}
@media screen and (min-width: 60em) {
  .pvd-heading-L {
    font-size: 2em;
  }
}

.pvd-heading-M {
  font-size: 1.3125em;
  font-weight: 400;
  line-height: 1.375em;
}
@media screen and (min-width: 32em) {
  .pvd-heading-M {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 60em) {
  .pvd-heading-M {
    font-size: 1.6875em;
  }
}

.pvd-heading-S {
  font-size: 1em;
  font-weight: 700;
  line-height: 1.375em;
}
@media screen and (min-width: 32em) {
  .pvd-heading-S {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 60em) {
  .pvd-heading-S {
    font-size: 1.4375em;
  }
}

.pvd-heading-XS {
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.375em;
}
@media screen and (min-width: 32em) {
  .pvd-heading-XS {
    font-size: 1em;
  }
}
@media screen and (min-width: 60em) {
  .pvd-heading-XS {
    font-size: 1.125em;
  }
}

.page-heading {
  max-width: 70em;
  margin: 0 auto;
  border-bottom: 1px solid #cccccc;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
@media (min-width: 32em) and (max-width: 60em) {
  .page-heading {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}
@media (min-width: 60em) {
  .page-heading {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}
.page-heading .pvd-heading-XXL {
  margin: 0 0 1rem 0;
  font-size: 1.75em;
}
@media screen and (min-width: 32em) {
  .page-heading .pvd-heading-XXL {
    font-size: 2em;
  }
}
@media screen and (min-width: 60em) {
  .page-heading .pvd-heading-XXL {
    font-size: 2.25em;
  }
}
.page-heading p.page-heading-lede {
  margin-bottom: 1em;
  margin-top: 0;
  font-size: 1.125em;
  font-weight: 300;
}
@media screen and (min-width: 32em) {
  .page-heading p.page-heading-lede {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 60em) {
  .page-heading p.page-heading-lede {
    font-size: 1.4375em;
  }
}
.page-heading p.page-heading-attribution {
  font-size: 0.625em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.075em;
  color: #666666;
}
@media screen and (min-width: 32em) {
  .page-heading p.page-heading-attribution {
    font-size: 0.625em;
  }
}
@media screen and (min-width: 60em) {
  .page-heading p.page-heading-attribution {
    font-size: 0.625em;
  }
}
.page-heading.page-heading-center .pvd-heading-XXL,
.page-heading.page-heading-center p {
  justify-content: center;
  text-align: center;
}

p {
  vertical-align: top;
  padding: 0;
  margin: 0.5em 0 0 0;
  line-height: 1.5em;
  font-weight: 400;
  font-size: 0.875em;
}
@media screen and (min-width: 32em) {
  p {
    font-size: 1em;
  }
}
@media (min-width: 60em) {
  p {
    margin: 1em 0 0 0;
  }
}

p.pvd-paragraph {
  vertical-align: top;
  padding: 0;
  margin: 0.5em 0 0 0;
  line-height: 1.5em;
  font-weight: 400;
  font-size: 0.875em;
}
@media screen and (min-width: 32em) {
  p.pvd-paragraph {
    font-size: 1em;
  }
}
@media screen and (min-width: 60em) {
  p.pvd-paragraph {
    font-size: 1.125em;
  }
}
@media (min-width: 60em) {
  p.pvd-paragraph {
    margin: 1em 0 0 0;
  }
}

p.xxlarge {
  font-size: 1.3125em;
  font-weight: 300;
}
@media screen and (min-width: 32em) {
  p.xxlarge {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 60em) {
  p.xxlarge {
    font-size: 1.6875em;
  }
}

p.xlarge {
  font-size: 1.125em;
  font-weight: 300;
}
@media screen and (min-width: 32em) {
  p.xlarge {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 60em) {
  p.xlarge {
    font-size: 1.4375em;
  }
}

p.large {
  font-size: 1em;
}
@media screen and (min-width: 32em) {
  p.large {
    font-size: 1.125em;
  }
}
@media screen and (min-width: 60em) {
  p.large {
    font-size: 1.3125em;
  }
}

p.small {
  font-size: 0.75em;
}
@media screen and (min-width: 32em) {
  p.small {
    font-size: 0.875em;
  }
}
@media screen and (min-width: 60em) {
  p.small {
    font-size: 1em;
  }
}

p.xsmall {
  font-size: 0.75em;
}
@media screen and (min-width: 32em) {
  p.xsmall {
    font-size: 0.75em;
  }
}
@media screen and (min-width: 60em) {
  p.xsmall {
    font-size: 0.75em;
  }
}

p.xxsmall {
  font-size: 0.625em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media screen and (min-width: 32em) {
  p.xxsmall {
    font-size: 0.625em;
  }
}
@media screen and (min-width: 60em) {
  p.xxsmall {
    font-size: 0.625em;
  }
}

ol.pvd-list-number, ul.pvd-list-bullet {
  padding: 0;
  margin: 0.5em 0;
  font-size: 0.875em;
}
@media screen and (min-width: 32em) {
  ol.pvd-list-number, ul.pvd-list-bullet {
    font-size: 1em;
  }
}
@media screen and (min-width: 60em) {
  ol.pvd-list-number, ul.pvd-list-bullet {
    font-size: 1.125em;
  }
}
ol.pvd-list-number li, ul.pvd-list-bullet li {
  margin-bottom: 0.5em;
  position: relative;
  line-height: 1.5em;
  font-weight: 400;
  font-size: 1em;
}

ul.pvd-list-bullet {
  list-style: none;
}
ul.pvd-list-bullet ul.pvd-list-bullet {
  font-size: 1em;
  margin: 0.5em 0;
}
ul.pvd-list-bullet li {
  padding-left: 1em;
}
ul.pvd-list-bullet li:before {
  content: "";
  height: 4px;
  width: 4px;
  background-color: #368727;
  display: inline-block;
  position: absolute;
  left: 0;
  top: calc((1.5em - 0.25em) / 2);
}
ul.pvd-list-bullet li li {
  padding-left: 2em;
  line-height: 1.5em;
}
ul.pvd-list-bullet li li:first-of-type {
  margin-top: 0.5em;
}
ul.pvd-list-bullet li li:before {
  content: "—";
  display: inline;
  position: static;
  background-color: transparent;
  margin-right: 0.5em;
  position: absolute;
  left: 0;
  top: 0;
}

ol.pvd-list-number {
  margin-left: 1.125em;
}
ol.pvd-list-number ul.pvd-list-bullet {
  font-size: 1em;
  list-style: none;
  margin: 0.5em 0;
}
ol.pvd-list-number ul.pvd-list-bullet li {
  padding-left: 1em;
  font-size: 1em;
}
ol.pvd-list-number ul.pvd-list-bullet li:before {
  content: "";
  height: 4px;
  width: 4px;
  background-color: #368727;
  display: inline-block;
  position: absolute;
  left: 0;
  top: calc((1.5em - 0.25em) / 2);
}

ul.pvd-list-inline,
ol.pvd-list-inline {
  display: inline-flex;
  margin: 0;
  padding-left: 0;
  font-size: 0.875em;
}
@media screen and (min-width: 32em) {
  ul.pvd-list-inline,
ol.pvd-list-inline {
    font-size: 1em;
  }
}
@media screen and (min-width: 60em) {
  ul.pvd-list-inline,
ol.pvd-list-inline {
    font-size: 1.125em;
  }
}
ul.pvd-list-inline.xxlarge,
ol.pvd-list-inline.xxlarge {
  font-size: 1.3125em;
  font-weight: 300;
}
@media screen and (min-width: 32em) {
  ul.pvd-list-inline.xxlarge,
ol.pvd-list-inline.xxlarge {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 60em) {
  ul.pvd-list-inline.xxlarge,
ol.pvd-list-inline.xxlarge {
    font-size: 1.6875em;
  }
}
ul.pvd-list-inline.xlarge,
ol.pvd-list-inline.xlarge {
  font-size: 1.125em;
  font-weight: 300;
}
@media screen and (min-width: 32em) {
  ul.pvd-list-inline.xlarge,
ol.pvd-list-inline.xlarge {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 60em) {
  ul.pvd-list-inline.xlarge,
ol.pvd-list-inline.xlarge {
    font-size: 1.4375em;
  }
}
ul.pvd-list-inline.large,
ol.pvd-list-inline.large {
  font-size: 1em;
}
@media screen and (min-width: 32em) {
  ul.pvd-list-inline.large,
ol.pvd-list-inline.large {
    font-size: 1.125em;
  }
}
@media screen and (min-width: 60em) {
  ul.pvd-list-inline.large,
ol.pvd-list-inline.large {
    font-size: 1.3125em;
  }
}
ul.pvd-list-inline.small,
ol.pvd-list-inline.small {
  font-size: 0.75em;
}
@media screen and (min-width: 32em) {
  ul.pvd-list-inline.small,
ol.pvd-list-inline.small {
    font-size: 0.875em;
  }
}
@media screen and (min-width: 60em) {
  ul.pvd-list-inline.small,
ol.pvd-list-inline.small {
    font-size: 1em;
  }
}
ul.pvd-list-inline.xsmall,
ol.pvd-list-inline.xsmall {
  font-size: 0.75em;
}
@media screen and (min-width: 32em) {
  ul.pvd-list-inline.xsmall,
ol.pvd-list-inline.xsmall {
    font-size: 0.75em;
  }
}
@media screen and (min-width: 60em) {
  ul.pvd-list-inline.xsmall,
ol.pvd-list-inline.xsmall {
    font-size: 0.75em;
  }
}
ul.pvd-list-inline.xxsmall,
ol.pvd-list-inline.xxsmall {
  font-size: 0.625em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media screen and (min-width: 32em) {
  ul.pvd-list-inline.xxsmall,
ol.pvd-list-inline.xxsmall {
    font-size: 0.625em;
  }
}
@media screen and (min-width: 60em) {
  ul.pvd-list-inline.xxsmall,
ol.pvd-list-inline.xxsmall {
    font-size: 0.625em;
  }
}
ul.pvd-list-inline li,
ol.pvd-list-inline li {
  display: inline-flex;
  margin: 0;
  padding: 0 1em;
  border-left: solid 1px #ccc;
  font-size: 1em;
  list-style-type: none;
  line-height: 1.5em;
}
ul.pvd-list-inline li:before, ul.pvd-list-inline li:after,
ol.pvd-list-inline li:before,
ol.pvd-list-inline li:after {
  content: none;
}
ul.pvd-list-inline li:first-child,
ol.pvd-list-inline li:first-child {
  border-left: none;
  padding-left: 0;
}

ol.pvd-list-number.xxlarge, ul.pvd-list-bullet.xxlarge {
  font-size: 1.3125em;
  font-weight: 300;
}
@media screen and (min-width: 32em) {
  ol.pvd-list-number.xxlarge, ul.pvd-list-bullet.xxlarge {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 60em) {
  ol.pvd-list-number.xxlarge, ul.pvd-list-bullet.xxlarge {
    font-size: 1.6875em;
  }
}

ol.pvd-list-number.xlarge, ul.pvd-list-bullet.xlarge {
  font-size: 1.125em;
  font-weight: 300;
}
@media screen and (min-width: 32em) {
  ol.pvd-list-number.xlarge, ul.pvd-list-bullet.xlarge {
    font-size: 1.25em;
  }
}
@media screen and (min-width: 60em) {
  ol.pvd-list-number.xlarge, ul.pvd-list-bullet.xlarge {
    font-size: 1.4375em;
  }
}

ol.pvd-list-number.large, ul.pvd-list-bullet.large {
  font-size: 1em;
}
@media screen and (min-width: 32em) {
  ol.pvd-list-number.large, ul.pvd-list-bullet.large {
    font-size: 1.125em;
  }
}
@media screen and (min-width: 60em) {
  ol.pvd-list-number.large, ul.pvd-list-bullet.large {
    font-size: 1.3125em;
  }
}

ol.pvd-list-number.small, ul.pvd-list-bullet.small {
  font-size: 0.75em;
}
@media screen and (min-width: 32em) {
  ol.pvd-list-number.small, ul.pvd-list-bullet.small {
    font-size: 0.875em;
  }
}
@media screen and (min-width: 60em) {
  ol.pvd-list-number.small, ul.pvd-list-bullet.small {
    font-size: 1em;
  }
}

ol.pvd-list-number.xsmall, ul.pvd-list-bullet.xsmall {
  font-size: 0.75em;
}
@media screen and (min-width: 32em) {
  ol.pvd-list-number.xsmall, ul.pvd-list-bullet.xsmall {
    font-size: 0.75em;
  }
}
@media screen and (min-width: 60em) {
  ol.pvd-list-number.xsmall, ul.pvd-list-bullet.xsmall {
    font-size: 0.75em;
  }
}

ol.pvd-list-number.xxsmall, ul.pvd-list-bullet.xxsmall {
  font-size: 0.625em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.075em;
}
@media screen and (min-width: 32em) {
  ol.pvd-list-number.xxsmall, ul.pvd-list-bullet.xxsmall {
    font-size: 0.625em;
  }
}
@media screen and (min-width: 60em) {
  ol.pvd-list-number.xxsmall, ul.pvd-list-bullet.xxsmall {
    font-size: 0.625em;
  }
}

.color-brand {
  color: #368727 !important;
}

.color-black {
  color: #000000 !important;
}

.color-white {
  color: #FFFFFF !important;
}

.color-neutral {
  color: #666666 !important;
}

.color-brand-bright {
  color: #C2CB03 !important;
}

.color-action {
  color: #024A7A !important;
}

.color-action-bright {
  color: #1DADE2 !important;
}

.color-highlight {
  color: #FFCD00 !important;
}

.color-cta {
  color: #FB9914 !important;
}

.color-cta-bright {
  color: #FF5900 !important;
}

.color-alert {
  color: #E01616 !important;
}

.color-gain {
  color: #0D6F3F !important;
}

.color-loss {
  color: #E01616 !important;
}

.color-link {
  color: #0E67A9 !important;
}

.color-link-visited {
  color: #5c0198 !important;
}

.text-bold {
  font-weight: 700 !important;
}

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

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

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

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

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

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

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

.jc-left {
  justify-content: flex-start;
}

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

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

.no-margin {
  margin: 0 !important;
}

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

.m-xxsmall-top {
  margin-top: 0.125em !important;
}

.m-xxsmall-left {
  margin-left: 0.125em !important;
}

.m-xsmall-top {
  margin-top: 0.25em !important;
}

.m-xsmall-left {
  margin-left: 0.25em !important;
}

.m-small-top {
  margin-top: 0.5em !important;
}

.m-small-left {
  margin-left: 0.5em !important;
}

.m-medium-top {
  margin-top: 1em !important;
}

.m-medium-left {
  margin-left: 1em !important;
}

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

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

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

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

.m-xxlarge-top {
  margin-top: 8em !important;
}

.m-xxlarge-left {
  margin-left: 8em !important;
}

@media (max-width: 32em) {
  .m-sm-xxsmall-top {
    margin-top: 0.125em !important;
  }

  .m-sm-xxsmall-left {
    margin-left: 0.125em !important;
  }

  .m-sm-xsmall-top {
    margin-top: 0.25em !important;
  }

  .m-sm-xsmall-left {
    margin-left: 0.25em !important;
  }

  .m-sm-small-top {
    margin-top: 0.5em !important;
  }

  .m-sm-small-left {
    margin-left: 0.5em !important;
  }

  .m-sm-medium-top {
    margin-top: 1em !important;
  }

  .m-sm-medium-left {
    margin-left: 1em !important;
  }

  .m-sm-large-top {
    margin-top: 2em !important;
  }

  .m-sm-large-left {
    margin-left: 2em !important;
  }

  .m-sm-xlarge-top {
    margin-top: 4em !important;
  }

  .m-sm-xlarge-left {
    margin-left: 4em !important;
  }

  .m-sm-xxlarge-top {
    margin-top: 8em !important;
  }

  .m-sm-xxlarge-left {
    margin-left: 8em !important;
  }
}
@media (min-width: 32em) {
  .m-gt-sm-xxsmall-top {
    margin-top: 0.125em !important;
  }

  .m-gt-sm-xxsmall-left {
    margin-left: 0.125em !important;
  }

  .m-gt-sm-xsmall-top {
    margin-top: 0.25em !important;
  }

  .m-gt-sm-xsmall-left {
    margin-left: 0.25em !important;
  }

  .m-gt-sm-small-top {
    margin-top: 0.5em !important;
  }

  .m-gt-sm-small-left {
    margin-left: 0.5em !important;
  }

  .m-gt-sm-medium-top {
    margin-top: 1em !important;
  }

  .m-gt-sm-medium-left {
    margin-left: 1em !important;
  }

  .m-gt-sm-large-top {
    margin-top: 2em !important;
  }

  .m-gt-sm-large-left {
    margin-left: 2em !important;
  }

  .m-gt-sm-xlarge-top {
    margin-top: 4em !important;
  }

  .m-gt-sm-xlarge-left {
    margin-left: 4em !important;
  }

  .m-gt-sm-xxlarge-top {
    margin-top: 8em !important;
  }

  .m-gt-sm-xxlarge-left {
    margin-left: 8em !important;
  }
}
@media (min-width: 32em) and (max-width: 60em) {
  .m-md-xxsmall-top {
    margin-top: 0.125em !important;
  }

  .m-md-xxsmall-left {
    margin-left: 0.125em !important;
  }

  .m-md-xsmall-top {
    margin-top: 0.25em !important;
  }

  .m-md-xsmall-left {
    margin-left: 0.25em !important;
  }

  .m-md-small-top {
    margin-top: 0.5em !important;
  }

  .m-md-small-left {
    margin-left: 0.5em !important;
  }

  .m-md-medium-top {
    margin-top: 1em !important;
  }

  .m-md-medium-left {
    margin-left: 1em !important;
  }

  .m-md-large-top {
    margin-top: 2em !important;
  }

  .m-md-large-left {
    margin-left: 2em !important;
  }

  .m-md-xlarge-top {
    margin-top: 4em !important;
  }

  .m-md-xlarge-left {
    margin-left: 4em !important;
  }

  .m-md-xxlarge-top {
    margin-top: 8em !important;
  }

  .m-md-xxlarge-left {
    margin-left: 8em !important;
  }
}
@media (min-width: 60em) {
  .m-gt-md-xxsmall-top {
    margin-top: 0.125em !important;
  }

  .m-gt-md-xxsmall-left {
    margin-left: 0.125em !important;
  }

  .m-gt-md-xsmall-top {
    margin-top: 0.25em !important;
  }

  .m-gt-md-xsmall-left {
    margin-left: 0.25em !important;
  }

  .m-gt-md-small-top {
    margin-top: 0.5em !important;
  }

  .m-gt-md-small-left {
    margin-left: 0.5em !important;
  }

  .m-gt-md-medium-top {
    margin-top: 1em !important;
  }

  .m-gt-md-medium-left {
    margin-left: 1em !important;
  }

  .m-gt-md-large-top {
    margin-top: 2em !important;
  }

  .m-gt-md-large-left {
    margin-left: 2em !important;
  }

  .m-gt-md-xlarge-top {
    margin-top: 4em !important;
  }

  .m-gt-md-xlarge-left {
    margin-left: 4em !important;
  }

  .m-gt-md-xxlarge-top {
    margin-top: 8em !important;
  }

  .m-gt-md-xxlarge-left {
    margin-left: 8em !important;
  }
}
@media (min-width: 60em) and (max-width: 80em) {
  .m-lg-xxsmall-top {
    margin-top: 0.125em !important;
  }

  .m-lg-xxsmall-left {
    margin-left: 0.125em !important;
  }

  .m-lg-xsmall-top {
    margin-top: 0.25em !important;
  }

  .m-lg-xsmall-left {
    margin-left: 0.25em !important;
  }

  .m-lg-small-top {
    margin-top: 0.5em !important;
  }

  .m-lg-small-left {
    margin-left: 0.5em !important;
  }

  .m-lg-medium-top {
    margin-top: 1em !important;
  }

  .m-lg-medium-left {
    margin-left: 1em !important;
  }

  .m-lg-large-top {
    margin-top: 2em !important;
  }

  .m-lg-large-left {
    margin-left: 2em !important;
  }

  .m-lg-xlarge-top {
    margin-top: 4em !important;
  }

  .m-lg-xlarge-left {
    margin-left: 4em !important;
  }

  .m-lg-xxlarge-top {
    margin-top: 8em !important;
  }

  .m-lg-xxlarge-left {
    margin-left: 8em !important;
  }
}
@media (min-width: 80em) {
  .m-gt-lg-xxsmall-top {
    margin-top: 0.125em !important;
  }

  .m-gt-lg-xxsmall-left {
    margin-left: 0.125em !important;
  }

  .m-gt-lg-xsmall-top {
    margin-top: 0.25em !important;
  }

  .m-gt-lg-xsmall-left {
    margin-left: 0.25em !important;
  }

  .m-gt-lg-small-top {
    margin-top: 0.5em !important;
  }

  .m-gt-lg-small-left {
    margin-left: 0.5em !important;
  }

  .m-gt-lg-medium-top {
    margin-top: 1em !important;
  }

  .m-gt-lg-medium-left {
    margin-left: 1em !important;
  }

  .m-gt-lg-large-top {
    margin-top: 2em !important;
  }

  .m-gt-lg-large-left {
    margin-left: 2em !important;
  }

  .m-gt-lg-xlarge-top {
    margin-top: 4em !important;
  }

  .m-gt-lg-xlarge-left {
    margin-left: 4em !important;
  }

  .m-gt-lg-xxlarge-top {
    margin-top: 8em !important;
  }

  .m-gt-lg-xxlarge-left {
    margin-left: 8em !important;
  }
}
.p-xxsmall {
  padding: 0.125em !important;
}

.p-xxsmall-hor {
  padding-left: 0.125em !important;
  padding-right: 0.125em !important;
}

.p-xxsmall-vert {
  padding-top: 0.125em !important;
  padding-bottom: 0.125em !important;
}

.p-xxsmall-top {
  padding-top: 0.125em !important;
}

.p-xxsmall-right {
  padding-right: 0.125em !important;
}

.p-xxsmall-bottom {
  padding-bottom: 0.125em !important;
}

.p-xxsmall-left {
  padding-left: 0.125em !important;
}

.p-xsmall {
  padding: 0.25em !important;
}

.p-xsmall-squish {
  padding: 0.125em 0.25em !important;
}

.p-xsmall-stretch {
  padding: 0.375em 0.25em !important;
}

.p-xsmall-top {
  padding-top: 0.25em !important;
}

.p-xsmall-right {
  padding-right: 0.25em !important;
}

.p-xsmall-bottom {
  padding-bottom: 0.25em !important;
}

.p-xsmall-left {
  padding-left: 0.25em !important;
}

.p-xsmall-hor {
  padding-left: 0.25em !important;
  padding-right: 0.25em !important;
}

.p-xsmall-vert {
  padding-top: 0.25em !important;
  padding-bottom: 0.25em !important;
}

.p-small {
  padding: 0.5em !important;
}

.p-small-squish {
  padding: 0.25em 0.5em !important;
}

.p-small-stretch {
  padding: 0.75em 0.5em !important;
}

.p-small-hor {
  padding-left: 0.5em !important;
  padding-right: 0.5em !important;
}

.p-small-vert {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}

.p-small-top {
  padding-top: 0.5em !important;
}

.p-small-right {
  padding-right: 0.5em !important;
}

.p-small-bottom {
  padding-bottom: 0.5em !important;
}

.p-small-left {
  padding-left: 0.5em !important;
}

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

.p-medium-squish {
  padding: 0.5em 1em !important;
}

.p-medium-stretch {
  padding: 1.5em 1em !important;
}

.p-medium-hor {
  padding-left: 1em !important;
  padding-right: 1em !important;
}

.p-medium-vert {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

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

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

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

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

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

.p-large-squish {
  padding: 1em 2em !important;
}

.p-large-stretch {
  padding: 3em 2em !important;
}

.p-large-hor {
  padding-left: 2em !important;
  padding-right: 2em !important;
}

.p-large-vert {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}

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

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

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

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

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

.p-xlarge-squish {
  padding: 2em 4em !important;
}

.p-xlarge-stretch {
  padding: 6em 4em !important;
}

.p-xlarge-hor {
  padding-left: 4em !important;
  padding-right: 4em !important;
}

.p-xlarge-vert {
  padding-top: 4em !important;
  padding-bottom: 4em !important;
}

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

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

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

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

.p-xxlarge {
  padding: 8em !important;
}

.p-xxlarge-squish {
  padding: 4em 8em !important;
}

.p-xxlarge-stretch {
  padding: 12em 8em !important;
}

.p-xxlarge-hor {
  padding-left: 8em !important;
  padding-right: 8em !important;
}

.p-xxlarge-vert {
  padding-top: 8em !important;
  padding-bottom: 8em !important;
}

.p-xxlarge-top {
  padding-top: 8em !important;
}

.p-xxlarge-right {
  padding-right: 8em !important;
}

.p-xxlarge-bottom {
  padding-bottom: 8em !important;
}

.p-xxlarge-left {
  padding-left: 8em !important;
}

@media (max-width: 32em) {
  .p-sm-xxsmall {
    padding: 0.125em !important;
  }

  .p-sm-xxsmall-hor {
    padding-left: 0.125em !important;
    padding-right: 0.125em !important;
  }

  .p-sm-xxsmall-vert {
    padding-top: 0.125em !important;
    padding-bottom: 0.125em !important;
  }

  .p-sm-xxsmall-top {
    padding-top: 0.125em !important;
  }

  .p-sm-xxsmall-right {
    padding-right: 0.125em !important;
  }

  .p-sm-xxsmall-bottom {
    padding-bottom: 0.125em !important;
  }

  .p-sm-xxsmall-left {
    padding-left: 0.125em !important;
  }

  .p-sm-xsmall {
    padding: 0.25em !important;
  }

  .p-sm-xsmall-squish {
    padding: 0.125em 0.25em !important;
  }

  .p-sm-xsmall-stretch {
    padding: 0.375em 0.25em !important;
  }

  .p-sm-xsmall-hor {
    padding-left: 0.25em !important;
    padding-right: 0.25em !important;
  }

  .p-sm-xsmall-vert {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
  }

  .p-sm-xsmall-top {
    padding-top: 0.25em !important;
  }

  .p-sm-xsmall-right {
    padding-right: 0.25em !important;
  }

  .p-sm-xsmall-bottom {
    padding-bottom: 0.25em !important;
  }

  .p-sm-xsmall-left {
    padding-left: 0.25em !important;
  }

  .p-sm-small {
    padding: 0.5em !important;
  }

  .p-sm-small-squish {
    padding: 0.25em 0.5em !important;
  }

  .p-sm-small-stretch {
    padding: 0.75em 0.5em !important;
  }

  .p-sm-small-squish {
    padding: 0.25em 0.5em !important;
  }

  .p-sm-small-hor {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }

  .p-sm-small-vert {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }

  .p-sm-small-top {
    padding-top: 0.5em !important;
  }

  .p-sm-small-right {
    padding-right: 0.5em !important;
  }

  .p-sm-small-bottom {
    padding-bottom: 0.5em !important;
  }

  .p-sm-small-left {
    padding-left: 0.5em !important;
  }

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

  .p-sm-medium-squish {
    padding: 0.5em 1em !important;
  }

  .p-sm-medium-stretch {
    padding: 1.5em 1em !important;
  }

  .p-sm-medium-squish {
    padding: 0.5em 1em !important;
  }

  .p-sm-medium-hor {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }

  .p-sm-medium-vert {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }

  .p-sm-medium-top {
    padding-top: 1em !important;
  }

  .p-sm-medium-right {
    padding-right: 1em !important;
  }

  .p-sm-medium-bottom {
    padding-bottom: 1em !important;
  }

  .p-sm-medium-left {
    padding-left: 1em !important;
  }

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

  .p-sm-large-squish {
    padding: 1em 2em !important;
  }

  .p-sm-large-stretch {
    padding: 3em 2em !important;
  }

  .p-sm-large-squish {
    padding: 1em 2em !important;
  }

  .p-sm-large-hor {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }

  .p-sm-large-vert {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }

  .p-sm-large-top {
    padding-top: 2em !important;
  }

  .p-sm-large-right {
    padding-right: 2em !important;
  }

  .p-sm-large-bottom {
    padding-bottom: 2em !important;
  }

  .p-sm-large-left {
    padding-left: 2em !important;
  }

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

  .p-sm-xlarge-squish {
    padding: 2em 4em !important;
  }

  .p-sm-xlarge-stretch {
    padding: 6em 4em !important;
  }

  .p-sm-xlarge-squish {
    padding: 2em 4em !important;
  }

  .p-sm-xlarge-hor {
    padding-left: 4em !important;
    padding-right: 4em !important;
  }

  .p-sm-xlarge-vert {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
  }

  .p-sm-xlarge-top {
    padding-top: 4em !important;
  }

  .p-sm-xlarge-right {
    padding-right: 4em !important;
  }

  .p-sm-xlarge-bottom {
    padding-bottom: 4em !important;
  }

  .p-sm-xlarge-left {
    padding-left: 4em !important;
  }

  .p-sm-xxlarge {
    padding: 8em !important;
  }

  .p-sm-xxlarge-squish {
    padding: 4em 8em !important;
  }

  .p-sm-xxlarge-stretch {
    padding: 12em 8em !important;
  }

  .p-sm-xxlarge-hor {
    padding-left: 8em !important;
    padding-right: 8em !important;
  }

  .p-sm-xxlarge-vert {
    padding-top: 8em !important;
    padding-bottom: 8em !important;
  }

  .p-sm-xxlarge-top {
    padding-top: 8em !important;
  }

  .p-sm-xxlarge-right {
    padding-right: 8em !important;
  }

  .p-sm-xxlarge-bottom {
    padding-bottom: 8em !important;
  }

  .p-sm-xxlarge-left {
    padding-left: 8em !important;
  }
}
@media (min-width: 32em) {
  .p-gt-sm-xxsmall {
    padding: 0.125em !important;
  }

  .p-gt-sm-xxsmall-hor {
    padding-left: 0.125em !important;
    padding-right: 0.125em !important;
  }

  .p-gt-sm-xxsmall-vert {
    padding-top: 0.125em !important;
    padding-bottom: 0.125em !important;
  }

  .p-gt-sm-xxsmall-top {
    padding-top: 0.125em !important;
  }

  .p-gt-sm-xxsmall-right {
    padding-right: 0.125em !important;
  }

  .p-gt-sm-xxsmall-bottom {
    padding-bottom: 0.125em !important;
  }

  .p-gt-sm-xxsmall-left {
    padding-left: 0.125em !important;
  }

  .p-gt-sm-xsmall {
    padding: 0.25em !important;
  }

  .p-gt-sm-xsmall-squish {
    padding: 0.125em 0.25em !important;
  }

  .p-gt-sm-xsmall-stretch {
    padding: 0.375em 0.25em !important;
  }

  .p-gt-sm-xsmall-hor {
    padding-left: 0.25em !important;
    padding-right: 0.25em !important;
  }

  .p-gt-sm-xsmall-vert {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
  }

  .p-gt-sm-xsmall-top {
    padding-top: 0.25em !important;
  }

  .p-gt-sm-xsmall-right {
    padding-right: 0.25em !important;
  }

  .p-gt-sm-xsmall-bottom {
    padding-bottom: 0.25em !important;
  }

  .p-gt-sm-xsmall-left {
    padding-left: 0.25em !important;
  }

  .p-gt-sm-small {
    padding: 0.5em !important;
  }

  .p-gt-sm-small-squish {
    padding: 0.25em 0.5em !important;
  }

  .p-gt-sm-small-stretch {
    padding: 0.75em 0.5em !important;
  }

  .p-gt-sm-small-hor {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }

  .p-gt-sm-small-vert {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }

  .p-gt-sm-small-top {
    padding-top: 0.5em !important;
  }

  .p-gt-sm-small-right {
    padding-right: 0.5em !important;
  }

  .p-gt-sm-small-bottom {
    padding-bottom: 0.5em !important;
  }

  .p-gt-sm-small-left {
    padding-left: 0.5em !important;
  }

  .p-gt-sm-medium {
    padding: 1em !important;
  }

  .p-gt-sm-medium-squish {
    padding: 0.5em 1em !important;
  }

  .p-gt-sm-medium-stretch {
    padding: 1.5em 1em !important;
  }

  .p-gt-sm-medium-hor {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }

  .p-gt-sm-medium-vert {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }

  .p-gt-sm-medium-top {
    padding-top: 1em !important;
  }

  .p-gt-sm-medium-right {
    padding-right: 1em !important;
  }

  .p-gt-sm-medium-bottom {
    padding-bottom: 1em !important;
  }

  .p-gt-sm-medium-left {
    padding-left: 1em !important;
  }

  .p-gt-sm-large {
    padding: 2em !important;
  }

  .p-gt-sm-large-squish {
    padding: 1em 2em !important;
  }

  .p-gt-sm-large-stretch {
    padding: 3em 2em !important;
  }

  .p-gt-sm-large-hor {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }

  .p-gt-sm-large-vert {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }

  .p-gt-sm-large-top {
    padding-top: 2em !important;
  }

  .p-gt-sm-large-right {
    padding-right: 2em !important;
  }

  .p-gt-sm-large-bottom {
    padding-bottom: 2em !important;
  }

  .p-gt-sm-large-left {
    padding-left: 2em !important;
  }

  .p-gt-sm-xlarge {
    padding: 4em !important;
  }

  .p-gt-sm-xlarge-squish {
    padding: 2em 4em !important;
  }

  .p-gt-sm-xlarge-stretch {
    padding: 6em 4em !important;
  }

  .p-gt-sm-xlarge-hor {
    padding-left: 4em !important;
    padding-right: 4em !important;
  }

  .p-gt-sm-xlarge-vert {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
  }

  .p-gt-sm-xlarge-top {
    padding-top: 4em !important;
  }

  .p-gt-sm-xlarge-right {
    padding-right: 4em !important;
  }

  .p-gt-sm-xlarge-bottom {
    padding-bottom: 4em !important;
  }

  .p-gt-sm-xlarge-left {
    padding-left: 4em !important;
  }

  .p-gt-sm-xxlarge {
    padding: 8em !important;
  }

  .p-gt-sm-xxlarge-squish {
    padding: 4em 8em !important;
  }

  .p-gt-sm-xxlarge-stretch {
    padding: 12em 8em !important;
  }

  .p-gt-sm-xxlarge-hor {
    padding-left: 8em !important;
    padding-right: 8em !important;
  }

  .p-gt-sm-xxlarge-vert {
    padding-top: 8em !important;
    padding-bottom: 8em !important;
  }

  .p-gt-sm-xxlarge-top {
    padding-top: 8em !important;
  }

  .p-gt-sm-xxlarge-right {
    padding-right: 8em !important;
  }

  .p-gt-sm-xxlarge-bottom {
    padding-bottom: 8em !important;
  }

  .p-gt-sm-xxlarge-left {
    padding-left: 8em !important;
  }
}
@media (min-width: 32em) and (max-width: 60em) {
  .p-md-xxsmall {
    padding: 0.125em !important;
  }

  .p-md-xxsmall-hor {
    padding-left: 0.125em !important;
    padding-right: 0.125em !important;
  }

  .p-md-xxsmall-vert {
    padding-top: 0.125em !important;
    padding-bottom: 0.125em !important;
  }

  .p-md-xxsmall-top {
    padding-top: 0.125em !important;
  }

  .p-md-xxsmall-right {
    padding-right: 0.125em !important;
  }

  .p-md-xxsmall-bottom {
    padding-bottom: 0.125em !important;
  }

  .p-md-xxsmall-left {
    padding-left: 0.125em !important;
  }

  .p-md-xsmall {
    padding: 0.25em !important;
  }

  .p-md-xsmall-squish {
    padding: 0.125em 0.25em !important;
  }

  .p-md-xsmall-stretch {
    padding: 0.375em 0.25em !important;
  }

  .p-md-xsmall-hor {
    padding-left: 0.25em !important;
    padding-right: 0.25em !important;
  }

  .p-md-xsmall-vert {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
  }

  .p-md-xsmall-top {
    padding-top: 0.25em !important;
  }

  .p-md-xsmall-right {
    padding-right: 0.25em !important;
  }

  .p-md-xsmall-bottom {
    padding-bottom: 0.25em !important;
  }

  .p-md-xsmall-left {
    padding-left: 0.25em !important;
  }

  .p-md-small {
    padding: 0.5em !important;
  }

  .p-md-small-squish {
    padding: 0.25em 0.5em !important;
  }

  .p-md-small-stretch {
    padding: 0.75em 0.5em !important;
  }

  .p-md-small-hor {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }

  .p-md-small-vert {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }

  .p-md-small-top {
    padding-top: 0.5em !important;
  }

  .p-md-small-right {
    padding-right: 0.5em !important;
  }

  .p-md-small-bottom {
    padding-bottom: 0.5em !important;
  }

  .p-md-small-left {
    padding-left: 0.5em !important;
  }

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

  .p-md-medium-squish {
    padding: 0.5em 1em !important;
  }

  .p-md-medium-stretch {
    padding: 1.5em 1em !important;
  }

  .p-md-medium-hor {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }

  .p-md-medium-vert {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }

  .p-md-medium-top {
    padding-top: 1em !important;
  }

  .p-md-medium-right {
    padding-right: 1em !important;
  }

  .p-md-medium-bottom {
    padding-bottom: 1em !important;
  }

  .p-md-medium-left {
    padding-left: 1em !important;
  }

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

  .p-md-large-squish {
    padding: 1em 2em !important;
  }

  .p-md-large-stretch {
    padding: 3em 2em !important;
  }

  .p-md-large-hor {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }

  .p-md-large-vert {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }

  .p-md-large-top {
    padding-top: 2em !important;
  }

  .p-md-large-right {
    padding-right: 2em !important;
  }

  .p-md-large-bottom {
    padding-bottom: 2em !important;
  }

  .p-md-large-left {
    padding-left: 2em !important;
  }

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

  .p-md-xlarge-squish {
    padding: 2em 4em !important;
  }

  .p-md-xlarge-stretch {
    padding: 3em 2em !important;
  }

  .p-md-xlarge-hor {
    padding-left: 4em !important;
    padding-right: 4em !important;
  }

  .p-md-xlarge-vert {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
  }

  .p-md-xlarge-top {
    padding-top: 4em !important;
  }

  .p-md-xlarge-right {
    padding-right: 4em !important;
  }

  .p-md-xlarge-bottom {
    padding-bottom: 4em !important;
  }

  .p-md-xlarge-left {
    padding-left: 4em !important;
  }

  .p-md-xxlarge {
    padding: 8em !important;
  }

  .p-md-xxlarge-squish {
    padding: 4em 8em !important;
  }

  .p-md-xxlarge-stretch {
    padding: 12em 8em !important;
  }

  .p-md-xxlarge-hor {
    padding-left: 8em !important;
    padding-right: 8em !important;
  }

  .p-md-xxlarge-vert {
    padding-top: 8em !important;
    padding-bottom: 8em !important;
  }

  .p-md-xxlarge-top {
    padding-top: 8em !important;
  }

  .p-md-xxlarge-right {
    padding-right: 8em !important;
  }

  .p-md-xxlarge-bottom {
    padding-bottom: 8em !important;
  }

  .p-md-xxlarge-left {
    padding-left: 8em !important;
  }
}
@media (min-width: 60em) {
  .p-gt-md-xxsmall {
    padding: 0.125em !important;
  }

  .p-gt-md-xxsmall-hor {
    padding-left: 0.125em !important;
    padding-right: 0.125em !important;
  }

  .p-gt-md-xxsmall-vert {
    padding-top: 0.125em !important;
    padding-bottom: 0.125em !important;
  }

  .p-gt-md-xxsmall-top {
    padding-top: 0.125em !important;
  }

  .p-gt-md-xxsmall-right {
    padding-right: 0.125em !important;
  }

  .p-gt-md-xxsmall-bottom {
    padding-bottom: 0.125em !important;
  }

  .p-gt-md-xxsmall-left {
    padding-left: 0.125em !important;
  }

  .p-gt-md-xsmall {
    padding: 0.25em !important;
  }

  .p-gt-md-xsmall-squish {
    padding: 0.125em 0.25em !important;
  }

  .p-gt-md-xsmall-stretch {
    padding: 0.375em 0.25em !important;
  }

  .p-gt-md-xsmall-hor {
    padding-left: 0.25em !important;
    padding-right: 0.25em !important;
  }

  .p-gt-md-xsmall-vert {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
  }

  .p-gt-md-xsmall-top {
    padding-top: 0.25em !important;
  }

  .p-gt-md-xsmall-right {
    padding-right: 0.25em !important;
  }

  .p-gt-md-xsmall-bottom {
    padding-bottom: 0.25em !important;
  }

  .p-gt-md-xsmall-left {
    padding-left: 0.25em !important;
  }

  .p-gt-md-small {
    padding: 0.5em !important;
  }

  .p-gt-md-small-squish {
    padding: 0.25em 0.5em !important;
  }

  .p-gt-md-small-stretch {
    padding: 0.75em 0.5em !important;
  }

  .p-gt-md-small-hor {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }

  .p-gt-md-small-vert {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }

  .p-gt-md-small-top {
    padding-top: 0.5em !important;
  }

  .p-gt-md-small-right {
    padding-right: 0.5em !important;
  }

  .p-gt-md-small-bottom {
    padding-bottom: 0.5em !important;
  }

  .p-gt-md-small-left {
    padding-left: 0.5em !important;
  }

  .p-gt-md-medium {
    padding: 1em !important;
  }

  .p-gt-md-medium-squish {
    padding: 0.5em 1em !important;
  }

  .p-gt-md-medium-stretch {
    padding: 1.5em 1em !important;
  }

  .p-gt-md-medium-hor {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }

  .p-gt-md-medium-vert {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }

  .p-gt-md-medium-top {
    padding-top: 1em !important;
  }

  .p-gt-md-medium-right {
    padding-right: 1em !important;
  }

  .p-gt-md-medium-bottom {
    padding-bottom: 1em !important;
  }

  .p-gt-md-medium-left {
    padding-left: 1em !important;
  }

  .p-gt-md-large {
    padding: 2em !important;
  }

  .p-gt-md-large-squish {
    padding: 1em 2em !important;
  }

  .p-gt-md-large-stretch {
    padding: 3em 2em !important;
  }

  .p-gt-md-large-hor {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }

  .p-gt-md-large-vert {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }

  .p-gt-md-large-top {
    padding-top: 2em !important;
  }

  .p-gt-md-large-right {
    padding-right: 2em !important;
  }

  .p-gt-md-large-bottom {
    padding-bottom: 2em !important;
  }

  .p-gt-md-large-left {
    padding-left: 2em !important;
  }

  .p-gt-md-xlarge {
    padding: 4em !important;
  }

  .p-gt-md-xlarge-squish {
    padding: 2em 4em !important;
  }

  .p-gt-md-xlarge-stretch {
    padding: 6em 4em !important;
  }

  .p-gt-md-xlarge-hor {
    padding-left: 4em !important;
    padding-right: 4em !important;
  }

  .p-gt-md-xlarge-vert {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
  }

  .p-gt-md-xlarge-top {
    padding-top: 4em !important;
  }

  .p-gt-md-xlarge-right {
    padding-right: 4em !important;
  }

  .p-gt-md-xlarge-bottom {
    padding-bottom: 4em !important;
  }

  .p-gt-md-xlarge-left {
    padding-left: 4em !important;
  }

  .p-gt-md-xxlarge {
    padding: 8em !important;
  }

  .p-gt-md-xxlarge-squish {
    padding: 4em 8em !important;
  }

  .p-gt-md-xxlarge-stretch {
    padding: 12em 8em !important;
  }

  .p-gt-md-xxlarge-hor {
    padding-left: 8em !important;
    padding-right: 8em !important;
  }

  .p-gt-md-xxlarge-vert {
    padding-top: 8em !important;
    padding-bottom: 8em !important;
  }

  .p-gt-md-xxlarge-top {
    padding-top: 8em !important;
  }

  .p-gt-md-xxlarge-right {
    padding-right: 8em !important;
  }

  .p-gt-md-xxlarge-bottom {
    padding-bottom: 8em !important;
  }

  .p-gt-md-xxlarge-left {
    padding-left: 8em !important;
  }
}
@media (min-width: 60em) and (max-width: 80em) {
  .p-lg-xxsmall {
    padding: 0.125em !important;
  }

  .p-lg-xxsmall-hor {
    padding-left: 0.125em !important;
    padding-right: 0.125em !important;
  }

  .p-lg-xxsmall-vert {
    padding-top: 0.125em !important;
    padding-bottom: 0.125em !important;
  }

  .p-lg-xxsmall-top {
    padding-top: 0.125em !important;
  }

  .p-lg-xxsmall-right {
    padding-right: 0.125em !important;
  }

  .p-lg-xxsmall-bottom {
    padding-bottom: 0.125em !important;
  }

  .p-lg-xxsmall-left {
    padding-left: 0.125em !important;
  }

  .p-lg-xsmall {
    padding: 0.25em !important;
  }

  .p-lg-xsmall-squish {
    padding: 0.125em 0.25em !important;
  }

  .p-lg-xsmall-stretch {
    padding: 0.375em 0.25em !important;
  }

  .p-lg-xsmall-hor {
    padding-left: 0.25em !important;
    padding-right: 0.25em !important;
  }

  .p-lg-xsmall-vert {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
  }

  .p-lg-xsmall-top {
    padding-top: 0.25em !important;
  }

  .p-lg-xsmall-right {
    padding-right: 0.25em !important;
  }

  .p-lg-xsmall-bottom {
    padding-bottom: 0.25em !important;
  }

  .p-lg-xsmall-left {
    padding-left: 0.25em !important;
  }

  .p-lg-small {
    padding: 0.5em !important;
  }

  .p-lg-small-squish {
    padding: 0.25em 0.5em !important;
  }

  .p-lg-small-stretch {
    padding: 0.75em 0.5em !important;
  }

  .p-lg-small-hor {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }

  .p-lg-small-vert {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }

  .p-lg-small-top {
    padding-top: 0.5em !important;
  }

  .p-lg-small-right {
    padding-right: 0.5em !important;
  }

  .p-lg-small-bottom {
    padding-bottom: 0.5em !important;
  }

  .p-lg-small-left {
    padding-left: 0.5em !important;
  }

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

  .p-lg-medium-squish {
    padding: 0.5em 1em !important;
  }

  .p-lg-medium-stretch {
    padding: 1.5em 1em !important;
  }

  .p-lg-medium-hor {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }

  .p-lg-medium-vert {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }

  .p-lg-medium-top {
    padding-top: 1em !important;
  }

  .p-lg-medium-right {
    padding-right: 1em !important;
  }

  .p-lg-medium-bottom {
    padding-bottom: 1em !important;
  }

  .p-lg-medium-left {
    padding-left: 1em !important;
  }

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

  .p-lg-large-squish {
    padding: 0.125em 0.25em !important;
  }

  .p-lg-large-stretch {
    padding: 3em 2em !important;
  }

  .p-lg-large-hor {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }

  .p-lg-large-vert {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }

  .p-lg-large-top {
    padding-top: 2em !important;
  }

  .p-lg-large-right {
    padding-right: 2em !important;
  }

  .p-lg-large-bottom {
    padding-bottom: 2em !important;
  }

  .p-lg-large-left {
    padding-left: 2em !important;
  }

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

  .p-lg-xlarge-squish {
    padding: 2em 4em !important;
  }

  .p-lg-xlarge-stretch {
    padding: 6em 4em !important;
  }

  .p-lg-xlarge-hor {
    padding-left: 4em !important;
    padding-right: 4em !important;
  }

  .p-lg-xlarge-vert {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
  }

  .p-lg-xlarge-top {
    padding-top: 4em !important;
  }

  .p-lg-xlarge-right {
    padding-right: 4em !important;
  }

  .p-lg-xlarge-bottom {
    padding-bottom: 4em !important;
  }

  .p-lg-xlarge-left {
    padding-left: 4em !important;
  }

  .p-lg-xxlarge {
    padding: 8em !important;
  }

  .p-lg-xxlarge-squish {
    padding: 4em 8em !important;
  }

  .p-lg-xxlarge-stretch {
    padding: 12em 8em !important;
  }

  .p-lg-xxlarge-hor {
    padding-left: 8em !important;
    padding-right: 8em !important;
  }

  .p-lg-xxlarge-vert {
    padding-top: 8em !important;
    padding-bottom: 8em !important;
  }

  .p-lg-xxlarge-top {
    padding-top: 8em !important;
  }

  .p-lg-xxlarge-right {
    padding-right: 8em !important;
  }

  .p-lg-xxlarge-bottom {
    padding-bottom: 8em !important;
  }

  .p-lg-xxlarge-left {
    padding-left: 8em !important;
  }
}
@media (min-width: 80em) {
  .p-gt-lg-xxsmall {
    padding: 0.125em !important;
  }

  .p-gt-lg-xxsmall-hor {
    padding-left: 0.125em !important;
    padding-right: 0.125em !important;
  }

  .p-gt-lg-xxsmall-vert {
    padding-top: 0.125em !important;
    padding-bottom: 0.125em !important;
  }

  .p-gt-lg-xxsmall-top {
    padding-top: 0.125em !important;
  }

  .p-gt-lg-xxsmall-right {
    padding-right: 0.125em !important;
  }

  .p-gt-lg-xxsmall-bottom {
    padding-bottom: 0.125em !important;
  }

  .p-gt-lg-xxsmall-left {
    padding-left: 0.125em !important;
  }

  .p-gt-lg-xsmall {
    padding: 0.25em !important;
  }

  .p-gt-lg-xsmall-squish {
    padding: 0.125em 0.25em !important;
  }

  .p-gt-lg-xsmall-stretch {
    padding: 0.375em 0.25em !important;
  }

  .p-gt-lg-xsmall-hor {
    padding-left: 0.25em !important;
    padding-right: 0.25em !important;
  }

  .p-gt-lg-xsmall-vert {
    padding-top: 0.25em !important;
    padding-bottom: 0.25em !important;
  }

  .p-gt-lg-xsmall-top {
    padding-top: 0.25em !important;
  }

  .p-gt-lg-xsmall-right {
    padding-right: 0.25em !important;
  }

  .p-gt-lg-xsmall-bottom {
    padding-bottom: 0.25em !important;
  }

  .p-gt-lg-xsmall-left {
    padding-left: 0.25em !important;
  }

  .p-gt-lg-small {
    padding: 0.5em !important;
  }

  .p-gt-lg-small-squish {
    padding: 0.25em 0.5em !important;
  }

  .p-gt-lg-small-stretch {
    padding: 0.75em 0.5em !important;
  }

  .p-gt-lg-small-hor {
    padding-left: 0.5em !important;
    padding-right: 0.5em !important;
  }

  .p-gt-lg-small-vert {
    padding-top: 0.5em !important;
    padding-bottom: 0.5em !important;
  }

  .p-gt-lg-small-top {
    padding-top: 0.5em !important;
  }

  .p-gt-lg-small-right {
    padding-right: 0.5em !important;
  }

  .p-gt-lg-small-bottom {
    padding-bottom: 0.5em !important;
  }

  .p-gt-lg-small-left {
    padding-left: 0.5em !important;
  }

  .p-gt-lg-medium {
    padding: 1em !important;
  }

  .p-gt-lg-medium-squish {
    padding: 0.5em 1em !important;
  }

  .p-gt-lg-medium-stretch {
    padding: 1.5em 1em !important;
  }

  .p-gt-lg-medium-hor {
    padding-left: 1em !important;
    padding-right: 1em !important;
  }

  .p-gt-lg-medium-vert {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }

  .p-gt-lg-medium-top {
    padding-top: 1em !important;
  }

  .p-gt-lg-medium-right {
    padding-right: 1em !important;
  }

  .p-gt-lg-medium-bottom {
    padding-bottom: 1em !important;
  }

  .p-gt-lg-medium-left {
    padding-left: 1em !important;
  }

  .p-gt-lg-large {
    padding: 2em !important;
  }

  .p-gt-lg-large-squish {
    padding: 1em 2em !important;
  }

  .p-gt-lg-large-stretch {
    padding: 3em 2em !important;
  }

  .p-gt-lg-large-hor {
    padding-left: 2em !important;
    padding-right: 2em !important;
  }

  .p-gt-lg-large-vert {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }

  .p-gt-lg-large-top {
    padding-top: 2em !important;
  }

  .p-gt-lg-large-right {
    padding-right: 2em !important;
  }

  .p-gt-lg-large-bottom {
    padding-bottom: 2em !important;
  }

  .p-gt-lg-large-left {
    padding-left: 2em !important;
  }

  .p-gt-lg-xlarge {
    padding: 4em !important;
  }

  .p-gt-lg-xlarge-squish {
    padding: 2em 4em !important;
  }

  .p-gt-lg-xlarge-stretch {
    padding: 6em 4em !important;
  }

  .p-gt-lg-xlarge-hor {
    padding-left: 4em !important;
    padding-right: 4em !important;
  }

  .p-gt-lg-xlarge-vert {
    padding-top: 4em !important;
    padding-bottom: 4em !important;
  }

  .p-gt-lg-xlarge-top {
    padding-top: 4em !important;
  }

  .p-gt-lg-xlarge-right {
    padding-right: 4em !important;
  }

  .p-gt-lg-xlarge-bottom {
    padding-bottom: 4em !important;
  }

  .p-gt-lg-xlarge-left {
    padding-left: 4em !important;
  }

  .p-gt-lg-xxlarge {
    padding: 8em !important;
  }

  .p-gt-lg-xxlarge-squish {
    padding: 4em 8em !important;
  }

  .p-gt-lg-xxlarge-stretch {
    padding: 12em 8em !important;
  }

  .p-gt-lg-xxlarge-hor {
    padding-left: 8em !important;
    padding-right: 8em !important;
  }

  .p-gt-lg-xxlarge-vert {
    padding-top: 8em !important;
    padding-bottom: 8em !important;
  }

  .p-gt-lg-xxlarge-top {
    padding-top: 8em !important;
  }

  .p-gt-lg-xxlarge-right {
    padding-right: 8em !important;
  }

  .p-gt-lg-xxlarge-bottom {
    padding-bottom: 8em !important;
  }

  .p-gt-lg-xxlarge-left {
    padding-left: 8em !important;
  }
}
[id^=helios] pvd-system-message {
  margin-top: -1em;
}
[id^=helios] .pvd-heading-M,
[id^=helios] .pvd-heading-L,
[id^=helios] .pvd-heading-XL,
[id^=helios] .pvd-heading-XXL {
  font-weight: 600;
}
[id^=helios] .pvd-heading-XXL,
[id^=helios] .pvd-heading-XL {
  letter-spacing: -0.01em;
}
[id^=helios] .pvd-card {
  position: relative;
  padding: 16px 18px 20px !important;
  margin: 4px !important;
  flex: 1;
  min-width: calc(8.3333333333% - 8px);
  box-shadow: none;
  color: black;
}
[id^=helios] .pvd-card * + * {
  margin: 0.75em 0 0;
}
[id^=helios] .pvd-card > *:first-child {
  margin-top: 0 !important;
}
@media (min-width: 640px) and (max-width: 820px) {
  [id^=helios] .pvd-card {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(100% - 16px);
    padding: 20px 22px 24px !important;
  }
}
@media (max-width: 639px) {
  [id^=helios] .pvd-card {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(100% - 16px);
    padding: 16px 18px 20px !important;
  }
}
[id^=helios] .small,
[id^=helios] .xsmall {
  color: rgba(0, 0, 0, 0.66);
}
[id^=helios] pvd-modal {
  margin: 0 !important;
}
[id^=helios] pvd-modal[active=true] .layer-modal-container {
  transform: translate(-50%, -50%) !important;
}
[id^=helios] a,
[id^=helios] a:visited {
  color: #368727;
}
[id^=helios] sup,
[id^=helios] sub {
  vertical-align: baseline;
  position: relative;
  top: -0.75em;
  font-size: 50%;
  margin-left: 0.2em !important;
  margin-right: -0.2em !important;
  font-weight: 500 !important;
}
[id^=helios] sub {
  top: 0.5em !important;
}
[id^=helios] hr {
  border: none;
  height: 1px;
  background: rgba(0, 0, 0, 0.12);
  font-size: 32px;
  width: 100%;
}
[id^=helios] .helios-uc-header {
  font-weight: 400;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
@media (min-width: 640px) and (max-width: 820px) {
  [id^=helios] .helios-uc-header {
    font-size: 15px;
  }
}
@media (max-width: 639px) {
  [id^=helios] .helios-uc-header {
    font-size: 13px;
  }
}
[id^=helios] span.text-uppercase {
  letter-spacing: 0.03em;
  font-size: 90%;
}
[id^=helios] .text-light {
  font-weight: 400;
}
[id^=helios] .action-list > * {
  width: 100%;
}
[id^=helios] .action-list ul {
  list-style-type: none;
}
[id^=helios] .action-list ul li {
  margin: 0;
}
[id^=helios] .action-list ul li > a {
  transition: all 0.3s ease;
  position: relative;
  padding: 16px 18px 20px !important;
  margin: 4px !important;
  flex: 1;
  min-width: calc(8.3333333333% - 8px);
  border-top: 1px solid #e5e5e5;
  display: block;
  justify-content: space-between;
  color: #000 !important;
  background: #fff;
  word-break: break-word;
}
[id^=helios] .action-list ul li > a:hover, [id^=helios] .action-list ul li > a:focus {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none !important;
  cursor: pointer;
  transform: translateY(-1px);
  outline: none !important;
  border-color: transparent;
}
[id^=helios] .action-list ul li > a * + * {
  margin: 0.75em 0 0;
}
[id^=helios] .action-list ul li > a > *:first-child {
  margin-top: 0 !important;
}
@media (min-width: 640px) and (max-width: 820px) {
  [id^=helios] .action-list ul li > a {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(100% - 16px);
    padding: 20px 22px 24px !important;
  }
}
@media (max-width: 639px) {
  [id^=helios] .action-list ul li > a {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(100% - 16px);
    padding: 16px 18px 20px !important;
  }
}
[id^=helios] .action-list ul li > a:hover, [id^=helios] .action-list ul li > a:focus {
  border-radius: 0.25em;
}
[id^=helios] .action-list ul li > a:visited {
  color: #000 !important;
}
[id^=helios] .action-list li:last-child a {
  border-bottom: 1px solid #e5e5e5;
}
[id^=helios] .action-list .helios-uc-header,
[id^=helios] .action-list ul li > a {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}
[id^=helios] .helios-button,
[id^=helios] .helios-secondary-button {
  display: inline-block;
  font-family: "Fidelity Sans", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  cursor: pointer;
}
@media (min-width: 640px) and (max-width: 820px) {
  [id^=helios] .helios-button,
[id^=helios] .helios-secondary-button {
    font-size: 16px;
  }
}
@media (max-width: 639px) {
  [id^=helios] .helios-button,
[id^=helios] .helios-secondary-button {
    font-size: 14px;
  }
}
[id^=helios] .helios-button {
  transition: all 0.3s ease;
  border-radius: 0.25em;
  background-color: #368727;
  color: #fff !important;
  padding: 0.5em 1em;
  margin-top: 1.25em;
  transition: all 0.3s ease-in-out;
}
[id^=helios] .helios-button:hover, [id^=helios] .helios-button:focus {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none !important;
  cursor: pointer;
  transform: translateY(-1px);
  outline: none !important;
  border-color: transparent;
}
[id^=helios] .helios-button:hover, [id^=helios] .helios-button:focus {
  background-color: #4f7800;
}
[id^=helios] .helios-secondary-button {
  color: #368727;
  margin-left: 8px !important;
}
[id^=helios] .helios-secondary-button:hover, [id^=helios] .helios-secondary-button:focus {
  text-decoration: underline;
  outline: none;
}
[id^=helios] .footnote--ref {
  position: relative;
  display: inline-block;
}
[id^=helios] .footnote--ref sup {
  position: absolute !important;
  right: -3.1em;
  top: 0.66em !important;
  text-align: left;
  width: 3em;
}
[id^=helios] .footnotes {
  columns: 2 280px;
  column-gap: 60px;
  list-style-type: none;
}
[id^=helios] .footnotes li,
[id^=helios] .footnotes p {
  break-inside: avoid;
  position: relative;
}
[id^=helios] .footnotes .footnote--symbol {
  position: absolute;
  width: 3em;
  left: -3.5em;
  top: 0;
  margin: 0;
  text-align: right;
}
[id^=helios] .slider-container.row {
  flex-wrap: nowrap;
  overflow: scroll;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  max-width: 100%;
  border-radius: 0.25em;
  scrollbar-width: none;
}
[id^=helios] .slider-container.row::-webkit-scrollbar {
  display: none;
}
[id^=helios] .slider-container.row:focus {
  outline: none !important;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15);
}
[id^=helios] .slider {
  position: relative;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}
[id^=helios] .slider-card {
  position: relative;
  padding: 16px 18px 20px !important;
  margin: 4px !important;
  flex: 1;
  min-width: calc(8.3333333333% - 8px);
  transition: all 0.3s ease;
  position: relative;
  flex-shrink: 0;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  border-radius: 0.25em;
  transition: all 0.3s ease;
}
[id^=helios] .slider-card * + * {
  margin: 0.75em 0 0;
}
[id^=helios] .slider-card > *:first-child {
  margin-top: 0 !important;
}
@media (min-width: 640px) and (max-width: 820px) {
  [id^=helios] .slider-card {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(100% - 16px);
    padding: 20px 22px 24px !important;
  }
}
@media (max-width: 639px) {
  [id^=helios] .slider-card {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(100% - 16px);
    padding: 16px 18px 20px !important;
  }
}
[id^=helios] .slider-card:hover, [id^=helios] .slider-card:focus {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none !important;
  cursor: pointer;
  transform: translateY(-1px);
  outline: none !important;
  border-color: transparent;
}
[id^=helios] .slider-card > a {
  color: #000 !important;
}
[id^=helios] .slider-card > a:hover {
  text-decoration: none;
}
[id^=helios] .slider-card > a:visited {
  color: #000 !important;
}
[id^=helios] .slider-card > a:focus {
  display: block;
}
[id^=helios] .slider-card:last-of-type:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  width: 20px;
  height: 100%;
}
[id^=helios] .prev,
[id^=helios] .next {
  width: 48px;
  height: 48px;
  transform: translateY(-50%);
  stroke: #4c4c4c;
  border-radius: 100%;
  background: #fff;
  padding: 12px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.35);
  position: absolute;
  top: 50%;
  transition: all 0.25s ease;
  z-index: 1;
}
[id^=helios] .prev.hide,
[id^=helios] .next.hide {
  opacity: 0;
}
[id^=helios] .prev:hover, [id^=helios] .prev:focus,
[id^=helios] .next:hover,
[id^=helios] .next:focus {
  stroke: #000;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none !important;
  cursor: pointer;
  outline: none;
  margin-top: -1px;
  background: #fff;
}
@media (max-width: 639px) {
  [id^=helios] .prev,
[id^=helios] .next {
    visibility: hidden !important;
  }
}
[id^=helios] .prev {
  left: 4px;
}
[id^=helios] .next {
  right: 4px;
}
[id^=helios] .helios-grid--link {
  transition: all 0.3s ease;
  position: relative;
  padding: 16px 18px 20px !important;
  margin: 4px !important;
  flex: 1;
  min-width: calc(8.3333333333% - 8px);
  text-align: center;
  border-radius: 0.25em;
  color: #000;
}
[id^=helios] .helios-grid--link:hover, [id^=helios] .helios-grid--link:focus {
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  text-decoration: none !important;
  cursor: pointer;
  transform: translateY(-1px);
  outline: none !important;
  border-color: transparent;
}
[id^=helios] .helios-grid--link * + * {
  margin: 0.75em 0 0;
}
[id^=helios] .helios-grid--link > *:first-child {
  margin-top: 0 !important;
}
@media (min-width: 640px) and (max-width: 820px) {
  [id^=helios] .helios-grid--link {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(100% - 16px);
    padding: 20px 22px 24px !important;
  }
}
@media (max-width: 639px) {
  [id^=helios] .helios-grid--link {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(100% - 16px);
    padding: 16px 18px 20px !important;
  }
}
[id^=helios] .helios-grid--link:visited {
  color: #000;
}
[id^=helios] .helios-grid--link .helios-grid--icon {
  width: 96px;
  height: 96px;
  margin: auto;
  border-radius: 50%;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 639px) {
  [id^=helios] .helios-grid--link .helios-grid--icon {
    width: 72px;
    height: 72px;
  }
  [id^=helios] .helios-grid--link .helios-grid--icon svg {
    transform: scale(0.75);
  }
}
[id^=helios] .helios-grid--badge {
  margin: 0;
  position: absolute;
  min-width: 2.2em;
  top: 0.5em;
  right: -0.5em;
  line-height: 1;
  padding: 0.4em;
  color: white;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
  background-color: #789b33;
  border: 2px solid #fff;
}
[id^=helios] .row {
  display: flex;
  flex-wrap: wrap;
  max-width: 1040px;
  margin: 0 auto;
  width: 100%;
  padding: 24px 24px 32px;
}
[id^=helios] .row.row--centered {
  justify-content: center;
}
@media (min-width: 640px) and (max-width: 820px) {
  [id^=helios] .row {
    padding: 24px 8px 32px;
  }
}
@media (max-width: 639px) {
  [id^=helios] .row {
    padding: 16px 4px 24px;
  }
}
[id^=helios] .row--grey {
  background-color: #f2f2f2;
}
[id^=helios] .row--brand {
  background-color: #368727;
}
[id^=helios] .overline + *,
[id^=helios] .supplemental {
  margin-top: 0.25em !important;
}
[id^=helios] .display-inline {
  display: flex !important;
  justify-content: space-between;
}
[id^=helios] .display-inline > * {
  margin-top: 0 !important;
  margin-right: 32px;
}
[id^=helios] .display-inline > *:last-of-type {
  margin-right: 0 !important;
}
[id^=helios] .display-inline .push {
  margin-left: auto;
}
[id^=helios] .content-block {
  position: relative;
  padding: 16px 18px 20px !important;
  margin: 4px !important;
  flex: 1;
  min-width: calc(8.3333333333% - 8px);
}
[id^=helios] .content-block * + * {
  margin: 0.75em 0 0;
}
[id^=helios] .content-block > *:first-child {
  margin-top: 0 !important;
}
@media (min-width: 640px) and (max-width: 820px) {
  [id^=helios] .content-block {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(100% - 16px);
    padding: 20px 22px 24px !important;
  }
}
@media (max-width: 639px) {
  [id^=helios] .content-block {
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: calc(100% - 16px);
    padding: 16px 18px 20px !important;
  }
}
[id^=helios] .content-block .content-block {
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (min-width: 821px) {
  [id^=helios] .col-1 {
    flex-basis: calc(8.3333333333% - 8px);
  }
  [id^=helios] .col-2 {
    flex-basis: calc(16.6666666667% - 8px);
  }
  [id^=helios] .col-3 {
    flex-basis: calc(25% - 8px);
  }
  [id^=helios] .col-4 {
    flex-basis: calc(33.3333333333% - 8px);
  }
  [id^=helios] .col-5 {
    flex-basis: calc(41.6666666667% - 8px);
  }
  [id^=helios] .col-6 {
    flex-basis: calc(50% - 8px);
  }
  [id^=helios] .col-7 {
    flex-basis: calc(58.3333333333% - 8px);
  }
  [id^=helios] .col-8 {
    flex-basis: calc(66.6666666667% - 8px);
  }
  [id^=helios] .col-9 {
    flex-basis: calc(75% - 8px);
  }
  [id^=helios] .col-10 {
    flex-basis: calc(83.3333333333% - 8px);
  }
  [id^=helios] .col-11 {
    flex-basis: calc(91.6666666667% - 8px);
  }
  [id^=helios] .col-12 {
    flex-basis: calc(100% - 8px);
  }
}
@media (min-width: 640px) and (max-width: 820px) {
  [id^=helios] .col-1 {
    flex-basis: calc(11.1111111111% - 8px );
  }
  [id^=helios] .col-2 {
    flex-basis: calc(22.2222222222% - 8px );
  }
  [id^=helios] .col-3 {
    flex-basis: calc(33.3333333333% - 8px );
  }
  [id^=helios] .col-4 {
    flex-basis: calc(44.4444444444% - 8px );
  }
  [id^=helios] .col-5 {
    flex-basis: calc(55.5555555556% - 8px );
  }
  [id^=helios] .col-6 {
    flex-basis: calc(66.6666666667% - 8px );
  }
  [id^=helios] .col-7 {
    flex-basis: calc(77.7777777778% - 8px );
  }
  [id^=helios] .col-8 {
    flex-basis: calc(88.8888888889% - 8px );
  }
  [id^=helios] .col-9 {
    flex-basis: calc(100% - 8px );
  }
}
@media (max-width: 639px) {
  [id^=helios] .col-1 {
    flex-basis: calc(16.6666666667% - 8px);
  }
  [id^=helios] .col-2 {
    flex-basis: calc(33.3333333333% - 8px);
  }
  [id^=helios] .col-3 {
    flex-basis: calc(50% - 8px);
  }
  [id^=helios] .col-4 {
    flex-basis: calc(66.6666666667% - 8px);
  }
  [id^=helios] .col-5 {
    flex-basis: calc(83.3333333333% - 8px);
  }
  [id^=helios] .col-6 {
    flex-basis: calc(100% - 8px);
  }
}
[id^=helios] .col-1 {
  flex-grow: 0;
}
[id^=helios] .col-2 {
  flex-grow: 0;
}
[id^=helios] .col-3 {
  flex-grow: 0;
}
[id^=helios] .col-4 {
  flex-grow: 0;
}
[id^=helios] .col-5 {
  flex-grow: 0;
}
[id^=helios] .col-6 {
  flex-grow: 0;
}
[id^=helios] .col-7 {
  flex-grow: 0;
}
[id^=helios] .col-8 {
  flex-grow: 0;
}
[id^=helios] .col-9 {
  flex-grow: 0;
}
[id^=helios] .col-10 {
  flex-grow: 0;
}
[id^=helios] .col-11 {
  flex-grow: 0;
}
[id^=helios] .col-12 {
  flex-grow: 0;
}
[id^=helios] .slider-card a, [id^=helios] .slider-card > a {
  color: inherit;
}
[id^=helios] .slider-card a:hover, [id^=helios] .slider-card > a:hover {
  text-decoration: none;
}
[id^=helios] .slider-card a:visited, [id^=helios] .slider-card > a:visited {
  color: inherit;
}
[id^=helios] .slider-card a:focus, [id^=helios] .slider-card > a:focus {
  display: block;
}
.below-disclosure--para p {
  font-size: inherit;
  line-height: inherit;
  padding-left: .25em;
}