@charset "UTF-8";
:root {
  --main-color: var(--primary, #083654);
  --main-color2: var(--accentTwo, #083654);
  --primary-font-color: rgb(49, 49, 49);
  --outrageous: rgb(255, 88, 61);
}

body {
  opacity: 0;
  min-height: 100vh;
  background: #ffffff;
  font-family: "Montserrat", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-weight: 400;
  position: relative;
  color: #363748;
  position: relative;
}

body.all-loaded {
  opacity: 1;
}

.form {
  width: 100%;
}

.disableLink {
  pointer-events: none;
}

#blocker {
  background-color: #000000;
  height: 100%;
  left: 0;
  opacity: 0.5;
  overflow: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

#blocker div {
  color: #ffffff;
  font-weight: bold;
  height: 2em;
  left: 50%;
  margin: -1em 0 0 0;
  position: absolute;
  top: 50%;
  transform: translateX(-5em) translateY(-1em);
  width: 10em;
}

#innerBlocker img {
  margin-left: 14px;
  margin-top: -55px;
}

.form__columns-create {
  display: inline-flex;
  justify-content: space-between;
  margin-bottom: -2.03rem;
  /*    margin-right: 7.5rem;
*/
  width: 100%;
}

.form__columns-edit {
  display: inline-flex;
  justify-content: space-between;
  margin-bottom: -2.03rem;
  /*    margin-right: 7.5rem;*/
  width: 100%;
}

#innerBlocker {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.demoProdSpan {
  color: coral;
  margin-right: 4em;
  padding-bottom: 1.25rem;
  padding-left: 1.438rem;
  width: 10em;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  line-height: 1.15;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  /* 2 */
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*
 * Inheriting box-sizing Probably Slightly Better Best-Practice
 * http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 *
 * Transitions Only After Page Load
 * http://css-tricks.com/transitions-only-after-page-load/
 */

html {
  -webkit-box-sizing: border-box;
  background-color: #363748;
  box-sizing: border-box;
  font-size: 1em;
  line-height: 1.375;
}

* {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.preload * {
  -webkit-transition: none;
  transition: none;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
  background-color: #18687b;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background-color: #18687b;
  color: #ffffff;
  text-shadow: none;
}

/*
 * Placeholder text should be fully opaque. Looking at you FireFox.
 */

::-webkit-input-placeholder {
  color: #acacac;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 400;
  opacity: 1;
}

::-moz-placeholder {
  color: #acacac;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 400;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #acacac;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 400;
  opacity: 1;
}

::-ms-input-placeholder {
  color: #acacac;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 400;
  opacity: 1;
}

::placeholder {
  color: #acacac;
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 400;
  opacity: 1;
}

/*
 * A better looking default horizontal rule
 */

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: #d6d6d6;
  display: block;
  height: 1px;
  /*margin: 1rem 0 2rem;*/
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
  resize: vertical;
}

/*
 * Type-scale.com
 */

p {
  margin: 0 0 1.5rem;
}

/* p:last-child {
  margin-bottom: 0;
} */

h1,
h2,
h3,
h4 {
  font-weight: 700;
  line-height: 1;
  margin: 0 0 1rem;
  text-transform: uppercase;
}

h1 {
  font-size: 1.5rem;
  font-weight: 500;
  text-transform: none;
}

h2 {
  font-size: 1.125rem;
}

h3 {
  font-size: 0.875rem;
}

h4 {
  font-size: 0.75rem;
}

small {
  font-size: 0.889em;
}

a.noPointer {
  cursor: default;
}

a {
  -webkit-transition: color 300ms ease;
  color: var(--main-color2);
  cursor: pointer;
  transition: color 300ms ease;
}

a:hover {
  color: #acacac;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

img.mainLogo {
  margin: 0px;
  max-height: 100%;
}

svg:not(:root) {
  overflow: visible;
}

/*
    local, stagging bar, made relative to work with content--full::after position:fixed
*/
.site-notice {
  background-color: #ff583d;
  color: #ffffff;
  font-weight: 700;
  padding: 0.15rem;
  text-align: center;
  position: relative;
  z-index: 4;
}

.wp-caption {
  color: inherit;
}

.wp-caption-text {
  color: inherit;
}

.sticky {
  color: inherit;
}

.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.gallery-caption {
  color: inherit;
}

.bypostauthor {
  color: inherit;
}

.post-edit-link {
  font-size: 0.625rem;
}

@media (min-width: 40em) {
  .aligncenter {
    display: block;
    margin: 0 auto;
  }

  .alignleft {
    float: left;
    height: auto;
    margin: 0 20px 10px 0;
  }

  .alignright {
    float: right;
    height: auto;
    margin: 0 0 10px 20px;
  }
}

@media (min-width: 50em) {
  h1 {
    font-size: 2.125rem;
  }

  h2 {
    font-size: 1.375rem;
  }

  h3 {
    font-size: 1rem;
  }

  h4 {
    font-size: 0.875rem;
  }
}

@media print {
  * {
    -webkit-box-shadow: none;
    background: transparent;
    box-shadow: none;
    color: #000000;
    text-shadow: none;
  }

  a {
    text-decoration: underline;
  }

  a:visited {
    text-decoration: underline;
  }

  pre,
  blockquote {
    border: 1px solid #000000;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100%;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}

button {
  font-family: "Montserrat", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
}

.form__input.allAvailableBenchmarksDropDown {
  font-size: 0.699rem;
  font-weight: 500;
  height: 2.5rem;
  line-height: 1.4;
  margin-bottom: 0.25rem;
  margin-right: 0.25rem;
  width: 13.2rem;
}

.form__input.benchmarkOverrideName {
  font-size: 0.699rem;
  font-weight: 500;
  height: 2.5rem;
  line-height: 1.4;
  margin-bottom: 0.25rem;
  margin-right: 0.25rem;
  width: 13.2rem;
}

#SaveRmsManager_1 {
  color: white;
  min-width: 7rem;
  padding: 0.5rem 1rem;
}

#asset-cancel {
  min-width: 7rem;
  padding: 0.5rem 1rem;
}

.button {
  border: 0;
  border-radius: 1.5rem;
  /*  border-radius: 0.5em;*/

  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin: 0 1rem 1rem 0;
  padding: 1rem 2.3rem;
  text-decoration: none;
  text-transform: uppercase;
  transition-duration: 300ms;
  transition-property: background;
  transition-timing-function: ease;
}

.button:hover {
  color: #ffffff;
}

.entry__content .button {
  font-style: normal;
}

.breadcrumb-group .button,
.card__actions .button,
.dots .button,
.table__cell .button {
  margin: 0;
}

.form__columns .button {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-bottom: 0.375rem;
}

.button .icon__edit {
  height: 12px;
  left: 1rem;
  position: absolute;
  top: calc(50% - 6px);
  width: 12px;
}

.button .icon--calc {
  height: 13px;
  left: 1rem;
  position: absolute;
  top: calc(50% - 6px);
  width: 13px;
}

.button--new {
  height: 36px;
  padding: 0.6rem 2rem;
  font-size: 0.8rem;
  background-color: var(--main-color);
}

.button--primary {
  border: 1px var(--main-color);
  color: #f5f5f5;
  background-color: var(--main-color);
}

.button--primary:hover {
  /*background: #e2e2e2;*/
  background: #e5eaec;
  color: var(--main-color);
}

.button--primary[disabled],
.button--primary[disabled]:hover {
  background-color: grey;
  color: darkgrey;
}

.button--secondary {
  background-color: var(--main-color2);
  color: #ffffff;
}
.button--secondary.cancel {
  background-color: var(--outrageous);
  color: #ffffff;
}
.button--secondary[disabled],
.button--secondary[disabled]:hover {
  background-color: grey;
  color: darkgrey;
}

.button--secondary:hover {
  background: #ced5dd;
  color: #000000;
}

.button--outline {
  background-color: #ffffff;
  border: 1px solid var(--main-color2);
  color: #333042;
  line-height: 1.0833;
}
.button--outline[disabled],
.button--outline[disabled]:hover {
  background-color: grey;
  color: darkgrey;
  border-color: initial;
}

.button--outline:hover {
  border-color: var(--main-color);
  color: #333042;
}

.button--danger {
  background-color: #ff583d;
  color: white;
}
.button--danger[disabled],
.button--danger[disabled]:hover {
  background-color: grey;
  color: darkgrey;
}

.button--danger:hover {
  background-color: #cc1e02;
}

.button--enlarged {
  font-size: 1.125rem;
  padding: 1.25rem 2.25rem;
}

.button--small {
  margin: 0;
  min-width: 0;
  padding: 0.75rem 1.5rem;
}

.button--icon {
  background: none;
  color: #363748;
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}

.button--icon:hover {
  color: #363748;
}

.table .button--icon {
  line-height: 3.09375rem;
  background: none;
}

.form .table .button--icon {
  line-height: 2.5rem;
}

/*.button--icon svg:first-child { margin-right: 0.5rem; }

.button--icon svg:last-child { margin-left: 0.5rem; }*/

.button--text {
  background-color: #ffffff;
  color: #333042;
}
.button--text[disabled],
.button--text[disabled]:hover {
  text-decoration: inherit;
  background-color: grey;
  color: darkgrey;
}

.button--text:hover {
  color: #333042;
  text-decoration: underline;
}

.button--search {
  -webkit-transform: translateY(-50%);
  margin: 0;
  min-width: 0;
  padding: 0;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.button__image {
  display: inline-block;
  padding-right: 0.5rem;
}

.button__toggle {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  user-select: none;
  vertical-align: middle;
  width: 7rem;
}

.heading .button__toggle {
  float: right;
  top: -0.25rem;
}

.button__checkbox {
  display: none;
}

.button__label {
  border-radius: 0.688rem;
  cursor: pointer;
  display: block;
  overflow: hidden;
}

.button__inner {
  -webkit-transition-duration: 300ms;
  -webkit-transition-property: margin;
  -webkit-transition-timing-function: ease-in;
  display: block;
  margin-left: -100%;
  transition-duration: 300ms;
  transition-property: margin;
  transition-timing-function: ease-in;
  width: 200%;
}

.button__inner:before,
.button__inner:after {
  display: block;
  float: left;
  font-size: 0.875rem;
  font-style: italic;
  height: 23px;
  line-height: 1.4375rem;
  padding: 0;
  text-transform: none;
}

.button__inner:before {
  background-color: #efece8;
  color: #363748;
  content: attr(data-on);
  padding-left: 0.5rem;
  width: calc(50% + 1rem);
}

.button__inner:after {
  background-color: #063654;
  color: #ffffff;
  content: attr(data-off);
  padding-right: 0.5rem;
  text-align: right;
  width: calc(50% - 1rem);
}

.button__switch {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02), inset 0 1px 2px #ffffff;
  -webkit-transition-duration: 300ms;
  -webkit-transition-property: right;
  -webkit-transition-timing-function: ease-in;
  background: #18687b;
  border-radius: 50%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02), inset 0 1px 2px #ffffff;
  display: block;
  height: 1.75rem;
  margin: -2.5px;
  position: absolute;
  right: calc(100% - 2rem);
  top: 0;
  transition-duration: 300ms;
  transition-property: right;
  transition-timing-function: ease-in;
  width: 1.75rem;
}

.button__checkbox:checked + .button__label .button__inner {
  margin-left: 0;
}

.button__checkbox:checked + .button__label .button__switch {
  right: 0.5rem;
}

.button__checkbox:checked + .button__label .button__inner:before {
  width: calc(50% - 1rem);
}

.button__checkbox:checked + .button__label .button__inner:after {
  width: calc(50% + 1rem);
}

@media (min-width: 70em) {
  .heading .button__toggle {
    display: block;
    float: none;
    margin-top: 0.5rem;
    top: 0;
  }
}

@media (min-width: 80em) {
  .heading .button__toggle {
    /* display: inline-block; */
    float: right;
    margin-top: 0;
    top: -0.25rem;
  }
}

.alert {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  align-items: center;
  border: solid 1px #d6d6d6;
  border-radius: 0.5em;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  margin: 0.5em 0em 0.5em 0em;
  padding: 1em 1.5em;
  position: relative;
  width: 100%;
}

.alert .icon__attention {
  height: 32px;
  margin-right: 1rem;
  width: 36px;
}

.alert .icon__close {
  color: rgba(255, 255, 255, 0.4);
}

.message + .alert {
  margin-top: 1rem;
}

.alert--danger {
  background-color: #f7c0be;
  color: #333042;
  font-weight: 500;
}

.alert--danger a {
  color: #cc1e02;
}

.alert--info {
    background-color: #f5f5f5;
    color: var(--main-color);
}

.alert__icon {
  margin: 0;
  min-width: 0;
}

.alert__message + .alert__icon {
  margin-left: auto;
}

.alert__message p {
  margin: 0;
}

.alert__message a {
  color: darkslategray;
}

@media (min-width: 70em) {
  .alert--inline {
    margin-bottom: 2rem;
  }
}

.icon__arrow--left,
.icon__arrow--right,
.icon__close,
.icon__plus,
.icon__checkmark,
.icon__information {
  height: 24px;
  width: 24px;
}

.icon__arrow--left .active,
.icon__arrow--right .active,
.icon__close .active,
.icon__plus .active,
.icon__checkmark .active,
.icon__information .active {
  display: none;
}

.button--icon:hover .icon__arrow--left .inactive,
a.entry__list-link:hover .icon__arrow--left .inactive,
.entry__group-link:hover .icon__arrow--left .inactive,
.icon__arrow--left:hover .inactive,
.button--icon:hover .icon__arrow--right .inactive,
a.entry__list-link:hover .icon__arrow--right .inactive,
.entry__group-link:hover .icon__arrow--right .inactive,
.icon__arrow--right:hover .inactive,
.button--icon:hover .icon__close .inactive,
a.entry__list-link:hover .icon__close .inactive,
.entry__group-link:hover .icon__close .inactive,
.icon__close:hover .inactive,
.button--icon:hover .icon__plus .inactive,
a.entry__list-link:hover .icon__plus .inactive,
.entry__group-link:hover .icon__plus .inactive,
.icon__plus:hover .inactive,
.button--icon:hover .icon__checkmark .inactive,
a.entry__list-link:hover .icon__checkmark .inactive,
.entry__group-link:hover .icon__checkmark .inactive,
.icon__checkmark:hover .inactive,
.button--icon:hover .icon__information .inactive,
a.entry__list-link:hover .icon__information .inactive,
.entry__group-link:hover .icon__information .inactive,
.icon__information:hover .inactive {
  display: none;
}

.button--icon:hover .icon__arrow--left .active,
a.entry__list-link:hover .icon__arrow--left .active,
.entry__group-link:hover .icon__arrow--left .active,
.icon__arrow--left:hover .active,
.button--icon:hover .icon__arrow--right .active,
a.entry__list-link:hover .icon__arrow--right .active,
.entry__group-link:hover .icon__arrow--right .active,
.icon__arrow--right:hover .active,
.button--icon:hover .icon__close .active,
a.entry__list-link:hover .icon__close .active,
.entry__group-link:hover .icon__close .active,
.icon__close:hover .active,
.button--icon:hover .icon__plus .active,
a.entry__list-link:hover .icon__plus .active,
.entry__group-link:hover .icon__plus .active,
.icon__plus:hover .active,
.button--icon:hover .icon__checkmark .active,
a.entry__list-link:hover .icon__checkmark .active,
.entry__group-link:hover .icon__checkmark .active,
.icon__checkmark:hover .active,
.button--icon:hover .icon__information .active,
a.entry__list-link:hover .icon__information .active,
.entry__group-link:hover .icon__information .active,
.icon__information:hover .active {
  display: block;
}

.icon__arrow--left {
  color: #18687b;
}

.button--icon:hover .icon__arrow--left,
.icon__arrow--left:hover {
  color: #ffffff;
}

.button--icon:hover .icon__arrow--left .active,
.icon__arrow--left:hover .active {
  color: #18687b;
}

.icon__arrow--right {
  color: #000000;
}

.button--icon:hover .icon__arrow--right,
a.entry__list-link:hover .icon__arrow--right,
a.entry__group-link:hover .icon__arrow--right,
.icon__arrow--right:hover {
  color: #000000;
}

.button--icon:hover .icon__arrow--right .active,
a.entry__list-link:hover .icon__arrow--right .active,
a.entry__group-link:hover .icon__arrow--right .active,
.icon__arrow--right:hover .active,
.icon__arrow--left {
  color: #ced5dd;
}

.entry__list-item--theme02 a.entry__list-link .icon__arrow--right,
.entry__list-item--theme02 a.entry__group-link .icon__arrow--right {
  color: #199f85;
}

.entry__list-item--theme02 a.entry__list-link:hover .icon__arrow--right,
.entry__list-item--theme02 a.entry__group-link:hover .icon__arrow--right {
  color: #ffffff;
}

.entry__list-item--theme02 a.entry__list-link:hover .icon__arrow--right .active,
.entry__list-item--theme02
  a.entry__group-link:hover
  .icon__arrow--right
  .active {
  color: #199f85;
}

.entry__list-item--theme03 a.entry__list-link .icon__arrow--right,
.entry__list-item--theme03 a.entry__group-link .icon__arrow--right {
  color: #063654;
}

.entry__list-item--theme03 a.entry__list-link:hover .icon__arrow--right,
.entry__list-item--theme03 a.entry__group-link:hover .icon__arrow--right {
  color: #ffffff;
}

.entry__list-item--theme03 a.entry__list-link:hover .icon__arrow--right .active,
.entry__list-item--theme03
  a.entry__group-link:hover
  .icon__arrow--right
  .active {
  color: #063654;
}

.icon__close {
  color: #ff583d;
  margin-right: 0.625rem;
}

.icon__close.inList {
  margin: 22px 0 0 0;
}

.button--icon:hover .icon__close,
.icon__close:hover {
  color: #ffffff;
}

.button--icon:hover .icon__close .active,
.icon__close:hover .active {
  color: #ff583d;
}

.icon__plus, .icon__pencil, .icon__start {
  color: var(--main-color2);
}

.button--icon:hover .icon__plus,
.icon__plus:hover {
  color: white;
  background-color: white;
}

.button--icon:hover .icon__plus .active,
.icon__plus:hover .active {
  color: var(--main-color2);
}

.icon__search {
  height: 22px;
  width: 23px;
}

.icon__attention {
  height: 23px;
  width: 20px;
}

.icon__arrow--down-half,
.icon__arrow--up-half {
  color: #9bcb3f;
  height: 7px;
  width: 12px;
}

