@font-face {
    font-family: "Manifold Bold";
    src: url("../fonts/manifold-extended-cf-bold.eot");
    src:
        local("Manifold Bold"),
        local("Manifold-Bold"),
        url("../fonts/manifold-extended-cf-bold.woff") format("woff");
    src:
        local("Manifold Bold"),
        local("Manifold-Bold"),
        url("../fonts/manifold-extended-cf-bold.ttf") format("truetype");
}

@font-face {
    font-family: "Manifold Demi Bold";
    src: url("../fonts/manifold-extended-cf-demi-bold.eot");
    src:
        local("Manifold Demi Bold"),
        local("Manifold-Demi-Bold"),
        url("../fonts/manifold-extended-cf-demi-bold.woff") format("woff");
    src:
        local("Manifold Demi Bold"),
        local("Manifold-Demi-Bold"),
        url("../fonts/manifold-extended-cf-demi-bold.ttf") format("truetype");
}

:root {
    --color-grey-e6e7e8: #e6e7e8;
    --color-pink: pink;
    --color-purple: purple;
    --color-orange: #ff6c0c;
    --color-black: #000;
    --color-white: #fff;
    --mobile-breakpoint: 800px;
}

.color-primary-1 {
    background-color: var(--color-grey-e6e7e8);
}

.color-primary-2 {
    background-color: #8a8c8c;
}

.color-primary-3 {
    background-color: #cac8c8;
}

.color-primary-4 {
    background-color: #353435;
}

.color-primary-5 {
    background-color: #cac8c8;
}

.color-primary-6 {
    background-color: #f0f0f0;
}

.color-secondary-1 {
    background-color: var(--color-orange);
}

.color-secondary-2 {
    background-color: pink;
}

.color-secondary-3 {
    background-color: var(--color-orange);
}

.color-secondary-4 {
    background-color: pink;
}

.color-secondary-5 {
    background-color: var(--color-orange);
}

.color-secondary-6 {
    background-color: pink;
}

.color-tertiary-1 {
    background: purple;
}

.color-tertiary-2 {
    background: orange;
}

.color-tertiary-3 {
    background: purple;
}

.color-tertiary-4 {
    background: orange;
}

.color-tertiary-5 {
    background: purple;
}

.color-tertiary-6 {
    background: orange;
}

.color-highlight-1 {
    background: blue;
}

.color-highlight-2 {
    background: purple;
}

.color-highlight-3 {
    background: green;
}

.color-highlight-4 {
    background: orange;
}

.color-highlight-5 {
    background: green;
}

.color-highlight-6 {
    background: orange;
}

.color-neutral-1 {
    background: var(--color-black);
}

.color-neutral-2 {
    background: #ddd;
}

.color-neutral-3 {
    background: var(--color-white);
}

.color-neutral-4 {
    background: #c7c8ca;
}

.color-neutral-5 {
    background: #eee;
}

.color-neutral-6 {
    background: #353435;
}

.color-primary-1 ~ .button--expand:hover,
.color-primary-1 ~ .button--literature:hover,
.color-primary-1 ~ .button--fixed:hover {
    background: var(--color-grey-e6e7e8);
    color: var(--color-black);
}

.color-primary-2 ~ .button--expand:hover,
.color-primary-2 ~ .button--literature:hover,
.color-primary-2 ~ .button--fixed:hover {
    background: #8a8c8c;
    color: var(--color-black);
}

.color-primary-3 ~ .button--expand:hover,
.color-primary-3 ~ .button--literature:hover,
.color-primary-3 ~ .button--fixed:hover {
    background: #cac8c8;
    color: var(--color-black);
}

.color-primary-4 ~ .button--expand:hover,
.color-primary-4 ~ .button--literature:hover,
.color-primary-4 ~ .button--fixed:hover {
    background: #353435;
    color: var(--color-white);
}

.color-primary-5 ~ .button--expand:hover,
.color-primary-5 ~ .button--literature:hover,
.color-primary-5 ~ .button--fixed:hover {
    background: #cac8c8;
    color: var(--color-black);
}

.color-primary-6 ~ .button--expand:hover,
.color-primary-6 ~ .button--literature:hover,
.color-primary-6 ~ .button--fixed:hover {
    background: #f0f0f0;
    color: var(--color-black);
}

.color-secondary-1 ~ .button--expand:hover,
.color-secondary-1 ~ .button--literature:hover,
.color-secondary-1 ~ .button--fixed:hover {
    background: var(--color-orange);
    color: var(--color-black);
}

.color-secondary-2 ~ .button--expand:hover,
.color-secondary-2 ~ .button--literature:hover,
.color-secondary-2 ~ .button--fixed:hover {
    background: pink;
    color: var(--color-black);
}

.color-secondary-3 ~ .button--expand:hover,
.color-secondary-3 ~ .button--literature:hover,
.color-secondary-3 ~ .button--fixed:hover {
    background: var(--color-orange);
    color: var(--color-black);
}

.color-secondary-4 ~ .button--expand:hover,
.color-secondary-4 ~ .button--literature:hover,
.color-secondary-4 ~ .button--fixed:hover {
    background: pink;
    color: var(--color-black);
}

.color-secondary-5 ~ .button--expand:hover,
.color-secondary-5 ~ .button--literature:hover,
.color-secondary-5 ~ .button--fixed:hover {
    background: var(--color-orange);
    color: var(--color-black);
}

.color-secondary-6 ~ .button--expand:hover,
.color-secondary-6 ~ .button--literature:hover,
.color-secondary-6 ~ .button--fixed:hover {
    background: pink;
    color: var(--color-black);
}

.color-tertiary-1 ~ .button--expand:hover,
.color-tertiary-1 ~ .button--literature:hover,
.color-tertiary-1 ~ .button--fixed:hover {
    background: purple;
    color: var(--color-white);
}

.color-tertiary-2 ~ .button--expand:hover,
.color-tertiary-2 ~ .button--literature:hover,
.color-tertiary-2 ~ .button--fixed:hover {
    background: orange;
    color: var(--color-white);
}

.color-tertiary-3 ~ .button--expand:hover,
.color-tertiary-3 ~ .button--literature:hover,
.color-tertiary-3 ~ .button--fixed:hover {
    background: purple;
    color: var(--color-white);
}

.color-tertiary-4 ~ .button--expand:hover,
.color-tertiary-4 ~ .button--literature:hover,
.color-tertiary-4 ~ .button--fixed:hover {
    background: orange;
    color: var(--color-white);
}

.color-tertiary-5 ~ .button--expand:hover,
.color-tertiary-5 ~ .button--literature:hover,
.color-tertiary-5 ~ .button--fixed:hover {
    background: purple;
    color: var(--color-white);
}

.color-tertiary-6 ~ .button--expand:hover,
.color-tertiary-6 ~ .button--literature:hover,
.color-tertiary-6 ~ .button--fixed:hover {
    background: orange;
    color: var(--color-white);
}

.color-highlight-1 ~ .button--expand:hover,
.color-highlight-1 ~ .button--literature:hover,
.color-highlight-1 ~ .button--fixed:hover {
    background: blue;
    color: var(--color-white);
}

.color-highlight-2 ~ .button--expand:hover,
.color-highlight-2 ~ .button--literature:hover,
.color-highlight-2 ~ .button--fixed:hover {
    background: purple;
    color: var(--color-white);
}

.color-highlight-3 ~ .button--expand:hover,
.color-highlight-3 ~ .button--literature:hover,
.color-highlight-3 ~ .button--fixed:hover {
    background: green;
    color: var(--color-white);
}

.color-highlight-4 ~ .button--expand:hover,
.color-highlight-4 ~ .button--literature:hover,
.color-highlight-4 ~ .button--fixed:hover {
    background: orange;
    color: var(--color-white);
}

.color-highlight-5 ~ .button--expand:hover,
.color-highlight-5 ~ .button--literature:hover,
.color-highlight-5 ~ .button--fixed:hover {
    background: green;
    color: var(--color-white);
}

.color-highlight-6 ~ .button--expand:hover,
.color-highlight-6 ~ .button--literature:hover,
.color-highlight-6 ~ .button--fixed:hover {
    background: orange;
    color: var(--color-white);
}

.color-neutral-1 ~ .button--expand:hover,
.color-neutral-1 ~ .button--literature:hover,
.color-neutral-1 ~ .button--fixed:hover {
    background: var(--color-black);
    color: var(--color-white);
}

.color-neutral-2 ~ .button--expand:hover,
.color-neutral-2 ~ .button--literature:hover,
.color-neutral-2 ~ .button--fixed:hover {
    background: #ddd;
    color: var(--color-black);
}

.color-neutral-3 ~ .button--expand:hover,
.color-neutral-3 ~ .button--literature:hover,
.color-neutral-3 ~ .button--fixed:hover {
    background: var(--color-white);
    color: var(--color-black);
}

.color-neutral-4 ~ .button--expand:hover,
.color-neutral-4 ~ .button--literature:hover,
.color-neutral-4 ~ .button--fixed:hover {
    background: #c7c8ca;
    color: var(--color-black);
}

.color-neutral-5 ~ .button--expand:hover,
.color-neutral-5 ~ .button--literature:hover,
.color-neutral-5 ~ .button--fixed:hover {
    background: #eee;
    color: var(--color-black);
}