.icon__arrow--rotate {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.icon__arrow--rotate-down {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.entry__content .entry__group {
  margin: 0;
  padding: 0;
  width: 100%;
}

.entry__content .entry__group:last-child {
  margin-bottom: 0;
}

.entry__content .entry__group-item {
  margin-bottom: 1rem;
}

.entry__content .entry__group-item::before {
  display: none;
}

.entry__content .entry__group-link {
  font-style: normal;
}

.entry__group-item {
  padding-bottom: 1rem;
}

.entry__group-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.entry__group-item .icon__arrow--right {
  height: 1rem;
  width: 1rem;
}

.entry__group-link {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  width: 100%;
}

.entry__group-label {
  color: #363748;
  font-size: 0.75rem;
  margin-right: auto;
  padding: 0 0.5rem 0 1rem;
  position: relative;
  width: calc(100% - 16px);
}

.entry__group-label::before {
  background-color: var(--main-color);
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 0.375rem;
  width: 6px;
}

.entry__group-title {
  font-weight: 500;
  margin-bottom: 0.25rem;
  text-transform: none;
}

@media (min-width: 30em) {
  .entry__group-label {
    font-size: 0.9375rem;
  }
}

@media (min-width: 60em) {
  .entry__group-label {
    padding-left: 2rem;
  }

  .entry__group-label::before {
    height: 8px;
    left: 1rem;
    top: 0.438rem;
    width: 8px;
  }
}

.entry__content .entry__list {
  margin: 0;
  padding: 0;
}

.entry__content .entry__list:last-child {
  margin-bottom: 0rem;
}

.entry__content .entry__list-item {
  margin-bottom: 1.5rem;
}

.entry__content .entry__list-item::before {
  display: none;
}

.entry__content .entry__list-link {
  font-style: normal;
}

.entry__content .entry__list-link.inList {
  width: calc(100% - 24px);
  float: left;
}

.entry__list--simple {
  margin: 0;
  padding: 0;
}

.entry__list-item {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 1rem;
}

.entry__list-item:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.entry__list--simple .entry__list-item {
  border: 0;
  padding-bottom: 0;
}

.entry__list-item .icon__arrow--right {
  height: 1rem;
  margin: 0 0.25rem;
  width: 1rem;
}

.entry__list-item--alt {
  border-bottom: 0;
  padding-bottom: 0;
}

.entry__list-link {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
  width: 100%;
}

.entry__list-wrap {
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #585858;
  font-size: 1.4375rem;
  line-height: 1.13;
  text-align: center;
  width: 24%;
}

.listItemStandardHeight {
  min-height: 64px;
}

.entry__column--alt .entry__list-wrap {
  text-align: center;
}

.entry__list-label {
  color: #363748;
  font-size: 0.75rem;
  margin-right: auto;
  padding: 0 0.5rem 0 1rem;
  position: relative;
  word-break: break-word;
  /*    width: calc(100% - 24% - 16px);*/
}

.entry__list--full .entry__list-label {
  width: calc(100% - 16px);
}

.entry__list-item--new .entry__list-label {
  font-weight: 700;
}

.entry__list-label.bulletPoint {
  padding-left: 2rem;
}

.entry__list-label.bulletPoint::before {
  background-color: var(--main-color);
  border-radius: 50%;
  content: "";
  height: 6px;
  left: 0;
  position: absolute;
  top: 0.375rem;
  width: 6px;
}

.entry__column--fund03 .entry__list-label.bulletPoint::before {
  display: none;
}

.entry__list-title {
  font-weight: 500;
  margin-bottom: 0.25rem;
  text-transform: none;
}

.card__item .entry__list-title {
  padding-bottom: 0.25rem;
}

.entry__list-value {
  color: #000000;
  font-weight: 700;
}

.entry__list-value.fundDetails {
  line-height: 1.375;
  word-break: break-word;
}

@media (min-width: 30em) {
  .entry__list-label {
    font-size: 1rem;
  }
}

@media (min-width: 60em) {
  .entry__list--simple {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }

  .entry__list-img {
    height: 40px;
    margin: 0 auto;
  }

  .entry__column--alt .entry__list-img {
    height: 50px;
  }

  .entry__column--alt02 .entry__list-label {
    width: calc(100% - 15% - 16px);
  }

  .entry__list-label.bulletPoint::before {
    height: 8px;
    left: 1rem;
    top: 0.8rem;
    width: 8px;
  }

  .entry__list--full .entry__list-label {
    padding-left: 1rem;
  }

  .entry__list--full .entry__list-label.bulletPoint::before {
    left: 0;
  }

  .entry__list-wrap {
    width: 33.5%;
  }

  .entry__column--alt .entry__list-wrap {
    width: 24%;
  }

  .entry__column--alt02 .entry__list-wrap {
    width: 15%;
  }
}

@media (min-width: 70em) {
  .entry__list--columns {
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .entry__list--columns .entry__list-item {
    width: 48%;
  }

  .entry__list--simple .entry__list-item {
    width: auto;
  }
}

/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 1.7.13 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2018, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/

html.with-featherlight {
  /* disable global scrolling when featherlights are visible */
  overflow: hidden;
}

.featherlight {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  cursor: pointer;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  text-align: right;
  top: 0;
  z-index: 2147483647;
}

#add-amlkycupload-modal,
#add-subdocupload-modal {
  padding: 20px;
}

.featherlight .featherlight-content {
  background-color: #ffffff;
  border-radius: 0.5rem;
  color: #363748;
  cursor: auto;
  display: none;
  display: inline-block;
  left: 10%;
  left: 50%;
  margin: auto 0;
  max-height: 95%;
  max-width: 995px;
  overflow: auto;
  padding: 0px;
  position: fixed;
  text-align: left;
  top: 50%;
  transform: translate(-50%, -50%);
  vertical-align: middle;
  white-space: normal;
  z-index: 100;
}

.featherlight .featherlight-close-icon {
  -webkit-transition-duration: 300ms;
  -webkit-transition-property: background, color;
  -webkit-transition-timing-function: ease;
  background-color: transparent;
  border: 2px solid #363748;
  border-radius: 50%;
  color: #363748;
  cursor: pointer;
  height: 29px;
  width: 29px;
  line-height: 1.5625rem;
  padding: 0;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 26px;
  transition-duration: 300ms;
  transition-property: background, color;
  transition-timing-function: ease;
  z-index: 9999;
  font-weight: 600;
}
.featherlight .featherlight-close-icon:hover {
  background-color: #363748;
  color: white;
}
.blocker {
  background-color: rgb(173 185 192 / 75%);
  bottom: 0;
  cursor: pointer;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  text-align: right;
  top: 0;
  /*    white-space: nowrap;*/
  z-index: 2147483647;
}

/* contains the content */

.featherlight .featherlight-inner {
  /* make sure its visible */
  display: block;
}

/* don't show these though */

.featherlight script.featherlight-inner,
.featherlight link.featherlight-inner,
.featherlight style.featherlight-inner {
  display: none;
}

/* See http://stackoverflow.com/questions/16077341/how-to-reset-all-default-styles-of-the-html5-button-element */

.featherlight .featherlight-close-icon::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.featherlight .featherlight-image {
  /* styling */
  width: 100%;
}

.featherlight-iframe .featherlight-content {
  /*padding: 0;*/
  -webkit-overflow-scrolling: touch;
  /* removed the border for image croping since iframe is edge to edge */
  border-bottom: 0;
  display: inline-block;
  margin-left: 5%;
  margin-right: 5%;
  max-height: 95%;
  overflow: auto;
  padding: 3rem;
  position: relative;
  text-align: left;
  vertical-align: middle;
  white-space: normal;
}

.featherlight iframe {
  /* styling */
  border: none;
}

/* See https://github.com/noelboss/featherlight/issues/42 */
/* .featherlight * {

} */

.featherlight .modal__headline {
  padding-right: 80px;
}

/* handling phones and small screens */

/* hide non featherlight items when printing */

@media print {
  html .with-featherlight > * > :not(.featherlight) {
    display: none;
  }
}

.heading--fund {
  background-color: var(--main-color);
  color: #ffffff;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 2rem;
  padding: 1rem;
  text-transform: uppercase;
  border-radius: 0.3rem;
}

.heading--alt {
  text-align: center;
}

.modal .heading--h1 {
  padding-bottom: 2rem;
}

@media (min-width: 50em) {
  .heading--fund {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading--alt {
    padding-bottom: 2rem;
  }
}

.logo--client {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  /*    height: 100px*/
  margin: 0 auto;
  max-width: 300px;
  /*    padding: 0.5rem 2rem;
*/ /*width: 100%;*/
}

/*.logo {
    padding-left: 30px;
    padding-right: 30px;
}*/

.logo__image {
  height: 100%;
  margin: 0 auto;
  max-height: 64px;
  /*width: 100%;*/
  max-width: 100%;
}

@media (min-width: 30em) {
  .logo--client {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    display: inline-block;
  }

  .title-bar .logo--client {
    height: 85px;
    width: 300px;
  }

  .logo__image {
    max-width: 215px;
  }
}

@media (min-width: 50em) {
  .title-bar .logo--client {
    margin-left: 0;
    margin-right: 2rem;
    width: 300px;
  }
}

@media (min-width: 60em) {
  .logo--client {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    margin: 1rem 0;
    padding: 1rem;
  }
}

.message {
  margin: 0 0 3rem;
  padding: 0;
}

.button-group .message {
  margin-bottom: 1rem;
}

.message__item {
  border-left: 4px solid;
  border-left-color: var(--main-color2);
  display: block;
  list-style: none;
  margin-bottom: 1rem;
  padding: 0 0 0 1rem;
}

.message__title {
  color: #3a3b3c;
  font-size: 1rem;
  text-transform: uppercase;
}

.message__content {
  margin: 0;
}

@media (min-width: 40em) {
  .message {
    -ms-flex-align: start;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -webkit-box-pack: justify;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }

  .button-group .message {
    width: 60%;
  }

  .message__item {
    margin-bottom: 2rem;
    width: 46%;
  }

  .message__item:nth-last-child(2) {
    margin-left: auto;
    margin-right: 2%;
    width: 26%;
  }

  .message__item:last-child {
    width: 24%;
  }

  .button-group .message__item {
    margin-bottom: 0;
  }

  .button-group .message__item:last-child {
    width: 100%;
  }
}

@media (min-width: 50em) {
  .button-group .message {
    margin-bottom: 0;
  }
}

@media (min-width: 80em) {
  .message__item:nth-last-child(2) {
    margin-right: 2%;
    width: 22%;
  }

  .message__item:last-child {
    width: 20%;
  }
}

.nav__logo {
  display: block;
  margin: 0;
  padding: 0.5rem;
}

.nav__logo-link {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  background-color: var(--main-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  margin: 0 15px;
  padding-left: 0.25rem;
}

.nav__logo-link svg {
  height: 48px;
  width: 159px;
}

/*.nav__logo-link .mainLogo {
    -o-object-fit: cover;
    object-fit: cover;
}*/

@media (min-width: 50em) {
  .nav__logo-link {
    padding: 0;
  }

  .nav__logo-link svg {
    height: 60px;
    width: 199px;
  }
}

@media (min-width: 70em) {
  .nav__logo {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    position: relative;
  }

  .nav__logo::after {
    -webkit-transform: translate(0 - 15%);
    background-color: #ced5dd;
    content: "";
    height: 51px;
    position: absolute;
    right: -14px;
    top: 22%;
    transform: translate(0 - 15%);
    width: 2px;
  }

  .nav__logo-link svg {
    height: 73px;
    width: 247px;
  }
}

.nav__menu {
  display: block;
  margin: 0;
  padding: 0;
}

.nav__menu-item {
  background-color: var(--main-color);
  color: #ced5dd;
  display: block;
  line-height: 1;
  margin: 0;
  margin: 0 10px;
  padding: 0;
  position: relative;
}

.nav__menu-link {
  color: #ffffff;
  display: block;
  font-size: 0.875rem;
  padding: 1rem 0 1rem 1.25rem;
  text-decoration: none;
  text-transform: uppercase;
}

.nav__menu-item--active .nav__menu-link,
.nav__menu-item--ancestor--active .nav__menu-link,
.nav__menu-link:hover,
.nav__menu-link:focus,
.nav__menu-link:active {
  color: #666666;
}

.nav__submenu {
  -webkit-transition-duration: 300ms;
  -webkit-transition-property: max-height, padding;
  -webkit-transition-timing-function: ease;
  list-style: none;
  padding: 0 0 0 1.25rem;
  transition-duration: 300ms;
  transition-property: max-height, padding;
  transition-timing-function: ease;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #3a3b3c;
}

.nav__submenu-link {
  color: #ffffff;
  display: block;
  font-size: 0.875rem;
  line-height: 2.625rem;
  text-decoration: none;
  font-weight: bold;
}

.nav__submenu-link::before {
  -webkit-transition: color 300ms ease;
  background-color: #3a3b3c;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 7px;
  margin-right: 0.75rem;
  transition: color 300ms ease;
  vertical-align: middle;
  width: 7px;
}

.nav__submenu-link:hover,
.nav__submenu-link:focus,
.nav__submenu-link:active {
  border-color: #3a3b3c;
  color: #ffffff;
}

.nav__submenu-link:hover:before,
.nav__submenu-link:focus:before,
.nav__submenu-link:active:before {
  background-color: #ced5dd;
}

.nav__submenu-toggle {
  display: none;
  padding-left: 0.75rem;
}

.nav__submenu-toggle .icon__arrow--down-half {
  color: #18687b;
}

@media (min-width: 70em) {
  .nav__menu {
    -ms-flex-align: end;
    -ms-flex-pack: end;
    -webkit-box-align: end;
    -webkit-box-pack: end;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
  }

  .nav__menu-item {
    background-color: #04263b;
    border: 0;
    padding-bottom: 0.4rem;
  }

  .nav__menu-item:hover .nav__submenu {
    max-height: 30rem;
    padding-bottom: 0.5rem;
    padding-top: 20px;
  }

  .nav__menu-item:first-child {
    margin-left: 10px;
    margin-right: auto;
  }

  .nav__menu-link {
    color: #000000;
    font-weight: bold;
    line-height: 1.5;
    padding: 0 0.5rem;
  }

  .nav__menu-item--active .nav__menu-link,
  .nav__menu-item--ancestor--active .nav__menu-link,
  .nav__menu-link:hover,
  .nav__menu-link:focus,
  .nav__menu-link:active {
    color: #9bcb3f;
  }

  .nav__menu-item:last-child .nav__menu-link {
    padding-right: 0;
  }

  .nav__submenu {
    background: linear-gradient(
      to bottom,
      rgba(54, 55, 72, 0) 0%,
      rgba(54, 55, 72, 0) 12px,
      rgba(54, 55, 72, 0.9) 12px,
      rgba(54, 55, 72, 0.9) 100%
    );
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    max-height: 0;
    overflow: hidden;
    position: absolute;
    top: 25px;
  }

  .nav__submenu::before {
    -webkit-transform: translateX(-50%);
    border-bottom: 12px solid #363748;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    content: "";
    height: 0;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    width: 0;
  }

  .nav__submenu-toggle {
    display: inline;
    padding: 0;
  }

  .nav__submenu-toggle .icon__arrow--down-half {
    display: none;
  }

  .nav__submenu-link:before {
    color: #18687b;
  }
}

@media (min-width: 80em) {
  .nav__menu {
    width: 100%;
  }
}

@media (min-width: 70em) {
  .nav__pill {
    padding-bottom: 1.5rem;
    padding-left: 2.438rem;
  }

  .nav__pill .nav__menu-link {
    -ms-flex-direction: row-reverse;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    z-index: 3;
  }

  .nav__pill .nav__submenu {
    border-top: 0;
    left: 3rem;
    padding-right: 1.25rem;
    top: 32px;
    width: calc(100% - 4.5rem);
    z-index: 2;
  }

  .nav__pill .nav__submenu::before {
    display: none;
  }

  .nav__pill-label {
    border: solid var(--main-color);
    border-bottom-right-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
    border-width: 2px 2px 2px 0;
    padding: 0.5rem 1.438rem 0.5rem 1.313rem;
    text-transform: uppercase;
    background: #ced5dd;
    color: #000000;
  }

  .nav__pill-value {
    border: solid #ced5dd;
    border-bottom-left-radius: 1.25rem;
    border-top-left-radius: 1.25rem;
    border-width: 2px 0 2px 2px;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: normal;
    padding: 0.5rem 2.75rem 0.5rem 1.25rem;
    text-transform: uppercase;
    background: #ffffff;
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20class%3D%27icon__arrow--down-half%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2030%2017.89%27%20width%3D%2730%27%20height%3D%2717.89%27%3E%3Cpath%20fill%3D%27%239bcb3f%27%20d%3D%27M28%20.05a2.39%202.39%200%20011.4.5%201.92%201.92%200%2001.1%202.79l-12.86%2014a2%202%200%2001-1.49.6%202%202%200%2001-1.5-.6l-13.1-14A1.92%201.92%200%2001.65.55a1.92%201.92%200%20012.79.1L15.1%2013%2026.46.65A2.2%202.2%200%200128%20.05z%27%2F%3E%3C%2Fsvg%3E);
    background-position: calc(100% - 15px) 50%;
    background-repeat: no-repeat;
    background-size: 13px 8px;
    color: #000000;
    font-weight: bold;
  }
  .nav__pill-value:hover {
    color: #000000;
  }
}

.nav__search {
  display: block;
}

.nav__search-group {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.nav__search-label {
  display: none;
}

.nav__search-input {
  background-color: transparent;
  font-weight: 700;
  margin: 0;
  padding: 1rem 0;
  width: 80%;
}

.nav__search-input::-webkit-input-placeholder {
  opacity: 0.4;
}

.nav__search-input::-moz-placeholder {
  opacity: 0.4;
}

.nav__search-input:-ms-input-placeholder {
  opacity: 0.4;
}

.nav__search-input::-ms-input-placeholder {
  opacity: 0.4;
}

.nav__search-input::placeholder {
  opacity: 0.4;
}

.nav__search-toggle,
.nav__search-submit {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0;
}

.nav__search-toggle .icon__search,
.nav__search-submit .icon__search {
  height: 19px;
  width: 19px;
}

.nav__search-toggle {
  display: none;
}

@media (min-width: 70em) {
  .nav__search {
    -webkit-transform: translateY(calc(-100% - 59px));
    -webkit-transition-duration: 300ms;
    -webkit-transition-property: opacity, -webkit-transform;
    -webkit-transition-timing-function: ease;
    background-color: #ffffff;
    left: 0;
    opacity: 0;
    padding-bottom: 6rem;
    position: absolute;
    top: 59px;
    transform: translateY(calc(-100% - 59px));
    transition-duration: 300ms;
    transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    transition-timing-function: ease;
    width: 100%;
    z-index: 3;
  }

  .nav__search--is-active .nav__search {
    -webkit-transform: translateY(0);
    opacity: 1;
    transform: translateY(0);
  }

  .nav__search-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav__search-input {
    border: 0;
    display: inline-block;
    font-size: 3.75rem;
    outline: none;
    padding: 0 4rem 0 0;
    width: 60%;
  }

  .nav__search-input::-webkit-input-placeholder {
    opacity: 1;
  }

  .nav__search-input::-moz-placeholder {
    opacity: 1;
  }

  .nav__search-input:-ms-input-placeholder {
    opacity: 1;
  }

  .nav__search-input::-ms-input-placeholder {
    opacity: 1;
  }

  .nav__search-input::placeholder {
    opacity: 1;
  }

  .nav__search-submit {
    bottom: 7rem;
    position: absolute;
    right: 20%;
  }

  .nav__search-toggle {
    display: block;
    padding-left: 1rem;
  }

  .nav__search-toggle .icon__search {
    height: 27px;
    width: 27px;
  }
}

@media (min-width: 60em) {
  .nav__search-toggle {
    padding-left: 2rem;
  }
}

@media (min-width: 70em) {
  .nav__search-input {
    font-size: 5.375rem;
    padding-right: 6rem;
  }

  .nav__search-submit .icon__search {
    height: 40px;
    width: 40px;
  }
}

.nav__toggle {
  outline: none;
}

.nav--is-active .nav__toggle {
  background-color: #04263b;
}

/**
 * Hamburgers - PNMG tweaked
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
  -webkit-transition-duration: 0.15s;
  -webkit-transition-property: background-color, opacity;
  -webkit-transition-timing-function: linear;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  line-height: 1;
  overflow: visible;
  padding: 0 16px 0;
  text-transform: none;
  transition-duration: 0.15s;
  transition-property: background-color, opacity;
  transition-timing-function: linear;
}

.hamburger:hover {
  opacity: 1;
}

.hamburger-box {
  display: inline-block;
  height: 11px;
  position: relative;
  width: 32px;
}

.hamburger-inner {
  display: block;
  margin-top: -1.5px;
  top: 50%;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  -webkit-transition-duration: 0.15s;
  -webkit-transition-property: background-color, -webkit-transform;
  -webkit-transition-timing-function: ease;
  background-color: #9bcb3f;
  border-radius: 0;
  height: 3px;
  position: absolute;
  transition-duration: 0.15s;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  transition-timing-function: ease;
  width: 32px;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  background-color: #04263b;
  top: -4px;
}

.hamburger-inner::after {
  bottom: -4px;
}

/*
 * Slider
 */

.hamburger--slider .hamburger-inner {
  top: 1.5px;
}

.hamburger--slider .hamburger-inner::before {
  -webkit-transition-duration: 0.15s;
  -webkit-transition-property: background-color, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
  top: 4px;
  transition-duration: 0.15s;
  transition-property: background-color, opacity, -webkit-transform;
  transition-property: background-color, opacity, transform;
  transition-property: background-color, opacity, transform, -webkit-transform;
  transition-timing-function: ease;
}

.hamburger--slider .hamburger-inner::after {
  top: 8px;
}

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 4px, 0) rotate(30deg);
  transform: translate3d(0, 4px, 0) rotate(30deg);
}

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-4.57143px, -1px, 0);
  opacity: 0;
  transform: rotate(-45deg) translate3d(-4.57143px, -1px, 0);
}

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -8px, 0) rotate(-60deg);
  transform: translate3d(0, -8px, 0) rotate(-60deg);
}

@media (min-width: 40em) {
  .hamburger-inner,
  .hamburger-inner::before,
  .hamburger-inner::after {
    width: 40px;
  }

  .hamburger-box {
    width: 40px;
  }
}

@media (min-width: 70em) {
  .nav__toggle {
    display: none;
  }
}

.table__sub-table {
  border-collapse: collapse;
  width: 100%;
}

.table__sub-cell {
  padding: 0 1rem 1rem;
  vertical-align: top;
}

.table__sub-cell:first-child {
  padding-left: 0;
}

.table__sub-cell:last-child {
  padding-right: 0;
}

.table__sub-cell--right {
  text-align: right;
}

.table__sub-row:last-child .table__sub-cell {
  padding-bottom: 0;
}

.toggle {
  margin-left: 5px;
}

.toggle .toggle__title .heading--h3 {
  background-color: #0e475b;
  border: 1px solid #18687b;
  border-radius: 20px;
  bottom: 0.5rem;
  color: white;
  font-size: 0.875rem;
  font-weight: 100;
  margin-bottom: 0;
  padding: 0.5985rem 0.75rem;
  position: relative;
  text-transform: capitalize;
}

.toggle .toggle__title .icon__arrow--up-half {
  float: right;
  left: 10px;
  position: relative;
  top: 3px;
}

@media (min-width: 30em) {
  .actions__heading,
  .actions__docs {
    text-align: center;
    width: 100%;
  }

  .actions__heading {
    margin-bottom: 2rem;
  }
}