.color-neutral-6 ~ .button--expand:hover,
.color-neutral-6 ~ .button--literature:hover,
.color-neutral-6 ~ .button--fixed:hover {
    background: #353435;
    color: var(--color-white);
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

div,
object,
iframe {
    margin: 0;
    padding: 0;
    border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: rgba(0, 0, 0, 0);
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1,
h2,
h3,
h4,
p,
#insights-single .insights--header__disclosures,
#insights-single .insights--box h3,
blockquote,
figure,
ol,
ul,
li {
    margin: 0;
    padding: 0;
}

main,
li {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
}

strong {
    font-weight: bold;
}

a,
button {
    color: inherit;
    transition: 0.3s;
}

a {
    text-decoration: none;
}

button {
    overflow: visible;
    border: 0;
    font: inherit;
    -webkit-font-smoothing: inherit;
    letter-spacing: inherit;
    background: none;
    cursor: pointer;
}

::-moz-focus-inner {
    padding: 0;
    border: 0;
}

:focus {
    outline: 0;
}

mark {
    background: #ff0;
    color: var(--color-black);
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.rotate {
    transform: rotate(90deg);
}

.no-marg-bottom {
    margin-bottom: 0;
}

h5 {
    margin: 0 auto;
}

ul {
    margin-bottom: 10px;
}

.wireframe {
    border: 0px dashed #ddd;
}

waypoint,
.waypoint {
    display: block;
    opacity: 0.001;
    height: 0;
}

spacer {
    height: 30px;
    display: block;
    position: relative;
    pointer-events: none;
}

.container {
    overflow: hidden !important;
}

html {
    font-size: 62.5%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    height: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+66,f6f6f6+66,f6f6f6+66,f6f6f6+100 */
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 66%, #f6f6f6 66%, #f6f6f6 66%, #f6f6f6 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%, #ffffff 66%, #f6f6f6 66%, #f6f6f6 66%, #f6f6f6 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%, #ffffff 66%, #f6f6f6 66%, #f6f6f6 66%, #f6f6f6 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6', GradientType=0);
    /* IE6-9 */
}

body {
    font-size: 1.5rem;
    font-weight: normal;
    font-family: "akzidenz-grotesk", arial, sans-serif;
    background: var(--color-white);
    color: var(--color-black);
    position: relative;
    z-index: 0;
    overflow-x: hidden;
    transition: right 300ms;
    right: 0;
    display: block;
    position: relative;
}

header {
    text-align: left;
    border: none;
    margin: 0px auto;
    padding: 0px;
    display: block;
    position: relative;
}

stopit {
    position: absolute;
    z-index: 10000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background-color: rgba(221, 221, 221, 0.5);
    display: block;
    height: 100%;
    width: 100%;
}

date {
    color: #8a8c8c;
    margin: 5px 0;
    display: inline-block;
    font-style: oblique;
    font-size: 1.5rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--color-black);
    height: auto;
    overflow: visible;
    display: block;
    border: 0px dashed #ddd;
}

h1,
.heading-1 {
    font-family: eurostile, arial, sans-serif;
    font-size: 7rem;
    font-weight: normal;
    margin: 30px 0px 5px 0px;
    padding: 0px;
    line-height: 0.8em;
}

h1.header--mod1 {
    font-family: "Manifold Demi Bold", helvetica, arial, san-serif;
    text-transform: uppercase;
    font-size: 3.2rem;
    line-height: 1.2em;
}

h1 > span {
    color: var(--color-orange);
}

h2,
.heading-2 {
    font-family: eurostile-condensed, arial, sans-serif;
    font-size: 3.8rem;
    font-weight: normal;
    margin: 30px 0px 5px 0px;
    padding: 0px;
    line-height: 1.1em;
}

h3,
.heading-3 {
    font-family: eurostile-extended, arial, sans-serif;
    font-size: 2.4rem;
    font-weight: normal;
    margin: 20px 0px 5px 0px;
    padding: 0px;
    line-height: 1.1em;
}

h4,
.heading-4 {
    font-family: eurostile-extended, arial, sans-serif;
    font-size: 2rem;
    font-weight: normal;
    margin: 0px 0px 5px 0px;
    padding: 0px;
    line-height: 1.1em;
}

h5,
.heading-5 {
    font-family: eurostile-extended, arial, sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 20px 0px 5px 0px;
    padding: 0px;
    line-height: 1.1em;
    text-transform: uppercase;
}

h6,
.heading-6 {
    font-family: "Manifold Bold", arial, sans-serif;
    font-size: 1.8rem;
    margin: 20px 0px 15px 0px;
    padding: 0px;
    line-height: 1.2em;
    font-weight: normal;
    color: var(--color-orange);
}

.split-page-text-heading {
    text-transform: uppercase;
}

.split-page-heading img {
    /* max-width: 85%; */
}

h7 {
    font-family: eurostile, arial, sans-serif;
    font-size: 1.6rem;
    margin: 20px 0px 5px 0px;
    padding: 0px;
    line-height: 1.2em;
    font-weight: bold;
    color: #353435;
    display: block;
}

p,
#insights-single .insights--header__disclosures,
#insights-single .insights--box h3 {
    font-family: "akzidenz-grotesk", arial, sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
    line-height: 2.427rem;
    color: var(--color-black);
    margin-bottom: 15px;
}

b {
    font-family: "Helvetica", "Arial", sans-serif;
    font-weight: normal;
    font-size: 1.4rem;
    line-height: 1.4em;
    color: var(--color-black);
    margin-bottom: 20px;
}

sup {
    vertical-align: baseline;
    font-size: 1rem;
    color: var(--color-black);
    font-weight: normal;
}

hr {
    border-top: 2px solid var(--color-black);
    margin-top: 40px;
    margin-bottom: 40px;
}

.disclosure {
    font-style: normal;
    font-size: 1.3rem;
    line-height: 2.427rem;
    color: #353435;
    font-weight: normal;
    font-style: italic;
}

.disclosure sup {
    font-size: 1rem;
    color: var(--color-black);
}

.disclosure b {
    font-size: 1.3rem;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.footer-disclosures {
    padding-bottom: 100px;
}

a {
    text-decoration: none;
    cursor: pointer;
    font-weight: normal;
    color: var(--color-orange);
    font-size: 1.5rem;
}

a:hover {
    text-decoration: underline;
}

ul {
    padding-left: 0;
    list-style-type: disc;
    list-style-position: outside;
}

ul li {
    color: var(--color-black);
    font-weight: bold;
    list-style-type: none;
    background: url("../images/list__bullet.svg") 2px 2px no-repeat;
    background-size: 5px;
    padding-left: 15px;
    padding-bottom: 10px;
    margin: auto 0;
    line-height: 1.2em;
    display: list-item;
}

ul li ul {
    padding-left: 15px;
    padding-top: 15px;
}

ul ul li {
    list-style: none;
}

ol {
    padding: 15px;
}

ol li {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 1.2em;
}

ol li ol {
    padding-left: 15px;
}

ol ol li {
    list-style: lower-alpha;
}

.index .main_content {
    padding-top: 0px;
}

.content__col {
    padding-right: 6.86392%;
}

.row {
    clear: both;
    display: block;
    overflow: auto;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
    clear: both;
    display: block;
    overflow: auto;
}

.solid-fill {
    margin: 0 auto;
}

.solid-fill .col {
    margin: 0 auto;
}

.column,
.columns {
    width: 100%;
    float: left;
    box-sizing: border-box;
}

@media (min-width: 576px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 778px) {
    .container {
        width: 92%;
    }

    .column,
    .columns,
    .col {
        margin-left: 2%;
    }

    .column:first-child,
    .columns:first-child,
    .col:first-child {
        margin-left: 0;
    }

    .one.column,
    .one.columns {
        width: 6.5%;
    }

    .two.columns {
        width: 15%;
    }

    .three.columns {
        width: 23.5%;
    }

    .four.columns {
        width: 32%;
    }

    .five.columns {
        width: 40.5%;
    }

    .six.columns {
        width: 49%;
    }

    .seven.columns {
        width: 57.5%;
    }

    .eight.columns {
        width: 66%;
    }

    .nine.columns {
        width: 74.5%;
    }

    .ten.columns {
        width: 83%;
    }

    .eleven.columns {
        width: 91.5%;
    }

    .twelve.columns {
        width: 100%;
        margin-left: 0;
    }

    .one-fourth.column {
        width: 23.5%;
    }

    .three-fourths.column {
        width: 74.5%;
    }

    .one-third.column {
        width: 32%;
    }

    .two-thirds.column {
        width: 66%;
    }

    .one-half.column {
        width: 49%;
    }

    .offset-one.column,
    .offset-one.columns {
        margin-left: 8.5%;
    }

    .offset-two.columns {
        margin-left: 17%;
    }

    .offset-three.columns {
        margin-left: 25.5%;
    }

    .offset-four.columns {
        margin-left: 34%;
    }

    .offset-five.columns {
        margin-left: 42.5%;
    }

    .offset-six.columns {
        margin-left: 51%;
    }

    .offset-seven.columns {
        margin-left: 59.5%;
    }

    .offset-eight.columns {
        margin-left: 68%;
    }

    .offset-nine.columns {
        margin-left: 76.5%;
    }

    .offset-ten.columns {
        margin-left: 85%;
    }

    .offset-eleven.columns {
        margin-left: 93.5%;
    }

    .offset-one-third.column,
    .offset-one-third.columns {
        margin-left: 32%;
    }

    .offset-two-thirds.column,
    .offset-two-thirds.columns {
        margin-left: 66%;
    }

    .offset-one-half.column,
    .offset-one-half.columns {
        margin-left: 49%;
    }
}

.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.col--no-margin {
    display: block;
    float: left;
    margin: 1% 0 1% 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.col:first-child {
    margin-left: 0;
}

.span_2_of_2 {
    width: 100%;
}

.span_1_of_2 {
    width: 49.2%;
}

.solid-fill .span_1_of_2 {
    width: 50%;
}

.span_3_of_3 {
    width: 100%;
}

.span_2_of_3 {
    width: 66.12672%;
}

.span_1_of_3 {
    width: 32.26344%;
}

.solid-fill .span_3_of_3 {
    width: 100%;
}

.solid-fill .span_2_of_3 {
    width: 66.66%;
}

.solid-fill .span_1_of_3 {
    width: 33.33%;
}

.span_4_of_4 {
    width: 100%;
}

.span_3_of_4 {
    width: 74.6%;
}

.span_2_of_4 {
    width: 49.2%;
}

.span_1_of_4 {
    width: 23.8%;
}

.solid-fill .span_3_of_4 {
    width: 75%;
}

.solid-fill .span_2_of_4 {
    width: 50%;
}

.solid-fill .span_1_of_4 {
    width: 25%;
}

.span_5_of_5 {
    width: 100%;
}

.span_4_of_5 {
    width: 79.68%;
}

.span_3_of_5 {
    width: 59.36%;
}

.span_2_of_5 {
    width: 39.04%;
}

.span_1_of_5 {
    width: 18.72%;
}

.solid-fill .span_4_of_5 {
    width: 80%;
}

.solid-fill .span_3_of_5 {
    width: 60%;
}

.solid-fill .span_2_of_5 {
    width: 40%;
}

.solid-fill .span_1_of_5 {
    width: 20%;
}

.span_6_of_6 {
    width: 100%;
}

.span_5_of_6 {
    width: 83.06344%;
}

.span_4_of_6 {
    width: 66.12688%;
}

.span_3_of_6 {
    width: 49.20032%;
}

.span_2_of_6 {
    width: 32.26376%;
}

.span_1_of_6 {
    width: 15.3272%;
}

.solid-fill .span_5_of_6 {
    width: 83.33%;
}

.solid-fill .span_4_of_6 {
    width: 66.66%;
}

.solid-fill .span_3_of_6 {
    width: 50%;
}

.solid-fill .span_2_of_6 {
    width: 33.33%;
}

.solid-fill .span_1_of_6 {
    width: 16.66%;
}

.span_7_of_7 {
    width: 100%;
}

.span_6_of_7 {
    width: 85.48152%;
}

.span_5_of_7 {
    width: 70.96304%;
}

.span_4_of_7 {
    width: 56.45456%;
}

.span_3_of_7 {
    width: 41.93608%;
}

.span_2_of_7 {
    width: 27.4276%;
}

.span_1_of_7 {
    width: 12.90912%;
}

.solid-fill .span_6_of_7 {
    width: 85.71%;
}

.solid-fill .span_5_of_7 {
    width: 71.42%;
}

.solid-fill .span_4_of_7 {
    width: 57.14%;
}

.solid-fill .span_3_of_7 {
    width: 42.85%;
}

.solid-fill .span_2_of_7 {
    width: 28.57%;
}

.solid-fill .span_1_of_7 {
    width: 14.28%;
}

.span_8_of_8 {
    width: 100%;
}

.span_7_of_8 {
    width: 87.3%;
}

.span_6_of_8 {
    width: 74.6%;
}

.span_5_of_8 {
    width: 61.9%;
}

.span_4_of_8 {
    width: 49.2%;
}

.span_3_of_8 {
    width: 36.5%;
}

.span_2_of_8 {
    width: 23.8%;
}

.span_1_of_8 {
    width: 11.1%;
}

.solid-fill .span_7_of_8 {
    width: 87.5%;
}

.solid-fill .span_6_of_8 {
    width: 75%;
}

.solid-fill .span_5_of_8 {
    width: 62.5%;
}

.solid-fill .span_4_of_8 {
    width: 50%;
}

.solid-fill .span_3_of_8 {
    width: 37.5%;
}

.solid-fill .span_2_of_8 {
    width: 25%;
}

.solid-fill .span_1_of_8 {
    width: 12.5%;
}

.span_9_of_9 {
    width: 100%;
}

.span_8_of_9 {
    width: 88.70224%;
}

.span_7_of_9 {
    width: 77.41448%;
}

.span_6_of_9 {
    width: 66.12672%;
}

.span_5_of_9 {
    width: 54.83896%;
}

.span_4_of_9 {
    width: 43.5512%;
}

.span_3_of_9 {
    width: 32.26344%;
}

.span_2_of_9 {
    width: 20.97568%;
}

.span_1_of_9 {
    width: 9.68792%;
}

.solid-fill .span_8_of_9 {
    width: 88.88%;
}

.solid-fill .span_7_of_9 {
    width: 77.77%;
}

.solid-fill .span_6_of_9 {
    width: 66.66%;
}

.solid-fill .span_5_of_9 {
    width: 55.55%;
}

.solid-fill .span_4_of_9 {
    width: 44.44%;
}

.solid-fill .span_3_of_9 {
    width: 33.33%;
}

.solid-fill .span_2_of_9 {
    width: 22.22%;
}

.solid-fill .span_1_of_9 {
    width: 11.11%;
}

.span_10_of_10 {
    width: 100%;
}

.span_9_of_10 {
    width: 89.84%;
}

.span_8_of_10 {
    width: 79.68%;
}

.span_7_of_10 {
    width: 69.52%;
}

.span_6_of_10 {
    width: 59.36%;
}

.span_5_of_10 {
    width: 49.2%;
}

.span_4_of_10 {
    width: 39.04%;
}

.span_3_of_10 {
    width: 28.88%;
}

.span_2_of_10 {
    width: 18.72%;
}

.span_1_of_10 {
    width: 8.56%;
}

.solid-fill .span_9_of_10 {
    width: 90%;
}

.solid-fill .span_8_of_10 {
    width: 80%;
}

.solid-fill .span_7_of_10 {
    width: 70%;
}

.solid-fill .span_6_of_10 {
    width: 60%;
}

.solid-fill .span_5_of_10 {
    width: 50%;
}

.solid-fill .span_4_of_10 {
    width: 40%;
}

.solid-fill .span_3_of_10 {
    width: 30%;
}

.solid-fill .span_2_of_10 {
    width: 20%;
}

.solid-fill .span_1_of_10 {
    width: 10%;
}

.span_11_of_11 {
    width: 100%;
}

.span_10_of_11 {
    width: 90.75456%;
}

.span_9_of_11 {
    width: 81.51912%;
}

.span_8_of_11 {
    width: 72.28368%;
}

.span_7_of_11 {
    width: 63.04824%;
}

.span_6_of_11 {
    width: 53.8128%;
}

.span_5_of_11 {
    width: 44.57736%;
}

.span_4_of_11 {
    width: 35.34192%;
}

.span_3_of_11 {
    width: 26.10648%;
}

.span_2_of_11 {
    width: 16.87104%;
}

.span_1_of_11 {
    width: 7.6356%;
}

.solid-fill .span_10_of_11 {
    width: 90.9%;
}

.solid-fill .span_9_of_11 {
    width: 81.81%;
}

.solid-fill .span_8_of_11 {
    width: 72.72%;
}

.solid-fill .span_7_of_11 {
    width: 63.63%;
}

.solid-fill .span_6_of_11 {
    width: 54.54%;
}

.solid-fill .span_5_of_11 {
    width: 45.45%;
}

.solid-fill .span_4_of_11 {
    width: 36.36%;
}

.solid-fill .span_3_of_11 {
    width: 27.27%;
}

.solid-fill .span_2_of_11 {
    width: 18.18%;
}

.solid-fill .span_1_of_11 {
    width: 9.09%;
}

.span_12_of_12 {
    width: 100%;
}

.span_11_of_12 {
    width: 91.52672%;
}

.span_10_of_12 {
    width: 83.06344%;
}

.span_9_of_12 {
    width: 74.60016%;
}

.span_8_of_12 {
    width: 66.12688%;
}

.span_7_of_12 {
    width: 57.6636%;
}

.span_6_of_12 {
    width: 49.20032%;
}

.span_5_of_12 {
    width: 40.72704%;
}

.span_4_of_12 {
    width: 32.26376%;
}

.span_3_of_12 {
    width: 23.80048%;
}

.span_2_of_12 {
    width: 15.3272%;
}

.span_1_of_12 {
    width: 6.86392%;
}

.solid-fill .span_11_of_12 {
    width: 91.66%;
}

.solid-fill .span_10_of_12 {
    width: 83.33%;
}

.solid-fill .span_9_of_12 {
    width: 75%;
}

.solid-fill .span_8_of_12 {
    width: 66.66%;
}

.solid-fill .span_7_of_12 {
    width: 58.33%;
}

.solid-fill .span_6_of_12 {
    width: 50%;
}

.solid-fill .span_5_of_12 {
    width: 41.66%;
}

.solid-fill .span_4_of_12 {
    width: 33.33%;
}

.solid-fill .span_3_of_12 {
    width: 25%;
}

.solid-fill .span_2_of_12 {
    width: 16.66%;
}

.solid-fill .span_1_of_12 {
    width: 8.33%;
}

.span_2_of_12--hodor {
    width: 15.3272%;
    min-width: 200px;
}

.span_10_of_12--hodor {
    width: 83.06344%;
    max-width: 600px;
}

@media (max-width: 1440px) {
    .content__col {
        padding-right: 0;
    }
}

@media (max-width: 1380px) {
    .lg-half {
        width: 49.20032%;
    }

    .lg-half:nth-child(odd) {
        margin-left: 0;
    }

    .lg-nomargin {
        margin: 0;
    }
}

@media (max-width: 1380px) {
    .lg-full {
        width: 100%;
        margin: 1% 0 1% 0%;
    }
}

@media (max-width: 1058px) {
    .md-half {
        width: 49.20032%;
    }

    .md-half:nth-child(odd) {
        margin-left: 0;
    }

    .md-nomargin {
        margin: 0;
    }
}

@media (max-width: 1058px) {
    .md-full {
        width: 100%;
        margin: 1% 0 1% 0%;
    }
}

@media (max-width: 778px) {
    .span_1_of_2,
    .span_2_of_2,
    .span_1_of_3,
    .span_2_of_3,
    .span_3_of_3,
    .span_1_of_4,
    .span_2_of_4,
    .span_3_of_4,
    .span_4_of_4,
    .span_1_of_5,
    .span_2_of_5,
    .span_3_of_5,
    .span_4_of_5,
    .span_5_of_5,
    .span_1_of_6,
    .span_2_of_6,
    .span_3_of_6,
    .span_4_of_6,
    .span_5_of_6,
    .span_6_of_6,
    .span_1_of_7,
    .span_2_of_7,
    .span_3_of_7,
    .span_4_of_7,
    .span_5_of_7,
    .span_6_of_7,
    .span_7_of_7,
    .span_1_of_8,
    .span_2_of_8,
    .span_3_of_8,
    .span_4_of_8,
    .span_5_of_8,
    .span_6_of_8,
    .span_7_of_8,
    .span_8_of_8,
    .span_1_of_9,
    .span_2_of_9,
    .span_3_of_9,
    .span_4_of_9,
    .span_5_of_9,
    .span_6_of_9,
    .span_7_of_9,
    .span_8_of_9,
    .span_9_of_9,
    .span_1_of_10,
    .span_2_of_10,
    .span_3_of_10,
    .span_4_of_10,
    .span_5_of_10,
    .span_6_of_10,
    .span_7_of_10,
    .span_8_of_10,
    .span_9_of_10,
    .span_10_of_10,
    .span_1_of_11,
    .span_2_of_11,
    .span_3_of_11,
    .span_4_of_11,
    .span_5_of_11,
    .span_6_of_11,
    .span_7_of_11,
    .span_8_of_11,
    .span_9_of_11,
    .span_10_of_11,
    .span_11_of_11,
    .span_1_of_12,
    .span_2_of_12,
    .span_3_of_12,
    .span_4_of_12,
    .span_5_of_12,
    .span_6_of_12,
    .span_7_of_12,
    .span_8_of_12,
    .span_9_of_12,
    .span_10_of_12,
    .span_11_of_12,
    .span_12_of_12 {
        width: 100%;
    }

    .solid-fill .span_1_of_2,
    .solid-fill .span_2_of_2,
    .solid-fill .span_1_of_3,
    .solid-fill .span_2_of_3,
    .solid-fill .span_3_of_3,
    .solid-fill .span_1_of_4,
    .solid-fill .span_2_of_4,
    .solid-fill .span_3_of_4,
    .solid-fill .span_4_of_4,
    .solid-fill .span_1_of_5,
    .solid-fill .span_2_of_5,
    .solid-fill .span_3_of_5,
    .solid-fill .span_4_of_5,
    .solid-fill .span_5_of_5,
    .solid-fill .span_1_of_6,
    .solid-fill .span_2_of_6,
    .solid-fill .span_3_of_6,
    .solid-fill .span_4_of_6,
    .solid-fill .span_5_of_6,
    .solid-fill .span_6_of_6,
    .solid-fill .span_1_of_7,
    .solid-fill .span_2_of_7,
    .solid-fill .span_3_of_7,
    .solid-fill .span_4_of_7,
    .solid-fill .span_5_of_7,
    .solid-fill .span_6_of_7,
    .solid-fill .span_7_of_7,
    .solid-fill .span_1_of_8,
    .solid-fill .span_2_of_8,
    .solid-fill .span_3_of_8,
    .solid-fill .span_4_of_8,
    .solid-fill .span_5_of_8,
    .solid-fill .span_6_of_8,
    .solid-fill .span_7_of_8,
    .solid-fill .span_8_of_8,
    .solid-fill .span_1_of_9,
    .solid-fill .span_2_of_9,
    .solid-fill .span_3_of_9,
    .solid-fill .span_4_of_9,
    .solid-fill .span_5_of_9,
    .solid-fill .span_6_of_9,
    .solid-fill .span_7_of_9,
    .solid-fill .span_8_of_9,
    .solid-fill .span_9_of_9,
    .solid-fill .span_1_of_10,
    .solid-fill .span_2_of_10,
    .solid-fill .span_3_of_10,
    .solid-fill .span_4_of_10,
    .solid-fill .span_5_of_10,
    .solid-fill .span_6_of_10,
    .solid-fill .span_7_of_10,
    .solid-fill .span_8_of_10,
    .solid-fill .span_9_of_10,
    .solid-fill .span_10_of_10,
    .solid-fill .span_1_of_11,
    .solid-fill .span_2_of_11,
    .solid-fill .span_3_of_11,
    .solid-fill .span_4_of_11,
    .solid-fill .span_5_of_11,
    .solid-fill .span_6_of_11,
    .solid-fill .span_7_of_11,
    .solid-fill .span_8_of_11,
    .solid-fill .span_9_of_11,
    .solid-fill .span_10_of_11,
    .solid-fill .span_11_of_11,
    .solid-fill .span_1_of_12,
    .solid-fill .span_2_of_12,
    .solid-fill .span_3_of_12,
    .solid-fill .span_4_of_12,
    .solid-fill .span_5_of_12,
    .solid-fill .span_6_of_12,
    .solid-fill .span_7_of_12,
    .solid-fill .span_8_of_12,
    .solid-fill .span_9_of_12,
    .solid-fill .span_10_of_12,
    .solid-fill .span_11_of_12,
    .solid-fill .span_12_of_12 {
        width: 100%;
    }

    .col {
        margin: 1% 0 1% 0%;
    }

    .spacerCol {
        height: 0;
    }
}

.display-block {
    display: block;
}

.display-inline-block {
    display: inline-block;
}

.display-none {
    display: none;
}

.display-table {
    display: table;
}

.display-table-row {
    display: table-row;
}

.display-table-cell {
    display: table-cell;
}

.asofdate {
    color: #ddd;
    font-weight: normal;
    font-size: 1.3rem;
    font-style: italic;
    letter-spacing: -1px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.transparentWhiteBG {
    background: rgba(255, 255, 255, 0.9);
}

.disableSelect {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.bold {
    font-weight: bold;
}

.no-bold {
    font-weight: normal;
}

.callout {
    color: pink;
    font-family: "akzidenz-grotesk", arial, sans-serif;
}

#tab2 .disclosure,
#tab1 .disclosure {
    margin-bottom: 0px;
}

.banner-blue-background {
    background-color: var(--color-grey-e6e7e8);
    border-top: 0px solid var(--color-white);
    height: auto;
}

.home-icon-svg {
    /* background-image: url(); */
    background-size: 34px 33.66666667px;
    background-position: 0 17px;
    background-repeat: no-repeat;
    width: 33.66666667px;
    height: 60px;
    display: block;
}

@media (max-width: 1058px) {
    #tab2 .disclosure,
    #tab1 .disclosure {
        padding-bottom: 0px;
    }
}

.italic {
    font-style: italic;
}

.knockout {
    color: var(--color-white);
}

.lowercase {
    text-transform: lowercase;
}

.uppercase {
    text-transform: uppercase;
}

.indent {
    margin-left: 50px;
    padding-right: 50px;
}

.first {
    padding-top: 0;
    margin-top: 0;
}

.last {
    padding-bottom: 0;
    margin-bottom: 0;
}

.no-margin {
    margin: 0;
}

.no-padding {
    padding: 0;
}

.no-width,
width-none {
    width: 0px;
}

.clear {
    clear: both;
}

.clear-left {
    clear: left;
}

.clear-right {
    clear: right;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.full-width,
.u-full-width {
    width: 100%;
    box-sizing: border-box;
}

.max-full-width,
.u-max-full-width {
    max-width: 100%;
    box-sizing: border-box;
}

.responsive {
    max-width: 100%;
    height: auto;
}

.margin-top-0 {
    margin-top: 0px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-left-20 {
    margin-left: 20px;
}

.margin-right-20 {
    margin-right: 20px;
}

.margin-top-50 {
    margin-top: 50px;
}

.margin-bottom-0 {
    margin-bottom: 0px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.padding-top-10 {
    padding-top: 10px;
}

.padding-top-50 {
    padding-top: 50px;
}

.padding-right-35 {
    padding-right: 35px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-70 {
    padding-left: 70px;
}

.noselect,
.accordion__tab,
.pageHeaderContainer,
.button--tab,
button,
.button,
.button--mod2,
.button--mod1,
.button-wireframe--inverted:hover,
.button-wireframe--inverted:active,
.button-wireframe--inverted.active,
.button-wireframe--inverted,
.button-wireframe:hover,
.button-wireframe:active,
.button-wireframe.active,
.button-wireframe,
.button--inverted:hover,
.button--inverted:active,
.button--inverted.active,
.button--inverted,
select:not([multiple]),
.logoBarMobile,
mobileNavButton,
.sidebar__link,
#sidebar > li > a,
.sidebar__li,
#sidebar > li,
#main-nav > li > a,
#main-nav > li {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.notransition {
    transition: none !important;
}

.notransform {
    transform: none !important;
}

.site-logo {
    /* margin: 0px auto;
    position: relative;
    padding: 0px; */
    line-height: 0;
    display: inline-block;
}

#main-nav-highlight-line {
    z-index: 1011;
    position: absolute;
    top: 0;
    background: var(--color-orange);
    height: 5px;
    width: 20px;
    left: -200px;
}

/* #dgi-site-header{
 position: fixed;
     z-index: 10010;
     top: 0;
     left: 0;
     right: 0;
} */
#navamongus {
    background-color: var(--color-white);

    border-bottom: 2px solid #f6f6f6;

    transition: height 0.3s ease;
    transition: margin-top 0.3s ease;
    position: fixed;
    z-index: 1010;
    top: 0;
    left: 0;
}

.nav_container {
    position: relative;
    width: 100%;
    /* text-align: left; */

    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* .nav_container>a {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: inline
} */

#main-nav {
    margin: 0px auto;
    padding: 0px;
    width: auto;
    height: 33px;
    display: block;
    float: right;
    opacity: 1;
    margin: 16px 10px 16px 0px;
    border: none;
    background-color: var(--color-white);
}

#main-nav > li {
    float: none;
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0px;
    margin: -2px -2px -2px -2px;
    height: 100%;
    border: none;
    background-color: none;
    position: relative;
    list-style-type: none;
    /* background: url("") 0px 0px no-repeat */
}

#main-nav > li > a {
    display: block;
    font-weight: bold;
    font-size: 1.3rem;
    font-family: eurostile, arial, sans-serif;
    text-transform: uppercase;
    line-height: 1.2em;
    cursor: pointer;
    color: var(--color-black);
    padding: 10px 20px;
    margin: 0px auto;

    cursor: pointer;
    height: auto;
    transition: all 0.3s ease;
}

#main-nav > li > a:hover {
    color: var(--color-orange);
    text-decoration: none;
}

@media (max-width: 1440px) {
    #main-nav > li {
        display: none !important;
    }

    #main-nav li {
        height: 63px;
    }
}

#main-nav > li.main-nav__demote a {
    color: #8a8c8c;
}

#main-nav > li.main-nav__demote a:hover {
    color: var(--color-orange);
}

#main-nav > li a.active {
    color: var(--color-orange);
}

#main-nav .main-nav__dots {
    margin-left: 1px;
}

#main-nav .main-nav__dots::before {
    color: #8a8c8c;
    position: absolute;
    top: 0;
    left: -3px;
    border: dotted 0px red;
    height: 100%;
    width: 3px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/dots.svg");
    background-size: 3px 36px;
    content: "";
    opacity: 0.6;
}

#main-nav .main-nav-dropdown {
    border: none;
    border-bottom: 5px solid var(--color-orange);
    background-color: none;
    background: rgba(0, 0, 0, 0.02);
    z-index: 1009;
    width: auto;
    height: auto;
    display: none;
    text-align: center;
    position: absolute;
    margin: 0 auto;
    margin-top: 0px;
    top: 5px;
    left: 0px;
    padding: 0px 0px;
    margin-bottom: 10px;
    border: none;
    overflow: hidden;
    box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.1);
}

#main-nav .main-nav-dropdown ul {
    display: inline-block;
    width: auto;
    height: auto;
    text-align: center;
    position: relative;

    margin: 0px auto;
    vertical-align: top;
    padding: 25px;
    padding-top: 22px;
    list-style-type: none;
    background: none;
}