@media (min-width: 50em) {
  .actions {
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (min-width: 60em) {
  .actions {
    -ms-flex-align: center;
    -ms-flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: nowrap;
    padding-bottom: 1.75rem;
  }

  .actions__heading,
  .actions__docs {
    text-align: initial;
    width: auto;
  }

  .actions__heading {
    margin-bottom: 0;
    padding-left: 2rem;
  }

  .actions__button {
    margin-bottom: 0;
  }
}

.breadcrumb-group {
  margin: 0 auto;
  max-width: 1400px;
  padding: 2rem 1rem 0;
}

.breadcrumb {
  font-size: 0.875rem;
  margin: 0 auto;
  max-width: 1600px;
  padding: 2.5rem 1rem 0;
}

.breadcrumb.narrowTop {
  padding-top: 0.5rem;
}

.breadcrumb-group .breadcrumb {
  margin: 1rem 0 0;
  max-width: none;
  padding: 0;
}

.breadcrumb__item {
  color: var(--main-color2);
}

.breadcrumb__link {
  color: #363748;
  text-decoration: none;
}

.breadcrumb__sep {
  padding: 0 0.25rem;
}

@media (min-width: 50em) {
  .breadcrumb-group {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
    padding-left: 2rem;
    padding-right: 2.438rem;
  }

  .breadcrumb {
    padding-left: 2rem;
    padding-right: 2.438rem;
    text-align: right;
  }

  .breadcrumb-group .breadcrumb {
    margin: 0;
  }

  .legend .breadcrumb {
    padding-right: 0;
  }
}

.button-group {
  padding-top: 1rem;
}

@media (min-width: 50em) {
  .button-group .button {
    margin: 0;
  }

  .header .button-group {
    -ms-flex-item-align: end;
    align-self: flex-end;
    padding-top: 0;
  }

  .header .heading + .button-group {
    -ms-flex-item-align: center;
    align-self: center;
    padding-top: 0;
  }

  .button-group--split {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }

  .button-group--split .button:last-child {
    margin-left: auto;
  }
}

.card__header .logo__image {
  margin: 0 auto;
}

.card__item {
  width: 100%;
  -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 5%);
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 10px #ced5dd;
  display: inline-block;
  padding: 0.5rem 1.25rem;
  position: relative;
}

.card__item ul {
  list-style-type: none;
}

.card__title-container {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  display: -ms-flex;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  height: 13vh;
  justify-content: center;
  margin: 0.75rem -1.25rem;
  max-height: 4.6875rem;
  text-align: center;
  color: #000000;
}

.card__title {
  font-size: 1rem;
  margin: 0;
  padding: 0.25rem 0.25rem;
}

.entry__content p.card__button {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  margin: 0 auto 1.3125rem;
  padding: 0;
  width: 100%;
}

.entry__content p.card__button .button {
  margin: 0;
}

.entry__content p.card__button a {
  min-width: 160px;
}

.card__icons-container {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
}

.card__icon-upper {
  background-color: #02263d;
  height: 50px;
  padding: 0.5rem 0.25rem;
  position: absolute;
  right: 9px;
  top: -7px;
  width: 43px;
}

.card__icon-upper:after {
  border-bottom: 7px solid #02263d;
  border-left: 3px solid transparent;
  content: "";
  height: 0;
  left: -3px;
  position: absolute;
  top: 0;
  width: 0;
}

.card__icons-container .card__icons-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  left: -10px;
  margin: 0;
  position: relative;
}

.card__icons-container ul.card__icons-list {
  margin: 0;
  padding: 0 !important;
}

.card__icons-container .card__icon::before {
  display: none;
}

.card__icons-container .card__icon {
  padding: 3px;
}

.card__icons-container .card__icon-image {
  height: 42px;
  width: 42px;
}

.card__actions {
  padding-top: 2rem;
  text-align: right;
}

@media (min-width: 40em) {
  .card {
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .card--short {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .card__item {
    width: 48%;
  }

  .card__column {
    width: 100%;
  }

  /*  .card__header .logo__image { max-width: 100%; }*/
}

@media (min-width: 50em) {
  .card {
    display: block;
  }

  .main > .card {
    padding-top: 0.5rem;
  }

  /* .card__item { width: 100%; }*/
}

@media (min-width: 60em) {
  .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .card__item {
    width: 48%;
  }

  .card__column {
    width: 100%;
  }

  .card__column--2 {
    width: 48%;
  }

  .card__column--2:nth-child(2n + 2) {
    margin-left: auto;
  }

  .card__icons-list {
    float: left;
    width: 47%;
  }
}

@media (min-width: 80em) {
  .card__item {
    width: 32.5%;
  }

  .card__column {
    padding: 1.25rem 3rem;
    width: 100%;
  }

  .card__column--2 {
    width: 48%;
  }

  .card__icons-list {
    float: left;
    width: 47%;
  }
}

@media (min-width: 90em) {
  .card {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
  }

  .card__item {
    margin-right: auto;
    margin-left: auto;
    width: calc(20% - 0.9rem);
  }

  .card__column {
    max-width: none;
    padding: 1.25rem 3rem;
    width: 100%;
  }

  .card__column--2 {
    max-width: none;
    width: 48%;
  }

  .card__icons-list {
    float: left;
    max-width: none;
    width: 47%;
  }
}

@media (min-width: 100em) {
}

.entry__content .charts {
  margin-bottom: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 394px;
  position: relative;
}

.entry__content .charts__list {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: space-between;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.entry__content .charts__item {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  color: #cccccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.875rem;
  font-weight: 700;
  height: 100%;
  justify-content: center;
  text-align: center;
  width: 27.4111%;
}

.entry__content .charts__item::before {
  display: none;
}

.content {
  margin: 0 auto;
  max-width: 1600px;
  min-height: calc(98vh - 190px);
}

.popup--is-active .content {
  position: relative;
  z-index: 5;
}

.content--full {
  max-width: none;
}

.content__wrap {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}

.no-ul-style li {
  margin-bottom: 0.5rem;
}

.no-ul-style ul {
  padding-top: 1rem;
}

@media (min-width: 50em) {
  .content {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 0 2.625rem;
  }

  .content--full {
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .content--full::after {
    background: #ffffff;
    color: #000000;
    content: "";
    height: 100%;
    left: 0;
    top: 0;
    width: 16%;
    z-index: 1;
  }

  .content--full.dashboard::after {
    left: auto;
    right: 0;
    width: 36%;
    position: fixed;
  }

  .content__wrap {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    max-width: 93vw;
  }
}

@media (min-width: 100em) {
  .content--full::after {
    width: calc((100% - 1600px) / 2 + 254px);
    z-index: -1000;
  }

  .content--full.dashboard::after {
    width: calc((100% - 1600px) / 2 + 576px);
  }
}

.dots {
  margin-bottom: 2rem;
}

.dots__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 1rem 0 0;
}

.dots__item {
  background-color: #d6d6d6;
  border-radius: 50%;
  display: block;
  height: 0.75rem;
  list-style: none;
  margin: 0 0.25rem;
  overflow: hidden;
  text-indent: -9999rem;
  width: 0.75rem;
}

.dots__link {
  display: block;
}

.dots__item--previous {
  background-color: #9bcb3f;
}

.dots__item--current {
  background-color: #199f85;
}

@media (min-width: 30em) {
  .dots {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .dots__nav {
    margin-left: 3rem;
    padding-top: 0;
  }
}

.entry__content a {
  font-style: italic;
}

@media (min-width: 60em) {
  .entry__content p {
    margin-right: -1.5rem;
    min-height: 2.25rem;
    /* max-height: 545px; */
    overflow-y: visible;
    padding-right: 1.5rem;
  }

  .entry__content p {
    line-height: 1.75;
  }

  .entry__content ul {
    margin: 0 0 1.5rem;
    padding: 0 0 0 3rem;
  }

  .entry__content ul li {
    list-style: none;
    margin-bottom: 0.25rem;
    position: relative;
  }

  .entry__content ul li::before {
    background-color: #363748;
    border-radius: 50%;
    content: "";
    height: 3px;
    left: -1rem;
    position: absolute;
    top: 0.5rem;
    width: 3px;
  }

  .entry__content ol {
    counter-reset: listNumbering;
    margin: 0 0 1.5rem;
    padding: 0 0 0 2rem;
  }

  .entry__content ol li {
    counter-increment: listNumbering;
    list-style: none;
    margin-bottom: 0.25rem;
  }

  .entry__content ol li::before {
    content: counter(listNumbering) ".";
    padding-right: 0.5rem;
  }

  .entry__column .entry__content {
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    background-color: #e1e6ea5c;
    border-color: #e8e8e8;
    border-radius: 0.5rem;
    border-style: solid;
    border-width: 0 1px 1px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
    margin-bottom: 1.75rem;
    padding: calc(1.6875rem + 6px) 0.75rem 1rem;
    position: relative;
  }

  .entry__column .entry__content.entry__content__overflow_wrapper {
    /* margin: 0px; */
    padding: 0.5px 0 0 0;
  }

  .entry__column .entry__content::before {
    background-color: #3cb64b;
    border-radius: 0.5rem 0.5rem 0 0;
    content: "";
    height: 6px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .entry__column--theme05 .entry__content::before,
  .entry__column--theme04 .entry__content::before,
  .entry__column--theme03 .entry__content::before,
  .entry__column--theme02 .entry__content::before,
  .entry__column--theme01 .entry__content::before {
    background-color: #ced5dd;
  }

  .sidebar .entry__content {
    color: #363748;
  }

  .entry__title {
    font-weight: 500;
    text-transform: none;
  }

  .entry__title-flag {
    color: #18687b;
    font-size: 0.9375rem;
    font-weight: 700;
    padding-right: 1rem;
    text-transform: uppercase;
  }

  .entry__subtitle {
    border-bottom: 1px solid #d6d6d6;
    letter-spacing: 0.08em;
    margin-bottom: 1.5rem;
    padding-bottom: 0.75rem;
  }

  .entry__subhead {
    font-size: 0.875rem;
    margin-bottom: 1rem;
    width: 100%;
  }

  .entry__button {
    -webkit-transform: translate(-50%, 0);
    left: 50%;
    position: relative;
    transform: translate(-50%, 0);
  }

  @media (min-width: 40em) {
    .entry--columns {
      -ms-flex-pack: justify;
      -ms-flex-wrap: wrap;
      -webkit-box-pack: justify;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 1rem;
    }

    .sidebar .entry--columns {
      margin-top: 0rem;
    }

    .entry--columns .entry__column--pre01 {
      white-space: nowrap;
    }

    .entry--columns .entry__column--pre01 .heading--h2 {
      font-size: 1.375rem;
      font-weight: 500;
      text-transform: capitalize;
    }

    .entry--columns .entry__column--pre02 {
      white-space: nowrap;
    }

    .entry--columns .entry__column--pre02 .heading--h2 {
      font-size: 1.375rem;
      font-weight: 500;
      text-transform: capitalize;
    }

    .entry--columns .entry__column--pre03 {
      -ms-flex-pack: justify;
      -webkit-box-pack: justify;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      justify-content: space-between;
      white-space: nowrap;
    }

    .entry--columns .entry__column--pre03 .heading--h2 {
      display: inline;
      font-size: 1.375rem;
      font-weight: 500;
      text-transform: capitalize;
    }

    .entry--columns .entry__column--pre03 .button__toggle {
      margin-left: auto;
    }

    .entry__column {
      width: 48%;
    }

    .entry__column.entry__column--fund01 {
      width: 100%;
    }

    .entry__column .entry__content {
      padding-left: 1rem;
      padding-right: 1rem;
    }

    .entry__column--capped .entry__content {
      padding-bottom: 0;
      padding-left: 0;
      padding-right: 0;
      padding-top: 6px;
    }

    .entry__column--fund02 .entry__content,
    .entry__column--fund03 .entry__content {
      height: calc(100% - 2rem);
    }

    .entry__column
      .entry__content.entry__content__overflow_wrapper
      .entry__content__overflow {
      margin-right: 5px;
      margin-top: 8px;
      overflow-y: auto;
      /*margin-bottom: 1.75rem;*/
      padding: 0.9rem 1.5rem 1rem 1.5rem;
      /*padding-right: 10px;*/
    }

    .entry__content-cap {
      max-height: 600px;
      overflow-y: auto;
      padding-bottom: 1rem;
      padding-left: 1.75rem;
      padding-right: 1.75rem;
      padding-top: 1.6875rem;
      scrollbar-width: thin !important;
      background: #ffffff;
      font-family: "Montserrat", "Gill Sans", "Gill Sans MT", Calibri,
        sans-serif;
      font-weight: 500;
    }

    .entry__content-cap::-webkit-scrollbar {
      width: 8px;
    }

    .entry__content-cap::-webkit-scrollbar-track {
      background-color: #efece8;
      border-radius: 10px;
    }

    .entry__content-cap::-webkit-scrollbar-thumb {
      background-color: #ced5dd;
      border-radius: 10px;
    }
  }

  .entry__content__overflow::-webkit-scrollbar {
    width: 5px;
  }

  /* Track */

  .entry__content__overflow::-webkit-scrollbar-track {
    background: #dedede;
    border-radius: 15px;
    margin: 8px;
  }

  /* .entry__content-cap::-webkit-scrollbar-track,
    .entry__content__overflow::-webkit-scrollbar-track {
        background-color: #ffffff;
        border-radius: 10px;
    }*/

  /* Handle */

  .entry__content__overflow::-webkit-scrollbar-thumb {
    background: #bdbdc1;
    border-radius: 30px;
  }

  .entry__content__overflow::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  /*.marketData .entry__content-cap,
    .marketData
    .entry__content__overflow {
        height: 584px !important;
        max-height: 584px;
    }*/

  .entry__content p.card__button {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin: 0 auto 1rem;
    padding: 0;
    width: 100%;
  }

  .entry__content p.card__button .button {
    margin: 0;
  }

  .entry__content p.card__button a {
    min-width: 160px;
  }
}

@media (min-width: 50em) {
  .dashboard .entry__column {
    width: 48%;
  }
}

@media (min-width: 70em) {
  .dashboard .entry__column {
    width: 48%;
  }

  .sidebar .entry__column {
    width: 100%;
  }

  .entry__column.entry__column--fund01 {
    width: 38%;
  }

  .entry__column.entry__column--fund02 {
    width: 30.5%;
  }

  .entry__column.entry__column--fund03 {
    width: 29%;
  }

  .entry__content p {
    margin-right: -1.5rem;
    /* max-height: 545px;
        overflow-y: auto;*/
    padding-right: 1.5rem;
  }

  .entry__column--fund01 .entry__content {
    height: calc(100% - 2rem);
  }
}

.flag {
  background-color: #18687b;
  color: #ffffff;
  font-size: 0.8125rem;
  font-weight: 700;
  left: -1.5rem;
  line-height: 1;
  padding: 0.25rem 0.25rem 0.25rem 0.5rem;
  position: absolute;
  top: -1.375rem;
}

.flag::before {
  border-left: 10px solid transparent;
  border-top: 9px solid #18687b;
  bottom: -9px;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  width: 0;
}

@media (min-width: 40em) {
  .flag {
    font-size: 0.6875rem;
    left: -2.375rem;
    padding: 0.5rem 0.5rem 0.365rem 0.75rem;
  }
}

/*
    made relative to work with content--full::after position: fixed
*/
.footer {
  position: relative;
  right: 0;
  left: 0;
  bottom: 0;
  /* Also will probablly wrap in new footer going forward on release in the new React Code */
  /* was 4 previously, seems unecessary now, blocking popups */
  z-index: 0;
  background-color: #f5f5f5;
  color: var(--main-color);
  font-weight: 500;
}

.footer__wrapper {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  /*   max-width: 1378px;*/
  /*  padding: 1.5rem;*/
  width: 100%;
}

.footer__content {
  text-align: center;
  width: 100%;
}

.footer__content .logo__conway--mark {
  height: 49px;
  margin-bottom: 1.5rem;
  width: 40px;
}

.footer__copy {
  font-size: 0.875rem;
  margin: 0 auto;
  max-width: 20rem;
}

.footer__links {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
  padding-bottom: 1.5rem;
  text-align: center;
  width: 100%;
}

.footer__menu {
  margin: 0;
  padding: 0;
}

.footer__menu-item {
  list-style-type: none;
  padding-bottom: 1rem;
}

.footer__menu-item:last-child {
  padding: 0;
}

.footer__menu-link {
  color: #000000;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
  text-transform: uppercase;
}

@media (min-width: 40em) {
  .footer__wrapper {
    -ms-flex-align: center;
    -ms-flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .footer__content {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    width: 50%;
  }

  .footer__content .logo__conway--mark {
    margin-bottom: 0;
    margin-right: 1.5rem;
  }

  .footer__links {
    -ms-flex-order: 0;
    -webkit-box-ordinal-group: 1;
    order: 0;
    padding-bottom: 0;
    text-align: right;
    width: 50%;
  }
}

@media (min-width: 60em) {
  .footer__menu {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
  }

  .footer__menu-item {
    padding: 0;
  }

  .footer__menu-item::after {
    content: "|";
    display: inline-block;
    padding: 0 1rem;
  }

  .footer__menu-item:last-child::after {
    display: none;
  }
}

@media (min-width: 70em) {
  .footer__wrapper {
    max-width: 1600px;
    padding: 1.375rem;
  }

  .footer__content {
    width: 60%;
  }

  .footer__copy {
    max-width: none;
  }

  .footer__links {
    width: 40%;
  }
}

@media (min-width: 90em) {
  .footer__wrapper {
    padding-left: 2.438rem;
    padding-right: 0;
  }
}

@media (min-width: 100em) {
  .footer__content {
    width: 65%;
  }

  .footer__links {
    width: 35%;
  }
}

:root {
  --base-input-size: 110px;
}

.modal--small .form {
  margin-bottom: 3rem;
}

.form--theme01 {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
  margin-bottom: 1rem;
  padding: 1rem;
}

.form__title {
  margin-bottom: 2rem;
  text-transform: none;
}

.form__group--inline {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
}

.form__item {
  margin-bottom: 2rem;
  position: relative;
}

.column--right {
  clear: left;
  float: right;
  height: 35px;
  margin: 1px 200px 40px -5px;
  width: 400px;
}

.column--left {
  clear: right;
  float: left;
  height: 35px;
  margin: -1px 179px -10px -4px;
  width: 0px;
}

.form__group .form__item {
  margin-bottom: 0;
}

.sidebar .form__group .form__item {
  margin-bottom: 0.5rem;
}

.form__group--inline .form__item {
  margin-right: 1rem;
}

.table .form__item {
  margin-bottom: 0;
}

.form__item.form__item--vcenter {
  -ms-flex-item-align: center;
  align-self: center;
  position: relative;
  top: -0.5rem;
}

.form__label {
  color: #323041;
  cursor: pointer;
  display: block;
  font-size: 0.75rem;
  font-weight: 510;
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin-bottom: 0.25rem;
  margin-right: 0.8rem;
  text-transform: uppercase;
}

.form__label.whiteText {
  color: #ffffff;
}

.form__group--error .form__label {
  color: #ff583d;
}

.form__item--inline .form__label {
  color: #333042;
  display: inline-block;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.75;
  margin-bottom: 0;
  padding-left: 1rem;
  text-transform: none;
  word-break: break-word;
}

.displayBlock .form__label {
  display: block;
}

.form__headline,
.form__label--headline {
  color: #333042;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 1.2222;
  margin-bottom: 1rem;
  max-width: 60%;
  text-transform: none;
}

.form__headline[contenteditable="true"],
.form__label--headline[contenteditable="true"] {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 33rem;
  position: relative;
}

.form__headline[contenteditable="true"]::after,
.form__label--headline[contenteditable="true"]::after {
  -webkit-transition-duration: 150ms;
  -webkit-transition-property: opacity;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20class%3D%27icon%20icon__edit%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2018%2018%27%20width%3D%2718%27%20height%3D%2718%27%3E%3Cpath%20d%3D%27M0%200h18v18H0z%27%20fill%3D%27none%27%2F%3E%3Cpath%20d%3D%27M10.55%206.76l.69.69-6.8%206.8h-.69v-.69l6.8-6.79m2.69-4.52a.74.74%200%2000-.52.22l-1.37%201.37%202.81%202.81%201.37-1.37a.75.75%200%20000-1.06l-1.75-1.75a.77.77%200%2000-.54-.22zm-2.69%202.39l-8.3%208.3v2.81h2.81l8.3-8.3z%27%20fill%3D%27%2311677b%27%2F%3E%3C%2Fsvg%3E);
  content: "";
  display: block;
  height: 18px;
  margin-left: 2rem;
  opacity: 1;
  transition-duration: 150ms;
  transition-property: opacity;
  width: 18px;
}

.form__headline[contenteditable="true"] .undo,
.form__label--headline[contenteditable="true"] .undo {
  -webkit-transform: rotate(45deg);
  background-color: transparent;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20data-name%3D%27Group%2010%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%279.668%27%20height%3D%279.668%27%20viewBox%3D%270%200%209.668%209.668%27%3E%3Cpath%20data-name%3D%27Line%201%27%20fill%3D%27none%27%20stroke%3D%27%23ff583d%27%20stroke-miterlimit%3D%2710%27%20stroke-width%3D%272%27%20d%3D%27M4.834%200v9.668%27%2F%3E%3Cpath%20data-name%3D%27Line%202%27%20fill%3D%27none%27%20stroke%3D%27%23ff583d%27%20stroke-miterlimit%3D%2710%27%20stroke-width%3D%272%27%20d%3D%27M9.668%204.834H0%27%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 12px 12px;
  border: 0;
  cursor: pointer;
  display: none;
  height: 24px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 10px;
  text-indent: -999rem;
  top: calc(50% - 12px);
  transform: rotate(45deg);
  width: 24px;
}

.form__headline[contenteditable="true"]:active,
.form__headline[contenteditable="true"]:focus,
.form__headline[contenteditable="true"]:focus-within,
.form__label--headline[contenteditable="true"]:active,
.form__label--headline[contenteditable="true"]:focus,
.form__label--headline[contenteditable="true"]:focus-within {
  border: 1px solid #c0cbd5;
  border-radius: 0.5rem;
  max-width: 396px;
  outline: none;
  padding: 0.5625rem 2.375rem 0.5625rem 0.75rem;
}

.form__headline[contenteditable="true"]:active:after,
.form__headline[contenteditable="true"]:focus:after,
.form__headline[contenteditable="true"]:focus-within:after,
.form__label--headline[contenteditable="true"]:active:after,
.form__label--headline[contenteditable="true"]:focus:after,
.form__label--headline[contenteditable="true"]:focus-within:after {
  opacity: 0;
}

.form__headline[contenteditable="true"]:active .undo,
.form__headline[contenteditable="true"]:focus .undo,
.form__headline[contenteditable="true"]:focus-within .undo,
.form__label--headline[contenteditable="true"]:active .undo,
.form__label--headline[contenteditable="true"]:focus .undo,
.form__label--headline[contenteditable="true"]:focus-within .undo {
  display: block;
}

.form__headline--alt {
  color: rgba(51, 48, 66, 0.5);
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 0.25rem;
}

.form__label--hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.form__subhead {
  color: rgba(51, 48, 66, 0.5);
  cursor: pointer;
  display: block;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
  width: 100%;
}

.form__required {
  color: #ff583d;
}

.form__input {
  background-color: #ffffff;
  border: 1px solid rgb(175 177 184) !important;
  border-radius: 0.5rem;
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  height: 42px;
  letter-spacing: 0.02em;
  line-height: 2.625rem;
  margin-bottom: 1rem;
  padding: 0 0.75rem;
  width: 100%;
  appearance: none;
  background-position: calc(100% - 0.5rem) 50%;
  background-repeat: no-repeat;
  background-size: 18px auto;
  outline: none;
  padding-right: calc(18px + 0.5rem);
}

.invester__info_wrapper .form__input {
  margin-bottom: 0;
}

.invester__info_wrapper fieldset {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
}

.form__group--error .form__input {
  border-color: #ff583d;
}

.modal .form__input {
  width: 100%;
}

.modal--small .form__input {
  width: 100%;
}

.form__input--md {
  width: calc(var(--base-input-size) * 2);
}

.modal .form__input--md {
  width: calc(var(--base-input-size) * 2);
}

.form__input--lg {
  width: calc(var(--base-input-size) * 3);
}

.modal .form__input--lg {
  width: calc(var(--base-input-size) * 3);
}

.form__input--search {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 3rem;
}

.form__input--textarea {
  height: 100px;
  line-height: 1.375;
}

.form__input--select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20class%3D%27icon%20icon--arrow-down%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2017.16%2017.16%27%20width%3D%2717.16%27%20height%3D%2717.16%27%3E%3Cpath%20fill%3D%27%23323041%27%20d%3D%27m11.38%205.79-3.1%203.28L5%205.97l-.95%201.01%204.29%204.06%204.06-4.29-1.01-.95Z%27%2F%3E%3C%2Fsvg%3E);
  background-position: calc(100% - 1rem) 50%;
  background-repeat: no-repeat;
  background-size: 12px auto;
  line-height: 1;
  padding-right: 2.5rem;
}

.form__group--error .form__input--select {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20class%3D%27icon__arrow--down-half%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2030%2017.89%27%20width%3D%2730%27%20height%3D%2717.89%27%3E%3Cpath%20fill%3D%27%23ff583d%27%20d%3D%27M28%20.05a2.39%202.39%200%20011.4.5%201.92%201.92%200%2001.1%202.79l-12.86%2014a2%202%200%2001-1.49.6%202%202%200%2001-1.5-.6l-13.1-14A1.92%201.92%200%2001.65.55a1.92%201.92%200%20012.79.1L15.1%2013%2026.46.65A2.2%202.2%200%200128%20.05z%27%2F%3E%3C%2Fsvg%3E);
}

.form__input--select[disabled] {
  background-image: none !important;
}

.form__input--select::-ms-expand {
  display: none;
}

.form__input--multiselect {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: auto;
  line-height: 1;
  margin-bottom: 0.5rem;
  min-height: 125px;
  padding-bottom: 0.5rem;
  padding-right: 2.5rem;
  padding-top: 0.5rem;
  position: relative;
  width: 100%;
}

#NumbersOfPortfolio {
  width: 150px;
}

.form__input--multiselect[disabled] {
  display: none;
}

#SuitabilityCustodianRepNumber {
  display: inline-block;
  /*margin-left: -25px;*/
  width: 450px;
}