#main-nav .main-nav-dropdown bgPanel {
    background: var(--color-white);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 4px;
    left: 0px;
    z-index: -10;

    box-shadow: 1px 1px 20px 1px rgba(0, 0, 0, 0.1);
}

.main-nav-dropdown ul li {
    display: block;
    width: auto;

    margin: 0px auto;
    padding: 0px;
    background: none;
}

.main-nav-dropdown ul li a {
    display: block;
    width: auto;
    margin: 0px auto;
    padding: 12px 24px;
    text-align: center;
    font-size: 1.3rem;
    color: #353435;
    white-space: nowrap;
    font-size: 1.3rem;
    line-height: 1em;
    font-family: eurostile, arial, sans-serif;
    /* font-weight: bold; */
    text-transform: uppercase;
    transition: color 0.3s ease;
    transition: background-color 0.3s ease;
}

.main-nav-dropdown ul li a:hover {
    text-decoration: none;
    background-color: #f6f6f6;
}

.main-nav-dropdown ul li a.active {
    color: var(--color-orange);
}

.main-nav-dropdown afterBar {
    content: "";
    height: 5px;
    background-color: var(--color-orange);
    width: 20px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;

    z-index: 100;
}

#main-nav-dropdown-products {
    width: 350px;
}

@media (max-width: 1058px) {
    #main-nav {
        display: none;
    }

    #navamongus {
        height: 65px;
    }

    #main-nav-highlight-line {
        display: none;
    }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #main-nav > li > a {
        font-size: 1.15rem;
    }
}

@supports (-ms-ime-align: auto) {
    #main-nav > li > a {
        font-size: 1.15rem;
    }
}

/*--------------------------------
/*  Mobile Menu
/*--------------------------------*/
mobileNavButton {
    display: none;
    height: 29px;
    width: 29px;
    cursor: pointer;
    background-image: url("../images/masthead__hamburger.svg");
    margin: 18px 26px;
    background-repeat: no-repeat;
    background-position: center center;

    z-index: 1011;
    color: var(--color-black);
    position: fixed;
    right: 0px;
    top: 0px;
}

@media (max-width: 1440px) {
    mobileNavButton {
        display: block;
    }
}

#mobilemenu {
    background-color: var(--color-white);
    display: block;
    font-family: arial;
    font-size: 1.8rem;
    position: fixed;
    top: 0px;
    left: 100%;
    height: 100%;
    width: 100%;
    z-index: 9998;
}

.mainNavMobile {
    background-color: var(--color-orange);
    text-transform: uppercase;
    overflow: hidden;
    height: 100%;
}

#mobilemenu li {
    background: none;
}

/* mmh1, */
#mobilemenu .main-nav-dropdown ul li a {
    color: var(--color-white);
    font-size: 1.8rem;
    font-weight: bold;
    display: block;
    cursor: pointer;
    padding: 16px 16px 16px 16px;
    position: relative;
    text-align: left;
}

#mobilemenu .main-nav-dropdown ul li a:hover {
    text-decoration: none;
}

#mobilemenu .main-nav-item > a {
    padding: 16px 30px;
}

#mobilemenu .main-nav-item:first-of-type {
    margin-top: 22px;
}

#mobilemenu .main-nav-item:first-child div {
    margin-top: 18px;
}

#mobilemenu .main-nav-item {
    position: relative;
}

#mobilemenu .main-nav-item a {
    color: var(--color-white);
    font-size: 1.8rem;
    font-weight: bold;
    display: block;
    cursor: pointer;
    position: relative;
}

#mobilemenu .main-nav-dropdown {
    all: initial;
    display: none;
    margin: 0 !important;
    /* Important to override jQuery inline */
    padding-left: 6%;
    position: relative;
    overflow: visible;
    height: auto;
}

#mobilemenu .main-nav-dropdown .sub-menu {
    padding: 0;
    margin: 0;
}

#mobilemenu .menu-item-has-children:after {
    content: "";
    display: block;
    height: 18px;
    width: 12px;
    background-color: rgba(88, 88, 88, 0);
    background-image: url("../images/right_open_icon.svg");
    background-position: center center;
    background-size: contain;
    text-decoration: none;
    position: absolute;
    right: 33px;
    top: 20px;
    transition: transform 0.3s ease;
    transform: rotate(0deg);
}
#mobilemenu .menu-item a * {
    pointer-events: none;
}
#mobilemenu .menu-item-has-children.active:after {
    transform: rotate(90deg);
}

/* #mobilemenu .backArrow div {
    background-color: var(--color-black);
    height: 15px;
    width: 26px;
    float: left;
    margin-right: 10px;
    border-color: var(--color-white);
    background-image: url(../images/left-arrow-01.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
} */

/* .mainNavMobile__sublink:hover {
    text-decoration: none
}

.mainNavMobile__sublink:first-child {
    padding-top: 8px
} */
/*
mmh1:hover,
.mainNavMobile__link:hover,
.footerNavMobile__link:hover {
    text-decoration: none
}

.mainNavMobile__link:last-child {
    padding-bottom: 36px
} */
/*
mmh1:first-child {
    margin-top: 2px;
    padding-top: 36px
} */
/* #mobilemenu .main-nav-dropdown,
.mainNavMobile__drop {

} */

/* .mainNavMobile__subHeader2 {
    color: var(--color-orange);
    display: block;
    padding: 20px 5px 5px 20px;
    cursor: default
} */
/*
mmhXheader {
    background-color: var(--color-black);
    color: #8a8c8c;
    display: block;
    font-weight: bold;
    padding: 15px 15px 15px 15px;
    cursor: pointer
}
*/

/*--------------------------------
/*  Footer Nav Mobile Menu
/*--------------------------------*/

.footerNavMobile {
    background-color: var(--color-white);
    position: fixed;
    padding: 2% 0;
    width: 100%;
    bottom: 0;
    z-index: 10001;
}

.footerNavMobile img {
    width: 27px;
    height: 27px;
}

.footerNavMobile a {
    display: inline-block;
    width: 10%;
    padding-left: 9px;
}

.footerNavMobile a:last-child {
    width: 30%;
    position: absolute;
    top: 33%;
    font-size: 0.8em;
    font-weight: bold;
    margin-left: 3%;
}

.footerNavMobile__link,
.footerNavMobile__link img {
    color: #8a8c8c;
    display: inline;
    padding: 10px 30px;
    cursor: pointer;
    font-size: 1.8rem;
    text-decoration: none;
}

/* .connectedMobile {
    background-color: var(--color-black);
    height: 100%;
    padding-top: 20px
} */
/*
#mobilemenu .icon div {
    height: 18px;
    width: 12px;
    background-color: rgba(88, 88, 88, 0);
    background-image: url("../assets/images/right_open_icon.svg");
    background-position: center center;
    background-size: cover;
    text-decoration: none;
    position: absolute;
    right: 33px;
    top: 20px;
    transition: transform .3s ease
}

mmh1.icon:first-child div,
#mobilemenu .main-nav-item:first-child div  {
    margin-top: 18px
}*/

/* collapseMenuButton {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px;
    height: 100%;
    display: none;
    cursor: pointer
} */

/*--------------------------------
/*  Mobile Logo Bar
/*--------------------------------*/

.logoBarMobile {
    position: relative;
    padding: 15px;
    text-align: center;
    height: 35px;
    background: var(--color-grey-e6e7e8);
    border-bottom: solid 2px var(--color-white);
}

.logoBarMobile .site-logo {
}

.logoBarMobile .site-logo img {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 100%;
}

.logoBarMobile .close-button img {
    position: absolute;
    right: 30px;
    height: 32%;
    top: 21px;
}

.logoBarMobile__logo {
    display: block;
    height: 30;
    width: 45;
    margin: 0 auto;
}

.logoBarMobile__x {
    height: 18px;
    width: 18px;
    position: absolute;
    top: 22px;
    left: 22px;
}

/*--------------------------------
/*  Section
/*--------------------------------*/

section,
.section {
    border: none;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    padding: 40px;
    margin-bottom: 0px;
    min-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
}

section--inverted,
.section--inverted {
    background-color: #cac8c8;
    border: 1px solid #353435;
}

section__ownersforum,
.section__ownersforum {
    padding-top: 120px;
}

.section__content,
.section__content--full-height,
.section__content--right,
.section__content--center {
    padding: 15px;
}

.section__content--center {
    text-align: center;
}

.section__content--right {
    text-align: right;
}

.section__content--full-height {
    padding-top: 0px;
    display: none;
    padding: 40px;
}

.section__content--full-height p:last-child,
.section__content--full-height #insights-single .insights--header__disclosures:last-child,
#insights-single .section__content--full-height .insights--header__disclosures:last-child,
.section__content--full-height #insights-single .insights--box h3:last-child,
#insights-single .insights--box .section__content--full-height h3:last-child {
    margin-bottom: 35px;
}

.section__heading--center {
    text-align: center;
}

.section__heading--left {
    text-align: left;
    padding: 15px;
}

.section__heading--right {
    text-align: right;
    padding: 15px;
}

.section__heading--mod-1 {
    color: #8a8c8c;
    font-weight: bold;
    font-size: 2.4rem;
    display: block;
    padding: 15px;
}

.section__heading--mod-2 {
    color: var(--color-orange);
    text-transform: uppercase;
    padding: 15px;
}

.section__heading--mod-3 {
    border-bottom: 1px var(--color-orange) solid;
    padding: 15px;
}

.section__heading--mod-4 {
    background: #8a8c8c;
    color: var(--color-white);
    padding: 15px;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
}

.section__heading--mod-5 {
    background: #f6f6f6;
    color: var(--color-black);
    padding: 15px;
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
}

.section__type-big {
    color: var(--color-black);
    font-size: 2.4rem;
    font-weight: bold;
    padding: 15px;
}

.section__type-big--inverted {
    color: var(--color-white);
    font-size: 2.4rem;
    font-weight: bold;
    padding: 15px;
}

.section__tabs {
    border-left: solid 4px var(--color-orange);
}

#banner-transition {
    transition: all 1s ease;
}

#display-content.span_1_of_2.no-width {
    opacity: 0;
    transition: all 1s ease;
}

#display-content.span_1_of_2.fade-transition-in {
    opacity: 1;
    width: 50%;
}

.circleNumber {
    border: 4px solid var(--color-orange);
    border-radius: 50%;
    padding: 0px;
    height: 52px;
    width: 52px !important;
    display: inline-block;
    position: relative;
}

.circleNumber b {
    position: absolute;
    top: 24px;
    left: 10px;
    z-index: 1;
    font-weight: normal;
    font-size: 3.5rem;
    line-height: 0em;
    font-family: "Manifold Demi Bold", arial, san-serif;
}

.circleNumber b.mod-1 {
    top: 25px;
    left: 19px;
}

.header--fixed {
    position: fixed;
    z-index: 500;
    top: 0px;
    left: 0px;
    width: 100%;
    margin-top: 65px;
    pointer-events: none;
}

headerMobileSpaceBlock {
    display: none;
}

@media (max-width: 778px) {
    headerMobileSpaceBlock {
        display: block;
    }

    .header--fixed {
        display: block;
        position: relative;
        margin-top: 0px;
    }
}

@media (max-width: 1380px) {
    #section__open-an-account .button--tab.col {
        height: 50px;
    }

    #section__open-an-account .button--tab.col h3 {
        line-height: 30px;
        margin-top: 6px;
        margin-bottom: 6px;
    }

    #section__open-an-account .button--tab.col:first-child h3 {
        line-height: 15px;
        padding: 0 12px;
    }
}

@media (max-width: 1058px) {
    .section__ownersforum {
        padding: 65px 0 0 0;
    }

    .section__heading--mod-5 {
        line-height: 1.8rem;
    }
}

@media (max-width: 778px) {
    .section__ownersforum {
        padding: 20px 0 0 0;
    }

    headerMobileSpaceBlock {
        display: block;
    }

    .header--fixed {
        display: block;
        position: relative;
        margin-top: 0px;
    }
}

@media (max-width: 778px) and (min-width: 673px) {
    #section__open-an-account .button--tab.col:first-child h3 {
        line-height: 30px;
        padding: 0;
    }
}

#sectionStage .col h2,
section h2:first-child {
    margin-top: 0px;
}

#sectionStage .col h6,
section h6:first-child {
    margin-top: 0px;
}

anchorTo {
    background: #ddd;
    height: 0px !important;
    content: "";
    width: 100%;
    display: block;
    font-size: 0;
}

#sectionStage {
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 600;
    background: rgba(0, 0, 0, 0);
    opacity: 0;
}

#sectionStage > .col {
    height: 100%;
    padding: 40px;
    position: relative;
}

#sectionStage > .col > p,
#insights-single #sectionStage > .col > .insights--header__disclosures,
#insights-single .insights--box #sectionStage > .col > h3 {
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0);
    margin: 0 auto;
}

section {
    transition-property: none;
}

.padding-wrapper {
    margin: 0 auto;
    margin-left: 40px;
    margin-right: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-55%);
}

#positionDots {
    position: fixed;
    z-index: 660;

    top: 53%;
    left: 49.78%;
    transform: translateY(-50%);
    transform: translateY(-50%);
}

#positionDots div {
    display: block;
    background: #d0d0d0;
    border-radius: 50px;
    width: 7px;
    height: 7px;
    margin-bottom: 10px;
    cursor: pointer;
}

#positionDots span {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    background: var(--color-orange);
    border-radius: 50px;
    width: 7px;
    height: 7px;
}

#insights-loop time {
    display: block;
    font-family: "Manifold Demi Bold", arial, sans-serif;
    font-size: 1.1rem;
    margin-bottom: 10px;
    margin-left: 46px;
}

#insights-loop .linestyle__mod-3 {
    transition: background 0.2s ease;
    background: var(--color-white);
    margin-bottom: 15px;
    cursor: pointer;
    width: 70%;
}

#insights-loop .linestyle__mod-3:hover {
    background: #cac8c8;
}

#insights-loop a {
    display: inline-block;
    text-decoration: none;
    padding: 10px 20px 10px 46px;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.5em;
}

#insights-loop .section__heading--mod-5 {
    transition: background 0.2s ease-out;
    background: none;
    font-size: 1.5rem;
    padding: 0;
    display: inline;
}

#insights-single {
    max-width: 1200px;
    padding: 40px 10% 60px;
    /* display: none */
}

#insights-single .button--dl {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0;
    margin-top: 30px;
    /* visibility: hidden */
}

#insights-single h1,
#insights-single .insights--date {
    margin-bottom: 30px;
}

#insights-single .insights--author {
    color: var(--color-orange);
}

#insights-single .insights--date {
    color: #8a8c8c;
}

#insights-single .insights--bullet-point__primary,
#insights-single .insights--bullet-point__primary span {
    font-family: "Manifold Bold", arial, sans-serif;
    font-size: 1.5rem;
    margin: 40px 0px 15px 0px;
    padding: 0px;
    line-height: 1.2em;
    font-weight: bold;
    color: var(--color-black);
}

#insights-single .insights--bullet-point__primary span {
    font-weight: normal;
    color: var(--color-orange);
}

#insights-single .insights--bullet-point__secondary span {
    font-weight: bold;
}

#insights-single .insights--box {
    background: #cbcbcb;
    margin-bottom: 40px;
    margin-top: 40px;
}

#insights-single .insights--box h3 {
    background: var(--color-black);
    color: var(--color-white);
    font-family: "Manifold Bold", arial, sans-serif;
    padding: 20px 30px;
}

#insights-single .insights--box h3 sup {
    color: var(--color-white);
}

#insights-single .insights--header__disclosures {
    font-weight: bold;
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 25px;
}

#insights-single figure {
    margin: 0 0 40px;
}

#insights-single figure figcaption {
    font-size: 1.3rem;
}

#insights-single img {
    margin: 10px auto;
    max-width: 100%;
}

#insights-single .disclosure {
    line-height: 1.5rem;
}

#insights-single .disclosure a {
    word-wrap: break-word;
}

@media (min-width: 778px) {
    #insights-single .flex {
        display: flex;
        gap: 45px;
    }

    #insights-single .flex > * {
        flex: 0 50%;
    }
}

.isBenchmarkRow {
    background-color: var(--color-white);
}

.investorClass {
    background-color: var(--color-white);
}

.bg-white {
    background: var(--color-white);
    padding: 10px;
    margin-bottom: 20px;
}

.title-white {
    background: rgba(255, 255, 255, 0.5);
    padding: 15px 25px 25px;
    margin-bottom: 2px;
}

.tableOverflowIndicator {
    color: var(--color-orange) !important;
    width: 100%;
    text-align: center;
    margin: 10px 0 20px 0;
    font-family: Arial, sans-serif;
    display: none;
}

@media only screen and (max-width: 1058px) {
    .tableOverflowClass {
        overflow: auto;
    }
}

.tableHorizontalScroll {
    overflow: hidden;
    overflow-y: hidden;
    width: 100%;
}

.tableHorizontalScroll table,
.tableHorizontalScroll tbody {
    overflow: hidden;
}

.table__wrapper {
    padding: 0 1px;
}

table {
    width: 100%;
    margin: 10px 0 15px 0;
    line-height: 1.2em;
    box-sizing: border-box;
}

table th {
    padding: 10px;
    background-color: rgba(0, 0, 0, 0);
    color: #8a8c8c;
    border: 1px solid #8a8c8c;
    font-size: 1.5rem;
    line-height: 1.2em;
    font-weight: bold;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

table td {
    padding: 8px 12px;
    vertical-align: middle;
    color: var(--color-black);
    border: 1px solid #8a8c8c;
    text-align: center;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.table--bottom-borders th,
.table--daily-price th,
.table--bottom-borders-mod2 th,
.table--bottom-borders td,
.table--daily-price td,
.table--bottom-borders-mod2 td {
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.table--bottom-borders-mod2 {
    margin: 10px 0 0 0;
}

.table--bottom-borders-mod2 td {
    border-bottom: 1px solid #ddd;
    width: 90%;
}

.table--bottom-borders-mod2 tr:last-child > td {
    border-bottom: 0;
}

.table--bottom-borders-mod2 td:first-child {
    text-align: left;
    width: 10%;
}

.table--bottom-borders-mod2 td:last-child {
    text-align: right;
    width: 10%;
}

.table--bottom-borders-mod3,
.table,
.table--mod-4,
.table--mod-3,
.table--mod-2 {
    margin: 0 0 0 0;
}

.table--bottom-borders-mod3 th,
.table th,
.table--mod-4 th,
.table--mod-3 th,
.table--mod-2 th {
    border-bottom: 0;
    border: 3px solid #f0f0f0;
    background-color: #f0f0f0;
    color: #231f20;
    font-weight: normal;
}

.table--bottom-borders-mod3 th:last-child,
.table th:last-child,
.table--mod-4 th:last-child,
.table--mod-3 th:last-child,
.table--mod-2 th:last-child {
    border-right: 3px solid #f0f0f0;
}

.table--bottom-borders-mod3 td,
.table td,
.table--mod-4 td,
.table--mod-3 td,
.table--mod-2 td {
    text-align: center;
    border: 3px solid #f0f0f0;
    border-right: 0px solid #f0f0f0;
    border-left: 0px solid #f0f0f0;
}

.table--bottom-borders-mod3 td:last-child,
.table td:last-child,
.table--mod-4 td:last-child,
.table--mod-3 td:last-child,
.table--mod-2 td:last-child {
    border-right: 3px solid #f0f0f0;
}

#table__distributions {
    padding-left: 0px;
    margin-bottom: 0px;
    border-left: 0px solid red !important;
    width: 99%;
}

#table__distributions tbody:before {
    background: var(--color-orange);
    width: 4px;
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    content: "";
}

#distributionsTableWrapper {
    position: relative;
    margin-bottom: 20px;
}

.table--daily-price {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.table--daily-price__asofdate {
    padding-bottom: 20px;
}

.table--daily-price__heading {
    text-align: center;
}

.table--daily-price__type--mod-1 {
    color: #8a8c8c;
    font-size: 2.4rem;
    font-weight: bold;
}

.table--daily-price__asofdate {
    height: auto;
}

.table--daily-price__asofdate h4 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.table--mod-2 {
    background: var(--color-white);
    margin-top: 0px;
    border: 4px solid #f0f0f0;
    margin-bottom: 0px;
    text-align: left;
}

.table--mod-2 td,
.table--mod-2 th {
    border: none;
    color: #414042;
    text-align: left;
    padding: 8px 14px;
}

.table--mod-2 td date,
.table--mod-2 th date {
    margin: 0 0 0 2px;
}

.table--mod-2 th {
    font-size: 1.5rem;
    padding-top: 15px;
}

.table--mod-2 td:last-child {
    text-align: right;
    vertical-align: middle;
    padding-left: 0;
}

.table--mod-2 td:first-child {
    padding-right: 0;
}

.table--mod-2 tr:last-child td {
    padding-bottom: 15px;
}

.table--mod-2 tr:first-child th {
    padding-top: 20px;
}

.table--mod-3 {
    width: 100%;
    position: relative;
    background: var(--color-white);
    margin: 0px;
    padding: 0px;
    border: none;
    text-align: left;
}

.table--mod-3 td,
.table--mod-3 th {
    border: 2px solid #f0f0f0;
    color: #414042;
    text-align: center;
    padding: 8px 14px;
}

.table--mod-3 td date,
.table--mod-3 th date {
    margin: 0 0 0 2px;
}

.table--mod-3 th,
.table--mod-3 thead td {
    background-color: #f0f0f0;
    font-family: eurostile, arial, sans-serif;
}

.table--mod-4 {
    width: 100%;
    background: var(--color-white);
    margin: 0px auto;
    margin-top: 10px;
    border: none;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
}

.table--mod-4 td,
.table--mod-4 th {
    border: 4px solid #f0f0f0;
    color: #414042;
    text-align: left;
    padding: 12px 12px;
    line-height: 1.4rem;
}

.table--mod-4 td date,
.table--mod-4 th date {
    margin: 0 0 0 2px;
}

.table--mod-4 th {
    background-color: #f0f0f0;
    font-family: eurostile, arial, sans-serif;
}

.table--mod-4 td:nth-child(2) {
    width: 100%;
}

.table--mod-4 td:last-child {
    text-align: right;
}

.chartContainer {
    position: relative;
}

#performanceTableDiv_quarterly,
#performanceTableDiv_monthly {
    position: relative;
}

.table__maintenance,
.table__maintenance__mod-1 {
    width: 100%;
    display: table;
    padding: 0px;
    margin: 0 auto;
    box-sizing: border-box;
}

.table__maintenance tr,
.table__maintenance__mod-1 tr {
    display: table-row;
    width: 100%;
}

.table__maintenance td,
.table__maintenance__mod-1 td {
    border: 4px solid #f0f0f0;
    padding: 0px;
    position: relative;
    display: table-cell;
}

.table__maintenance td:first-child,
.table__maintenance__mod-1 td:first-child {
    text-align: left;
}