.form__input.on__one__line {
  display: inline-block;
  height: 40px;
  /*float: right;*/
  width: 430px;
}

#RegisterSubmit {
  margin-left: 25px;
  margin-top: 14px;
}

/*.form--columns:after {
    float: right;
}*/

.rightCol {
  float: right;
}

.form__input--text on__one__line {
  color: rgba(51, 48, 66, 0.5);
  cursor: pointer;
  display: block;
  font-size: 0.625rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin-bottom: 0.25rem;
  margin-right: 0.8rem;
  text-transform: uppercase;
}

.form__input[disabled] {
  background-color: #d6d5d9;
  border-color: #d6d5d9;
  color: #323041;
}

.form__input--checkbox,
.form__input--radio {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}

.form__input--checkbox + input + .form__label,
.form__input--checkbox + .form__label,
.form__input--radio + input + .form__label,
.form__input--radio + .form__label {
  margin-right: 1rem;
  position: relative;
  font-size: 0.75rem;
  font-weight: 400;
  white-space: pre-line;
  display: flex;
}

.form__input--checkbox + input + .form__label:before,
.form__input--checkbox + .form__label:before,
.form__input--radio + input + .form__label:before,
.form__input--radio + .form__label:before {
  -webkit-transition-duration: 300ms;
  -webkit-transition-property: border;
  background-color: transparent;
  border: 2px solid rgb(128, 127, 140);
  border-radius: 0.125rem;
  content: "";
  display: block;
  left: 0;
  top: 2px;
  transition-duration: 300ms;
  transition-property: border;
  height: 13px;
  min-height: 13px;
  width: 13px;
  min-width: 13px;
  margin-right: 0.5rem;
  align-self: center;
}

.sidebar .form__input--checkbox + input + .form__label:before,
.sidebar .form__input--checkbox + .form__label:before,
.sidebar .form__input--radio + input + .form__label:before,
.sidebar .form__input--radio + .form__label:before {
  border-color: var(--main-color2);
}

.form__input--checkbox:checked + input + .form__label:after,
.form__input--checkbox:checked + .form__label:after,
.form__input--radio:checked + input + .form__label:after,
.form__input--radio:checked + .form__label:after {
  background-color: var(--main-color2);
}

.sidebar .form__input--checkbox:checked + input + .form__label:after,
.sidebar .form__input--checkbox:checked + .form__label:after,
.sidebar .form__input--radio:checked + input + .form__label:after,
.sidebar .form__input--radio:checked + .form__label:after {
  background-color: var(--main-color2);
}

.form__input--checkbox:checked + input + .form__label:before,
.form__input--checkbox:checked + .form__label:before,
.form__input--radio:checked + input + .form__label:before,
.form__input--radio:checked + .form__label:before {
  background-color: var(--main-color2);
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2710.847%27%20height%3D%278.6%27%20viewBox%3D%270%200%2010.847%208.6%27%3E%3Cpath%20d%3D%27m3.804%207.893-3.1-3.1.85-.85L3.801%206.19%209.286.705l.85.85Z%27%20fill%3D%27%23fff%27%20stroke%3D%27%23fff%27%2F%3E%3C%2Fsvg%3E);
  border-color: var(--main-color2);
}

.sidebar .form__input--checkbox:checked + input + .form__label:before,
.sidebar .form__input--checkbox:checked + .form__label:before,
.sidebar .form__input--radio:checked + input + .form__label:before,
.sidebar .form__input--radio:checked + .form__label:before {
  border-color: var(--main-color2);
}

.form__input--checkbox--alt:checked + input + .form__label:before,
.form__input--checkbox--alt:checked + .form__label:before,
.form__input--radio:checked + input + .form__label:before,
.form__input--radio:checked + .form__label:before {
  background-color: var(--main-color2);
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2710.847%27%20height%3D%278.6%27%20viewBox%3D%270%200%2010.847%208.6%27%3E%3Cpath%20d%3D%27m3.804%207.893-3.1-3.1.85-.85L3.801%206.19%209.286.705l.85.85Z%27%20fill%3D%27%23fff%27%20stroke%3D%27%23fff%27%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 10px auto;
}

.form__input--checkbox--alt + input + .form__label:before,
.form__input--checkbox--alt + .form__label:before,
.form__input--radio + input + .form__label:before,
.form__input--radio + .form__label:before {
  border-color: hsl(0, 0%, 40%);
}

.form__description {
  font-size: 0.875rem;
  font-style: italic;
  padding: 0 0.75rem;
  text-transform: none;
}

.form__group--error .form__description {
  color: #ff583d;
}

.form__note {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0 0.25rem 2rem;
}

.form__note-above {
    font-size: 0.875rem;
    font-weight: 400;
    padding: 1rem 0rem;
}

.form__note-link {
  color: #2c788a;
  font-size: 0.625rem;
  line-height: 1.3;
  padding-left: 1rem;
  text-decoration: none;
}

.form__note-link:hover {
  text-decoration: underline;
}

.form__item-meta {
  display: none;
}

.form__item-meta .form__columns {
  display: none;
}

.form__item-meta .form__item {
  margin-bottom: 0;
}

.form__item-meta input,
.form__item-meta select {
  margin-bottom: 0;
}

.form__item-meta--active {
  display: block;
}

.form__item-meta--form-add-active .form__item-meta-link {
  display: none;
}

.form__item-meta--form-add-active .form__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form__item-meta--form-add-active hr {
  margin-bottom: 0.875rem;
  margin-top: 0;
  width: 100%;
}

.form__item-meta-link {
  background-color: transparent;
  border: 0;
  color: #2c788a;
  cursor: pointer;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.3;
  padding: 0 1rem 0 0;
  text-decoration: none;
}

.form__item-meta-link:hover {
  text-decoration: underline;
}

.form__item-meta-link--alt {
  color: #333042;
}

@media (min-width: 40em) {
  .form--theme01 {
    padding: 3rem;
  }

  .form--columns,
  .form__columns {
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  /* .modal .form--columns, */
  .modal .form__columns {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    column-count: 3;
    column-gap: 40px;
    justify-content: flex-start;
  }
}

.form__column--1 {
  color: #32304c;
  cursor: pointer;
  display: block;
  font-size: 0.725rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin-bottom: 0.25rem;
  margin-right: 0.8rem;
  text-transform: uppercase;
}

.form__column--2 {
  width: calc(50% - 1rem);
}

.form__column--3 {
  width: calc(50% - 1rem);
  /*margin-right: 6px;*/
}

.form__column--4 {
  width: calc(50% - 1rem);
}

.form--columns .form__item,
.form__columns .form__item {
  margin-right: 1.5rem;
}

/* .form--columns .form__item:last-child,
.form__columns .form__item:last-child {
  margin-right: 0rem;
} */

.form__column-inner {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  width: calc(50% - 0.75rem);
}

@media (min-width: 50em) {
  .form__column--2 {
    width: calc(50% - (4rem / 3) / 2);
  }

  .form__column--3 {
    width: calc(33.3334% - 1rem);
  }

  .form__column--4 {
    width: calc(25% - 1rem);
  }

  .form__group--modal {
    -ms-flex-align: end;
    -ms-flex-pack: justify;
    -webkit-box-align: end;
    -webkit-box-pack: justify;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }

  .form__group--modal .form__item {
    width: 65%;
  }

  .form__group--modal .form__note {
    padding: 0;
    width: 30%;
  }
}

@media (min-width: 80em) {
  .form--theme01 {
    padding: 5rem 0;
  }

  .form--theme01 .form__group {
    margin: 0 auto 1rem;
    max-width: 1120px;
  }
}

.header {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  align-items: center;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1600px;
  /*    padding: 2rem 1rem;
*/
}

.page_header {
  font-size: 1.525rem;
}

.header .heading--h1 {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

@media (min-width: 60em) {
  .header {
    -ms-flex-align: start;
    -ms-flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-align: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    align-items: flex-start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-left: 3.375rem;
    padding-right: 3.375rem;
    padding-top: 0;
  }

  .breadcrumb + .header {
    padding-top: 0;
  }

  .header .heading--h1 {
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0;
  }
}

.main {
  padding: 2rem 1rem 2rem 1rem;
  position: relative;
  z-index: 2;
}

@media (min-width: 50em) {
  .main {
    margin: 0 auto;
    /* Added 1 rem to bottom to add space for buttons, was zero*/
    padding: 0 0 1rem;
    width: 100%;
  }

  .sidebar + .main {
    width: 100vw;
    padding-left: 1.5rem;
    min-height: 100vh;
  }

  .dashboard .main {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 2.5rem;
    padding-right: 0rem;
    padding-top: 0rem;
    width: 64%;
  }
}

.modal {
  display: none;
}

#add-interestedparty-modal-contents {
  height: calc(103% - 109px - 1rem);
}

.conwayUniversalPopupContainer,
.popupWindow {
  background: rgba(90, 90, 90, 0.5);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000000000;
}

.modal--small {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
}

.modal__wrap {
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  -webkit-transform: translateX(-50%);
  background: #ffffff;
  border-radius: 0.5rem;
  bottom: 1rem;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  left: 50%;
  margin: 0 auto 2rem;
  max-width: 982px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  /* top needs to be 2 for bigger popups, was 8rem previously */
  top: 2rem;
  transform: translateX(-50%);
  width: 80%;
}

.modal__wrap.PEModel {
  -webkit-transform: translateX(-50%);
  background: #ffffff;
  border-radius: 0.5rem;
  bottom: 1rem;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  left: 50%;
  margin: 0 auto 2rem;
  max-width: 982px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 8rem;
  transform: translateX(-50%);
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  width: 80%;
}

.modal__wrap.verticalCenter {
  top: 50%;
  transform: translate(-50%, -50%);
}

.modal--sub .modal__wrap {
  bottom: calc(5rem + 30px);
  max-width: 902px;
  top: calc(6rem + 30px);
  width: calc(80% - 80px);
}

.modal--small .modal__wrap {
  bottom: auto;
  margin-bottom: 0;
  max-width: 480px;
  padding-bottom: 2rem;
}

.modal--medium .modal__wrap {
  bottom: auto;
  margin-bottom: 0;
  max-width: 730px;
  padding-bottom: 2rem;
}

.modal__inner {
  height: calc(100% - 130px);
  margin: 0 0.75rem;
  overflow: auto;
  padding: 0.625rem 2.25rem 2.25rem;
}

.modal__close {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 82px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 0;
  text-indent: -999rem;
  top: 0;
  width: 82px;
}

.modal__close::after {
  -webkit-transform: rotate(45deg);
  background-color: transparent;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20data-name%3D%27Group%2010%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%279.668%27%20height%3D%279.668%27%20viewBox%3D%270%200%209.668%209.668%27%3E%3Cpath%20data-name%3D%27Line%201%27%20fill%3D%27none%27%20stroke%3D%27%23323041%27%20stroke-miterlimit%3D%2710%27%20stroke-width%3D%272%27%20d%3D%27M4.834%200v9.668%27%2F%3E%3Cpath%20data-name%3D%27Line%202%27%20fill%3D%27none%27%20stroke%3D%27%23323041%27%20stroke-miterlimit%3D%2710%27%20stroke-width%3D%272%27%20d%3D%27M9.668%204.834H0%27%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 10px 10px;
  border: 2px solid #323041;
  border-radius: 50%;
  content: "";
  height: 24px;
  transform: rotate(45deg);
  width: 24px;
}

.modal__close:hover:after {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20data-name%3D%27Group%2010%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%279.668%27%20height%3D%279.668%27%20viewBox%3D%270%200%209.668%209.668%27%3E%3Cpath%20data-name%3D%27Line%201%27%20fill%3D%27none%27%20stroke%3D%27%23ff583d%27%20stroke-miterlimit%3D%2710%27%20stroke-width%3D%272%27%20d%3D%27M4.834%200v9.668%27%2F%3E%3Cpath%20data-name%3D%27Line%202%27%20fill%3D%27none%27%20stroke%3D%27%23ff583d%27%20stroke-miterlimit%3D%2710%27%20stroke-width%3D%272%27%20d%3D%27M9.668%204.834H0%27%2F%3E%3C%2Fsvg%3E);
  border-color: #ff583d;
}

.modal__headline {
  background-color: #e6eaec;
  font-size: 1.75rem;
  line-height: 2.125rem;
  margin-bottom: 1rem;
  padding: 1.5rem 3rem;
}

.modal--danger .modal__headline {
  background-color: #f7c0be;
}

.modal__copy {
  color: #333042;
  margin-bottom: 2rem;
  max-width: 534px;
}

.modal__copy h2 {
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
  text-transform: none;
}

.modal__copy p {
  font-weight: 400;
}

.modal {
  display: none;
  width: 100%;
}

.modal.popup {
  padding: 20px;
}

@media (min-width: 50em) {
  .modal {
    width: 725px;
  }
}

.nav {
  background: #e2e2e2;
  color: #ced5dd;
  position: relative;
  width: 100%;
  z-index: 10;
}

.nav__wrap {
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
}

.nav__controls {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  align-items: center;
  background: #e2e2e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding: 0;
  position: relative;
  width: 100%;
  z-index: 10;
}

.nav__options {
  -webkit-transform: translateY(-100%);
  -webkit-transition-duration: 300ms;
  -webkit-transition-property: opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
  display: inline-block;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 100%;
  transform: translateY(-100%);
  transition-duration: 300ms;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-timing-function: ease;
  width: 80%;
  z-index: 5;
}

.nav--is-active .nav__options {
  -webkit-transform: translateY(0);
  opacity: 1;
  transform: translateY(0);
}

.nav__utility-user {
  display: none;
}

.nav__utility-link {
  -webkit-transition: background-color 300ms ease;
  border: 0;
  border-radius: 0.6rem;
  font-size: 0.75rem;
  padding: 0.25rem 0.75rem;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 300ms ease;
  white-space: nowrap;
  background: #ced5dd;
  color: #000000;
  font-weight: bold;
}

.nav__utility-link:hover {
  background-color: #ced5dd;
  border-color: #ffffff;
  color: #000000;
}

@media (min-width: 30em) {
  .nav__options {
    width: 50%;
  }
}

@media (min-width: 70em) {
  .nav {
    z-index: 3;
  }

  .nav__wrap {
    -ms-flex-align: end;
    -ms-flex-pack: justify;
    -webkit-box-align: end;
    -webkit-box-pack: justify;
    align-items: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 0 2.438rem 0 2.188rem;
    position: relative;
  }

  .nav__controls {
    -webkit-box-shadow: none;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
    position: static;
    width: 271px;
  }

  .nav__options {
    -webkit-transform: none;
    background-color: transparent;
    opacity: 1;
    padding: 0;
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: calc(100% - 271px);
  }

  .nav__utility {
    -ms-flex-align: center;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -webkit-box-pack: end;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 2.438rem;
    top: 0;
    width: 50vw;
  }

  .nav__utility-user {
    color: #ffffff;
    display: block;
    font-size: 0.875rem;
    margin-right: 1.5rem;
    text-align: right;
    text-transform: uppercase;
    width: 100%;
  }

  .nav__utility-link {
    border-radius: 0 0 0.5rem 0.5rem;
    white-space: nowrap;
  }
}

.progress {
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  border: 1px solid #d6d6d6;
  border-radius: 0.25rem;
  counter-reset: listNumbering;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 3rem;
  overflow: hidden;
  padding: 0;
}

.progress__step {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-transition-duration: 300ms;
  -webkit-transition-property: background;
  -webkit-transition-timing-function: ease;
  align-items: center;
  background: #f8f8f8;
  counter-increment: listNumbering;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.625rem;
  height: 30px;
  justify-content: center;
  list-style: none;
  position: relative;
  transition-duration: 300ms;
  transition-property: background;
  transition-timing-function: ease;
  width: 20%;
}

.progress__step:before,
.progress__step:after {
  -webkit-transition-duration: 300ms;
  -webkit-transition-property: border;
  -webkit-transition-timing-function: ease;
  border-bottom: 15px solid transparent;
  border-left: 11px solid #f8f8f8;
  border-top: 15px solid transparent;
  bottom: 0;
  content: "";
  height: 0;
  left: 0;
  position: absolute;
  transition-duration: 300ms;
  transition-property: border;
  transition-timing-function: ease;
  width: 0;
  z-index: 2;
}

.progress__step:after {
  border-left-color: #d6d6d6;
  left: 1px;
  z-index: 1;
}

.progress__step:first-child {
  border-radius: 0.25rem 0 0 0.25rem;
}

.progress__step:first-child:before,
.progress__step:first-child:after {
  display: none;
}

.progress__step:last-child {
  border-radius: 0 0.25rem 0.25rem 0;
  margin-right: auto;
}

.progress__step--previous {
  background-color: #ffffff;
}

.progress__step--previous:after {
  border-bottom-color: #ffffff;
  border-top-color: #ffffff;
}

.progress__step--previous + .progress__step:before {
  border-left-color: #ffffff;
}

.progress__step--previous:hover {
  background-color: #a6a6a6;
  z-index: 10;
}

.progress__step--previous:hover:after {
  border-bottom-color: #a6a6a6;
  border-top-color: #a6a6a6;
}

.progress__step--previous:hover + .progress__step:before {
  border-left-color: #a6a6a6;
  z-index: 10;
}

.progress__step--current {
  background: var(--main-color);
  color: #ffff;
}

.progress__step--current:after {
  border-bottom-color: var(--main-color);
  border-top-color: var(--main-color);
}

.progress__step--current + .progress__step:before {
  border-left-color: var(--main-color);
}

.progress__link {
  color: #363748;
  text-decoration: none;
}

.progress__link:hover {
  color: #363748;
}

.progress__label {
  display: inline-block;
  text-indent: -9999rem;
}

.progress__label:before {
  content: "Step " counter(listNumbering);
  font-size: 0.75rem;
  height: 100%;
  left: calc(9999rem + 0.75rem + 5px);
  line-height: 1.875rem;
  position: absolute;
  top: 0;
  width: 100%;
}

.progress__step:first-child .progress__label:before {
  left: calc(9999rem + 0.75rem);
}

.progress__step--previous .progress__label:after {
  -webkit-transition-duration: 300ms;
  -webkit-transition-property: opacity;
  -webkit-transition-timing-function: ease;
  background-color: var(--main-color);
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  opacity: 1;
  position: absolute;
  transition-duration: 300ms;
  transition-property: opacity;
  transition-timing-function: ease;
  width: calc(100% + 0.5rem);
  z-index: 3;
}

.progress__step--previous:hover .progress__label:after {
  opacity: 0;
}

@media (min-width: 40em) {
  .progress__label:before {
    left: calc(9999rem + 0.75rem + 12px);
  }
}

@media (min-width: 50em) {
  .progress__step {
    padding: 0 1.625rem 0 3.25rem;
  }

  .progress__step:before,
  .progress__step:after {
    border-left-width: 25px;
  }

  .progress__step:after {
    border-left-width: 25px;
  }

  .progress__step:first-child {
    padding-left: 1.625rem;
  }

  .progress__step:last-child {
    margin-right: 0;
  }

  .progress__label {
    text-indent: 0;
  }
}