.table__maintenance a,
.table__maintenance__mod-1 a {
    display: block;
    background: var(--color-white);
    padding: 10px 20px 10px 46px;
    color: var(--color-black);
    text-decoration: none;
}

.table__maintenance a:hover,
.table__maintenance__mod-1 a:hover {
    display: block;
    background: #cac8c8;
    color: var(--color-white);
}

.table__maintenance a:before,
.table__maintenance__mod-1 a:before {
    width: 23px;
    height: 90%;
    position: absolute;
    left: 11px;
    top: 1px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url("../images/icon_download-01.svg");
    background-size: 23px 23px;
    content: " ";
    display: inline-block;
    margin-right: 10px;
}

.table__maintenance__mod-1 {
    border: none;
}

.table__maintenance__mod-1 td {
    border: none;
    border-bottom: 4px solid #f0f0f0;
}

.table__maintenance__mod-1 tr:last-child td {
    border-bottom: 0px solid #f0f0f0;
}

.linestyle {
    margin-left: 4px;
}

.linestyle:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    height: 100%;
    border-left: 4px var(--color-orange) solid;
}

.linestyle__mod-2 {
    margin-left: 4px;
}

.linestyle__mod-2:before {
    content: "";
    position: absolute;
    left: -4px;
    top: 0px;
    width: 0px;
    height: 100%;
    border-left: 4px var(--color-orange) solid;
}

.linestyle__mod-3 {
    border-left: 4px var(--color-orange) solid;
}

.sidebarPadding {
    padding-left: 1.6%;
    padding-right: 1.6%;
}

.sidebarRow {
    padding: 0px;
    display: block;
    width: 100%;
    float: none;
    position: fixed;
    z-index: 800;
    top: 100px;
    pointer-events: none;
}

#sidebar {
    margin-bottom: 0px;
}

.sidebar {
    text-align: center;
    background: #eee;
    padding: 0px;
    list-style: none;
    display: block;
    width: 88%;
    margin-right: 20px;
    margin-bottom: 0px;
    float: none;
    position: relative;
    pointer-events: auto;
}

.sidebar date {
    color: #8a8c8c;
    font-weight: normal;
    font-size: 1.3rem;
}

.sidebar__li,
#sidebar > li {
    background-color: var(--color-white);
    padding: 0px;
    margin: 0px auto;
    width: 100%;
    display: block;
    list-style-type: none;
    position: relative;
}

.sidebar__link,
#sidebar > li > a {
    background-color: var(--color-white);
    font-size: 1.5rem;
    font-weight: bold;
    font-family: eurostile, arial, sans-serif;
    line-height: 1em;
    color: #8a8c8c;
    padding: 11px 14px 10px 14px;
    margin: 0px 0px 0px 0px;
    width: auto;
    display: block;
    cursor: pointer;
    border: 4px solid #f0f0f0;
    border-bottom: 0px;
    text-decoration: none;
    text-transform: uppercase;
    text-align: left;
}

.sidebar__link:hover,
#sidebar > li > a:hover {
    color: #333;
}

.sidebar__link,
#sidebar > li > a > highlightBar {
    position: absolute;
    top: 4px;
    right: 4px;
    background-color: var(--color-orange);

    width: 0px;
    height: calc(100% - 4px);
    content: " ";
    transition: width 0.2s ease-out;
}

.sidebar__link,
#sidebar > li > a > highlightBar.active {
    width: 5px;
}

@media (max-width: 778px) {
    .sidebarRow {
        position: relative;
        top: 0px;
    }

    .sidebar {
        width: auto;
    }

    .sidebarPadding {
        padding-left: 3.2%;
        padding-right: 4.8%;
    }

    #sidebarCompleteContainer {
        margin-right: 4.8%;
        margin-top: 1.6%;
        width: 100%;
    }
}

#formModal {
    background-color: var(--color-black);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
    width: 100%;
    height: 100%;
}

#contactFormMobile {
    border: 1px blue solid;
    color: var(--color-white);
    margin: 5% auto;
    max-width: 350px;
    padding: 10px;
    position: relative;
    text-align: center;
}

#contactFormMobile .controls .radio {
    display: block;
    white-space: nowrap;
    line-height: 2.3em;
}

#contactFormMobile .controls .radio input[type="radio"] {
    display: none;
}

#contactFormMobile .controls .radio:before {
    content: "•";
    display: inline-block;
    border-radius: 10px;
    width: 13px;
    height: 13px;
    background: blue;
    color: rgba(0, 0, 0, 0);
    border: 2px solid var(--color-white);
    line-height: 2em;
    text-align: center;
    vertical-align: text-top;
    margin-right: 5px;
}

#contactFormMobile .controls .radio.active::before {
    background: var(--color-orange);
}

#contactFormMobile .controls .select_state_footer {
    background-color: var(--color-grey-e6e7e8);
    color: blue;
    padding: 8px;
    border-radius: 0px;
    margin-bottom: 12px;
    width: 100%;
    max-width: 300px;
}

#contactFormMobile .controls .textarea_footer {
    background-color: var(--color-grey-e6e7e8);
    box-sizing: border-box;
    color: var(--color-orange);
    border-radius: 0px;
    margin-bottom: 12px;
    padding: 8px;
    width: 100%;
    max-width: 300px;
}

#contactFormMobile input {
    max-width: 300px;
}

#contactFormMobile .controls > label {
    text-align: left;
    max-width: 180px;
    margin: 0 auto;
}

#mobilemenu .btn-primary:hover {
    text-decoration: none;
}

.formModal-h3 {
    color: var(--color-white);
    margin-bottom: 20px;
}

#formSubMobile h5 {
    color: var(--color-orange);
}

@media (min-width: 1058px) {
    #mobilemenu {
        display: none;
    }
}

@media (max-height: 880px) {
    #mobilemenu {
        overflow: auto;
    }
}

.box {
    background: #ddd;
    min-height: 200px;
    margin-bottom: 20px;
    padding: 15px;
}

form {
    margin: 20px 0;
}

input {
    padding: 10px;
    margin: 0px auto;
    border: 4px solid #f0f0f0;
    border-bottom: 0px solid #f0f0f0;
    font-size: 1.3rem;
    color: #353435;
    width: 100%;
    min-width: 180px;
    box-sizing: border-box;
    background: #fcfcfc;
}

input.lastItem {
    border-bottom: 4px solid #f0f0f0;
    margin-bottom: 15px;
}

input:focus {
    background-color: var(--color-white);
}

::-webkit-input-placeholder {
    color: #8a8c8c;
}

:-moz-placeholder {
    color: #8a8c8c;
}

::-moz-placeholder {
    color: #8a8c8c;
}

:-ms-input-placeholder {
    color: #8a8c8c;
}

input:focus::-webkit-input-placeholder {
    color: var(--color-orange);
}

input:focus:-moz-placeholder {
    color: var(--color-orange);
}

input:focus::-moz-placeholder {
    color: var(--color-orange);
}

input:focus:-ms-input-placeholder {
    color: var(--color-orange);
}

select:not([multiple]) {
    width: auto;
    color: var(--color-white);
    cursor: pointer;
    padding: 8px;
    margin: 0px auto;
    margin-left: 8px;
    margin-right: 4px;
    background: none;
    box-sizing: border-box;
    height: 31.5px;
    font-size: 1.5rem;
    line-height: 1em;
    font-weight: bold;
    overflow: visible;
    border: 0;
}

select:focus,
option:focus,
select::-moz-focus-inner,
option::-moz-focus-inner {
    outline: none;
    color: var(--color-white);
}

select:-moz-focusring {
    color: #666;
    text-shadow: 255 255 255 var(--color-white);
    outline: none;
    border: 2;
    color: rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 var(--color-black);
}

select::-ms-expand {
    display: none;
}

.dropdown_year_select_wrapper {
    border-radius: 36px;
    display: inline-block;
    overflow: hidden;
    background: var(--color-orange);
    padding: 3px;
    padding-bottom: 1px;
    margin: 20px 0;
    border: 2px solid var(--color-orange);
    transition: border 0.2s ease-in;
}

.dropdown_year_select_wrapper:hover {
    border: 2px solid #353435;
}

optgroup {
    background: var(--color-white) !important;
    padding: 5px;
}

option {
    padding: 5px;
}

#distributionsDropdown optgroup {
    background-color: var(--color-white);
}

#distributionsDropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-overflow: "";
    width: 100px;
    background-image: url("../images/drop__bullet.svg");
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: 20px;
}

@-moz-document url-prefix() {
    #distributionsDropdown {
        -moz-appearance: none !important;
        padding: 0;
        height: auto;
        line-height: 1.3em;
        font-size: 1.5rem;
    }
}

textarea {
    padding: 10px;
    margin-bottom: 15px;
    display: block;
    line-height: 1.3em;
    min-width: 180px;
    box-sizing: border-box;
    border: 4px solid #f0f0f0;
    color: #353435;
    width: 100%;
    background: #fcfcfc;
    resize: none;
}

textarea:focus {
    background-color: var(--color-white);
}

label {
    color: #353435;
    border: none;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    min-width: 100px;
}

input[type="radio"],
input[type="radiobutton"] {
    border: 1px solid var(--color-orange);
    margin: 0px auto;
    margin-right: 5px;
    padding: 5px;
    display: inline;
    width: auto;
}

input[type="check"],
input[type="checkbox"] {
    border: 1px solid var(--color-orange);
    padding: 5px;
    display: inline;
    width: auto;
}

input[type="submit"] {
    font-family: eurostile, arial, sans-serif;
    color: var(--color-black);
    background-color: #ccc;
    display: inline;
    padding: 8px 10px 6px 10px;
    margin: 0px auto;
    border: none;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2em;
    height: auto;
    width: auto;
    cursor: pointer;
    border-radius: 36px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
    color: var(--color-white);
    background-color: var(--color-orange);
}

.alert-error {
    margin-top: 10px;
    margin-left: 20px;
    color: red;
    padding-bottom: 0;
    background: none;
    padding-left: 0px;
    font-size: 1.5rem;
}

.alert-error li {
    color: red;
    background: none;
    margin-bottom: 0;
    padding-bottom: 10px;
}

strong.alert-error {
    font-weight: bold;
    font-size: 1.5rem;
    margin-left: 0px;
}

.formSub {
    text-align: left;
    color: var(--color-black);
    font-size: 1.8rem;
    font-family: eurostile-extended, arial, sans-serif;
    font-weight: bold;
    line-height: 1.1em;
    margin: 0 auto;
    padding: 0;
    text-transform: uppercase;
}

.hidden {
    display: none;
}

.sitemap h4 i {
    color: var(--color-orange);
}

.sitemap a {
    color: var(--color-black);
    display: block;
    padding: 8px;
    background-color: #ddd;
    margin-bottom: 3px;
    text-align: left;
    text-decoration: none;
    transition: all 0.3s ease;
}

.sitemap a:hover {
    color: var(--color-black);
    background-color: #ccc;
}

.btn,
.btn--submit,
.button,
.button--mod2,
.button--mod1,
.button-wireframe--inverted:hover,
.button-wireframe--inverted:active,
.button-wireframe--inverted.active,
.button-wireframe--inverted,
.button-wireframe:hover,
.button-wireframe:active,
.button-wireframe.active,
.button-wireframe,
.button--inverted:hover,
.button--inverted:active,
.button--inverted.active,
.button--inverted,
button,
input[type="reset"],
input[type="button"] {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    background-color: var(--color-white);
    border-radius: 0px;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    padding: 10px 18px 10px 18px;
    min-width: 100px;
    font-family: "akzidenz-grotesk", arial, sans-serif;
    font-weight: bold;
    font-size: 1.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--color-black);
    clear: both;
}

.btn:hover,
.btn--submit:hover,
.button:hover,
.button--mod2:hover,
.button--mod1:hover,
.button-wireframe--inverted:hover,
.button-wireframe:hover,
.button--inverted:hover,
button:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.btn:focus,
.btn--submit:focus,
.button:focus,
.button--mod2:focus,
.button--mod1:focus,
.button-wireframe--inverted:focus,
.button-wireframe:focus,
.button--inverted:focus,
button:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
    color: var(--color-white);
    border-color: purple;
    background: var(--color-grey-e6e7e8);
    outline: 0;
}

button,
.button,
.button--mod2,
.button--mod1,
.button-wireframe--inverted:hover,
.button-wireframe--inverted:active,
.button-wireframe--inverted.active,
.button-wireframe--inverted,
.button-wireframe:hover,
.button-wireframe:active,
.button-wireframe.active,
.button-wireframe,
.button--inverted:hover,
.button--inverted:active,
.button--inverted.active,
.button--inverted {
    color: var(--color-grey-e6e7e8);
    cursor: pointer;
    display: inline-block;
    margin: 0px -2px;
    padding: 10px;
    border: 1px solid #666;
}

button:hover,
.button:hover,
.button--mod2:hover,
.button--mod1:hover,
.button-wireframe--inverted:hover,
.button-wireframe:hover,
.button--inverted:hover {
    text-decoration: none;
}