@media (min-width: 80em) {
  .progress__step {
    font-size: 1rem;
    height: 48px;
  }

  .progress__step:before,
  .progress__step:after {
    border-bottom-width: 24px;
    border-left-width: 24px;
    border-top-width: 24px;
  }
}

.sidebar {
  padding: 1rem 0.75rem;
  position: relative;
  z-index: 2;
  background-color: #f5f5f5;
  color: #000000;
  font-family: "Montserrat", "Gill Sans", "Gill Sans MT", Calibri, sans-serif;
  font-weight: 500;
  position: relative;
}

.sidebar .filter:first-of-type {
  margin-top: 0;
}

.sidebar .filter {
  margin-top: 1rem;
}

.sidebar .filter .filter--vehicle {
  cursor: pointer;
}

.sidebar .filter .heading--h3 {
  margin: 0.4rem;
  font-size: 0.85rem;
  color: rgb(49, 49, 49);
  font-weight: 600;
  width: 96%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sidebar .filter .heading--h3:hover {
  cursor: pointer;
}

.sidebar .filter .icon__arrow--up-half {
  float: right;
}

.sidebar .filter .button {
  color: #ffffff;
  font-weight: 500;
}

.sidebar .filter--vehicle hr {
  margin-bottom: 0;
}

.sidebar .filter--vehicle .vehicle {
  background: rgba(3, 27, 42, 0.61);
  border-top: 1px solid #ffffff;
}

.sidebar .filter--vehicle .vehicle .vehicle__list {
  list-style-type: none;
  padding-bottom: 0.2rem;
  padding-left: 0.5rem;
}

.sidebar .filter--vehicle .vehicle .vehicle__list .vehicle__item {
  font-size: 0.875rem;
  font-weight: normal;
  margin: 1.125rem 0;
}

.sidebar .clear__wrapper {
  background: #ced5dd;
  color: #000000;
  margin: 0;
  background: none !important;
  color: rgb(49, 49, 49);
  padding-bottom: 0;
  padding-top: 0;
}

.sidebar .clear__wrapper button {
  color: rgb(49, 49, 49);
  text-transform: none;
  font-weight: 500;
}
.sidebar .clear__wrapper span {
  font-size: 0.75rem !important;
}
.sidebar .clear__wrapper .icon__close {
  margin-right: 0;
  height: 18px;
}

.sidebar .filter__clear {
  display: block;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1.5;
  position: relative;
  text-indent: 2.5rem;
  white-space: nowrap;
}

.filter_wrapper {
  height: fit-content;
  max-height: 35vh;
  overflow: auto;
  scrollbar-color: #e6e6e6;
  scrollbar-width: thin;
  overscroll-behavior-x: none;
  overflow-x: hidden;
}

.sidebar .fund-search {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

.sidebar .fund-search .form__item {
  margin-bottom: 0;
  width: calc(100% - 118px - 1rem);
}

.sidebar .form__label {
  color: rgb(49, 49, 49) !important;
  padding-left: 0;
  display: flex;
}

.sidebar .divider {
  margin: 0;
  margin-bottom: 0.5rem;
  border: none;
  height: 1px;
  color: rgb(128, 127, 140);
  background-color: rgb(128, 127, 140);
}

.subdivider {
  width: 100% !important;
}

@media (min-width: 50em) {
  .sidebar {
    width: 14%;
  }

  .dashboard .sidebar {
    -webkit-box-shadow: -2.5px 0 2.5px 0 rgba(1, 1, 1, 0.375);
    box-shadow: -2.5px 0 2.5px 0 rgba(1, 1, 1, 0.375);
    padding-left: 1rem;
    padding-right: 1rem;
    width: 36%;
  }

  .sidebar .filter--inner {
    margin-left: 0.8rem;
    margin-bottom: 1rem;
    text-wrap: nowrap;
  }

  .sidebar .filter--inner .divider {
    margin: 0;
    margin-bottom: 0.5rem;
    border: none;
    height: 1px;
    color: rgb(128, 127, 140);
    background-color: rgb(128, 127, 140);
  }
}

.sidebar .form__input--radio + .form__label:before {
  align-self: flex-start;
  margin-top: 4px;
}

@media (min-width: 80em) {
  .dashboard .sidebar {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

.pendingTransactionSum {
  background: #ffffff;
  color: #000000;
  font-weight: bold;
}

.pendingTransactionArrow {
  margin-top: 0px;
  height: 22px;
  width: 21px;
  transition-duration: 300ms;
  transition-property: transform;
}

.pendingTransactionFilterHeader:hover .icon__arrow--right {
  cursor: pointer;
}

.pendingTransactionFilterHeader:hover .icon__arrow--right .active {
  cursor: pointer;
  display: block;
}

.pendingTransactionFilterHeader .pendingTransactionArrow.selected .active {
  color: #a6a6a6;
}

.steps {
  margin: 0 0 3rem;
  padding: 0;
  position: relative;
}

.pendingTransactionArrow.selected {
  transform: rotate(180deg);
}

.steps__step {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 1.75rem 0 0.75rem;
  position: relative;
}

.steps__step:before {
  background-color: #ced5dd;
  border-radius: 50%;
  content: "";
  display: block;
  height: 1.5rem;
  margin-right: 0.5rem;
  width: 1.5rem;
  z-index: 5;
}

.steps__step:after {
  background-color: #ced5dd;
  content: "";
  height: 100%;
  left: 9px;
  position: absolute;
  top: 0;
  width: 6px;
  z-index: 4;
}

.steps__step:first-child {
  padding-top: 0;
}

.steps__step:last-child {
  padding-bottom: 0;
}

.steps__step--previous:before {
  background-color: var(--main-color2);
  border-left-color: var(--main-color2);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0iaWNvbl9fY2hlY2ttYXJrLS1jaGVja2JveCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTIgMTAiIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMCI+CiAgPHBvbHlnb24gcG9pbnRzPSIxMiAxLjc5IDEwLjI5IDAgNC4wNiA2LjUgMS43MSA0LjA0IDAgNS44MyAzLjk5IDEwIDQuMDYgOS45MyA0LjEzIDEwIDEyIDEuNzkiIGZpbGw9IiNmZmYiLz4KPC9zdmc+Cg==);
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.steps__step--previous:after {
  background-color: var(--main-color2);
}

.steps__label {
  font-size: 0.75rem;
  font-weight: 700;
}

@media (min-width: 40em) {
  .steps {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    overflow: hidden;
  }

  .steps__step {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
    padding: 0 2rem;
  }

  .steps__step:before {
    height: 3rem;
    margin-bottom: 1rem;
    margin-right: 0;
    width: 3rem;
  }

  .steps__step:after {
    height: 6px;
    left: 0;
    top: 21px;
    width: 100%;
  }

  .steps__step:first-child:after {
    left: 50%;
    width: 50%;
  }

  .steps__step:last-child:after {
    right: 50%;
    width: 50%;
  }

  .steps__step--previous:before {
    background-size: 1.5rem auto;
  }

  .steps__step--previous:before {
    background-size: 1.5rem auto;
  }

  .steps__step--future:not(:first-child) .steps__label:before {
    background-color: #efece8;
    content: "";
    height: 6px;
    left: -62px;
    position: absolute;
    top: 21px;
    width: 62px;
    z-index: 3;
  }

  .steps__label {
    text-align: center;
    width: 10rem;
  }
}

@media (min-width: 50em) {
  .steps__label {
    font-size: 1rem;
    width: 12rem;
  }
}

#LoginReportsTable,
.table {
  margin-bottom: 1rem;
  overflow-x: auto;
  width: 100%;
  border-radius: 0.5em;
}

.card #LoginReportsTable,
.card .table {
  margin-bottom: 0;
}

#ioiSummaryTableDetails tr,
#ioiSummaryTableDetails tbody tr:nth-child(even) {
  background-color: #ffffff;
  border-top: none;
  color: #363748;
}

.submitTransaction__header {
  background-color: white;
  color: black;
  padding-left: 0.65rem !important;
  padding-bottom: 0.4rem !important;
  padding-top: 0.4rem !important;
  font-size: 0.85rem;
  line-height: 1.25rem;
  text-align: left;
  font-weight: bold;
  margin-bottom: 0;
  text-transform: math-auto;
}

span.submitTransaction__header {
  line-height: 2.2rem;
  font-size: 0.95rem;
}

table {
  color: var(--primary-font-color);
}

table {
  color: var(--primary-font-color);
}

.table__table {
  border-collapse: collapse;
  font-size: 0.875rem;
  margin-bottom: 1rem;
  width: 100%;
}

.table--basic .table__table {
  -webkit-box-shadow: none;
  border-bottom-color: #d6d6d6;
  border-left: 0;
  border-right: 0;
  box-shadow: none;
}

.card .table__table {
  border-bottom: 0;
  margin-bottom: 0;
}

.table__table thead tr {
  background-color: #063654;
  color: #ffffff;
}

.table__table tbody tr {
  background-color: #ffffff;
  border-top: 1px solid #d6d6d6;
  color: #363748;
}

.table__table tbody tr:hover {
  background-color: #d6d6d6;
}

.table__table th {
  line-height: 1.25rem;
  padding: 1rem 0.5rem;
  text-align: left;
}

#LoginReportsTable .table__table th {
  border-right: 1px solid #063654;
  /* white-space: nowrap;*/
}

#LoginReportsTable .table__table th:last-child {
  border-right: 0;
}

.table__table td {
  padding: 1rem 0.5rem;
  text-align: left;
  text-transform: math-auto;
  vertical-align: top;
}

#LoginReportsTable .table__table td {
  border-right: 1px solid #d6d6d6;
  /*white-space: nowrap;*/
}

#LoginReportsTable .table__table td:last-child {
  border-right: 0;
}

thead .table__row,
.table__head .table__row {
  background-color: white;
  color: var(--primary-font-color);
}

tbody .table__row,
.table__body .table__row {
  background-color: #ffffff;
  border-top: 1px solid #d6d6d6;
  color: var(--primary-font-color);
}

tbody .table__row:hover,
.table__body .table__row:hover {
  background-color: #d6d6d6;
}

.table--basic tbody .table__row,
.table--basic .table__body .table__row {
  background-color: transparent !important;
  border: 0;
}

.table__heading {
  line-height: 1.25rem;
  padding: 1rem 0.5rem;
  text-align: left;
  background-color: white;
  border-style: inherit;
  color: #ffffff;
}

.table--basic .table__heading:first-child {
  padding-left: 1.5rem;
}

.table__heading--right {
  text-align: right;
}

.table__heading-wrapper {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  letter-spacing: 0.08em;
  text-align: left;
  text-transform: uppercase;
}

.table__heading-container {
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-left: 1rem;
}

.table__heading-button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: 100%;
}

.table__heading-button--active .icon__arrow--up-half,
.table__heading-button--active .icon__arrow--down-half {
  color: #ffffff;
}

.table__cell {
  padding: 2rem 0.5rem;
  text-align: left;
  text-transform: uppercase;
  vertical-align: top;
}