.btn--submit {
    min-width: 180px;
    font-family: eurostile, arial, sans-serif;
    color: var(--color-black);
    background-color: #ccc;
    display: inline;
    padding: 8px 10px 6px 10px;
    margin: 0px auto;
    border: none;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2em;
    height: auto;
    width: auto;
    cursor: pointer;
    border-radius: 36px;
    text-transform: uppercase;
    transition: background-color 0.3s ease;
}

.btn--submit:hover,
.btn--submit:focus {
    color: var(--color-white);
    background-color: var(--color-orange);
}

.button--inverted {
    background: var(--color-black);
    color: var(--color-white);
}

.button--tab {
    padding: 0;
    margin: 0;
    border: var(--color-grey-e6e7e8) solid 4px;
    background: var(--color-grey-e6e7e8);
    cursor: default;
    transition: all 0.3s ease;
}

.button--tab h2,
.button--tab h3 {
    margin-top: 11px;
    font-size: 1.5rem;
    line-height: 1em;
    font-weight: bold;
    text-transform: initial;
    text-align: center;
    margin-bottom: 11px;
    color: #969b9f;
}

.button--tab:first-child {
    border-right: 0px;
}

.button--tab:hover {
    background: var(--color-white);
    cursor: pointer;
}

.button--tab:hover h2,
.button--tab:hover h3 {
    color: #0e0e0e;
}

.content-toggle.active {
    display: inline-block;
}

.content-toggle {
    background: var(--color-white);
    border: var(--color-grey-e6e7e8) solid;
    border-width: 0px 4px 4px 4px;
    padding: 4%;
    display: none;
    width: 100%;
    box-sizing: border-box;
}

.content-toggle__mod-1 {
    padding: 0;
}

.button--tab {
    border-right: 0px var(--color-grey-e6e7e8) solid;
}

.button--tab:last-child {
    border-right: 4px var(--color-grey-e6e7e8) solid;
}

#section__literature-docs {
}
#section__literature-docs .section__tabs {
    border-left: 0px solid red !important;
}

#section__what-to-expect .content-toggle.active {
    display: inline-block;
}

#section__what-to-expect .content-toggle {
    border: var(--color-grey-e6e7e8) solid;
    border-width: 0px 4px 4px 4px;
    padding: 4%;
    display: none;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

.doc-list__header-container.span_1_of_2 {
    width: 50%;
}

#section__open-an-account .button--tab:nth-child(n + 1) {
    border-right: 0px;
}

#section__open-an-account .button--tab:first-child {
    border-right: var(--color-grey-e6e7e8) solid 4px;
    width: 28%;
}

#section__open-an-account .content-toggle {
    border: var(--color-grey-e6e7e8) solid;
    border-width: 0px 4px 4px 4px;
    display: none;
    width: 100%;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

#section__open-an-account .content-toggle div {
    padding: 1% 2%;
    border-bottom: solid 3px var(--color-grey-e6e7e8);
}

#section__open-an-account .content-toggle div:last-child {
    border-bottom: none;
}

#section__open-an-account .content-toggle.active {
    display: inline-block;
}

.button--tab.span_1_of_2 {
    width: 50%;
}

.button--tab.span_1_of_4 {
    width: 24%;
}

.button--tab.active {
    background: var(--color-white);
    cursor: default;
}

.button--tab.active h2,
.button--tab.active h3 {
    color: #353435;
    cursor: default;
}

.button--inverted:hover,
.button--inverted:active,
.button--inverted.active {
    background: var(--color-grey-e6e7e8);
    color: var(--color-white);
    text-decoration: none;
}

.button-wireframe {
    background: rgba(0, 0, 0, 0);
    border: 1px var(--color-white) solid;
    color: var(--color-white);
}

.button-wireframe:hover,
.button-wireframe:active,
.button-wireframe.active {
    background: rgba(0, 0, 0, 0) !important;
    border: 1px var(--color-grey-e6e7e8) solid !important;
    color: var(--color-grey-e6e7e8) !important;
    text-decoration: none;
}

.button-wireframe--inverted {
    background: rgba(0, 0, 0, 0);
    border: 1px var(--color-black) solid;
    color: var(--color-black);
}

.button-wireframe--inverted:hover,
.button-wireframe--inverted:active,
.button-wireframe--inverted.active {
    background: rgba(0, 0, 0, 0) !important;
    border: 1px var(--color-grey-e6e7e8) solid !important;
    color: var(--color-grey-e6e7e8) !important;
    text-decoration: none;
}

.button--expand,
.button--literature,
.button--fixed:hover,
.button--fixed:active,
.button--fixed.active,
.button--fixed {
    display: block;
    width: auto;
    text-align: center;
    padding: 15px;
    background: var(--color-white);
    color: var(--color-black);
    letter-spacing: 1px;
    border: none;
    margin-top: 2px;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.15s ease-in-out;
}

.button--expand:hover,
.button--literature:hover,
.button--fixed:hover,
.button--expand:active,
.button--literature:active,
.button--fixed:active,
.button--expand.active,
.active.button--literature,
.active.button--fixed,
.button--hero:hover {
    background: var(--color-grey-e6e7e8);
    color: var(--color-white);
    text-decoration: none;
}

.button--fixed {
    display: inline-block;
    text-transform: none;
    width: 178px;
    cursor: pointer;
}

.button--fixed:hover,
.button--fixed:active,
.button--fixed.active {
    display: inline-block;
    text-transform: none;
    width: 178px;
}

.button--literature {
    padding: 10px 15px;
    margin: 12px 0;
    text-align: left;
    text-transform: none;
    letter-spacing: 0px;
    cursor: pointer;
    font-weight: bold;
    border: none;
    background: #8a8c8c;
    color: var(--color-white);
}

.button--literature:hover {
    background: var(--color-orange);
}

.button--mod1 {
    font-family: eurostile, arial, sans-serif;
    color: var(--color-white);
    background: var(--color-orange);

    padding: 14px 16px 10px 16px;
    line-height: 1.2em;
    font-size: 1.5rem;
    margin: 0px auto;
}

.button--mod1:hover {
    background: #8a8c8c;
}

.button--mod2 {
    font-family: eurostile, arial, sans-serif;
    color: var(--color-white);
    background: var(--color-orange);

    padding: 8px 36px 6px 36px;
    line-height: 1.2em;
    font-size: 1.5rem;
    margin: 0px auto;
    border-radius: 36px;
}

.button--mod2:hover {
    background: #8a8c8c;
}

#dottedLineButton {
    display: inline-block;
    position: relative;
    left: 15%;
}

@media (max-width: 778px) {
    .button--tab {
        border-right: 0px var(--color-grey-e6e7e8) solid;
        border-bottom: 4px var(--color-grey-e6e7e8) solid;
    }

    .button--tab:first-child {
        border-right: 0px var(--color-grey-e6e7e8) solid;
        border-bottom: 4px var(--color-grey-e6e7e8) solid;
    }

    .button--tab:last-child {
        border-right: 4px var(--color-grey-e6e7e8) solid;
        border-bottom: 4px var(--color-grey-e6e7e8) solid;
    }
}

.docLinkStyle div {
    border-bottom: 4px solid #f0f0f0;
    background: var(--color-white);
    padding: 10px 20px 10px 46px;
    position: relative;
}

.docLinkStyle div:hover {
    background: #cac8c8;
    color: var(--color-white);
}

.docLinkStyle div:last-child a {
    border-bottom: 0px !important;
}

.docLinkStyle a {
    display: inline-block;
    color: var(--color-black);
    text-decoration: none;
    margin: 0 auto;
    font-weight: normal;
    box-sizing: border-box;
}

.docLinkStyle a.doc-form__link:before {
    width: 23px;
    height: 90%;
    position: absolute;
    left: 10px;
    top: 0px;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url("../images/icon_download-01.svg");
    background-size: 23px 23px;
    content: " ";
    display: inline-block;
    margin-right: 10px;
}

.docLinkStyle a.doc-video__link {
    width: 120px;
    height: 23px;
    background-repeat: no-repeat;
    background-image: url("../images/btn-right__arrow.svg");
    background-size: 23px 23px;
    color: var(--color-orange);
    background-position: right;
    float: right;
}

@media (max-width: 576px) {
    .docLinkStyle a.doc-video__link {
        float: none;
        display: block;
        margin: 10px 0px 0px;
    }
}

footer {
    padding: 0 1.6%;
    padding-top: 30px;
    width: auto;
    display: block;
    margin: 0 auto;
    margin-top: 0px;
    position: relative;
    background-color: #f6f6f6;
    border-top: #e6e6e6 2px solid;
}

.footer__heading {
    color: var(--color-white);
}

.footer__hide {
    height: 0px;
    padding-top: 0px;
    transition: all 0.7s ease;
}

.footer_show {
    height: 100%;
    padding-top: 30px;
}

#display-content {
    transition: all 0.2s ease;
}

.row {
    transition: all 0.2s ease;
}

@media (max-width: 778px) {
    footer {
        padding-left: 3.2%;
        padding-right: 4.8%;
        padding-top: 55px;
    }
}

.footer__backtotop {
    display: block;
    padding: 15px;
    text-align: center;
    background-color: var(--color-white);
    color: #ddd;
    cursor: pointer;
}

.footer__backtotop:hover,
.footer__backtotop:active {
    background-color: #8a8c8c;
    color: var(--color-white);
}

.social__li {
    display: inline-block;
    background: none;
    padding: 0;
    margin-right: 15px;
}

.social__icon {
    width: 25px;
    height: 25px;
    display: inline-block;
}

.social__icon path {
    fill: var(--color-grey-e6e7e8);
    transition: 0.3s all ease-out;
}

.social__icon:hover path {
    fill: blue;
}

.social__icon--inverted {
    width: 25px;
    height: 25px;
}

.social__icon--inverted path {
    transition: 0.3s all ease-out;
    fill: blue;
    width: 25px;
    height: 25px;
}

.social__icon--inverted:hover path {
    fill: #ddd;
}

.fund-docs__icon {
    background: url("../images/fund-docs__icon.svg") no-repeat left center;
    padding: 5px 5px 5px 30px;
    background-size: 20px;
    line-height: 1.3em;
    display: inline-block;
    background-size: 25px 25px;
}

.dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: none;
    font-family: "akzidenz-grotesk", arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.2em;
    background-color: var(--color-white);
    background-position: 97% 55%;
    background-repeat: no-repeat;
    background-image: url("../images/dropdown__arrow.svg");
    background-size: 16px 16px;
    color: var(--color-black);
    border: 1px solid var(--color-black);
    position: relative;
    float: none;
    width: 440px;
    height: auto;
    padding: 10px 10px 10px 10px;
    margin: 0px 0px 0px 0px;
    outline: 0;
    cursor: pointer;
}

.dropdown option {
    color: #ddd;
    height: auto;
    font-family: "akzidenz-grotesk", arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1em;
    padding: 6px 40px 6px 10px;
    background-color: var(--color-white);
    outline: 0;
    text-shadow: 0 0 0 #ddd;
    width: auto;
}

.dropdown option:focus {
    color: #eee;
}

.dropdown optgroup {
    color: var(--color-black);
    height: auto;
    font-family: "akzidenz-grotesk", arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1em;
    padding: 6px;
    background-color: var(--color-white);
    outline: 0;
}

.dropdown__container {
    display: inline-block;
    color: var(--color-black);
    font-size: 2.6rem;
    font-weight: normal;
    line-height: 1em;
    padding: 10px;
}

#pageHeader {
    opacity: 1;
    height: auto;

    text-align: left;
    width: auto;
    max-width: 100%;
}

#pageHeader.heading__ownersforum {
    margin: 100px 0;
}

#pageHeader.small {
    transition: height 1.4s ease;
    height: 100px;
}

.pageHeaderContainer {
    width: 100%;
    border: none;
    margin-top: 0px;
    padding: 40px;
    box-sizing: border-box;
}

@media (max-width: 1058px) {
    #pageHeader.heading__ownersforum {
        margin: 50px 0 0 0;
    }
}

#modal {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 2000;
    width: 100%;
    height: 100%;
    background-color: rgba(60, 60, 60, 0.9);
    border-bottom: #ddd 1px solid;
}

#modal h9 {
    color: var(--color-grey-e6e7e8);
    font-size: 20px;
}

#modal h6 {
    font-style: normal;
    font-weight: bold;
    margin-top: 5px;
    color: #8a8c8c;
    font-size: 1.5rem;
}

#modalContainer {
    display: block;
    max-width: 1220px;
    margin: 0 auto;
}

#bio-modalID {
    z-index: 2002;
}

.bio-modal {
    background-color: var(--color-white);
    border: 2px solid #8a8c8c;
    width: auto;
    display: block;
    line-height: normal;
    z-index: 2002;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: relative;
}