.table--basic .table__cell {
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.table__foot .table__cell {
  padding-bottom: 1.25rem;
}

.form .table__cell {
  vertical-align: top;
}

.table--basic .table__body > .table__row td,
.table--basic .table__body > .table__row .table__cell {
  padding-top: 2rem;
}

.table__note {
  color: #199f85;
  display: block;
  font-size: 0.875rem;
  font-style: italic;
  padding-top: 0.5rem;
}

.title-bar__headline {
  margin-bottom: 0;
  padding-bottom: 2rem;
  padding-top: 1rem;
}

@media (min-width: 50em) {
  .title-bar {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 2rem;
  }

  .title-bar__headline {
    font-size: 1.875rem;
    padding-top: 2rem;
  }
}

.viewer {
  margin: 3rem auto 0;
  max-width: 860px;
  position: relative;
}

.viewer__wrap {
  padding-bottom: 129.41%;
  position: relative;
}

.viewer__iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.legend {
  -ms-flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin: 0 auto 0;
  position: relative;
}

.legend__icons-list {
  float: left;
  list-style-type: none;
  margin-left: 5px;
  padding: 0 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.legend__icon {
  margin: 1rem 0;
}

.legend__icon-image {
  float: left;
  width: 42px;
}

.legend__icon.clickable {
  cursor: pointer;
}

.legend__icon-text {
  font-size: 0.875rem;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 2.4rem;
  margin: 0 1.5rem 0 0.5rem;
}

.legend--narrow {
  margin: 0 auto;
  padding: 0;
}

.legend__left .legend__icons-list {
  top: 0;
}

.legend__left {
  min-height: 106px;
}

.legend__right .search__container {
  background: #ffffff;
  color: var(--main-color2);
  border-radius: 0.625rem;
  padding: 1rem;
}

.legend__right .form__item {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-bottom: 0;
  width: 100%;
}

.legend__right .form__item .form__input--search {
  border-radius: 0.4375rem;
  margin-bottom: 1.2rem;
  min-width: 4.5rem;
}

.legend__right .form__item .button {
  margin-bottom: 0;
  margin-right: 0;
}

@media (min-width: 30em) {
  .legend__right {
    max-width: 524px;
    min-width: 524px;
  }

  .legend__right .form__item {
    -ms-flex-direction: row;
    -ms-flex-pack: justify;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    flex-direction: row;
    justify-content: space-between;
  }

  .legend__right .form__item .form__input--search {
    margin-bottom: 0;
    width: calc(100% - 118px - 1rem);
  }
}

@media (min-width: 50em) {
  .legend {
    padding: 0;
  }

  .legend--narrow {
    padding: 0 2.438rem 0 5.625rem;
  }
}

.iconWrapperCentered {
  margin-left: 0;
  margin-right: auto;
}

@media (min-width: 60em) {
  .legend {
    -ms-flex-align: center;
    -ms-flex-direction: row;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .legend--narrow {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .legend__icons-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .legend__icons-list .legend__icon .legend__icon-image {
    width: 2.625rem;
  }

  .legend--narrow .legend__icons-list {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    flex-direction: column;
  }

  .legend--narrow .legend__icon {
    margin-bottom: 0.5rem;
    margin-top: 0;
  }
}

@media (min-width: 80em) {
  .legend {
    margin-bottom: 0rem;
  }

  .legend__left {
    width: calc(100% - 524px 1rem);
  }

  .legend--narrow .legend__icons-list {
    -ms-flex-direction: row;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    flex-direction: row;
  }

  .legend--narrow .legend__icon {
    margin-bottom: 1rem;
    margin-top: 1rem;
  }
}

.watchlist {
  position: relative;
}

.watchlist .form__item {
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-pack: justify;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.watchlist .form__input {
  margin-right: 1.25rem;
  width: 80%;
}

.watchlist__message {
  margin: 0 auto 1.5rem;
  max-width: 250px;
  text-align: center;
}

.watchlist__message h3 {
  font-size: 1.375rem;
  text-transform: none;
}

.watchlist__message p {
  font-size: 0.9375rem;
}

.watchlist__chart {
  background-image: repeating-linear-gradient(
    to top,
    #cccccc,
    #cccccc 1px,
    #ffffff 1px,
    #ffffff 16.667%
  );
  border: solid #cccccc;
  border-width: 1px 1px 0;
  height: 300px;
  margin-bottom: 1.5rem;
  margin-left: 2rem;
  position: relative;
  width: calc(100% - 2rem);
}

.watchlist__bars {
  -ms-flex-align: end;
  -ms-flex-pack: distribute;
  -webkit-box-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: space-around;
  width: 100%;
}

.watchlist__bar {
  background-color: #063654;
  position: relative;
  width: 1.5rem;
}

.watchlist__bar:nth-child(3n + 2) {
  background-color: #18687b;
}

.watchlist__bar:nth-child(3n + 3) {
  background-color: #9bcb3f;
}

.watchlist__value {
  -webkit-transform: rotate(-45deg);
  bottom: calc(100% + 1rem);
  color: #363748;
  display: block;
  font-size: 0.625rem;
  left: 0;
  position: absolute;
  transform: rotate(-45deg);
}

.watchlist__increments {
  -ms-flex-align: end;
  -ms-flex-direction: column-reverse;
  -ms-flex-pack: justify;
  -webkit-box-align: end;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-box-pack: justify;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
  height: 102%;
  justify-content: space-between;
  left: -2rem;
  position: absolute;
  top: -1%;
  width: 2rem;
}

.watchlist__increment {
  font-size: 0.75rem;
  padding-right: 0.25rem;
}

@media (min-width: 50em) {
  .watchlist__bar {
    width: 1rem;
  }
}

@media (min-width: 80em) {
  .watchlist__bar {
    width: 2rem;
  }
}

.mapBucketList {
  -ms-flex-align: start;
  -ms-flex-wrap: wrap;
  -webkit-box-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  min-height: 1em;
}

.mapBucketList li {
  list-style: none;
}

.portfolioBuilderHeaderWrapper .pbButtonWrapper {
  background: whitesmoke;
}

.portfolioBuilderCategoriesMappedTo {
  background-color: #ffffff;
  position: relative;
  z-index: 3;
}

.portfolioBuilderCategoriesMappedTo li {
  background-color: #e6eaec;
  border-radius: 21px;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 0.25rem;
  margin-right: 0.25rem;
  padding: 5px 10px;
}

.portfolioBuilderCategoriesMappedTo li.mapBucketList__add {
  background-color: #ffffff;
  border-radius: 0;
  color: rgba(51, 48, 66, 0.5);
  font-style: italic;
  font-weight: 400;
  padding: 0;
}

.portfolioBuilderCategoriesMappedTo
  li.mapBucketList__add:hover
  button.mapBucketList__add-button {
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  background-color: #9bcb3f;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20data-name%3D%27Group%2010%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%279.668%27%20height%3D%279.668%27%20viewBox%3D%270%200%209.668%209.668%27%3E%3Cpath%20data-name%3D%27Line%201%27%20fill%3D%27none%27%20stroke%3D%27%23fff%27%20stroke-miterlimit%3D%2710%27%20stroke-width%3D%272%27%20d%3D%27M4.834%200v9.668%27%2F%3E%3Cpath%20data-name%3D%27Line%202%27%20fill%3D%27none%27%20stroke%3D%27%23fff%27%20stroke-miterlimit%3D%2710%27%20stroke-width%3D%272%27%20d%3D%27M9.668%204.834H0%27%2F%3E%3C%2Fsvg%3E);
  border-color: #ffffff;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.portfolioBuilderCategoriesMappedTo li > div {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.portfolioBuilderCategoriesMappedTo li button {
  -webkit-transform: rotate(45deg);
  background-color: transparent;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20data-name%3D%27Group%2010%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%279.668%27%20height%3D%279.668%27%20viewBox%3D%270%200%209.668%209.668%27%3E%3Cpath%20data-name%3D%27Line%201%27%20fill%3D%27none%27%20stroke%3D%27%23323041%27%20stroke-miterlimit%3D%2710%27%20stroke-width%3D%272%27%20d%3D%27M4.834%200v9.668%27%2F%3E%3Cpath%20data-name%3D%27Line%202%27%20fill%3D%27none%27%20stroke%3D%27%23323041%27%20stroke-miterlimit%3D%2710%27%20stroke-width%3D%272%27%20d%3D%27M9.668%204.834H0%27%2F%3E%3C%2Fsvg%3E);
  border: 0;
  cursor: pointer;
  height: 10px;
  margin-right: 0.25rem;
  padding: 0;
  text-indent: -999rem;
  transform: rotate(45deg);
  width: 10px;
}

.portfolioBuilderCategoriesMappedTo li button.mapBucketList__add-button {
  -webkit-transform: rotate(0);
  background-color: #ffffff;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20data-name%3D%27Group%2010%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%279.668%27%20height%3D%279.668%27%20viewBox%3D%270%200%209.668%209.668%27%3E%3Cpath%20data-name%3D%27Line%201%27%20fill%3D%27none%27%20stroke%3D%27%239bcb3f%27%20stroke-miterlimit%3D%2710%27%20stroke-width%3D%272%27%20d%3D%27M4.834%200v9.668%27%2F%3E%3Cpath%20data-name%3D%27Line%202%27%20fill%3D%27none%27%20stroke%3D%27%239bcb3f%27%20stroke-miterlimit%3D%2710%27%20stroke-width%3D%272%27%20d%3D%27M9.668%204.834H0%27%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 2px solid #9bcb3f;
  border-radius: 50%;
  height: 24px;
  transform: rotate(0);
  width: 24px;
}

.portfolioBuilderCategoriesAddTo {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: none;
  left: -1px;
  padding: 0.25rem 0;
  position: absolute;
  top: calc(100% + 1px);
  width: calc(100% + 2);
  z-index: 5;
}

.portfolioBuilderCategoriesAddTo li {
  font-weight: 500;
  line-height: 1.25;
  padding: 0.5rem 2rem;
  width: 100%;
}

.portfolioBuilderCategoriesAddTo li:hover {
  background-color: #e6eaec;
}

.portfolioBuilderCategoriesAddTo li button {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: block;
  padding: 0;
  text-align: left;
  width: 100%;
}

.hero {
  /*    margin-bottom: 1.5rem;
    padding-top: 1rem;*/
  position: relative;
  z-index: 4;
}

.hero__wrap {
  margin: 0 auto;
  max-width: 1600px;
  position: relative;
}

.hero__options {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.hero__options .form__item {
  width: 100%;
}

.hero__back {
  background-color: transparent;
  border: 0;
  color: #2c788a;
  cursor: pointer;
  font-size: 0.875rem;
  font-weight: 500;
  left: 0;
  line-height: 1.2857;
  padding: 0;
  position: absolute;
  top: -2rem;
}

.hero__headline {
  border-bottom: 2px solid #333042;
  color: #333042;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2083;
  margin-right: 1.5rem;
  max-width: 492px;
  padding-bottom: 0.5rem;
  text-transform: none;
  width: 100%;
}

.hero__note {
  font-size: 0.875rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2857;
}

.hero__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero__button {
  -ms-flex-align: center;
  -ms-flex-direction: column;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  align-items: center;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  margin-left: 1rem;
  padding: 0;
  position: relative;
  width: 56px;
}

.hero__button:hover {
  z-index: 2;
}

.hero__button--full-icon {
  -ms-flex-align: center;
  -ms-flex-direction: row;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: justify;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  align-items: center;
  background-color: #9bcb3f;
  border-radius: 1.5rem;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  flex-direction: row;
  height: 64px;
  justify-content: space-between;
  margin-top: -20px;
  padding-left: 0.625rem;
  padding-right: 1.25rem;
  padding-top: 0px;
  width: auto;
}

.hero__button--full-icon .icon__arrow--down-half {
  -webkit-transition-duration: 300ms;
  -webkit-transition-property: -webkit-transform;
  color: #ffffff;
  height: 7px;
  transition-duration: 300ms;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 14px;
}

.hero__button--full-icon:hover {
  background-color: #3cb64b;
}

.hero__button--full-icon:hover .icon__arrow--down-half {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.hero__tooltip {
  -webkit-transform: translate(-50%, 0);
  background-color: #333042;
  border-radius: 0.25rem;
  color: #c0cbd5;
  font-size: 0.5rem;
  left: 50%;
  line-height: 1.25;
  padding: 0.125rem 0.25rem;
  position: absolute;
  top: -1.25rem;
  transform: translate(-50%, 0);
  visibility: collapse;
  white-space: nowrap;
}

.hero__button:hover .hero__tooltip {
  visibility: visible;
}

.hero__tooltip::before {
  -webkit-transform: translate(-50%, 0);
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #333042;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 100%;
  transform: translate(-50%, 0);
  width: 0;
}

.hero__icon {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  -webkit-transition-duration: 300ms;
  -webkit-transition-property: background color;
  align-items: center;
  background-color: #ffffff;
  border-radius: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  height: 2.5125rem;
  justify-content: center;
  margin-bottom: 0.3125rem;
  transition-duration: 300ms;
  transition-property: background color;
  width: 2.6125rem;
}

.hero__button--theme01 .hero__icon {
  color: #9bcb3f;
}

.hero__button--theme02 .hero__icon {
  color: #18687b;
}

.hero__button--theme03 .hero__icon {
  color: #083654;
}

.hero__button--theme04 .hero__icon {
  color: #323041;
}

.hero__button--theme05 .hero__icon {
  color: #ff583d;
}

.hero__button--theme01:hover .hero__icon {
  background-color: #9bcb3f;
  color: #ffffff;
}

.hero__button--theme02:hover .hero__icon {
  background-color: #18687b;
  color: #ffffff;
}

.hero--export-is-active .hero__button--theme03 .hero__icon,
.hero__button--theme03:hover .hero__icon {
  background-color: #083654;
  color: #ffffff;
}

.hero__button--theme04:hover .hero__icon {
  background-color: #323041;
  color: #ffffff;
}

.hero__button--theme05:hover .hero__icon {
  background-color: #ff583d;
  color: #ffffff;
}

.hero__button--full-icon .hero__icon {
  background-color: transparent;
  margin-bottom: 0;
}

.hero__icon .icon,
.hero__icon svg,
.hero__icon img {
  height: 1.5rem;
  width: 1.5rem;
}

.hero__title {
  color: rgba(51, 48, 66, 0.6);
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.3;
}

.hero__button--full-icon .hero__title {
  border-right: 1px solid #ffffff;
  color: #ffffff;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.2222;
  margin-right: 0.875rem;
  padding-right: 1rem;
  white-space: nowrap;
}

.hero__submenu {
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  background-color: #ffffff;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  left: 0;
  margin: 0;
  padding: 0.25rem 0;
  position: absolute;
  top: 49px;
  visibility: collapse;
}

.hero__button:hover .hero__submenu {
  visibility: visible;
}

.hero__button--full-icon .hero__submenu {
  left: 1.125rem;
  top: 100%;
  width: calc(100% - 2.25rem);
}

.hero__submenu-item {
  list-style: none;
}

.hero__submenu-button {
  -webkit-transition-duration: 300ms;
  -webkit-transition-property: background;
  background-color: #ffffff;
  border: 0;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2857;
  padding: 0.5rem 1rem 0.5rem 2rem;
  text-align: left;
  transition-duration: 300ms;
  transition-property: background;
  white-space: nowrap;
  width: 100%;
}

.hero__submenu-button:hover {
  background-color: #e6eaec;
}

@media (min-width: 50em) {
  .hero__wrap {
    padding: 0 3.375rem;
  }
}

@media (min-width: 70em) {
  .hero__wrap {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }

  .hero__options {
    width: 100%;
  }

  .hero--default .hero__actions {
    padding-top: 1.0625rem;
  }
}

.select-hidden {
  display: none;
  padding-right: 10px;
  visibility: hidden;
}

.select {
  color: #333042;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  height: 45px;
  line-height: 1.6111;
  max-width: 603px;
  position: relative;
  width: 100%;
}

.export-options .select {
  font-size: 0.875rem;
  height: 38px;
  width: 150px;
}

.select-styled {
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  -webkit-transition: all 150ms ease-in;
  background-color: #ffffff;
  border-radius: 0.5rem;
  bottom: 0;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  height: 50px;
  left: 0;
  padding: 0.5rem 3rem 0.5rem 1.5rem;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 150ms ease-in;
}

.select-styled::after {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2715.999%27%20height%3D%279.452%27%20viewBox%3D%270%200%2015.999%209.452%27%3E%3Cpath%20id%3D%27Path_2%27%20data-name%3D%27Path%202%27%20d%3D%27M20.119%2C8.59%2C14%2C14.432%2C7.88%2C8.59%2C6%2C10.389l8%2C7.653%2C8-7.653Z%27%20transform%3D%27translate%28-6%20-8.59%29%27%2F%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 16px auto;
  content: "";
  height: 42px;
  position: absolute;
  right: 0.5rem;
  top: 0.0938rem;
  width: 42px;
}

.select-styled:active::after,
.select-styled.active::after {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2715.999%27%20height%3D%279.452%27%20viewBox%3D%270%200%2015.999%209.452%27%20style%3D%27transform%3A%20rotate%28180deg%29%3B%27%3E%3Cpath%20id%3D%27Path_2%27%20data-name%3D%27Path%202%27%20d%3D%27M20.119%2C8.59%2C14%2C14.432%2C7.88%2C8.59%2C6%2C10.389l8%2C7.653%2C8-7.653Z%27%20transform%3D%27translate%28-6%20-8.59%29%27%2F%3E%3C%2Fsvg%3E);
}

.export-options .select-styled {
  padding-left: 1rem;
}

.select-options {
  -webkit-filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  background-color: #ffffff;
  display: none;
  filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.16));
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0.5rem 0 0;
  position: absolute;
  right: 0;
  top: calc(100% - 0.5rem);
  z-index: 999;
}

.select-options li {
  -webkit-transition: all 300ms ease-in;
  line-height: 1.4444;
  margin: 0;
  padding: 0.75rem 1.5rem;
  transition: all 300ms ease-in;
}

.select-options li:hover {
  background: #e6eaec;
}

.select-options li[rel="hide"] {
  display: none;
}

.export-options .select-options li {
  padding-left: 1rem;
  padding-right: 1rem;
}

.select-options .select__create {
  padding-bottom: 0;
  padding-top: 0;
}

.select-options .select__create:hover .select__create-button {
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20class%3D%27icon__plus%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2043.8%2043.8%27%20width%3D%2743.8%27%20height%3D%2743.8%27%3E%3Ccircle%20class%3D%27active%27%20fill%3D%27%23019d84%27%20cx%3D%2721.88%27%20cy%3D%2721.88%27%20r%3D%2721.88%27%2F%3E%3Cpath%20fill%3D%27%23ffffff%27%20d%3D%27M30.7%2024.8h-6.6v6.5h-4.9v-6.5h-6.6v-4.6h6.6v-6.5h4.9v6.5h6.6z%27%2F%3E%3C%2Fsvg%3E);
}

.select-options .select__create-button {
  background-color: transparent;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20class%3D%27icon__plus%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2043.8%2043.8%27%20width%3D%2743.8%27%20height%3D%2743.8%27%3E%3Cpath%20class%3D%27inactive%27%20fill%3D%27%23019d84%27%20d%3D%27M21.9%200a21.9%2021.9%200%201021.9%2021.9A21.89%2021.89%200%200021.9%200zm0%2039.9A17.9%2017.9%200%201139.8%2022a17.88%2017.88%200%2001-17.9%2017.9z%27%2F%3E%3Cpath%20fill%3D%27%23019d84%27%20d%3D%27M30.7%2024.8h-6.6v6.5h-4.9v-6.5h-6.6v-4.6h6.6v-6.5h4.9v6.5h6.6z%27%2F%3E%3C%2Fsvg%3E);
  background-position: 0 50%;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  border: 0;
  border-top: 1px solid #c0cbd5;
  cursor: pointer;
  padding: 1rem 2rem;
  text-align: left;
  width: 100%;
}

.select-options__note {
  font-size: 0.625rem;
  font-style: italic;
  letter-spacing: tracking(20);
  line-height: 2.2;
}

.export-options {
  background-color: var(--main-color2);
  color: #ffffff;
  display: none;
  min-height: 72px;
  padding-top: 8px;
}

.export-options .form__item {
  margin-bottom: 0;
  margin-left: auto;
}

.export-options__wrap {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
  padding: 0.875rem 0;
  position: relative;
}

.export-options__wrap::before {
  border-bottom: 10px solid var(--main-color2);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  bottom: 100%;
  content: "";
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
}

.export-options__copy {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5556;
  margin-bottom: 0;
}

.export-options__copy svg {
  margin-right: 1rem;
}

.export-options__button {
  margin: 0 0 0 1.625rem;
  background-color: var(--main-color);
}

.export-options__button[disabled="disabled"] {
  background-color: #083654;
  border: 2px solid #9bcb3f;
  cursor: not-allowed;
  opacity: 0.4;
}
.actions__icon {
  align-items: center;
  background-color: white;
  border-radius: 50%;
  color: var(--main-color);
  display: flex;
  filter: drop-shadow(
    0 0.1875rem 0.375rem color-mix(in srgb, black, transparent 84%)
  );
  height: 2.8125rem;
  justify-content: center;
  transition-duration: 300ms;
  transition-property: background, color;
  width: 2.8125rem;
}

.actions__icon svg {
  height: 1.25rem;
  width: 1.25rem;
}

.actions__item {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  padding: 0 0 0 1rem;
  /* allow centering actions over text*/
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}

.actions__item--initial {
  display: block;
}

.actions__label {
  color: rgb(49, 49, 49, 0.4);
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1.3;
  padding-top: 0.3125rem;
}

.actions__icon:hover {
  background-color: var(--main-color);
  color: white;
}

.export-options__cancel {
  background-color: transparent;
  border: 0;
  cursor: pointer;
  margin-left: 2.25rem;
  padding: 0;
}

.export-options__cancel .icon__close {
  color: #c0cbd5;
}

.export-options__cancel .icon__close:hover {
  color: #ffffff;
}

.export-options__cancel .icon__close:hover .active {
  color: #c0cbd5;
}

@media (min-width: 50em) {
  .export-options__wrap {
    padding-left: 3.375rem;
    padding-right: 3.375rem;
  }

  .export-options__wrap::before {
    right: 74px;
  }
}

.pbExport {
  display: none;
  height: 1.625rem;
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 1.625rem;
}

.pbExport input {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}

.pbExport input + label {
  display: block;
  height: 1.625rem;
  padding: 0;
  position: relative;
  text-indent: -999rem;
  width: 1.625rem;
}

.pbExport input + label::before {
  -webkit-transition-duration: 300ms;
  -webkit-transition-property: background-color, border;
  background-color: #ffffff;
  border: 2px solid #707070;
  border-radius: 50%;
  content: "";
  height: 1.625rem;
  left: 0;
  position: absolute;
  top: 0;
  transition-duration: 300ms;
  transition-property: background-color, border;
  width: 1.625rem;
}

.pbExport input:checked + label::before {
  background-color: #11677b;
  background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%2728%27%20height%3D%2728%27%20viewBox%3D%270%200%2028%2028%27%3E%3Cg%3E%3Ccircle%20cx%3D%2714%27%20cy%3D%2714%27%20r%3D%2714%27%20fill%3D%27none%27%3E%3C%2Fcircle%3E%3Cpath%20d%3D%27M19.508%2C8.7%2C11.6%2C16.6l-3.108-3.1L6.8%2C15.2%2C11.6%2C20l9.6-9.6Z%27%20fill%3D%27%23fff%27%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E);
  background-position: 50% 50%;
  border-color: #11677b;
}

.styleguide {
  background-color: #f8f8f8;
}

.sg-header {
  background-color: #ffffff;
}

.sg-header__controls {
  margin: 0 auto;
  max-width: 1440px;
  padding: 1.5rem;
}

.sg-header__logo {
  margin-bottom: 0;
}

.sg-header__version {
  font-size: 1.5rem;
  text-transform: uppercase;
}

.sg-section {
  margin: 0 auto;
  max-width: 1440px;
  padding: 4.5rem 1rem 1rem;
}

.sg-section__heading {
  border-bottom: 1px solid #e8e8e8;
  font-size: 1.75rem;
  margin-bottom: 2.5rem;
  padding-bottom: 1rem;
}

.sg-section__count {
  color: #888888;
  font-size: 1rem;
}

.sg-title {
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: none;
}

.sg-copy {
  font-size: 0.875rem;
  font-weight: 400;
}

.sg-colors {
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.sg-colors__item {
  list-style: none;
  margin-bottom: 1.5rem;
  width: 48%;
}

.sg-colors__swatch {
  border-radius: 50%;
  height: 77px;
  margin-bottom: 0.5rem;
  width: 77px;
}

.sg-colors__swatch--01 {
  background-color: #063654;
}

.sg-colors__swatch--02 {
  background-color: var(--main-color);
}

.sg-colors__swatch--03 {
  background-color: #199f85;
}

.sg-colors__swatch--04 {
  background-color: #3cb64b;
}

.sg-colors__swatch--05 {
  background-color: #ff583d;
}

.sg-colors__swatch--06 {
  background-color: #9bcb3f;
}

.sg-colors__swatch--07 {
  background-color: #efece8;
}

.sg-columns__column .sg-colors__swatch--07 {
  background-color: #d6d6d6;
}

.sg-colors__swatch--08 {
  background-color: #363748;
}

.sg-colors__swatch--09 {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#9bcb3f),
    color-stop(60%, #199f85),
    to(#18687b)
  );
  background: linear-gradient(to bottom, #9bcb3f 0%, #199f85 60%, #18687b 100%);
}

.sg-colors__swatch--10 {
  background-color: #cc1e02;
}

.sg-color__name {
  font-size: 1.125rem;
  margin-bottom: 0;
}

.sg-color__hex {
  color: #707070;
  font-size: 0.875rem;
}

.sg-columns__column {
  padding: 0 1.5rem;
}

.sg-icon {
  -ms-flex-pack: justify;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.sg-icon__item {
  list-style: none;
  margin-bottom: 1.5rem;
}

.sg-image-note {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
  align-items: center;
  background-color: #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  justify-content: center;
  width: 320px;
}

@media (min-width: 50em) {
  .sg-header__controls {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-box-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sg-header__version {
    font-size: 1.90125rem;
    line-height: 3.3275rem;
  }

  .sg-section {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sg-colors__item {
    width: 20%;
  }

  .sg-columns {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }

  .sg-columns__column {
    width: 48%;
  }
}

@media (min-width: 70em) {
  .sg-section {
    padding-left: 10rem;
    padding-right: 10rem;
  }
}

.vehicleInformationTable {
  border-collapse: collapse;
  font-size: 0.75rem;
  width: 100%;
}

.vehicleInformationData {
  color: hsl(0, 0%, 40%);
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

.vehicleInformationTable th {
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 0.25rem;
  text-transform: none;
}

.vehicleInformationTable td {
  border: 1px solid #ece9e5;
  padding: 0.5rem;
}

.vehicleInformationTable tr:first-child td {
  border-top: 0;
}

.vehicleInformationTable tr td:first-child {
  border-left: 0;
}

.vehicleInformationTable tr:last-child td {
  border-bottom: 0;
}

.vehicleInformationTable tr td:last-child {
  border-right: 0;
}

.fundAutoCompleteTable {
  background-color: white;
  border: 0.05rem solid #1c4863;
  border-radius: 10px;
  display: block;
  margin: 5px auto;
  min-width: 360px;
  padding: 5px;
  /* width: 100%; */
  position: absolute;
  z-index: 100;
}

.conwayTableTheme {
  min-width: 100%;
}

.conwayTableTheme th {
  background-color: #083654;
  color: #ffffff;
  padding: 5px;
}

.conwayTableTheme tr:nth-child(even) {
  background: #ece9e5;
}

.conwayTableTheme tr:nth-child(odd) {
  background: #ffffff;
}

.centeredText {
  text-align: center;
}

.conwayLinkButton {
  color: #3db54a;
  cursor: pointer;
}

.conwayLinkButton:hover {
  color: #9bcb3f;
}

.downloadButtonWithImage {
  border-radius: 1.5rem;
  float: right;
  padding: 0.5rem 1rem;
}

.downloadButtonWithImage.marginRight {
  margin-right: 1.5rem;
}
.downloadButtonWithImage:hover {
  background-color: #3cb64b;
}

.downloadButtonWithImage .linkImage {
  display: inline-block;
}

.downloadButtonWithImage .linkText {
  display: inline-block;
  padding-left: 0.5rem;
}

.downloadButtonWithImage:hover .linkText {
  color: #ffffff;
}

.indicationSummaryButtonRight {
  display: inline-table;
  float: right;
  height: 5px;
  margin: -7px 1px 1px 6px;
  min-width: 6rem;
  padding: 0.5rem 0.5rem;
  text-align: center;
}

.card__item.indicationSummary.top {
  min-height: 0;
}

.card__item.indicationSummary {
  -webkit-box-shadow: none;
  background: none;
  box-shadow: none;
  display: table;
  margin-bottom: 1.5rem;
  min-height: 204px;
  padding: 0;
  /*display: grid;*/
}

.card__item.indicationSummary .entry__subtitle {
  border-bottom: none;
  display: table-caption;
  height: 28px;
  margin-bottom: 2px;
  margin-top: 2px;
  padding-bottom: 0;
  /*padding: 2px;*/
}

.card__item.indicationSummary .subDiv {
  background-color: white;
  border-radius: 10px;
  border-top: 8px solid #becbd6;
  display: block;
  height: 290px;
  margin-bottom: 0rem;
  overflow-x: hidden;
  /* min-height: 190px; */
  overflow-y: auto;
  /* max-height: 250px; */
  padding: 20px;
}

.card__item.indicationSummary .subDiv.darkBorder {
  border-top: 8px solid #234a6c;
  height: 100%;
}

.card__item.indicationSummary .subDiv .table {
  display: table;
}

.card__item.indicationSummary .subDiv .table tr {
  font-weight: 700;
  padding: 0.5rem 0.75rem;
  vertical-align: top;
}

.card__item.indicationSummary .subDiv .table tr {
  font-weight: 700;
}

.card__item.indicationSummary .subDiv .table td {
  padding: 0.75rem;
  text-align: left;
  vertical-align: middle;
}

.card__item.indicationSummary .subDiv .card__actions {
  padding-top: 1rem;
}

.card__item.indicationSummary .subDiv li {
  word-break: break-word;
}

.card__item.indicationSummary .subDiv ul {
  margin-top: 5px;
  /*text-align: right;*/
}

.card__item.indicationSummary {
  text-transform: uppercase;
}

.overflow__icon__text {
  max-height: 85px;
  overflow-y: hidden;
  width: 230px;
}

.card__item.indicationSummary .subDiv::-webkit-scrollbar {
  /*background: #becbd6;*/
  width: 5px;
}

/* Track */

.card__item.indicationSummary .subDiv::-webkit-scrollbar-track {
  background: #dedede;
  border-radius: 15px;
  margin: 8px;
}

/* Handle */

.card__item.indicationSummary .subDiv::-webkit-scrollbar-thumb {
  background: #bdbdc1;
  border-radius: 30px;
}

/* Handle on hover */

.card__item.indicationSummary .subDiv::-webkit-scrollbar-thumb:hover {
  background: #555555;
}

.loginHeaderText {
  color: white;
  /*  font-weight: 500;*/
  text-align: center;
}

.form__label.logintext {
  color: white;
}

.gform_wrapper {
  background: #f5f5f5;
  color: #000000;
  padding: 2rem 1rem;
  text-align: left;
}

.gform_wrapper ul li {
  list-style-type: none;
  margin: 0;
}

.gform_wrapper .hidden_label .gfield_label {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  width: 1px;
}

.gform_wrapper .gfield_label {
  clear: both;
  display: inline-block;
  font-weight: 600;
  margin: 8px 0;
}

.gform_wrapper .gfield_required {
  color: #dc2521;
  padding-left: 2px;
}

.gform_wrapper ul li {
  list-style-type: none;
  margin: 0;
}

.gform_wrapper .gfield {
  clear: both;
}

.gform_wrapper .ginput_container textarea {
  resize: none;
}

.gform_wrapper .ginput_container .large {
  width: 100%;
}

.gform_wrapper .ginput_container textarea.large {
  height: 15.625em;
}

.gform_wrapper .ginput_container input,
.gform_wrapper .ginput_container select,
.gform_wrapper .ginput_container textarea {
  border: 1px solid #d6d6d6;
  color: #083654;
  font-family: Montserrat, Gill Sans, Gill Sans MT, Calibri, sans-serif;
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 1rem;
  padding: 1.125rem 1rem;
}

@media (min-width: 50em) {
  .columns {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .columns__container--form {
    padding: 0.75rem 1.5rem 3rem;
  }

  .columns__container--2 {
    width: 50%;
  }

  .columns__list-item--title {
    width: 25%;
  }
}

@media (min-width: 80em) {
  .columns {
    padding: 0 5rem;
  }

  .columns__title {
    font-size: 2.25rem;
  }

  .columns__container--form {
    width: 40%;
  }

  .columns__information {
    font-size: 1.125rem;
    max-width: 80%;
    width: 80%;
  }

  .columns__list-item--title {
    font-size: 0.875rem;
    width: 18%;
  }

  .columns__information--max,
  .columns__list-item--content {
    font-size: 1.375rem;
  }

  .columns__link {
    font-size: 1rem;
  }
}

@media (min-width: 100em) {
  .columns {
    padding: 0 10rem;
  }
}

.content {
  position: relative;
  z-index: 1;
}

.page-template-contact-us .content,
.page-template-default .content {
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0ibG9nb19fY29ud2F5LS1tYXJrLWRhcmtlciIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgMTg4IDIyOC4xIiB3aWR0aD0iMTg4IiBoZWlnaHQ9IjIyOSI+CiAgPHBhdGggZmlsbD0iI2VmZWNlOCIgZmlsbC1vcGFjaXR5PSIwLjc1IiBkPSJNMTQxLDYuNjcsMTIyLjgsNzkuNTNsMSwuMjVMMTQyLDYuOTJaTTEyMC41Niw3OC44MmEzLjYxLDMuNjEsMCwxLDAsNS4xLjI1QTMuNjEsMy42MSwwLDAsMCwxMjAuNTYsNzguODJabTQuMS0xOC43M2EzLjYxLDMuNjEsMCwxLDAsNS4xMS4yNUEzLjYxLDMuNjEsMCwwLDAsMTI0LjY2LDYwLjA5Wk0xMzAsNDAuNTVhMy42MSwzLjYxLDAsMSwwLDUuMS4yNUEzLjYsMy42LDAsMCwwLDEzMCw0MC41NVptNC45NS0xOC40MWEzLjYxLDMuNjEsMCwxLDAsNS4xLjI1QTMuNjEsMy42MSwwLDAsMCwxMzQuOTEsMjIuMTRabTQuNDctMTguNjhhMy42MSwzLjYxLDAsMSwwLDUuMTEuMjZBMy42MiwzLjYyLDAsMCwwLDEzOS4zOCwzLjQ2Wm0tMjEsNS44NS0yLjA2LDU4LjksMSwwLDIuMDYtNTguODlaTTExNCw2OGEzLjYyLDMuNjIsMCwxLDAsNS0uODFBMy42MiwzLjYyLDAsMCwwLDExNCw2OFptLjEyLTE5LjE3YTMuNjIsMy42MiwwLDEsMCw1LS44MUEzLjYyLDMuNjIsMCwwLDAsMTE0LjEyLDQ4LjhabTEuMTItMjAuMjJhMy42MiwzLjYyLDAsMSwwLDUuMDUtLjgxQTMuNjIsMy42MiwwLDAsMCwxMTUuMjQsMjguNThabTEtMTlhMy42MiwzLjYyLDAsMSwwLDUtLjgxQTMuNjIsMy42MiwwLDAsMCwxMTYuMjYsOS41NVpNOTcuODksNC40MmwxMC4zNSw3NC4zNywxLS4xNEw5OC45Miw0LjI4Wm04LDc0LjU1YTMuNjEsMy42MSwwLDEsMCw0LjgzLTEuNjdBMy42LDMuNiwwLDAsMCwxMDUuOSw3OVptLTMuMTktMTguOTFhMy42MSwzLjYxLDAsMSwwLDQuODMtMS42N0EzLjYxLDMuNjEsMCwwLDAsMTAyLjcxLDYwLjA2Wk0xMDAuMzMsNDBhMy42MSwzLjYxLDAsMSwwLDQuODMtMS42N0EzLjYxLDMuNjEsMCwwLDAsMTAwLjMzLDQwWk05OC4wNSwyMWEzLjYxLDMuNjEsMCwxLDAsNC44My0xLjY3QTMuNjEsMy42MSwwLDAsMCw5OC4wNSwyMVpNOTUuMjMsMkEzLjYyLDMuNjIsMCwxLDAsMTAwLjA2LjM2LDMuNjMsMy42MywwLDAsMCw5NS4yMywyWk03OCwxNS4yOSw5OCw3MC43bDEtLjM2TDc4LjkyLDE0Ljk0Wk05NS43Nyw3MS4zNWEzLjYxLDMuNjEsMCwxLDAsNC4zOC0yLjYzQTMuNjIsMy42MiwwLDAsMCw5NS43Nyw3MS4zNVptLTctMTcuODNhMy42MiwzLjYyLDAsMSwwLDQuMzgtMi42M0EzLjYxLDMuNjEsMCwwLDAsODguNzIsNTMuNTJaTTgyLjIxLDM0LjM1YTMuNjIsMy42MiwwLDEsMCw0LjM4LTIuNjRBMy42MSwzLjYxLDAsMCwwLDgyLjIxLDM0LjM1Wm0tNi4xNi0xOGEzLjYyLDMuNjIsMCwxLDAsNC4zOC0yLjYzQTMuNjEsMy42MSwwLDAsMCw3Ni4wNSwxNi4zMVpNNTYuNjcsMTguNzdsMzguMiw2NC42NS44OS0uNTNMNTcuNTcsMTguMjRabTM2LjEsNjUuNzFhMy42MiwzLjYyLDAsMSwwLDMuODItMy40QTMuNjEsMy42MSwwLDAsMCw5Mi43Nyw4NC40OFpNODIuNTUsNjguMjZhMy42MiwzLjYyLDAsMSwwLDMuODItMy40QTMuNjEsMy42MSwwLDAsMCw4Mi41NSw2OC4yNlpNNzIuNjEsNTAuNjJhMy42MiwzLjYyLDAsMSwwLDMuODEtMy40QTMuNjIsMy42MiwwLDAsMCw3Mi42MSw1MC42MlpNNjMuMjIsMzRBMy42MSwzLjYxLDAsMSwwLDY3LDMwLjYzLDMuNjEsMy42MSwwLDAsMCw2My4yMiwzNFpNNTMuMywxNy41OWEzLjYyLDMuNjIsMCwxLDAsMy44Mi0zLjRBMy42MSwzLjYxLDAsMCwwLDUzLjMsMTcuNTlaTTQyLjQ2LDM2LjQ4bDM5Ljg2LDQzLjQuNzctLjcxTDQzLjIyLDM1Ljc4Wm0zOCw0NC44N2EzLjYyLDMuNjIsMCwxLDAsMy00LjEyQTMuNjIsMy42MiwwLDAsMCw4MC40OSw4MS4zNVpNNjcuMTMsNjcuNjFhMy42MSwzLjYxLDAsMSwwLDMtNC4xMkEzLjYxLDMuNjEsMCwwLDAsNjcuMTMsNjcuNjFaTTUzLjczLDUyLjQzYTMuNjIsMy42MiwwLDEsMCwzLTQuMTJBMy42MiwzLjYyLDAsMCwwLDUzLjczLDUyLjQzWk00MS4xLDM4LjE1YTMuNjIsMy42MiwwLDEsMCwzLTQuMTJBMy42MSwzLjYxLDAsMCwwLDQxLjEsMzguMTVaTTI0LDUwLjI2LDg1LjA4LDkzLjkzbC42LS44NEwyNC42LDQ5LjQyWm01OS42LDQ1LjQ5QTMuNjIsMy42MiwwLDEsMCw4NS43LDkxLjEsMy42LDMuNiwwLDAsMCw4My41OSw5NS43NVpNNjcuNjgsODUuMDVhMy42MiwzLjYyLDAsMSwwLDIuMTEtNC42NUEzLjYyLDMuNjIsMCwwLDAsNjcuNjgsODUuMDVaTTUxLjQ1LDcyLjk0YTMuNjIsMy42MiwwLDEsMCwyLjEyLTQuNjVBMy42MiwzLjYyLDAsMCwwLDUxLjQ1LDcyLjk0Wk0zNi4xNSw2MS41N2EzLjYyLDMuNjIsMCwxLDAsMi4xMi00LjY1QTMuNjMsMy42MywwLDAsMCwzNi4xNSw2MS41N1ptLTE1LjcyLTExYTMuNjIsMy42MiwwLDEsMCwyLjEyLTQuNjVBMy42MiwzLjYyLDAsMCwwLDIwLjQzLDUwLjU0Wk0xOC4xNiw3Mi4yMWw1NCwyMy41Ni40Mi0xLTU0LTIzLjU2Wk03MS4xLDk3Ljg2YTMuNjEsMy42MSwwLDEsMCwxLjEtNUEzLjYxLDMuNjEsMCwwLDAsNzEuMSw5Ny44NlpNNTMuMzEsOTAuN2EzLjYxLDMuNjEsMCwxLDAsMS4xLTVBMy42MSwzLjYxLDAsMCwwLDUzLjMxLDkwLjdaTTM0LjkyLDgyLjIzYTMuNjEsMy42MSwwLDEsMCwxLjEtNUEzLjYxLDMuNjEsMCwwLDAsMzQuOTIsODIuMjNaTTE3LjU5LDc0LjI5YTMuNjEsMy42MSwwLDEsMCwxLjEtNUEzLjYyLDMuNjIsMCwwLDAsMTcuNTksNzQuMjlaTTUuODYsODkuNjZsNzMuMTksMTYuNzcuMjQtMUw2LjEsODguNjRabTcyLjUzLDE5YTMuNjEsMy42MSwwLDEsMCwuMTUtNS4xMUEzLjYsMy42LDAsMCwwLDc4LjM5LDEwOC42OFptLTE4LjgxLTMuNzRhMy42MiwzLjYyLDAsMSwwLC4xNi01LjExQTMuNjIsMy42MiwwLDAsMCw1OS41OCwxMDQuOTRaTTM5Ljk0LDEwMGEzLjYyLDMuNjIsMCwxLDAsLjE2LTUuMTFBMy42MSwzLjYxLDAsMCwwLDM5Ljk0LDEwMFptLTE4LjQ5LTQuNmEzLjYxLDMuNjEsMCwxLDAsLjE1LTUuMTFBMy42LDMuNiwwLDAsMCwyMS40NSw5NS40MVpNMi42OSw5MS4yOWEzLjYyLDMuNjIsMCwxLDAsLjE2LTUuMTFBMy42MiwzLjYyLDAsMCwwLDIuNjksOTEuMjlabTYuMjQsMjAuODcsNTguOTIuOTQsMC0xTDksMTExLjEyWm01OC43NCwzLjI4YTMuNjEsMy42MSwwLDEsMC0uOTEtNUEzLjYxLDMuNjEsMCwwLDAsNjcuNjcsMTE1LjQ0Wm0tMTkuMTcuMjVhMy42MSwzLjYxLDAsMSwwLS45MS01QTMuNjIsMy42MiwwLDAsMCw0OC41LDExNS42OVpNMjguMjYsMTE1YTMuNjIsMy42MiwwLDEsMC0uOS01QTMuNjEsMy42MSwwLDAsMCwyOC4yNiwxMTVabS0xOS0uNjVhMy42MiwzLjYyLDAsMSwwLS45LTVBMy42MiwzLjYyLDAsMCwwLDkuMjEsMTE0LjNaTTQuNDMsMTMyLjc2LDc4LjU5LDEyMWwtLjE2LTFMNC4yNywxMzEuNzNabTc0LjM4LTkuNDJhMy42MiwzLjYyLDAsMSwwLTEuNzYtNC44QTMuNjEsMy42MSwwLDAsMCw3OC44MSwxMjMuMzRaTTYwLDEyNi44OGEzLjYyLDMuNjIsMCwxLDAtMS43Ni00LjhBMy42MiwzLjYyLDAsMCwwLDYwLDEyNi44OFptLTIwLjA2LDIuNzdhMy42MiwzLjYyLDAsMSwwLTEuNzYtNC44QTMuNjIsMy42MiwwLDAsMCwzOS45MSwxMjkuNjVaTTIxLDEzMi4yOGEzLjYxLDMuNjEsMCwxLDAtMS43Ni00LjhBMy42MiwzLjYyLDAsMCwwLDIxLDEzMi4yOFpNMi4xLDEzNS40NmEzLjYxLDMuNjEsMCwxLDAtMS43Ni00LjhBMy42LDMuNiwwLDAsMCwyLjEsMTM1LjQ2Wm0xMy41OCwxNyw1NS0yMS4xMi0uMzctMS01NSwyMS4xMlptNTUuNzEtMTguODhhMy42MiwzLjYyLDAsMSwwLTIuNzItNC4zM0EzLjYxLDMuNjEsMCwwLDAsNzEuMzksMTMzLjYxWk01My43LDE0MUEzLjYxLDMuNjEsMCwxLDAsNTEsMTM2LjY2LDMuNjEsMy42MSwwLDAsMCw1My43LDE0MVptLTE5LjA1LDYuODdhMy42MSwzLjYxLDAsMSwwLTIuNzItNC4zMkEzLjYxLDMuNjEsMCwwLDAsMzQuNjUsMTQ3Ljg2Wm0tMTcuOTEsNi41MUEzLjYyLDMuNjIsMCwxLDAsMTQsMTUwLDMuNjIsMy42MiwwLDAsMCwxNi43NCwxNTQuMzdabTIuNDMsMTkuMTgsNjMuOTEtMzkuNDItLjU1LS44OEwxOC42MiwxNzIuNjZabTY1LTM3LjM1YTMuNjEsMy42MSwwLDEsMC0zLjQ3LTMuNzVBMy42LDMuNiwwLDAsMCw4NC4xOCwxMzYuMlptLTE2LDEwLjUzQTMuNjEsMy42MSwwLDEsMCw2NC42OSwxNDMsMy42MiwzLjYyLDAsMCwwLDY4LjE2LDE0Ni43M1pNNTAuNzEsMTU3YTMuNjIsMy42MiwwLDEsMC0zLjQ3LTMuNzVBMy42MSwzLjYxLDAsMCwwLDUwLjcxLDE1N1ptLTE2LjQsOS43QTMuNjEsMy42MSwwLDEsMCwzMC44MywxNjMsMy42MiwzLjYyLDAsMCwwLDM0LjMxLDE2Ni43MVpNMTguMDUsMTc2Ljk0YTMuNjIsMy42MiwwLDEsMC0zLjQ3LTMuNzVBMy42MiwzLjYyLDAsMCwwLDE4LjA1LDE3Ni45NFptMTkuMSwxMC40OCw0Mi42My00MC42OC0uNzItLjc1TDM2LjQzLDE4Ni42N1ptNDQuMTQtMzguODhhMy42MSwzLjYxLDAsMSwwLTQuMTgtMi45NUEzLjYyLDMuNjIsMCwwLDAsODEuMjksMTQ4LjU0Wk02Ny44LDE2Mi4xN2EzLjYyLDMuNjIsMCwxLDAtNC4xNy0yLjk1QTMuNjIsMy42MiwwLDAsMCw2Ny44LDE2Mi4xN1pNNTIuODcsMTc1Ljg1YTMuNjIsMy42MiwwLDEsMC00LjE3LTIuOTVBMy42MiwzLjYyLDAsMCwwLDUyLjg3LDE3NS44NVptLTE0LDEyLjlhMy42MiwzLjYyLDAsMSwwLTQuMTctMi45NUEzLjYyLDMuNjIsMCwwLDAsMzguODQsMTg4Ljc1Wm0xMC41NywxNS4wOEw5My4yOSwxNDIuOWwtLjg0LS42MUw0OC41NywyMDMuMjJabTQ1LjctNTkuNDRhMy42MiwzLjYyLDAsMSwwLTQuNjUtMi4xM0EzLjYzLDMuNjMsMCwwLDAsOTUuMTEsMTQ0LjM5Wk04NC4zNSwxNjAuMjZhMy42MSwzLjYxLDAsMSwwLTQuNjQtMi4xM0EzLjYxLDMuNjEsMCwwLDAsODQuMzUsMTYwLjI2Wk03Mi4xOSwxNzYuNDVhMy42MiwzLjYyLDAsMSwwLTQuNjUtMi4xM0EzLjYzLDMuNjMsMCwwLDAsNzIuMTksMTc2LjQ1Wk02MC43NywxOTEuN2EzLjYxLDMuNjEsMCwxLDAtNC42NS0yLjEzQTMuNjEsMy42MSwwLDAsMCw2MC43NywxOTEuN1pNNDkuNjgsMjA3LjM5QTMuNjEsMy42MSwwLDEsMCw0NSwyMDUuMjYsMy42MiwzLjYyLDAsMCwwLDQ5LjY4LDIwNy4zOVptMjEuNjYsMi4zNSwyMy43NS01My45My0xLS40Mkw3MC4zOSwyMDkuMzJabTI1LjgzLTUyLjg1YTMuNjIsMy42MiwwLDEsMC01LTEuMTJBMy42MSwzLjYxLDAsMCwwLDk3LjE3LDE1Ni44OVpNOTAsMTc0LjY1YTMuNjIsMy42MiwwLDEsMC01LTEuMTJBMy42MSwzLjYxLDAsMCwwLDkwLDE3NC42NVpNODEuNDIsMTkzYTMuNjIsMy42MiwwLDEsMC01LTEuMTJBMy42MSwzLjYxLDAsMCwwLDgxLjQyLDE5M1ptLTgsMTcuM2EzLjYyLDMuNjIsMCwxLDAtNS0xLjEyQTMuNjIsMy42MiwwLDAsMCw3My40MiwyMTAuMzFabTE1LjMzLDExLjc4LDE3LTczLjEzLTEtLjI0LTE3LDczLjEzWk0xMDgsMTQ5LjY0YTMuNjIsMy42MiwwLDEsMC01LjExLS4xOEEzLjYyLDMuNjIsMCwwLDAsMTA4LDE0OS42NFptLTMuODEsMTguNzlhMy42MiwzLjYyLDAsMSwwLTUuMTEtLjE4QTMuNjIsMy42MiwwLDAsMCwxMDQuMjEsMTY4LjQzWm0tNSwxOS42MmEzLjYxLDMuNjEsMCwxLDAtNS4xMS0uMThBMy42MSwzLjYxLDAsMCwwLDk5LjIyLDE4OC4wNVptLTQuNjcsMTguNDhhMy42MSwzLjYxLDAsMSwwLTUuMS0uMThBMy42MiwzLjYyLDAsMCwwLDk0LjU1LDIwNi41M1ptLTQuMTgsMTguNzRhMy42MiwzLjYyLDAsMSwwLTUuMTEtLjE3QTMuNjMsMy42MywwLDAsMCw5MC4zNywyMjUuMjdabTIwLjg5LTYuMTcsMS4xNC01OC45Mi0xLDAtMS4xNCw1OC45MlptMy40OC01OC43MmEzLjYxLDMuNjEsMCwxLDAtNSwuODlBMy42MSwzLjYxLDAsMCwwLDExNC43NCwxNjAuMzhabS4xOCwxOS4xN2EzLjYxLDMuNjEsMCwxLDAtNSwuODlBMy42LDMuNiwwLDAsMCwxMTQuOTIsMTc5LjU1Wm0tLjgsMjAuMjNhMy42MiwzLjYyLDAsMSwwLTUsLjg5QTMuNjIsMy42MiwwLDAsMCwxMTQuMTIsMTk5Ljc4Wm0tLjczLDE5LjA1YTMuNjEsMy42MSwwLDEsMC01LC44OUEzLjYxLDMuNjEsMCwwLDAsMTEzLjM5LDIxOC44M1ptMTguNDUsNC44NC0xMS41LTc0LjItMSwuMTYsMTEuNSw3NC4yWm0tOS4xNi03NC40MWEzLjYxLDMuNjEsMCwxLDAtNC44LDEuNzRBMy42MiwzLjYyLDAsMCwwLDEyMi42OCwxNDkuMjZabTMuNDgsMTguODVhMy42MSwzLjYxLDAsMSwwLTQuODEsMS43NUEzLjYyLDMuNjIsMCwwLDAsMTI2LjE2LDE2OC4xMVptMi42OSwyMC4wN2EzLjYxLDMuNjEsMCwxLDAtNC44LDEuNzVBMy42LDMuNiwwLDAsMCwxMjguODUsMTg4LjE4Wm0yLjU3LDE4Ljg5YTMuNjEsMy42MSwwLDEsMC00LjgsMS43NEEzLjYxLDMuNjEsMCwwLDAsMTMxLjQyLDIwNy4wN1ptMy4xMSwxOWEzLjYxLDMuNjEsMCwxLDAtNC44LDEuNzRBMy42MSwzLjYxLDAsMCwwLDEzNC41MywyMjZabTE3LjA4LTEzLjUzLTIwLjkzLTU1LjA4LTEsLjM3LDIwLjkzLDU1LjA4Wm0tMTguNjgtNTUuNzdhMy42MiwzLjYyLDAsMSwwLTQuMzQsMi43QTMuNjEsMy42MSwwLDAsMCwxMzIuOTMsMTU2LjcyWm03LjMyLDE3LjcxYTMuNjIsMy42MiwwLDEsMC00LjM0LDIuNzFBMy42MSwzLjYxLDAsMCwwLDE0MC4yNSwxNzQuNDNabTYuOCwxOS4wN2EzLjYxLDMuNjEsMCwxLDAtNC4zNCwyLjcxQTMuNjEsMy42MSwwLDAsMCwxNDcuMDUsMTkzLjVabTYuNDQsMTcuOTRhMy42MSwzLjYxLDAsMSwwLTQuMzQsMi43MUEzLjYxLDMuNjEsMCwwLDAsMTUzLjQ5LDIxMS40NFptMTkuMTktMi4zNkwxMzMuNDksMTQ1bC0uODkuNTUsMzkuMTksNjRabS0zNy4xMi02NS4xNGEzLjYxLDMuNjEsMCwxLDAtMy43NiwzLjQ2QTMuNjEsMy42MSwwLDAsMCwxMzUuNTYsMTQzLjk0Wk0xNDYsMTYwYTMuNjEsMy42MSwwLDEsMC0zLjc2LDMuNDZBMy42MSwzLjYxLDAsMCwwLDE0NiwxNjBabTEwLjIyLDE3LjQ4YTMuNjEsMy42MSwwLDEsMC0zLjc2LDMuNDZBMy42MSwzLjYxLDAsMCwwLDE1Ni4yNSwxNzcuNDhabTkuNjUsMTYuNDRhMy42MiwzLjYyLDAsMSwwLTMuNzcsMy40NkEzLjYxLDMuNjEsMCwwLDAsMTY1LjksMTkzLjkyWm0xMC4xNywxNi4yOWEzLjYyLDMuNjIsMCwxLDAtMy43NywzLjQ2QTMuNjEsMy42MSwwLDAsMCwxNzYuMDcsMjEwLjIxWm0xMC41NS0xOS4wNi00MC41My00Mi43OC0uNzYuNzIsNDAuNTMsNDIuNzdabS0zOC43My00NC4yOGEzLjYyLDMuNjIsMCwxLDAtMyw0LjE3QTMuNjIsMy42MiwwLDAsMCwxNDcuODksMTQ2Ljg3Wm0xMy41OCwxMy41M2EzLjYyLDMuNjIsMCwxLDAtMyw0LjE3QTMuNjIsMy42MiwwLDAsMCwxNjEuNDcsMTYwLjRabTEzLjYzLDE1YTMuNjIsMy42MiwwLDEsMC0zLDQuMTdBMy42MiwzLjYyLDAsMCwwLDE3NS4xLDE3NS4zOFpNMTg4LDE4OS40NmEzLjYyLDMuNjIsMCwxLDAtMyw0LjE2QTMuNjEsMy42MSwwLDAsMCwxODgsMTg5LjQ2Wm0tOC0xNjQuMTVMMTM1LjExLDg1LjU2bC44My42Miw0NC44MS02MC4yNVpNMTMzLjMyLDg0YTMuNjIsMy42MiwwLDEsMCw0LjYxLDIuMkEzLjYxLDMuNjEsMCwwLDAsMTMzLjMyLDg0Wm0xMS0xNS43YTMuNjEsMy42MSwwLDEsMCw0LjYyLDIuMkEzLjYxLDMuNjEsMCwwLDAsMTQ0LjMxLDY4LjM0Wm0xMi40Mi0xNmEzLjYxLDMuNjEsMCwxLDAsNC42MSwyLjJBMy42MSwzLjYxLDAsMCwwLDE1Ni43Myw1Mi4zNFptMTEuNjUtMTUuMDhhMy42MSwzLjYxLDAsMSwwLDQuNjEsMi4yQTMuNjEsMy42MSwwLDAsMCwxNjguMzgsMzcuMjZaTTE3OS43LDIxLjc0QTMuNjIsMy42MiwwLDEsMCwxODQuMzIsMjQsMy42MywzLjYzLDAsMCwwLDE3OS43LDIxLjc0Wm0tMjEuNjItMi42OEwxMzMuNTEsNzIuNjJsMSwuNDRMMTU5LDE5LjVaTTEzMS40NCw3MS41MWEzLjYxLDMuNjEsMCwxLDAsNSwxLjE5QTMuNjIsMy42MiwwLDAsMCwxMzEuNDQsNzEuNTFabTcuNS0xNy42NWEzLjYyLDMuNjIsMCwxLDAsNSwxLjJBMy42MSwzLjYxLDAsMCwwLDEzOC45NCw1My44NlptOC44MS0xOC4yM2EzLjYyLDMuNjIsMCwxLDAsNSwxLjJBMy42MSwzLjYxLDAsMCwwLDE0Ny43NSwzNS42M1pNMTU2LDE4LjQ2YTMuNjEsMy42MSwwLDEsMCw1LDEuMTlBMy42MiwzLjYyLDAsMCwwLDE1NiwxOC40NloiLz4KPC9zdmc+Cg==);
  background-position: 0 calc(100% + 200px);
  background-repeat: no-repeat;
  background-size: 50% auto;
}

.page-template-contact-us .content {
  background-position: 100% calc(100% + 200px);
  background-size: 40% auto;
}

.home .content {
  background: none;
}

.page-template-about-us .entry {
  background-color: #f7f5f3;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAA14AAAEvCAYAAABVORC/AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQwIDc5LjE2MDQ1MSwgMjAxNy8wNS8wNi0wMTowODoyMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTggKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDRGRTY3Njk1QzZEMTFFOEFCN0RENzQ0QTU1OTdEMDEiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDRGRTY3NkE1QzZEMTFFOEFCN0RENzQ0QTU1OTdEMDEiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpENEZFNjc2NzVDNkQxMUU4QUI3REQ3NDRBNTU5N0QwMSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpENEZFNjc2ODVDNkQxMUU4QUI3REQ3NDRBNTU5N0QwMSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp8nEi0AAAdKSURBVHja7N0xSFVhFMBxrVtRvKglGgoqXEKKzKlBeOHgIEQEBW1R7eFia0vQXFM4OQaCOjTX4GKbLa06WLyWeC0VNtR50GAuPcUb53v394MDNgiH73s3/cONhjub60MAAIWYj7mXeL/nMTOuCQbX6TPn9/R9BxwdAABAvYQXAACA8AIAABBeAAAACC8AAADhBQAAILwAAAAQXgAAAMILAABAeAEAACC8AAAAhBcAAADCCwAAQHgBAAAILwAAAIQXAACA8AIAABBeAAAACC8AAADhBQAAILwcAQAAgPACAAAQXgAAAAgvAAAA4QUAACC8AAAAEF4AAADCCwAAQHgBAAAgvAAAAIQXAAAAwgsAAEB4AQAACC8AAACEFwAAgPACAAAQXgAAAAgvAAAA4QUAACC8AAAAEF4AAADCCwAAAOEFAAAgvAAAAIQXAAAAwgsAAEB4AQAACC8AAAD2WeUIABjAn20TyXdcjfnhqgCEFwCUqhXzNvmOF2I2XBVAc3jVEAAAQHgBAAAILwAAAIQXAACA8AIAABBeAAAACC8AAADhBQAAILwAAAAQXgAAAMILAAAA4QUAACC8AAAAhBcAAADCCwAAQHgBAAAILwAAAIQXAACA8AIAABBejgAAAEB4AQAACC8AAACEFwAAgPACAAAQXgAAAAgvAAAA4QUAACC8AAAAEF4AAADCCwAAAOEFAAAgvAAAAIQXAAAAwgsAAEB4AQAACC8AAACEFwAAgPACAAAQXgAAAAgvAACAklWO4C+t5GfyLWbLNQEAgPAq2euYduL97sfMuyYAACiLVw0BAACEFwAAgPACAABAeAEAAAgvAAAA4QUAAIDwAgAAEF4AAABN5D9QBgCoz1TMXOL9PsRMuyYQXgAAJTsWcy7xfl1XBP+HVw0BAACEFwAAgPACAABAeAEAAAgvAAAA4QUAAIDwAgAAEF4AAADCCwAAAOEFAAAgvAAAABBeAAAAwgsAAEB4AQAAILwAAACEFwAAgPACAABAeAEAAAgvAAAA4eUIAAAAhBcAAIDwAgAAQHgBAAAILwAAAOEFAACA8AIAABBeAAAAwgsAAADhBQAAILwAAAAQXgAAAMILAABAeAEAACC8AAAAhBcAAIDwAgAAQHgBAAAILwAAAOEFAACA8AIAABBeAAAACC8AAADhBQAAMKAqRwDAP1yMuZt4v07MS9cEgPACoPTwepJ4v/fCC4DsvGoIAAAgvAAAAIQXAAAAwgsAAEB4AQAACC8AAACEFwAAgPACAAAQXgAAAAgvAAAA4QUAAIDwAgAAEF4AAADCCwAAAOEFAAAgvAAAAIQXAAAAwgsAAEB4AQAACC9HAAAAILwAAACEFwAAAMILAABAeAEAAAgvAAAAhBcAAIDwAgAAEF4AAAAILwAAAOEFAACA8AIAABBeAAAAwgsAAADhBQAAILwAAACEFwAAAMILAABAeAEAAAgvAAAAhBcAAIDwAgAAQHgBAAAILwAAAOEFAACA8AIAABBeAAAAwgsAAADhBQAAILwAAADYpnIERbsR8zDxfu9inrmmxngacynxfi9i3rgmABrsUcxk4v1e/RnhRTojMTcdA0lMxLQT77fsigBouPHkvzuuDfLhe9UQAABAeAEAAAgvAAAAhBcAAIDwAgAAEF4AAAAILwAAAOEFAAAgvAAAABBeAAAAwgsAAADhBQAAILwAAACEFwAAAMILAABAeAEAAAgvAAAAhBcAAIDwAgAAEF6OAAAAQHgBAAAILwAAAIQXAACA8AIAABBeAAAACC8AAADhBQAAILwAAAAQXgAAAMILAAAA4QUAACC8AAAAhBcAAADCCwAAQHgBAAAILwAAAIQXAACA8AIAABBeAAAACC8AAADhBQAAgPACAAAQXgAAAMILAAAA4QUAACC8AAAAhBcAANCfbsyvxHPdFQkvAAAA4QUAAIDwAgAAEF4AAAAILwAAAOEFAAAgvAAAABBeAAAAwgsAAEB4AQAAILwAAACEFwAAQDNVjgBSOh6zknzH6ZhPrgoAQHhBqQ7GXEm+42HXBADQH68aAgAACC8AAADhBQAAgPACAAAQXgAAAMILAAAA4QUAACC8AAAAhBcAAADCCwAAQHgBAAAgvAAAAIQXAACA8AIAAEB4AQAACC8AAADhBQAAgPACAAAQXgAAAMLLEQAAAAgvAAAA4QUAAIDwAgAAEF4AAADCCwAAAOEFAAAgvAAAAIQXAAAAwgsAAEB4AQAAILwAAACEFwAAgPACAABAeAEAAAgvAAAA4QUAAIDwAgAAEF4AAABNV8W0Yu7EnHAcQ2eT7zcVc3Lbn9vJ9x2JmfGx2pOjBez4IOZLwc8P/bucfL9TO/6uKfH5oX+jyfe7uuPzWNrzw+4cSb7f7Zixgp6fayV8Hj9/3Njtt3yNWRjubK4vxhe3PDcAAAC1WOqF11Z8cchZAAAA1OJn7994dZ0DAABAbbq98JqN+e4sAAAA9l2vtR7/FmAAWDZj8P9fSUcAAAAASUVORK5CYII=);
  background-position: 0 100%;
  background-repeat: repeat-x;
}

.features {
  overflow: hidden;
}

.features__item {
  padding: 2rem 0 1.5rem;
}

.features__item:nth-child(2n + 2) {
  background-color: #f7f5f3;
}

.features__headline {
  color: #0a3753;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 1.5rem;
  text-transform: none;
}

.features__headline em {
  color: #3cb64b;
  font-style: normal;
}

.features__banner {
  padding: 0 10% 1.5rem;
}

.features__item--theme01 .features__banner {
  padding-left: 15%;
  padding-right: 15%;
}

.features__item--theme02 .features__banner {
  padding-left: 15%;
  padding-right: 0;
}

.features__item--theme03 .features__banner {
  padding-left: 0;
  padding-right: 0;
}

.features__content {
  padding: 0 1.5rem;
}

.features__button-wrap {
  text-align: center;
}

@media (min-width: 40em) {
  .features__item {
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }

  .features__item:nth-child(2n + 2) {
    -ms-flex-direction: row-reverse;
    background-color: transparent;
    flex-direction: row-reverse;
  }

  .features__banner {
    opacity: 1;
    transform: translateX(0);
    transition-duration: 1.2s;
    transition-property: opacity, transform;
    transition-timing-function: ease;
    width: 50%;
  }

  .features__banner.will-animate {
    -webkit-transform: translateX(-100%);
    opacity: 0;
    transform: translateX(-100%);
  }

  .features__item:nth-child(2n + 2) .features__banner.will-animate {
    opacity: 0;
    transform: translateX(-100%);
  }

  .features__item--theme01 .features__banner {
    padding-left: 6%;
    padding-right: 6%;
  }

  .features__item--theme02 .features__banner {
    padding-left: 6%;
    padding-right: 0;
  }

  .features__content {
    opacity: 1;
    padding: 0 10% 0 0;
    transition-duration: 1.2s;
    transition-property: opacity;
    transition-timing-function: ease;
    width: 50%;
  }

  .features__item:nth-child(2n + 2) .features__content {
    padding-left: 10%;
    padding-right: 0;
  }

  .features__content.will-animate {
    opacity: 0;
  }

  .features__button-wrap {
    text-align: left;
  }
}

.columns {
  display: block;
  margin: 0 auto;
  max-width: 1600px;
}

.columns__container {
  background: white;
  margin-top: 30px;
  padding: 0.75rem 1.5rem 3rem;
}

.columns__container--form {
  padding: 0;
}

.columns__wrapper {
  -ms-flex-wrap: wrap;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 1rem 3rem;
  position: relative;
  width: 100%;
}

.columns__wrapper:before {
  height: 12px;
  width: 2px;
}

.columns__wrapper:after,
.columns__wrapper:before {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(0, #9bcb3f),
    color-stop(60%, #199f85),
    to(#18687b)
  );
  background-image: linear-gradient(90deg, #9bcb3f 0, #199f85 60%, #18687b);
  content: "";
  left: 0;
  position: absolute;
  top: 0;
}

.columns__wrapper:after {
  height: 2px;
  width: 12px;
}

.columns__wrapper:last-child {
  padding: 1rem 1rem 0;
}

.columns__wrapper .icon__location {
  display: inline-block;
  margin: 0.5rem 0.5rem 0 0;
}

.columns__information,
.columns__title {
  font-weight: 500;
}

.columns__title {
  color: var(--primary-font-color);
  font-size: 1.625rem;
  margin: 0;
  padding-bottom: 1.25rem;
  text-transform: none;
}

.columns__information {
  color: var(--primary-font-color);
  display: block;
  font-size: 1rem;
  letter-spacing: 0.08em;
  max-width: 100%;
}

.columns__information,
.columns__information--max {
  padding-bottom: 0.25rem;
  width: 100%;
}

.columns__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.columns__list-item {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  color: var(--primary-font-color);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  font-size: 1rem;
  letter-spacing: 0.08em;
  padding-bottom: 0.25rem;
}

.columns__list-item--title {
  font-size: 0.6875rem;
  font-weight: 700;
  max-width: 50%;
  text-transform: uppercase;
  width: 50%;
}

.columns__list-item--content {
  width: 100%;
}

.columns__link {
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #199f85;
  font-size: 0.875rem;
  font-style: italic;
  padding-top: 0.9rem;
}

@media (min-width: 30em) {
  .columns__list-item--title {
    width: 20%;
  }
}

@media (min-width: 40em) {
  .columns__list-item--title {
    width: 15%;
  }
}

@media (min-width: 50em) {
  .columns {
    -ms-flex-pack: justify;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .columns__container--form {
    padding: 0.75rem 1.5rem 3rem;
  }

  .columns__container--2 {
    width: 50%;
  }

  .columns__list-item--title {
    width: 25%;
  }
}

@media (min-width: 80em) {
  .columns {
    padding: 0 5rem;
  }

  .columns__title {
    font-size: 2.25rem;
  }

  .columns__container--form {
    width: 40%;
  }

  .columns__information {
    font-size: 1.125rem;
    max-width: 80%;
    width: 80%;
  }

  .columns__list-item--title {
    font-size: 0.875rem;
    width: 18%;
  }

  .columns__information--max,
  .columns__list-item--content {
    font-size: 1.375rem;
  }

  .columns__link {
    font-size: 1rem;
  }
}

@media (min-width: 100em) {
  .columns {
    padding: 0 10rem;
  }
}

body.reportBody {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  max-width: none;
  width: 100%;
}

.content.reportWrapperContent {
  background-color: #f5f5f5;
  border-radius: 0.5em;
  max-width: unset;
  padding: 1rem;
  min-height: 100vh;
  color: #000000;
}

.button.button--icon.removeIndicationButtons,
.removeIndicationButtons {
  float: inline-end;
  height: 42px;
  padding: 0 !important ;
}

.arrow {
  float: left;
  width: 126px;
}

.line {
  background: var(--main-color2);
  border-radius: 0.15rem 0 0 0.15rem;
  float: left;
  height: 40px;
  width: 106px;
}

.point {
  border-bottom: 20px solid transparent;
  border-left: 20px solid;
  border-top: 20px solid transparent;
  float: right;
  height: 0;
  width: 0;
  border-left-color: var(--main-color2);
}

.arrorWrapper {
  height: 60px;
  padding: 10px 0;
  position: relative;
}

.arrowText {
  color: white;
  font-weight: 500;
  font-size: 0.875rem;
  left: 20px;
  letter-spacing: 0.1875rem;
  position: absolute;
  text-transform: uppercase;
  top: 21px;
}

.arrowTextSupplemental {
  color: black;
  float: left;
  font-size: 0.875rem;
  margin-left: 10px;
  margin-top: 11px;
}

.entry__column.disabled > * {
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}

.tradingLogo {
  height: 70px;
}

.popupSubHeader {
  border-bottom: 1px solid #9bcb3f;
  margin-bottom: 12px;
  margin-top: 12px;
  position: relative;
}

.popupSubHeader .popupCheckBox {
  position: absolute;
  right: 0px;
  top: -4px;
}

.linkTextLeftAlign {
  margin-bottom: 1px;
  margin-left: 20px;
  margin-right: auto;
  text-align: left;
}

.linkForwardWrapper {
  -webkit-transform: translate(-50%, -50%);
  background-color: #04263b;
  border: 1px solid white;
  border-radius: 20px;
  left: 50%;
  min-width: 400px;
  padding: 0 20px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}

.linkForwardWrapper a {
  background: white;
  border-radius: 20px;
  margin: 20px auto;
  padding: 20px;
  text-align: center;
}

.linkForwardholdHeight {
  height: 500px;
}

.table__cell .button.detailSummaryResetButton {
  font-size: 8px;
  margin: 4px 0px;
  padding: 8px 0px;
}

.table__table.detailSummaryTable {
  font-size: 11px;
  width: 100%;
}

.table__table.detailSummaryTable td,
.table__table.detailSummaryTable th {
  padding: 0.5rem 0.15rem;
  text-align: center;
  vertical-align: middle;
}

.indicationSummary th::after {
  background-color: black;
  content: "";
  display: block;
  height: 2px;
  width: calc(100% - 1rem);
}

.indicationSummary.top {
  /*    box-shadow: 0 0.2rem .5rem #00000033;*/
  margin-bottom: 1.5rem;
}

.card__item.indicationSummary,
.top.indicationSummary {
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0.1rem 0.1rem 0.75rem #00000021;
  display: flex;
  flex-direction: column;
  padding: 0.375rem 0.75rem 1rem;
  position: relative;
  width: 99%;
  margin: 0 auto 2rem auto;
}

.card__item.indicationSummary {
  max-width: 24%;
  padding: 1.375rem 0.75rem 1rem;
}

.card__item.indicationSummary h3 {
  width: fit-content;
  align-self: center;
  text-transform: math-auto;
}

.card__item.indicationSummary h3::after {
  background-color: var(--main-color);
  content: "";
  display: block;
  height: 2px;
  width: calc(100%);
}

.card__item.indicationSummary .subDiv {
  border-top: none;
}

.indicationSummary.button {
  -webkit-transition-duration: 300ms;
  -webkit-transition-property: background;
  -webkit-transition-timing-function: ease;
  border: 0;
  border-radius: 1.4rem;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1.25;
  margin: 0 1rem 1rem 0;
  padding: 0.75rem 1.3rem;
  text-decoration: none;
  text-transform: math-auto;
  transition-duration: 300ms;
  transition-property: background;
  transition-timing-function: ease;
}

.indicationSummaryButtonRight {
  width: 10rem;
  max-width: 10rem;
}

.indicationSummary.flex {
  display: flex;
  justify-content: center;
}

.modal.indicationSummary {
  background-color: white;
}

.flex {
  display: flex;
}

.flex_space_between {
  justify-content: space-between;
}

.button-group.indicationSummary {
  width: 83%;
  margin-left: auto;
  margin-right: auto;
}

.intermediaryStatusBar a {
  background: var(--main-color);
  border: 1px solid var(--main-color);
  color: #ced5dd;
}

.intermediaryStatusBar div {
  background: var(--main-color2);
  border: 1px solid var(--main-color2);
  color: #ced5dd;
}

.alert--info.headerColorSiteMatch {
  background-color: var(--main-color);
  color: #ffffff;
}

.subscription-question-card {
    background-color: #fcfcfc;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.2);
    border-radius: 0.5rem;
    height: fit-content;
    padding: 2rem;
}

    .subscription-question-card .form__label.on__one__line {
        font-size: 1rem;
    }

    .subscription-question-card .form__label.subLabel {
        font-size: 0.7rem;
        margin: 0.25rem 0 0.25rem 0;
        width: 90%;
    }

    .subscription-question-card .suitability-answer-options {
        margin-left: 1rem;
    }

    .subscription-question-card .suitabilityMoneyField,
    .subscription-question-card .suitabilityPercentField,
    .subscription-question-card .suitabilityYearField,
    .subscription-question-card .suitabilityDatestampField {
        width: 30%;
        margin-left: 1rem;
    }

    .subscription-question-card .suitabilityTextField,
    .subscription-question-card .suitabilityCountryField {
        width: 70%;
        margin-left: 1rem;
    }

    .subscription-question-card .suitabilityTextAreaField {
        width: 90%;
        min-height: 130px;
        height: fit-content;
        line-height: 1.6rem;
        margin-left: 1rem;
    }