a.modalBtn {
    width: 26px;
    height: 26px;
    background-image: url(../images/btn-close.svg);
    border-radius: 50px;
    color: var(--color-white);
    border: 2px solid var(--color-grey-e6e7e8);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 26px 26px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.bio-modal-btn-x {
    position: absolute;
    right: 20px;
    top: 20px;
    height: auto;
    width: auto;
    z-index: 102;
}

a.modalBtnLeft {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    color: var(--color-white);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/btn-left.svg);
    background-size: 40px 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 101;
}

a.modalBtnRight {
    width: 60px;
    height: 60px;
    border-radius: 50px;
    color: var(--color-white);
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/btn-right.svg);
    background-size: 40px 40px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 101;
}

.bio-modal-btn-left {
    border-radius: 50%;
    position: absolute;
    right: 75px;
    margin-left: 0px;
    top: 40%;
    left: 0px;
    width: 40px;
}

.bio-modal-btn-right {
    border-radius: 50%;
    position: absolute;
    right: 20px;
    margin-right: 0px;
    top: 40%;
    right: 0px;
    width: 40px;
}

.bio-modal-photo {
    float: none;
    display: inline-block;
    width: 160px;
    border: 1px solid #bbb;
    margin: 30px 0px;
    vertical-align: middle;
}

.content-container {
    width: 90%;
    margin-left: 5%;
}

.bio-modal-content {
    overflow: visible;
    padding: 20px 0 0 20px;

    display: inline-block;
    width: 80%;
    vertical-align: middle;
}

.bios-col {
    border: 1px solid #8a8c8c;
    height: 353px;
    padding: 5px;
    text-align: center;
    background: var(--color-white);
}

.bios-col:nth-child(6),
.bios-col:nth-child(11) {
    margin-left: 0;
}

#aboutUsBios .column {
    margin-left: 0;
}

@media only screen and (max-width: 778px) {
    .bios-col {
        height: auto;
    }

    .bio-modal-content {
        margin-left: 6%;
    }

    .bio-modal-photo {
        margin-left: 10%;
    }
}

.modal-bio__link {
    display: block;
    color: var(--color-black);
    font-size: 1.1em;
}

/*------/*--------------------------------*/
/* Tiny Nav
/*------/*--------------------------------*/

#tinyNav {
    display: block;
    position: fixed;
    z-index: 666;
    list-style: none;
    top: 196px;
    right: 15px;
    padding: 5px;
    background-color: var(--color-white);
    height: auto;
    width: auto;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}

#tinyNav li {
    background-color: #b3b3b3;
    height: 30px;
    width: 30px;
    display: block !important;
    content: " ";
    margin-bottom: 5px;
    cursor: pointer;
}

#tinyNav li:last-child {
    margin-bottom: 0;
}

#tinyNav li:hover {
    background-color: var(--color-grey-e6e7e8);
    background-image: none;
}

#tinyNav .sticky {
    background-color: var(--color-grey-e6e7e8);
    background-image: none;
}

#tinyNav li img {
    height: 18px;
    width: 18px;
    padding: 6px;
    display: block;
}

#tinyNav li.alt {
    background-image: none;
    background-color: var(--color-grey-e6e7e8);
}

#tinyTitle {
    display: none;
    position: fixed;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1em;
    color: var(--color-white);
    top: 0;
    right: 70px;
    float: right;
    border: 0 solid red;
    padding: 6px 10px 5px;
    z-index: 667;
    background-color: var(--color-orange);
    border-radius: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    transition: top 0.3s ease;
}

@media (max-width: 1340px) {
    #tinyNav {
        display: none !important;
    }
}

#tinyNav_mobile {
    display: block;
    position: fixed !important;
    z-index: 666;
    list-style: none;
    bottom: 20px;
    right: 15px;
    background-color: var(--color-white);
    height: auto;
    width: auto;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
    padding: 4px;
}

#tinyNav_mobile li {
    background-color: var(--color-black);
    height: 30px;
    width: 30px;
    display: block !important;
    content: " ";
    margin-bottom: 5px;
    cursor: pointer;
    padding: 5px;
}

#tinyNav_mobile li:last-child {
    margin-bottom: 0;
}

#tinyNav_mobile li:hover {
    background-color: var(--color-grey-e6e7e8);
    background-image: none;
}

#tinyNav_mobile .sticky {
    background-color: var(--color-grey-e6e7e8);
    background-image: none;
}

#tinyNav_mobile li img {
    width: 18px;
    height: 18px;
    padding: 20%;
    display: block;
}

#tinyNav_mobile li.alt {
    background-image: none;
    background-color: var(--color-grey-e6e7e8);
}

/*------/*--------------------------------*/
/* Social and Icons
/*------/*--------------------------------*/

.social__li {
    display: inline-block;
    background: none;
    padding: 0;
    margin-right: 15px;
}

.social__icon {
    width: 25px;
    height: 25px;
    display: inline-block;
}

.social__icon path {
    fill: var(--color-grey-e6e7e8);
    transition: 0.3s all ease-out;
}

.social__icon:hover path {
    fill: blue;
}

.social__icon--inverted {
    width: 25px;
    height: 25px;
}

.social__icon--inverted path {
    transition: 0.3s all ease-out;
    fill: blue;
    width: 25px;
    height: 25px;
}

.social__icon--inverted:hover path {
    fill: #ddd;
}

.icon__scroll--up,
.icon__scroll--top,
.icon__scroll--down {
    position: absolute;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.icon__scroll--up:hover svg .st0,
.icon__scroll--top:hover svg .st0,
.icon__scroll--down:hover svg .st0 {
    fill: var(--color-orange);
}

.icon__scroll--up:hover svg .st1,
.icon__scroll--top:hover svg .st1,
.icon__scroll--down:hover svg .st1 {
    fill: var(--color-white);
}

.icon__scroll--up:hover svg .st2,
.icon__scroll--top:hover svg .st2,
.icon__scroll--down:hover svg .st2 {
    fill: var(--color-white);
}

.icon__scroll--up svg .st0,
.icon__scroll--top svg .st0,
.icon__scroll--down svg .st0 {
    transition: fill 0.2s ease;
}

.icon__scroll--up svg .st0,
.icon__scroll--top svg .st0,
.icon__scroll--down svg .st0 {
    transition: fill 0.2s ease;
}

.icon__scroll--up svg .st0,
.icon__scroll--top svg .st0,
.icon__scroll--down svg .st0 {
    transition: fill 0.2s ease;
}

.icon__scroll--up svg.filled .st0,
.icon__scroll--top svg.filled .st0,
.icon__scroll--down svg.filled .st0 {
    fill: var(--color-grey-e6e7e8);
}

.icon__scroll--down svg .st0 {
    fill: var(--color-white);
    transition: fill 0.2s ease;
}

.icon__scroll--down svg.filled .st0 {
    fill: var(--color-grey-e6e7e8);
}

.icon__scroll--up,
.icon__scroll--top,
.icon__scroll--down {
    position: fixed;
    top: 87px;
    left: auto;
    margin: 0 auto;
    z-index: 701;
    display: none;
    opacity: 0;
}

.icon__scroll--down {
    position: fixed;
    top: auto;
    bottom: 21px !important;
    left: auto;
    margin: 0 auto;
    z-index: 702;
    display: none;
}

.icon__back svg {
    height: 30px;
    width: 30px;
    position: absolute;
}

.icon__back:hover svg .st0 {
    fill: var(--color-orange);
}

.icon__back:hover svg .st1 {
    fill: var(--color-white);
}

.icon__back:hover svg .st2 {
    fill: var(--color-white);
}

.icon__scroll--top {
    position: fixed;
    top: auto;
    left: 5px;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    z-index: 701;
    opacity: 1;
    display: none;
}

.icon__scroll--top svg .st0 {
    fill: var(--color-white);
}

/*------/*--------------------------------*/
/* Accoridion
/*------/*--------------------------------*/
.accordion h1 {
    cursor: pointer;
    transition: background 0.2s ease-out;
    margin: 30px 0px 0px 0px !important;
}

.accordion h1 span {
    color: var(--color-white);
    font-size: 1.5rem;
    float: right;
}

.accordion h1.accordion__tab:hover {
    background: var(--color-orange);
    color: var(--color-white);
}

.accordion table {
    margin-top: 10px;
}

.accordion__content {
    padding: 0;
    position: relative;
    overflow: hidden;
}

.accordion__content-faq {
    display: none;
    padding: 15px;
    border-left: var(--color-orange) solid 5px;
    margin-top: 10px;
}

.accordion__content-faq p:last-child,
.accordion__content-faq #insights-single .insights--box h3:last-child,
#insights-single .insights--box .accordion__content-faq h3:last-child,
.accordion__content-faq #insights-single .insights--header__disclosures:last-child,
#insights-single .accordion__content-faq .insights--header__disclosures:last-child {
    margin-bottom: 0px;
}

.accordion__content-video {
    padding: 15px 0 0 0;
    position: relative;
}

.accordion__video--fullscreen {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.accordion__tab {
    cursor: pointer;
}

.accordion__content:nth-of-type(even) {
    background: #c7c8ca;
}

.accordion__active {
    background: var(--color-orange);
    color: var(--color-white);
}

/*------/*--------------------------------*/
/* Hist Nav Tool Tip
/*------/*--------------------------------*/
.hist-nav-tooltip-container {
    z-index: 10;
}

.hist-nav-tooltip {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: var(--color-white);
    empty-cells: show;
    box-shadow: 7px 7px 12px -9px #777;
    opacity: 1;
}

.hist-nav-tooltip tr {
    border: 4px solid #f0f0f0;
}

.hist-nav-tooltip th {
    background-color: #f0f0f0;
    font-size: 14px;
    padding: 2px 5px;
    text-align: left;
    font-weight: normal;
    color: #333;
}

.hist-nav-tooltip td {
    font-size: 13px;
    padding: 3px 6px;
    background-color: var(--color-white);
    border-left: 4px solid #f0f0f0;
}

.hist-nav-tooltip td > span {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 6px;
}

.hist-nav-tooltip td.value {
    text-align: right;
    font-size: 2rem;
    padding: 8px;
    font-weight: bold;
    padding-top: 10px;
}

#sectionStage .dgi-scroll-section {
    display: block;
    position: relative;
    opacity: 1;
    height: 100%;
}

#sectionStage .dgi-scroll-section.section-hidden {
    height: 0;
    opacity: 0;
    position: absolute;
}
@media screen and (max-width: 778px) {
    #sectionStage {
        height: auto;
    }
    #sectionStage .dgi-scroll-section {
        opacity: 1;
        height: auto;
        position: relative;
    }

    #sectionStage .dgi-scroll-section.section-hidden {
        height: auto;
        position: relative;
        opacity: 1;
    }
}

/*-------------------------------------------
Gravity Forms
-------------------------------------------*/
body .gform-theme--api,
body .gform-theme--foundation {
    /* --gf-form-gap-x: 16px; */
    --gf-form-gap-y: 8px;
    /* --gf-field-gap-x: 12px;
    --gf-field-gap-y: 12px;
    --gf-label-width: 30%;
    --gf-label-req-gap: 6px;
    --gf-form-footer-margin-y-start: 24px;
    --gf-form-footer-gap: 8px;
    --gf-field-date-width: 168px;
    --gf-field-time-width: 110px;
    --gf-field-list-btns-gap: 8px;
    --gf-field-list-btns-width: calc(32px + var(--gf-field-list-btns-gap) + var(--gf-field-gap-x));
    --gf-field-pg-steps-gap-y: 8px;
    --gf-field-pg-steps-gap-x: 24px; */
}

form[id*="gform_"] .gform_button.button {
    all: unset;
    font-family: eurostile, arial, sans-serif !important;
    color: var(--color-black) !important;
    background-color: #cccccc !important;
    display: inline !important;
    padding: 8px 10px 6px 10px !important;
    border: none !important;
    font-size: 1.5rem !important;
    font-weight: bold !important;
    line-height: 1.2em !important;
    height: auto !important;
    width: auto !important;
    min-height: unset !important;
    min-width: 180px !important;
    cursor: pointer !important;
    border-radius: 36px !important;
    text-transform: uppercase !important;
    transition: background-color 0.3s ease !important;
}
form[id*="gform_"] .gform_button.button:hover {
    color: var(--color-white) !important;
    background-color: var(--color-orange) !important;
}

form[id*="gform_"] input,
form[id*="gform_"] textarea {
    border: 1px solid transparent !important;
    --gf-local-shadow: none !important;
}

form[id*="gform_"] input:focus,
form[id*="gform_"] textarea:focus {
    border: 1px solid var(--color-black) !important;
    outline-color: transparent !important;
}





form[id*="gform_"] input::placeholder,
form[id*="gform_"] textarea::placeholder {
    color: #aaaaaa !important;

}

form[id*="gform_"] input:focus::placeholder,
form[id*="gform_"] textarea:focus::placeholder {
    color: var(--color-orange) !important;

}
